/* ---------- MON STYLE ---------- */
*[hidden] {
    display: none;
}

#cookies{
    text-align:center;
    display:block;
    background:#6C7A89;
    color:#FFF;
    padding:5px 45px 5px 5px;
    border-bottom:1px solid #474747;
    overflow:hidden;
}
#cookies p{
    margin:0;
    font-size:13px;
}
#cookies a{
    color:#89C4F4;
    transition:0.5s;
}
#cookies a:hover{
    color:#FFB94E;
}

.closeCookies{
    color:#ececec !important;
    padding:2px 7px;
    border-radius:5%;
    background:none;
    transition:0.5s;
    font-weight:bold;
}
.closeCookies:hover{
    color:#FFF !important;
    background:#333;
}
#closeCookies{
    padding:4px 7px;
    margin-left:10px;
}
#closeCookiesCross{
    position:absolute;
    right:15px;
    top:2px;
}

.header_search_show_button{
    font-size:15px;
    border-radius:0;
    text-align:center;
    padding:10px;
    background:#6C7A89;
    color:#FFF;
    transition:0.5s;
}
.header_search_show_button:hover{
    background:#56626E;
}

/* ----- Sticky Footer ----- */
html, body {
  height: 100% !important;
}
#main-wrapper {
  min-height: 100%;
  /* Margin négatif égal à la hauteur du footer */
  margin-bottom: -58px; 
}
#main-wrapper:after {
  content: "";
  display: block;
  height: 58px; 
}

/* ----- Style global ----- */
#alert_notFound{
    display:block;
    position:absolute;
    margin:auto;
    top:0; right:0; bottom:0; left:0;
    background:#E68364;
    width:450px;
    height:60px;
    padding:10px;
    text-align:center;
}
#alert_notFound h4{
    color:#FFF;
    margin:10px 0;
}

#addShopButton{
    display:block;
    text-align:center;
    padding:5px;
    margin-bottom:10px;
    transition:0.5s;
}

#edit_hours_infos{
    margin:0 5px 10px;
    text-align:center;
    color:#FFA400;
}

.navbar-user div{
    display:none;
}

.big_title{
    padding:0 15px;
    margin-top:0 !important;
    margin-bottom:15px;
}

.catchphrase{
    color:#FFF;
    opacity:0.5;
    font-size:16px;
    padding:4px 0 !important;
    cursor:default;
}
@media(min-width:768px) and (max-width:995px){
    .catchphrase{
        font-size:12px;
        padding:7px 0 !important;
    }
}
@media(max-width:767px){
    .catchphrase{
        padding:7px 15px !important;
    }
}

.centeredLinks:hover{
    color:#000;
}

.container_map{
    padding-top:5px !important;
}

.current_time{
    height:44px;
    line-height:3em;
    overflow:hidden;
}

#deptFilterSubmit{
    transition:0.5s;
}

#geoLoc{
    padding:5px;
}
#geoLoc a{
    color:#fff;
    transition:0.5s;
    opacity:0.8;
}
#geoLoc a:hover{
    opacity:1;
}

.headTitles{
    font-size:25px;
    text-transform:uppercase;
    font-family:raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight:800;
    margin:0 0 5px 0 !important;
    position:relative !important;
}

#loginSubmit{
    margin-bottom:10px !important;
}

#logo_topbar{
    text-align:left;
}
#logo_topbar img{
    max-width: 220px;
    margin-left:15px;
}

#modal-content{
    margin:0;
}

.small_title{
    margin-bottom:0;
    margin-top:15px;
}

#userForgottenPassword .form-control{
    margin-top:10px;
}
#userForgottenPassword span{
    color:#FFF;
    font-size:12px;
}

#userForgottenPassword{
    display:none;
}

@media (max-width: 993px){
    .home-with-slide{
        padding:0 10px !important;
    }
}

/* ----- Avatars ----- */
.avatar {
  position: absolute;
  top: 0; left: 0; bottom:0; right:0;
  margin:auto;
  max-width: 80px;
  max-height: 80px;
  border-radius: 3px;
}
.avatar_background_color{
    display:block;
    width:72px;
    height:72px;
    padding:5px;
    background:#59ABE3;
    border-radius:50%;
    position:absolute;
    top: -8px; left: 0; bottom:0; right:0;
    margin:auto;
}
.avatar_container{
    display:block;
    min-height:94px !important;
}

#colorPicker{
    cursor:pointer;
    width:50px !important;
    height:30px;
    padding:0 2px !important;
    border:1px solid #ABABAB;
}

/* ----- Articles Wordpress ----- */
.alignright{
    float:right;
    margin:15px 0 15px 15px;
}
.alignleft{
    float:left;
    margin:15px 15px 15px 0;
}

/* ----- Mon Compte ----- */
#user_infos_form .form-group, #edit_shop .form-group{
    overflow:hidden;
    padding:0 10px;
    margin:10px 0;
}
#user_infos_form .birthday, #edit_shop .brand{
    overflow:visible;
}

#user_infos_form .form-group input, #edit_shop .form-group input{
    width:240px;
    float:right;
    padding:5px 10px;
}
#user_infos_form .form-group label, #edit_shop .form-group label{
    line-height:2.2em;
    cursor:pointer;
    font-weight:bold;
    margin-right:10px;
}

#user_infos_form input[type="radio"]{
    width:10px;
    vertical-align:middle;
}
#user_infos_form .form-group input[type="text"], #user_infos_form .form-group input[type="password"], #edit_shop .form-group input[type="text"], #edit_shop .form-group input[type="email"]{
    transition:0.5s;
    border:1px solid #B8B8B8;
    color:#333333;
}
#user_infos_form .form-group input[type="text"]:focus, #user_infos_form .form-group input[type="password"]:focus, #edit_shop .form-group input[type="text"]:focus, #edit_shop .form-group input[type="email"]:focus{
    border:1px solid #919191;
}
#description{
    color:#333;
    outline:none;
    padding:5px 10px !important;
    border-color:#B8B8B8;
    transition:0.5s;
}
#description:focus{
    border:1px solid #919191;
}
#user_infos_form .form_validation, #edit_shop .form_validation{
    text-align:center;
}
#user_infos_form .form_validation input, #edit_shop .form_validation input{
    width:250px;
    padding:10px;
    display:inline-block;
    background:#2980b9;
    color:#FFF;
    margin:5px;
    transition:0.5s;
}
#user_infos_form .form_validation input:hover, #edit_shop .form_validation input:hover{
    background:#3498db;
}

#user_infos_form .password_info{
    display:block;
    text-align:center;
    font-weight:bold;
}

.account_shops .brand_shop{
    margin-bottom:10px;
}
.account_shops .shop-item{
    margin-bottom:0;
}
.account_shops .shop-item:hover{
    color:#FFF;
}
.removeshop{
    display:block;
    text-align:center;
    background:#333;
    color:#FFF;
}
.removeshop:hover{
    background:#C91F37;
    color:#FFF;
}

#edit_shop{
    position:relative;
}
#edit_shop .hours_modify{
    overflow:visible;
}
#edit_shop .hours_modify #tab_hours_modify{
    margin:0 !important;
}
#edit_shop .form-group input[type="file"]{
    width:310px;
    padding:0;
}
#edit_shop .form-group .categories{
    padding:0;
}
#edit_shop .form-group .category label{
    font-weight:normal;
    line-height:1.7em;
}
#edit_shop .form-group input[type="checkbox"]{
    float:right;
    width:15px;
    margin:5px 0;
}
#edit_shop .form-group textarea{
    width:100%;
    height:120px;
}
#edit_shop .uou-custom-select{
    width:242px !important;
    display:inline-block;
    position:absolute;
    top:10px;
    right:25px;
    height:30px;
}
#edit_shop .placeholder{
    height:28px;
}
#user_infos_form .uou-custom-select{
    margin:15px 5px;
    width:60px !important;
    display:inline-block;
}
#user_infos_form .uou-custom-select:last-child{
    width:92px !important;
}

#user_infos_form .user_sex>div{
    height:30px;
}
#user_infos_form .user_sex>div:first-child{
    padding-left:0;
}
#user_infos_form .user_sex>div input{
    float:none;
}

.edit_comment{
    background:#f7f7f7;
    margin-bottom:10px;
    overflow:hidden;
}
.edit_comment header{
    background:#3498db;
    color:#FFF;
    padding:5px 10px;
}
.edit_comment p{
    margin-bottom:0;
    padding:10px 10px 0 10px;
}
.edit_comment .brand_shop{
    display:block;
    color:#FFF;
}
.edit_comment .brand_shop:hover{
    color:#EEEEEE;
}
.edit_comment .comment_date{
    float:right;
}
.edit_comment .removecomment{
    font-weight:bold;
    display:block;
    width:150px;
    text-align:center;
    padding:10px;
    transition:0.8s;
    color:#333;
    float:right;
}
.edit_comment .removecomment:hover{
    color:#E34539;
}

@media(min-width:768px) and (max-width:992px){
    #user_infos_form .form-group input, #edit_shop .form-group input{
        width:160px;
    }
    #user_infos_form input[type="radio"]{
        width:10px;
    }
    #edit_shop .uou-custom-select{
        width:160px !important;
    }
}

