/* main.css 
@font-face {
    font-family: 'Raleway';
    src: url('bebasneue_regular-webfont.woff2') format('woff2'),
         url('bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Raleway';
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/*padding-top: 40px;*/
	font-family: 'Raleway';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, select, button, a, img {
	outline: none !important;
	resize: none;
	border: 0;
	border-color: transparent;
	-moz-outline-style: none;
}
#css-only-modals {
	position: fixed;
	pointer-events: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000000;
	text-align: center;
	white-space: nowrap;
	height: 100%;
}

#css-only-modals:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.css-only-modal-check {
	pointer-events: auto;
}

.css-only-modal-check:checked ~ .css-only-modal {
	opacity: 1;
	pointer-events: auto;
}

.css-only-modal {
	width: 80%;
	background: rgba(255,255,255,0.4);
	z-index: 1;
	display: inline-block;
	position: relative;
	pointer-events: auto;
	padding: 25px;
	text-align: center;
	border-radius: 4px;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	pointer-events: none;
}

.css-only-modal h2 {
	text-align: center;
}

.css-only-modal p {
	text-align: left;
}

.css-only-modal img {
	width: 75%;
	height: 75%;
}

.css-only-modal-close {
	position: absolute;
	top: 80px;
	right: 80px;
}

.css-only-modal-check {
	display: none;
}

.css-only-modal-check:checked ~ #screen-shade {
	opacity: 0.5;
	pointer-events: auto;
}

#screen-shade {
	opacity: 0;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

/* CUSTOM */
.inner-ctr {
	width: 100%;
	max-width: 1000px;
	height: auto;
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.bs-bb {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.photo-left {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.photo-left > * {
	opacity: 0;
}
.bg-filter-blur-mb {
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(32,33,34,0.7);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.bg-normal-mb {
	background-color: #202122;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.bg-filter-blur-mp {
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(50,51,52,0.7);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.bg-normal-mp {
	background-color: #323334;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

header {
	width: 100%;
	height: auto;
	box-shadow: 0px 1px 0px 1px rgba(25,25,25,0.7);
	position: fixed;
	top: 0;
	z-index: 9;
}
header #menu-branch {
	width: 100%;
	height: 55px;
	position: relative;
	text-align: right;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
header #menu-branch #logo-sgg {
	width: 35px;
	height: 35px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	position: absolute;
	left: 10px;
	top: 7px;
}
header #menu-branch .menu-branch {
	padding-right: 70px;
}
header #menu-branch .menu-branch li {
	display: inline-block;
}
header #menu-branch .menu-branch li:first-of-type {
	margin-left: 0;
}
header #menu-branch .menu-branch li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-weight: 300;
	letter-spacing: 0px;
	padding: 0 27px;
	height: 34px;
	padding-top: 16px;
}
header #menu-branch .menu-branch li a.active, header #menu-branch .menu-branch li a:hover {
	color: #b7a77b;
}
header #menu-branch #main-search {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	color: #FFFFFF;
	cursor: pointer;
	right: 10px;
	top: 0;
	text-align: center;
	padding-top: 16px;
}
header #menu-branch #main-search:hover {
	background-color: #323334;
}
header #menu-page {
	width: 100%;
	height: 60px;
	text-align: right;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
