html {
	height: 100%;
}
body {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	min-height: 100%;
}
a {
	text-decoration: none;
}
a:focus {
	outline: none;
}
.bannerControls {
	display: none;
}
.contentHolder,
.thumbsHolderWrapper,
.content {
	cursor: default !important;
}
.text-right {
	text-align: right;
}

.mycanvas {
	display: none;
}

.wrap {
	background: #000;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10000;
}
#content {
    width: 100%;
	height: 5px;
    top: 50%;
    background: #000;
    position: absolute;
}
.price {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 21px;
	overflow: hidden;
	padding-right: 10px;
	right: 15px;
    top: 15px;
    position: absolute;
    white-space: nowrap;
    width: 50px;
    z-index: 100;
}
.price span {
	cursor: pointer;
    display: inline-block;
    font-size: 29px;
    line-height: normal;
    padding: 2px 19px 9px;
}

.expand {
    width: 100%;
    height: 1px;
    margin: 2px 0;
    background: #917615;
    position: absolute;
    box-shadow: 0px 0px 10px 1px rgba(145,118,21,0.7);
    -moz-animation: fullexpand 4s ease-out;
    -webkit-animation: fullexpand 4s ease-out;
    -o-animation: fullexpand 4s ease-out;
    animation: fullexpand 4s ease-out;
}

/* Full Width Animation Bar */
@-moz-keyframes fullexpand {
    0%  { width: 0px;}

	100% {
	    width: 100%;
	}	
}

