img {
	max-width: 100%;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.5;
	color: #202020;
	font-family: "OpenSansRegular", sans-serif;
	overflow-x: hidden;
}
.hidden {
	display: none;
}

.d-b {
	display: block;
}

p {
	margin: 0;
	padding: 0 0 10px;
}

p:last-of-type {
	padding: 0;
}

a {
	color: #202020;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	color: #202020;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

strong, b {
	font-family: "OpenSansBold", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	display: block;
	margin: 15px 0 20px;
	padding: 0;
	line-height: 1.2;
	font-family: "OpenSansBold", sans-serif;
}

h1, .h1 {
	font-size: 44px;
	}
h2, .h2 {
	font-size: 34px;
	}
h3, .h3 {
	font-size: 28px;
	}
h4, .h4 {
	font-size: 24px;
}
h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 18px;
}

.btn {
	background-color: #a7d039;
	display: inline-block;
	padding: 12px 40px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 40px;
	text-align: center;
	font-family: "OpenSansSemiBold", sans-serif;
}

.btn:hover {
	color: #fff;
	background-color: #96be2a;
}

.header {
	position: relative;
}

.header-nav {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	padding: 10px 0 8px;
	z-index: 999;
	font-size: 15px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.header-nav.nav-scr,
.header-nav.nav-scr .mob-menu {
	background-color: #393939;
}

.logo {
	display: inline-block;
	width: 100%;
	max-width: 56px;
}

.logo img {
	width: 100%;
}

.main-menu {
	margin-top: 18px;
	text-align: right;
}

.main-menu ul {
	display: inline-block;
}

.main-menu ul li {
	float: left;
	margin-left: 25px;
}

.main-menu ul li a {
	color: #fff;
	font-family: "OpenSansSemiBold", sans-serif;
	text-transform: uppercase;
}

.main-menu ul li:hover a {
	color: #a7d039;
}

/*toogle-menu*/

.toggle-mnu {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 18px;
  margin-left: 15px;
}
.toggle-mnu span::after, .toggle-mnu span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggle-mnu span::after {
  top: 18px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, .toggle-mnu span::after, .toggle-mnu span::before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
	-weibkit-border-radius: 2px;
  border-radius: 2px;
}
.toggle-mnu.on span {
  background-color: transparent;
}
.toggle-mnu.on span::before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span::after {
  transform: rotate(-45deg) translate(6px, -7px);
}

/*toogle-menu end*/

.header-conts {
	text-align: right;
	position: relative;
}

.mobile-menu {
	display: inline-block;
}

.mob-menu {
	position: absolute;
	top: 65px;
	right: 0;
	display: none;
	background-color: rgba(0,0,0,0.4);
	padding: 12px 15px;
}

.mob-menu ul li {
	margin-bottom: 5px;
}

.mob-menu ul li:last-child {
	margin-bottom: 0;
}

.mob-menu ul li a {
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	display: inline-block;
	font-family: "OpenSansSemiBold", sans-serif;
	font-size: 14px;
}

.mob-menu ul li a:hover {
	color: #a7d039;
}

.header-conts {
	position: relative;
}

.switch-langs {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	position: absolute;
	top: 14px;
	left: 33px;
}

.switch-langs:hover li {
	display: block;
}

.switch-langs li {
	line-height: 1;
	display: none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.switch-langs li.active {
	display: block;
}

.switch-langs li a {
	display: inline-block;
	color: #fff;
	font-family: "OpenSansSemiBold", sans-serif;
	text-transform: uppercase;
	padding: 6px 5px;
	width: 50px;
	line-height: 1;
	text-align: center;
	background: #96be2a;
	-weibkit-border-radius: 4px;
	border-radius: 4px;
}

.switch-langs li a:hover,
.switch-langs li.active a {
	background-color: #a7d039;
}

.header-phone {
	display: inline-block;
	vertical-align: top;
	margin: 16px 0 0 56px;
}

.header-phone a {
	display: inline-block;
	color: #fff;
	font-family: "OpenSansSemiBold", sans-serif;
	font-size: 16px;
}

.header-phone a:hover {
	color: #a7d039;
}

.header-main {
	background-color: #202020;
}

.owl-slider {
	position: relative;
}

.owl-slider .owl-nav {
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -22px;
	width: 100%;
	padding: 0 10%;
}

.owl-slider .owl-prev, .owl-slider .owl-next {
	background-image: url('../img/arrows-white.png');
	background-repeat: no-repeat;
	display: inline-block;
	width: 23px;
	height: 44px;
	overflow: hidden;
	text-indent: -99999px;
}

.owl-slider .owl-prev {
	background-position: 0 0;
	float: left;
}

.owl-slider .owl-next {
	background-position: -23px 0;
	float: right;
}

.owl-slider .owl-dots {
	position: absolute;
	bottom: 25px;
	text-align: center;
	width: 100%;
}

.owl-slider .owl-dots .owl-dot {
	margin: 0 7px;
	display: inline-block;
}

.owl-slider .owl-dots .owl-dot.active span {
	background-color: #a7d039;
}

.owl-slider .owl-dots .owl-dot span {
	display: inline-block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border: 3px solid #fff;
}

.slider-item {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 13% 0;
	transform: scale(1);
	transition: all 6.0s;

}



.owl-item.active {
	z-index: 9999;
	visibility: visible !important;
}

.header-main .owl-item {
	visibility: hidden;
}

.slider-item .container{
	transition: all 6.0s;
}

.slide-content {
	text-align: center;
	color: #fff;
	width: 100%;
	max-width: 800px;
	height: 200px !important;
	padding: 0 40px;
	margin: 0 auto;
	font-size: 18px;
}

@media(max-width: 800px){
	.slide-content {
		/* max-width: 90%; */
		font-size: 14px;
	}
}

@media (max-width: 405px) {
	.hide-400{
		display:none;
	}
}

.slide-content h1,
.sect h1,
.sect .h1 {
	text-transform: uppercase;
}

.sect {
	padding: 50px 0;
}

.sect.sect-eatmenu {
	padding: 60px 0 30px;
	position: relative;
}

.sect.sect-eatmenu::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 65px;
	height: 110px;
	overflow: hidden;
	background-image: url('../img/img-bg.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	top: 32%;
	left: 0;
	z-index: -1;
}

.sect-team, .sect-eat {
	border-bottom: 2px solid #ddd;
}

.sect-team .team-info {
	margin-top: 21%;
	margin-bottom: 20px;
}

.sect-eat .eat-info {
	/* margin-top: 31%; */
	margin-bottom: 20px;
}

.team-slider {
	padding: 60px 40px;
	background-image: url('../img/comanda-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.eat-slider,
.eatmenu-slider {
	padding: 0 40px;
}

.max-width-100{
	max-width: 100% !important;
}

.owl-team, .owl-eat {
	position: relative;
	/* max-width: 550px; */
	width: 100%;
	margin: 0 auto;
}

.owl-eatmenu {
	position: relative;
	/* max-width: 950px; */
	width: 100%;
	margin: 0 auto;
}

.owl-team .owl-nav,
.owl-eat .owl-nav,
.owl-eatmenu .owl-nav {
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -22px;
	width: 100%;
	padding: 0;
}

.owl-team .owl-prev, .owl-team .owl-next,
.owl-eat .owl-prev, .owl-eat .owl-next,
.owl-eatmenu .owl-prev, .owl-eatmenu .owl-next {
	background-image: url('../img/arrows-black.png');
	background-repeat: no-repeat;
	display: inline-block;
	width: 23px;
	height: 44px;
	overflow: hidden;
	text-indent: -99999px;
}

.owl-team .owl-prev,
.owl-eat .owl-prev,
.owl-eatmenu .owl-prev {
	background-position: 0 0;
	float: left;
	margin-left: -40px;
}

.owl-team .owl-next,
.owl-eat .owl-next,
.owl-eatmenu .owl-next {
	background-position: -23px 0;
	float: right;
	margin-right: -40px;
}

.owl-team .team-item {
		-weibkit-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
}

.owl-item .eat-item img {
	-weibkit-border-radius: 7px;
	border-radius: 7px;
}

.footer {
	background-color: #393939;
	color: #bbb;
	padding: 60px 0 30px;
	font-size: 15px;
	line-height: 1.5;
}

.foot-widget {
	margin-bottom: 25px;
}

.foot-widget p {
	padding-bottom: 0;
}

.copy, .dev, .des {
	font-size: 14px;
}

.foot-widget .h4 {
	font-size: 18px;
	font-family: "OpenSansBold", sans-serif;
	color: #fff;
	margin-top: 0;
}

.foot-widget .foot-logo {
	width: 100%;
	max-width: 246px;
	overflow: hidden;
	display: block;
}

.foot-widget .foot-logo img {
	width: 100%;
}

.foot-widget a {
	color: #bbb;
	display: inline-block;
}

.foot-widget a.btn {
	color: #fff;
	margin-top: 47px;
	padding: 8px;
	width: 100%;
	max-width: 195px;
	-weibkit-border-radius: 6px;
	border-radius: 6px;
}

.foot-widget a:hover {
	color: #fff;
}

.foot-widget .ttl-site {
	font-size: 16px;
	font-family: "OpenSansSemiBold", sans-serif;
	color: #fff;
	margin-top: 8px;
}

.foot-widget .foot-soc {
	margin: 21px 0;
}

.foot-widget .map-img {
	height: 100%;
	max-height: 220px;
	overflow: hidden;
}

.foot-widget .map-img img {
	hight: 100%;
}

.foot-soc li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.foot-soc li a {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 42px;
	height: 44px;
	overflow: hidden;
	text-indent: -99999px;
}

.foot-soc li a:hover {
	opacity: 0.85;
}

.foot-soc li a.f-fb,
.foot-soc li a.f-inst {
	background-image: url('../img/ic-soc.png');
}

.foot-soc li a.f-inst {
	background-position: -42px 0;
}

.foot-soc li a.f-trip {
	background-image: url('../img/ic-tripadvisor.png');
	width: 52px;
	height: 75px;
}

.work-time {
	width: 100%;
	max-width: 345px;
}

.work-time li {
	position: relative;
	margin-bottom: 11px;
	padding-right: 105px;
	text-align: left;
}

.work-time li span {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 5px;
	text-align: right;
	width: 105px;
}

.rotate_help_frame {
    z-index: 50000;
    cursor: pointer;
    display: none;
    background: rgba(0,0,0,0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

img.rotate_help {
	position: fixed;
	top: 35%;
	left: 25%;
	right: 25%;
	width: 50%;
}

.content .owl-stage-outer{
	z-index:50;
}

#myCarousel .item img{
	width:100%;
}

@font-face {
  font-family: CoreCircus;
  src: url('fonts/CoreCircus.ttf');
}

#hann-copy {
	display: block;
	margin-top: 10px;
	font-family: CoreCircus;
	color: #f3f3f3;
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
}

#hann-copy span {
	font-size: 14px;
	font-weight: bold;
}