@media only screen and (min-height: 48em) {
    #logo{
        padding: 5px 30px 50px 30px; /* space */
    }
}
#logo{
    padding: 5px 30px 0px 30px;/* space */
}
#nav_item {
    margin-bottom: 35px;
}
#nav_item>ul {
    list-style-type: none;
    padding: 0;
    color: #b17c57;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 2.1em;
}
#nav_item>ul>li>a{
    transition: all 0.4s;
    -webkit-transition: all 0.4s; /* Safari */
    color: #4d3d2c;
    text-decoration: none;
    text-transform: uppercase;

}
#nav_item>ul>li>a:hover {
    color: #ebb064;
}
#nav_item>ul>li.current_page_item>a{
    color: #ebb064;
}
#nav_item>ul>li>ul{
    list-style-type: none;
    padding: 0;
    color: #181818;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 2.1em;
    text-transform: uppercase;
    transition: all 0.7s;
    -o-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;

}
#nav_item>ul>li>ul>li>a{
    color: #4d3d2c;
    text-transform: uppercase;
}
#nav_item>ul>li>ul>li>a:hover{
    color: #ebb064;
}
#nav_item>ul>li>ul>li.current_page_item>a{
    color: #ebb064;
}
#sidebar_footer{
    font-size: 10px;
    letter-spacing: 1px;
    bottom: 0;
    position: absolute;
    width: 100%;

}
#sidebar_footer span{
    font-size: 11px;
    margin: 0 0px;
}
#sidebar_footer span.selected{
    text-decoration: underline;
}

body{
	background-color: #f5e6d2;
}
.expandable + ul{
    max-height: 0px;
    margin: 0px;
    overflow: hidden;
}
li.current_page_item .expandable + ul {
    max-height: 200px;
    margin: 0 0 10px 0;
}

.subcribe_button img:hover{
    opacity: 0.8;
}
.subcribe_button img{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    margin-left: 4px;
}
.subcribe_button{
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    background-color: rgba(255,255,255,0.5);
    padding: 2px;
    margin-bottom: 4px;
    border-radius: 4px;
    margin-left: -33px;
}
#main_content{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 100%;
    white-space: nowrap;
    float: left;
    background-color: #dfdfdf;
    display: table-cell;
}
.panel {
    position: relative;
    white-space: normal;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    max-height: 100%;
    max-width: 10000px;
    z-index: 2;
    margin-left: -4px;
}
.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 190px;
    background-image: url('images/menubg.jpg');
    overflow: hidden !important;
    z-index: 4;
    color: #b17c57;
    font-weight: 300;
    text-align: center;
}

