@import url('css-reset.css');



@font-face {
    font-family: 'latoregular';
    src: url('../font/lato-regular-webfont.eot');
    src: url('../font/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/lato-regular-webfont.woff2') format('woff2'),
    url('../font/lato-regular-webfont.woff') format('woff'),
    url('../font/lato-regular-webfont.ttf') format('truetype'),
    url('../font/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../font/lato-bold-webfont.eot');
    src: url('../font/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/lato-bold-webfont.woff2') format('woff2'),
    url('../font/lato-bold-webfont.woff') format('woff'),
    url('../font/lato-bold-webfont.ttf') format('truetype'),
    url('../font/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../font/lato-light-webfont.eot');
    src: url('../font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/lato-light-webfont.woff2') format('woff2'),
    url('../font/lato-light-webfont.woff') format('woff'),
    url('../font/lato-light-webfont.ttf') format('truetype'),
    url('../font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../font/lato-bold-webfont.eot');
    src: url('../font/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/lato-bold-webfont.woff2') format('woff2'),
    url('../font/lato-bold-webfont.woff') format('woff'),
    url('../font/lato-bold-webfont.ttf') format('truetype'),
    url('../font/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;
}



html{
    background:#ddd url('../img/bg-pattern.png') repeat;
}
body{
    font-family:latoregular, Arial, 'sans-serif';
    font-size:12px;
    position:relative;
    color:#000;
    min-height:100%;
}


h1,h2,h3,h4,h5,h6{
    font-family:latoregular, Arial, 'sans-serif';
    font-weight: normal;
    padding:15px 0 0px 0;
    text-align:left;
    color:#407d5c;
}
h1{
    padding:5px 0 0 0;
    font-size:28px;
}
/*h2,h3,h4,h5,h6,p{background:#fff;padding:5px;}*/
h2{
    font-size:22px;
}
h3{
    font-size:18px;
}
p{
    font-family:latolight, Arial, 'sans-serif';
    font-size:16px;
    font-weight: normal;
    line-height:25px;
    padding:5px 0;
    text-align:justify;
    color:#646464;
}
ul{}
li{
}
a{
    color:#615842;
}
a:hover{
    text-decoration:none;
}


#top_nav{
    position:fixed;
    top:0;
    left:0;
    z-index:100;
    width:100%;
    box-shadow:0px 0px 5px 1px #666;
    background:#fff;
}

#top{
    display:block;
    position:relative;
    z-index:50;
    width:100%;
    height:25px;
    background:#407d5c;
}
#top_in{
    display:block;
    position:relative;
    z-index:51;
    height:100%;
    margin:0 auto;
}

#langs{
    float:right;
    margin: 0 10px 0 0;
    line-height:25px;
}
#langs a{
    float:left;
    margin:0 0 0 15px;
    text-decoration:none;
    color:#76b794;
    font-size:12px;
}
#langs a.activ{
    color:#b5edcf;
}
#langs a:hover{
    /*text-decoration:underline;*/
    color:#fff;
}


#logo{
    float:left;
    width:220px;
    height:70px;
    text-decoration:none;
    text-align:center;
}
#logo img{
    padding:10px 0 0 0;
}


#top_reservation{
    float:right;
    /*width:250px;*/
    height:70px;
    padding:0 0 0 50px;
    box-sizing: border-box;
    line-height:20px;
    text-align:center;
    text-decoration:none;
    text-transform: uppercase;
    background:#00572e url('../img/ico-res-bell.png') no-repeat 20px center;
    font-family:latobold;
    font-weight:bold;
    font-size:16px;
    color:#fff;
    transition: background .3s ease-in-out;/**/
}
#top_reservation > span{
    display:table-cell;
    width:200px;
    height:68px;
    padding:2px 0 0 0;
    text-decoration:none;
    text-align:center;
    text-transform: uppercase;
    vertical-align:middle;
}
#top_reservation:hover{
    background-color:#407d5c;
}