#userProfile h4{
    margin:10px 0;
}
#userProfile label{
    font-weight:bold;
}
#userProfile .userInfos{
    margin:11px auto;
}
#userProfile .thumbnailsSlider{
    margin:10px auto;
}
#userProfile .row:first-child{
    padding:5px 0;
    background:#f7f7f7;
    min-height:100px;
}
.show_comment{
    background:#f7f7f7;
    margin:10px auto;
    overflow:hidden;
}
.show_comment header{
    background:#3498db;
    color:#FFF;
    padding:5px 10px;
}
.show_comment p{
    margin-bottom:0;
    padding:10px;
}
.show_comment .brand_shop{
    display:block;
    color:#FFF;
}
.show_comment .brand_shop:hover{
    color:#EEEEEE;
}
.show_comment .comment_date{
    float:right;
}

/* ----- Pagination ----- */
.pagination{
    margin-top:10px !important;
}
.pagination li.active{
    line-height:30px;
}
.pagination li a{
    display:block
}
.pagination li.first-pagination, .pagination li.last-pagination{
    width:72px;
}

/* ----- Accueil ----- */
.h-fr_explanations{
    background-color:#f9f9f9;
    height:200px;
    margin-bottom:15px;
    padding:0 !important;
}
.h-fr_explanations>div{
    height:100px;
    padding:10px;
    color:#333333;
    font-size:18px;
    text-align:center;
    cursor:default;
}
.h-fr_explanations>div span{
    width:130px;
    height:45px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.h-fr_explanations>div:nth-child(3) span, .h-fr_explanations>div:nth-child(4) span{
    height:25px;
}

.h-fr_explanations>div i{
    opacity:0.1;
    padding:22px;
    font-size:40px;
    color:#fff;
    background:#5FA9E3;
    border-radius:50%;
    width:80px;
    height:80px;
    text-align:center;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    transition:1s;
}

/* Permet d'avoir la croix blanches' */
.h-fr_explanations>div:first-child::after{
    position:absolute;
    top:0;
    right:-75%;
    content:'';
    display:block;
    height:100%;
    width:150%;
    border-bottom:1px solid #2980b9;
}
.h-fr_explanations>div:last-child::after{
    position:absolute;
    bottom:0;
    left:0%;
    top:-73%;
    content:'';
    display:block;
    height:150%;
    width:100%;
    border-left:1px solid #2980b9;
}

@media(max-width:991px){
    .h-fr_explanations{
        margin-top:20px;
    }
}

.image_title{
    display:block;
    position:absolute;
    bottom:0;
    background:rgba(51, 51, 51, 0.6);
    transition:0.5s;
    width:100%;
    text-align:center;
    color:#FFF;
    padding:5px;
}
.owl-item:hover .link .image_title{
    background:rgba(51, 51, 51, 0.9);
}

.footer_lists ul{
    padding:0;
}
.last_comments{
    margin-top:40px;
    padding:0 !important;
    position:relative;
    height:100%;
}
.last_comments h3{
    margin:0;
    padding:5px;
    display:block;
    border-bottom:1px solid #EDEDED;
}
.last_comments a{
    border-left:1px solid #EDEDED;
    border-right:1px solid #EDEDED;
    transition:0.5s;
    background:#fcfcfc;
    display:block;
    padding:10px !important;
    border-bottom:1px solid #EDEDED;
    font-size:12px;
}
.last_comments a:hover{
    color:#333;
    background:#f2f2f2;
}
.last_comments a:firt-child{
    padding-top:none !important;
}
.last_comments a:last-child{
    padding-bottom:none !important;
}
.last_comments a .shop_comment{
    float:left;
}
.last_comments a .date_comment{
    float:right;
    color:#8A8A8A;
}
.last_comments a div{
    overflow:hidden;
}
.last_comments a p{
    margin-bottom:0;
}
@media(max-width:991px){
    .last_comments{
        margin:8px auto;
    }
}

.last_images_title{
    margin:15px 0 0;
    padding:5px 15px;
}

#actus_description{
    margin-bottom:10px;
}
.news_title{
    padding:5px;
    margin:0;
}
.more_news{
    float:right;
    font-weight:bold;
}

.news a:first-child{
    border-top:1px solid #EDEDED;
}
.news_link{
    color:#333333;
    overflow:hidden;
    padding:5px 10px;
    line-height:15px;
    background:#fcfcfc;
    border-left:1px solid #EDEDED;
    border-right:1px solid #EDEDED;
    border-bottom:1px solid #EDEDED;
    transition:0.5s;
    display:block
}
.news_link:hover{
    background:#F2F2F2;
    color:#000;
}
.news_link div{
    margin-bottom:0 !important;
}
.news_link>div:first-child{
    max-width:70px !important;
    max-height:70px !important;
    min-height:50px !important;
    padding:0 !important;
}
.news_link>div:first-child img{
    max-height:100%;
    max-width:100%;
    opacity:0.8;
    position:absolute;
    margin:auto;
    top:0; right:0; bottom:0; left:0;
}
.news_link:hover h4{
    color:#3D3D3D;
}
.news_link .content p{
    margin-bottom:5px;
    font-size:12px;
}
.news_link .content p:last-child{
    margin-bottom:0;
}
.news_link .content p span{
    font-weight:bold;
}
.news_link .footer{
    text-align:right;
}
.news_link .footer a{
    font-weight:bold;
    font-size:12px;
}
.news_link .header{
    overflow:hidden;
    padding:5px 0;
}
.news_link .header h4{
    float:left;
    font-size:14px;
    margin:0;
    transition:0.5s;
}
.news_link .header em{
    float:right;
    color:#ADADAD;
    font-size:12px;
    font-style:italic;
}

.website_description{
    margin-bottom:10px;
}

#mapsvg {
  max-width: 270px;
  max-height: 300px;
  cursor:pointer;
}
#mapsvg path {
  fill:#3498db;
  stroke:#C8E6FF;
  stroke-width:0.6;
  transition: fill 0.2s, stroke 0.3s;
}
#mapsvg path:hover {
  fill: #3F6D96;
  stroke: #FFF;
}
#mapsvg .separator {
  stroke: #ccc;
  fill: none;
  stroke-width:1.5;
}
#mapsvg .separator:hover {
  stroke: #ccc;
  fill: none;
}

#mapsvg_container{
    text-align:center;
    height:300px;
}

#topUsers ul{
    padding-left:10px;
}
#topUsers ul li{
    list-style-type:none;
}
#topUsers a{
    color:#c4c4c4;
    float:right;
}
#topUsers a:hover{
    text-decoration:underline;
}
#topUsers h3{
    margin-bottom:10px;
}

/* ----- Actualités ----- */
.header_news h2{
    margin-top:0 !important;
    margin-bottom:10px !important;
}

.advertising_spot{
    padding-top:10px;
    padding-bottom:10px;
    height:250px;
    text-align:center;
}
.advertising_spot img{
    max-width:100%;
    min-height:100%;
    opacity:0.1;
}

#news_thumbnail{
    max-width:80px;
    min-height:80px; 
    height:100%;
    text-align:center;
    padding:0 !important;
}
#news_thumbnail img{
    max-width:100%;
    max-height:100%;
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    margin:auto;
}
@media(max-width:480px){
    #news_thumbnail{
        padding:0 10px 0 0;
    }
    #news_thumbnail_index{
        padding:0 5px 0 0;
    }
}

/* ----- Enseignes ----- */
.add-brand{
    margin-top:34px;
    margin-bottom:34px;
    font-weight:bold;
    text-align:right;
}

@media (max-width: 767px){
    .add-brand{
        margin-top:0;
        text-align:left;
    }
    
    .brandsTitle{
        padding-left:40px !important;
    }
}

/* ----- Enseigne----- */
.brand-description{
    margin-top:5px;
}
.brand-description a{
    text-decoration:underline;
}

.brand_shop:hover{
    transition:1s ease;
    color:#000;
}
.brand_shop span{
    font-weight:bold;
    transition:0.5s ease;
    opacity:0.6;
    display:block;
}
.brand_shop:hover span{
    color:#014561;
}

#filterByCat{
    padding:0;
}

#cityPos{
    color:#A8A8A8;
    display:block;
    margin-bottom:10px;
    text-align:center;
}
#map, #cityMap, #enseigneMap, #searchMap{
    width:100%;
    height:350px;
    margin-bottom:10px;
    border:0;
}
#map{
    margin-bottom:0;
}

@media (max-width: 1200px){
    #map, #cityMap, #enseigneMap, #searchMap{
        height:300px;
    }
}
@media (max-width: 991px){
    #map, #cityMap, #enseigneMap, #searchMap{
        height:230px;
    }
}

/* ----- Enseigne (Brand) / Magasins ----- */
#filterByDept{
    height:30px;
    margin-bottom:20px;
    padding:0;
}
#brand_advertising{
    float:right;
}

@media(max-width:1199px){
    #brand_advertising{
        max-width:323px;
    }
}


/* ----- Recherche -----*/
.searchNotFound{
    font-weight:bold;
}

.search-tab-header{
    margin-bottom:10px;
    cursor:default;
}
.search-tab-header div{
    padding:5px 10px;
    background:#9AA8B5;
    color:#FFF;
}