.address{
    width: 100%;
    white-space: normal;
}
.sidebar.fixed {
    background-size: auto auto, auto 100%;
    background-position: center center, center right;
}
.second_side_bar{
    position: relative;
    display: inline-block;
    width: 433px;
    height: 100%;
    background-image: url('images/bg-brown.jpg');
    margin-left: -437px;
    z-index: 3;
    white-space: nowrap;
    overflow: hidden;
}
.second_side_bar.brighter{
    margin-left: -637px;
}
.second_side_bar.fixed {
    position: fixed;
    display: block;
    top: 0;
    background-size: auto auto, auto 100%;
    background-position: center center, center right;
}
.second_side_bar.brighter{
    background-image: url('images/news_bg.png');
    /*width: 400px;
    margin-left: -730px;  = width + 345px = 385 + 345 = 730px */
}
.second_side_bar .subpage{
    vertical-align: top;
    padding: 40px;
    display: inline-block;
    width: 433px;
    white-space: normal;
    height: 100%;
    position:relative;
}
.second_side_bar ul{
    list-style-type: none;
    color: #b17c57;
    font-size: 19px;
    font-weight: 300;
    padding: 0;
    margin: 40px 0;
}
.second_side_bar ul li{

    padding: 7px 0;
    font-size: 18px;
    text-shadow: none; /*0px 1px 1px rgba(0, 0, 0, 0.5);*/
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.second_side_bar ul li a:hover{
    text-shadow: none; /*0px 0px 10px rgba(255, 255, 255, 1);*/
    color: #b17c57;
}
.second_side_bar h1{
    font-size: 100px;
    font-weight: 200;
    color: #b17c57;
    text-shadow: none; /*0px 1px 1px rgba(0, 0, 0, 0.5);*/
    margin: 0;
}
.second_side_bar h2{
    color: #b17c57;
    margin: 20px 0 0 0;
    font-size: 65px;
    font-weight: 200;
    text-shadow: none; /*0px 1px 1px rgba(0, 0, 0, 0.5);*/
}
.second_side_bar h3{
    color: #b17c57;
    margin: 0 0 80px 0;
    font-size: 40px;
    font-weight: 200;
    text-shadow: none; /*0px 1px 1px rgba(0, 0, 0, 0.5);*/
}
.second_side_bar p{
    color: #b17c57;
    white-space: normal;
    font-weight: 300;
    font-size: 14px;
    margin-top: 20px;
}
.infopage {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 500px;
    margin-right: 30px;
}
.foodpage h1{

}
.content_page {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: auto;
}
.content_page  h1{
    font-size: 20px !important;
    font-weight: 300 !important;
}
.infopage h1{
    display: inline-block;
}
#space_panel{
    display: inline-block;
    width: 0;
    margin: 0;
    padding: 0;
}
#bgimage img {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}
#bgimage{ 
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    z-index: 2;
    transition: width 0.7s;
    -webkit-transition: width 0.7s;
    -moz-transition: width 0.7s;
    -o-transition: width 0.7s;
}
.button:hover{
    color: #b17c57;
}
.button{
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    background-color: rgba(77, 61, 44, 0.83);
    color: #ffedb8;
    border: 1px solid rgba(255, 255, 255, 0.33);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.25);
    -moz-box-shadow:    0px 0px 5px rgba(255, 255, 255, 0.25);
    -ms-box-shadow:         0px 0px 5px rgba(255, 255, 255, 0.25);
    box-shadow:         0px 0px 5px rgba(255, 255, 255, 0.25);
    text-shadow: none; /*-1px 2px 1px rgba(0, 0, 0, 0.54);*/
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.subscribe_email{
    width: 100%;
    background-color: rgba(255,255,255, 0.5);
    border: none;
    padding: 8px 33px 8px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: Cambria, arial;
    font-weight: 300;
    background-image: url('images/email_icon.png');
    background-position: 6px 50%;
    background-repeat: no-repeat;
}
.logo {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('images/sociallogos.png');
    background-size: 60px 20px;
    background-repeat: no-repeat;
    margin: 1px 5px;

    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    opacity: 0.5;
}
.logo:hover{
    opacity: 1;
}
.logo.facebook{
    background-position: 0px 0px;
}
.logo.googleplus{
    background-position: -20px 0px;
}
.logo.youtube{
    background-position: -41px 0px;
}
.image_tile {
    height: 100%;
    cursor: default;
    padding: 20px 0 20px 30px;
}
@-moz-document url-prefix() { /* firefox only */
    .image_tile {
        margin-right: -34px;
    }
}
.image_tile img{
    height: 100%;
}
.tile_title {
    width: 65%;
    cursor: pointer;
    background-image: url('images/tile_bg.png');
    position: absolute;
    right: 0;
    top: 100px;
    padding: 13px 13px 13px 50px;
    color: #68481b;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    margin-top: 0;
}
.tile_title:hover{
    margin-top: -3px;
    -webkit-box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    -1px 2px 6px rgba(0, 0, 0, 0.5);
    box-shadow:         -1px 2px 6px rgba(0, 0, 0, 0.5);
}
.tile_title h1{
    font-size: 37px;
    display: block;
    min-height: 83px;
    font-weight: 300;
    line-height: 1.1em;
    margin: 10px 0 0 0;
}
.tile_title p{
    line-height: 1.5em;
    font-weight: 400;
    font-size: 18px;
}
.promotion_tile {
    height: 100%;
    overflow: hidden;
    padding: 20px 0 20px 30px;
}