#menu_line{
    position:relative;
    z-index:50;
    width:100%;
    height:auto;
}

/*#menu_button{
display:none;
float:left;
width:auto;
height:55px;
padding:0 10px;
border:1px solid #ddede3;
border-radius:4px;
margin:.5em;
cursor:pointer;
}*/
#menu_button{
    display:none;
    float:left;
    width:auto;
    height:44px;
    padding:0 10px;
    border:1px solid #ddede3;
    border-radius:4px;
    margin: 2px .5em;
    cursor:pointer;
}
/*#menu_button .menu_ico{
vertical-align:middle;
display:inline-block;
width:40px;
height:55px;
padding:4px 0 0 0;
}*/
#menu_button .menu_ico{
    vertical-align:middle;
    display:inline-block;
    width:40px;
    height:46px;
    padding:1px 0 0 0;
}
/*#menu_button .menu_ico hr{
width:100%;
height:3px;
border:0;
margin:10px 0 0 0;
background:#407D5C;
}*/
#menu_button .menu_ico hr{
    width:100%;
    height:3px;
    border:0;
    margin:9px 0 0 0;
    background:#407D5C;
}
#menu_button .menu_ico_label{
    vertical-align:middle;
    display:inline-block;
    padding:0 10px;
    padding:0 10px 5px 10px;
    font-size:20px;
}





#menu{
    /*width:1000px;*/
    height:70px;
    margin:0 auto;
    font-size:14px;
    font-family:latobold, Arial, 'sans-serif';
    font-weight:bold;
    color:#000;
    text-align:center;
}


#menu > ul{
    /*margin:0 auto;*/
    display:inline-block;
}
#menu > ul > li.mitem{
    position:relative;
    z-index:100;
    float:left;
    box-sizing: border-box;
    height:70px;
    text-align:center;
    white-space: nowrap;
    transition: background .3s ease-in-out;
}
#menu > ul > li.mitem:last-child > a{
    border-right:1px solid #386d50;
}
#menu > ul > li.mitem > a{
    position:relative;
    z-index:102;
    display:block;
    height:70px;
    padding:0 20px;
    border-left:1px solid #386d50;
    text-decoration:none;
    color:#386d50;
}
#menu > ul > li.mitem > a .miname{
    display:table-cell;
    height:70px;
    text-decoration:none;
    text-align:center;
    text-transform: uppercase;
    vertical-align:middle;
}
#menu > ul > li.mitem:hover,
#menu > ul > li.mitem.current_li{
}
#menu > ul > li.mitem > a:hover,
#menu > ul > li.mitem.current_li > a{
    background:#ddede3;
}



html.touchdevice #menu{
    border:0;
}
html.touchdevice #top_reservation{
    height:70px;
}
html.touchdevice #top_reservation > span{
    width: 125px;
    height:70px;
    font-size: 16px;
}



.pagefullscr{
    position:relative;
    z-index:1;
}
.pagefullscr_content_container{
    position:relative;
    z-index:2;
}

.pagefullscr #slider_container{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height:100%;
    overflow:hidden;
}

.pagefullscr #superbgimage_list{
    position:absolute;
    bottom:10px;
    right:25px;
    z-index:5;
}
.pagefullscr #superbgimage_list a{
    float:left;
    width:20px;
    height:5px;
    margin:0 5px 0 0;
    background:#fff;
}
.pagefullscr #superbgimage_list a.activeslide{
    box-shadow:0px 0px 2px 1px #fff;
    background:#407d5c;
}