/* ----- Départements ----- */
#departementsIntro{
    background:#9AA8B5;
    color:#FFF;
    padding:5px 10px;
    margin-bottom:10px;
}

/* ----- Ville ----- */
.countCityShops{
    display:block;
    margin-bottom:10px;
    background:#9AA8B5;
    color:#FFF;
    padding:5px 10px;
}

#city_advertising{
    float:right;
}

/* ----- Contact ----- */
#contactForm .form-group{
    padding:0 15px;
    margin-bottom:10px;
}
#contactForm .form-group:last-child, #contactForm .form-group:nth-child(3){
    margin-bottom:0;
}
#contactForm .form-group input{
    border:1px solid #ccc;
    padding:7px 15px;
    border-radius:0 !important;
    font-size:16px !important;
    transition:0.5s;
    color:#464F59;
}
#contactForm .form-group input:focus{
    border-color:#2980b9;
}
#contactForm .form-group label{
    display:block;
    padding:5px;
    text-align:center;
    background:#2980b9;
    color:#FFF;
    font-weight:bold;
}
#contactForm .form-group textarea{
    font-size:16px;
    width:100%;
    border-color:#ccc;
    padding:7px 15px;
    transition:0.5s;
    color:#464F59;
}
#contactForm .form-group textarea:focus{
    outline:none !important;
    border-color:#2980b9;
}
#contactForm .submit{
    text-align:center;
    padding:10px 0;
}
#contactForm .submit button{
    padding:10px 15px;
}

#emailing{
    padding:0;
    background:#ececec;
}
#emailing h4{
    font-size:22px;
    margin:0 0 10px 0;
    padding:15px 0;
    text-align:center;
    background:#2980b9;
    color:#FFF;
}

/* ----- Magasin ----- */
.brand-main-infos div img{
    max-width:100%;
    max-height:150px;
}

#brandDescriptionLink{
    font-size:12px;
}

#commentsCount{
    margin:0 0 5px 0;
    padding:5px 15px;
}

.city_infos{
    line-height:1.5em;
    background:#F5F5F5;
    padding:5px;
    cursor:default;
}
.city_infos span{
    margin-left:15px;
    display:block;
}
#shop_logo a img{
    display:none;
    position:absolute;
    top:0;right:0;bottom:0;left:0;
    margin:auto;
    max-height:100%;
}
#city_address_icon{
    position:absolute;
    left:15px;
    top:8px;
}

#fbModal .modal-title{
    text-align:center;
    color:#2980b9;
    font-size:22px;
}
#fbModal .modal-header{
    padding:10px 10px 5px;
    border:1px dotted #ececec;
}
#fbModal .modal-body{
    padding:20px 40px 15px;
}
#fbModal .modal-content{
    font-size:15px;
}
#fbModal .modal-footer{
    border-top:none;
    margin-top:0;
}
#fbModal #facebook_alert_footer{
    padding:5px;
    text-align:center;
}
#fbModal #facebookImage{
    position:absolute;
    top:-40px;
    left:-55px;
    width:100px;
    height:100px;
    border-radius:50%;
}

.hours_info{
    margin:5px 0 0 0;
    overflow:hidden;
}

.form_hours_modify .validate input{
    transition:0.5s;
}
.form_hours_modify .validate input:hover{
    background:#2980b9;
    color:#FFF;
}

#reportComment{
    float:right;
    width:14px;
    height:14px;
    display:inline-block;
}
#reportComment button{
    background:none;
    padding:0;
}
#reportComment button i{
    transition:0.5s;
}
#reportComment button:hover i{
    color:#9E9E9E;
}

.thumbnailsSlider{
    margin-top:20px;
}

#formShopPictures{
    margin-top:10px;
}
#formShopPictures fieldset{
    padding:5px 10px 10px 10px;
    background:#f8f8f8;
    border-color:#dddddd;
}
#formShopPictures fieldset legend{
    padding:0 5px;
    font-weight:bold;
}
#formShopPictures input[type="file"]{
    cursor:pointer;
    padding:6px 15px;
}
#formShopPictures fieldset div button{
    width:100%;
    background:#2980b9;
    color:#FFF;
    padding:8px 15px;
    font-weight:bold;
    transition:0.5s;
}
#formShopPictures fieldset div button:hover{
    background:#333333;
    color:#2980b9;
}
#formShopPictures fieldset .info{
    text-align:center;
    margin:10px 0 0;
}
@media(max-width:767px){
    .brand-main-infos .big_title{
        text-align:center;
        margin-bottom:10px;
    }

    #formShopPictures input[type="file"]{
        padding:5px;
    }
    #formShopPictures fieldset div button{
        margin-top:10px;
    }
}

#problemReport{
    background:#f7f7f7;
}
#problemReport button{
    display:block !important;
    padding:5px 10px;
    margin:2px;
    float:left;
    background:#2980b9;
    color:#FFF;
    transition:0.5s;
}
#problemReport button:hover{
    background:#333;
    color:#2980b9;
}
#validateReport{
    color:#26A65B;
}

#uploadConfirmation{
    text-align:center;
    height:40px;
    padding:10px;
    margin:5px 0;
}
#uploadConfirmation p strong{
    font-size:20px;
}

.uploadShopPicture{
    padding:0 !important;
}

.shop_advertising{
    margin:10px 0;
    text-align:center;
}
.shop_advertising #googleAd{
    border:1px dotted #ddd;
}

#tab_hours_modify{
    width:100%;
    margin-top:10px;
    text-align:center;
    margin-bottom:4px;
}
#tab_hours_modify tr td{
    border-right:none;
    background:#F5F5F5;
    width:60px;
}
#tab_hours_modify tr th,
#tab_hours_modify tr td{
    padding:5px;
}
#tab_hours_modify tr th{
    color:#333333;
    background:#DEDEDE;
}
#tab_hours_modify tr th:first-child{
    border-right:4px solid #FFF;
}
#tab_hours_modify tr:first-child th{
    padding:8px 5px;
    background:#2980b9;
    color:#FFF;
    border-bottom:4px solid #FFF;
}
#tab_hours_modify tr td:nth-child(odd){
    padding-right:0 !important;
    padding-left:0 !important;
}
#tab_hours_modify tr td:last-child{
    padding-right:5px !important;
    padding-left:5px !important;
}
#tab_hours_modify tr td:nth-child(even) input{
    padding-right:5px !important;
    padding-left:5px !important;
    width:45px;
}
#tab_hours_modify tr td input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    width:8px;
    color: #333;
    text-align:center;
    position:relative;
}
#tab_hours_modify tr td input[type=number]::-webkit-inner-spin-button:before,
#tab_hours_modify tr td input[type=number]::-webkit-inner-spin-button:after {
    position:absolute;
    right: 0;
    padding:0 1px;
    font-size:8px;
    background:#F7F7F7;
}
#tab_hours_modify tr td input[type=number]::-webkit-inner-spin-button:before {
    content: "\25B2";
    top:0px;
}
#tab_hours_modify tr td input[type=number]::-webkit-inner-spin-button:after {
    content: "\25BC";
    bottom:0px;
}
#tab_hours_modify tr .closed_shop_hours{
    border-right:2px solid #FFF;
}
@media (max-width: 991px){
    #tab_hours_modify tr th:first-child{
        width:25%;
    }
}

.hours .validate{
    margin:5px auto 10px auto;
}

.holidayAlert{
    color:#E8A169;
    display:block;
    font-weight:bold;
    margin:5px 0;
}

#hoursMissing{
    background:#eeeeee;
    padding:15px;
    margin:10px 0;
}
#hoursMissing span{
    font-weight:bold;
}

#phonecall_infos{
    color:#C2C2C2;
    line-height:1em;
    font-size:12px;
    margin:0;
    display:none;
}
#phonecall_infos a{
    text-decoration:underline;
    color:#C2C2C2;
    transition:0.5s;
}
#phonecall_infos a:hover{
    color:#B0B0B0;
}
/* Bouton téléphone */
#phone_shop{
    margin:10px auto 5px;
    padding:5px;
    font-family: 'Arial';
    font-weight:bold;
    position:relative;
    display:block;
    background:#FFF;
    color:#a50f78;
    width:290px;
    -moz-box-shadow: inset 0px 0px 5px 0px #cfcfcf;
    -webkit-box-shadow: inset 0px 0px 5px 0px #cfcfcf;
    -o-box-shadow: inset 0px 0px 5px 0px #cfcfcf;
    box-shadow: inset 0px 0px 5px 0px #cfcfcf;
    text-align:center;
}
#phone_shop>div:first-child{
    width:160px;
    height:20px;
    font-size:19px;
}
#phone_shop>div:last-child{
    background:#a50f78;
    color:#FFF;
    width:120px;
    position:absolute;
    height:105%;
    right:10px;
    top:-1px;
}
#phone_shop>div:last-child span{
    font-size:10px;
    padding:3px 10px 3px 18px;
    line-height:13px;
    display:block;
    position:absolute;
    text-align:left;
    top:0;right:0;bottom:0;left:0;
    margin:auto;
}
#phoneTriangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    margin:6px 0 6px -1px;
    border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width:448px){
    #phone_shop{
        width:260px;
    }
    #phone_shop>div:first-child{
        width:130px;
        font-size:19px;
    }
    #phone_shop>div:last-child{
        width:115px;
        right:5px;
    }
    #phone_shop>div:last-child span{
        font-size:10px;
        padding:3px 5px 3px 15px;
    }
    
}

