@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");

*:focus {
	outline: none
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5
}

button {
	cursor: pointer
}

a {
	text-decoration: none;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease
}

.logo-img {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	background: #FFF;
	padding: 20px 30px;
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.btn {
	display: inline-block;
	min-width: 150px;
	text-align: center;
	padding: 10px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.btn--std {
	border: 1px solid #6C4220;
	background: #6C4220;
	color: #FFF;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15)
}

.btn--std:hover {
	border: 1px solid #6C4220;
	background: transparent;
	color: #6C4220
}

.btn--std.btn--secondary {
	border: 1px solid #A1A441;
	background: #A1A441;
	color: #FFF;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15)
}

.btn--std.btn--secondary:hover {
	border: 1px solid #A1A441;
	background: transparent;
	color: #A1A441
}

.btn--std.btn--third {
	border: 1px solid #EC8330;
	background: #EC8330;
	color: #FFF
}

.btn--std.btn--third:hover {
	border: 1px solid #EC8330;
	background: transparent;
	color: #EC8330
}

.btn--std.btn--fourth {
	border: 1px solid #EC7C26;
	background: #EC7C26;
	color: #FFF
}

.btn--std.btn--fourth:hover {
	border: 1px solid #EC7C26;
	background: transparent;
	color: #EC7C26
}

.btn--light {
	border: 1px solid #6C4220;
	color: #6C4220
}

.btn--light:hover {
	background: #6C4220;
	color: #FFF
}

.btn--light.btn--secondary {
	border: 1px solid #FFF;
	color: #FFF
}

.btn--light.btn--secondary:hover {
	background: #FFF;
	color: #6C4220
}

.btn--light.btn--third {
	border: 1px solid #A1A441;
	color: #A1A441
}

.btn--light.btn--third:hover {
	background: #A1A441;
	color: #FFF
}

.btn--light.btn--fourth {
	border: 1px solid #EC7C26;
	color: #EC7C26
}

.btn--light.btn--fourth:hover {
	background: #EC7C26;
	color: #FFF
}

div.wrap-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100vh
}

div.wrap-container section.container {
	padding: 60px 0;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: rgba(44, 48, 55, 0.8)
}

div.wrap-container section.container img.logo-restaurant {
	max-height: 120px;
	max-width: 210px;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

div.wrap-container section.container h2 {
	color: #6C4220;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0
}

div.wrap-container section.container img.picture-restaurant {
	width: 300px;
	height: auto;
	margin: 20px 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 2px
}

div.wrap-container section.container p.description-restaurant {
	width: 80%;
	max-width: 500px;
	text-align: center;
	margin: 0 0 20px;
	line-height: 1.5
}

div.wrap-container section.container a.btn-booking {
	background: transparent;
	border: 1px solid rgba(44, 48, 55, 0.8);
	padding: 10px;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

div.wrap-container section.container .link-rs {
	margin-top: 20px;
	display: flex;
	align-items: baseline
}

div.wrap-container section.container .link-rs a {
	width: 32px;
	height: 32px;
	border: 1px solid #FFF;
	text-align: center;
	line-height: 29px;
	border-radius: 50%;
	margin: 0 5px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease
}

div.wrap-container section.container .link-rs a i {
	color: #FFF;
	font-size: 15px;
	line-height: 32px;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

div.wrap-container section.container .link-rs a:hover {
	background: #FFF;
	border: 1px solid #FFF
}

div.wrap-container section.container .link-rs a:hover i {
	color: #6C4220
}

div.wrap-container section.container-01 {
	background-color: #CBBAAF;
	color: #FFF
}

div.wrap-container section.container-01 .link-rs a {
	border: 1px solid #6C4220;
	color: #FFF
}

div.wrap-container section.container-01 .link-rs a i {
	color: #6C4220
}

div.wrap-container section.container-01 .link-rs a:hover {
	background: #6C4220;
	border: 1px solid #6C4220
}

div.wrap-container section.container-01 .link-rs a:hover i {
	color: #FFF
}

div.wrap-container section.container-02 {
	background-color: #483F3B
}

div.wrap-container section.container-02 p.description-restaurant {
	color: #FFF
}

div.wrap-container section.container-03 {
	background-color: #175870
}

div.wrap-container section.container-03 p.description-restaurant {
	color: #FFF
}

div.wrap-container section.container-03 .link-rs a {
	border: 1px solid #A1A441;
	color: #A1A441
}

div.wrap-container section.container-03 .link-rs a i {
	color: #A1A441
}

div.wrap-container section.container-03 .link-rs a:hover {
	background: #A1A441;
	border: 1px solid #A1A441
}

div.wrap-container section.container-03 .link-rs a:hover i {
	color: #FFF
}

div.wrap-container section.container-04 {
	background-color: #eae6ca
}

div.wrap-container section.container-04 p.description-restaurant {
	color: #000;
}

div.wrap-container section.container-04 img.logo-restaurant {
	height: 100px;
}

div.scroll-down {
	display: none;
	position: fixed;
	bottom: 0;
	right: 15px;
	text-align: center;
	line-height: 35px;
	height: 35px;
	overflow: hidden
}

div.scroll-down img {
	width: 16px
}

@media (max-width: 992px) {
	div.wrap-container {
		flex-direction: column;
		height: auto
	}

	div.wrap-container section.container {
		width: 100%;
		padding: 60px 0;
		text-align: center
	}

	div.wrap-container section.container img.picture-restaurant {
		width: 80%;
		max-width: 450px
	}

	div.wrap-container section.container a.link-restaurant {
		margin-top: 30px
	}
}

@media (max-width: 1200px) {
	.logo-img {
		position: initial;
		transform: none;
		display: block;
		margin: auto;
		box-shadow: none
	}

	/* div.wrap-container {
		flex-direction: column;
		height: auto
	} */

	/* div.wrap-container section.container {
		width: 100%;
		text-align: center
	} */

	div.wrap-container section.container img.picture-restaurant {
		width: 80%;
		max-width: 450px
	}

	div.wrap-container section.container a.link-restaurant {
		margin-top: 30px
	}
}

body .fancybox-slide--iframe .fancybox-content {
	max-width: 600px;
	width: calc(100% - 30px);
	max-height: 570px;
	height: 100%;
	border-radius: 4px;
	overflow: auto;
}

.iframe-wrapper {
	width: 100%;
	height: 100%;
	min-height: 400px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 480px) {
	body .fancybox-slide--iframe .fancybox-content {
		width: 100% !important;
		height: 100% !important;
		max-width: 100%;
		max-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		margin: 0;
		border-radius: 0;
	}
}