/*
.pagefullscr .bottom_banners{
position:relative;
z-index:20;
width:900px;
margin:0 auto;
}
.pagefullscr .bottom_banners .bottom_banner_item{
display:block;
position:absolute;
bottom:0;
z-index:101;
width:280px;
text-decoration:none;
}
.pagefullscr .bottom_banners .bottom_banner_item .bottom_banner_item_title{
display:block;
height:40px;
color:#fefefe;
font-size:18px;
font-family:latobold, Arial, 'sans-serif';
font-weight:bold;
text-align:center;
line-height:40px;
}
.pagefullscr .bottom_banners .bottom_banner_item .bottom_banner_item_content{
display:block;
height:60px;
padding:15px;
box-sizing: border-box;
font-size:13px;
line-height:15px;
color:#9c9c9c;
background:#fff;
text-align:center;
font-family:serif;
font-style:italic;
}

.pagefullscr .bottom_banners .bottom_banner_item.ban1{
left:15px;
}
.pagefullscr .bottom_banners .bottom_banner_item.ban1 .bottom_banner_item_title{
background:#3a7559;
}
.pagefullscr .bottom_banners .bottom_banner_item.ban2{
left:310px;
}
.pagefullscr .bottom_banners .bottom_banner_item.ban2 .bottom_banner_item_title{
background:#c19c3a;
}
.pagefullscr .bottom_banners .bottom_banner_item.ban3{
right:15px;
}
.pagefullscr .bottom_banners .bottom_banner_item.ban3 .bottom_banner_item_title{
background:#90884c;
}
*/


.content_fsc .bottom_banner_item{
    display:block;
    position:absolute;
    bottom:0;
    z-index:55;
    width:300px;
    text-decoration:none;
}
.content_fsc .bottom_banner_item .bottom_banner_item_title{
    display:block;
    height:40px;
    color:#fefefe;
    font-size:18px;
    font-family:latobold, Arial, 'sans-serif';
    font-weight:bold;
    text-align:center;
    line-height:40px;
}
.content_fsc .bottom_banner_item .bottom_banner_item_content{
    display:block;
    height:60px;
    padding:15px;
    box-sizing: border-box;
    font-size:13px;
    line-height:15px;
    color:#9c9c9c;
    background:#fff;
    text-align:center;
    font-family:serif;
    font-style:italic;
}

.content_fsc .bottom_banner_item.ban1{
    left:20px;
}
.content_fsc .bottom_banner_item.ban1 .bottom_banner_item_title{
    background:#3a7559;
}
.content_fsc .bottom_banner_item.ban2{
    left:350px;
}
.content_fsc .bottom_banner_item.ban2 .bottom_banner_item_title{
    background:#c19c3a;
}
.content_fsc .bottom_banner_item.ban3{
    right:20px;
}
.content_fsc .bottom_banner_item.ban3 .bottom_banner_item_title{
    background:#90884c;
}



.pagefullscr .content_fsc{
    position:relative;
    z-index:50;
    width:1000px;
    height:0;
    margin:0 auto;
}
.pagefullscr .content_fsc .content_fsc_container{
    position:absolute;
    bottom:0;
    left:0;
    z-index:56;
    width:100%;
    height:0;
    /*padding:50px 25px 10px 25px;
    box-sizing: border-box;*/
    background:#fff;
    overflow:hidden;
}
.pagefullscr .content_fsc .content_fsc_in{
    position:absolute;
    top:0;
    left:0;
    z-index:52;
    width:100%;
    height:300px;
    padding:50px 25px 10px 25px;
    box-sizing: border-box;
}
.pagefullscr .content_fsc .content_fsc_in .content_fsc_in_close{
    display:block;
    position:absolute;
    top:0;
    right:0;
    z-index:60;
    width:40px;
    height:40px;
    line-height:40px;
    color:#fff;
    text-align:center;
    cursor:pointer;
}
.pagefullscr .content_fsc .content_fsc_in .content_fsc_in_title{
    position:absolute;
    top:0;
    left:0;
    z-index:55;
    width:100%;
    height:40px;
    padding:0 50px;
    box-sizing: border-box;
    background:#407d5c;
    color:#fff;
    line-height:40px;
    font-size:22px;
}
.pagefullscr .content_fsc #hp_banner1 .content_fsc_in .content_fsc_in_title{
    background:#407d5c;
}
.pagefullscr .content_fsc #hp_banner2 .content_fsc_in .content_fsc_in_title{
    background:#c19c3a;
}
.pagefullscr .content_fsc #hp_banner3 .content_fsc_in .content_fsc_in_title{
    background:#90884c;
}
.pagefullscr .content_fsc .content_fsc_in .content_fsc_in_content{
    height:100%;
}