#tel_shop, #tel_shop2{
    position:relative;
    background:#35C466;
    border:none;
    border-radius:5px;
    margin:5px;
    transition:1s;
    display:block;
    padding:5px;
    text-align:center;
    color:#FFF;
    font-weight:bold;
    font-size:18px;
}
#tel_shop img, #tel_shop2 img{
    display:inline-block;
    width:35px;
    height:35px;
    vertical-align:middle;
}
#tel_shop:hover, #tel_shop2:hover {
    background:#58D67B;
    color:#EEFFE7;
}
#tel_shop span,#tel_shop2 span{
    display:inline-block;
    margin:0;
    vertical-align:middle;
}
#tel_shop #phone_number,#tel_shop2 #phone_number{
    display:none;
}
@media (max-width:380px){
    #tel_shop span{
        font-size:15px;
    }
    #tel_shop #get_number{
        font-size:14px;
    }
    #tel_shop2 span{
        font-size:15px;
    }
    #tel_shop2 #get_number{
        font-size:14px;
    }
}
@media (max-width:359px){
    #tel_shop #get_number{
        font-size:12px;
    }
    #tel_shop img{
        width:25px;
        height:25px;
    }
    #tel_shop2 #get_number{
        font-size:12px;
    }
    #tel_shop2 img{
        width:25px;
        height:25px;
    }
}


#userMail{
    margin:8px 0;
    font-size:13px;
    text-align:center;
}

/* ----- Mentions Légales ----- */
.legal a{
    font-weight:bold;
}
.legal h3{
    color:#4A4A4A;
    margin-bottom:5px;
    border-bottom:1px solid #C4C4C4;
}

/* ----- Fil d'Arianne ----- */
#breadcrumb{
    padding:5px 15px;
    height:30px;
}
#breadcrumb div div span span{
    color:#8C8C8C;
}
#breadcrumb div div span a span{
    color:#8C8C8C;
    transition:0.5s;
}
#breadcrumb div div span a:hover span{
    color:#2980b9;
}
@media (max-width: 767px){
    #breadcrumb{
        display:none;
    }
}

#social_networks_buttons>*{
    display:inline-block;
}
#social_networks_buttons .fb-like{
    vertical-align:top;
}

/* --------------------------------------
Table Of  Content

1. Bootstrap
2. Font Awesome
3. Pluging
    3.1 Core Owl Carousel CSS File
    3.2 Owl Carousel Theme
4. General Styles
  4.1 Typography
  4.2 Forms
  4.3 Button
5. Header
  5.1 Header Top Bar
  5.2 Header Search Bar
  5.3 Header Map Section
  5.4 Header Nav Bar
  5.5 Header Slide content
  5.6
6. Home With Slider
7. Page Sidebar
  7.1 Location Detail
  7.2 Distance Range
  7.3 Categories
8. Post Sidebar
9. Company Sidebar
10. Page Content
  10.1 View Switcher
  10.2 Bootstrap Tab
  10.3 Product Details
  10.4 Category Item (home with slider)
11. Company Single Product
12. Featured Listing
13. Classified Content
14. Register Now
15. Our Partner
16. Page Heading (for post about us contact us)
17. About Us
18. Contact Us
19. Price Listing
20. Sample Page
21. Blog List
22. Blog Post
23. Comment Section
24. Company Profile
25. Company Events
26. Company Contact
27. Footer
28. Shortcodes

---------------------------------------------- */
/* LESS BUILD */
/* fonts */
/*
  Color Mixins

  Example:
  #777777 lighten(@text-color, 46.5%)
  #bebebe lighten(@text-color, 74.5%)
*/
/* Bootstrap */
/* ====================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 1.8em;
  margin: 0 0 0.2em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 85.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/* Font Awesome */
/* ====================================================== */

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/* PLugins */
/* ====================================================== */
/*
 *  Core Owl Carousel CSS File
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
*   Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-pagination {
  display: none;
}

/* ------------- Owl carousel from .css file (not from template) --------------- */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 0;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  height:143px;
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next{
    display:inline-block;
    font-size:30px;
    margin:0 10px;
    border:none;
    color:#333;
    text-align:center;
    transition:0.5s;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    color:#2980b9;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  overflow:hidden;
  height:143px;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  min-height:100%;
  min-width:100%;
  display: block;
  position:absolute;
  top: -9999px; bottom: -9999px; left: -9999px; right: -9999px;
  margin:auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

@media(max-width:992px){
    .owl-carousel .owl-controls{
        display:none;
    }
}

/* end default owl-carousel style */
/* Style */
/* ====================================================== */
/* GENERAL STYLES */
/* --------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  width: 100% !important;
  height: auto;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}
#main-wrapper {
  position: relative;
  overflow-x: hidden;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover{
  color: #2980b9;
  transition: all .3s ease;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
  outline-offset: 0;
}

/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #333333;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  text-decoration: none;
}
h3,
.h3 {
  font-family: 'Raleway', sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1.42857143;
  margin-bottom: 1.42857143;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 1.42857143;
  margin-bottom: 1.42857143;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 20px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 1.42857143;
  list-style-position: inside;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline {
  list-style: none;
  padding-left: 0;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* FORMS */
/* --------------------------------------- */
form {
  position: relative;
}
input {
  outline: 0;
  border: none;
  width: 100%;
  height: inherit;
  color: #333333;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 3px;
}
button {
  border-radius: 3px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
  outline-offset: 0;
  border: none;
}
/* select box */
/* Custom selects */
.uou-custom-select {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: 100%;
  background: #fff;
  border:1px solid #c4c4c4;
}
.uou-custom-select select {
  display: none;
}
.uou-custom-select .fa {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  font-size: 10px;
  color: #b7b7b7;
  cursor: pointer;
}
.uou-custom-select .placeholder {
  display: block;
  position: relative;
  outline: 0;
  border: 0;
  background: #fff;
  width: 100%;
  height: inherit;
  line-height: 24px;
  padding: 3px 30px 2px 15px;
  margin: 0;
  color: #919191;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
}
.header-search-bar .uou-custom-select .placeholder {
  font-weight: 500;
  padding: 8px 30px 8px 15px;
}
.uou-custom-select .select-clone {
  position: absolute;
  top: 100%;
  z-index: 99;
  display: none;
  background-color: #fff;
  margin: 0;
  margin-top:1px;
  padding: 0;
  width: 100%;
  max-height: 200px;
  list-style: none;
  overflow: auto;
  box-shadow: 0px 0px 0px 1px #c4c4c4;
  border-top: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.uou-custom-select .select-clone > li {
  display: block;
  padding: 3px 15px;
  transition:0.4s;
  color:#000;
}
.uou-custom-select .select-clone > li:hover {
  background: #FFE2D0;
  cursor: pointer;
}
.uou-custom-select .select-clone > li:last-child {
  margin-bottom: 5px;
}
::-webkit-input-placeholder {
  color: #919191;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #919191;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #919191;
}
:-ms-input-placeholder {
  color: #919191;
}
/* BUTTONS */
/* --------------------------------------- */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
  outline-offset: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  border: none;
  color: #FFF;
  transition:0.5s;
  background-color: #2980b9;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ca9e00;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #2980b9;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus {
  background: #333333 !important;
  color: #2980b9;
}
/* HEADER */
/* --------------------------------------- */
/* Header Top Bar */
/* ---------------------------------------------- */
#header .header-top-bar {
  width: 100%;
}
.header-top-bar .container{
    padding: 10px 0;
}
.header-logo{
    height:48px;
    padding-left:0 !important;
}
.header-user{
    height:48px;
    line-height:48px;
    position:relative;
    padding:0 15px;
}
.header-user div div{
    line-height:20px;
}
@media (min-width: 768px){
    #header .header-top-bar .header-login, #header .header-top-bar .header-register{
        float:right !important;
    }
}
@media (max-width: 767px){
    .header-user {
        width:100%;
    }
}
#userconnect{
    z-index:5000
}
#header .header-top-bar .header-login, #header .header-top-bar .header-register{
    z-index: 9999;
    margin-right: 20px;
    font-weight: 700;
}
#header .header-top-bar .header-login{
    float:right;
}
#header .header-top-bar .header-register{
    float:left;
}
#header .header-top-bar .header-social,
#header .header-top-bar .header-language {
  position: relative;
  float: left;
  z-index: 9999;
  margin-right: 30px;
  padding: 6px 0;
  font-weight: 700;
}
#header .header-top-bar .header-login div,
#header .header-top-bar .header-register div {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 55px;
  z-index: 1000;
  padding: 20px;
  width: 350px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all .4s ease;
}
#header .header-top-bar .header-login div{
    right: 0;
}
#header .header-top-bar .header-register div{
    right: 50px;
}
#header .header-top-bar .header-login div input,
#header .header-top-bar .header-register div input {
  height:30px;
  margin-bottom: 15px;
  border: 1px solid #777777;
  font-weight: normal;
}
#header .header-top-bar .header-login div input:last-child,
#header .header-top-bar .header-register div input:last-child {
  margin-bottom: 5px;
}