@-moz-document url-prefix() {/* firefox only */
    .promotion_images_col{
        margin-right: 25px;
    }
}
.promotion_images_col{
    display: inline-block;
    float: left;
    height: 100%;
}
.promotion_tile h1{
    display: inline-block;
    margin: 0;
    font-size: 38px;
    font-weight: 300;
    color: #b99b70;
    letter-spacing: 2px;
}
.promotion_images_col_container {
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.promo_image img:hover+span{
    opacity: 1;
}
.promo_image span:hover{
    opacity: 1;
}
.promo_image span h2{
    margin: 4px 0;
}
.promo_image span{
    white-space: normal;
    font-size: 12px;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 10px 20px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    letter-spacing: 1px;
    color: #b17c57;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
}
.promo_image{
    position:relative;
    margin: 10px 10px 0 0;
}
.promo_image img{
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    opacity: 1;
}
.promo_image img:hover{
    opacity: 0.8;
}
.facebook_info {
    height: 100%;
    width: 350px;
    overflow: hidden;
    padding: 20px 0 20px 30px;
}
.facebook_info h1{
    display: inline-block;
    margin: 0;
    font-size: 25px;
    font-weight: 300;
    color: #b99b70;
    letter-spacing: 2px;
}
.facebook_info h1 strong{
    font-weight: 500;
}
.page{
    height: 100%;
    width: auto;
    padding: 20px 60px;
}
.pink{
    background-image: url('images/bg-pink.jpg');
}
.brown{
    background-image: url('images/bg-brown.jpg');
}
.verydarkbrown{
    background-image: url('images/bg-verydarkbrown.jpg');
}
.coffee{
    background-image: url('images/bg-coffee.jpg');
}

.nicegreen{
    background-image: url('images/bg-nicegreen.jpg');
}
.niceblue{
    background-image: url('images/bg-niceblue.jpg');
}

.nicepurple{
    background-image: url('images/bg-nicepurple.jpg');
}
.nicebrown {
    background-image: url('images/bg-nicebrown.jpg');
}
.purple{
    background-image: url('images/bg-purple.jpg');
}
.purepurple {
    background-color: #602332;
}
.lightpurple{
    background-image: url('images/bg-lightpurple.jpg');
}
.green{
    background-image: url('images/bg-green.jpg');
}
.darkbrown{
    background-image: url('images/bg-darkbrown.jpg');
}
.mediumbrown{
    background-image: url('images/bg-mediumbrown.jpg');
}

.bg-template-1{
    background-image: url('images/bg-template1.jpg');
}
.bg-template-2{
    background-image: url('images/bg-template2.jpg');
}
.bg-template-3{
    background-image: url('images/bg-template3.jpg');
}
.bg-flower-template-1{
    background-image: url('images/bg_flower.png');
	background-color: #f5e6d2;
}
.bg-flower-1-template-1{
    background-image: url('images/lejardin_bg_1.jpg');
	background-color: #f5e6d2;
}
.bg-flower-1-template-1 h1{
	color: #b17c57 !important;
}
.bg-flower-1-template-1 p{
	color: #b17c57 !important;
	font-size: 14px !important;
}
.bg-flower-2-template-1{
    background-image: url('images/bg-flower-5.png');
	background-color: #f5e6d2;
}
.bg-flower-1-template-2{
    background-image: url('images/lejardin_bg_2.jpg');
	background-color: #fed17b;
}
.bg-flower-1-template-2 h1{
	color: #b17c57 !important;
}
.bg-flower-1-template-2 p{
	color: #b17c57 !important;
	font-size: 14px !important;
}
.bg-flower-2-template-2{
    background-image: url('images/bg-flower-5.png');
	background-color: #fed17b;
}
.bg-flower-1-template-3{
    background-image: url('images/lejardin_bg_3.jpg');
	background-color: #be854c;
}
.bg-flower-1-template-3 h1{
	color: #b17c57 !important;
}
.bg-flower-1-template-3 p{
	color: #b17c57 !important;
	font-size: 14px !important;
}
.bg-flower-2-template-3{
    background-image: url('images/bg-flower-5.png');
	background-color: #be854c;
}
.bg-flower-template-2{
    background-image: url('images/bg_flower.png');
	background-color: #fed17b;
}
.bg-flower-template-3{
    background-image: url('images/bg_flower.png');
	background-color: #be854c;
}

.cleanpink{
    background-color: #fdebf1;
}
.page.cleanpink h1 {
    color: #f35187;
    text-shadow: none; 
    font-size: 70px;
    line-height: 1.2em;
    margin: 50px 0 0 0;
}
.page.cleanpink p {
    color: #9b9b9b;
    text-shadow: none; 
    margin: 20px 0;
}
.page.cleanpink .knot p{
    margin: 10px 0;
    color: #000;
}
.page.downloadpage a{
    display: inline-block;
    vertical-align: top;
}
.page.downloadpage h1{
    font-size: 60px !important;
    margin: 40px 0 0 0 !important;
    letter-spacing: 2px !important;
    font-weight: 200  !important;
}
/*
.page p{
    margin: 40px 0;
    width: 100%;
    font-weight: 300;
    color: #b17c57;
    font-size: 15px;
    line-height:1.5em;
    text-shadow: none; /*0px 1px 1px rgba(0,0,0,0.5);*/
}*/
.page p{
    margin: 40px 0;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    line-height:1.5em;
    text-shadow: none; /*0px 1px 1px rgba(0,0,0,0.5);*/
    font-family: Cambria, arial;
    color:rgb(233, 228, 228);
}

