/* -------------------------------- 



Primary style



-------------------------------- */

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 100%;
	font-family: "Ubuntu", sans-serif;
	color: #3e3947;
	background-color: white;
}
body, html {
	height: 100%;
}
a {
	color: #3e3947;
	text-decoration: none;
	outline: 0;
}
a:hover, a:active, a:focus {
	outline: 0;
}
img {
	max-width: 100%;
}
.homepage-hero-module {
	border-right: none;
	border-left: none;
	position: relative;
	z-index: -1;
}
.no-video .video-container video, .touch .video-container video {
	display: none;
}
.no-video .video-container .poster, .touch .video-container .poster {
	display: block !important;
}
.video-container {
	position: absolute;
	bottom: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.video-container .poster img {
	width: 100%;
	bottom: 0;
	position: absolute;
}
.video-container .filter {
	z-index: 100;
	position: absolute;
	background: rgba(0, 0, 0, .8);
	width: 100%;
}
.video-container .title-container {
	z-index: 1000;
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
	color: #fff;
}
.video-container .description .inner {
	font-size: 1em;
	width: 45%;
	margin: 0 auto;
}
.video-container .link {
	position: absolute;
	bottom: 3em;
	width: 100%;
	text-align: center;
	z-index: 1001;
	font-size: 2em;
	color: #fff;
}
.video-container .link a {
	color: #fff;
}
.video-container video {
	position: absolute;
	z-index: 0;
	bottom: 0;
}
.video-container .fillWidth {
	width: 100%;
}
#section1 {
	float:left;
	background-color: transparent;
}
.logo {
	width: 100%;
	position: fixed;
	left: 40%;
	right: 40%;
	z-index: 99999;
	top: 20px;
	width: 300px;
}
.top-line {
	height: 100px;
	width: 100%;
	z-index: 9999;
	position:fixed;
		height:160px;
	background: url('../../../img/header-bg.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* -------------------------------- 



Modules - reusable parts of our design



-------------------------------- */

.cd-img-replace {
	/* replace text with a background-image */

	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/* -------------------------------- 



Main components 



-------------------------------- */

.cd-section {
	min-height: 100%;
	position: relative;
	/*padding: 2em 0;*/

	z-index: 20;
}
.cd-section:nth-of-type(odd) {
	background-color: #3e3947;
}
.cd-section:nth-of-type(odd) p {
	color: #898099;
}
.cd-section:nth-of-type(even) {
	background-color: #745360;
}
.cd-section:nth-of-type(even) p {
	color: #bda3ad;
}
.cd-section h1, .cd-section p {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	max-width: 768px;
	text-align: center;
}
.cd-section h1 {
	color: white;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 1.25rem;
}
.cd-section p {
	line-height: 1.6;
}
.cd-scroll-down {
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 20px;
	width: 38px;
	height: 44px;
	background: url("../img/arrow-down.png") no-repeat center center;
	background-size:44px 44px;
}
.cd-scroll-up {
	position: absolute;
	left: 49%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 280px;
	width: 38px;
	height: 44px;
	background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 99;
}
/* No Touch devices */

.cd-nav-trigger {
	display: none;
}
.no-touch #cd-vertical-nav {
	position: fixed;
	right: 40px;
	top: 35%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.no-touch #cd-vertical-nav li {
	text-align: right;
}
.no-touch #cd-vertical-nav a {
	display: inline-block;
	/* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.no-touch #cd-vertical-nav a:after {
	content: "";
	display: table;
	clear: both;
}
.no-touch #cd-vertical-nav a span {
	float: right;
	display: inline-block;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.no-touch #cd-vertical-nav a:hover span {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.no-touch #cd-vertical-nav a:hover .cd-label {
	opacity: 1;
}
.no-touch #cd-vertical-nav a.is-selected .cd-dot {
	background-color: #a2d624;
	border: 2px solid #445b0c;
}
.no-touch #cd-vertical-nav .cd-dot {
	position: relative;
	/* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/

	top: 8px;
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background-color: #445b0c;
	-webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
	-moz-transition: -moz-transform 0.2s, background-color 0.5s;
	transition: transform 0.2s, background-color 0.5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.no-touch #cd-vertical-nav .cd-label {
	position: relative;
	margin-right: 10px;
	padding: .4em .5em;
	color: #231F20;
	font-size: 20px;
	font-size: 0.875rem;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	opacity: 0;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	font-family: 'Ubuntu', cursive;
}
/* Touch devices */

.touch .menubg {
	display:none;
}
.touch .cd-nav-trigger {
	display: block;
	z-index: 99999;
	position: fixed;
	bottom: 30px;
	right: 5%;
	height: 44px;
	width: 44px;
	border-radius: 0.25em;
	background: rgba(255, 255, 255, 0.9);
}
.touch .cd-nav-trigger span {
	position: absolute;
	height: 4px;
	width: 4px;
	background-color: #3e3947;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	background-color: inherit;
	border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
	top: -9px;
}
.touch .cd-nav-trigger span::after {
	bottom: -9px;
}
.touch #cd-vertical-nav {
	position: fixed;
	z-index: 99999;
	right: 5%;
	bottom: 30px;
	width: 90%;
	max-width: 400px;
	max-height: 90%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	border-radius: 0.25em;
	background-color: rgba(255, 255, 255, 0.9);
}
.touch #cd-vertical-nav a {
	display: block;
	padding: 1em;
	border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}