#text_wrap{
    height:100%;
}
.text_w{
    padding:0 25px;
}






#middle{
    position:relative;
    z-index:50;
    width:100%;
    padding:95px 0 0 0;
}
#middle_in{
    position:relative;
    z-index:51;
    width:1000px;
    margin:0 auto;
    box-shadow:0 0 10px 1px #666;
    background:#fff;
}

#middle_in #slider{
    position:relative;
    z-index:52;
    height:350px;
    background:rgba(0,0,0,.7);
    overflow:hidden;
}
#middle_in #slider_container{
    width:100%;
    height:100%;
}
#middle_in #superbgimage_list{
    position:absolute;
    bottom:5px;
    right:5px;
    z-index:52;
}
#middle_in #superbgimage_list a{
    float:left;
    width:20px;
    height:5px;
    margin:0 5px 0 0;
    background:#fff;
}
#middle_in #superbgimage_list a.activeslide{
    box-shadow:0px 0px 2px 1px #fff;
    background:#407d5c;
}




.content_submenu{
    float:right;
    width:300px;
    padding:35px 35px 10px 0;
    margin:0;
    box-sizing: border-box;
}

.content_submenu > ul{
    padding:0;
    margin:0;
}
.content_submenu > ul > li{
    margin:0 0 1px 0;
    list-style:none;
    font-size:16px;
}
.content_submenu > ul > li > a{
    display:block;
    padding:10px 15px;
    background:#e9f3ee;/* url('../img/ico-arr-triangle-right.png') no-repeat 20px center*/
    color:#164d33;
    text-decoration:none;
    transition: background-color 0.4s ease;
}
.content_submenu > ul > li > a:hover,
.content_submenu > ul > li.actual > a{
    background-color:#a1ddbf;
}




.content{
    float:left;
    width:700px;
    min-height:500px;
    padding:35px;
    box-sizing: border-box;
    font-family:latolight, Arial, 'sans-serif';
    font-size:16px;
    font-weight: normal;
    line-height:25px;
    text-align:justify;
    color:#646464;
}
.content ul{
    padding:0 0 0 15px;
    margin:0;
}
.content li{
    padding:3px 10px 3px 3px;
    font-size:16px;
    line-height:20px;
    text-align:left;
}
.content table.withborder{
    margin:10px 0;
    border-collapse: collapse;
    border:1px solid #fff;
}
.content table.withborder td{
    padding:5px;
    border-collapse: collapse;
    border:1px solid #fff;
    font-size:16px;
    line-height:20px;
}





#content_base h1,
#content_base h2,
#content_base h3,
#content_base h4,
#content_base h5,
#content_base h6{
    font-family:latoregular, Arial, 'sans-serif';
    font-weight:bold;
    padding:15px 0 0px 0;
    text-align:left;
    color:#fff;
}
#content_base h1{
    padding:5px 0 0px 0;
    font-size:34px;
}
/*h2,h3,h4,h5,h6,p{background:#fff;padding:5px;}*/
#content_base h2{
    font-size:28px;
}
#content_base h3{
    font-size:16px;
}
#content_base p{
    font-size:14px;
    line-height:30px;
    padding:5px 0;
    text-align:justify;
}
#content_base ul{}
#content_base li{
}
#content_base a{
    color:#F2EEE1;
}
#content_base a:hover{
    text-decoration:none;
}