.page a{
    text-shadow: none; /*0px 1px 1px rgba(0,0,0,0.5);*/
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}
.page h1{
    margin: 0;
    font-size: 100px;
    font-weight: 200;
    color: #b17c57;
    text-shadow: none; /*0px 1px 2px rgba(0, 0, 0, 0.5);*/
    text-transform:uppercase;
}
.back_button {
    position: absolute;
    bottom: 20px;
}
.subpage_content{
    height: 400px;
    overflow: hidden;
}
.back_button a:hover{
    color: #b17c57;
    text-shadow: none; /*0px 0px 10px rgba(255, 255, 255, 1);*/
}
.file_block{
    background-image: url('images/download-pdf.png');
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    display: inline-block;
    margin: 7px;
    width: 120px;
    background-size: 100% auto;
    vertical-align: top;
    padding-top: 125px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.file_block:hover{
    margin-top: 2px;
}
.files_container {
    margin: 23px 0 0 -16px;
}
.files_container_2 h2{
    font-weight: 300;
    color: #b17c57;
    letter-spacing: 3px;
    font-size: 18px;
    margin: 70px 0 5px 8px;
}
.file_block p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
}
.file2_block{
    background-image: url('images/file-shadow.png');
    background-position: 50% 3px;
    background-size: 318px 115px;
    background-repeat: no-repeat;
    vertical-align: top;
    width: 290px;
    display: inline-block;
    text-align: center;
    margin: 0 10px 10px 10px;
    padding-top: 15px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.file2_block:hover{
    margin-top: -4px;
}
.file2_block p{
    margin: 8px 0 0 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
}
.file2_block p.description{
    margin: 0;
    font-weight: 300;
}
.file2_block img {
    width: 290px;
    border: 7px solid #ffffff;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 1px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 1px rgba(0, 0, 0, 0.5);
}
.file2_block .file_icon{
    position: relative;
    background-image: url('images/pdf-icon.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 38px;
    height: 41px;
    float: right;
    margin-bottom: -53px;
    top: 38px;
    margin-right: 10px;
}
div.page > div{
    white-space: normal;
}
.panel > div.page{
    white-space: nowrap;
}
.panel.news {
    white-space: nowrap;
}
.panel.news a:not(.first){
    margin-left: -200px;
}
.panel.news a{
    display: inline-block;
    height: 100%;
    background-color: white;
    position: relative;

}
.panel.news a:hover + a{
    margin-left: 0px;
}
.panel.news a img{

    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 1);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 1);

    transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
}
.panel.news a img:hover{
    opacity: 0.5;
}

.panel.news img{
    max-height: 100%;
    height: 100%;

}
.news_subpage + .subpage h3 {
    font-size: 15px;
    font-weight: 300;
    margin: 10px 0 30px 0;
}
.news_subpage + .subpage {
    padding: 20px;
}
.wedding_page .subpage h1{
    font-size: 58px;
}
.wedding_page .subpage ul{
    font-weight: 400;
}
.wedding_logos {
    padding: 10px;
    width: 1000px;
}
.wedding_logos img:hover {
    outline: 1px solid white;
}
.wedding_logos img {
    vertical-align:bottom;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.noanimate {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
}
.promotion_page {

}
.promotion_page h1 {
    font-size: 60px !important;
    margin: 20px 0;
}
.promotion_page p {
    font-size: 17px;
    width: 500px;
}
.contact_form_info{
    float: left;
}

.contact_map {
    padding-right: 40px;
}
.contact_map #contact_address{
    width: 100%;
    height: 350px;
}
.contact_page{
    width: 1000px;
}
.contact_page h1{
    font-size: 50px !important;
    font-weight: 200 !important;
    text-shadow: none; /*0px 1px 1px rgba(0,0,0,0.5) !important;*/
    margin: 25px 0 0 0;
}
.contact_form {
    width: 300px;
    float: left;
    margin-right: 20px;
}
.contact_info {
    color: #ababab !important;
    padding: 163px 0px 50px 50px;
    float: left;
}
.contact_info p{
    color: #ababab !important;
    margin: 5px 0;
    font-weight: 400;
}
.contact_info h2{
    font-weight: 300;
    font-size: 21px;
    margin: 10px 0;
    letter-spacing: 1px;
}