.touch #cd-vertical-nav a span:first-child {
	display: none;
}
.touch #cd-vertical-nav a.is-selected span:last-child {
	color: #d88683;
}
.touch #cd-vertical-nav.open {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
	background-color: transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
	background-color: rgba(62, 57, 71, 0);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
	background-color: #3e3947;
	height: 3px;
	width: 20px;
	border-radius: 0;
	left: -8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 0;
}
.touch #cd-vertical-nav li:last-child a {
	border-bottom: none;
}
/* -------------------------------- 



FullScreen Slideshow



-------------------------------- */



.cb-slideshow, .cb-slideshow:after {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.cb-slideshow:after {
	content: '';
	background: transparent url(../img/pattern.png) repeat top left;
}
.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 25s linear infinite 0s;
	-moz-animation: imageAnimation 25s linear infinite 0s;
	-o-animation: imageAnimation 25s linear infinite 0s;
	-ms-animation: imageAnimation 25s linear infinite 0s;
	animation: imageAnimation 25s linear infinite 0s;
}
.cb-slideshow li div {
	z-index: 1000;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	-webkit-animation: titleAnimation 25s linear infinite 0s;
	-moz-animation: titleAnimation 25s linear infinite 0s;
	-o-animation: titleAnimation 25s linear infinite 0s;
	-ms-animation: titleAnimation 25s linear infinite 0s;
	animation: titleAnimation 25s linear infinite 0s;
}
.cb-slideshow li div h3 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 240px;
	padding: 0;
	line-height: 200px;
}
.cb-slideshow li:nth-child(1) span {
	background-image: url(../img/bg/1.jpg);
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}
.cb-slideshow li:nth-child(2) span {
	background-image: url(../img/bg/2.jpg);
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
	-ms-animation-delay: 5s;
	animation-delay: 5s;
}
.cb-slideshow li:nth-child(3) span {
	background-image: url(../img/bg/3.jpg);
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s;
	-o-animation-delay: 10s;
	-ms-animation-delay: 10s;
	animation-delay: 10s;
}
.cb-slideshow li:nth-child(4) span {
	background-image: url(../img/bg/4.jpg);
	-webkit-animation-delay: 15s;
	-moz-animation-delay: 15s;
	-o-animation-delay: 15s;
	-ms-animation-delay: 15s;
	animation-delay: 15s;
}
.cb-slideshow li:nth-child(5) span {
	background-image: url(../img/bg/5.jpg);
	-webkit-animation-delay: 20s;
	-moz-animation-delay: 20s;
	-o-animation-delay: 20s;
	-ms-animation-delay: 20s;
	animation-delay: 20s;
}
.cb-slideshow li:nth-child(6) span {
	background-image: url(../images/6.jpg);
	-webkit-animation-delay: 25s;
	-moz-animation-delay: 25s;
	-o-animation-delay: 25s;
	-ms-animation-delay: 25s;
	animation-delay: 25s;
}
.cb-slideshow li:nth-child(2) div {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
	-ms-animation-delay: 5s;
	animation-delay: 5s;
}
.cb-slideshow li:nth-child(3) div {
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s;
	-o-animation-delay: 10s;
	-ms-animation-delay: 10s;
	animation-delay: 10s;
}
.cb-slideshow li:nth-child(4) div {
	-webkit-animation-delay: 15s;
	-moz-animation-delay: 15s;
	-o-animation-delay: 15s;
	-ms-animation-delay: 15s;
	animation-delay: 15s;
}
.cb-slideshow li:nth-child(5) div {
	-webkit-animation-delay: 20s;
	-moz-animation-delay: 20s;
	-o-animation-delay: 20s;
	-ms-animation-delay: 20s;
	animation-delay: 20s;
}
.cb-slideshow li:nth-child(6) div {
	-webkit-animation-delay: 25s;
	-moz-animation-delay: 25s;
	-o-animation-delay: 25s;
	-ms-animation-delay: 25s;
	animation-delay: 25s;
}

