﻿#sessionPopup .modal-body {
    position: relative;
    padding: 16px;
    background: #fff;
    font-weight: 100 !important;
    font-size: 16px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    padding: 0px 21px 0px 4px;
    background: #fff url("../images/select-arrows.png") no-repeat right 6px center !important;
        background-size: auto auto;
    background-size: 10px !important;
    transition: border-color .1s ease-in-out,box-shadow .1s ease-in-out;
    border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #a2a2a2;
    box-shadow: inset 0 0 10px #dcdcdc;
    -moz-box-shadow: inset 0 0 10px #dcdcdc;
    -webkit-box-shadow: inset 0 0 10px #dcdcdc;
    text-indent: 5px !important;
}
select::-ms-expand { display:none;}
#sessionPopup .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-weight: 100 !important;
    color: #000 !important;
    font-size:16px;
}
.body_center {background-color:transparent !important;     margin-top: 36px;}
.body_center .container {
    MIN-WIDTH: 380px;
    MAX-WIDTH: 380px;
    WIDTH: 380px;
    background-color: #fff;
    padding: 20px !important;  
    border-radius: 10px !important;    box-shadow: 0px 0px 31px #333!important;
}

    .body_center .container input[type="text"]{
        border-radius: 3px;
        height: 28px;
        display: inline-block;
        width: 155px;
        text-align: left;
        text-indent: 5px;
        border: none;
        font-size: 14px;
        border: 1px solid #d2d2d2;
        font-weight: 600;
        -webkit-box-shadow: inset 0px 0px 2px 2px rgba(230, 230, 230, 0.7);
        -moz-box-shadow: inset 0px 0px 2px 2px rgba(230, 230, 230, 0.7);
        box-shadow: inset 0px 0px 2px 2px rgba(230, 230, 230, 0.7);
    }
#curncyCollapsed button {
    background: #ffff01;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    padding: 3px 16px;
    box-shadow: 0px 2px 4px #a5a5a5;
    margin-top: 0px;
    margin-bottom:5px;
}