#header .header-top-bar .header-login div a,
#header .header-top-bar .header-register div a {
  color: #2980b9;
}
#header .header-top-bar .header-login.active div,
#header .header-top-bar .header-register.active div {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#header .header-top-bar .header-logo {
  float: left;
  text-align: center;
  text-transform: uppercase;
}
#header .header-top-bar .header-logo h2 {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
#header .header-top-bar .header-logo a .fa {
  position: relative;
  padding: 0 6px;
  color: #2980b9;
  font-size: 34px;
}
#header .header-top-bar .header-logo a:hover {
  color: inherit;
}
#header .header-top-bar .header-social,
#header .header-top-bar .header-language {
  text-align: left;
}
#header .header-top-bar .header-social > a,
#header .header-top-bar .header-language > a {
  color: #777777;
}
#header .header-top-bar .header-social > a .fa-chevron-down,
#header .header-top-bar .header-language > a .fa-chevron-down {
  position: relative;
  top: -2px;
  font-size: 10px;
}
#header .header-top-bar .header-social > a:hover,
#header .header-top-bar .header-language > a:hover {
  color: #2980b9;
}
#header .header-top-bar .header-social ul,
#header .header-top-bar .header-language ul {
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
}
#header .header-top-bar .header-social ul li,
#header .header-top-bar .header-language ul li {
  padding: 10px 15px 0;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0;
}
#header .header-top-bar .header-social ul li:last-child,
#header .header-top-bar .header-language ul li:last-child {
  padding-bottom: 10px;
}
#header .header-top-bar .header-social ul a,
#header .header-top-bar .header-language ul a {
  color: #fff;
}
#header .header-top-bar .header-social ul a .fa,
#header .header-top-bar .header-language ul a .fa {
  font-size: 24px;
}
#header .header-top-bar .header-social ul a:hover,
#header .header-top-bar .header-language ul a:hover {
  color: #2980b9;
}
#header .header-top-bar .header-social.active ul,
#header .header-top-bar .header-language.active ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 992px) {
  #header .header-top-bar .header-social,
  #header .header-top-bar .header-language {
    display: none;
  }
}

#add-shop-link{
    text-align:right;
    padding-top:5px;
    padding-bottom:5px;
}
#add-shop-link a{
    color:#FFF;
    transition:0.5s;
    font-weight:bold;
}
#add-shop-link a:hover{
    color:#2980b9;
}

#header .header-top-bar .header-call-to-action {
  float: right;
}
@media (max-width: 992px) {
  #header .header-top-bar .header-call-to-action {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .header-top-bar .header-login div,
  #header .header-top-bar .header-register div {
    top: 100px;
  }
}
@media (max-width: 992px) and (max-width: 480px) {
  #header .header-top-bar .header-login div,
  #header .header-top-bar .header-register div {
    width: 280px;
  }
}
@media (max-width: 480px) {
  #header .header-top-bar .header-register div {
    left: 30px;
  }
}
/* hesader search bar */
/* -------------------------------- */
.header-search {
  position: relative;
  width: 100%;
  height:50px;
  margin-bottom:15px
}
.header-search .header-search-bar {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #6C7A89;
  z-index: 0;
}

@media (max-width: 768px){
    .header-search .header-search-bar {
        -moz-box-shadow: inset 0px 4px 10px 0px #5C6875;
        -webkit-box-shadow: inset 0px 4px 10px 0px #5C6875;
        -o-box-shadow: inset 0px 4px 10px 0px #5C6875;
        box-shadow: inset 0px 4px 10px 0px #5C6875;
      }
}
@media (min-width: 768px) and (max-width: 991px){
    .header-search{
        margin-bottom:5px;
    }
}

.header-search .header-search-bar .search-btn {
  float: left;
  width: 30px;
  height: 30px;
  background-color: #3D5461;
  color: #FFF;
  font-size: 15px;
  transition:all .5s ease;
}
.header-search .header-search-bar .search-btn:hover {
  background-color: #F3C13A;
}

.header-search-bar .search-value div{
    height: 30px;
}
.header-search-bar .search-value div input{
    padding:5px 10px;
    color: #333333;
}

.header-search .header-search-bar .select-location{
  border-left: 1px solid #aaaaaa;
}

@media (max-width: 767px){
    .header-search{
        height:206px;
        margin-top:41px;
        display:none;
        margin-bottom:0;
    }
    .header-search-bar{
        padding:5px 0 15px 0 !important;
    }
    .header-search-bar .search-value div{
        font-size:18px;
        height:40px;
    }
    .header-search-bar .search-value div input{
        font-size:18px;
    }
    .header-search .header-search-bar .search-btn{
        width:100%;
        height:40px;
    }
    .header-search .header-search-bar .search-btn i:after{
        content:' Recherche';
    }
    .header-search .header-search-bar .select-location{
      margin:15px 0 !important;
    }
    #geoLoc{
        line-height:30px;
        font-size:15px;
        text-align:right;
        padding-left:15px;
        padding-right:15px;
    }
    
    .header-search .header-search-bar .search-value .keywords input {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
    }
    .header-search .header-search-bar .select-location{
      border-left: none;
      margin:10px 0;
    }
}

/* header-nav-bar */
/* ----------------------------------------------- */
#header .header-nav-bar {
  position: relative;
  border-bottom: 3px solid #2980b9;
}
#header .header-nav-bar button {
  display: none;
}
@media (max-width: 992px) {
  #header .header-nav-bar {
    border-bottom: 0;
    position: fixed;
    top: 0;
    right: -220px;
    z-index: 9999 !important;
    height: 100%;
    width: 220px;
    overflow: visible;
    transition: all .3s ease;
  }
  #header .header-nav-bar.active {
    right: 0;
  }
  #header .header-nav-bar button {
    display: block;
    position: absolute;
    left: -35px;
    top: 15px;
    z-index: 0;
    height: 40px;
    width: 35px;
    line-height: 37px;
    background-color: #2980b9;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #header .header-nav-bar button.active {
    background-color: #1a1a1a;
  }
  #header .header-nav-bar button.active .fa-bars {
    display: none;
  }
  #header .header-nav-bar button.active:before {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
#header .header-nav-bar .primary-nav {
  position: relative;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  #header .header-nav-bar .primary-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #1a1a1a;
  }
}
#header .header-nav-bar .primary-nav > li {
  position: relative;
  float: left;
  border-right: 1px solid #e5e5e5;
}
#header .header-nav-bar .primary-nav > li:first-child {
  border-left: 1px solid #e5e5e5;
}
#header .header-nav-bar .primary-nav > li:first-child > a {
  padding: 0 20px;
}
#header .header-nav-bar .primary-nav > li > a {
  display: block;
  color: #333333;
  font-weight: 700;
  font-size: 15px;
  line-height: 42px;
  padding: 0px 20px;
  text-transform: uppercase;
  transition: all .3s ease;
}
#header .header-nav-bar .primary-nav > li > a:hover {
  color: #595959;
}

#header .header-nav-bar .primary-nav > li.bg-color {
  background-color: #2980b9;
  transition:0.5s;
}
#header .header-nav-bar .primary-nav > li.bg-color a{
    color:#F1F9F9;
}
#header .header-nav-bar .primary-nav > li.bg-color a:hover{
    color:#FFF;
    background-color:#2A84BF;
}