header #menu-page #main-logo {
	width: 122px;
	height: 46px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 7px;
}
header #menu-page .menu-page li {
	display: inline-block;
	margin: 0 0 0 15px;
}
header #menu-page .menu-page li:first-of-type {
	margin-left: 0;
}
header #menu-page .menu-page li a {
	color: #919191;
	text-decoration: none;
	display: block;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0px;
	padding: 0 20px;
	height: 37px;
	padding-top: 23px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	font-family: 'Raleway';
}
header #menu-page .menu-page li a.active {
	border-bottom: 2px solid #b7a77b;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#slider {
	width: 100%;
	height: 700px;
	object-fit: cover;
}
.vid-ctr {
	position: relative;
}
.vid-ctr .cta {
	position: absolute;
	top: 37%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	text-align: center;
}
.vid-ctr .cta * {
	display: block;
}
.vid-ctr .cta img {
	margin-bottom: 70px;
}
.vid-ctr .cta a.reserva {
	display: inline-block;
	text-decoration: none;
	background-color: rgba(183, 167, 122, 0.7);
	color: #FFFFFF;
	padding: 20px 35px;
	font-size: 20px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.vid-ctr .cta a.reserva:hover {
	background-color: rgba(183, 167, 122,1);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.vid-ctr .cta a.facturacion {
	display: block;
	color: #FFFFFF;
	margin-top: 15px;
}
.vid-ctr .cta .social {
	text-align: center;
	padding-bottom: 120px;
}
.vid-ctr .cta .social li {
	display: inline-block;
	margin-right: 16px;
}
.vid-ctr .cta .social li:last-of-type {
	margin-right: 0;
}
.vid-ctr .cta .social li a {
	background: rgba(255,255,255,0.7);
	color: #111111;
	text-align: center;
	display: block;
	width: 42px;
	height: 39px;
	text-decoration: none;
	font-size: 22px;
	padding-top: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.vid-ctr .cta .social li a:hover {
	background-color: rgba(255,255,255,1);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#section-1, #section-2, #SGMusic, #section-4 {
	width: 100%;
	height: auto;
	font-size: 0;
	background-color: #212223;
}
#section-1 > div, #section-2 > div:not(.bottom-content), #SGMusic > div, #section-4 > div {
	font-size: initial;
	width: 50%;
	height: 700px;
	display: inline-block;
	padding: 30px 50px;
	vertical-align: top;
	max-height: 80%;
}
#section-2 {
	margin-top: -3px;
}
#section-1 .text-right, #SGMusic .text-right {
	background: #212223;
	padding-left: 40px;
	height: 100%;
}
#section-1 p, #section-1 h2, #section-1 a, #SGMusic p, #SGMusic h2, #SGMusic a {
	max-width: 550px;
}
#section-1 h2, #SGMusic h2 {
	color: #b7a77b;
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 50px;
}
#SGMusic h2 {
	padding-bottom: 25px;
}
#SGMusic h3 {
	color: #909192;
	font-size: 36px;
	font-weight: 300;
	padding-bottom: 25px;
}
#section-1 p, #SGMusic p:not(.desc) {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 22px;
	padding-bottom: 40px;
	line-height: 30px;
}
#section-1 a, #SGMusic a, #section-4 a {
	color: #b7a77b;
	font-size: 28px;
	font-weight: 300;
	text-decoration: none;
}
#section-1 a {
	font-size: 40px;
}
#SGMusic a {
	color: #b7a77b;
}
#section-1 a span, #SGMusic a span, #section-4 a span {
	margin-left: 10px;
}
#page-break-1 {
	width: 100%;
	height: auto;
	padding: 60px 110px;
	background: #695e3f;
}
#page-break-1 h3 {
	color: #FFFFFF;
	text-align: center;
	font-size: 32px;
	font-weight: 300;
	line-height: 38px;
}
#section-2 {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#section-2 .text-left .text-left-ctr, #section-4 .text-left .text-left-ctr {
	float: right;
	max-width: 450px;
	width: 100%;
}
#section-2 h2, #section-4 h2 {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 30px;
}
#section-4 h2 {
	padding-bottom: 45px;
}
#section-2 h3, #section-4 h3 {
	color: #b7a77b;
	font-size: 36px;
	font-weight: 300;
	padding-bottom: 25px;
}
#section-4 h3 {
	padding-bottom: 15px;
}
#section-2 p:not(.desc), #section-4 p:not(.desc) {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 22px;
	padding-bottom: 40px;
	line-height: 30px;
}
#section-4 p:not(.desc) {
	padding-bottom: 50px;
}
#section-2 p:not(.desc) small {
	font-size: 11px;
	line-height: 12px;
}
#section-2 p.desc, #SGMusic p.desc, #section-4 p.desc {
	font-weight: 300;
	font-size: 14px;
	color: #919391;
	line-height: 18px;
}
#SGMusic p.desc {
	padding-bottom: 35px;
}
#section-2 p span, #SGMusic p span, #section-4 p span {
	display: inline-block;
	vertical-align: top;
	width: 60%;
}
#section-4 p span {
	color: #FFFFFF;
}
#section-4 p.desc {
	padding-bottom: 50px;
}
#section-2 p img, #SGMusic p img {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: auto;
	padding-right: 20px;
}
#SGMusic p img {
	width: 18%;
}
#section-4 p img {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}
#section-2 .photo-right, #section-4 .photo-right {
	overflow: hidden;
}
#section-2 .photo-right, #section-2 .text-left {
	padding: 100px 0 20px !important;
}
#section-2 .photo-right img {
	max-height: 500px;
}
#section-2 .bottom-content {
	display: block;
	width: 100%;
	height: auto;
	font-size: initial;
	padding: 30px 200px 70px;
	text-align: center;
}
#section-2 .bottom-content .slides-ctr {
	padding: 0 0 50px;
}
#section-2 .bottom-content .slides-ctr li {
	display: inline-block;
	color: #FFFFFF;
	padding: 0 40px;
	font-size: 24px;
	font-weight: 300;
	cursor: pointer;
	margin: 0 5px;
	text-align: center;
}
#section-2 .bottom-content .slides-ctr li.active {
	color: #b7a77b;
}
#section-2 .bottom-content .slides-ctr li.active > span {
	background: #b7a77b;
}
#section-2 .bottom-content .slides-ctr li span {
	display: block;
	width: 18px;
	height: 18px;
	background: #FFFFFF;
	margin: 0 auto 12px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
}
#section-2 .bottom-content .slides-ctr li span:before {
	content: "";
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid #FFFFFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#section-2 .bottom-content a {
	color: #b7a77b;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
