* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body { 
    font-family: Arial, Helvetica, sans-serif;
    background:#F4F1EA;
}
.clear { clear:both; }
.cl:after {
    content:'';
    display:block;
    clear: both;
    }

.menu_space {
    display: block;
    height: 90px;
    background: rgba(255,255,255,.9);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    border-bottom: 2px solid #f17d17;
}
.menu_space .menu_center {
    display: block;
    margin: 0 auto;
    height:90px;
    width: 1000px;
}
.menu_space .logo {
    display: block;
    float: left;
    height: 80px;
    width: auto;
    padding-top: 5px;
    position: relative;
}
.menu_space .logo .santa {
    position: absolute;
    height: 50px;
    width: 54px;
    background:url(img/santa.png) no-repeat;
    left: 12px;
    top: -3px;
display:none;
}
.menu_space .logo .santa a {
    height: 50px;
    width: 54px;
    display: block;
}
.menu_space .menu {
    display: block;
    float: right;
    padding: 30px 20px 0 0;
}
.menu ul {
    list-style: none;
}
.menu ul li {
    font-size: 13px;
    color:#000;
    float: left;
    padding: 0 7px;
}
.menu ul li a {
    color: #1A171E;
    font-family: "BPG Ingiri", sans-serif;
    text-decoration: none;
    font-weight: bold;
    padding: 0 5px;
    border-bottom: 4px solid #927675;
    padding-bottom: 3px;
}
.menu ul li a:hover, .menu ul li a.selected {
    border-bottom: 2px solid #F17D17;    
}
.menu_space .flags {
    display: block;
    float: right;
    height: 10px;
    padding: 8px;
    width: 50px;
    background:#927675;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 30px;
    position: relative;
}
.menu_space .flags .drop {
    position: absolute;
    white-space: 50px;
    background:#927675;
    width: 50px;
    height: 40px;
    display: none;
    top: 25px;
    left: 0;
    padding: 8px;
}
.menu_space .flags:hover .drop {
    display: block;
    }
.menu_space .flagcont {
    display: block;
    height: 26px;
}
.menu_space .flagcont .flagsimg {
    display: block;
    float: left;
    height: 10px;
    width: 15px;
    border: 1px solid #64504F;
}
.menu_space .flagcont .flagstxt{
    display: block;
    float: right;
    height: 10px;
    line-height: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}
.menu_space .flagstxt a {
    color: #fff;
    text-decoration: none;
}
.cont_titles {
    display: block;
    height: 30px;
    width: 1000px;
    margin: 20px auto;
    font-size: 20px;
    background: url(img/zoli.png) no-repeat;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: #47484B;
    font-family: "ALK Rex Bold", sans-serif;
}

.gallery_gare {
    display: block;
    padding-top: 100px;
    width: 1000px;
    padding-bottom: 20px;
    margin: 0 auto;
}
.gallery_gare .gall {
    display: block;
    width: 930px;
    margin: 0 auto;
    min-height:500px !important;
}
.gallery_gare .gall .slider {
    display: block;
    float: left;
    width: 600px;
}
.gallery_gare .gall .ci_space {
    float: left;
    width: 300px;
    padding-top: 50px;

}
.gallery_gare .gall .ci_space p {
    color: #232322;
    font-size: 15px;
    font-family: "BPG Ingiri", sans-serif;
    font-weight: bold;
    padding-left: 30px;
}
.gallery_gare .gall .ci_space .zoli {
    border: 1px solid #E1DAC8;
    margin: 10px 0;
}
.gallery_gare .gall .ci_space .el1 {
    background: url(icons/1.jpg) no-repeat left center;
}
.gallery_gare .gall .ci_space .el2 {
    background: url(icons/2.jpg) no-repeat left center;
}
.gallery_gare .gall .ci_space .el3 {
    background: url(icons/3.jpg) no-repeat left center;
}
.gallery_gare .gall .ci_space .el4 {
    background: url(icons/4.jpg) no-repeat left center;
}
.gallery_gare .gall .ci_space .el5 {
    background: url(icons/5.jpg) no-repeat left center;
}
.gallery_gare .gall .ci_space .el6 {
    background: url(icons/6.jpg) no-repeat left center;
}
.gallery_gare .gall .ci_space .el7 {
    background: url(icons/7.jpg) no-repeat left center;
}

.gallery_gare .gall .yout {
    display: block;
    float: left;
    height: 315px;
    margin-right: 10px;
    width: 450px;
    padding-bottom: 20px;
}



