/*-----------------------------------------------------------------------------------
Project: Hotel Aston
URI: https://www.hotel-aston.com
Company: Hotel Aston
Author: Vykintas Bartkus and Steven Cayla
Copyright: 2016 Webstore.
-----------------------------------------------------------------------------------*/

@charset "UTF-8";

/* ====================================================================================================================
 * General
 * ====================================================================================================================*/

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    background: #fff;
}
img, a, *:focus {
    outline: none;
}
a {
    text-decoration: none;
    color: #a79462;
    outline:none;
    cursor: pointer;
}
a:focus, a:hover {
    text-decoration: underline;
    color: #897c21;
}
h1, h2, h3, h4, h5 {
    /* font-family: 'Questrial', sans-serif;*/
       font-family: 'Book Antiqua', serif;
    font-weight: 100;
    color: #000;
}
label {
    font-weight: 100;
}

/* ====================================================================================================================
 * LAYOUT
 * ====================================================================================================================*/

.container {
    margin: 0 auto;
}
.main-wrapper {
    overflow: hidden;
    position: relative;
}
.no-margins.row,
.no-margins > .row { /* Removes margin between bootstrap columns */
    margin-right: 0;
    margin-left: 0;
}
.no-margins.row > [class*="col-"],
.no-margins > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
@media(max-width: 767px) {
    body.room-page {
        padding-bottom: 100px;
    }
}
/* ====================================================================================================================
 * Header
 * ====================================================================================================================*/

.site-header {
    position: absolute;
    width: 100%;
}
.inner-page .site-header {
    position: fixed;
}

.site-header .navbar {
    position: relative;
    min-height: 0;
    margin-bottom: 0;
    border: none;
    margin-left: 109px;
    background-color: transparent;
    z-index: 50;
}
.site-header .site-title {
    font-family: 'Book Antiqua', serif;
    font-size: 30px;
    float: left;
}
.site-header .site-title a,
.site-header .site-title a:link,
.site-header .site-title a:visited {
    color: #89661E;
}
.site-header .site-title a:hover {
    text-decoration: none;
}
.front-page .site-header {
    padding-top: 15px;
}
.front-page .header-logo-wrapper {
    display: none;
}
.header-widget{
    float: left;
    padding: 0 10px;
    line-height: 43px;
}
.front-page .header-widget{
    color: #fff;
}

/*** Site header for the inner pages ***/