#header .header-nav-bar .primary-nav > li > a .fa {
  position: absolute;
  right: 8px;
  top: 22px;
}
#header .header-nav-bar .primary-nav > li.active > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 992px) {
  #header .header-nav-bar .primary-nav > li.active {
    background-color: #333333;
  }
  #header .header-nav-bar .primary-nav > li.active ul li {
    background-color: #1a1a1a;
  }
}
#header .header-nav-bar .primary-nav ul {
  position: absolute;
  top: 105%;
  left: 0;
  z-index: 0;
  visibility: hidden;
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
  opacity: 0;
  transition: all .3s ease;
}
#header .header-nav-bar .primary-nav ul > li {
  position: relative;
}
#header .header-nav-bar .primary-nav ul > li > a {
  display: block;
  padding: 10px 20px;
  width: 200px;
  border-bottom: 1px solid #333333;
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
}
#header .header-nav-bar .primary-nav ul > li > a:hover {
  color: #2980b9;
  background-color: #4d4d4d;
}
#header .header-nav-bar .primary-nav ul > li:last-child a {
  border-radius: 0 0 3px 3px;
}
@media (max-width: 1200px) {
  #header .header-nav-bar .primary-nav > li > a {
    font-size: 13px;
    padding: 0 21px;
  }
}
@media (max-width: 992px) {
  #header .header-nav-bar .primary-nav > li {
    float: none;
    border: 0;
  }
  #header .header-nav-bar .primary-nav > li:first-child {
    border-left: 0;
  }
  #header .header-nav-bar .primary-nav > li > a {
    line-height: 35px;
    color: #fff;
    border-bottom: 1px solid #262626;
  }
  #header .header-nav-bar .primary-nav > li > a .fa {
    top: 10px;
    right: 10px;
  }
  #header .header-nav-bar .primary-nav > li > a:hover {
    color: #ddd;
  }
  #header .header-nav-bar .primary-nav > li.active {
    background-color: #4d4d4d;
  }
  #header .header-nav-bar .primary-nav > li.active > ul {
    position: relative;
    transform: translateY(0);
  }
  #header .header-nav-bar .primary-nav > li ul {
    padding-bottom: 5px;
    transform: translateY(5px);
    transition: all .3s ease;
  }
  #header .header-nav-bar .primary-nav > li ul li a {
    color: #f8f8f8;
    background-color: #404040;
    width: 100%;
    padding: 5px 30px;
    border-bottom: 0;
  }
  #header .header-nav-bar .primary-nav > li ul li a:hover {
    background-color: #2980b9;
    color: inherit;
  }
}
#header .home-slide.header-nav-bar {
  height: 45px !important;
  background-color: #fff;
  z-index: 0;
  border-radius: 3px 3px 0 0;
}
@media (max-width: 992px) {
  #header .home-slide.header-nav-bar {
    height: 100% !important;
    border-radius: 0 !important;
    background-color: transparent;
    z-index: 999;
  }
}
#header .home-slide.header-nav-bar .primary-nav > li:first-child {
  border-left: 0;
  padding: 0 2px;
  border-radius: 3px 0 0 0;
}
@media (max-width: 992px) {
  #header .home-slide.header-nav-bar .primary-nav > li:first-child {
    border-radius: 0;
    padding: 0;
  }
}
#header .home-slide.header-nav-bar .primary-nav > li:last-child {
  border-right: 0;
  border-radius: 0 3px 0 0;
}
@media (max-width: 992px) {
  #header .home-slide.header-nav-bar .primary-nav > li:last-child {
    border-radius: 0;
  }
}
#header .home-slide.header-nav-bar .primary-nav > li:last-child > a {
  padding: 0 20px;
  border-radius: 0 3px 0 0;
}
@media (max-width: 992px) {
  #header .home-slide.header-nav-bar .primary-nav > li:last-child > a {
    border-radius: 0;
  }
}
@media (max-width: 1200px) {
  #header .home-slide.header-nav-bar .primary-nav > li:last-child > a {
    padding: 0 24px 0 24px;
  }
}
/* header-slider content */
/* ----------------------------------- */
#header {
  position: relative;
}
/* home-with-slider style begin */
/* --------------------------------------- */
.home-with-slide {
  position: relative;
  z-index: 99;
  background: #fff;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .home-with-slide {
    border-radius: 3px 3px 0 0;
    padding-left: 30px;
    padding-top: 30px;
  }
  .home-with-slide .change-view .filter-input input {
    top: -60px;
  }
}
.home-with-slide .custom-search {
  padding: 20px 0 0 25px;
}
.home-with-slide .tab-pane .row {
  padding-top: 0 !important;
}

/* categories */
/* ------------------------------------ */
#categories {
  position: relative;
  margin-top: 5px;
  color: #333333;
  margin-bottom: 30px;
  text-align:center;
}
#categories .accordion {
  position: relative;
  display: block;
}
#categories .accordion ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#categories .accordion ul li {
  background-color: #f8f8f8;
  border-top: 1px solid #d0d0d0;
  border-right: 3px solid transparent;
  border-left: 1px solid #d0d0d0;
  transition: all .3s ease;
}
#categories .accordion ul li:hover {
  background-color: #2980b9;
}
#categories .accordion ul li a {
  display: block;
  padding: 14px 0 12px 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
#categories .accordion ul li a .fa {
  padding-right: 10px;
}
#categories .accordion ul li.active a:hover{
    color:#000;
}
#categories .accordion ul li a:hover {
  color: #FFF;
}
#categories .accordion ul li a span {
  font-weight: normal;
  display: block;
  margin: 0;
  font-size: 13px;
  text-transform: capitalize;
}
#categories .accordion ul li div {
  display: none;
  padding-top: 5px;
  padding-left: 30px;
}
#categories .accordion ul li div a {
  text-transform: capitalize;
  padding: 6px 0;
  font-size: 15px;
  font-weight: normal;
}
#categories .accordion ul li div a:before {
  content: "\f196";
  position: relative;
  top: 2px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  font-size: 16px;
}
#categories .accordion ul li div a.active {
  font-weight: 700;
}
#categories .accordion ul li div a.active:before {
  content: "\f147";
}
#categories .accordion ul li div a:hover {
  color: inherit;
}
#categories .accordion ul li.active {
  background-color: #fff;
  color:#000;
  border-right: 3px solid #2980b9;
  border-left: 0;
  border-top-right-radius:2px;
  border-bottom-right-radius:2px;
}
#categories .accordion ul li.active div {
  display: block;
}
#categories .accordion ul li:last-child {
  border-bottom: 1px solid #c4c4c4;
}
/* sidebar-toggle */
/* --------------------------------------- */
.category-toggle button {
  display: none;
}
@media (max-width: 991px) {
  .category-toggle {
    float: left;
    position: absolute;
    top: 5px;
    left: -270px;
    width: 270px;
    z-index: 999;
    background-color: #f8f8f8;
    padding: 20px;
    transition: all .3s ease;
  }
  .category-toggle button {
    display: block;
    position: absolute;
    right: -40px;
    top: 0px;
    z-index: 999;
    height: 40px;
    width: 40px;
    line-height: 37px;
    background-color: #1a1a1a;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    opacity:0.8;
  }
  .category-toggle.active {
    left: 0;
  }
}

@media (max-width: 992px) {
  .home-with-slide {
    position: relative;
  }
  .home-with-slide .category-toggle {
    background-color: transparent;
  }
  .home-with-slide .category-toggle .page-sidebar {
    display: none !important;
  }
  .home-with-slide .category-toggle.active {
    background-color: #f8f8f8;
    border-top-left-radius: 3px;
    left:-15px;
  }
  .home-with-slide .category-toggle.active .page-sidebar {
    display: block !important;
  }
}

/* company-sidebar */
/* ---------------------------------------- */
.company-sidebar {
  position: relative;
}
.company-sidebar .company-category {
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-sidebar .company-category li {
  position: relative;
  width: 100%;
  background: #333333;
  border-bottom: 1px solid #4d4d4d;
  transition: all .3s ease;
}
.company-sidebar .company-category li.active,
.company-sidebar .company-category li:hover {
  background: #2980b9;
}
.company-sidebar .company-category li.active a,
.company-sidebar .company-category li:hover a {
  color: #333333;
}
.company-sidebar .company-category li.active:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 18px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #2980b9;
}
.company-sidebar .company-category li:first-child {
  border-radius: 3px 3px 0 0;
}
.company-sidebar .company-category li:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: 0;
}
.company-sidebar .company-category li a {
  display: block;
  padding: 15px 20px;
  color: #2980b9;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.company-sidebar .company-category li a .fa {
  color: #fff;
  padding-right: 10px;
}
.company-sidebar .own-company {
  margin: 30px 0;
  text-align: center;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
}
.company-sidebar .own-company a {
  padding: 10px 0;
  display: block;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: bold;
}
.company-sidebar .own-company a .fa {
  padding-right: 10px;
}
.company-sidebar h2 {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 17px 20px 15px;
  width: 100%;
  background: #eeeeee;
  border-radius: 3px;
  border-left: 3px solid #2980B9;
  font-size: 18px;
  text-transform: uppercase;
}

.displayed_hours td{
    min-width:50px;
}
.user_maj_hours{
    margin-bottom:5px;
}
.contact-details{
    padding-top:0;
}
.contact-details table{
    width:100%;
    margin-top:10px;
    text-align:center;
}
.contact-details table tr:first-child th{
    padding:8px 5px;
    background:#2980b9;
    color:#FFF;
    border-bottom:4px solid #FFF;
}
.contact-details table tr th,
.contact-details table tr td{
    padding:5px;
}
.contact-details table tr th{
    color:#333333;
    background:#DEDEDE;
}
.contact-details table tr th:first-child{
    border-right:4px solid #FFF;
}
.contact-details table tr td{
    background:#F5F5F5;
    width:60px;
}
.contact-details table tr .closed_shop_hours{
    border-right:2px solid #FFF;
}
.contact-details table tr td:nth-child(3){
    border-right:2px solid #FFF;
}
@media (max-width: 991px){
    .contact-details table tr th:first-child{
        width:25%;
    }
}

.closedShop{
    background:#E8E8E8 !important;
}
.company-sidebar .contact-details li,
.company-sidebar .opening-hours li {
  position: relative;
  padding: 3px 0;
}
.company-sidebar .contact-details li span,
.company-sidebar .opening-hours li span {
  top: 5px;
  left: 96px;
  line-height:0.8;
  padding:3px;
}
@media (max-width: 1200px) {
  .company-sidebar .contact-details li span,
  .company-sidebar .opening-hours li span {
    position: absolute;
    left: 100px;
  }
}
.company-sidebar .contact-details li span .fa,
.company-sidebar .opening-hours li span .fa {
  position: relative;
  top: -3px;
  color: #2980b9;
  padding-left: 10px;
}
.company-sidebar .square-button {
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .company-sidebar .square-button {
    display: none;
  }
}
.page-sidebar {
  position: relative;
}