.contact_form p {
    margin: 0;
}
.contact_form label span{
    display: block;
    float: left;
    padding-left: 10px;
    position: relative;
    text-shadow: none; /*-1px 1px 1px rgba(0, 0, 0, 0.5);*/
    font-weight: 300;
    color: #b17c57;
    font-size: 12px;
    top: 32px;
}
.contact_form input[type=text], .contact_form textarea , .contact_form select {
    width: 100%;
    font-family: Cambria, arial;
    font-size: 15px;
    font-weight: 300;
    padding: 10px;
    border: 1px solid #be854c;
    -webkit-box-shadow: 3px 6px 24px rgba(0, 0, 0, 0.38) inset;
    -moz-box-shadow: 3px 6px 24px rgba(0, 0, 0, 0.38) inset;
    box-shadow: 3px 6px 24px rgba(0, 0, 0, 0.38) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fed17b;
    color: #b17c57;
    transition: border 0.5s;
    -webkit-transition: border 0.5s;
    -o-transition: border 0.5s;
    -moz-transition: border 0.5s;
}
.contact_form select {
    width: 30%;
    margin-right: 70%;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-image: url('images/selectbox_icon.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.contact_form select:hover {
    background-image: url('images/selectbox_icon_hover.png');
}
.contact_form input[type=text]:hover, .contact_form textarea:hover , .contact_form select:hover{
    border: 1px solid  #be854c;
}
.contact_form input[type=text]:focus, .contact_form textarea:focus , .contact_form select:focus{
    border: 1px solid  #be854c;
}

/********************************************************************************/

.booking_page h1{
    font-size: 75px !important;
    font-weight: 200 !important;
    text-shadow: none; /*0px 1px 1px rgba(0,0,0,0.5) !important;*/
    margin: 15px 0 0 0;
}
.booking_form {
    width: 457px;
    float: left;
    padding-right: 30px;
    margin-top:20px;
}
.booking_form textarea {
    height: 98px;
}
.booking_form p {
    margin: 28px 0;
}
.booking_form label span {
    display: block;
    float: left;
    position: relative;
    font-weight: 300;
    color: #b17c57;
    text-shadow: none;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: -8px;
    height: 0;
    padding-top: 10px;
    padding-left: 10px;
}
.booking_form input[type=text], .booking_form textarea , .booking_form select {
    width: 100%;
    font-family: Cambria, arial;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
    padding: 10px;
    border: 1px solid #be854c;
    -webkit-box-shadow: 3px 6px 24px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 3px 6px 24px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 3px 6px 24px rgba(0, 0, 0, 0.2) inset;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fed17b;
    color: #b17c57;
    transition: border,border-color,background-color 0.5s;
    -webkit-transition: border,border-color,background-color 0.5s;
    -o-transition: border,border-color,background-color 0.5s;
    -moz-transition: border,border-color,background-color 0.5s;
}
.booking_form .datetime_container {
    white-space: nowrap;
}
.booking_form select.datetime{
    width: 18%;
    display: inline-block;
    margin-right: 3%;
}
.booking_form select {
    width: 30%;
    margin-right: 70%;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-image: url('images/selectbox_icon.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.booking_form select:hover {
    background-image: url('images/selectbox_icon_hover.png');
}
.booking_form input[type=text]:hover, .booking_form textarea:hover , .booking_form select:hover{
    border: 1px solid #be854c;
}
.booking_form input[type=text]:focus, .booking_form textarea:focus , .booking_form select:focus{
    /*   background-color: #7c5d65;*/
}



.fancy_button {
    text-shadow: none; /*0px 0px 5px rgba(255, 255, 255, 0.75), 0px 1px 5px rgba(0, 0, 0, 0.75)!important;*/
    background-color: #fed17b;
    padding: 15px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #be854c;
    color: #ffffff;
    font-size: 14px !important;
}
.fancy_button:hover {
    color: #ffffff;
    background-color: #be854c;
}
.fancy_button:active {
    background-color: #fed17b;
}

.fancy_button.yellow {
    background-color: #c39c4d;
    padding: 10px 16px;
    text-shadow: none; /*0px 2px 3px rgba(0, 0, 0, 0.75) !important;*/
    font-weight: 400;
    -webkit-box-shadow: -3px -3px 15px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow:    -3px -3px 15px rgba(0, 0, 0, 0.3) inset;
    box-shadow:         -3px -3px 15px rgba(0, 0, 0, 0.3) inset;
    font-size: 15px !important;
    border: 1px solid #c79675;
}
.fancy_button.yellow:hover {
    color: #ffffff;
    background-color: #d0a652;
}
.fancy_button.yellow:active {
    background-color: #c39c4d;
}

.ux_guide {
    margin-left: 30px;
    width:300px;
    overflow: hidden;
    box-shadow: 10px 0px 20px -10px rgba(0,0,0,0.5) inset;
    background-image: url('images/move-to-right.png');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    opacity: 0.5;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    z-index: 0;
}
.ux_guide:hover{
    opacity: 1;
    background-position: 50% 50%;
}
#loading_out {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: table;
    z-index: 999;
    background-image: url('images/ie8-1x1-fff-0.5.png');
}
#loading {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align:center;
}
#loading_container p{
    margin: 0;
    padding-top: 4px;
    color: #ccc;
    letter-spacing: 4px;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 55px;
    padding-left: 8px;
    line-height: 0px;
}
#loading_container{
    width: 270px;
    height: 230px;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #b17c57;
    margin: 0 auto;

}
#loading-image {
    z-index: 1000;
}

.images_grid{
    float: left;
    height: 100%;
}
.images_grid .images_grid_col {
    float: left;
    height: 100%;
}
.images_grid_item{
    height: 33.333%;
    margin: 3px 0px 3px 3px;
}
.images_grid_item a:hover span{
    opacity: 1;
}
.images_grid_item a:hover img{
    height: 110%;
    opacity: 0.4;
}
.images_grid_item img{
    height: 100%;
    position: relative;
    top: 0;
    z-index: 1;

    transition: opacity 0.4s, height 4s;
    -webkit-transition: opacity 0.4s, height 4s;
    -o-transition: opacity 0.4s, height 4s;
    -moz-transition: opacity 0.4s, height 4s;
}

.images_grid_item a{
    display: block;
    height: 100%;
    position: relative;
    background-color: white;
    overflow: hidden;
}
.images_grid_item a span{
    opacity: 0;
    padding: 0 40px;
    position: absolute;
    text-align: center;
    z-index: 2;
    display: block;
    top: 40%;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: black;
    letter-spacing: 2px;
    text-shadow: none;
}
button.mfp-close {
    position:fixed !important;
    right: 20px !important;
}
button.mfp-arrow{
    position:fixed !important;
}

