/* -----------------------------------------
   Custom.css - put your own changes here 
----------------------------------------- */
.error_msg {
    position: relative;
    color: red;
    font-size: 10px;
    height: 0px;
    top: -23px;
    letter-spacing: -0.3px;
}

.description_text {
    float: left;
    height: 50px;
    margin-bottom: 20px;
    margin-top: -140px;
    padding-left: 150px;
    margin-left: 300px;
    width: auto;
    text-align: center;
}

.modal-header .close_modal {
    position: absolute;
    right: -7px;
    top: -9px;
    width: 20px;
    cursor: pointer;
}
.dropdown_list_li{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
.dropdown_list_li:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: #75b9e6;
}
.orange_bg{
    background-color: #f6bc63 !important;
}


.no_number{
    font-size: 48px;
    line-height: 48px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.flags{
    min-width: 50px !important;
}
.en_flag{
    background: url('http://seagull-worldwide.com/assets/flags/1x1/gb.svg');
}
.gr_flag{
    background: url('http://seagull-worldwide.com/assets/flags/1x1/gr.svg');
}
.each_flag{
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    width: 20px;
    height: 50px;
    display: inline-block;
}
.the_flags{
    width: 52px;
}
.the_flags ul li a{
    padding: 0;
}