.inner-page .site-header {
    background-color: #fff;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
}
.inner-page .site-header .header-logo {
    position: relative;
    z-index: 50;
}
.inner-page .site-header .header-logo-wrapper {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.inner-page .site-header .header-logo img {
    display: inline-block;
}
@media(max-width: 767px){
    .inner-page .site-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .text-page .site-header {
        position: relative;
    }
    .inner-page .site-header .header-title {
        display: none;
    }
    .inner-page .site-header .header-logo img {
        width: 102px;
    }
}
@media(min-width: 768px){
    .inner-page .site-header {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .inner-page .site-header .header-title {
        font-family: 'Book Antiqua', serif;
        font-size: 18px;
        color: #666;
        top: -20px;
        display: inline;
        position: relative;
    }
    .inner-page .site-header .title-left {
        text-transform: uppercase;
        margin-right: 50px;
    }
    .inner-page .site-header .title-right {
        margin-left: 50px;
    }
}
@media(max-width: 991px) and (min-width:767px) {
    .inner-page .site-header .header-title {
        font-size: 16px;
    }
    .inner-page .site-header .title-left {
        text-transform: uppercase;
        margin-right: 0;
    }
    .inner-page .site-header .title-right {
        margin-left: 0;
    }
}

/* ====================================================================================================================
 * Overrides
 * ====================================================================================================================*/

 
.flexslider {
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.flex-direction-nav .flex-prev {
    background: rgba(38, 44, 46, 0.8) url(../images/tab-carousel-arrow-left.png) no-repeat center;
    margin-left:-10px
}
.flex-direction-nav .flex-next {
    background: rgba(38, 44, 46, 0.8) url(../images/tab-carousel-arrow-right.png) no-repeat center;
    margin-right:-10px
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a:before {
    display: none;
}
.flex-direction-nav a {
    width: 44px;
    height: 81px;
    display: block;
    overflow: hidden;
    text-indent: 9999px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.media,
.media-body {
    width: auto;
    overflow: visible;
}
.media-heading {
    font-size: 20px;
}
.media-heading a:hover {
    text-decoration: none;
}
@media(max-width: 767px) {
    .flex-control-nav {
        bottom: -22px;
        z-index: 20;
    }
    .flex-control-paging li a {
        background: rgba(255, 255, 255, 0.5);
    }
    .flex-direction-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .media-left,
    .media-right {
        display: block;
        margin: 0;
    }
    .media-object {
        max-width: 100%;
    }
}
@media(min-width: 768px) {
    .media-left,
    .media>.pull-left {
        padding-right: 25px;
    }
    .media {
        margin-top: 25px;
    }
}


/* ====================================================================================================================
 * Effects
 * ====================================================================================================================*/

a,
.btn,
button,
.grid-list .media,
.grid-list .media .media-object,
#toTop,
.gallery-list .media-heading,
.btn-round .fa,
.btn-round .glyphicon {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

/* ====================================================================================================================
 * Buttons
 * ====================================================================================================================*/

.btn {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-family: 'Questrial', sans-serif;
    border-radius: 3px;
}
.btn:focus,
.btn:hover,
.btn:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.btn-default {
    background-color: #F7F7F7;
    border-color: #F7F7F7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:hover {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}
.btn-gray {
    background: #7e7e7e;
    border-color: #8e8a8a;
    color: #fff;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
    background: #b9b4b4;
}
.btn-brown {
    color: #fff;
    background: #a79462;
    border: 1px solid #a79462;
}
.btn-brown:focus,
.btn-brown:active,
.btn-brown:hover {
    color: #fff;
    background: #a79462;
    border: 1px solid #a79462;
}
.btn-rose {
    color: #fff;
    background-color: #296de6;
    border: 1px solid #296de6;
    /*
    background-color: #154392;
    border: 1px solid #154392;
    */
}
.btn-rose:focus,
.btn-rose:active,
.btn-rose:hover {
    background: #2c75f6;
    border: 1px solid #2c75f6;
    color: #fff;
}
.btn-green {
    color: #fff;
    background-color: #3B8C06;
    border: 1px solid #3B8C06;
}
.btn-green:focus,
.btn-green:active,
.btn-green:hover {
    background: #43a307;
    border: 1px solid #43a307;
    color: #fff;
}
.btn-back {
    position: absolute;
    left: 20px;
    font-size: 100%;
    top: 10px;
    padding: 2px 5px;
}
.btn-round .fa,
.btn-round .glyphicon {
    border-radius: 50%;
    height: 55px;
    width: 55px;
    font-size: 20px;
    padding: 16px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #333;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.btn-round:focus .fa,
.btn-round:hover .fa,
.btn-round:active .fa {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.btn-round:focus ,
.btn-round:hover ,
.btn-round:active {
    text-decoration: none;
}
.btn-round .btn-label {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    text-decoration: none;
}
.fa,
.glyphicon {
    margin-right: 5px;
}
#toTop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 55px;
    width: 50px;
    height: 50px;
    z-index: 200;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    color: #222;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
#toTop .glyphicon {
    font-size: 30px;
    margin-top: 8px;
    margin-right: 0;
}
#toTop:hover {
    background: #a79462;
    color: #fff;
}
/* ====================================================================================================================
 * Popup menu
 * ====================================================================================================================*/

.navbar-toggle {
    display: inline-block;
    z-index: 50;
    position: relative;
    border: none;
    border-radius: 50%;
    /*background-color: #154392;*/
    background: #a79462;
    width: 42px;
    height: 42px;
    margin: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #9e8c5d;
}
.nav-menu {
    background: #333 url(../images/bgr-popup-menu.jpg) center;
    background-size: cover;
    width: 100%;
    position: fixed;
    z-index: 100;
    display: none;
    top: 0;
}
.nav-menu-wrapper {
    text-align: center;
}
.nav-menu.open {
    top: 0;
    left: 0;
    overflow-y: auto;
}
.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.nav-menu .btn-close-menu {
    background-color: #a79462;
    /*background-color: #296de6;*/
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    z-index: 50;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.nav-menu .btn-close-menu svg {
    margin-top: 11px;
    width: 19px;
    height: 19px;
}
.nav-menu .nav-menu-list > li > a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-family: 'Book Antiqua', serif;
    text-shadow: rgba(0, 0, 0, 0.5) 0 2px 5px;
}
.nav-menu .nav-menu-list > li > a:focus,
.nav-menu .nav-menu-list > li > a:active,
.nav-menu .nav-menu-list > li > a:hover {
    text-decoration: none;
    color: #a79462;
}
.nav-menu .social-icons {
    transform: scale(0.7);
}
.nav-menu .social-icons .social-icon polygon,
.nav-menu .social-icons .social-icon path {
    fill: #fff;
}
.nav-menu .social-icons .fa-google-plus {
    font-size: 28px;
    color: #fff;
    position: relative;
    top: -5px;
}
.nav-menu .header-title {
    color: #D6AD3C;
    font-family: 'Book Antiqua', serif;
    font-size: 18px;
    margin-top: 15px;
}
@media (max-width: 767px) {
    .nav-menu .block-homepage-title .site-logo {
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .nav-menu .nav-menu-list > li > a {
        font-size: 16px;
        padding: 5px 0;
        margin: 5px 0;
        line-height: 16px;
    }
    .nav-menu hr {
        width: 65px;
    }
    .nav-menu-list {
        margin-left: 20px;
        margin-right: 20px;
    }
    .front-page .nav-menu-wrapper {
        padding: 15px 0;
    }
    .inner-page .nav-menu-wrapper {
        padding: 5px 0;
    }
    .inner-page .nav-menu-wrapper .container-fluid {
        overflow: hidden;
    }
}
@media (min-width: 768px ){
    .nav-menu hr {
        width: 130px;
    }
    .nav-menu .nav-menu-list {
        display: inline-block;
        margin-top: 25px;
    }
    .nav-menu .nav-menu-list > li > a {
        font-size: 20px;
        padding: 4px 0;
        line-height: 32px;
    }
    .nav-menu-wrapper {
        padding: 15px 0;
    }
    .menu-search .menu-search-input {
        width: 237px;
        height: 53px;
        font-size: 16px;
    }
    .menu-search .menu-search-submit {
        height: 53px;
        top: 3px;
        right: 146px;
    }
    #popupMenu .welcome-badge {
        bottom: 20%;
    }
    #popupMenu .welcome-badge svg {
        height: 180px;
    }
}

/* ====================================================================================================================
 * Dropdown menu
 * ====================================================================================================================*/

.navbar-right {
    margin: 0;
    position: relative;
    z-index: 100;
    float: right;
}
.navbar-right .dropdown {
    float: left;
    padding: 0 10px;
}

/*** Submenu ***/

.nav-collapse .dropdown-menu {
    background-color: #01acfe;
    width: 235px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    border: none;
    background-image: -moz-linear-gradient(top,#01acfe,#0189ca);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#01acfe),to(#0189ca));
    background-image: -webkit-linear-gradient(top,#01acfe,#0189ca);
    background-image: -o-linear-gradient(top,#01acfe,#0189ca);
    background-image: linear-gradient(to bottom,#01acfe,#0189ca);
}
.navbar .nav .dropdown-menu li {
    border-top: 1px solid #218fc4;
    display: block;
    width: auto;
    float: none;
}
.navbar .dropdown-menu li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    text-align: left;
    text-transform: none;
    text-shadow: 0 1px 1px #205A77;
    border-top: 1px solid #47b5ea;
    white-space: normal;
    background-color: #01A9FA;
}
.navbar .nav li.dropdown.open>.dropdown-toggle {
    background-color: #01A9FA;
    color: #fff;
}
.navbar .nav > li > .dropdown-menu:after {
    border-bottom: 6px solid #313233;
}
.nav-collapse .dropdown-menu li + li a {
    margin: 0;
}
.navbar .dropdown-menu li > a:hover,
.navbar .dropdown-menu li > a:focus,
.navbar .dropdown-submenu:hover > a {
    background-color: #0077b3;
}
.navbar .nav>li>.dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
    display: none;
}

.dropdown-lang:hover .dropdown-menu {
    display: block;
    visibility: visible;
    top: 78%;
}

/* ====================================================================================================================
 * Language Menu
 * ====================================================================================================================*/

.langues li {
    list-style:  none;
}
.langues a {
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
}
.langues li a {
    padding: 8px 20px;
}
.langues .active {
    background-color: #F5F5F5;
}
.langues > .active {
    background-color: transparent;
    display: block;
    line-height: 43px;
}
.langues .dropdown-menu {
    min-width: 60px;
}
.front-page .langues > a {
    color: #fff !important;
}

/* ====================================================================================================================
 * Section Mobile Menu (section-mobile-menu)
 * ====================================================================================================================*/

.section-mobile-footer .block-contact {
    position: relative;
    background-color: #3B4142;
    color: #fff;
    box-shadow: none;
    border: none;
    padding: 10px;
}
.section-mobile-footer .nav {
    background-color: #f5f5f5;
    padding: 10px;
}
.section-mobile-footer .nav>li>a {
    margin-bottom: 10px;
}

/* ====================================================================================================================
 * Fixed Bottom Menu (fixed-bottom-menu)
 * ====================================================================================================================*/

@media(max-width: 767px){
    .fixed-bottom-menu {
        position: fixed !important;
        bottom: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        background-color: rgba(243, 243, 243, 0.56);
        padding: 10px !important;
        margin: 0 !important;
    }
    .fixed-bottom-menu .btn {
        display: block;
        width: 100%;
        padding: 6px 12px;
        font-size: 14px;
    }
    .fixed-bottom-menu .btn .icon-bell {
        display: none !important;
    }
}

/* ====================================================================================================================
 * Contact Panel
 * ====================================================================================================================*/

.contact-panel {
    background-color: #fff;
    width: 300px;
    position: fixed;
    top: 258px;
    right: -300px;
    z-index: 100;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.contact-panel .contact-panel-content {
    padding: 20px;
}
.contact-panel .contact-panel-header {
    background-color: #262626;
    padding: 20px;
    position: relative;
}
.contact-panel .contact-panel-header img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact-panel .contact-panel-header  p {
    text-align: center;
    padding-left: 70px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.contact-panel .close {
    color: #fff;
    opacity: .9;
    top: 10px;
    right: 10px;
    position: absolute;
}
.contact-tab {
    background-color: #262626;
    width: 200px;
    height: 48px;
    position: fixed;
    top: 445px;
    right: -79px;
    cursor: pointer;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 60;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.contact-tab a {
    text-decoration: none !important;
    color: #fff;
    padding: 12px 4%;
    text-align: center;
    display: block;
}
/* ====================================================================================================================
 * Sliders
 * ====================================================================================================================*/

.homepage-slider-wrapper {
    z-index: 10;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.homepage-slider-wrapper .flexslider {
    z-index: 20;
    position: relative;
}
.homepage-slider-wrapper .flexslider li {
    background-size: cover;
    min-height: 460px;
}
.page-bgr-slider .flexslider {
   position: fixed;
    z-index: 20;
}

/*** degommé pour tests 
* #a79462 url(../images/ajax-loader-default.gif) no-repeat center 150px ;
***/
.flexslider.loading {
    background: #a79462 no-repeat center 150px ;
}
.photo-mask {
    background: url("../images/photo-mask.png");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 50;
}

/* ====================================================================================================================
 * Section Map (section-map)
 * ====================================================================================================================*/

.section-map {
    overflow: hidden;
	background: url("../medias/slideShow/VAU-4912.jpg");
/*** ci dessus degommé pour tests page contact en
* background: url("../medias/slideShow/VAU-4912.jpg");
***/
}
.section-map #map-canvas {
    min-height: 300px;
}
.full-height-bgr .section-map + .section-text {
    position: static;
}
.full-height-bgr .section-map + .section-text .container {
    background-color: transparent;

}
.full-height-bgr .section-map + .section-text .container .content {
    background-color: #fff;
}
@media(min-width: 768px) {
    .full-height-bgr .section-map + .section-text .container .content {
        margin-top: 50px;
    }
    .full-height-bgr .section-map {
        position: absolute;
        width: 100%;
        margin-top: 71px;
    }
}

/* ====================================================================================================================
 * Section section-home-front
 * ===================================================================================================================*/

.homepage-wrapper {
    position: relative;
}
.section-home-front {
    overflow: hidden;
    position: relative;
}
@media(max-width: 767px) {
    .section-home-front {
        background: url(../images/bgr-mob-homepage.jpg) no-repeat;
        background-size: cover;
    }
    .section-home-front .home-front-wrapper {
        background: url(../images/photo-mask.png);
    }
}
@media(min-width: 768px) {
    .section-home-front {
        border-bottom: 10px solid #a79462;
        min-height: 460px;
    }
    .section-home-front .home-front-wrapper {
        position: absolute;
        z-index: 20;
        width: 100%;
    }
}

/*** block-homepage-title ***/

.block-homepage-title {
    text-shadow: rgba(0, 0, 0, 0.5) 0 2px 5px;
    color: #fff;
}
.block-homepage-title .site-logo {
    margin-top: 50px;
}
.block-homepage-title .site-title {
    margin: 20px 0;
    text-transform: uppercase;
    color: #fff;
}
.block-homepage-title .lead {
    font-size: 18px;
    margin: 20px 0;
}
@media(max-width: 767px) {
    .block-homepage-title .site-logo {
        width: 100px;
    }
    .block-homepage-title .site-title {
        font-size: 20px;
        line-height: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1400px) {
    .block-homepage-title .site-logo {
        width: 150px;
    }
    .block-homepage-title .site-title {
        font-size: 30px;
        line-height: 30px;
    }
}
@media(min-width: 1399px) {
    .block-homepage-title .site-title {
        font-size: 40px;
        line-height: 40px;
    }
}

/* ====================================================================================================================
 * Section Background Slider (section-bgr-slider)
 * ====================================================================================================================*/

.section-bgr-slider {
    overflow: hidden;
}
.section-bgr-slider .slide {
    background-position: center;
    background-size: cover;
    min-height: 300px;
}
@media(max-width: 767px){
    .text-page .section-bgr-slider {
        display: none;
    }
}

/* ====================================================================================================================
 * Block Contact (block-contact)
 * ====================================================================================================================*/

.homepage-wrapper .block-contact {
    position: absolute;
    right: 20px;
    bottom: 40px;
    margin: auto;

    background-color: rgba(38, 44, 46, 0.8);
    color: #fff;
    padding: 10px;
    border: 1px solid #515658;
    box-shadow: 0 0 0 4px rgba(38, 44, 46, 0.8);
}
.homepage-wrapper .block-contact p {
    font-size: 13px;
}
@media(max-width: 767px){
    .block-contact-mob {
        background-color: #3b4142;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .block-contact-mob .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .block-contact-mob .container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .block-contact-mob .row [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .block-contact-mob .border {
        margin-top: 10px;
        border: 1px solid #51585a;
    }
    .block-contact-mob .border p {
        padding: 5px;
        margin: 0;
    }
}
@media(max-width: 1399px){
    .homepage-wrapper .block-contact {
        width: 260px;
    }
    .homepage-wrapper .block-contact .col-lg-6 {
        width: 100%;
        float: none;
    }
}

/* ====================================================================================================================
 * section-homepage-tabs
 * ====================================================================================================================*/

.section-homepage-tabs {
    position: relative;
}
.section-homepage-tabs .nav-tabs {
    text-align: center;
    border: 0;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 2px 5px;
    margin-top: -30px;
    position: absolute;
    z-index: 19;
    width: inherit;
}
.section-homepage-tabs .nav-tabs > li {
    position: relative;
}
.section-homepage-tabs .nav-tabs > li > a {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    border-right-color: #808080;
    border-radius: 0;
    margin: 0;
    padding: 14px 10px;
}
.section-homepage-tabs .nav-tabs > li > a:hover {
    background-color: #454545;
    border-color: #454545;
    border-right-color: #808080;
}
.section-homepage-tabs .nav-tabs.nav-justified>.active>a,
.section-homepage-tabs .nav-tabs.nav-justified>.active>a:focus,
.section-homepage-tabs .nav-tabs.nav-justified>.active>a:hover {
    background-color: #a79462;
    border-color: #9e8c5d;
    color: #fff;
}
.section-homepage-tabs .nav-tabs.nav-justified>.active:after {
    content: " ";
    width: 21px;
    height: 11px;
    border-style: solid;
    border-width: 11px 10.5px 0 10.5px;
    border-color: #a79462 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 50;
}
.section-homepage-tabs .nav-tabs > li:first-child > a {
    border-radius: 4px 0 0 4px;
}
.section-homepage-tabs .nav-tabs > li:last-child > a {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #262626
}
@media(min-width: 768px) {
    .section-homepage-tabs .tab-content {
        /*margin-top: 15px;*/
        position: relative;
    }
}

@media(max-width: 1199px) {
    .section-homepage-tabs .container {
        width: 100%;
    }
}
@media(max-width: 1024px) {
    .section-homepage-tabs .nav-tabs > li > a {
        height: 70px;
    }
}
/* ====================================================================================================================
 * Block Tab carousel
 * ====================================================================================================================*/

.tab-carousel {
    overflow: hidden;
}
.tab-carousel .slide {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 250px;
}
.tab-carousel .slide .content {
    background: -moz-linear-gradient(top, rgba(18,18,18,0) 0%, rgba(18,18,18,0.7) 60%, rgba(18,18,18,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(18,18,18,0) 0%,rgba(18,18,18,0.7) 60%,rgba(18,18,18,0.7) 100%);
    background: linear-gradient(to bottom, rgba(18,18,18,0) 0%,rgba(18,18,18,0.7) 60%,rgba(18,18,18,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00121212', endColorstr='#b3121212',GradientType=0 );
    position: relative;
    top: 100%;
	transform: translateY(65%);
    width: 100.1%;
    height: 100%;
    vertical-align: bottom;
    display: table;
    padding-bottom: 1px;
}
.tab-carousel .slide .item-title,
.tab-carousel .slide .item-desc,
.tab-carousel .slide .item-link,
.tab-carousel .slide hr {
    margin: 10px 20px;
}
.tab-carousel .slide .item-link {
    margin-bottom: 20px;
}
.tab-carousel .slide .item-title {
    color: #fff;
    font-size: 20px;
    text-shadow: rgba(0, 0, 0, 0.5) 0 2px 5px;
}
.tab-carousel .slide .item-desc {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0 2px 5px;
}
.tab-carousel .slide .link-to-all {
    display: inline-block;
    margin: 0 auto;
    color: #b5b5b5;
    font-size: 18px;
    font-family: 'Book Antiqua', serif;
    text-align: center;
}
.tab-carousel .slide .link-to-all:hover {
    text-decoration: none;
    color: #eee;
}
.tab-carousel .slide .link-to-all .glyphicon {
    font-size: 50px;
    vertical-align: middle;
    margin-left: 10px;
}
.tab-carousel .slide.last-slide {
    background: #262c2e;
    border: 4px solid #262c2e;
}
.tab-carousel .slide.last-slide .content {
    border: 1px solid #515658;
    background: #262c2e;
    display: flex;
    align-items: center;
}
.tab-carousel .button-wrapper {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.3s ease;
    background-color: rgba(255,255,255,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.tab-carousel .slide:hover .button-wrapper {
    opacity: 1;
}
.tab-carousel .button-wrapper .btn {
    margin-bottom: 15px;
}

@media(max-width: 767px){
    .tab-carousel .slide .content {
        padding-bottom: 15px;
    }
}

/* ====================================================================================================================
 * Block Tab accordion
 * ====================================================================================================================*/

.tab-accordion  {
    width: 100%;
    overflow: hidden;
}
.tab-accordion ul {
    margin: 0;
}
.tab-accordion .slide {
    position: relative;
}
.tab-accordion .item-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(18,18,18,0) 0%, rgba(18,18,18,0.7) 60%, rgba(18,18,18,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(18,18,18,0) 0%,rgba(18,18,18,0.7) 60%,rgba(18,18,18,0.7) 100%);
    background: linear-gradient(to bottom, rgba(18,18,18,0) 0%,rgba(18,18,18,0.7) 60%,rgba(18,18,18,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00121212', endColorstr='#b3121212',GradientType=0 );

    font-family: 'Book Antiqua', serif;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 16px;
}
@media(max-width: 767px){
    .tab-accordion .block-title {
        margin: 0;
        padding: 20px;
        font-size: 20px;
        border-top: 1px solid #eee;
    }
    .tab-accordion .slide img {
        max-width: 100%;
    }
}
@media(min-width: 768px){
    .tab-accordion ul {
        width: 20000px;
        overflow: hidden;
    }
    .tab-accordion .slide {
        display: block;
        float: left;
        overflow: hidden;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        box-shadow: rgba(0, 0, 0, 0.5) -2px 0 5px;
        height: 250px;
    }
    .tab-accordion .slide:last-child {
        overflow: visible;
    }
    .tab-accordion ul:hover li {
        /* width: 210.5px !important;*/
    }
    .tab-accordion .slide:hover {
        width: 640px !important;
    }
    .tab-accordion .slide .content {
        width: 640px;
        position: absolute;
        height: 100%;
    }
    .tab-accordion .slide img {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

/* ====================================================================================================================
 * Block Special Offers (block-special-offers)
 * ====================================================================================================================*/

.choisis {
    border: 2px solid #a79462;
    background-color: #FFF2D6;
}


.block-news-list .media-footer .social-icons {
    margin-top: 10px;
}
.block-news-list .media-footer .social-icons li {
    padding-right: 5px;
}
.block-news-list .media-footer .social-icons .social-icon {
    width: 15px;
    height: 15px;
}
.block-news-list .media-footer .social-icons .facebook-icon path {
    fill: #3c5a9d;
}
.block-news-list .media-footer .social-icons .twitter-icon path {
    fill: #2fabdf;
}
.block-news-list .media-footer .social-icons .google-plus-icon path {
    fill: #ea4f40;
}
.block-news-list .media-footer .social-icons .linked-icon path {
    fill: #006898;
}
@media(max-width: 767px) {
    .block-special-offers {
        background-color: #3B4142;
    }
    .block-special-offers .block-title  {
        margin: 0;
        padding: 20px;
        font-size: 20px;
        color: #eee;
    }
    .block-special-offers .slide {
        min-height: 234px;
    }
    .tab-carousel .slide.last-slide .content {
        width: 97.5%;
    }
}

/* ====================================================================================================================
 * Block TripAdvisor (block-tripadvisor)
 * ====================================================================================================================*/

.block-tripadvisor .widSSP {
    width: 100% !important;
}

/* ====================================================================================================================
 * Block News (block-actu )
 * ====================================================================================================================*/

.block-actu {
    padding-bottom: 35px !important;
}
.block-actu .flexslider {
    overflow: hidden;
}
.block-actu .flexslider .media {
    margin: 5px;
}
.block-actu .flexslider .flex-control-nav {
    bottom: 25px;
    right: 20px;
    text-align: right;
    width: auto;
}
.block-actu .flex-control-paging li a,
.block-actu .flex-control-paging li a.flex-active {
    text-indent: 999px;
}

/*** Grid List ***/

.grid-list .media {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    margin-bottom: 25px;
}
.grid-list .media:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.choisis {
    border: 2px solid #a79462;
    background-color: #FFF2D6;
}
.grid-list .media .flex-direction-nav .flex-next,
.grid-list .media .flex-direction-nav .flex-prev {
    background-color: transparent;
}
.grid-list .media-heading {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 50%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 50%);
    margin: 0;
    padding: 20px;
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 0;
}
.grid-list .media-left {
    padding-right: 0;
    position: relative;
    border-radius:  3px 3px 0;
}
.grid-list .media-left img {
    border-radius:  3px 3px 0;
}
.grid-list .media-left .flexslider {
    position: static;
    display: block;
}
.grid-list .media-left .flexslider .flex-viewport,
.grid-list .media-left .flexslider .slide {
    border-radius:  3px 3px 0;
    overflow: hidden;
}
.grid-list .media-body {
    padding: 20px 20px 0;
}
.grid-list .media-left,
.grid-list .media-body {
    display: block;
}
.grid-list .addthis_sharing_toolbox,
.grid-list .addthis_native_toolbox {
    height: 25px;
}
.grid-list .addthis_sharing_toolbox,
.grid-list .addthis_native_toolbox {
    margin-bottom: 10px;
}
.grid-list #listItem .media {
    min-height: 380px;
}
@media(max-width: 767px){
    .media-footer {
        padding: 20px;
    }
}
@media (min-width: 768px) {
    .grid-list .media-left {
        width: 100%;
    }
    .grid-list .media-footer {
        padding: 20px;
    }
    /*
    .grid-list .col-sm-6 .media {
        margin: 0 1% 0;
        height: 92%;

    }
    */
}

/* ====================================================================================================================
 * Block List Room (block-rooms-list)
 * ====================================================================================================================*/

.block-rooms-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.block-rooms-list a:hover {
    text-decoration: none;
}
.fixed-height h2 {
    font-size: 20px;
}
.block-rooms-list h3 a {
    font-size: 16px;
    border-bottom: none;
    margin: 0 10px;
}
.block-rooms-list .room-meta {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.block-rooms-list .room-meta li {
    margin-right: 10px;
}
.block-rooms-list .room-meta li:last-child {
    margin-right: 0;
}
.block-rooms-list [data-toggle="popover"] {
    cursor: pointer;
}
.block-rooms-list .room-meta .popover-title {
    font-family: 'Questrial', sans-serif;
    text-align: center;
}
.block-rooms-list .room-meta .popover-content {
    text-align: center;
}

@media(max-width: 767px){
    .block-rooms-list .media {
        margin-bottom: 25px;
    }
}
@media(min-width: 768px) and (max-width: 1199px){
    .media-footer .btn-sm {
        padding: 5px 5px;
    }
}
@media(min-width: 768px) {
    .block-rooms-list .media-object {
        max-width: 100%;
    }
    .block-rooms-list .media-body {
        padding-bottom: 65px;
    }
    .block-rooms-list  .media-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

/* ====================================================================================================================
 * Block Gallery List (gallery-list)
 * ====================================================================================================================*/

.gallery-list {
    margin-bottom: 25px;
}
.gallery-list .media {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    display: block;
}
.gallery-list .media:hover {
    opacity: 0.8;
    z-index: 50;
}
.gallery-list .media-heading {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.gallery-list .media-title {
    color: #fff;
    margin-bottom: 0;
}
.gallery-list .gallery-header {
    background-color: #a79462;
    min-height: 180px;
    display: flex;
    align-items: center;
}
.section-text .content .gallery-list .gallery-title {
    font-family: 'Questrial', sans-serif;
    color: #fff;
    padding: 0 20px;
    margin: 0;
}
@media(max-width: 767px) {
    .gallery-list .gallery-header {
        min-height: 150px;
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    .gallery-list .gallery-header {
        min-height: 110.641px;
    }
    .gallery-list .gallery-title {
        font-size: 20px;
    }
}
@media(max-width: 1199px) and (min-width: 992px) {
    .gallery-list .gallery-header {
        min-height: 146.969px;
    }
}
@media(min-width: 1200px) {
    .gallery-list .gallery-header {
        min-height: 180px;
    }
}

/* ====================================================================================================================
 * Gallery Slide Show
 * ====================================================================================================================*/

.gpGoBack {
    position: fixed;
    z-index: 3;
    color: #FFF;
    font-family: 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    display: block;
    width: auto;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
}
.gpGoBack a{
    color: #fff;
}
.rsDefault .rsGCaption {
    position: fixed;
    z-index: 3;
    left: 35px;
    bottom: 90px;
    color: #FFF;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 100;
    display: block;
    height: 60px;
    width: auto;
    background: rgba(0, 0, 0, 0.3);
}
.royalSlider {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
}
#iconYacht .icone li {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 20px;
}
.icone [class*="icone-"]:hover,
.icone [class*="icone-"]:active,
.icone [class*="icone-"]:focus {
    background-position-y: -45px;
}
#Nav-main li{
    cursor: pointer;
}
#Nav-main svg{
    width: 45px;
}
@media(max-width: 767px) {
    .gpGoBack {
        font-size: 18px;
        left: 10px;
        bottom: 50px;

    }
}
@media(min-width: 768px) {
    .gpGoBack {
        font-size: 18px;
        left: 10px;
        top: 110px;
    }
}

/* ====================================================================================================================
 * Block Restaurant List (block-restaurant-list)
 * ====================================================================================================================*/

@media (min-width: 768px) {
    .block-news-list .col-sm-6 .media-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .block-news-list .col-sm-6 .media-body {
        padding-bottom: 65px;
    }
    .block-news-list .media {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: box-shadow, transform;
        transition-property: box-shadow, transform;

    }
    .block-news-list .media:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/* ====================================================================================================================
 * Block Restaurant List (block-restaurant-list)
 * ====================================================================================================================*/

.block-restaurant-list {
    background-size: cover;
    background-position: center;
    position: relative;
}
@media(max-width: 767px) {
    .block-restaurant-list .block-title {
        font-size: 20px;
        padding: 10px;
    }
}

/* ====================================================================================================================
 * Section About
 * ====================================================================================================================*/

.section-about {
    background: #fff url(../images/bgr-footer.png) repeat-x top left;
    margin-bottom: 10px;
}
.section-about h2 {
    color: #222;
}
.section-about ul {
    padding: 0;
}
.section-about .list-amenities {
    overflow: hidden;
}

/*** Amenities List ***/

@media(max-width: 767px) {
    .room-page .section-about .list-amenities-wrap {
        display: none;
    }
}

.section-about .list-amenities + hr {
    margin-bottom: 0;
}
.list-amenities li {
    /*
    width: 50%;
    float: left;
    */
}
.list-amenities .spriteicon {
    background: url(../images/sprite-amenities.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.list-amenities .glyphicon,
.list-amenities .spriteicon {
    margin-right: 5px;
    color: #adadad;
}
.list-amenities .spriteicon-wifi {
    background-position: 0 0;
}
.list-amenities .spriteicon-wheelchair {
    background-position: 0 -16px;
}
.list-amenities .spriteicon-pool {
    background-position: 0 -48px;
}
.list-amenities .spriteicon-snowflake {
    background-position: 0 -32px;
}
.list-amenities .spriteicon-washing-machine {
    background-position: 0 -64px;
}
.list-amenities .spriteicon-pets {
    background-position: 0 -80px;
}
.list-amenities .spriteicon-window {
    background-position: 0 -96px;
}
.list-amenities .spriteicon-safe {
    background-position: 0 -112px;
}
.list-amenities .spriteicon-minibar {
    background-position: 0 -128px;
}
.list-amenities .spriteicon-shower {
    background-position: 0 -144px;
}
.list-amenities .spriteicon-hairdryer {
    background-position: 0 -160px;
}
.list-amenities .spriteicon-tv {
    background-position: 0 -176px;
}
.list-amenities .spriteicon-slippers {
    background-position: 0 -192px;
}
.list-amenities .spriteicon-tray {
    background-position: 0 -208px;
}
@media(max-width: 767px){
    .section-about h2 {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 20px;
    }

}
@media(min-width: 768px){
    .section-about {
        padding: 25px 0;
    }
    .section-about h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .section-about li,
    .section-about p {
        font-size: 12px;
    }
    .section-about li {
        width: 45%;
        float: left;
        margin-left: 5%;
    }
}

/* ====================================================================================================================
 * Block Photo Gallery (black-photo-gallery)
 * ====================================================================================================================*/

.block-photo-gallery {
    overflow: hidden;
}
.block-photo-gallery .grid-item {
    float: left;
}
.block-photo-gallery .grid-item > a{
    display: block;
    margin: 5px;
}
.sidebar-right .block-photo-gallery .grid-item {
    width: 50%;
}
article.content .block-photo-gallery .grid-item {
    width: 33.3333%;
}

/* ====================================================================================================================
 * Section Text (section-text)
 * ====================================================================================================================*/

.section-text .page-header {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}
.section-list-items.section-text .page-header {
    position: relative;
}
.section-text .page-header .link-back {
    color: #999;
    font-size: 12px;
}
.section-text .page-footer {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
}
.section-text .container {
    background-color: #fff;
}
.page-footer .btn .icon-bell {
    background: url(../images/sprite-images.png) no-repeat 0 -102px;
    width: 35px;
    height: 26px;
    vertical-align: middle;
    display: inline-block
}
@media(max-width: 767px) {
    .section-text .page-header {
        margin-top: 20px;
    }
    .section-text .page-header .page-title {
        margin-top: 10px;
        font-size: 20px;
    }
    .section-text h1,
    .section-text h2 {
        font-size: 20px;
    }
    .section-text h3 {
        font-size: 16px;
    }
    .section-text .content img {
        max-width: 100%;
    }
}
@media(min-width: 768px) {
    .section-news-header + .section-text,
    .section-bgr-slider + .section-text {
        margin-top: -135px;
        padding-top: 0;
    }
    .section-text .page-header .addthis_sharing_toolbox {
        /*position: absolute;
        top: 20px;
        right: 0;*/
    }
    .section-text {
        padding-top: 80px;
        position: relative;
        z-index: 50;
    }
    .section-text .content {
        padding: 0 25px;
        margin-bottom: 25px;
        overflow: hidden;
    }
    .section-text .content .page-title {
        font-size: 30px;
        color: #000;
    }
    .section-text .content h1,
    .section-text .content h2 {
        /*font-size: 22px;*/
        color: #333;
    }
    .room-page .section-text .addthis_sharing_toolbox {
        right: 90px;
    }
}

/*** Price ***/

.room-price {
    background-color: #154392;
    font-size: 25px;
    position: relative;
    color: #fff;
}
.grid-list .room-price {
    /*opacity: .8;*/
}

.room-price .text {
    font-size: 13px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .room-price {
        text-align: right;
        padding: 3px 7px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .grid-list .room-price {
        position: absolute;
        top: -3px;
        right: 20px;
        padding: 3px 7px 13px;
        line-height: 25px;
        text-align: center;
        z-index: 20;
    }
    .grid-list .room-price:after {
        content: " ";
        width: 100%;
        height: 9px;
        background: url(../images/bgr-price-blue.png) no-repeat;
        background-size: cover;
        display: block;
        position: absolute;
        bottom: -9px;
        left: 0;
    }
    .grid-list .room-price .text {
        display: block;
        padding-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .room-price {
        position: absolute;
        top: 0;
        /*top: -3px;*/
        right: 20px;
        padding: 3px 7px 13px;
        line-height: 25px;
        text-align: center;
        z-index: 20;
    }
    .room-price:after {
        content: " ";
        width: 100%;
        height: 12px;
        background: url(../images/bgr-price-blue.png) no-repeat;
        background-size: 100% auto;
        display: block;
        position: absolute;
        bottom: -12px;
        left: 0;
    }
    .room-price .text {
        display: block;
        padding-bottom: 5px;
    }
}

/*** Add this ***/

.section-text .content .addthis_native_toolbox {
    margin-bottom: 20px;
    height: 25px;
}

/* ====================================================================================================================
 * Section News List (section-news-list)
 * ====================================================================================================================*/

.section-news-header{
    background-size: cover;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.section-news-list .page-header {
    overflow: hidden;
    margin-top: 20px;
}
.section-news-list .container {
    background-color: #fff;
}

@media(max-width: 767px) {
    .section-news-list .page-header {
        margin-top: 20px;
    }
    .section-news-list .page-header .page-title {
        margin-top: 10px;
        font-size: 28px;
    }
    .section-news-list .page-footer {
        text-align: center;
    }
    .section-news-list h2 {
        font-size: 20px;
    }
    .section-news-list h3 {
        font-size: 16px;
    }
}
@media(min-width: 768px) {
    .section-news-list {
        margin-top: -135px;
        position: relative;
        z-index: 50;
    }
    .section-news-list .content {
        padding: 0 25px;
        margin-bottom: 25px;
    }
    .section-news-list .media-left{
        width: 40%;
    }
    .section-news-list .media-object {
        max-width: 100%;
    }
}

/* ====================================================================================================================
 * Section Testimonial (section-testimonial)
 * ====================================================================================================================*/

.section-testimonial {
    background-color: #eee;
}
.section-testimonial .testimonial-slider {
    width: 80%;
    margin: 0 auto;
}
.section-testimonial .content {
    text-align: justify;
    padding: 50px 0;
}
.section-testimonial .author {
    font-style: italic;
    font-size: 16px;
    color: #666;
    float: right;
}
.section-testimonial .fa {
    color: #897c21;
    float: left;
    font-size: 50px;
    height: 150px;
}
.section-testimonial .testimonial-slider .flex-control-nav {
    bottom: 0;
    z-index: 100
}
@media(max-width: 767px) {
    .section-testimonial {
        padding: 20px 0;
    }
    .section-testimonial .fa {

    }
}
@media(min-width: 768px) {
    .section-testimonial {
        padding: 50px 0;
    }
    .section-testimonial .fa {
        margin-right: 50px;
    }
}

/* ====================================================================================================================
 * Booking
 * ====================================================================================================================*/

/*** Quick book ***/

.home-front-wrapper #formulaire_quicksearch {
    text-align: center;
}
.ul_quicksearch {
    height: 50px;
    display: inline-block;
    padding-left: 10px;
}
.ul_quicksearch li {
    list-style: none;
    float: left;
    margin-right: 10px;
}
.ul_quicksearch li:last-child {
    margin-right: 0;
}
.ul_quicksearch li .form-control {
    border: none;
    border-bottom: 1px solid #737373;
    border-radius: 0;
    box-shadow: none;
    margin: 8px 0;
}
.ul_quicksearch li .form-control[name="Adult"],
.ul_quicksearch li #nbdays.form-control {
    width: 55px;
    padding-left: 6px;
    padding-right: 6px;
}
.ul_quicksearch li #calendrier_date_arrivee.form-control {
    width: 120px;
}
.ul_quicksearch li .form-control[name="Promo"] {
    width: 120px;
}
.ul_quicksearch .li_texte {
    line-height: 50px;
}
.ul_quicksearch .btn-quicksearch {
    border-radius: 0 5px 5px 0;
    height: 50px;
}
.ul_quicksearch .li_champ_date #calendrier_date_arrivee {
    background: #fff url(../images/sprite-images.png) no-repeat right -128px;
}
.section-home-front .ul_quicksearch {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 2px 5px;
}

/*** Horizontal Form ***/

.block-booking-form-horizontal {
    background-color: #154392;
    padding: 15px;
    margin-top: 25px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.block-booking-form-horizontal #formulaire_quicksearch {
    text-align: left;
}
.block-booking-form-horizontal .ul_quicksearch {
    height: auto;
    margin: 0;
}
.block-booking-form-horizontal .block-title,
.block-booking-form-horizontal label {
    color: #fff;
}
.block-booking-form-horizontal .ul_quicksearch .btn-quicksearch {
    height: auto;
    margin-top: 8px;
    border-radius: 3px;
}
.block-booking-form-horizontal .ul_quicksearch li .form-control {
    border: none;
    border-radius: 2px;
}
.block-booking-form-horizontal .input-no-label {
    margin-top: 25px;
}

/*** Vertical Form ***/

.block-booking-form-vertical {
    background-color: #154392;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.block-booking-form-vertical .block-title,
.block-booking-form-vertical label {
    color: #fff;
}
.block-booking-form-vertical .form-control {
    border-radius: 2px;
}
.block-booking-form-vertical #calendrier_date_arrivee {
    background: #fff url(../images/sprite-images.png) no-repeat right -128px;
}

/*** Modal Form ***/

.block-booking-form-modal {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
.block-booking-form-modal .modal-title {
    color: #fff;
}
.block-booking-form-modal .page-header {
    margin-top: 0;
}
.block-booking-form-modal .form-control {
    border-radius: 2px;
}
.block-booking-form-modal #calendrier_date_arrivee {
    background: #fff url(../images/sprite-images.png) no-repeat right -128px;
}
.block-booking-form-modal .phone-number {
    font-size: 18px;
}
.block-booking-form-modal .well {
    border: none;
    font-size: 12px;
}
.block-booking-form-modal .well .row {
    text-align: left;
    color: #666;
}
/*** Fixed to bottom Form ***/

.block-booking-form-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.1) 0 -2px 5px;
    z-index: 60;
}
.block-booking-form-fixed .ul_quicksearch {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 15px;
}
@media(min-width: 768px) {
    .site-footer.fixed-footer-active {
        padding-bottom: 100px;
    }
}

/*** Reservation Fixed to bottom ***/

.block-reservation-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(27, 27, 27, 0.9);;
    box-shadow: rgba(0, 0, 0, 0.1) 0 -2px 5px;
    z-index: 60;
}
.block-reservation-fixed .btn {
    border-radius: 0;
    box-shadow: none;
}
.block-reservation-fixed .btn-lg {
    padding-top: 25px;
    padding-bottom: 25px;
}
.block-reservation-fixed .content-wrapper {
    height: 76px;
    display: flex;
    align-items: center;
}
.block-reservation-fixed .content-wrapper .btn {
    margin-left: 25px;
}
.block-reservation-fixed .content-wrapper .contact-info {
    margin-top: 10px;
    font-size: 13px;
    color: #eee;
}
.block-reservation-fixed .contact-info a {
    color: #eee;
}
.block-reservation-fixed .fa,
.block-reservation-fixed .glyphicon {
    margin-right: 5px;
}
.modal-reservation .modal-body {
    padding: 20px 0 0;
    border-radius: 0 0 5px 5px;
}
.modal-reservation .modal-body .btn-rooms {
    margin-right: 15px;
}
.modal-reservation .block-title {
    font-family: 'Questrial', sans-serif;
    font-size: 20px;
    display: block !important;
    margin-top: 0;
    margin-bottom: 25px;
}
.modal-reservation .btn[type="submit"] {
    margin: 0 auto;
    display: block;
}
.modal-reservation .block-special-offers .block-title {
    display: block !important;
    margin-left: 15px;
}
.modal-reservation .modal-footer {
    border-radius: 0 0 5px 5px;
}
@media(min-width: 768px) {
    .block-reservation-fixed + .site-footer {
        padding-bottom: 100px;
    }
}
@media(max-width: 1199px) and (min-width: 768px) {
    .block-reservation-fixed .content-wrapper .btn {
        margin-left: 15px;
        font-size: 11px;
        padding: 6px 9px;
    }
    .block-reservation-fixed .btn-lg {
        font-size: 14px;
        line-height: 24px;
    }
    .block-reservation-fixed .col-btn {
        text-align: center;
    }
    .block-reservation-fixed .content-wrapper .contact-info {
        font-size: 12px;
    }
    .block-reservation-fixed .fa,
    .block-reservation-fixed .glyphicon {
        display: none;
    }
}
@media(max-width: 1399px) and (min-width: 1200px) {
    .block-reservation-fixed .btn-lg {
        font-size: 16px;
    }
    .block-reservation-fixed .content-wrapper .btn {
        font-size: 13px;
    }

}
/*** Table booking ***/

.block-table-booking .well {
    border-color: #f5f5f5;
    box-shadow: none;
}
.block-table-booking .well hr {
    border-color: #ddd;
}

/* ====================================================================================================================
 * Block Best Price (block-best-price)
 * ====================================================================================================================*/
.block-best-price {
    background: #e5e5e5 url(../images/bgr-best-price.jpg) no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 0 0 5px 5px;
}
.block-best-price .block-title {
    text-align: center;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0 2px 5px;
}
.block-best-price .price-title {
    font-size: 16px;
}
.block-best-price .price {
    font-size: 20px;
    color: #000;
}
.block-best-price .our-price {
    color: #fff;
}
.block-best-price .our-price .price-title  {
    font-size: 18px;
    font-weight: bold;
}
.block-best-price .our-price .price  {
    font-size: 28px;
    color: #fff;
}
.block-best-price .content {
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    border: 1px solid #d2d2d2;
    padding: 20px 0;
    text-align: center;
    background-color: rgba(247, 247, 247, 0.9);
    margin-top: 12px;
}
.block-best-price .our-price.content {
    padding: 25px 0;
    background-color: rgba(74, 178, 236, 0.95);
    border-color: #4AB2EC;
    margin-top: 0;
    color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    position: relative;
    z-index:20;
    border-radius: 4px;
}
@media(min-width: 768px) {
    .block-best-price .col-sm-4:first-child .content {
        border-right: none;
        border-radius: 4px 0 0 4px;
    }
    .block-best-price .col-sm-4:last-child .content {
        border-left: none;
        border-radius: 0 4px 4px 0;
    }
}
/* ====================================================================================================================
 * Block Access
 * ====================================================================================================================*/

.block-access {
    background-color: #a79462;
    color: #fff;
}
.block-access .block-title,
.block-access .block-title a {
    color: #fff;
}
.block-access .block-content {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.block-access .btn-round {
    position: absolute;
    top: -47px;
    right: 15px;
    z-index: 20;
}
.block-access .btn-round .btn-label {
    color: #fff;
}

/* ====================================================================================================================
 * Sidebars
 * ====================================================================================================================*/

/*** Sidebar Default ***/

.sidebar-right .fa,
.sidebar-right .glyphicon {
    margin-right: 5px;
}
@media (max-width: 767px) {
    .sidebar-right {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media (min-width: 768px) {
    .sidebar-right {
        padding: 35px 25px;
        margin-bottom: 25px;
    }
}

/*** Widgets ***/

.widget {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.widget:last-child {
    border: none;
    margin-bottom: 0;
}
.widget .block-title {
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
}

/* ====================================================================================================================
 * Footer
 * ====================================================================================================================*/

.site-footer  {
    padding: 20px 0;
    z-index: 30;
    position: relative;
    background-color: #111;
    color: #FFF;
}
.site-footer li+li:before {
    content: " - ";
}
.site-footer  p {
    font-size: 11px;
    line-height: 14px;
}
.site-footer  .contact-info {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
.site-footer  .copy {
   color: #fff;
    font-size: 12px;
}
.site-footer  .copy a {
    color: #fff;
}
.site-footer .mobile {
    display: none;
}
.site-footer  .btn-share {
    float: left;
    margin-top: 12px;
}
.site-footer  .fb-share {
    margin-right: 20px;
}

/* Footer menu */

.footer-menu ul {
    list-style: none;
    margin: 0 0 5px;
    float: left;
    padding: 0;
}
.footer-menu li {
    list-style: none;
    font-size: 12px;
    margin-right: 5px;
    float: left;
}
.footer-menu li:last-child {
    border: none;
}
.footer-menu li a {
    color: #fff;
}
.footer-menu li+li:before {
    content: " - ";
}

/* Header menu */
.header-menu{
    height: 25px;
    width: 100%;
    padding: 5px 10px;
    z-index: 30;
    text-align: center;
    /*position: absolute;
    top:0;
    left: 0;*/
    background-color: rgb(17,17,17);
    color: #FFF;
    /*overflow: hidden;*/
}

.fixed{
    z-index: 80;
    position: fixed;
    top:0;
    left: 0;
}

.header-menu ul {
    list-style: none;
    margin: 0 0 5px;
    float: left;
    padding: 0;
}
.header-menu li {
    list-style: none;
    font-size: 12px;
    margin-right: 5px;
    float: left;
}
.header-menu li:last-child {
    border: none;
}
.header-menu li a {
    color: #fff;
}
.header-menu li+li:before {
    content: " - ";
}

/* ====================================================================================================================
 * Widgets
 * ====================================================================================================================*/

/** Social ***/

#social-menu {
    position: absolute;
    right: 190px;
    top: 90px;
}
#social-menu li {
    list-style: none;
    float: left;
    text-transform: uppercase;
    line-height: 30px;
    height: 30px;
    margin-right: 10px;
}
#social-menu li:last-child {
    border: none;
}
#social-menu li a {
    display: inline-block;
}
footer a.copyright {
    color: #666;
}

/*** Mobile index menu ****/

#mobile-menu li {
    list-style: none;
    width: 100%;
    height: 130px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top right;
    margin-bottom: 10px;
}
#mobile-menu li a {
    display: block;
    padding: 25px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    cursor: pointer;
}
#mobile-menu li a:hover {
    text-decoration: none;
}
#mobile-menu li:hover {
    text-decoration: none;
}

/* ====================================================================================================================
 * Pagination
 * ====================================================================================================================*/

.nav-actions {
    /*	height:80px;*/
    position:relative;
}
.prev-next {
    margin-bottom: 20px;
    overflow: hidden;
}
.prev-next.nav-bottom {
    margin-top: 20px;
    margin-bottom: 0;
}
.prev-next .next {
    float: right;
}
.prev-next .prev {
    float: left;
}
.prev-next a {
    color: #888;
}
.prev-next a:hover {
    color: #B8B8B8;
    text-decoration: none;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #154392;
    background: linear-gradient( top, #D30238, #296de6);
    background: -moz-linear-gradient( top, #D30238, #296de6 );
    background: -webkit-gradient( linear, left top, left bottom, from(#D30238), to(#296de6) );
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
    border: 1px solid #540318;
    color: #fff;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
    background: linear-gradient( top, #296de6, #296de6 );
    background: -ms-linear-gradient( top, #296de6, #296de6 );
    background: -moz-linear-gradient( top, #296de6, #296de6 );
    background: -webkit-gradient( linear, left top, left bottom, from(#296de6), to(#296de6) );
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a:active,
.pagination > li > span:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* ====================================================================================================================
 * Info Cookie Utilisation
 * ====================================================================================================================*/

#infoCookieUtilisation{
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #CCC;
    color: #000;
    padding: 10px;
    z-index: 99;
    line-height: 100%;
    font-size: 100%;
}
#infoCookieUtilisation p{
    margin: 0;
}
#infoCookieUtilisation .btn{
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
    vertical-align: top;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}

#infoCookieUtilisation a{
    color: #154392;
}

#cookiesInfoReadMore{
    display: none;
}
#cookiesInfoReadMore h3{
    color: #000;
    font-size: 20px;
    width: 100%;
    border-bottom: solid #0079C2 2px;
    padding-bottom: 5px;
}
#cookiesInfoReadMore p{
    margin-bottom: 20px;
    line-height: 20px;
    color: #333;
}
#cookieMessageUseModal{
    z-index: 99999999;
}

@media (max-width: 767px) {
    #infoCookieUtilisation .btn {
        margin-top: 10px !important;
    }
    #navigation .nav.navbar-nav > li > a {
        padding: 10px;
        text-align: center;
        color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 3px;
        background-color: #c1953b;
        background: linear-gradient( top, #c1953b, #a47f32);
        background: -moz-linear-gradient( top, #c1953b, #a47f32 );
        background: -webkit-gradient( linear, left top, left bottom, from(#c1953b), to(#a47f32) );
        box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
    }
    #navigation .nav.navbar-nav > li:hover > a {
        background-color: #a47f32;
        background: linear-gradient( top, #a47f32, #c1953b );
        background: -moz-linear-gradient( top, #a47f32, #c1953b );
        background: -webkit-gradient( linear, left top, left bottom, from(#a47f32), to(#c1953b) );
    }

   .fb-icon{
       display: none;
   }

}

/*** Alerts ***/

#notification .alert {
    position: fixed;
    z-index: 99999;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
}

/*** AJAX Modal Apercu ***/

.modal-title {
    font-family: 'Questrial', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.modal-body {
    background: #fff !important;
    overflow: hidden;
    color: #333;
}
/*
.modal-body h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #000;
}
*/
.modal-body article {
    padding-left: 20px;
}
.modal-header button.close {
    color: #fff;
}
.modal-header {
    border:  none;
    background-color: #296de6;
    /*background-color: #154392;*/
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.modal-header .title {
    color: #000;
    line-height: 30px;
    font-family: 'Rationale', sans-serif;
    font-size: 150%;
    text-transform: uppercase;
    border-bottom: 1px dashed #333;
    padding-bottom: 10px;
}
.modal-footer {
    text-align: center;
    margin: 0;
}

/* ====================================================================================================================
* Debug
* ====================================================================================================================*/

div.debug{
    border-bottom: solid 1px blue;
    border-top: solid 1px blue;
    padding: 10px 20px;
    background-color: #fff;
}
div.debug h2, div.debug ul.nav li a{
    text-transform: uppercase;
    font-weight: bold;
}

.titleRooms{
    color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd000000, endColorstr=#dd000000);
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 5px 5px 0 0;
    font-family: 'Book Antiqua', serif;
    font-size: 20px;
    text-align: center;
    padding: 20px;

    background-color: #c1953b;
    background: linear-gradient( top, #c1953b, #a47f32 );
    background: -moz-linear-gradient( top, #c1953b, #a47f32 );
    background: -webkit-gradient( linear, left top, left bottom, from(#c1953b), to(#a47f32) );
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
    border: 1px solid rgba(0, 0, 0, 0.3);
}


/*
Modif Steven
*/
.li_reserver #btSubmit,
.nav-tabs > li > a {
    letter-spacing: 1.2px;
}

.section-about li {
    list-style: none;
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 5px;
    display: inline;

}
.section-about li+li:before {
    content: " - ";
}

.fa-user.adult{
    font-size: 1.5em;
}

.color-default{
    color: #333 !important;
}

.grid-list a.media-box,
.grid-list a.media-box:hover,
.gallery-list a.media,
.gallery-list a.media:hover{
    color: #fff !important;
}

.gallery-list .gallery-header .gallery-title span{
    font-size: 25px;
}

.block-contact .button{
    margin-top: 20px;
}


.block-contact .button a{
    display: block;
    margin-bottom: 20px;

}

.certificateOfExcellence{
    position: absolute;
    top: -180px;
    left: 0;
}

article.content p{
    text-align: justify;
}


.header-widget span{
    cursor: default;
}
.h20{
    display: block;
    height: 20px;
}

.colorBlue {
    color: #f8d64e!important;
}
.colorBlue:hover {
    color: #d9bc45 !important;
}


.media-date{
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 9px;
    z-index: 9999;
}

.dropdown-lang a:hover,
.dropdown-lang a:active,
.dropdown-lang a:focus
{
    text-decoration: none;
}

#btnMenuOpen{
    position: relative;
}
#btnMenuOpen .title{
    text-align: center;
    position: absolute;
    bottom: -16px;
    left: 5px;
    color: #666;
    font-family: 'Book Antiqua',serif;
    font-size: 11px;
    display: inline-block;
}

body.front-page #btnMenuOpen .title{
    color: #fff;
}

/* ====================================================================================================================
* quicksearch
* ====================================================================================================================*/
#quicksearch > div > div {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.5) 0 2px 5px;
}
#quicksearch label{
    display: block;
    width: 100%;
    margin-bottom:0;

    font-size: 12px;
    letter-spacing: 2px;
    color: #a79462;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
}
.dateArea .day,
#quicksearch input{
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-family: "Ubuntu",sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;

    text-align: center;
    width: 100%;
    height:100%;
    font-size: 54px;
    font-weight: 300;
    line-height: 1;
    color: #a79462;
}

.dateArea {
    margin-top: 6px;
}
.selectArea,
.dateArea {
    position: relative;
}

.selectArea .nextArrow,
.selectArea .prevArrow {
    position: absolute;
    top: 30px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #a79462;
    opacity: 0.5;
}
.selectArea .nextArrow:hover,
.selectArea .prevArrow:hover {
    opacity:1;
}
.selectArea .nextArrow{
    right: 10px;
}
.selectArea .prevArrow{
    left: 10px;
}
.dateArea .calendar,
.dateArea .month{
    position: absolute;

    /*width: 20px;
    height: 20px;
    cursor: pointer;*/
    color: #a79462;
}
.day{
    cursor: pointer;
}
.date{
    margin-top: 6px;
}
.dateArea .month{
    right:0px;
    top: 30px;
    /*text-transform: uppercase;*/
    cursor: default;
}
.dateArea .calendar{
    left:0px;
    top: 15px;
    font-size: 25px;
    opacity: 0.5;
}

.content-box {
    padding: 10px 15px;
}
.content-box > div{
    border-right:solid 1px  #e3e3e3;
}

#quicksearch input {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}


input#promo {

    display: block;
    text-align: left;
    font-size: 15px;
	font-weight: 900;
    line-height: 1.42857143;
    color: #555;

    border: 0;
    /*border-bottom: 1px solid #e3e3e3;*/
    border-radius: 0;

    width: 100%;
    height: 34px;
    padding: 0;
    margin: 0;

    box-shadow: none;
    -webkit-box-shadow: none;
    background-image: none;
    background-color: #fff;
}

.mui-form-group{
    border: none !important;
}
.bar {
    position: relative;
    display: block;
    margin-bottom: 8px;
    background: #e3e3e3;
    height: 1px;
}

.bar:before,
.bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #9e8c5d;
    transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

.mui-form-control:focus {
    border-color: transparent;
}

.mui-form-control:focus ~ .bar:before,
.mui-form-control:focus ~ .bar:after {
    width: 50%;
}

#quicksearch .contact-phone-reception{
    color: #a79462;
    font-size: 10px;
}
#quicksearch button{
    text-transform: uppercase;
}
.dateArea .ui-datepicker {
    display: block;
    position: absolute;
    z-index: 30;
}

.section-home-front {
    overflow: visible!important;
}

a.linkPhone{
    color: #fff;
}
a.linkPhone:hover{
    text-decoration: none;
}

.best-price-home{
    color: #fff;
    font-size: 20px;
    background-color: rgba(66, 66, 66, 0.0);
    padding: 10px;
    margin-top: 50px;
}
.best-price-home em{
    cursor: default;
}

@media (min-width: 767px) {
    .best-price-home{
        margin-top: 0;
    }
}


.ribbon{
    color: #fff !important;
    margin: 30px 0 10px;
    position: relative;
    text-transform: uppercase;
    background: #296de6;
    border: 1px solid rgba(41, 109, 230,.3);
    box-shadow: 0px 1px 3px rgba(0,0,0,.5);
    padding: 5px 15px;
    clear: both;
}

div.left_ribbon{
    color: #fff !important;
    font-size: 20px;
    /*text-shadow: -1px -2px 0 rgba(0,0,0,0.4), 1px 2px 0 #FFF;*/
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    letter-spacing: 1px;
    margin-left: -10px;
    float: left;
}

div.left_ribbon .text {
    /*display: block;
    padding-bottom: 5px;*/
    font-size: 13px;
    text-transform: uppercase;
}

div.left_ribbon small {
    font-size: 9px;
    text-transform: none;
}

div.left_ribbon::before{
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -11px;
    left: -1px;
    content: "";
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgb(0, 80, 116);
}
div.left_ribbon::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 100%;
    width: 0;
    height: 0;
    border: 20px solid rgb(41, 109, 230);
    border-right-color: rgba(0, 0, 0, 0);
}
.appreciation {
    color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.appreciation2 {
    color:#31708f;
	background-color:#FFF2D6;
	border: 2px solid #a79462;
}
.appreciation3 {
    color:#31708f;
	background-color:#FFF2D6;
	border-color: #a79462;
}
.indice{
    height: 550px;
	min-height: 550px;
}