#dummy_div {
    height: 100%;
}
#sub_menu ul li a:hover {
    color: #D88E2E !important;
}
#sub_menu ul li a {
    color: #624d3a;
    font-size: 12px
}
#sub_menu ul li.selected a {
    color: #D88E2E !important;
}
#sub_menu ul li {
    margin: 10px 0;
}
#sub_menu ul {
    list-style-type: none;
}
#sub_menu{
    width: 265px;
    position: absolute;
    padding: 106px 0 0 0px;
    height: 100%;
    background-color: rgba(255,255,255,0.5)
}
.nicescroll-rails {
    opacity: 0.5 !important;
}
.promotion_block.smallheight p>a{
    display: none !important;
}
.promotion_block.smallheight {
    height: 90px !important;
}
.promotion_block.smallheight img {
    height: 50px;
    width: auto !important;
}
.promotion_block.smallheight a {
    font-size: 14px !important;
}
.promotion_block.smallheight h2 {
    margin-bottom: 0 !important;
    line-height: 1em !important;
}

.page-numbers.current {
    background-color: rgb(70, 116, 70);
    color: #b17c57;
    padding: 2px 5px;
    border-radius: 5px;
}
.content-page-new{
    background: url('images/bg_page_new.jpg') repeat;
    width: CALC(100% - 200px);
    margin-left: 0;
    float: left;
    padding: 20px;
    margin-left: 12%;
    max-width: calc(100% - 448px);
}

.sidebar2 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 12%;
    max-width: 165px;
    background-image: url('images/menubg.jpg');
    overflow: hidden !important;
    z-index: 4;
    color: #b17c57;
    font-weight: 300;
    text-align: center;
}
.sidebar2.fixed {
    background-size: auto auto, auto 100%;
    background-position: center center, center right;
}
#page-news .sidebar2{
    position: fixed;
    left: inherit;
    width: 12%;
}
#page-news{
    /*max-width: 1440px;*/
    margin: 0 auto;
    position: relative;
}

.top-news{
    float: left;
    padding: 10px 10px 41px 10px;
    width: 200px;
    background: #fff;
}
.top-news h3{
    border-top: 1px solid #e5e5e5;
    color: #4d3d2c;
    font-size: 14px;
    font-weight: bold;
    line-height: 0.01em;
    margin-bottom: 7px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    font-family: Cambria, arial;
}
.top-news h3 span{
    background: #fff none repeat scroll 0 0;
    color: #4d3d2c;
    font-family: Cambria, arial;
    text-transform: uppercase;
    padding-right: 10px;
}
.row-top-new{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    padding-top: 10px;
    /*margin-top: 18px;*/
}
/*.row1{
    background: url('images/one.png') no-repeat right top;
}
.row2{
    background: url('images/two.png') no-repeat right top;
}
.row3{
    background: url('images/three.png') no-repeat right top;
}
.row4{
    background: url('images/four.png') no-repeat right top;
}
.row5{
    background: url('images/five.png') no-repeat right top;
}
.row6{
    background: url('images/six.png') no-repeat right top;
}
.row7{
    background: url('images/seven.png') no-repeat right top;
}
.row8{
    background: url('images/eight.png') no-repeat right top;
}
.row9{
    background: url('images/nice.png') no-repeat right top;
}
.row10{
    background: url('images/ten.png') no-repeat right top;
}*/
.row-top-new h4{
    margin-top: 0;
    margin-bottom: 0px;
	/*min-height: 45px;*/
}
.row-top-new h4 a{
    color: #333;
    font-family: Cambria, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 0.8em;
}
.top-news .short_description{
	font-size: 13px;
}
.date-publish{
	margin-top: 10px;
    background: url('images/icon_date.jpg') no-repeat left top;
    font-family: Cambria, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    padding-left: 25px;
}
.list-news{
    float: left;
    width: CALC(100% - 260px);
    padding-left: 20px;
}
.feature-new{
    border: 2px solid #fff;
    position: relative;
    margin-bottom: 2px;
}

