*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;  height: 100%;}
ul,li{margin: 0;padding:0;list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
body {font-family: 'Roboto', sans-serif;font-size: 15px; color: #242729; overflow-y:scroll;   background: white; height: 100%}
a {text-decoration: none;color: #172b4d;
    text-decoration: none;
}
iframe{border:0}
a:hover,a:focus,a:active {color: #1D272E;text-decoration: none;}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.container{width: 960px; padding: 0 10px; margin:0 auto;}
.p-clear{padding: 0 !important;}
.pull-left{float:left;}
.pull-right{float:right;}
.page-header{
    position: fixed;
    height: 50px;
    width: 100%;
  top:0;left:0;
    z-index: 800;
    background-color: #004bb7;
      
}
.item .item-add-bookmark {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 3px;
}

.item .item-add-bookmark svg{
      vertical-align: middle;
      fill: #2196F3;
}
.item .bookmarked svg{
    fill: #ffc107;
}

.item .add-bookmark{cursor: pointer;}
.bookmarked .item-add-bookmark::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    content: '';
    opacity: 0;
    pointer-events: none;
    background: rgba(255, 193, 7, 0.15);
}
  .bookmarked  .item-add-bookmark::after {
  -webkit-animation: anim-effect-boris 0.3s forwards;
  animation: anim-effect-boris 0.3s forwards;
}

@-webkit-keyframes anim-effect-boris {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }
  25%, 50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}

@keyframes anim-effect-boris {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }
  25%, 50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}