.rooms_gare {
    display: block;
    height: auto;
    padding-bottom: 20px;
}
.rooms_gare .rooms {
    display: block;
    margin: 0 auto;
    height: auto;
    height: 290px;
    width: 1000px;
}
.rooms .blocks {
    display: block;
    height: 234px;
    float: left;
    border: 1px solid #F0DEB8;
    width: 234px;
    margin-right: 18px;
    background: #ccc;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.rooms .blocks:nth-child(3) { float: left; margin-right: 0; }
.rooms .blocks:nth-child(4) { float: right; margin-right: 0; }


.rooms .blocks .rcont {
    display: block;
    height: 234px;

}

.rooms .blocks .rtitle {
    height: 50px;
    width: auto;
    font-family: "BPG Ingiri", sans-serif;
    display: block;
    background: rgba(32, 41, 53, 0.8);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}
.rooms .blocks a {
    color: #fff;
    text-decoration: none;
}
.rooms .blocks a:hover {
    text-decoration:underline;
}
.rooms .im1 {
    background: url(img/room1.jpg) no-repeat;
    background-size: 235px 235px;    
}
.rooms .im2 {
    background: url(img/room2.jpg) no-repeat;
    background-size: 235px 235px;    
}
.rooms .im3 {
    background: url(img/room3.jpg) no-repeat;
    background-size: 235px 235px;    
}
.rooms .im4 {
    background: url(img/room4.jpg) no-repeat;
    background-size: 235px 235px; 
}

.rooms .blocks:hover {
    -webkit-filter: contrast(150%);
}

.rooms .blocks:hover .rtitle {
    background: #F18322;
    color: #fff;
}




.mservices {
    display: block;
    height: 362px;
    width: 1000px;
    margin: 0 auto;
}
.mservices .sblocks {
    display: block;
    height: 360px;
    width: 326px;
    float: left;
    margin-right: 10px;
    background: #EEEADF;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    border-bottom: 2px solid #F0DEB8;
    border-top: 2px solid #F0DEB8;
}
.mservices .sblocks:hover {
    background: #e5decd;
}
.mservices .sblocks:hover .simg {-webkit-filter: contrast(160%);}
.mservices .sblocks:hover .sinfo h2 {
    color: #000;
}
.mservices .sblocks:last-child {margin-right: 0;}
.mservices .sblocks .simg {
    display: block;
    height: 192px;
    width: 326px;
    overflow: hidden;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;    
}
.mservices .sblocks .text {
    color: #000;
    font-size: 13px;
    padding: 10px;
    font-family: "BPG Ingiri", sans-serif;
    text-indent: 10px;
}
.mservices .sblocks .simg .effect {
    display: block;
    opacity: 0;
    height: 170px;
    border: 1px solid #fff;
    margin: 10px auto;
    width: 304px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;    
}
.mservices .sblocks:hover .effect {
    background: rgba(255,255,255,0.2);
    display: block;
    opacity:1;

    
}
.mservices .sblocks .sinfo {
    display: block;
    height: 48px;
    width: 326px;
}
.mservices .sblocks .sinfo h2 {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    line-height: 48px;
    color: #202935;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-family: "BPG Ingiri", sans-serif;
}
.mservices .sblocks .im1 {
    background: url(img/serv1.jpg) no-repeat;
    background-size: 326px 192px;  
}
.mservices .sblocks .im2 {
    background: url(img/serv2.jpg) no-repeat;
    background-size: 326px 192px;    
}
.mservices .sblocks .im3 {
    background: url(img/serv3.jpg) no-repeat;
    background-size: 326px 192px;    
}




.parallax-window {
    min-height: 200px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-filter: contrast(400%);
    margin: 20px 0;
}



/*
.gallery_space {
    display: block;
    height: 450px;
    width: 100%;
    margin: 20px 0;
}
.gallery_space .blocks {
    width: 25%;
    height: 400px;
    display: block;
    float: left;
    background: #444;
    
}
.gallery_space .blocks:hover {
    -webkit-filter: contrast(200%);
}
.gallery_space .im1, .gallery_space .im2, .gallery_space .im3, .gallery_space .im4 {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;    
}
.gallery_space .im1 {
    background: url(gall/didi/12.JPG) no-repeat;
    background-size: auto 100%;
}
.gallery_space .im2 {
    background: url(gall/didi/2.JPG) no-repeat;
    background-size: auto 120%;
}
.gallery_space .im3 {
    background: url(gall/didi/13.JPG) no-repeat;
    background-size: auto 120%;
}
.gallery_space .im4 {
    background: url(gall/didi/4.JPG) no-repeat;
    background-size: auto 120%; 
}
.gallery_space .btn {
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    padding-top: 10px;
}
.gallery_space .btn a {
    display: block;
    background: #F17D17;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-family: "ALK Rex Bold", sans-serif;
    text-align: center;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.gallery_space .btn a:hover {
    background: #3c3c3c;
    color:#ed9548;
}



*/





.content {
    display: block;
    height: 1000px;
}



.footer {
    display: block;
    height: 300px;
    width: 100%;
    background: #232322;
}
.foot_center {
    display: block;
    margin: 0 auto;
    width: 1000px;
    height: 270px;
    padding-top: 20px;
}
.footer .left_c {
    display: block;
    float: left;
    width: 300px;
    height: 200px;
    
}
.footer .left_c h2, .footer .guguli h2, .footer .cent_cont h2 {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #EB363D;
    margin-bottom: 10px;
    font-family: "ALK Rex Bold", sans-serif;
}
.footer .left_c p {
    color: #fff;
    font-family: "BPG Ingiri", sans-serif;
    font-size:14px;
    line-height: 20px;
}
.footer .left_c p b {
    font-weight: bold;
    color: #EB363D;
}
.footer .left_c .topge {
    height: 31px;
    width: 88px;
    display: block;
    margin-top: 20px;
}
.footer .cent_cont {
    display: block;
    width: 300px;
    float: left;
    margin-left: 50px;
}
.footer .cent_cont .social {
    height: 25px;
    padding:0 0 15px 10px;
    width: auto;
}
.footer .cent_cont .social img {
    float: left;
}
.footer .cent_cont .social .text {
    float: left;
    display: block;
    padding-left: 15px;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}
.footer .cent_cont .social .text a {
    display: block;
    text-decoration: underline;
    color: #fff;
    font-family: "BPG Ingiri", sans-serif;
}
.footer .cent_cont .social .text a:hover {
    text-decoration: none;
}
.footer .guguli {
    display: block;
    float: right;
    width: 300px;
    height: 280px;
}
.footer .infzoli {
    height: 30px;
    display: block;
    background: #2a2a2a;
    text-align: center;
    font-size: 12px;
    color: #9b9b9b;
    line-height: 30px;
}
.footer .infzoli a {
    color: #9b9b9b;
    text-decoration: underline;
}
.footer .infzoli a:hover {
    color: #fff;
    text-decoration: none;
}




.fast_contat {
    height: 100px;
    width: 210px;
    position: fixed;
    top: 50%;
    right: -210px;
    background:url(img/phone.png) no-repeat left 20px center #F17D17;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    z-index: 5555555555;
    padding-left: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fast_contat p {
	font-size: 20px;
    color: #232322;
    font-weight: bold;
	font-family: "BPG Ingiri", sans-serif;
}
.fast_contat:hover {
    right: -20px;    
}



.rpage {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    min-height: 600px;
    flex-wrap: wrap;
}
.rpage-bl {
    display: block;
    height: 490px;
    width: 490px;
    border: 1px solid #F0DEB8;
    background: #ccc;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
}
.rpage-bl:hover {
    -webkit-filter: contrast(150%);
}
.rpage-bl:hover a {
    background: #F18322;
}
.rpage-bl-tit {
    height: 50px;
    width: 300px;
    font-family: "BPG Ingiri", sans-serif;
    display: block;
    background: rgba(32, 41, 53, 0.8);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}
.rpage .img1 {
    background: url(img/room1.jpg) no-repeat;
    background-size:490px 490px;
}
.rpage .img2 {
    background: url(img/room2.jpg) no-repeat;
    background-size:490px 490px;
 }
.rpage .img3 {
    background: url(img/room3.jpg) no-repeat;
    background-size:490px 490px;
}
.rpage .img4 {
    background: url(img/room4.jpg) no-repeat;
    background-size:490px 490px;
}
.rpage-bl-tit a {
    height: 50px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;    
}
.rpage-bl-tit a:hover {
    background: #F18322;
}












.contact_gare {
    padding-top: 100px;
    width: 1000px;
    padding-bottom: 20px;
    margin: 0 auto;
}
.contact_gare-cent {
    min-height: 650px;
    display: flex;
    background: url(img/cont-img.jpg) no-repeat;;
}
.contact_gare-infc {
    width: 340px;
    padding-left: 10px;
}
.contact_gare-infc .title {
    color: #2D2E30;
    letter-spacing: 2px;
    font-family: "ALK Rex Bold", sans-serif;
    font-size: 25px;
}
.contact_gare-infc .txt {
    font-family: "ALK Rex Bold", sans-serif;
    font-size: 16px;
    color: #2D2E30;
    padding-left: 25px;
    margin-bottom: 5px;
}
.contact_gare-infc .el1 {
    background:url(icons/home.png) no-repeat left center;
    margin-bottom: 20px;
}
.contact_gare-infc .el2 {
    background:url(icons/mobile.png) no-repeat left center;
}
.contact_gare-infc .el3 {
    background:url(icons/telephone.png) no-repeat left center;
    margin-bottom: 20px;
}
.contact_gare-infc .el4 {
    background:url(icons/email.png) no-repeat left center;
}




.newy_gare {
    display: block;
    padding-top: 100px;
    width: 1000px;
    padding-bottom: 20px;
    margin: 0 auto;
    min-height: 650px;
}
.newy_gare-banner {
    background: url(img/newyear.jpg) no-repeat center top;
    height: 350px;
}
.newy_gare-txt p {
    font-family: "ALK Rex Bold", sans-serif;
    color: #BE151A;
    text-align: center;
    font-size: 20px;
    padding: 0 200px;
    line-height: 35px;
}

.sphere {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 571px;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.sphere2 {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 2835px;
	flex-wrap: wrap;
	margin-bottom: 50px;
}



.rprices {
    width: 900px;
    margin: 0 auto;
}
.rprices__logo {
    height: 300px;
    width: 300px;
    background: url(restaurant/logo.jpg) no-repeat center;
    background-size: contain;
    margin: 0 auto;
}
.rprices__text {
    font-family: "ALK Rex Bold", sans-serif;
    color: #E77618;
    font-size: 50px;
    text-align: center;
    margin-top: 30px;
}
.rprices_lang {
    display: flex;
    height: 50px;
    width: 400px;
    border: 1px solid #E77618;
    padding: 10px;
    margin: 20px auto;
    justify-content: space-between;
}
.rprices_lang__list a {
    height: 50px;
    width: 130px;
    background: #E77618;
    text-decoration: none;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    font-family: "ALK Rex Bold", sans-serif;
    
}
.rprices__foods {
    height: 100px;
    width: 300px;
    display: flex;
    margin: 0 auto;
    justify-content:space-between;
}
.rprices__foods__drink {
    height: 100px;
    width: 100px;
    background: url(restaurant/drink.png) no-repeat center;
    background-size: contain;
}
.rprices__foods__drink a {
    height: 100px;
    width: 100px;
    display: block;
}
.rprices__foods__food {
    height: 100px;
    width: 100px;
    background: url(restaurant/food.png) no-repeat center;
    background-size: contain;
}
.rprices__foods__food a {
    height: 100px;
    width: 100px;
    display: block;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
.rprices {
    width: 90vw;
    margin: 0 auto;
    position: fixed;
    height:130vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rprices__logo {
    height: 65vw;
    width: 65vw;
    background: url(restaurant/logo.jpg) no-repeat center;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 10vw;
}
.rprices__text {
    font-family: "ALK Rex Bold", sans-serif;
    color: #E77618;
    font-size: 8vw;
    text-align: center;
    margin-top: 4vw;
}
.rprices_lang {
    display: flex;
    height: 10vw;
    width: 75vw;
    border: 1px solid #E77618;
    padding: 1.333vw;
    margin: 10vw auto;
    justify-content: space-between;
}
.rprices_lang__list a {
    height: 10vw;
    width: 24vw;
    background: #E77618;
    text-decoration: none;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    font-family: "ALK Rex Bold", sans-serif;
    font-size: 4vw;
}
    .rprices_lang__list a:focus {
        background: #a8540e;
    }
    
    
    
.rprices__foods {
    height: 30vw;
    width: 70vw;
    display: flex;
    margin: 0 auto;
    justify-content:space-between;
    margin-top: 10vw;
}
.rprices__foods__drink {
    height: 30vw;
    width: 30vw;
    background: url(restaurant/drink.png) no-repeat center;
    background-size: contain;
}
.rprices__foods__drink a {
    height: 30vw;
    width: 30vw;
}
.rprices__foods__food {
    height: 30vw;
    width: 30vw;
    background: url(restaurant/food.png) no-repeat center;
    background-size: contain;
}
.rprices__foods__food a {
    height: 30vw;
    width: 30vw;
}
}