.feature-new a.bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.1);
    text-indent: -99999px;
}
a.bg:hover{
background: none;
background-color: transparent;
transform: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.bg_feature_title{
    height: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url('images/bg_news.png') no-repeat left bottom;
}
.feature-new img{
    max-width: 100%;
	width: 100%;
}
.feature_title{
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 65%;
}
.feature_title span{
    color: #fff;
    font-family: Cambria, arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3em;
}
.col-6{
    width: 50%;
    float: left;
}
.thumbanil-new{
    width: 100%;
    float: left;
    border: 2px solid #fff;
    border-bottom: none;
}
.thumbanil-new img{
    max-width: 100%;
	width: 100%;
transform: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.thumbanil-new img:hover{
opacity: 0.7;
}
.border-left-1{
    border-left: 1px solid #fff;    
}
.border-right-1{
    border-right: 1px solid #fff;    
}
.description-new{
    width: 100%;
    float: left;
    border: 2px solid #fff;
    background: #fff;
    padding: 20px 30px 35px 30px;
    border-bottom: none;
}
.border-left-gray-1{
    border-left: 1px solid #e5e5e5;    
}
.border-right-gray-1{
    border-right: 1px solid #e5e5e5;    
}
.description-new h3{
    font-size: 1em;
    margin-top: 0;
    line-height: 1em;
    min-height: 35px;
    margin-bottom: 8px;
}
.description-new h3 a{
    color: #000;
    font-family: Cambria, arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
}
.description-new p{
    color: #999;
    font-family: Cambria, arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 1.2em;
    margin-top: 0;
height: 96px;
overflow: hidden;
}
.tags{
    background: url('images/icon_tag.jpg') no-repeat left 2px;
    padding-left: 25px;
    margin-bottom: 15px;
    font-family: Cambria, arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.tags a{
    font-family: Cambria, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin-right: 10px;
}
.clear-new{
    float: left;
    width: 100%;
    height: 2px;
}
.paging{
    float: left;
    width: 100%;
    text-align: center;
}
.paging ul{
    padding: 0;
}
.paging li{
    display: inline;
    width: 30px;
    height: 30px;
}
.paging li a{
    display: inline;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #d0bf9a;
    background: #fff;
    margin-right: 3px;
}
.paging li span{
    display: inline;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #4d3d2c;
    margin-right: 3px;
}
.paging li:first-child{
    display: none;
}
.promotion-new{
    width: 21%;
    float: left;
    background: #dccca7;
    position: fixed;
    height: 100%;
    top: 0;
    left: 79%;
    max-width: 283px;
}
.promotion-new img{
    max-width: 100%;
    border-radius: 10px;
}
.banner-promotion-new{
    width: 100%;
    height: 100%;
    background: #dccca7;
    padding: 20px 20px 10px;
text-align: center;
}
.banner-promotion-new img{
    max-width: 100%;
max-height: 100%;
}
.page-detail-news .list-news{
    background: url('images/bg_detail_new.jpg') repeat;
    float: left;
    width: 100%;
    padding: 2em 0 0 0;
}
.content-detail-news{
    width: 70%;
    margin: 0 auto;
}
.content-detail-news .newsPL h3{
    font-size: 1.375em;
    font-family: Cambria, arial, sans-serif;
    font-weight: 500;
    margin-bottom: 0.7em;
}
.author{
    float: left;
    width: auto;
    font-family: Cambria, arial, sans-serif;
    font-weight: 400;
    font-size: 0.875em;
    color: #333;
    margin-top: -1px;
    margin-right: 13px;
}
.author span{
    text-transform: uppercase;
}
.content-detail-news .tags{
    margin-right: 0;
}
.content-detail-news .tags{
    float: left;
    width: auto;
}
.content-detail-news .date-publish{
float: right;
    width: auto;
margin-right: 2.5em;
}
.newsPL{
    padding-left: 2.5em;
}
.content-news{
    float: left;
    width: 100%;
    margin-top: 1.3em;
}
.content-news p{
    font-family: Cambria, arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 2.5em;
    padding-left: 2.5em;
padding-right: 2.5em;
    margin-top: 0;
}
.content-news p img{
    max-width: 100%;
}
.content-news p a{
color: #ebb064;
}
.gallery-news{
    float: left;
    width: 100%;
}
.other-news{
    float: left;
    width: 100%;
}
.other-news h3.heading-other_new{
    color: #4d3d2c;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    width: 13%;
    font-family: Cambria, arial;
    float: left;

}
.line-other-new{
    float: left;
    width: 87%;
    height: 1px;
    background: #e5e5e5;
    margin-top: 1.5em;
}
.other-news .items-new{
    margin-top: 1em;
}
.box-partner{
    position: relative;
}
.promotion-partner{
    display: none;
    position: absolute;
    width: 300px;
    padding: 10px;
    background: #fff;
    color: #000000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 12px;
    z-index: 1000;
    text-align: left;
    left: -50px;

}
.promotion-partner p{
    margin: 5px 0 0 !important;
    font-size: 12px !important;
}
.promotion-partner {
    border: 2px solid #ffffff;
}
.promotion-partner:after, .promotion-partner:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.promotion-partner:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.promotion-partner:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 16px;
    margin-left: -16px;
}
.view-all-new{
float: left;
width: 100%;
text-align: center;
padding: 2em 0;
}
.view-all-new a{
font-family: Cambria, arial, sans-serif;
    font-weight: 500;
    font-size: 1em;
    color: #000;
}
p#language_buttons a,p#language_buttons span{
color: #4d3d2c !important;
}

#landing{
	text-align: center;
    vertical-align: middle;
    margin: auto;
    display: inline-table;
    vertical-align: middle;
    margin: auto;
    text-align: center;
	z-index: 100;
	position: relative;
}