.side_block{
    float:right;
    width:300px;
    padding:0 35px 35px 0;
    box-sizing: border-box;
}
.side_block_title{
    padding:10px 15px;
    background:#d3a43c;
    color:#fff;
    font-family:latobold, Arial, 'sans-serif';
    font-weight:bold;
}
.side_block_content{
    padding:15px;
    box-sizing: border-box;
    background:#f0f0f0;
    color:#835e1b;
    font-family:latolight, Arial, 'sans-serif';
    font-size:14px;
}


#so_list{
}
.so_list_item{
    position:relative;
    z-index:150;
    width:100%;
    padding-top:25px;
    box-sizing: border-box;
}
.so_list_item:first-child{
    padding-top:5px;
}
.so_list_item > a{
    display:block;
    text-decoration:none;
}
.so_list_item .so_list_item_in{
    display:block;
    position:relative;
    top:0;
    left:0;
    z-index:152;
    width:100%;
    height:100%;
    overflow:hidden;/**/
}
.so_list_item .so_list_item_in::before{
    content:"";
    display:block;
    position:relative;
    top:0;
    left:0;
    z-index:151;
    padding-top:60%;
}
.so_list_item .so_list_name{
    display:block;
    padding:5px 0;
    color:#835e1b;
    font-size:20px;
    line-height:130%;
}
.so_list_item .so_list_item_in .so_list_item_image{
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:155;
    width:100%;
    height:100%;
    background-color:#666;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    background-attachment: scroll;
}
.so_list_item .so_list_item_in .so_list_item_cont{
    display:block;
    position:absolute;
    top:100%;
    left:0;
    z-index:160;
    width:100%;
    height:100%;
    box-sizing: border-box;
    padding:20px;
    font-size:16px;
    line-height:130%;
    background:rgba(151,116,44,0.8);
    color:#fff;
    transition: top cubic-bezier(0.7,0.05,0.2,0.9) 500ms;
}
.so_list_item:hover .so_list_item_in .so_list_item_cont{
    top:0;
}
.so_list_item .so_list_item_in .so_list_more{
    display:block;
    position:absolute;
    bottom:10px;
    right:20px;
    z-index:162;
}
.so_list_item .so_list_item_in .so_list_more > img{
    padding:0 0 1px 0;
    vertical-align:middle;
}





#hp_so_list{
}
.hp_so_list_item{
    float:left;
    position:relative;
    z-index:150;
    width:33%;
    padding:5px 0.16%;
    box-sizing: border-box;
}
.hp_so_list_item > a{
    display:block;
    text-decoration:none;
}
.hp_so_list_item .hp_so_list_item_in{
    display:block;
    position:relative;
    top:0;
    left:0;
    z-index:152;
    width:100%;
    height:100%;
    overflow:hidden;/**/
}
.hp_so_list_item .hp_so_list_item_in::before{
    content:"";
    display:block;
    position:relative;
    top:0;
    left:0;
    z-index:151;
    padding-top:60%;
}
.hp_so_list_item .hp_so_list_name{
    display:block;
    padding:5px 10px 5px 0;
    color:#835e1b;
    font-size:20px;
    line-height:130%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hp_so_list_item .hp_so_list_item_in .hp_so_list_item_image{
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:155;
    width:100%;
    height:100%;
    background-color:#666;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    background-attachment: scroll;
}
.hp_so_list_item .hp_so_list_item_in .hp_so_list_item_cont{
    display:block;
    position:absolute;
    top:100%;
    left:0;
    z-index:160;
    width:100%;
    height:100%;
    box-sizing: border-box;
    padding:20px;
    font-size:16px;
    line-height:130%;
    background:rgba(151,116,44,0.8);
    color:#fff;
    transition: top cubic-bezier(0.7,0.05,0.2,0.9) 500ms;
}
.hp_so_list_item:hover .hp_so_list_item_in .hp_so_list_item_cont{
    top:0;
}
.hp_so_list_item .hp_so_list_item_in .hp_so_list_more{
    display:block;
    position:absolute;
    bottom:10px;
    right:20px;
    z-index:162;
}
.hp_so_list_item .hp_so_list_item_in .hp_so_list_more > img{
    padding:0 0 1px 0;
    vertical-align:middle;
}


.sec_so_list{
}
.sec_so_list .so_list_item{float:left;width:50%;padding:1em 1em 0 0;display: inline-block;float: none;}




#gallery{
}
#gallery_category{
    padding:20px 0;
    color:#fff;
    text-align:center;
}
#gallery_category > a{
    display:inline-block;
    padding:6px 15px;
    margin:2px 0;
    color:#063c22;
    text-align:center;
    border:1px solid #386d50;
    text-decoration:none;
    font-size:16px;
}
#gallery_category > a:hover,
#gallery_category > a.galcatactiv{
    background:#386d50;
    color:#fff;
}