/* Pagination */
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  float: left;
  height: 30px;
  width: 30px;
  text-align: center;
  margin-left: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  transition: all .3s ease;
}
.pagination li a {
  line-height: 30px;
}
.pagination li a .fa {
  position: relative;
  top: -2px;
}
.pagination li a:hover {
  color: #fff;
}
.pagination li.active,
.pagination li:hover {
  color:#FFF;
  background-color: #2980b9;
  border: 0;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .pagination {
    padding:0 15px;
  }
  .pagination li{
      margin-bottom:5px;
  }
}

/* bootstrap tab */
.tab-pane {
  display: none !important;
  transition: all .3s ease;
}
.tab-pane.active {
  display: block !important;
}

/* Département Items */

.departement-item {
  overflow:hidden;
  position: relative;
  width: 100%;
  height: 50px;
  line-height:50px;
  background: #E5E5E5;
  margin-bottom: 8px;
  text-align: center;
  transition: all .3s ease;
}
.departement-item .counter{
    height:20px;
    display:inline-block;
    font-weight:normal;
    opacity:0.4;
}
.departement-item p {
  margin:0;
  position: relative;
  vertical-align:middle;
  display:inline-block;
  width:100%;
  line-height:normal; /* on rétablit le line-height */
  padding: 5px 10px;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
}
.departement-item span{
    font-weight:bold;
}
.departement-item .img_dept{
    position:absolute;
    top:12px;
    left:10px;
    font-weight:bold;
    display:block;
    width:30px;
    height:30px;
    background:url("/images/sprite_css.png") 0 0 no-repeat;
}
.departement-item a .fa {
  display: block;
  padding-bottom: 20px;
  font-size: 38px;
}
.departement-item a:hover {
  color: inherit;
}
.departement-item:hover {
  background-color: #2980b9;
  color:#FFF;
}

.shop-item {
  padding: 5px 10px;
  position: relative;
  width: 100%;
  height: 75px;
  background: #E5E5E5;
  margin-bottom: 10px;
  transition: all .5s ease;
  font-size: 12px;
  overflow:hidden;
  white-space: nowrap;
  text-align:center;
}
.shop-item strong{
    display:block;
}
.shop-item a {
  position: relative;
  height: 100%;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
}
.shop-item a .fa {
  display: block;
  padding-bottom: 20px;
  font-size: 38px;
}
.shop-item a:hover {
  color: #ff3333;
}
.shop-item:hover {
  background-color: #2980b9;
  color:#FFF;
}
.brandimage-item{
    height:50px;
    text-align:center;
}
.brandimage-item img{
    width:100%;
    max-width:50px;
    max-height:50px;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    display:block;
}

#page-content {
  position: relative;
  padding: 10px 0 50px 0;
}
.page-content {
  position: relative;
}
/*.home-with-slide {
  margin-top: -30px !important;
}*/

/* sample page begin */
/* --------------------------------------- */
.sample-page-heading {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/content/price-listing-heading-bg.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
}
.sample-page-heading > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.sample-page-heading h1 {
  position: relative;
  top: 180px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 76px;
  text-transform: uppercase;
  font-weight: 800;
}
.sample-page-heading h1 span {
  color: #2980b9;
}
@media (max-width: 767px) {
  .sample-page-heading h1 {
    font-size: 41px;
    top: 130px;
  }
}
@media (max-width: 480px) {
  .sample-page-heading h1 {
    font-size: 36px;
  }
}
.sample-page {
  position: relative;
  line-height: 25px;
  padding: 30px 0;
}
.sample-page h3 {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .sample-page h3 {
    font-size: 26px;
  }
}
.sample-page p {
  font-size: 15px;
  margin-bottom: 30px;
}
.sample-page .post-image {
  position: relative;
  width: 100%;
  height: 430px;
  margin: 50px 0;
  border-radius: 3px;
}
.sample-page .post-image img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .sample-page .post-image {
    height: 300px;
  }
}

/* comment-section */
/* --------------------------------------- */
.comments-section {
  position: relative;
}
.comments-section h4 {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
.comments-section .comments {
  margin: 10px 0 30px 0;
  padding: 0;
  list-style: none;
}
.comments-section .comments ul {
  margin: 20px 0 0 20px;
  padding: 0;
  list-style: none;
}
.comments-section .comments li {
  margin-bottom: 20px;
}
.comments-section .comments .comment {
  position: relative;
  display: block;
  min-height: 80px;
}
.comments-section .comments .comment .meta {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
  color: #c4c4c4;
  text-transform: uppercase;
}
.comments-section .comments .comment .meta a {
  color: inherit;
}
.comments-section .comments .comment .meta a:hover {
  text-decoration: underline;
}
.comments-section .comment-form fieldset {
  padding: 10px 25px 20px 25px;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.comments-section .comment-form fieldset legend{
    padding:0 5px;
    font-weight:bold;
}
.comments-section .comment-form .row{
    height:35px;
}
.comments-section .comment-form .row div{
    height:25px;
    margin-bottom:15px;
}

.comments-section .comment-form input {
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  height: 35px;
  font-weight: normal;
  color: #333333;
  transition:0.5s;
}
.comments-section .comment-form input:focus,
.comments-section .comment-form input:active {
  border-color: #aaaaaa;
}
.comments-section .comment-form textarea {
  margin: 0 0 12px 0;
  padding: 13px;
  width: 100%;
  height: 150px;
  resize: none;
  outline: 0;
  border-radius: 3px;
  border: 1px solid #dddddd;
  font-weight: normal;
  transition:0.5s;
}
.comments-section .comment-form textarea:focus,
.comments-section .comment-form textarea.active {
  border-color: #aaaaaa;
  box-shadow: none;
}
.comments-section .comment-form .btn {
  padding: 8px 15px;
  font-weight: bold;
  transition:0.3s;
}
.comments-section .comment-form .btn .fa {
  padding-right: 4px;
}
/* Compnay profile style begin */
/* --------------------------------------- */
.header-search.company-profile-height {
  height: 570px;
}
@media (max-width: 767px) {
  .header-search.company-profile-height {
    height: 390px;
  }
}
.company-profile {
  padding-top: 10px;
}
.company-profile .company_image{
    height:108px;
}
.company-profile .company_image img{
    max-width:100%;
    max-height:100%;
    position:absolute;
    margin:auto;
    top:0; right:0; bottom:0; left:0;
}
.company-profile h2 {
  text-transform: uppercase;
  margin: 0;
}
.company-profile h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
.company-profile h4 span {
  color: #d0d0d0;
}
.company-profile h5 {
  margin: 0;
  padding-top: 5px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
.company-profile h5 a {
  color: #d0d0d0;
}
.company-profile .social-link {
  margin-top: -40px;
}
.company-profile .social-link ul li {
  height: 40px;
  width: 40px;
  background-color: #2980b9;
  text-align: center;
  border-radius: 3px;
  margin-right: 7px;
  transition: all .3s ease;
}
.company-profile .social-link ul li:hover {
  background-color: #eeba00;
}
.company-profile .social-link ul li a {
  display: block;
  color: #333333;
  line-height: 40px;
  font-size: 20px;
}
@media (max-width: 600px) {
  .company-profile .social-link {
    display: none;
  }
}

@media (max-width: 991px){
    .company-profile .company-text p {
        display:none;
        padding:10px;
        background:#f7f7f7;
    }
    .company-profile .company-text>a{
        font-weight:bold;
        display:block;
        width:100%;
        padding:5px;
        background:#ececec;
        text-align:center;
        position:relative;
    }
    .company-profile .company-text>a i{
        position:absolute;
        top:7px;
        right:10px;
        font-size:18px;
    }
}

.company-profile .company-text {
  padding-top: 10px;
  padding-bottom: 10px;
}
.company-profile .company-text p {
  font-size: 12px;
  line-height: 17px;
  margin-bottom:0;
}
.company-profile .company-service {
  padding-bottom: 10px;
}
.company-profile .company-service li a {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
  color: #d0d0d0;
  font-weight: 600;
  text-transform: capitalize;
}
.company-profile .company-service li a:hover {
  color: #aaaaaa;
}
.company-profile .comments-section {
  padding: 20px 0 40px 0;
}

/* FOOTER */
/* --------------------------------------- */
#footer {
  position: relative;
  height:58px;
}
#footer .main-footer {
  position: relative;
  padding: 20px 0;
  background-color: #333333;
}
#footer .main-footer h3 {
  margin-top: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
}
#footer .main-footer p {
  color: #818181;
  padding-top: 20px;
  font-size: 15px;
}
#footer .main-footer a {
  color:#F2F2F2;
}
#footer .main-footer a:hover {
  color: #C8E6FF;
}
#footer .main-footer .newsletter {
  position: relative;
  text-align:center;
}
#footer .main-footer .newsletter input {
  height: 40px;
  background-color: #1a1a1a;
  padding-right: 40px;
  margin-bottom: 20px;
  color: #fff;
}
#footer .main-footer .newsletter button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 29px;
  height: 29px;
  background-color: #76BFF5;
  transition:0.5s;
}
#footer .main-footer .newsletter button:hover {
  background-color: #C8E6FF;
}
#footer .main-footer .newsletter ul li {
  height: 50px;
  width: 50px;
  background-color:#76BFF5;
  text-align: center;
  border-radius: 3px;
  margin-right: 7px;
  transition:1s;
}
#footer .main-footer .newsletter ul li:hover {
  background-color: #C8E6FF;
}
#footer .main-footer .newsletter ul li a {
  display: block;
  color: #333333;
  line-height: 50px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  #footer .main-footer .newsletter ul li {
    height: 40px;
    width: 40px;
  }
  #footer .main-footer .newsletter ul li a {
    line-height: 40px;
  }
}
#footer .copyright {
  position: relative;
  padding: 20px 0;
  background-color: #1a1a1a;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #818181;
  text-transform: uppercase;
}
#footer .copyright p {
  margin: 0;
  float: left;
}
#footer .copyright ul {
  float: right;
  margin: 0;
}
#footer .copyright ul li a {
  color: #818181;
  padding-left: 10px;
}
#footer .copyright ul li a:hover{
    color:#76BFF5;
}