#section-2 .bottom-content a span {
	margin-left: 10px;
}
#page-break-2 {
	width: 100%;
	height: auto;
	padding: 60px 80px;
	background: #212223;
}
#page-break-2 h3 {
	color: #b7a77b;
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 25px;
}
#page-break-2 h4 {
	color: #909192;
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	padding-bottom: 25px;
}
#page-break-2 p {
	color: #FFFFFF;
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
}
#page-break-3 {
	width: 100%;
	height: 650px;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#phrase {
	width: 100%;
	height: auto;
	padding: 60px 150px;
	background: #695e3f;
	text-align: center;
}
#phrase span.fa {
	color: #FFFFFF;
	font-size: 100px;
	display: inline-block;
	position: absolute;
}
#phrase span.fa:first-of-type {
	left: 3%;
}
#phrase span.fa:last-of-type {
	right: 3%;
}
#phrase p {
	color: #FFFFFF;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	line-height: 36px;
	display: inline-block;
	margin: 0 auto;
}
#phrase p span {
	font-size: 16px;
}
#mixology {
	width: 100%;
	height: auto;
	padding: 50px 100px;
	background: #212223;
	text-align: center;
}
#mixology h2 {
	color: #b7a77b;
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 25px;
}
#mixology h3 {
	color: #959697;
	font-size: 36px;
	font-weight: 300;
	padding-bottom: 25px;
}
#mixology p {
	color: #FFFFFF;
	font-size: 23px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
	padding-bottom: 50px;
}
#mixology p span {
	font-weight: 700;
}
#mixology .drinks {
	text-align: center;
	padding-bottom: 30px;
}
#mixology .drinks li {
	display: inline-block;
	padding: 0 20px;
	margin: 0 10px;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
}
#mixology .drinks li img {
	width: 170px;
	height: auto;
	display: block;
	padding-bottom: 15px;
}
#mixology .drinks li span {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 300;
	text-align: center;
	max-width: 160px;
	display: block;
}
#mixology h4 {
	color: #959697;
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 25px;
}
#mixology a {
	color: #b7a77b;
	font-size: 22px;
	font-weight: 300;
	text-decoration: none;
}
#mixology a span {
	margin-left: 10px;
}
#section-4 .text-left {
	background: #695e3f;
}
#section-4 .photo-right {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}
#section-4 .photo-right img {
	max-height: 1000px;
}

#desserts {
	width: 100%;
	height: auto;
	padding: 50px;
	text-align: center;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	border-bottom: 40px solid #323334;
}
#desserts h2 {
	color: #b7a77b;
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 25px;
}
#desserts h3 {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 300;
	padding-bottom: 25px;
}
#desserts .desserts {
	text-align: center;
	padding: 40px 0;
}
#desserts .desserts li {
	display: inline-block;
	padding: 0 20px;
	margin: 0 15px;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
}
#desserts .desserts li img {
	width: 150px;
	height: auto;
	display: block;
	padding-bottom: 15px;
}
#desserts h4 {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 35px;
}
#desserts a {
	color: #b7a77b;
	font-size: 22px;
	font-weight: 300;
	text-decoration: none;
}
#desserts a span {
	margin-left: 10px;
}
footer {
	width: 100%;
	height: 40px;
	/*height: 185px;*/
	background: #202122;
}
footer .seals {
	padding: 50px 0 30px;
}
footer .seals li {
	display: inline-block;
	margin-right: 20px;
}
footer .seals li:last-of-type {
	margin-right: 0;
}
footer #copyright {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
}
footer #logo-sgg-footer {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 97px;
	height: 98px;
	position: absolute;
	top: 45px;
	right: 10px;
}