#sessionPopup .modal-footer {
    padding: 10px 25px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
    .per-inp input {
        width: 90.3% !important;
    }

    .fade-scale {
        transform: scale(1) !important;
        opacity: 1 !important;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }

    #login-box, #resent-box, #cotactrespestive, #languagerespestive {
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }

    .fade-scale-in {
        transform: scale(0) !important;
        opacity: 0 !important;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }

    .custom-hide {
        display: none;
    }

    .error-label {
        font-size: 10px;
        color: red;
    }

    .nav-head {
        position: absolute;
        top: 0px;
        right: 22px;
        display: inline-block;
    }

   .nav-head > ul {
        padding: 0px;
        float: right;
        margin: 0px;
        background: #0e0e0e;
        padding-right: 10px;
        height: 25px;
    }

    .nav-head ul li {
        list-style-type: none;
        display: inline-block;
        position: relative;
    }

    .nav-head ul li a {
        color: #fff;
        font-size: 12px;
        cursor: pointer;
        padding-left: 15px;
    }

    .nav-head ul li a:hover {
        text-decoration: none;
        color: #fff;
    }

    .nav-head ul li a:active {
        text-decoration: none !important;
        outline: none; 
        color: #fff;
    }
    .nav-head ul li a:focus{
        text-decoration: none !important;
        outline: none; 
        color: #fff;
    }

    .resent_seacrh {
        color: #fff;
        font-size: 12px;
        padding: 0px 10px;
        cursor: pointer;
    }

    #resent-box {
        position: absolute;
        z-index: 99;
        border-radius: 8px;
        min-width: 260px;
        min-height: 50px;
        background: #fff;
        box-shadow: 0 3px 6px #464646;
        right: -73px;
        top: 24px;
        /* padding: 5px 0px; */
    }
    .resent-box-es {
        right: -63px !important;
    }
    .tag-line h2 {
        font-size: 24px;
        margin-bottom: 25px;
        color: #fff;
        text-align: center;
        font-weight: 100;
    }

    .lang {
        padding: 0;
        height: 23px;
    }

    .recent-f {
        padding: 3px 15px;
        background: #ffffff;
        cursor: pointer;
        border-radius: 8px;
    }

    .recent-f:hover {
        background: #f9f9f9;
    }

    .recent-f h5 {
        font-size: 12px;
        margin: 5px 0px;
    }

    #resent-box:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 100%;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-bottom: 7px solid white;
        border-top: 7px solid transparent;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }



    #login-box {
        position: absolute;
        z-index: 99;
        border-radius: 8px;
        min-width: 275px;
        min-height: 110px;
        background: #fff;
        box-shadow: 0 3px 6px #464646;
        right: -107px;
        top: 24px;
        padding: 20px;
    }

    #login-box:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 100%;
        right: 0;
        width: 0;
        left: 0;
        margin: 0 auto;
        height: 0;
        border-bottom: 7px solid white;
        border-top: 7px solid transparent;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }
    /*.loginmodal-container {
        padding: 20px;
        max-width: 350px;
        width: 100% !important;
        background-color: #fdfdfd;
        margin: 0 auto;
        border-radius: 2px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }*/
    .loginmodal-container h4 {
        /*text-align: center;*/
        font-size: 15px;
        margin: 0px;
        margin-bottom: 10px;
    }

    .loginmodal-container hr {
        margin: 10px 0px;
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        border: 0px;
        display: block;
        border-radius: 3px;
        margin: 10px 0px 20px;
        position: relative;
        background: #ffff01;
        background: -moz-linear-gradient(top, #ffff01 0%, #fefd02 48%, #ffe902 69%, #ffe902 84%, #ffe902 84%, #ffe902 91%, #ffe902 100%, #fee801 100%);
        background: -webkit-linear-gradient(top, #ffff01 0%,#fefd02 48%,#ffe902 69%,#ffe902 84%,#ffe902 84%,#ffe902 91%,#ffe902 100%,#fee801 100%);
        background: linear-gradient(to bottom, #ffff01 0%,#fefd02 48%,#ffe902 69%,#ffe902 84%,#ffe902 84%,#ffe902 91%,#ffe902 100%,#fee801 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff01', endColorstr='#fee801',GradientType=0 );
        box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
    }

    .form-control:focus {
        border-color: #b9b9b9;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

    .loginmodal-container input {
        height: 24px;
        font-size: 13px;
        width: 100%;
        margin-bottom: 5px !important;
        -webkit-appearance: none;
        text-indent: 0px;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        padding: 0 8px;
        box-sizing: border-box;
        box-shadow: inset 0 0 10px #dcdcdc;
        -moz-box-shadow: inset 0 0 10px #dcdcdc;
        -webkit-box-shadow: inset 0 0 10px #dcdcdc;
        background: transparent;
        -moz-box-sizing: border-box;
    }

        .loginmodal-container input:hover, .loginmodal-container input:focus, .loginmodal-container input:active {
            /*box-shadow: inset 0 0 10px #dcdcdc;
            -moz-box-shadow: inset 0 0 10px #dcdcdc;
            -webkit-box-shadow: inset 0 0 10px #dcdcdc;
            background: transparent;
            -moz-box-sizing: border-box;
            border-radius: 3px;*/
            outline: none;
        }

    .loginmodal-container .form-group {
        margin-bottom: 5px;
    }

    .loginmodal {
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        height: 36px;
        padding: 0 8px;
        /* border-radius: 3px; */
        /* -webkit-user-select: none;
      user-select: none; */
    }

    .loginmodal-submit, .btn-newsearch {
        /* border: 1px solid #3079ed; */
        border: 0px;
        color: #444;
        text-shadow: 0 1px rgba(0,0,0,0.1);
        background-color: #ffff01;
        padding: 5px 0px;
        box-shadow: 0px 0px 1px 1px #efefef;
        font-size: 16px;
        /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed)); */
    }

    .btn-newsearch {
        padding: 7px 15px;
    }

        .loginmodal-submit:hover {
            border: 0px;
            text-shadow: none;
            background-color: #ffff01;
            -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
            border-radius: 3px;
        }

        .loginmodal-submit:focus, .loginmodal-submit:active {
            outline: none;
        }

    .loginmodal-container a {
        text-decoration: none;
        color: #146aae !important;
        font-weight: 400;
        text-align: center;
        display: inline-block;
        padding: 0px !important;
        padding-right: 10px !important;
    }

    .loginmodal-container a:focus {
        text-decoration: underline;
        color: #146aae !important;
    }

    .loginmodal-container a:hover, .loginmodal-container a:active {
        text-decoration: underline;
        color: #146aae !important;
    }

    .login-help {
        font-size: 12px;
    }

    /*.lang img {
        padding-right: 3px;
    }*/

    .date input {
        width: 100%;
    }

    .login-link a {
        font-size: 11px !important;
    }

    .startover button {
        background: rgba(255, 255, 255, 0);
        color: #fff;
        border: none;
        padding: 0;
        font-size: 14px;
        text-decoration: underline;
        border-radius: 4px;
    }

    .startover button:focus {
        outline: none;
    }


    .ui-widget-header .ui-icon {
        background-image: none;
        text-indent: 0;
        margin: 0 0 0 .5em;
        vertical-align: sub;
    }

    .ui-icon > span:before, .ui-icon:before {
        font-family: FontAwesome;
        color: #333;
        padding: 3px 10px;
    }

    .ui-icon-circle-triangle-w:before {
        content: "\f104";
    }

    .ui-icon-circle-triangle-e:before {
        content: "\f105";
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        height: 20px;
        cursor: pointer;
    }

    .js div#signal {
        border: 5px solid #333;
        border-radius: 30px;
        height: 30px;
        left: 50%;
        margin: -15px 0 0 -15px;
        opacity: 0;
        position: absolute;
        top: 50%;
        width: 30px;
        animation: pulsate 1s ease-out;
        animation-iteration-count: infinite;
    }

    @keyframes pulsate {
        0% {
            transform: scale(.1);
            opacity: 0.0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: scale(1.2);
            opacity: 0;
        }
    }

    .profile-pic {
        height: 18px;
        width: 18px;
        border-radius: 22px;
        border: 2px solid #444;
        display: inline-block;
        position: relative;
    }

    .text-vertical-center {
        display: table-cell;
        /* text-align: center;*/
        vertical-align: middle;
    }

        .text-vertical-center h1 {
            margin: 0;
            padding: 0;
            font-size: 4.5em;
            font-weight: 700;
        }



    .multi-search {
        position: absolute;
        float: right;
        right: 5px;
        background: rgba(63, 62, 60, 0.68);
        color: #fff;
        padding: 5px 20px;
        border: none;
        font-size: 18px;
        top: 10px;
    }


    .multi-city div {
        padding: 0;
    }
    /* Custom Horizontal Rule */

    hr.small {
        max-width: 100px;
    }

    .navbar {
        min-height: 70px;
       
    }

    .navbar-inverse {
        background-color: #ffff01;
        border-color: #000;

        /* box-shadow: 0px 6px 10px #585454;*/
    }

    .fg-search .navbar-inverse {
        box-shadow: 0px 6px 10px #c1c1c1;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0px;
        /*margin-top: 30px;*/
           z-index: 999;
    }

    .navbar-brand {
        padding: 8px 0;
        cursor: pointer;
        margin-left:0px !important;
    }

    .nav > li > a > img {
        max-width: none;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #000;
        font-weight: 500;
        font-size: 17px;
        cursor: pointer;
        padding: 2px 15px 10px;
        border-radius: 0;
        margin-left: 1px;
        /*border-left: 1px solid #e0e025;*/
    }



    .navbar-inverse .navbar-nav > li > a > i {
        font-size: 17px;
        padding-right: 5px;
        display: none;
    }

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #000 !important;
        font-size: 17px !important;
        outline:none;
        text-decoration:none !important;
        box-shadow: inset 0px -3px 0px 0px #000;
        transition: .4s;
        margin:0px !important;
        margin-left: 1px !important;
    }

    .navbar-inverse .navbar-nav > li > a:active {
        color: #000;
        font-size: 17px;
        text-decoration:none;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #010100;
        background: #010100;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 14px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .highligt {
        color: #000 !important;
        /*background-color: #000;*/
        font-weight: bold !important;
    }

    .dropdown-menu li {
        width: 100%;
    }


    #cotactrespestive {
        position: absolute;
        z-index: 99;
        border-radius: 8px;
        min-width: 220px;
        min-height: 50px;
        background: #fff;
        box-shadow: 0 3px 6px #464646;
        right: -80px;
        top: 24px;
        text-align: center;
        padding: 5px 0px;
    }

    #languagerespestive {
        position: absolute;
        z-index: 99;
        border-radius: 8px;
        min-width: 235px;
        min-height: 125px;
        background: #fff;
        box-shadow: 0 3px 6px #464646;
        right: -36px;
        top: 24px;
        padding: 8px 0 20px;
    }

     #languagerespestive:after {
        content: '';
        position: absolute;
        bottom: 100%;
        right: -110px;
        left: 0px;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-bottom: 7px solid white;
        border-top: 7px solid transparent;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }
     /* button css header dropdown on lang*/
     #languagerespestive button.lang-ok{
        
        background: #efef23; /* Old browsers */
        background: -moz-linear-gradient(top, #efef23 0%, #ffff01 55%, #ffef01 100%, #ffef01 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #efef23 0%,#ffff01 55%,#ffef01 100%,#ffef01 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #efef23 0%,#ffff01 55%,#ffef01 100%,#ffef01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efef23', endColorstr='#ffef01',GradientType=0 ); /* IE6-9 */
        color: #000;
        border: none;
        padding: 4px 16px;
        border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;

     }
    