/* Animation for the slideshow images */

@-webkit-keyframes imageAnimation {
 0% {
 opacity: 0;
 -webkit-animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 -webkit-animation-timing-function: ease-out;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
 @-moz-keyframes imageAnimation {
 0% {
 opacity: 0;
 -moz-animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 -moz-animation-timing-function: ease-out;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
 @-o-keyframes imageAnimation {
 0% {
 opacity: 0;
 -o-animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 -o-animation-timing-function: ease-out;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
 @-ms-keyframes imageAnimation {
 0% {
 opacity: 0;
 -ms-animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 -ms-animation-timing-function: ease-out;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
 @keyframes imageAnimation {
 0% {
 opacity: 0;
 animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 animation-timing-function: ease-out;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0
}
 100% {
 opacity: 0
}
}

/* Animation for the title */

@-webkit-keyframes titleAnimation {
 0% {
 opacity: 0
}
 8% {
 opacity: 1
}
 17% {
 opacity: 1
}
 19% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
 @-moz-keyframes titleAnimation {
 0% {
 opacity: 0
}
 8% {
 opacity: 1
}
 17% {
 opacity: 1
}
 19% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
 @-o-keyframes titleAnimation {
 0% {
 opacity: 0
}
 8% {
 opacity: 1
}
 17% {
 opacity: 1
}
 19% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
 @-ms-keyframes titleAnimation {
 0% {
 opacity: 0
}
 8% {
 opacity: 1
}
 17% {
 opacity: 1
}
 19% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
 @keyframes titleAnimation {
 0% {
 opacity: 0
}
 8% {
 opacity: 1
}
 17% {
 opacity: 1
}
 19% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
/* Show at least something when animations not supported */

.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}
.lokali {
	position: relative;
	z-index: 99;
}
.lokali .ns,  .lokali .bg {
	margin-top: 30%;
	text-align: center;
}
.lokali .ns img,  .lokali .bg img {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	display: block;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	border: 10px solid rgba(255, 255, 255, .2);
}
.lokali .ns img:hover,  .lokali .bg img:hover {
	border: 2px solid rgba(255, 255, 255, .5);
	transition: 0.5s ease;
	cursor: pointer;
}
.lokali h2 {
	font-family: 'Amatic SC', cursive;
	color: #fff;
	font-size: 70px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.lokali a {
	font-family: "Ubuntu", sans-serif;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.lokali a:hover {
	transition: 0.5s ease;
	background-color: #fff;
	color: #333;
	text-decoration: none;
}
.lokali span a:hover {
	transition: 0.5s ease;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	padding: 0px;
}
.lokali .ns,  .lokali .bg {
	padding: 0px;
	background-color: transparent;
	border: none;
}
section{
	float:left;
}
#section2 {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 21;
	background-color: transparent;
	background-image: url(../img/bg/salad.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.owl-prev {
	position: absolute;
	top: 55%;
	left: 5%;
	font-size: 70px;
	font-weight: lighter;
}
.owl-next {
	position: absolute;
	top: 55%;
	right: 5%;
	font-size: 70px;
}
#section2 .desc {
	position: absolute;
	float: right;
	height: auto;
	top: 30%;
	left: 40%;
	font-family: "Ubuntu", sans-serif;
}
.desc h2 {
	font-family: 'Amatic SC', cursive;
	font-size: 70px;
	font-weight: 800;
}
.desc .g {
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
	margin-left: 5px;
}
.desc .text {
	display: block;
	width: 75%;
	font-size: 25px;
	line-height: normal;
	margin-top: 20px;
	font-family: "Ubuntu", sans-serif;
	margin-bottom:20px;
}
.desc .composition {
	font-size: 20px;
	display: block;
	width: 85%;
	margin-bottom:30px;
}
.desc .composition strong {
	font-weight: 700;
}
.desc .price {
	display: block;
	width: 180px;
	height: 85px;
	font-size: 50px;
	line-height: normal;
	margin-top: 20px;
	font-family: 'Amatic SC', cursive;
	background-image: url(../img/price-bg.png);
	background-repeat: no-repeat;
	color: #fff;
	padding: 5px 25px;
	float: left;
}
.desc .buy {
	display: block;
	width: 250px;
	height: 85px;
	font-size: 35px;
	line-height: normal;
	margin-top: 20px;
	font-family: 'Amatic SC', cursive;
	background-image: url(../img/buy-bg.png);
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	border: none;
	background-color: transparent;
	padding-top:20px;
}
.desc .buy span {
	margin-left: 5px;
	margin-top:-5px;
	float:left;
}
.desc .buy img {
	margin-top:0px;
	float:left;
	margin-left:15px;
}
.desc .buy:hover {
	background-image: url(../img/buy1-bg.png);
	cursor: pointer;
}
.section {
	position: relative;
}
.menubg img {
	position: fixed;
	top: 13%;
	right: 1%;
	z-index: 999;
}
.recicle {
	float: left;
}
.contact {
	position:absolute;
	top:30%;
	left:15%;
	right:15%;
}
.contact a {
	color:#fff;
}
.info-top {
	width: 100%;
	float: left;
	padding: 15px;
	height: 60px;
	background-image: url(../img/top-info.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	color: white;
	padding-top: 20px;
	font-family: "Ubuntu", sans-serif;
}
.korpa {
	position: fixed;
	z-index: 99999;
	color: #000;
	top: 15px;
	right: 20%;
	padding: 15px;
	border: 1px dashed #333;
}
.korpa:hover {
	cursor: pointer;
	background-color: #333;
	color: #fff;
	text-decoration: none;
	-webkit-transition: -webkit-transform 0.2s, background-color 0.3s;
	-moz-transition: -moz-transform 0.2s, background-color 0.3s;
	transition: transform 0.2s, background-color 0.3s;
}
.info {
	min-height:600px;
	height:auto;
	background-color: #232020;
    bottom: 0;
    color: #fff;
    font-family: "Amatic SC",cursive;
    font-size: 30px;
    left: 0;
    padding: 10% 20px 0;
    position: absolute;
    text-align: center;
    top: 0;
}
.salad {
	float:left;
}
#section3 {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 21;
	background-color: transparent;
	background-image: url(../img/bg/cakes.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#section3 .desc {
	position: absolute;
	float: left;
	height: auto;
	top: 27%;
	left: 10%;
	font-family: "Ubuntu", sans-serif;
	width:60%;
}
#section3 img {
	float: right;
	padding-right: 0%;
}
#section3 .owl-next {
	right: 5%;
}
#section3 .buy img {
	float:left;
	margin-left:20px;
	padding-right:0px;
}
#section3 .owl-carousel{
	padding-top:0% !important;
}
#section3 .owl-next {
	top:50%;
}
#section3 .owl-prev {
	top:50%;
}
.info a {
	color:#EEAD38;
}
.mob {
	display:none;
}
#section5{
	width:100%;
}
#section5 iframe {
	min-height:600px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
#section5 iframe.touch-map{
	display:none;
}
#section4 {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 21;
	background-color: transparent;
	background-image: url(../img/bg/breakfast.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#section4 .desc {
	position: absolute;
	float: right;
	height: auto;
	top: 30%;
	left: 40%;
	font-family: "Ubuntu", sans-serif;
}
.vrati {
	float:left;
	margin-top:0px;
	padding:10px 20px;
}
.vrati span {
	float:left;
	margin-top:-5px;
	margin-left:5px;
	font-size:28px;
	font-weight:800;
}
.vrati i {
	float:left;
}
.top-line .buy {
	background-color: transparent;
	background-image: url(../img/vrati-bg.png);
	background-repeat: no-repeat;
	border: medium none;
	color: #fff;
	position: relative;
	font-family: "Amatic SC",cursive;
	font-size: 35px;
	height: auto;
	line-height: normal;
	margin-top: 3px;
	padding-top: 20px;
	width: 40%;
}
.info-menu {
	display: none;
	text-align: center;
	font-size: 12px;
}
.info-menu img {
	margin: 0 auto;
	display: block;
	width: 150px;
	height: auto;
	margin-top: 20px;
}
#section1 {
	float: none !important;
}

.admin form {
    width: 50%;
    margin: auto;
}
.admin {
        margin-top: 30%;
}