.gal_item{
    float:left;
    width:25%;
    padding:15px;
    box-sizing: border-box;
}
.gal_item a{
    display:block;
    text-align:center;
}
.gal_item a img{
    display:inline-block;
    max-width:100%;
    max-height:100%;
    border:0;
}



#footer{
    position:relative;
    z-index:10;
    width:100%;
    background:#f6ebe1 url('../img/footer-top-bg.png') repeat-x left top;
    color:#998471;
}
#footer_in{
    position:relative;
    z-index:61;
    padding:15px 0;
    max-width:900px;
    min-height:80px;
    margin:0 auto;
    font-size:10px;
    line-height:12px;
    color:#998471;
}

.footer_block{
    float:left;
    box-sizing:border-box;
    padding:20px;
}


#footer_in p{
    position:relative;
    z-index:63;
    padding:3px 0;
    font-size:14px;
    line-height:18px;
}
#footer_in a{
    color:#7b7156;
}
#footer a:hover{
    text-decoration:none;
}

#footer_in > div > h2{
    padding:10px 0;
    color:#998471;
    font-size:20px;
    line-height:120%;
}

.footer_contact{
    width:35%;
}

.footer_map{
    width:35%;
    text-align:center;
}
.footer_map a{
    display:inline-block;
}
.footer_map img{
    max-width:100%;
    max-height:117px;
}

.footer_social{
    float:right;
    width:30%;
}
.footer_social a.social{
    display:inline-block;
    margin:15px 5px;
    text-decoration:none;
}
.footer_social a.social img{
    display:inline-block;
    vertical-align:middle;
}

#vzcopy{
    position:absolute;
    bottom:5px;
    right:15px;
    z-index:70;
    float:right;
    margin:20px 0 0 25px;
    font-size:10px;
    line-height:12px;
    color:#998471;
}
#vzcopy a{
    color:#93381b;
}

.clearboth{clear:both;}






.responsivetable{
    position:relative;
    z-index:100;
    width:100%;
    padding:1em;
    box-sizing: border-box;
    background:#eee;
}
.responsivetable::before{
    position:absolute;
    top:0;
    right:0;
    z-index:101;
    content: '>>>';
    font-size: .8em;
}
.responsivetable::after{
    position:absolute;
    bottom:0;
    right:0;
    z-index:101;
    content: '>>>';
    font-size: .8em;
}
.responsivetable > div{
    overflow:auto;
}



@media screen and (max-width: 1800px) {

    html{
    }

    #menu{
        width:990px;
        font-size:12px;
    }

    #top_reservation > span{
        width:125px;
        font-size:16px;
    }

}


/*@media screen and (max-width: 1500px) {

  html{
  }

  #menu{
  width:990px;
  font-size:12px;
  }

  #top_reservation > span{
  width:125px;
  font-size:16px;
  }

}*/

/*@media screen and (max-width: 1500px) {

  html{
  }

  #logo{
  height:60px;
  }
  #logo img{
  padding:5px 0 0 0;
  }
  #top_reservation{
  height:60px;
  }
  #top_reservation > span{
  height:58px;
  }
  #middle{
  padding:128px 0 0 0;
  }
  #menu_line{
  }
  #menu{
  clear:both;
  width:auto;
  height:42px;
  font-size:12px;
  border-top:1px solid #ddede3;
  }
  #menu > ul > li.mitem{
  height:auto;
  }
  #menu > ul > li.mitem > a{
  height:auto;
  padding:15px;
  }
  #menu > ul > li.mitem > a .miname{
  height:auto;
  }

}*/