#languagerespestive select {
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #999;
    height: 26px;
    font-size: 13px;
    color: #000;
    box-shadow: 0px 0 2px #999 inset;
    -ms-box-shadow: 0px 0 2px #999 inset;
    -webkit-box-shadow: 0px 0 2px #999 inset;
    -moz-box-shadow: 0px 0 2px #999 inset;
}

    #cotactrespestive:after {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-bottom: 7px solid white;
        border-top: 7px solid transparent;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }

    .respon-drop ul {
        padding: 0; padding: 0;
    margin-bottom: 0px;
    }

    .responsive-menu { position: absolute; top: 40%; left: 0%; width:100%; padding-right:2%  }
    .responsive-menu>a{ float:right;     margin-right: 12px; }
        .responsive-menu > a:active { color:#000;   }


    .responsive-menu .related-menu {
        float: right;
    }

    .responsive-menu .related-menu a {
        color: #2c2c2c;
        padding: 6px;
        display: inline-block;
        font-size: 17px;
    }

    .responsive-menu a .fa {
        font-size: 16px;
        color: #000;
    }

    .responsive-menu .related-menu a:hover {
        color: #686868;
    }

    .responsive-menu .respon-drop {
        position: absolute;
        top: 64px;
        left: 0px;
        background: #f9f9f9;
        width: 100%;
        z-index: 99939;
        display: none;
        box-shadow: 0px 3px 5px 0px rgba(51, 51, 51, 0.4);
    }

    .responsive-menu .respon-drop li {
        border-top: 1px solid #e1e1e1;
        padding: 0px 10px;
        list-style-type: none;
    }

    .responsive-menu .respon-drop li a {
        color: #000;
    padding-left: 15px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 5px 0px;
    }
    .responsive-menu .respon-drop li a:hover{
        color:#000;
        outline:none;
    }
    .responsive-menu .respon-drop li a:active{
        color:#000;
        outline:none;
    }
    .responsive-menu .respon-drop li a:focus{
        color:#000;
        outline:none;
    }
    .responsive-menu .respon-drop li a .fa-bars {
        font-size: 18px;
        color: #000;
    }

    .respon-drop .log-drop {
        background: rgba(255, 255, 255, 0) !important;
        color: #000 !important;
        margin-top: -1px !important;
    }

    .respon-drop .d-drop .dropdown-toggle:focus, .d-drop .dropdown-toggle:active {
        color: #000 !important;
    }


    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
    }

    .nav-side-menu ul :not(collapsed) .arrow:before,
    .nav-side-menu li :not(collapsed) .arrow:before {
        font-family: FontAwesome;
        content: "\f078";
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        float: right;
    }

    .nav-side-menu ul .active,
    .nav-side-menu li .active {
        border-left: 3px solid #d19b3d;
        background-color: #4f5b69;
    }

    .nav-side-menu ul .sub-menu li.active,
    .nav-side-menu li .sub-menu li.active {
        color: #d19b3d;
    }

    .nav-side-menu ul .sub-menu li.active a,
    .nav-side-menu li .sub-menu li.active a {
        color: #d19b3d;
    }

    .nav-side-menu ul .sub-menu li,
    .nav-side-menu li .sub-menu li {
        background-color: #181c20;
        border: none;
        line-height: 28px;
        border-bottom: 1px solid #23282e;
        margin-left: 0px;
    }

    .nav-side-menu ul .sub-menu li:hover,
    .nav-side-menu li .sub-menu li:hover {
        background-color: #020203;
    }

    .nav-side-menu ul .sub-menu li:before,
    .nav-side-menu li .sub-menu li:before {
        font-family: FontAwesome;
        content: "\f105";
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
    }


    .navigtn {
        float: right;
        margin-top: 40px;
        margin-right: 9px;
    }

    /*.d-lang {
        position: absolute;
        top: 3px; 
        right: 2px;
        color: #fff !important;
        font-size: 12px;font-weight: 200;color: #000;
    }   
.dropdown-lang dd, .dropdown-lang dt, .dropdown-lang ul { margin:0px; padding:0px; }
.dropdown-lang dd { position:relative; }
.dropdown-lang a, .dropdown-lang a:visited { color: #444 !important; text-decoration:none; outline:none;}

.dropdown-lang a:hover { color:#444;}
.dropdown-lang dt a:hover { color:#444;}

.dropdown-lang a:focus{
    color: #444 !important;
}
.dropdown-lang dt a {
    background: rgba(255, 255, 255, 0) no-repeat scroll right center;
    display: block;
    padding-right: 15px;
}
.dropdown-lang dt a span {
    cursor: pointer;
    display: block;
    padding: 0px;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
}
.dropdown-lang dd ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #000;
    display: none;
    right: 0px;
    height:auto;
    padding: 0px;
    position: absolute;
    top: -1px;
    width: auto;
    text-align: left;
    min-width: 113px;
    list-style: none;
}
.dropdown-lang dd ul li{
    margin-left:0px;
}

.dropdown-lang span.value { display:none;}
.dropdown-lang dd ul li a { padding:5px; }
.dropdown-lang dd ul li a:hover { }
        
.dropdown-lang img.flag {    
    border: none;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
}
.flagvisibility { display:block;}
#carancy .nav-head ul li {
   
    padding: 2px 0px;
}*/



    
/* Footer */
#to-top {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
}