.i_four{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 28px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
}
.i_four svg{padding-top: 2px;}
.back-to-top {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: -60px;
    right: 23px;
    background-color: #00aff0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
    box-shadow: 0 3px 15px -2px rgba(0, 0, 0, 0.47);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  z-index:999;
    -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.back-to-top svg{
    -webkit-transform: scale(1);
          transform: scale(1);
}

.back-to-top:hover svg{
      -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
  .alert{margin-bottom: 15px; display: table;width: 100%; border-radius: 3px;overflow: hidden;}
  .alert.warning{
    background-color: #fff9db;
  }
  .alert.danger{ background-color: #ffcdca;}
    .alert.danger .alert-icon{background-color: #ff6f65}
    .alert.danger svg{color: #ff1200 !important}
  .alert-icon{display: table-cell; padding:10px;width:44px;vertical-align: middle ;  background-color: #ffe066;}
  .alert-content{display:table-cell;vertical-align: top}
  .alert-content{padding: 10px;font-size: 15px;}
  .alert-content-head{font-size: 20px;margin-bottom:5px;}

  @-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0.9); opacity: 0.7; }
    50% { -webkit-transform: scale(1); opacity: 1; }
    100% { -webkit-transform: scale(0.9); opacity: 0.7; }
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.7; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.7; }
}

.pulseOpacity{
   -webkit-animation: pulse 0.8s infinite ease-in-out;
    -o-animation: pulse 0.8s infinite ease-in-out;
    -ms-animation: pulse 0.8s infinite ease-in-out; 
    -moz-animation: pulse 0.8s infinite ease-in-out; 
    animation: pulse 0.8s infinite ease-in-out;
}
  

.back-to-top.show{ 
    visibility: visible;
    opacity: 1;bottom:90px;}
.page-header ul li{float: left;  line-height: 50px;}
.page-header ul li a{ padding: 0 15px;color: white;  display: block;}
.page-header ul li a:hover,.page-header ul li button.logout:hover,
.page-header ul li a:active,.page-header ul li button.logout:active{background-color: rgba(0,0,0,0.15);}
    .language-select{
            line-height: 34px;
    padding: 0 25px 0 10px;
    position: relative;
    margin-top: 7px;
    color: white;
    display: block;
    cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 3px;
    transition: all 0.2s;
    margin-left: 15px;
    }
    .language-select .title{text-transform: uppercase;}
    .language-select:hover{
        color: #003580;
        background-color: white;
    }
    .language-select:hover .crt{
        border-top: 4px solid #003580;
    }
     .language-select .crt{
        position: absolute;
        right: 8px;
        top: 15px;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid rgba(255, 255, 255, 0.35);
        border-bottom: 0px solid black;
     }
     .language-select .dropdown{
            display: none;
            position: absolute;
            top: 40px;
            left: 0;
            z-index: 55;
            padding: 5px 0;
            font-size: 14px;
            text-align: left;
            border-radius: 3px;
            list-style: none;
            background-color: #fff;
            box-shadow: 0 8px 20px -4px rgba(22, 81, 129, 0.13);
            background-color: #fff;
     }
     .language-select .dropdown:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-top: 0;
    margin-left: -7px;
    z-index: 111;
    border-left: 7px solid rgba(255, 255, 255, 0);
    border-right: 7px solid rgba(255, 255, 255, 0);
    border-bottom: 7px solid white;
    border-top: 0px solid white;
    -webkit-animation: fadeInUp 0.3s;
    -moz-animation: fadeInUp 0.3s;
    -ms-animation: fadeInUp 0.3s;
    -o-animation: fadeInUp 0.3s;
    animation: fadeInUp 0.3s;
}
     .language-select .dropdown li{display: block;position: relative;width: 100%;}
     .language-select .dropdown li a{
        display: block;
        padding: 5px 20px;
        clear: both;
        width: 100%;
        position: relative;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 1.42857143;
        color: #172b4d;
        white-space: nowrap;
        background: #fff;
     }
     .language-select:hover .dropdown{
        display: block;
     }
     .language-select .dropdown:after{
        content: '';
        position: absolute;
        left: 0;
        top: -5px;
        width: 100%;
        z-index: 9;
        height: 7px;
        background-color: transparent !important;
     }
.logo{
    line-height: 50px;
    height: 50px;
        opacity: 1;
    transition: all 0.2s;
}
.logo a{
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;

}

.logo:hover{
  opacity: 0.7;
}
.wrap{min-height: 100%;position: relative;padding-top:50px;}
.page{
  min-height: 700px;
}
    footer{
        margin-top: 30px;width: 100%;
        background: #444444;
    }
footer .f-inner{position: relative;overflow: hidden;}
    footer .f-inner:before{
    content: '';
    position: absolute;
    width: 80em;
    left: 50%;
    margin-left: -95em;
    top: -31.5em;
    border-radius: 1em;
    height: 80em;
    background: rgba(0, 0, 0, 0.13);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(45deg);
    }
footer .container{
        z-index: 1;
    position: relative;
}
    footer .f-top{border-bottom:1px solid #636363;height: 60px; line-height: 60px;color:#a6a6a6}
    footer .f-bottom{border-top:1px solid #636363;height: 60px; line-height: 60px;color:#a6a6a6}
    footer  a {color: #a6a6a6;font-weight: bold;transition: color 0.2s}
    footer  a:hover,footer  a:focus,footer  a:active {color: #ffffff;}

     footer .f-top svg,footer .f-top img{vertical-align: middle;}
     footer  ul {color: #a6a6a6;}
    footer  ul li{display: inline-block;}
    footer  ul li a{font-weight: bold;  padding: 0 10px;font-size: 13px; text-transform: uppercase;}
    footer .f-center{padding: 15px 0}
    footer  a.f-brand{font-weight: bold;font-size: 25px;color: #aaa;display: block;}
    footer a.f-brand span{color: #ccc;}
    footer  a.f-brand:hover,footer  a.f-brand:focus,footer  a.f-brand:active {color: #ffffff;}
    footer .f-left div.f-l-warning{
    font-size: 12px;
    margin: 10px 0 15px 0;
    line-height: 1.5;
    color: #999999;
    }
    footer .f-left div.f-l-social a{padding-right: 8px;opacity: 0.8;transition: all 0.2s}
    footer .f-left div.f-l-social a:hover{opacity: 1;}



footer .lng-select {
  display: inline-block;
  position: relative;
  border: 0;
}
footer .lng-select select {
  width:180px;
  margin: 0;
  padding: .75em 1.5em;
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 15px;
  border-radius: 0;
  color: #a2a2a2;
  font-weight: bold;
    border: 0 !important;
    box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
footer .lng-select select::-ms-expand {
  display: none;
}
footer .lng-select:after {
  position: absolute;
  top: 1.25em;
  right: 0.1em;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: .30em solid transparent;
  border-right: .30em solid transparent;
  border-top: .35em solid #a2a2a2;
  pointer-events: none;
}

@-moz-document url-prefix() {
  footer .lng-select select {
    padding-right: 1.75em;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
 footer  .lng-select select {
    padding-right: 2em;
  }
}


.main-cat{
    padding: 10px 0;
}
.main-cat-item{float: left; width:25%; height: 50px; margin-top:15px;}

.main-cat-item>div>div{display: inline-block;vertical-align: middle; text-align: center; position: relative; height: 50px; line-height: 50px;}
.main-cat-item>div>.main-cat-item-img{width: 50px;}
.main-cat-item>div>div>img{vertical-align: middle;}
.main-cat-item>div{position: relative;display: inline-block;height: 50px; padding-right: 15px;
}
.main-cat-item>div:before{
  content: '';width: 50px;height: 50px;
  position: absolute;
  background-color: white;
    border-radius: 6px;
    transition: visibility 0s linear .7s,width .3s,border-radius .3s,-webkit-transform .7s;
    transition: transform .7s,visibility 0s linear .7s,width .3s,border-radius .3s;
    transition: transform .7s,visibility 0s linear .7s,width .3s,border-radius .3s,-webkit-transform .7s;
}
.main-cat-item-label{
padding-left: 5px;
}
.main-cat>a{
    color: #244c88;
}
.main-cat a:hover .main-cat-item>div:before,.main-cat a.active .main-cat-item>div:before{
    width: 100%;
    border-radius: 6px ;


}

.main-cat a.active .main-cat-item>div>.main-cat-item-img:after{
  content: '';
  position: absolute;
  left: 16px  ;
  top: 52px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 8px solid transparent;
}
.main-cat a.active .main-cat-item>div>.main-cat-item-img:before{
  content: '';
  position: absolute;
    left: 18px;
    top: 53px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 7px solid #fff;
  z-index: 1;
}


.main-cat a:hover .main-cat-item-label{
  color: #003580;
}
.main-cat a.active .main-cat-item-label{
      color: #0077cc;  
}
.main-counter{  
    background-color: #fff;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.14)
}

.main-counter-inner{
    padding: 12px 0;
}
.mc-item{
    width: 33.3333%;
    float: left;
    text-align: center;
}
.mc-item:nth-child(2){

    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.mc-item-number{font-size: 22px;  }
.mc-item-label{font-size: 13px;    color: #0364b3;}

.premium-adv{padding: 30px 0 15px 0;}
.section-head{
    font-weight: bold;
    font-size: 18px;
    padding: 20px 10px 10px;
    position: relative;
    text-transform: uppercase;
    color: #003580;
}
.section-head .sh-l:after{
    content: '';
    position: relative;
    width: 35px;
    height: 1px;
    background: #febe0e;
    display: block;
    margin-top: 2px;
}
.section-head span.icon{    vertical-align: top; background-size: 18px}
.section-head .sh-l{float: left;}
.section-head .sh-r{float: right;}
.section-head .sh-ic{float: left;margin-right: 5px;}
.section-head a{
    text-transform: initial;
    color: #0364b3;
    font-size: 15px;
    text-decoration: underline;
    font-weight: normal;
    padding-left: 5px;
}
.item{padding: 10px;float: left;}

.item-inner{
      width: 220px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(65, 132, 144, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 6px rgba(65, 132, 144, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(65, 132, 144, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.2s;

}
.item-inner:hover{
    -webkit-box-shadow: 0 0 25px 0 rgba(148,154,175,0.8);
    -moz-box-shadow: 0 0 25px 0 rgba(148,154,175,0.8);
    box-shadow: 0 0 25px 0 rgba(148,154,175,0.8);   
}
.item .item-img{
    position: relative;
 overflow:hidden;
  height:171px;
  background: #f3f3f3;
}



.item .item-title{
    font-weight: bold;
    padding: 7px 10px;
    height: 50px;
    word-wrap: break-word;
    line-height: 20px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.item .item-price{
    position: absolute;
    left: 0;
    top: 0;
        background:#03a9f4;
    padding: 4px 9px;
    color: white;
    font-size: 18px;
}
.item .item-price span{
font-size: 11px;
color: rgb(255, 255, 255);
}
.item .item-date{
        color: #a3a3a3;
    font-size: 12px;
    font-weight: normal;
    padding: 0 10px 7px 10px;  
}







.icon,.icon25{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: sub;
}
.icon25{
    width: 30px;
    height: 30px;
}
.main-cat-item-icon{
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 25px 35px 30px 15px;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

.main-cat-item-icon.electronics{
    background: url(../img/ic_iphone.svg) #fff no-repeat center;
}
.main-cat-item-icon.store{
    background: url(../img/ic_store.svg) #fff no-repeat center;
}
.main-cat-item-icon.home{
    background: url(../img/ic_home.svg) #fff no-repeat center;
}
.main-cat-item-icon.weekend{
    background: url(../img/ic_weekend.svg) #fff no-repeat center;
}
.main-cat-item-icon.more{
    background: url(../img/ic_more.svg) #fff no-repeat center;
}
.main-cat-item-icon.child{
    background: url(../img/ic_child.svg) #fff no-repeat center;
}
.main-cat-item-icon.business{
    background: url(../img/ic_business_cente.svg) #fff no-repeat center;
}
.main-cat-item-icon.drive{
    background: url(../img/ic_drive.svg) #fff no-repeat center;
}
.main-cat-item-icon.fitness{
    background: url(../img/ic_fitness.svg) #fff no-repeat center;
}
.main-cat-item-icon.pets{
    background: url(../img/ic_pets.svg) #fff no-repeat center;
}
.main-cat-item-icon.build{
    background: url(../img/ic_build.svg) #fff no-repeat center;
}
.main-cat-item-icon.t_shirt{
    background: url(../img/ic_t_shirt.svg) #fff no-repeat center;
}

.icon.toUp{
    background: url(../img/ic_to_up.svg) transparent no-repeat center;
        background-size: 14px;
}

.icon.diamond{
    background: url(../img/ic_diamond.svg) transparent no-repeat center;
        background-size: 16px;
}

.icon.crown{
    background: url(../img/ic_crown.svg) transparent no-repeat center;
        background-size: 16px;
}


.icon.edit{
    background: url(../img/ic_edit.svg) transparent no-repeat center;
    background-position: left 1px;background-size: 18px;
}

.icon.clear{
    background: url(../img/ic_clear.svg) transparent no-repeat center;
    background-size: 18px;
}

.icon.restore{
    background: url(../img/ic_restore.svg) transparent no-repeat center;
    background-size: 18px;
}

.icon.flag{
    background: url(../img/ic_flag.svg) transparent no-repeat center;
    background-size: 18px;
}

.icon.bookmark{
    background: url(../img/ic_bookmark.svg) transparent no-repeat center;
    background-size: 18px;
}

.icon25.fb{
    background: url(../img/social/facebook.svg) transparent no-repeat center;
    background-size: 29px;
}
.icon25.gg{
    background: url(../img/social/google-plus.svg) transparent no-repeat center;
    background-size: 29px;
}
.icon25.wa{
    background: url(../img/social/whatsapp.svg) transparent no-repeat center;
    background-size: 29px;
}
.icon25.ig{
    background: url(../img/social/instagram.svg) transparent no-repeat center;
    background-size: 29px;
}
.icon25.tw{
    background: url(../img/social/twitter.svg) transparent no-repeat center;
    background-size: 29px;
}


.icon.plus{
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: text-bottom;
    margin-left: -5px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE5IDEzaC02djZoLTJ2LTZINXYtMmg2VjVoMnY2aDZ2MnoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
}

.btn {
    color: #fff;
    display: block;
    position: relative;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 4;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    height: 40px;
    border:0;
    outline: none;
    line-height: 40px;
    font-weight: bold;  
    cursor: pointer;
    background: #07c;
}

.btn:hover, .modal button:disabled{
      background-color: #003580;
      color: white;
}
button:disabled{cursor: default;}
.btn-spinner span{
  display: inline-block;
}
.btn-spinner span.loader{
 vertical-align: sub; width: 20px;height: 20px;display: none;    margin-left: -8px;     border-width: 0.1em; border-left: 0.1em solid #ffffff;
}

.btn-link{
  line-height: 50px;
    padding: 0 15px;
    color: white;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
}
.btn-link:hover{
      background-color: #003580;
      color: white;
}


.btn.btn-bordered{
      background: transparent;
    color: #07c;
    border: 1px solid #07c;
    line-height: 38px;
}


.btn.btn-bordered:hover{
  background-color: #07c;
  color:white;
}
.btn.btn-default{
    color: #404040;
    background-color: #FFF;
    box-shadow: inset 0 0 0 1px #dbdbdb;
}

.btn.btn-default:hover{
      color: #404040;
    background-color: #FFF;
    box-shadow: inset 0 0 0 1px #bababa;
}

.btn.btn-default:active{
    color: #272626;
    background-color: #e3e3e3;
    box-shadow: inset 0 2px 0 rgba(0,0,0,.06);
}

.form-checkbox{position: relative;}
.form-radio{display: inline-block; margin-right: 15px;position: relative;}
.form-checkbox label,.form-radio label{
    padding-left: 24px;
    position: relative;
}

.form-checkbox>input,.form-radio input{
    position:absolute;
    left:0;
    width:0;
    height:0;
    opacity:0;
    margin: 0;
}
.checkbox,.radio{
    display: inline-block;
    position: absolute;
    top: -1px;left:0;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #c8ccd0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.checkbox:before,.radio:before{
    content:'';
    display:none
}


input:checked+.checkbox:before,input:checked+.radio:before{
    display:block;
}
input:checked+.checkbox,input:checked+.radio {
    border-color:#3fb6f2
}
.checkbox:before{
    position: absolute;
    
    top: 4px;
    left: 4px;
    width: 11px;
    height: 6px;
    border: solid #2196F3;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.radio{
    border-radius:9px
}
.radio:before{
    position: absolute;
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    background: #2196F3;
    border-radius: 6px;
}

.lt-ie9 .option>input{
    position:static;
    padding:0
}
.lt-ie9 .checkbox,.lt-ie9 .radio{
    display:none
}


.form-select {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #ffffff;
  position: relative;
  overflow: hidden;  height: 40px;
  border:0;
  border-radius: 0px;

}

.form-select:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 12px;
    z-index: 5;
    background-image: url(../img/down-arrow.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    line-height: 40px;
    font-size: 14px;
}


select {
  position: relative;
  background: transparent;
  background-image: none;
  display: block;
  width: 100%;
height: 40px !important;
  outline: none;
  color: #111;
  font-size: 16px;  
  cursor: pointer;
  z-index: 2;
  border: none !important;
  padding: 10px 10px 10px 5px;

  text-indent: 5px;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px #c8ccd0 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select[multiple=multiple]:hover {
  border-color: #cccccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
select option[disabled] {
  color: #eeeeee;
  text-shadow: none;
  border: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #888888;
}

select::-ms-expand {
  display: none;
}

.form-select.small{
  height: 30px;
}
.form-select.small:after{
  line-height: 30px;
  top: 9px;
  right: 9px;
}
.form-select.small select{
  height: 30px !important;
  padding: 5px 30px 5px 5px;
}
input[type="text"],input[type="number"],input[type="password"],textarea{
      position: relative;
  background: #fff;
  display: block;
  width: 100%;
height: 40px !important;
  outline: none;
  color: #111;
  font-size: 16px;  
  border: none !important;
  padding: 10px 10px 10px 5px;
font-family: 'Roboto', sans-serif;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: inset 0 0 0 1px #c8ccd0 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="text"]:focus,input[type="number"]:focus,input[type="password"]:focus,textarea:focus,select:focus{
      color: #404040;
    background-color: #FFF;
    outline: 0;
    box-shadow:inset 0 0 0 1px #4285f4 !important;
}
textarea{min-height: 150px;}

.loader-bg{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: rgba(255,255,255,1);
    z-index: 99;
}
.loader-bg .loader{
    display: block;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 3.5em;
  height: 3.5em;
}
.loader {
  margin: 0px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
border-top: 0.25em solid rgba(0, 0, 0, 0.1);
border-right: 0.25em solid rgba(0, 0, 0, 0.1);
border-bottom: 0.25em solid rgba(0, 0, 0, 0.1);
border-left: 0.25em solid #0280e4;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.5s infinite linear;
  animation: load8 0.5s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.select_loader,
.select_loader:after {
    width: 20px;
    height: 20px;
}
.select_loader{
    display: none;
    margin: 0;
    position: absolute;
    background: white;
    right: 10px;
    top: 10px;
    z-index: 99;
    border-width: 2px;
}

.ball-beat>div{
    background-color:#aaa;
    border-radius:100%
}

@-webkit-keyframes ball-beat{
    50%{
        opacity:.2;
        -webkit-transform:scale(.75);
        transform:scale(.75)
    }
    100%{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ball-beat{
    50%{
        opacity:.2;
        -webkit-transform:scale(.75);
        transform:scale(.75)
    }
    100%{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.ball-beat>div{
    width:15px;
    height:15px;
    margin:2px;
    display:inline-block;
    -webkit-animation:ball-beat .7s 0s infinite linear;
    animation:ball-beat .7s 0s infinite linear
}
.ball-beat>div:nth-child(2n-1){
    -webkit-animation-delay:-.35s!important;
    animation-delay:-.35s!important
}

.animate {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.item-action{
  position: absolute;
    top: 0px;
    right: 0px;
    background: white;

}
.title-badge{
    color: #ffffff;
    background: #003580;
    padding: 1px 8px;
    border-radius: 4px;
    font-size: 17px;
}
  .bookmarks h1:after{
    content: '';
    position: relative;
    width: 50px;
    height: 2px;
    background: #f9ad60;
    display: block;
    margin-top: 4px;
  }
.item-action div{padding: 4px 3px;cursor: pointer;float: left;}
.item-action div:hover{background: rgba(0,0,0,0.2);}
section.profile{min-height: 400px}
  .profile-menu{
    border-bottom:2px solid #ddd; margin-bottom: 10px;
  }
  .profile-menu li{display: inline-block;}
  .profile-menu li.active{    border-bottom: 2px solid #FF9800; margin-bottom: -2px; font-weight: bold;}
  .profile-menu li a{padding: 12px 8px;display: inline-block;}

.lmd{margin: 20px 0; display: none;text-align: center; }
.subcategories ul {	padding: 10px 0;}
.subcategories ul li{
display: block;

float: left;width: 25%;
}
.subcategories ul li a{
color: #147eb8;
padding: 4px 0;
display: inline-block;
text-decoration: underline;
font-weight: 500;
font-size: 14px;
}
.subcategories ul li span{
display: inline-block;
color:#aaa;padding: 4px;
}
.prop-filter{margin-top:7px;}
.prop-filter .filter-select{    
  margin-right: 7px;
    margin-bottom: 7px;
}
.prop-filter .filter-select .filter-select-h{ padding: 5px 15px; height: 100%;}

.prop-filter .title.selected span.prop-title{
      font-size: 11px;
    color: #0078d8;
    display: block;
    font-weight: bold;
}
.prop-filter .filter-select .not-selected{
padding-top: 6px;
}
.prop-filter .filter_dropdown{overflow: initial;}
.breadcrumb-section {
    clear: both;
    background-color: #ffffff;
        border-bottom: 1px solid #e6e6e6;
    height: 36px;
}
.breadcrumb li{display: inline-block;}
.breadcrumb li a {
    padding-right: 15px;
    margin-right: 5px;
    font-size: 15px;
    color: #07c;
    position: relative;
    background-image: url(/img/cat-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 5px;
    line-height: 35px;
}
.breadcrumb li.active {
    color: #505050;
    display: inline;
}

section.subcategories{
      border-bottom: 1px solid #e6e6e6;
    padding:  0;
    background: white;
}
section.filters{ 
    padding: 37px 0 30px;
    background: #ffffff;
    border-bottom: 1px solid #e3ebec;
    border-top: 1px solid #e3ebec;
    position: relative;
    
}
section.filters:after{
/*    content: "";
    background: #febb02;
    background-image: url(/img/pattern.png), linear-gradient(-150deg, #febb02 0%, #febb02 97%);
    background-size: 1500px, contain;
    justify-content: center;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute; */
}
section.filters .container{position: relative;z-index: 5}
  .row-filter>div{width:25%;float: left;}
  .row-filter>div:nth-child(2){width: 40%;padding: 0 8px;}
  .row-filter>div:nth-child(4){width: 10%;}

.filter-submit{
  padding-left:8px;
}
.filter-submit button{
  border:none;
  outline: none;
  background: #03a9f4;
  height: 40px;
  width: 100%;
  border-radius: 2px;
  text-align: center;color: white;
  cursor: pointer;
}
.filter-submit button:hover{
      background-color: #2196f3;
}
.filter_dropdown{
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 55;
    padding: 5px 0;
    min-width: 235px;
    max-height: 400px;
    font-size: 14px;
    text-align: left;
    border-radius: 3px;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(65, 132, 144, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border: 1px solid #dddddd;
}

.filter_dropdown_search{margin-bottom:2px;	margin-top:-4px;}
.filter_dropdown_search input{
    background: url(../img/ic_search_grey.svg) #fff no-repeat 10px;
    padding-left: 30px;
	height:35px !important; 
font-size:15px;
	border-radius:0;
	     box-shadow: 0px 1px 0px 0px #eee !important;
}
.filter_dropdown_search input:focus{
    box-shadow: 0px 1px 0px 0px #eee !important;
}
.filter_dropdown_scroll{
	overflow-y:auto; max-height:300px;    position: relative;
}

.filter_dropdown_info{
	display:none;
	    text-align: center;
    color: red;
    padding: 5px 0;
	    min-width: 180px;
}

.prop-filter .filter_dropdown{    min-width: 100%;min-height: initial;}
.filter_dropdown.fluid{
  overflow-y: hidden;right: 0;left: initial;max-height: initial;
}

.prop-filter .filter_dropdown.fluid{right: initial;left: 0;}

.f-d-col{width: 120px;float: left;overflow:hidden;}

.filter-select span.title{
      white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 16px;
}

.filter-select span.title.selected{
    padding: 0px 15px 0 15px;
}

.filter_dropdown li a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #172b4d;
    white-space: nowrap;
    background: #fff;
}
.filter_dropdown li a:hover {
    background-color: #f4f5f7;
    text-decoration: none;
    color: #172b4d;
}
.filter_dropdown li a:active, .filter_dropdown li a:focus {
    background-color: #b3d4ff;
    color: #172b4d;
}
.filter_dropdown li.active a{
  color:#1a8cff;position:relative;
}
.filter_dropdown li.active a:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 2px;
    top: 6px;
    background-size: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjE5NmYzIiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNOSAxNi4xN0w0LjgzIDEybC0xLjQyIDEuNDFMOSAxOSAyMSA3bC0xLjQxLTEuNDF6Ii8+PC9zdmc+);

}

.filter-query input{
     box-shadow: 0 0 0 1px #dddddd !important;
    border: 0px !important;
    border-radius: 2px;
}

  .filter-select {
      float: left;
      position: relative;
      height: 40px;
    border-radius: 2px;
    background: white;
    box-shadow: 0 0 0 1px #dddddd;
      cursor: pointer;
  }
  .filter-select  .filter-select-h{
    padding: 11px 15px;
  }
  .filter-select span.caret {
    width: 14px;
    position: absolute;
    right: 10px;
    top: 13px;
    border: none;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url(/img/down-arrow.svg?r=45) !important;
    background-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

.filter-select span.filter-reset-btn {
    width: 28px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 11px;
    background-image: url(/img/ic_reset.svg) !important;
    background-color: transparent;
    background-position: 9px 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.filter-select span.filter-reset-btn:hover{
      background-image: url(/img/ic_reset_white.svg?r=443) !important;
}


  .filter-select.open ul{display: block}

.filter-select.open span.caret {
    margin-top: -2px;
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.filter-select.open:before,.filter-select.open:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 40px;
    margin-top: 0;
    margin-left: -7px;
    z-index: 111;
    border-left: 7px solid rgba(255, 255, 255, 0);
    border-right: 7px solid rgba(255, 255, 255, 0);
    border-bottom: 7px solid white;
    border-top: 0px solid white;
    -webkit-animation: fadeInUp 0.3s;
    -moz-animation: fadeInUp 0.3s;
    -ms-animation: fadeInUp 0.3s;
    -o-animation: fadeInUp 0.3s;
    animation: fadeInUp 0.3s;
}
.filter-select.open:after{
        top: 40px;
      border-left: 7px solid rgba(255, 255, 255, 0);
    border-right: 7px solid rgba(255, 255, 255, 0);
    border-bottom: 7px solid #dddddd;
    border-top: 0px solid white;  
}

.filter-select.disabled{  cursor: default;  opacity: 0.6;}

.filter-select.select-small{
  float: left;height: 31px ;font-weight: normal;font-size: 15px;
}

.filter-select.select-small .filter-select-h{
  padding: 0 15px 0 10px;
}
.filter-select.select-small .filter_dropdown{
    min-width: initial;
    top: 37px;
    padding: 5px 0;
}
.filter-select.select-small .filter_dropdown a{
  text-decoration: none;    padding: 5px 15px;
}

.filter-select.open:before{
    top: 41px;
    z-index: 555;
} 
.filter-select.select-small.open:before{
    top: 32px;
    z-index: 555;
} 

.filter-select.select-small.open:after{
    top: 31px;
    z-index: 554;
} 

.filter-select.select-small .caret{
  right: 7px;
    top: 9px;
    background-size: 12px;
}

.search-main{

    padding: 20px 0px 15px 0;
         background: #dde7f7;
        position: relative;

}
/*.search-main:before{
    content: '';
    width: 0;
    height: 0;
    border-radius: 50%;
    padding: 32%;
    position: absolute;
    left: -16vw;
    top: -20vw;
    z-index: 1;
    pointer-events: none;
   box-shadow: inset 0px 79px 162px 0px rgba(0, 0, 0, 0.15);
}*/


/* .search-main:after{
    content: "";
    background-image: url(/img/pattern.png);
    background-size: 1500px, contain;
    justify-content: center;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute; z-index: 1;
} */

.search-main .container{position: relative;z-index: 2;}
.btn_add a{
    background: #0ab21b;
    height: 36px;
    line-height: 38px !important;
    margin-top: 7px;
    display: block;
    font-size: 14px;
    color: white;
    border-radius: 3px;
    margin-left: 15px;
}
.btn_add a:hover{
    background-color: #1ec325 !important;
}
.search-main-form{    width: 100%;} 
.smf-select-city{
    width:300px;
    background-color:white; 
    height: 46px;    
    border-radius: 0; 
    cursor: pointer;
    box-shadow: none !important;
        margin: 0 10px;
        border-radius: 2px;
    background: url(../img/ic_location.svg) #fff no-repeat 15px;
}
.smf-select-city .filter-select-h{padding: 15px 10px 15px 40px}
.smf-select-city span.caret{top: 16px;}
.smf-select-city.open:before,.smf-select-city.open:after{content: none;}
.smf-select-city .filter_dropdown{border-radius:0}
.smf-submit{
    border: 0;
    outline: none;
    float: right;
    height: 46px;
    width: 58px;
    background: url(../img/ic_search_white.svg) #03a9f4 no-repeat center;
    cursor: pointer;
    border: none;
    border-radius: 2px;
}
.smf-submit:hover{
    background-color: #2196f3;
}
.smf-input{
    overflow: hidden;
    position: relative;
}
.smf-input input{
    font-weight: normal;
    border: none !important;
    outline: none;
    width: 100%;
    height: 46px !important;
    background: url(../img/ic_search_grey.svg) #fff no-repeat 15px;
    font-size: 15px;
    padding: 0 10px 0 45px;
    box-shadow: none !important;
    border-radius: 2px;
}
.smf-input input:focus{box-shadow: none !important;}

.main-category-sub{
    width: 100%;
    padding: 15px;
    border:1px solid #fff;    
    border-radius: 4px;
        background: white;
    margin-top:9px;
    display: none;

}
.main-category-sub>div a{
    color: #003580;
    display: block;
    float: left;
    width: 33.33%;
    margin-bottom: 10px;
    padding-left: 12px;
    position: relative;
}
.main-category-sub a:before{
    content: '';
    background: transparent url(/img/cat-arrow.svg?R=454444) no-repeat; 
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 20px;
    display: block;

}
.main-category-sub a:hover{
color: #0077cc;
}

.main-category-sub>div a span{color:#aaa;}
.main-category-sub-all{
    margin-bottom: 10px;
    border-bottom:1px solid #eee;
}
.main-category-sub-all a{
    color: #003580;
    font-weight: bold;
    position: relative;
    padding-left: 0 !important;
}
.main-category-sub-all a:before{content: none;}
#i_all .col{width: 25%;float: left;    padding: 0 5px;}
#i_all  a,.main-category-sub-all a{
    float: none !important;
    width: 100%;
}

.sub-item-col{margin-bottom: 30px;}

.login-social-btn {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #eee;
    color: #fff;
    position: relative;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.login-social-btn.fb {
    background: #2553b4;
    border: 1px solid #2553b4;
}

.login-social-btn svg {
    position: absolute;
    left: 9px;
    top: 4px;
    font-size: 20px;
    width: 29px;
    height: 29px;
}

.fancybox-close-small:after {
    top: 7px;

}
.modal label{font-weight: 400;    color: black;}
.modal{padding: 0}
.modal-head{
    position: relative;
    background-color: #ddd;
    height: 44px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.03em;
}
.modal-body{padding: 15px;}
/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  transform: translateY(-30px) scale(1.1);
  opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.help-block{
      color: red;
    font-size: 14px;
    margin: 5px 0 10px;
}
#ad-ud,#report,.modal{width: 100%;max-width: 370px;}
#ad-ud p{
    margin: 0 0 15px 0;
    font-size: 15px;
    color: black;
}
.modal .form-radio{display: block;margin-bottom: 6px;}

#report p{
  margin: 5px 0 15px 0;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.item-comments{margin-top:20px;position: relative;}
.item-info{padding: 0 15px;margin-bottom:15px;}
.item-info p{margin: 0;color: #555;margin-bottom: 12px;font-size: 14px;}
.item-person-detail{
    margin-bottom: 20px;
    padding: 9px 15px;
    position: relative;
    font-size: 16px;

    border: 2px dashed #0ab21b;
}
.item-person-detail:before{
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 23px;
  background: transparent url(/img/ic_phone_call.svg) no-repeat;
}
.item-person-detail a{
    font-weight: bold;
    padding: 5px 0 0px 0;
    display: block;
}
.item-action-menu{
    border-radius: 10px;

}
.item-action-menu  a{
padding: 10px 15px;
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: bold;
        text-decoration: underline;
         transition: all 0.2s;
}

.item-action-menu  a:hover{background: #eee;border-radius: 5px;text-decoration: none;color: #003580}
.item-action-menu  a:last-child{border-bottom:0;}
.item-action-menu  a.bookmarked{
    background: rgb(236, 236, 236)
}
.item-action-menu  a.bookmarked span.rm-i{
    background: #febb02;
    position: absolute;
    right: 0;
    width: 32px;
    height: 40px;
    top: 0;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}
.item-property{margin-bottom:20px;font-size: 16px;}
.item-property td{padding: 6px 0;font-weight: bold;border-bottom: 1px solid #e9e9e9}
.item-property tr td:last-child{   color: #003580;}

.item-description{
    margin-top: 10px;
    line-height: 1.5;
    word-wrap: break-word;
    font-size: 16px;
}
.item-description img.emojione {
    width: 24px;
    margin-right: 5px;
}
.badge{
    position: absolute;
    top: -18px;
    left: 10px;
    font-size: 11px;
    color: white;
    background-color: #003580;
    border-radius: 5px 5px 0px 0px;
    padding: 0 7px;
    line-height: 22px;
    height: 18px;
}
.item-head{padding: 20px 0}
.item-body{background: white;padding: 20px 0;box-shadow: 0 0 66px -13px rgba(54, 88, 153, 0.31)}
.item-h-price,.item-b-left{
  width:250px;float: left;
}
.btn-light{
    background-color: white;
    color: #003580;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    text-decoration: underline;
    font-size: 14px;
    padding: 0 15px;
    margin-right: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(65, 132, 144, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.btn-light:hover{
      background-color: white;
    color: #003580;             ~
}
.btn-light.active{
    background: rgba(0, 0, 0, 0.07);
    color: #323232;
    text-decoration: none;
    box-shadow: none;
}
.item-h-price{
background: #febb02;
    color: black;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    height: 88px;
    position: relative;
    line-height: 95px;
}
.item-h-price sup{font-size: 14px;}
.item-h-title,.item-b-content{padding-left: 270px;width: 100%;}
.item-h-title h1{
  margin: 0;
    font-size: 32px;
    color: #323232;
    font-weight: bold;
}
.item-h-title .icon{vertical-align: middle;}
  .item-photos{padding: 15px 0;overflow: hidden;background-color: #323232;}
  .item-gallery-thumb{float: left;width: 50%;}
  .item-gallery a{float: left;padding: 0 5px 0 0;text-align: center;}
    .item-gallery a img{width: 100%;min-height: 100%;transition: all 0.1s}
    .item-gallery-thumb a img:hover{cursor: zoom-in;box-shadow: 0 0 0 3px #febb02}


.modal-d-group{
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    text-decoration: underline;
    font-weight: 700;
}
.modal label{
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}
.modal label.r_label{border-radius: 3px;   box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.10); padding: 12px 10px 8px;}
.modal label:hover{
    cursor: pointer;
}
.modal label input{margin: 0 5px 0 0 ; }
.fancybox-container{    font-family: 'Roboto', sans-serif !important;}
.modal .modal-header{
background: #0077cc;
padding: 15px 15px 30px;
text-align: center;
     overflow:hidden;
}
.modal .modal-header .card-type {

}

.modal .modal-header .card {
    position: relative;
    width: 33.33%;
    float: left;
    min-width: 54px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
opacity: 0.7;
}
.modal .modal-header .card:after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin: 0 0 0 -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.modal .modal-header .card div{
    color: #fff;font-size: 13px;
}
.modal .modal-header .card img {
    background: white;
    border-radius: 4px;
    padding: 5px 0px;
    box-shadow: 0px 3px 1px -1px rgba(0, 0, 0, 0.22);
}
.modal  .modal-header .card.active:after {
    display: block;
    bottom: -30px;
}
.modal .modal-header .card-type .card.active {
opacity: 1;
}
.modal .modal-header span {
    margin: 0 0 15px;
    display: block;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.modal .fancybox-close-small:after {
    top: 7px;
    color: white;
    font-size: 22px;
}
.fancybox-close-small:hover:after {
    color: #fff;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 2px;
}

.modal .btn {
    background-color: #FFC107;
    font-size: 15px;
    color: black;
}

.modal .btn:disabled{background-color: #868686;    opacity: 0.5;}

    .modal-alert-text{
        text-align: center;
        padding: 10px 0;
        color: #FF9800;
        font-weight: bold;
        font-size: 20px;
    }

    
.sp_btn{
        box-shadow: 0 4px 6px rgba(65, 132, 144, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    background: white;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    padding: 0 10px;
        border-radius: 5px;
    padding-left: 18px !important;
    margin-top: -5px;
    text-decoration: none !important;
    outline: none;
}

    .btn.show-all{
            max-width: 220px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    }



        .item-h-price ul {
    color: #000000;
    line-height: normal;
    position: absolute;
    background: white;
    font-size: 13px;
    display: block;
    top: 0;
    left: 0;
    border-radius: 2px 2px 0 0;
    width: 100%;
    text-align: left;
    box-shadow: 0 4px 6px rgba(65, 132, 144, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
 .item-h-price ul li {
    padding: 4px 10px;
    width: 20%;
    float: left;
   text-align:center;
       border-left: 1px solid rgba(0, 0, 0, 0.08);      
       cursor: pointer;
   transition: all 0.3s;
}
        
.item-h-price ul li.active,.item-h-price ul li:hover {
    background: #febb02;
    color: #000000;

}


/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .89em; /* opinion 3 */
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */

  width: 18em;

  overflow: hidden;
  line-height: 1.3;

  padding: 1ch 1.5ch;
  border-radius: .3ch;
  -webkit-box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
          box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #000;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #000;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -.5em);
          transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, .5em);
          transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  -webkit-transform: translate(-.5em, -50%);
          transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-.5em, -50%);
          transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  -webkit-transform: translate(.5em, -50%);
          transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(.5em, -50%);
          transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@-webkit-keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@-webkit-keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
          animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
          animation: tooltips-horz 300ms ease-out forwards;
}