@media screen and (max-width: 1800px) {

    html{
    }

    #logo{
        height:60px;
    }
    #logo img{
        padding:5px 0 0 0;
    }
    #top_reservation{
        height:60px;
    }
    #top_reservation > span{
        height:58px;
    }
    #middle{
        padding:128px 0 0 0;
    }
    #menu_line{
    }
    #menu{
        clear:both;
        width:auto;
        height:42px;
        font-size:12px;
        border-top:1px solid #ddede3;
    }
    #menu > ul > li.mitem{
        height:auto;
    }
    #menu > ul > li.mitem > a{
        height:auto;
        padding:15px 8px;
    }
    #menu > ul > li.mitem > a .miname{
        height:auto;
    }

}


@media screen and (max-width: 1000px) {

    html{
    }


    #top_nav{
        position:relative;
    }

    #top{
        height:2.4em;
    }

    #langs{
        line-height:2.4em;
    }
    #langs a{
        font-size:1.1em;
    }

    .pagefullscr .content_fsc{
        width:100%;
        height:auto;
    }
    .content_fsc .bottom_banner_item{
        /*display:none;/**/
        position:static;
        width:90%;
        margin:1em auto;
    }
    .pagefullscr .content_fsc .content_fsc_container{
        /*display:none;*/
        position:relative;
        width:90%;
        height:0;/**/
        margin: 0 auto;
    }
    .pagefullscr .content_fsc .content_fsc_in{
        position:static;
        height:auto;
        padding:15px;
    }
    .pagefullscr .content_fsc .content_fsc_in .content_fsc_in_title{
        position:relative;
    }
    .pagefullscr .content_fsc .content_fsc_in .content_fsc_in_close{
        /*display:none;*/
        top:15px;
        right:15px;
    }


    #middle{
        padding:0;
    }
    #middle_in{
        width:100%;
    }
    .content{
        width:70%;
        padding-left:20px;
    }
    .content_submenu,
    .side_block{
        width:30%;
        padding-right:20px;
    }

    .so_list_item .so_list_item_in .so_list_item_cont{
        font-size:14px;
    }



    .hp_so_list_item{
        float:left;
        width:49%;
        padding:25px 0.5% 0 0.5%;
    }


    /*#footer .footer_contact,
    #footer .footer_map,*/
    #footer .footer_social{
        float:left;
    }


}
@media screen and (max-width: 990px) {

    html{
    }

    #menu{
        height:42px;
        font-size:10px;
    }
    #menu > ul{
        height:100%;
    }
    #menu > ul > li.mitem{
        height:100%;
    }
    #menu > ul > li.mitem > a{
        height:100%;
        padding:16px 3px 0 3px;
        box-sizing:border-box;
    }
    /*
    #logo{
    height:50px;
    }
    #logo img{
    height:45px;
    }

    #menu_line{
    height:50px;
    }
    #menu_button{
    display:block;
    }
    #menu{
    display:none;
    position:relative;
    clear:both;
    width:100%;
    height:auto;
    background:#fff;
    }
    #menu .sf-menu{
    display:block;
    }
    #menu .sf-menu ul {
    padding:0;
    }
    #menu > ul > li.mitem{
    clear:both;
    float:none;
    width:100%;
    height:auto;
    }
    #menu > ul > li.mitem > a,
    #menu > ul > li.mitem:last-child > a{
    border:0;
    border-bottom:1px solid #ddede3;
    }
    #menu > ul ul{
    position:static;
    margin:0 0 0 2.5em;
    }
    #menu > ul ul li{
    margin:0;
    }
    #menu > ul ul li a{
    border-bottom:1px solid #ddede3;
    }
    #top_reservation{
    height:50px;
    }
    #top_reservation > span{
    height:48px;
    font-size:14px;
    }*/

}