.footer-menu{
    padding: 30px 0px;
}
.footer-menu h5{
    font-size: 20px;
    color: #000;
}
.footer-menu ul{
    padding: 0;

}
.footer-menu ul li{
    list-style-type: none;
}
.footer-menu ul li a{
    color: #999;
    font-size: 13px;
}

.footer-menu ul li a span{
    color: #000;
    font-weight: bold;
}

footer{
    padding: 5px 0px;
    background: #1a1a1a;
    text-align: left;
    margin-top: 0px;
}

footer ul{
    padding: 0;
    margin-bottom: 5px;
    margin-top: 5px;

}
footer ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 20px;
}
footer ul li a {
    color: #fff;
    font-size: 12px;
}

footer ul li a:hover,footer ul li a:active,footer ul li a:focus {
    outline:none;
    color:#f5f5f5;
}
footer small {
    /* font-weight: 600; */
    color: #fff;
}

.social-icon ul{
    padding: 0;
    float: right;
    margin-top:15px;
}
.social-icon ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 0px;
    width: 40px;
}

.social-icon ul li a {
    color: #000;
    font-weight: 600;
    background: #fff;
    padding: 5px 10px;
       
    width: 30px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    border-radius: 50%; transition:.4s;
    transform:rotate(0deg);
}

.social-icon ul li a:hover{
    background:#ffff01; transition:.4s;
    color: #000 !important;  transform:rotate(360deg);
}