@-webkit-keyframes fullexpand {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}
@-ms-keyframes fullexpand {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}
@-o-keyframes fullexpand {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}
@keyframes fullexpand {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}
.logo {
	float: left;
    margin-right: 20px;
    padding-top: 19px;
    width: 60px;
}
.logo img {
	width: 100%;
}
.menu,
.content {
    position: absolute;
    left: 30px;
}
.menu {
	background-color:rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: inline-block;
    padding: 0 30px;
    top: 0;
    z-index: 1000;

}
.menuList {
	overflow: hidden;
	list-style: none;
	float: left;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.menuList li {
	float: left;
	margin-left: 9px;
}
.menuList li:first-child {
	margin-left: 0;
}
.menuList li a {
	color: #ccc;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
    padding: 35px 12px;
    position: relative;
	text-transform: uppercase;
}
.active:after,
.menuList li a:hover:after {
	background-color: #917615;
	bottom: 0;
	content: "";
	color: #fff;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}
.toggle_nav {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 23px;
    line-height: normal;
    padding: 1px 6px 3px;
    position: relative;
    top: 10px;
}
.animate {
	left: 0 !important;
}
.content {
 background-color: rgba(0,0,0,.5);
 border-radius: 8px;
 color: #fff;
 opacity: 0;
 padding: 35px 35px 60px;
 overflow: hidden;
 top: 92px;
 width: 900px;
    z-index: 1001;
 
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 
 -webkit-transition: all .8s cubic-bezier(0.77, 0, 0.175, 1) .2s;
    -moz-transition: all .8s cubic-bezier(0.77, 0, 0.175, 1) .2s;
    -o-transition: all .8s cubic-bezier(0.77, 0, 0.175, 1) .2s;
    transition: all .8s cubic-bezier(0.77, 0, 0.175, 1) .2s;
    
    -webkit-transform-style: preserve- 3 d;
    -moz-transform-style: preserve- 3 d;
    -o-transform-style: preserve- 3 d;
    transform-style: preserve- 3 d;
    
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;

    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -o-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
}
.text {
 font-size: 18px;

 line-height: 30px;
 padding: 35px 0 0;
 font-family: 'Roboto Condensed', sans-serif;
 font-weight: 300;
}
.title {
 border-bottom: 1px solid #eeeeee;
 font-size: 38px;
 padding: 0 35px 35px;
 font-family: 'Roboto Condensed', sans-serif;
}

.language {
 position: absolute;
    right: 20px;
    top: 10px
}
.language li {
 cursor: pointer;
 display: inline-block;
 font-size: 15px;
 margin-left: 7px;
}
#arm, #ru {
 display: none;
}
.myloader {
  display: none !important;
}


/* .content:after {
	background: none;
	bottom: 0;
	content: "";
	display: block;
	height: 150px;
	width: 100%;
} */
.flip {
	opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(-0deg);
    -moz-transform: perspective(1000px) rotateX(-0deg);
    -o-transform: perspective(1000px) rotateX(-0deg);
    transform: perspective(1000px) rotateX(-0deg);
}

div[id^="zoominoutParent"] {
	position: fixed !important;
}

@media screen and (max-width: 980px) {
	.content {
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.content {
		width: 550px;
	}
	.menu {
		padding: 0;
		background: none;
	}
	.menuList {
		background-color: rgba(0,0,0,0.5);
		left: -220px;
	    padding: 33px 0;
	    position: absolute;
	    top: 55px;
	    width: 190px;
	}
	.toggle_nav {
		display: block;
	}
	.logo {
		display: none;
	}
	.menuList li {
		float: none;
		margin: 0;
		margin-top: 10px;
	}
	.menuList li:first-child {
		margin: 0;
	}
	.menuList li a {
		padding: 8px 0;
		text-align: center;
	}
	.menuList li a:hover {
		padding: 8px 0;
		border: none;
	}


}
@media screen and (max-width: 480px) {
	
	.content {
		width: 80%;
	}
	
}
/* ============ reservation ========== */

.reservForm {
	padding-top: 60px;
	position: relative;
}
.select,
.inputWrap,
.clockpicker {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 23%;
}
.clockpicker {
	margin-left: 2.6%;
}
.clockpicker,
.inputWrap {
	float: right;
}
.clockpicker-button {
	color: transparent !important;
}
.clockpicker-button:after {
	color: #000;
    content: "OK";
    font-size: 21px;
    left: -12px;
    position: relative;
}
.select {
	position: absolute;
	z-index: 100;
}
.select,
input,
textarea,
.reservBtn {
	border: 1px solid #fff;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
    resize:none;

}
.select dt, .select dd, input {
	cursor: pointer;	
}
.select dd:first-of-type {
	border: none;
}
.select dt {
    font-weight: bold;
	padding: 5px 10px;
}
.select dt i {
	float: right;
    position: relative;
    top: 6px;
}
.select dd {
	background-color: rgba(0, 0, 0, 0.8);
    border-top: 1px solid #6b6b6b;
	display: none;
	font-size: 14px;
	padding: 8px 10px;
}
select {
	display: none;
}
.inputWrap {
	position: relative;
}
input,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	color: #fff;
	position: relative;
	padding: 3px 10px;
	width: 100%;
}
.inputWrap i,
.clockpicker i {
	font-size: 23px;
	position: absolute;
	pointer-events: none;
	right: 12px;
    top: 9px;
}
.input-group-addon {
    font-size: 24px !important;
}
.messageWrap {
	padding-top: 65px;
}
.messageWrap label {
	display: block;
    font-size: 15px;
    margin-bottom: 6px;
	width: 100%;
}
.messageWrap input {
	margin-bottom: 15px;
}
.messageWrap textarea {
	height: 225px;
}
.reservBtn {
    background: none;
      padding: 2px 30px;
    -webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.reservBtn:hover {
    color: #000;
    background-color: #fff;
}

div[id^="zoominoutParent"] {
	position: fixed !important;
}

/* ===================== footer =====================*/
.footer {
	background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #fff;
    font: 14px 'Open Sans', sans-serif;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.footer-inner {
	padding: 0 30px;
}
.developer__link {
	float: left;
	position: relative;
    top: 6px;
}
.address {
	display: block;
	margin: 0;
	padding-top: 7px;
	text-align: right;
}
.address span {
	display: block;
}

@media screen and (max-width: 980px) {
	.content {
		width: 550px;
	}
	.menu {
		padding: 0;
		background: none;
	}
	.menuList {
		background-color: rgba(0,0,0,0.5);
		left: -220px;
	    padding: 33px 0;
	    position: absolute;
	    top: 55px;
	    width: 190px;
	}
	.toggle_nav {
		display: block;
	}
	.logo {
		display: none;
	}
	.menuList li {
		float: none;
		margin: 0;
		margin-top: 10px;
	}
	.menuList li:first-child {
		margin: 0;
	}
	.menuList li a {
		padding: 8px 0;
		text-align: center;
	}
	.menuList li a:hover {
		padding: 8px 0;
		border: none;
	}
	.select,
	.clockpicker,
	.inputWrap {
		margin: 0;
		width: 100%;
	}
	.clockpicker
	 {
		margin-top: 65px;
	}
	.inputWrap {
		margin-top: 26px;
	}
}
@media screen and (max-width: 768px) {
	.content {
		width: 350px;
	}


}
@media screen and (max-width: 480px) {
	
	.content {
		width: 80%;
	}
	
}