/*@media screen and (max-width: 1800px){*/
    /*body {*/
        /*-moz-transform: scale(0.8, 0.8); /!* Moz-browsers *!/*/
        /*zoom: 0.8; /!* Other non-webkit browsers *!/*/
        /*zoom: 80%; /!* Webkit browsers *!/*/
    /*}*/
/*}*/
.goToTop {
    position: fixed;
    top: 0;
    height: 70px;
    z-index: 1;
}
body {
    background: #EFEFEF;
}
.navbar-default .navbar-nav>li>a {
    color: #000 !important;
}
.navbar-default .navbar-brand {
    color: #000 !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #E8E8E8;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffc62b;
}

.form-control:focus {
    border-color: #ffc62b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(247, 136, 70);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(252, 144, 82);
}

.btnAnnonce:hover {
    background-color: #f3c909 !important;
    border: 2px solid rgb(40, 40, 40) !important;
    transition: 0.3s;
    color: white !important;
}
.btnAnnonce {
    border: 2px solid #ffe317; color: #fff; font-weight: bold
}

.navbar-orange {
    background: #ffe317; /* Old browsers */
    /*background: -moz-linear-gradient(top, #FFC62B 0%, #FFC62B 100%); /!* FF3.6-15 *!/*/
    /*background: -webkit-linear-gradient(top, #FFC62B 0%, #FFC62B 100%); /!* Chrome10-25,Safari5.1-6 *!/*/
    /*background: linear-gradient(to bottom, #FFC62B 0%, #FFC62B 100%); /!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC62B', endColorstr='#FFC62B', GradientType=0); /!* IE6-9 *!/*/
}

.white-text {
    color: white;
}

@media screen and (min-width: 991px) {
    .padding-lf {
        padding-left: 0;
    }

    .padding-rg {
        padding-right: 1px;
    }
}

.search-form > .row:not(:first-child) {
    margin-top: 10px;
}

.valign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.valign-wrapper .valign {
    display: block;
}
.radio-type{
    float: left;
    margin-right: 8px;
}
.center {
    text-align: center;
    vertical-align: middle;
}

.full-width {
    width: 100%;
}