@media screen and (max-width: 760px) {

    html{
    }

    #logo{
        height:50px;
    }
    #logo img{
        height:45px;
    }

    #menu_line{
        height:50px;
    }
    #menu_button{
        display:block;
    }
    #menu{
        display:none;
        position:relative;
        clear:both;
        width:100%;
        height:auto;
        font-size:14px;
        background:#fff;
    }
    #menu .sf-menu{
        display:block;
    }
    #menu .sf-menu ul {
        padding:0;
    }
    #menu > ul > li.mitem{
        clear:both;
        float:none;
        width:100%;
        height:auto;
    }
    #menu > ul > li.mitem > a,
    #menu > ul > li.mitem:last-child > a{
        padding:1em;
        border:0;
        border-bottom:1px solid #ddede3;
    }
    #menu > ul ul{
        position:static;
        margin:0 0 0 2.5em;
    }
    #menu > ul ul li{
        margin:0;
    }
    #menu > ul ul li a{
        border-bottom:1px solid #ddede3;
    }
    #top_reservation{
        height:50px;
    }
    #top_reservation > span{
        height:48px;
        font-size:14px;
    }


    .content{
        width:100%;
        padding:20px;
    }
    .content_submenu,
    .side_block{
        width:100%;
        padding:20px;
    }
    .so_list_item:first-child{
        padding:15px;
    }
    .so_list_item{
        float:left;
        width:50%;
        padding:15px;
    }

    .so_list_item .so_list_name{
        height:3em;
        font-size:18px;
    }
    .so_list_item .so_list_item_in .so_list_item_cont{
        font-size:16px;
    }

    .gal_item{
        width:50%;
    }


    .hp_so_list_item{
        float:none;
        width:100%;
        padding:25px 0 0 0;
    }

    .footer_block{
        clear:both;
        width:100%;
        padding:0 3em;
        box-sizing:border-box;
        text-align:left;

    }

}

@media screen and (max-width: 570px) {

    html{
    }

    #logo{
        float:none;
        display:block;
        width:100%;
    }/**/
    #menu_line{
        height:100px;
    }



    .so_list_item .so_list_item_in .so_list_item_cont{
        font-size:12px;
    }

}

@media screen and (max-width: 500px) {

    html{
    }

    .so_list_item{
        float:left;
        width:100%;
    }

}

@media screen and (max-width: 350px) {

    html{
    }

    #menu_button .menu_ico_label{
        display:none;
    }



}

.webcam {
    position:fixed;
    bottom:20px;
    left:20px;
    z-index:99;
}
@media screen and (max-width: 760px){
    .webcam {
        display:none;
    }
}

#menu > ul > li.mitem#item40 {
    display:none;
}
@media screen and (max-width: 760px){
    #menu > ul > li.mitem#item40 {
        display:inline-block;
    }
}


/*PAGE FULL SCREEN WIDGET */

.pagefullscr .top_content_fsc{
    position:relative;
    z-index:51;
    max-width:1200px;
    margin:0 auto;
}
.top_content_fsc_open_content{
    display:block;
    position:absolute;
    z-index:55;
    cursor:pointer;
}
.top_content_fsc_open_content > span{
    display:block;
    padding:15px 15px 15px 25px;
    background:rgba(245,245,245,.6);
    color: #00572e;
    font-size:20px;
}
.top_content_fsc_open_content > span > img{
    padding:0 0 0 15px;
    vertical-align:middle;
}
.pagefullscr .top_content_fsc_in{
    display:none;
    position:absolute;
    bottom:0px;
    left:0;
    z-index:52;
    width:100%;
    height:300px;
    padding:50px 25px 10px 25px;
    box-sizing: border-box;
    background:rgba(245,245,245,.6);
}
.top_content_fsc_in_content{
    height:100%;
}