.social-icon ul li a:active{ transition:.4s;
    color: #000 !important;
     background:#ffff01;
}


#LoginError, #EmailIDError{
    color: rgb(255, 0, 0);
    font-weight: 100;
    font-size: 12px;
}

.validation-summary-valid ul{
    height:auto;
}

.login-help label{
    color: rgb(255, 0, 0);
    font-weight: 100;
    font-size: 12px;
}

.lang-drop ul{
    padding:0px;
}
.lang-drop ul li{
    padding:0px;
    display:inline-block;
}
.lang-drop ul li a {
    color: #000;
    padding: 0px;
    display: inline-block;
    position: relative;
    left: 0px;
}
.lang-drop li:nth-child(even) {
    display:block;
    position:relative;
    left:50px;
}

.lang-drop li:nth-child(odd) {
    position: absolute;
    left: 20px;
}
.lang-drop ul li a:hover {
    text-decoration: none;
    color: #000 !important;
}

.login-box-es{
    right: -87px !important;
}
.recent-boxs-pt {
    right: -69px !important;
}



@media (min-width: 768px) {
    .navbar-header {
        float: none; position: relative;
    }

    .responsive-menu {
        display: none;
    }
}


  .langauge {
        text-align: left;
        cursor: pointer;
        position: relative;
        height: 24px;
        font-size: 13px;
        width: 100%;
        margin-bottom: 20px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        border-radius: 4px;
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .langauge .fa { 
        color: #b1b1b1!important;
        position: absolute;
        right: 6px;
        top: 4px;
        font-weight: bold !important;
        font-size: 16px !important; 
    }
    .langauge img { float: right; margin: 5px; margin-right: 24px;     }
    .langauge-fl {    
        position: absolute;
        display:none;
        width: 87%;
        z-index: 100;
        text-align: left;
        background: #fff;
        border: 1px solid #c0c0c0;
        top: 25px;
        border-radius: 4px;
    }
    .lang-drop ul li a {width: 147px; }
    .langauge-fl li a:active { color:#333 !important;}
    .langauge-fl li { 
        width: auto;
        display: inline-block !important;
        position: relative !important;
        left: 0px !important;
        text-align: left;
        padding-left: 4px !important;
        padding-right: 0px !important;
        font-size: 13px;
    }
    .langauge-fl img {    
        float: right;
        margin: 5px;
        margin-right: 31px; 
        margin-left: 0px;
    }
    .langauge-fl li a:active{ color:#000 !important  }

    .currency-drop {
         width: 100%;
         border: 1px solid #999;
         height: 26px;
         font-size: 13px;
         color: #000;
         text-align: left;
         border-radius: 4px;  
         line-height: 22px;
         padding: 0px 7px;
         box-shadow: 0px 0 2px #999 inset;
        -ms-box-shadow: 0px 0 2px #999 inset;
        -webkit-box-shadow: 0px 0 2px #999 inset;
        -moz-box-shadow: 0px 0 2px #999 inset;
        position:relative; 
    }
    .currency-drop  .fa { 
        color: #000 !important; 
        position: absolute; 
        right: 9px; 
        top: 8px;        
    }
    .currency-fl {    
        position: absolute; 
        display:none;
        width: 87%;
        z-index: 100; text-align:left;
        background: #fff;
        border: 1px solid #333;
        padding: 3px 0px;
    }
    .currency-fl li { 
        width: auto;
        display: inline-block !important;
        position: relative !important;
        left: 0px !important;
        text-align: left;
        padding-left: 7px !important;
        padding-right: 25px !important;
        font-size: 13px;
    }
    .langauge-fl li img { float:right; }
    #carancy button{ 
        background: #ffff01; 
        border: none;
        border-radius: 4px; 
        font-weight: 600; 
        padding: 3px 16px; 
        box-shadow: 0px 2px 4px #a5a5a5;
        margin-top: 0px;
    }

    #carancy button:focus{
        outline:none;
    }
    #languagerespestive {
        padding-bottom: 15px;
    }

    .selectpicker span{ float:right; margin-right:20px; }
    #languagerespestive select {
        border-radius: 4px;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        height: 24px;
        font-size: 13px;
        color: #555;
        margin: 0px;
        margin-bottom: 20px !important;
        box-shadow: none;
    }
    #languagerespestive select::first-letter{
        float:right;
    }
   

    .login-box-de{
        right: -89px !important;
    } 
/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    padding: 0px 21px 0px 4px;
    background: #fff url("/images/select-arrows.png") no-repeat right 6px center !important;
    
    background-size: 10px !important;
    transition: border-color .1s ease-in-out,box-shadow .1s ease-in-out;
    border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #a2a2a2;
    box-shadow: inset 0 0 10px #dcdcdc;
    -moz-box-shadow: inset 0 0 10px #dcdcdc;
    -webkit-box-shadow: inset 0 0 10px #dcdcdc;
    text-indent: 5px !important;
}

/* remove default arrow in IE *
select::-ms-expand {
    display:none;
}*/