#home-page{
	z-index: 100;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    font-size: 49px;
    line-height: 55px;
    width: 100%;
    font-weight: normal;
    display: table-cell;
}
.site_wrapper {
    background: transparent !important;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 1020px;
    margin: 0 auto;
}
.offer_bar_container {
    max-width: 100%;
    height: 95px;
    padding: 0 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.offer_bar_container {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	height: 90px;
	position: absolute;
}
.offer_bar_item-3{
    width: calc(100% /3 - 1px);
    width: -webkit-calc(100% /3 - 1px);
    width: -moz-calc(100% /3 - 1px);
    float: left;
}
.offer_bar_item-2 {border-width: 0 1px 1px;}
.offer_bar_item-2 {
    max-width: 700px;
    margin: 0 auto;
}
.offer_bar_item-2 {
    width: 50%;
    float: left;
}
.offer_bar_item-2 .offer_bar_item-2 .offer_bar_item_wrapper {border-width: 0 0 1px 1px;}
.offer_bar_item-1 {
    max-width: 360px;
    margin: 0 auto;
}
.offer_bar_item-1 .offer_bar_item_col {
    width: 100%;
    float: left;
}
.site_wrapper #home_gallery2 #bx-pager2 .offer_bar_title_wrapper{
	background-color: rgba(0, 0, 0, 0);
}
.site_wrapper #home_gallery2 #bx-pager2 a.active .offer_bar_title_wrapper, .site_wrapper #home_gallery2 #bx-pager2 a:hover .offer_bar_title_wrapper{
	background-color: transparent;
}
.site_wrapper #home_gallery2 #bx-pager2 a.active .offer_bar_title_wrapper img, .site_wrapper #home_gallery2 #bx-pager2 a:hover .offer_bar_title_wrapper img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.site_wrapper #home_gallery2 #bx-pager2 .offer_bar_item-1 .offer_bar_title_wrapper{border-color:#5c1a52;}
.site_wrapper #home_gallery2 #bx-pager2 .offer_bar_item-1 .offer_bar_photo{
	background-image:url('images/gala_img.jpg');
}
.site_wrapper #home_gallery2 #bx-pager2 .offer_bar_item-2 .offer_bar_title_wrapper{
	border-color:#006b4e;	
}
.site_wrapper #home_gallery2 #bx-pager2 .offer_bar_item-2 .offer_bar_photo{background-image:url('images/lejardin-img.jpg');}

.site_wrapper #home_gallery2 #bx-pager2 .offer_bar_item-3 .offer_bar_title_wrapper{border-color:#d8b927;}
.site_wrapper #home_gallery2 #bx-pager2 .offer_bar_item-3 .offer_bar_photo{background-image:url('images/aria-img.jpg');}
#bx-pager2 a {
    position: relative;
    height: 90px;
}
#bx-pager2 a {
    border-style: solid;
    border-color: #D1D4DB;
    border-width: 0 0 1px;
    position: relative;
    z-index: 1;
    height: 90px;
    display: block;
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    float: left;
}
.offer_bar_item {
    border-right: 1px solid #EAEAEA;
    -webkit-transition-property: box-shadow, -webkit-transform;
    transition-property: box-shadow, transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(0.3, 0, 0.15, 1);
    transition-timing-function: ease-out, cubic-bezier(0.3, 0, 0.15, 1);
    position: relative;
    background: #fff;
	border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: auto;
	background-image: url(images/menubg.jpg);
}
.offer_bar_title_wrapper {
    background: #fff;
    width: 100%;
	height: 85px;
    border-bottom: 5px solid #0A1D3B;
	display: flex;
	border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: auto;
}

.site_wrapper #home_gallery2 #bx-pager2 .offer_bar_title_wrapper {
    background-color: rgba(0, 0, 0, 0);
}
.site_wrapper #home_gallery2 #bx-pager2 .offer_bar_item-1 .offer_bar_title_wrapper {
    border-color: #5c1a52;
}
.offer_bar_item:hover {
    -webkit-transform: translateY(-149px);
    -ms-transform: translateY(-149px);
    transform: translateY(-149px);
    border: 1px solid #D8B927;
    box-shadow: 0px 0px 20px #D8B927;
	border-radius: 0 !important;
    width: initial !important;
    height: inherit !important;
}

.offer_bar_item:hover .offer_bar_title_wrapper{
	border-radius: 0 !important;
	border: none;
}

.offer_bar_item:hover {
    box-shadow: 0 10px 30px rgba(10, 29, 59, 0.6);
}

.offer_bar_title_wrapper img {
	max-width: 100%;
    height: 60%;
    margin: 15px auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.offer_bar_photo {
    height: 0px;
    width: 100%;
    background-color: #eee;
    background-position: center center;
    background-size: cover;
}

.offer_bar_item:hover .offer_bar_photo{
	height: 150px !important;
}

#bx-pager2 a.active {
    z-index: 99;
}
#bx-pager2 a.active .offer_bar_item {
    border: 1px solid #D8B927;
    border-top: none;
    box-shadow: 0px 0px 20px #D8B927;
}
.promotion-new{
	left: calc(100% - 283px) !important;
}