.sfm {
	display: none !important;
}
#mobile-list {
	display: none;
}

@media (max-width: 901px) {
	header #menu-branch .menu-branch li a{
		padding: 0 15px;
		padding-top: 16px;
	}
}
@media (max-width: 768px) {
	.sfm {
		display: block !important;
	}
	#mobile-menu {
		color: #FFFFFF;
		font-size: 34px;
		position: absolute;
		right: 70px;
		top: 8px;
	}
	#mobile-list {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		height: auto;
		background: rgba(0,0,0,0.6);
		text-align: center;
		display: none;
		z-index: 1;
	}
	#mobile-list ul li {
		margin: 20px 0;
	}
	#mobile-list ul li a {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 18px;
	}
	.menu-page {
		width: calc(100% - 130px);
		height: 60px;
		overflow-x: scroll;
		white-space: nowrap;
		margin-left: 135px;
	}
	.menu-branch {
		display: none;
	}
	footer #logo-sgg-footer {
		width: 80px;
	    height: 80px;
	    position: absolute;
	    top: 25px;
	}
	#section-2 {
		overflow: hidden;
	}
	#section-2 .bottom-content .slides-ctr li {
		padding: 10px 40px;
	}
}
@media (max-width: 600px) {
	#section-2 .photo-right, #section-2 .text-left{
		padding: 50px !important;
	}
	#section-2 > div:not(.bottom-content) {
		width: 100%;
	}
}

@media (max-width: 480px) {
	/*.sfm {
		display: block !important;
	}
	#mobile-menu {
		color: #FFFFFF;
		font-size: 34px;
		position: absolute;
		right: 70px;
		top: 8px;
	}
	#mobile-list {
		position: absolute;
		top: 110px;
		left: 0;
		width: 100%;
		height: auto;
		background: rgba(0,0,0,0.6);
		text-align: center;
		display: none;
	}
	#mobile-list ul li {
		margin: 20px 0;
	}
	#mobile-list ul li a {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 18px;
	}
	.menu-page {
		width: calc(100% - 130px);
		height: 60px;
		overflow-x: scroll;
		white-space: nowrap;
		margin-left: 135px;
	}
	.menu-branch {
		display: none;
	}*/
	header #menu-page .menu-page li a.active {
		border: 0 !important;
	}
	#slider {
		height: 450px;
	}
	.cta {
		top: 50% !important;
		width: 100%;
	}
	.cta img {
		width: 80%;
		margin: 0 auto;
	}
	.vid-ctr .cta .social {
		padding-bottom: 20px;
	}
	#section-1 > div, #section-2 > div, #SGMusic > div, #section-4 > div, #section-5 > div {
		width: 100%;
		display: block;
		overflow: hidden;
	}
	.photo-left, .photo-right {
		height: 150px !important;
		overflow: hidden;
	}
	#section-2 {
		padding: 50px 0;
	}
	#section-2 h2, #section-2 h3, #section-2 p {
		display: block !important;
	}
	#section-2 .text-left, #section-2 .photo-right {
		width: 100% !important;
		display: block !important;
		padding: 0 !important;
	}
	#section-2 .text-left {
		padding: 0 30px !important;
	}
	#section-2 .photo-right {
		display: none !important;
	}
	#section-2 img.sfm {
		width: 100% !important;
		margin: 30px 0;
	}
	#section-2 .bottom-content {
		display: none;
	}
	#phrase {
		padding: 60px 10px;
	}
	#phrase span.fa {
		display: none;
	}
	#page-break-1 {
		padding: 60px 15px;
	}
	#page-break-2 {
		padding: 60px 15px;
	}
	#mixology {
		padding: 50px 15px;
	}
	#mixology .drinks li, #desserts .desserts li {
		margin-bottom: 20px;
	}
	footer {
		height: auto;
		padding: 20px 0;
	}
	footer .seals {
		padding: 0;
		text-align: center;
	}
	footer .seals li {
		width: 15%;
		height: auto;
		margin-right: 10px !important;
	}
	footer .seals li img {
		width: 100%;
	}
	footer #copyright {
		padding: 30px 0 20px;
		text-align: center;
	}
	footer #logo-sgg-footer {
		position: static;
		display: block;
		margin: 0 auto;
		width: 97px;
    	height: 98px;
	}
}