.truncate {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-info .glyphicon {
    color: #ffc62b;
    margin-right: 12px;
}

.contact-info > tr {
    padding-bottom: 5px;
}

a {
    color: black;
    text-decoration: none !important;
}
.mside>a:focus{
    color: #efca66;
    text-decoration: underline;
}
a:hover {
    color: #efca66;
    text-decoration: none !important;
}
.text-price{
    color: #efca66;
    font-size: 24px;
    margin: -10px;
    padding-right: 10px;
}
.label-price{
    color: #efca66;
    font-size: 24px;
}

/*a:visited {*/
/*color: #000000;*/
/*text-decoration: none !important;*/
/*}*/
.text-white{
    color:#9d9d9d !important;
}
.text-white:hover{
    color: #cecece !important;
}
.tabactive {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.nav-tabs > li > a {
    border: none !important;
    box-shadow: -1px -2px 3px #ddd;
}

.nav-tabs > li:not(.active) > a {
    /*box-shadow: -1px -2px 0.1px #E7E7E7;*/
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
    margin-right: 2px;
    line-height: 1.42857143;
    /*border: none !important;*/
    border-radius: 0 !important;
}

.nav-tabs > li:not(.active) > a:hover {
    color: #ffffff;
    background: #ffc62b ;
    background: -moz-linear-gradient(top, #ffc62b 0%, #efaa00 100%);
    background: -webkit-linear-gradient(top, #ffc62b 0%, #efaa00 100%);
    background: linear-gradient(to bottom, #ffc62b 0%, #efaa00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e76d19', endColorstr='#FF955B', GradientType=0); /* IE6-9 */
    box-shadow: -1px -2px 0.1px #E7E7E7;
    margin-right: 2px;
    line-height: 1.42857143;
    /*border: none !important;*/
    border-radius: 0 !important;
}

.img_annonce {
    position: relative;
    overflow: hidden;
    float: left;
    width: 25%;
    min-width: 100%;
    min-height: 119px;
    max-height: 119px;
    /*background: #f2f2f2;*/
}

.img_cadre_annonce {
    display: block;
    height: 100%;
    min-height: 119px;
    text-align: center;
    line-height: 119px;
}

.img-source-annonce {
    max-height: 119px;
    margin: 0 auto;
}

.pagination > li > a, .pagination > li > span {
    color: #464646;
}

.pagination > li > a:hover, .pagination > li > span {
    color: #ffc62b;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ffc62b;
    border-color: #ffc62b;
}



.annonce-premium:not(:last-child) {
    border-bottom: 1px solid #FFC29A;
    margin-bottom: 10px;
}

.annonce-default {
    padding: 10px 0 10px 0px;
}

.annonce-default:hover {
    background: #f2f2f2 !important;
    transition: 0.2s;
}

.annonce-default:not(:last-child) {
    border-bottom: 1px solid #E8E8E8;
}

.conseil-default {
    padding: 10px 0 10px 0px;
    background: white;
}
.conseil-default:hover {
    background: #f9f9f9 !important;
    transition: 0.2s;
}
.conseil-default:not(:last-child) {
    border-bottom: 1px solid #E8E8E8;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ffc62b;
    border-color: #ffc62b;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #c55a0c;
    background-position: 0 -15px;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #ffc62b !important;
    border-color: #ffc62b !important;;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #e3b026 !important;
    background-position: 0 -15px;
}
.footer-list{
    list-style-type: none !important;
}
.footer-list>li>ul>li{
    list-style-type: none !important;
}
.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
}
.breadcrumb.b2 > li > a{
    color: white;
}
.breadcrumb.b2 > li > a:hover{
    color: #edd9c5;
}
.breadcrumb.b2 > li > span{
    color: #909090;
}
.btn-orange{
    color: white;
    background: #ffc62b ;
    background: -moz-linear-gradient(top, #ffc62b 0%, #efaa00 100%);
    background: -webkit-linear-gradient(top, #ffc62b 0%, #efaa00 100%);
    background: linear-gradient(to bottom, #ffc62b 0%, #efaa00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc62b', endColorstr='#efaa00', GradientType=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #adadad;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-orange:hover{
    background: #fdc204;
    color: white;
}
.btn-orange:active, .btn-orange:focus{
    background: #efaa00;
    color: white;
}
  .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
  }
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    min-height: 540px;
    width: 100%;
}
.gallery-thumbs {
    height: 120px;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.top-navbar{
    margin-bottom: 0;
}
.second-navbar{
    padding: 10px 0 10px 0; margin-bottom: 0; background-image: url('../img/black3.png'); background-attachment: fixed
}
.frmLogin{
    padding-top: 8px;
}
.footer-top{
    background: #e6e6e6; padding: 45px;
}
.choicetitle{
    background-color:#E6E6E6;
}
.text-orange{
    color:#ffba00;
}

/* navbar */
.fixed {
    top: -150px;
    width: 100%;
    position: fixed;
    z-index: 99999;
}
nav.second-navbar.overflow {
    top: 0;
    left: 0;
    background-color: #fff!important;
}
nav.second-navbar.overflow-in {
    -webkit-transition: all 0.7s ease-in !important;
    -o-transition: all 0.7s ease-in !important;
    transition: all 0.7s ease-in !important;
    -webkit-font-smoothing: antialiased !important;
}
nav.second-navbar.overflow-out {
    -webkit-transition: all 0.7s ease-out !important;
    -o-transition: all 0.7s ease-out !important;
    transition: all 0.7s ease-out !important;
    -webkit-font-smoothing: antialiased !important;
}

.nav-text {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.alert-orange{
    border-radius: 0;
    background: #fcde3b;
    color: black;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border: 0;
}


::-webkit-scrollbar {
    width:9px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb:hover {
    background:rgba(0,0,0,0.4);
}

::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.05);
}

.tab-panel-body{
    border: 1px solid #dddddd;
    border-top: none;
    padding: 10px;
    margin-bottom: 12px;
}