@media (max-width: 790px) {
    #footer .copyright p{
        float:none;
        margin-left:15px;
    }
    #footer .copyright ul {
        float:none;
        padding-top:15px;
    }
}
/* WIDGETS */
/* --------------------------------------- */
/* SHORTCODES */
/* --------------------------------------- */
.shortcodes {
  position: relative;
  padding-bottom: 50px;
}
.shortcodes .heading {
  text-transform: uppercase;
}
.shortcodes .heading h1,
.shortcodes .heading h2,
.shortcodes .heading h5,
.shortcodes .heading h6 {
  font-family: 'Raleway', sans-serif;
}
.shortcodes .heading h1 {
  font-size: 46px;
}
.shortcodes .heading h2 {
  font-size: 40px;
}
.shortcodes .heading h3 {
  font-size: 34px;
}
.shortcodes .heading h4 {
  font-size: 28px;
}
.shortcodes .heading h5 {
  font-size: 24px;
}
.shortcodes .heading h6 {
  font-size: 17px;
}
.shortcodes > h3 {
  text-transform: uppercase;
  font-weight: 800;
}
.shortcodes h6 {
  font-size: 17px;
}
.shortcodes p {
  font-size: 15px;
  line-height: 25px;
}
.shortcodes table {
  width: 100%;
  margin: 30px 0;
  text-align: left;
}
.shortcodes table > thead {
  text-align: left;
}
.shortcodes table > thead > tr > th {
  padding: 15px 15px;
}
.shortcodes table tbody > tr {
  border-bottom: 1px solid #dddddd;
}
.shortcodes table tbody > tr > td {
  padding: 15px 15px;
}
.shortcodes .table-hover {
  margin-bottom: 80px;
}
.shortcodes .table-hover > thead {
  background: #2980b9;
}
.shortcodes .table-hover > thead > tr > th:first-child {
  border-radius: 3px 0 0 3px;
}
.shortcodes .table-hover > thead > tr > th:last-child {
  border-radius: 0 3px 3px 0;
}
.shortcodes .table-bordered {
  margin-bottom: 50px;
}
.shortcodes .table-bordered > thead {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.shortcodes .table-bordered > thead > tr > th {
  border-left: 1px solid #dddddd;
}
.shortcodes .table-bordered > thead > tr > th:last-child {
  border-right: 1px solid #dddddd;
}
.shortcodes .table-bordered tbody > tr > td {
  border-left: 1px solid #dddddd;
}
.shortcodes .table-bordered tbody > tr > td:last-child {
  border-right: 1px solid #dddddd;
}
.shortcodes .nav-tabs {
  margin: 0;
  border-bottom: 3px solid #2980b9;
}
.shortcodes .nav-tabs > li {
  padding: 0;
}
.shortcodes .nav-tabs > li a {
  border: 1px solid #eeeeee;
  padding: 8px 30px;
  text-align: center;
  display: block;
  border-radius: 3px 3px 0 0;
  border-bottom-color: transparent;
}
.shortcodes .nav-tabs > li a:hover {
  color: inherit;
}
.shortcodes .nav-tabs > li.active > a {
  background: #2980b9;
  border: 1px solid #2980b9;
}
.shortcodes .tab-content {
  margin: 0;
  padding: 30px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}
.shortcodes .tab-content strong {
  display: block;
}
.shortcodes .tab-pad {
  padding-top: 10px;
}
.shortcodes .tab-pad ul {
  padding: 0;
}
.shortcodes .vertical-tab.nav-tabs {
  border: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 140px;
}
.shortcodes .vertical-tab.nav-tabs > li {
  padding-bottom: 3px;
}
.shortcodes .vertical-tab.nav-tabs > li a {
  border-radius: 3px 0 0 3px;
  border-right: 0;
  border-bottom: 1px solid #eeeeee;
}
.shortcodes .vertical.tab-content {
  margin-left: 140px;
  border-left: 3px solid #2980b9;
}

.modal-open {
  overflow: hidden;
}
.modal {
  height:300px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display:none;
  margin:auto;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  overflow:hidden;
}
.modal-header .close {
  margin-top: -2px;
  float:right;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 10px 10px 10px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}

/* ---------- LIGHTBOX ---------- */
#myBox #myBox_aplat{
    position:fixed;
    background:#000;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9998;
}
#myBox #myBox_container{
    position:fixed;
    top:50px;
    left:50px;
    background:#FFF;
    z-index:9999;
}
#myBox #myBox_relative{
    position:relative;
}
#myBox #myBox_content{
    padding:10px;
    text-align:center;
}
#myBox #myBox_navbuttons{
    position:absolute;
    width:100%;
    margin-left:-10px;
    display:none;
}
#myBox #myBox_navbuttons i{
    font-size:30px;
    cursor:pointer;
    transition:0.5s;
    position:relative;
}
#myBox #myBox_navbuttons i::after{
    position: absolute;
    content: '';
    background: #fff;
    z-index: -1;
    top: 2px;
    left: 0px;
    width: 25px;
    height: 25px;
    border-radius:50%;
}
#myBox #myBox_navbuttons i:hover{
    color:#2980b9;
}
#myBox #myBox_navbuttons #prev{
    float:left;
    margin-left:-15px;
}
#myBox #myBox_navbuttons #prev::after{
    left: 1px;
}
#myBox #myBox_navbuttons #next{
    float:right;
    margin-right:-15px;
}
#myBox #myBox_content img{
    max-width:100%;
    max-height:100%;
}
#myBox #myBox_close{
    position:absolute;
    top:-10px;
    right:-10px;
}
#myBox #myBox_close i{
    transition:1s;
    cursor:pointer;
    font-size:25px;
    width:20px;
    height:20px;
    border-radius:50%;
    color:#FFF;
    -webkit-box-shadow: 0 3px 2px 1px rgba(51,51,51,0.8);
    -moz-box-shadow: 0 3px 2px 1px rgba(51,51,51,0.8);
    box-shadow: 0 3px 2px 1px rgba(51,51,51,0.8);
}
#myBox #myBox_close i:hover{
    color:#BDC3C7;
}
#myBox #myBox_close i.fa-times-circle::after{
    position: absolute;
    content: '';
    background: #333;
    z-index: -1;
    top: 2px;
    left: 1px;
    width: 20px;
    height: 20px;
    border-radius:50%;
}

/* -------------------------- */
/* ---------- RATY ---------- */
/* -------------------------- */
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em;
}

@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/raty.eot");
  src: url("../fonts/raty.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/raty.svg#raty") format("svg");
  src: url("../fonts/raty.ttf") format("truetype");
  src: url("../fonts/raty.woff") format("woff");
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.cancel-on-png:before {
  content: "\e600";
}

.cancel-off-png:before {
  content: "\e601";
}

.star-on-png:before {
  content: "\f005";
}

.star-off-png:before {
  content: "\f006";
}

.star-half-png:before {
  content: "\f123";
}

.rating{
    color:#F3C13A;
    text-align:left;
    font-size:0.9em;
}
.rating-display{
    display:inline-block;
    margin-right:10px;
    font-size:0.5em;
    color:#F3C13A;
}
.rating-display i{
    cursor:not-allowed;
}
#rating{
    padding:5px 0 5px 15px;
}
#rating-moyenne{
    text-align:left;
    padding:7px;
}
.raty-cancel{
    color:#DB5A6B;
}

@media(max-width:689px){
    .rating{
        font-size:0.7em;
        padding:7px 0;
    }
}
@media(max-width:400px){
    .rating{
        font-size:0.6em;
        padding:8px 0;
    }
}

/* distance-range slider */
/* ---------------------------------- */
.distance-range {
  position: relative;
}
.distance-range p {
  margin: 0;
}
.distance-range p label {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
}
.distance-range p input {
  position: absolute;
  right: 0;
  width: 60px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  color: #777777;
}
/* Interaction states for distance slider */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #fcfcfc;
  font-weight: normal;
  color: #555555;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 500;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  outline: none;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #333333 !important;
  border-radius: 3px;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-color: #2980b9;
  border-radius: 6px;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.2em;
  margin-left: -0.6em;
}
.ui-widget-header {
  background: #2980b9;
  color: #222222;
  font-weight: bold;
}
.ui-widget-content {
  border: 0;
  background: #ececec;
  color: #222222;
  list-style:none;
  width:300px;
  padding:0;
}
.ui-widget-content .ui-menu-item{
    cursor:pointer;
    padding:5px 10px;
}
.ui-widget-content .ui-menu-item:hover{
    background:#f7f7f7;
}
