<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Averta';
	src: url('../files/fonts/averta.eot');
	src: url('../files/fonts/averta.otf') format('truetype'),
		url('../files/fonts/averta.woff') format('woff'),
		url('../files/fonts/averta.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Averta, sans-serif;
}
div.align-center {
	text-align:center;
}
div.wrapper {
	width: 90%;
	margin: 0 auto;
	position: relative;

}

@media screen and (min-width: 200px) and (max-width: 1180px) {

	div.wrapper {
		box-sizing: border-box;
		margin: 0;
		width: 100%;
		padding: 0;
	}
}

.disable {
	display: none;
}
.noClick {
	pointer-events:none;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
ul,
li,
ol {
	margin: 0;
	padding: 0;
}
a.button, section#content div#page-content a.button {
	display:inline-block;
	background-color:#BC8D16;
	font-size:14px; color:#fff; line-height:32px; text-align:center; text-decoration:none; font-weight: 400;
	min-width:191px;
	margin:32px 0 0; padding:0 20px;
	box-shadow:0 4px 8px rgba(0, 0, 0, 0.29);
	border-radius: 16px;
}
a.button:hover, section#content div#page-content a.button:hover {
	transition: all 0.6s ease;
	background-color: #262626;
	color: #F4B85D;
}
div.clear {
	clear: both;
}

/* HEADER */
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: transparent;
	transition:0.5s;
	background-color: #161616;
}
.header-bg {
	background-color:#161616;
	/* background: rgba(0, 0, 0, 0.3);*/
	transition:0.5s;
}
header div#header-inner {
	margin: 0 auto;
}
header a#logo {
	display: block;
	background: #BA933B url(../images/public/logo.png) no-repeat center center;
	width: 380px;
	height: 102px;
	text-indent: -10000px;
	float: left;
	margin: 0 84px 0 0;
}
header nav#main {
    padding: 0 100px 0 0;
}
header nav#main ul {
	margin: 0;
	padding: 29px 0 0;
    display: flex;
    justify-content: space-between;
}
header nav#main ul li {
	margin: 0 34px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 1.4px;
	position: relative;
}
header nav#main ul li a {
	text-decoration: none;
	color: #A9ABAD; text-shadow:0 0 10px #000; font-weight: 400;
}
header nav#main ul li.active a,
header nav#main ul li a:hover {
	color: #fff;
}
header nav#main ul li.active a::after {
	content: " ";
	display: block;
	background: #F4B85D;
	height: 2px;
	margin: 0 auto;
	border-radius: 2px;
}
header nav#main ul li.cta {
	margin-right: 34px;
}
header nav#main ul li.cta a {
	color:#313131;
	height:36px;
	background: #fff;
	border-radius: 4px;
	padding: 0 33px;
	display:inline-block;
}
header nav#main ul li.cta a:hover {
	transition:all 0.4s ease;
	background-color:#F4B85D
}
header nav#main ul li.takepart,
header nav#main ul li.gifts {
    border: 1px solid #BC8D16; border-radius: 50px;
    line-height: 38px; font-weight: bold; text-transform: capitalize;
    height: 38px;
    padding: 0 24px 0 60px;
}
header nav#main ul li.takepart {
    background: url(../images/public/done_all.png) no-repeat 24px center; background-size: 24px;
}
header nav#main ul li.gifts {
    background: url(../images/public/prize.png) no-repeat 24px center; background-size: 24px;
    margin-right: auto;
}
header nav#main ul li.takepart a,
header nav#main ul li.gifts a {
    color: #fff;
}
header nav#main ul li.social {
	padding-top: 8px; margin-right: 24px;
}
header nav#main ul li.first-social {
	margin-left: 40px;
}
header nav#language {
	line-height: 36px;
	color: #fff;
	font-size: 18px;
	padding: 29px 0 0; margin: 0 28px 0 0;
    position: absolute; top: 0; right: 0;
}
header nav#language span {
	display: inline-block;
	cursor: pointer;
	background: url(../images/public/language.png) no-repeat right;
	padding: 0 18px 0 0;
}
header nav#language ul {
	position: absolute;
	right: -28px;
	top: 54px;
	margin: 0;
	padding: 25px 32px 16px;
	width: auto;
	opacity: 0;
	background-color: #161616;
}
header nav#language ul li {
	margin: 0;
	padding: 8px 0;
	list-style-type: none;
	line-height: 20px; white-space: nowrap; text-align: right;
}

header nav#language ul li.active a {
    border-bottom: 3px solid #CDA660;
    color: #fff; font-weight: bold;
}
header nav#language ul li a {
	color: #A9ABAD;
	text-decoration: none;
}
header nav#language ul li a:hover {
    color: #fff;
}
header nav#language:hover ul {
	transition: opacity 0.4s ease;
	opacity: 1;
}
section {
	clear: both;
}

header div#header-inner .burgerMenu {
	display: none;
}


@media screen and (min-width: 200px) and (max-width: 1180px) {

	/* Header */
	header {
		width: 100vw;
		background: none;
	}

	.header-bg {
		background: transparent;
		
}

	header div#header-inner {
		width: 100%;
		position: relative;
		/* border: 1px solid red; */
		/* margin:0 auto; */
		/* display: flex;
		flex-direction: column; */
	}

	header div#header-inner .burgerMenu {
		display: block;
		width: 2.3rem;
		height: 2.3rem;
		background-color: rgba(255, 255, 255, 0);
		position: absolute;
		top: 2.1rem;
		right: 1.875rem;
		z-index: 9999;
		transition: 1s;
		border: none;
		border-radius: none;
		padding: .1rem;
	}

	header div#header-inner .burgerMenu span {
		width: 80%;
		height: 3px;
		margin: 6px auto;
		display: block;
		background: #ffffff;
		border-radius: 1px;
		transition: all 0.5s cubic-bezier(0.810, -0.330, 0.345, 1.375);
		transition-delay: 0.1s;
	}

	header div#header-inner .burgerMenu span.changeSpan1 {
		transform: rotate(45deg) translate(5px, 7px);
		width:35px;
		/* transform: scale(.5); */
	}
	header div#header-inner .burgerMenu span.changeSpan2 {
		opacity: 0;
	}
	header div#header-inner .burgerMenu span.changeSpan3 {
		transform: rotate(-45deg) translate(5px, -7px);

		width: 35px;
	}

	.appearBurgerMenu {
		transform: translateY(-50vh);
		transition: 1.2s ease;
		z-index: 1;
	}
	.toggleBurgerMenu {
		transform: translateY(0);
		transition: 1.2s ease;
		z-index: 1;
	}
	header a#logo {
		width: 100%;
		height: 102px;
		float: none;
		margin: 0;
		padding-right: 0;
		z-index: 9998;
		position: relative;
		background-size: 220px; background-position-x: 30px;
	}
	header nav#main {
		float: none;
		z-index: 1;
		padding-right: 0;
	}
	header nav#main ul {
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
	}
	header nav#main ul li {
		margin: 0!important;
		padding: 0!important;
		list-style-type: none;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 36px;
		letter-spacing: 1.4px;
		position: relative;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.75)!important;
		text-align: center;
		border: none!important; border-radius: 0!important;
	}
	header nav#main ul li.social a {
		padding: 6px 0;
		display: block;
	}
	header nav#main ul li a {
		margin-right: 0;
	}
	header nav#main ul li.cta {
		background: #fff;
		border-radius: 0px;
		height: 36px;
		padding: 0;
		margin-right: 0;
	}

	header nav#main ul li.active a,
	header nav#main ul li a:hover {
		color: #F4B85D;
		/* padding-right: 1rem; */
	}

	header nav#main ul li.active {
		padding-right: 0;
	}

	header nav#main ul li.active a::after {
		content: " ";
		display: block;
		background: #F4B85D;
		width: 20px;
		height: 2px;
		margin: 0 0 -4px 100%;

	}

	header nav#language {
		box-sizing: border-box;
		line-height: 2.25rem;
		color: #fff;
		font-size: .8125rem;
		padding: 0 1rem;
		position: relative;
		float: right;
		background-color: rgb(22, 22, 22);
		border-radius: 0 0 1rem 1rem;
		margin-right: .5rem;
	}
	header nav#language:hover {
		border-radius: 0;
	}
	header nav#language span {
		display: inline-block;
		cursor: pointer;
		background: url(../images/public/language.png) no-repeat right;
		padding: 0 18px 0 0;
	}
	header nav#language ul {
		position: absolute;
		right: 1rem;
		top: 31px;
		margin: 0;
		padding: 5px 0 0;
		opacity: 0;
	}
	header nav#language ul li {
		margin: 0 -1rem;
		padding: .5rem 1rem;
		list-style-type: none;
		line-height: 20px;
		background-color: rgb(22, 22, 22);
		box-sizing: border-box;
	}
	header nav#language ul li a {
		color: #F4B85D;
		text-decoration: none;
	}
	header nav#language:hover ul {
		transition: opacity 0.4s ease;
		opacity: 1;
	}
}
/* //HEADER */

/* SLIDER */
section#slider {
	background: #333 url(../images/public/header.jpg) no-repeat top center;
	background-size: cover;
	height: 462px;
	position: relative;
	overflow:hidden;
}
section#slider div#slider-content {
	padding: 216px 0 0;
	color: #FFF;
	width: 450px;
}
section#slider div#slider-content h1 {
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 1.4px;
	margin: 0 0 20px;
}
section#slider div#slider-content h1 span {
	color: #fff;
}
section#slider div#slider-content p {
	font-size: 18px;
	margin: 0 0 20px;
}
section#slider div#slider-content a.plain-button,
section#slider div#slider-content a.transparent-button,
section#gift a.transparent-button {
	display: inline-block;
	text-align: center;
	line-height: 34px; font-size: 14px; text-decoration: none;
	border-radius: 17px;
	padding: 0 20px;
}
section#slider div#slider-content a.plain-button {
	color: #fff;
	background-color: #BC8D16;
	margin: 0 24px 0 0;
}
section#slider div#slider-content a.plain-button:hover,
section#slider div#slider-content a.transparent-button:hover,
section#gift a.transparent-button:hover {
	transition: all 0.6s ease;
	color: #F4B85D;
	background-color: #262626;
	border-color: #F4B85D;
}
section#slider div#slider-content a.transparent-button,
section#gift a.transparent-button {
	border: 1px solid rgba(255, 255, 255, 0.9);
	color: #fff;
}
section#gift a.button {
	margin-right:6px;
}
section#gift a.transparent-button {
	margin-top:32px;
}

@media screen and (min-width: 200px) and (max-width: 1180px) {

	/* slider smartphone css */
	section#slider div#slider-content {
		padding: 20rem 0;
		color: #FFF;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	section#slider div#slider-content h1 {
		font-size: 1.5rem;
		line-height: 2rem;
		letter-spacing: .1rem;
		margin: 0 24px;
	}

	section#slider div#slider-content h1 span {
		font-size: 2rem;
		line-height: 2rem;
		letter-spacing: .1rem;
		color: #F4B85D;
	}

	section#slider div#slider-content p {
		box-sizing: border-box;
		font-size: 1rem;
		padding: 1.5rem;
		/* margin:0 0 2rem; */
	}

	section#slider div#slider-content #header-buttons {

		display: flex;
		


	}

	section#slider div#slider-content a.plain-button,
	section#slider div#slider-content a.transparent-button {

		
		width: 100%;
		border-radius: 5px;

	}

	section#slider div#slider-content a.plain-button {
		padding: 0;
		height: 3rem;
		margin: 0 12px 0 24px;
	}

	section#slider div#slider-content a.transparent-button {

		padding: 0;
		height: 3rem;
		margin: 0 24px 0 12px;

	}

	section#slider div#slider-gifts {
		display: none;

	}

	section#slider {
		background: #333 url(../images/public/header.jpg) no-repeat top center;
		background-size: cover;
		height: 42.5rem;
		position: relative;
	}


	/* fin slider smartphone  css*/
}

section#slider div#slider-gifts {
	position: absolute;
	left: 767px;
	top: -98px;
}

section#slider div.active-gift,
section#slider div.next-gift {
	position: absolute;
	color: #fff;
	overflow: hidden;
	float: left;
}

section#slider div.active-gift {
	width: 412px;
	height: 546px;
	left: 0;
	top: 310px;
}

section#slider div.next-gift {
	width: 346px;
	height: 460px;
	left: 436px;
	top: 353px;
}

section#slider div.active-gift a,
section#slider div.next-gift a,
section#slider div.next-gift span.picture {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

section#slider div.active-gift a img,
section#slider div.next-gift a img,
section#slider div.next-gift span.picture img {
	height: 100%;
}

section#slider div.active-gift a span.dark-bg,
section#slider div.next-gift a span.dark-bg,
section#slider div.next-gift span.picture span.dark-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
}

section#slider div.next-gift a span.dark-bg,
section#slider div.next-gift span.picture span.dark-bg {
	opacity: 0.8;
}

section#slider div.active-gift a:hover span.dark-bg,
section#slider div.next-gift a:hover span.dark-bg,
section#slider div.next-gift span.picture:hover span.dark-bg {
	transition: opacity 0.6s ease;
	opacity: 0.7;
}

section#slider div.active-gift p,
section#slider div.active-gift h2,
section#slider div.next-gift p,
section#slider div.next-gift h2 {
	position: absolute;
	z-index: 20;
}

section#slider div.active-gift p.date,
section#slider div.next-gift p.date {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.8px;
	margin: 0;
}

section#slider div.active-gift p.date {
	left: 34px;
	top: 30px;
}

section#slider div.next-gift p.date {
	left: 30px;
	top: 28px;
}

section#slider div.active-gift p.date span,
section#slider div.next-gift p.date span {
	display: block;
	font-size: 28px;
	letter-spacing: 1.4px;
}

section#slider div.active-gift p.current,
section#slider div.next-gift p.next {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}

section#slider div.active-gift p.current {
	color: #F4B85D;
	left: 34px;
	top: 432px;
}

section#slider div.next-gift p.next {
	left: 30px;
	top: 357px;
}

section#slider div.active-gift h2,
section#slider div.next-gift h2 {
	font-size: 21px;
	font-weight: normal;
	margin: 0;
}
section#slider div.active-gift h2 {
	left: 34px;
	top: 457px;
}
section#slider div.next-gift h2 {
	left: 30px;
	top: 381px;
}
section#slider a#scroll-down {
	display: block;
	background: url(../images/public/scroll-down.png) no-repeat;
	width: 24px;
	height: 101px;
	text-indent: -10000px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -624px;
}

/* //SLIDER */

/* GIFTS SECTION */
section#gifts {
	padding: 80px 0;
}
section#gifts h3 {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #F4B85D;
	text-transform: uppercase;
}
section#gifts h2 {
	text-align: center;
	font-size: 34px;
	margin: 0 0 16px;
}
section#gifts p.intro {
	font-size: 16px;
	text-align: center;
	margin: 0 auto 69px;
}
div#gifts-container {
    position: relative;
}
div#gifts-container a#gifts-next,
div#gifts-container a#gifts-previous {
    display: block;
    height: 88px; width: 88px;
    text-indent: -10000px;
    position: absolute; top: 196px; z-index: 50;
    background-repeat: no-repeat; background-position: center center;
}
div#gifts-container a#gifts-previous {
    background-image: url(../images/public/button_next_gift_left.png);
    left: -44px;
}
div#gifts-container a#gifts-next {
    background-image: url(../images/public/button_next_gift_right.png);
    right: -44px;
}
div#gifts-list {
    display: flex;
    white-space: nowrap;
    transition: transform 0.3s ease;
}
#gifts-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: -750px;
    width: 1500px;
    height: 100%;
    background: linear-gradient(to left, white, transparent);
    pointer-events: none;
}
div#gifts-list div.gift {
    float: none;
    width: 296px;
	margin:0 0 0 32px;
	position:relative;
}
div#gifts-list div.current-gift {
	margin-left:0;
    width: 596px;
}
div#gifts-list div.gift p.date {
	position:absolute; top:28px; right:32px; z-index:20;
	color:#fff; font-size:16px; text-transform:uppercase; line-height:24px;
}
div#gifts-list div.gift p.date span {
	display:block;
	font-size:28px;
}
div#gifts-list div.gift .picture {
	position:relative;
	display:block;
	height:476px;
	overflow:hidden;
    border: 2px solid #BC8D16; border-radius: 20px;
	margin:0 0 20px 0;
}
div#gifts-list div.gift .picture img {
	display:block;
	max-height:100%; min-width:100%;
}
div#gifts-list div.gift span.dark-bg {
	position:absolute; top:0; left:0; z-index:15;
	width:100%; height:100%;
	background-color:#000; opacity:0.4;
}
div#gifts-list div.gift h5 {
	font-size:14px; color:#999; text-transform:uppercase; font-weight:normal;
	margin:0 0 12px;
}
div#gifts-list div.current-gift h5 {
	color:#F4B85D;
}
div#gifts-list div.gift h4 {
	font-size:28px;
	height:84px;
}
div#gifts-list div.countdown span {
	float:left;
	text-align:center; text-transform:uppercase; font-size:11px;
	background-color:#E9E9E9;
	height:64px; width:117px;
	padding:1rem 0 0;
}
div#gifts-list div.countdown span strong {
	font-weight:normal; font-size:30px; color:#F4B85D; line-height:28px;
	display:block;
}
div#gifts-list div.current-gift {
	margin-left: 0;
	width: 604px;
}
div#gifts-list div.gift p.date {
	position: absolute;
	top: 70px;
	right: 32px;
	z-index: 20;
	color: #fff;
	text-transform: uppercase;
    text-align: right; font-size: 32px; line-height: 40px; font-weight: bold;
}
div#gifts-list div.gift p.date span {
	display: block;
	font-size: 28px;
}
div#gifts-list div.gift .picture {
	position: relative;
	display: block;
	height: 476px;
	overflow: hidden;
	margin: 0 0 20px 0;
	background-size:cover; background-position:center center;
}
div#gifts-list div.gift .picture img {
	display:block;
	height: 100%;
}
div#gifts-list div.current-gift .picture img {
	display:none;
}
div#gifts-list div.gift span.dark-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
}
div#gifts-list div.gift h5 {
	color: #000;
	font-weight: normal;
	margin: 0 0 12px;
}
div#gifts-list div.current-gift h5,
div#gifts-list div.gift h5 {
	position: absolute; top: 24px; right: 24px; z-index: 20;
    background-color: #fff;
    height: 30px;
    line-height: 30px; font-size: 16px; text-transform: none;
    padding: 0 12px;
    border-radius: 15px;
}
div#gifts-list div.current-gift h5 {
	color: #BC8D16;
}
div#gifts-list div.gift h4 {
	font-size: 24px;
	height: 84px;
}
div#gifts-list div.countdown {
    margin: 0;
    background: transparent;
    position: absolute; top: 372px; left: 114px;
}
div#gifts-list div.countdown span {
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px; color: #fff;
	background-color: #000;
	height: 60px;
	width: 84px;
    margin: 0 12px 0 0; padding: 12px 0 0;
    border-left: none;
}
div#gifts-list div.countdown span:first-child {
    margin-left: 0;
}
div#gifts-list div.countdown span strong {
	font-weight: normal;
	font-size: 32px;
	color: #fff;
	line-height: 28px;
	display: block;
}

@media screen and (min-width: 200px) and (max-width: 1180px) {

	section#gifts {
		padding-top: 2rem;
		padding-bottom: 0;
		float: none;
	}

	section#gifts h3 {
		text-align: center;
		font-weight: normal;
		font-size: 14px;
		color: #F4B85D;
		text-transform: uppercase;
		padding-top: 2.5rem;
	}

	section#gifts h2 {
		text-align: center;
		font-size: 1.5rem;
		margin: 0 1.5rem 1rem;
		padding: 1rem 1rem 0 1rem;
		letter-spacing: 1px;
	}

	section#gifts p.intro {
		box-sizing: border-box;
		font-size: 1rem;
		text-align: center;
		width: auto;
		padding: 0 1rem;
		opacity: 74%;
		line-height: 1.5rem;

	}

	div#gifts-list div.gift {
		float:none;
		margin: 2rem 0 0;
		width: auto;
		position: relative;
	}

	div#gifts-list div.current-gift {
		margin: 0;
		overflow: hidden;
		padding-right:0;
		

	}

	div#gifts-list div.gift p.date {
		position: absolute;
		top: 1.75rem;
		right: 3rem;
		z-index: 20;
		color: rgb(255, 255, 255);
		font-size: 1rem;
		text-transform: uppercase;
		line-height: 1.5rem;
	}

	div#gifts-list div.gift p.date span {
		display: block;
		font-size: 1.75rem;
	}

	div#gifts-list div.gift .picture {
		position: relative;
		display: block;
		min-width: none;
		max-width: 100%;
		height: auto; max-height:350px;
		overflow: hidden;
		margin:0 1.5rem 20px 1.5rem;
		float: none;
	}

	div#gifts-list div.gift .picture img {
		display: block;
		min-width: 0px;
		max-width: 100%;
		width: 100%;
		height: auto; max-height:initial;
		margin: 0 !important;
		/* padding: 1.5rem; */
		
	}

	div#gifts-list div.gift span.dark-bg {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 15;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.4;
	}

	div#gifts-list div.gift h5 {
		font-size: .875rem;
		color: #999;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 1rem 1.5rem;
	}

	div#gifts-list div.current-gift h5 {
		color: #F4B85D;
		text-align: left;
		margin: 2rem 1.5rem 1.5rem;
	}

	div#gifts-list div.gift h4 {
		font-size: 1.5rem;
		/* text-align: center; */
		margin: 0 0 0 1.5rem;
		height: 2.5rem;
	}

	div#gifts-list p.countdown {
		margin: 1rem 1.5rem;
	}

	div#gifts-list div.countdown {
		margin: 1rem 1.5rem;
		text-align: center;
	}

	div#gifts-list div.countdown span {
		float: left;
		text-align: center;
		text-transform: uppercase;
		font-size: 11px;
		background-color: #E9E9E9;
		height: 64px;
		width: 25%;
		padding: 16px 0 0;
	}

	div#gifts-list div.countdown span strong {
		font-weight: normal;
		font-size: 30px;
		color: #F4B85D;
		line-height: 28px;
		display: block;
	}

	div#gifts-list div.current-gift {
		margin-left: 0;
	}

	div#gifts-list a.button {
		box-sizing: border-box;
		margin: 0 24px 0;
		display:block;
	}

	/* Fin media screen smartphone gift */
}
/* //GIFTS SECION */

/* ROOMS SECTION */
section#gaming-rooms {
	background-color: #161616;
	height: 500px;
	color: #fff;
}
section#gaming-rooms div.background {
	background: url(../images/public/rooms.png) no-repeat;
	background-size: cover;
	width: 50%;
	height: 100%;
	float: left;
}
section#gaming-rooms div.content {
	width: 50%;
	float: left;
	padding: 108px 0 0 0;
}
section#gaming-rooms div.content h3 {
	font-size: 14px;
	color: #F4B85D;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 18% 14px;
}
section#gaming-rooms div.content h2 {
	font-size: 38px;
	margin: 0 18% 26px;
}
section#gaming-rooms div.content p {
	font-size: 16px;
	margin: 0 0 51px 18%;
}
section#gaming-rooms div.content a.button {
	margin:0 0 0 18%;
}
section#gaming-rooms div.content div.numbers {
	margin: 0 0 40px 18%;
}
section#gaming-rooms div.content div.numbers div {
	display: inline-block;
}
section#gaming-rooms div.content div.numbers div.halls {
	padding: 0 0 0 76px;
	background: url(../images/public/halls.png) no-repeat left bottom;
}
section#gaming-rooms div.content div.numbers div.experience {
	margin: 0 0 0 74px;
	padding: 0 0 0 74px;
	background: url(../images/public/experience.png) no-repeat left bottom;
}
section#gaming-rooms div.content div.numbers h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 3px;
}
section#gaming-rooms div.content div.numbers p {
	color: #F4B85D;
	font-size: 21px;
	line-height: 36px;
	margin: 0;
}
section#gaming-rooms div.content div.numbers p strong {
	font-size: 36px;
}


@media screen and (min-width: 200px) and (max-width: 1180px) {

	section#gaming-rooms {
		background-color: #161616;
		height: auto;
		color: #fff;
	}

	section#gaming-rooms div.background {
		background: url(../images/public/rooms.png) no-repeat;
		background-size: cover;
		width: 100%;
		height: 300px;
		/* ( width 100% pour afficher le bg) */
		float: left;
	}

	section#gaming-rooms div.content {
		box-sizing: border-box;
		width:auto;
		float: none;
		padding: 1.5rem;
	}

	section#gaming-rooms div.content h3 {
		font-size: .875rem;
		color: #F4B85D;
		text-transform: uppercase;
		font-weight: normal;
		margin: 20rem 0 1.5rem;
	}

	section#gaming-rooms div.content h2 {
		font-size: 1.5rem;
		margin: 0 0 1.625rem;
	}

	section#gaming-rooms div.content p {
		font-size: 1rem;
		margin: 0 0 3.1875rem;
		opacity: 74%;
		
	}

	section#gaming-rooms div.content div.numbers {
		margin: 0;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		align-items: center;
	}

	section#gaming-rooms div.content div.numbers div {
		display: inline-block;
	}

	section#gaming-rooms div.content div.numbers div.halls {
		min-width: 7.9375rem;
		display: flex;
		flex-direction: column;
		
		
		padding: 0 0 0 4.75rem;
		margin: 1rem;
		background: url(../images/public/halls.png) no-repeat left bottom;
		background-position-y: .5rem ;


	}

	section#gaming-rooms div.content div.numbers div.experience {
		min-width: 7.9375rem;
		display: flex;
		flex-direction: column;
		
		
		margin: 1rem;
		padding: 0 0 0 4.75rem;
		background: url(../images/public/experience.png) no-repeat left bottom;
		background-position-y: .5rem ;
	}

	section#gaming-rooms div.content div.numbers h4 {
		font-size: 1rem;
		text-transform: uppercase;
		margin: 0 0 0.1875rem;
	}
	section#gaming-rooms div.content div.numbers p {
		color: #F4B85D;
		font-size: 1.3125rem;
		line-height: 2.25rem;
		font-weight: 300;
		margin: 0;
		opacity: 100%;
	}
	section#gaming-rooms div.content div.numbers p strong {
		font-size: 2.25rem;
		opacity: 100%;
	}
	section#gaming-rooms div.content a.button {
		width: 100%;
		padding: 0;
		margin: 32px 0;
	}
}
/* //ROOMS SECTION */

/* NEWSLETTER SECTION */
section#newsletter {
	padding: 102px 0 120px;
}
section#newsletter div.content {
	width: 50%;
	float: left;
	margin: 0;
}
section#newsletter div.content h3 {
	font-size: 14px;
	color: #F4B85D;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 14px;
}
section#newsletter div.content h2 {
	font-size: 36px;
	color: #000;
	margin: 0 0 30px;
}
section#newsletter div.content p {
	font-size: 16px;
	color: #000;
	padding-right: 1rem;
}
section#newsletter form {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}
section#newsletter form div.field {
	margin-left: 18%;
}
section#newsletter form p.error {
	color: red;
	margin: 0 0 10px;
}
section#newsletter form p.confirm {
	color: #F4B85D;
	margin: 0 0 10px;
}
section#newsletter form input {
	border: 1px solid #e6e6e6;
	border-radius: 50px;
	padding: 0 46px;
	margin: 0 0 25px;
	line-height: 46px;
	font-size: 14px;
	font-family: Averta, sans-serif;
	color: #666;
	width:376px;
}
section#newsletter form input.name {
	background: url(../images/public/name.png) no-repeat 14px 14px;
}
section#newsletter form input.email {
	background: url(../images/public/email.png) no-repeat 14px 14px;
}
section#newsletter a.button {
	margin: 0 0 0 18%;
}

@media screen and (min-width: 200px) and (max-width: 1180px) {
	section#newsletter {
		box-sizing: border-box;
		width: 100%;
		padding: 2rem 0 2rem 0;
	}
	section#newsletter div.content {
		box-sizing: border-box;
		width: 100%;
		padding: 1rem 2rem 2rem 1rem;
	}
	section#newsletter div.field {
		margin: 0;
		width: 100%;
	}

	section#newsletter #newsletter-form {
		float: none;
		padding: 0 1.5rem 1rem;
	}

	section#newsletter a.button {
		box-sizing: border-box;
		margin: 1rem 0;
		width: 100%;
	}

	section#newsletter div.content h2 {
		font-size: 1.5rem;
		color: #333;
		margin: 0 .5rem 1.875rem;
	}

	section#newsletter div.content p {
		font-size: 1.1875rem;
		color: #999;
		/* padding-right: 1rem; */
		margin: 0 .5rem;
	}

	section#newsletter form {
		float: left;
		margin: 0;
		padding: 0;
	}

	section#newsletter form p.error {
		color: red;
		margin: 0 0 .625rem;
	}

	section#newsletter form p.confirm {
		color: #F4B85D;
		margin: 0 0 .625rem;
	}

	section#newsletter form input {
		border: 1px solid #e6e6e6;
		border-radius: .25rem;
		padding: 0 2.875rem;
		margin: 0 0 1.5625rem;
		line-height: 2.875rem;
		font-size: .875rem;
		font-family: Averta, sans-serif;
		color: #666;
		width: 100%;
	}

	section#newsletter form input.name {
		background: url(../images/public/name.png) no-repeat 14px 14px;
	}

	section#newsletter form input.email {
		background: url(../images/public/email.png) no-repeat 14px 14px;
	}

}

/* fin smatphone media screen */




/* //NEWSLETTER SECTION */

/* //GOLDEN PALACE SECTION */
section#golden-palace {
	background: url(../images/public/gp.jpg) no-repeat center center;
	background-size: cover;
	padding: 312px 0;
	color: #fff;
}

section#golden-palace h3 {
	color:#F4B85D; font-size:14px; font-weight:normal; text-transform:uppercase;
	margin:0;
}

section#golden-palace h2 {
	font-size: 38px;
	margin: 0 0 26px;
	width: 808px;
}

section#golden-palace p {
	font-size:19px;
	width:808px;
	margin:25px 0 0;
}

@media screen and (min-width: 200px) and (max-width: 1180px) {

	section#golden-palace {
		padding: 2rem 1.5rem 3rem;
	}

	section#golden-palace h3 {
		color: #F4B85D;
		font-size: .875rem;
		font-weight: normal;
		text-transform: uppercase;
		margin: 10rem 0 3rem;
	}
	section#golden-palace h2 {
		font-size: 2.375rem;
		width: 100%;
	}
	section#golden-palace p {
		font-size: 1.1875rem;
		width: 100%;
	}
	section#golden-palace a.button {
		width: 100%;
		padding: 0;
	}
}
/* //GOLDEN PALACE SECTION */

/* FOOTER */
footer div.footer-top {
	padding: 76px 0;
	text-align: right;
	position: relative;
}
footer a#footer-logo {
	background: url(../images/public/footer-logo.png) no-repeat;
	width: 273px;
	height: 60px;
	display: block;
	position: absolute;
	top: 76px;
	left: 0;
	text-align: left;
	text-indent: -10000px;
}
footer nav,
footer nav ul,
footer nav ul li {
	display: inline-block;
}
footer nav#footer {
	margin: 0 60px 0 0;
}
footer nav#footer ul li,
footer div.footer-bottom nav ul li {
	margin: 0 0 0 42px;
}
footer nav#footer ul li a,
footer div.footer-bottom nav ul li a {
	color: #424242;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
footer div.footer-bottom nav ul li a {
	color: #E2D4B7;
}
footer nav#footer ul li a:hover,
footer div.footer-bottom nav ul li a:hover {
	color: #F4B85D;
}
footer nav#social ul li {
	margin: 0 0 0 20px;
}
footer nav#social ul li img {
	width:16px; height:16px;
}
footer div.footer-bottom {
	line-height: 82px;
	background-color: #000;
}
footer div.footer-bottom p {
	color: #E2D4B7;
	font-size: 14px;
}
footer div.footer-bottom nav {
	float: right;
}

@media screen and (min-width: 200px) and (max-width: 1180px) {
	footer div.footer-top {
		border-bottom: 1px solid #e5e5e5;
		padding: 2rem;
				position: relative;
				text-align: inherit;
	}
	footer a#footer-logo {
		background: url(../images/public/footer-logo.png) no-repeat;
		width: 273px;
		height: 42px;
		display: inline-block;
		position: relative;
		top: 2rem;
		left: 0;
		text-align: left;
		text-indent: -10000px;
	}

	footer nav,
	footer nav ul,
	footer nav ul li {
		display: inline-block;
	}

	footer nav#footer {
		margin: 3rem 0 0 -1rem;
		display: block;
	}

	footer #social ul  {

		text-align: left !important;
		margin: 0 0 1rem -1rem;
	}
	footer nav ul li a img {

		width: 32px;
		height: 32px;
	}

	footer nav#footer ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;

		
	}

	footer nav#footer ul li,
	footer div.footer-bottom nav ul li {
		margin: 1rem;
	}

	footer nav#footer ul li a,
	footer div.footer-bottom nav ul li a {
		color: #424242;
		font-size: .875rem;
		text-transform: uppercase;
		text-decoration: none;
	}

	

	footer nav#footer ul li a:hover,
	footer div.footer-bottom nav ul li a:hover {
		color: #F4B85D;
	}

	footer nav#social ul li {
		margin: 2rem 1rem 0;
	}

	footer div.footer-bottom {
		line-height: 0;
	}

	footer div.footer-bottom ul {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		/* align-items: center; */
		padding: 3rem 0;
		/* border: 1px solid blue; */
		margin:  0 1rem;

	}
	footer div.footer-bottom nav ul li {
		
		flex: 1;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	footer div.footer-bottom nav ul li a {
		min-width: 196px;
	}
	footer div.footer-bottom p {
		color: #999;
		font-size: .875rem;
		text-align: center;
		padding: 0 0 4rem;
	}
	footer div.footer-bottom nav {
		float: none;
	}
}
/* //FOOTER */

/* GIFT PAGE*/
section#gift {
	min-height:1080px;
	position: relative;
	overflow: hidden;
}
section#gift div.wrapper {
	position: relative;
	z-index: 21;
}
section#gift h1 {
	font-size: 50px;
	color: #F4B85D;
	margin: 0 0 45px;
}
section#gift p {
	font-size: 16px;
	color: #fff;
	margin: 0 0 26px;
}
section#gift div.countdown {
	display: inline-block;
}
section#gift div.left {
	width: 498px;
	padding: 243px 0 18px;
}
section#gift div.step-1 {
	padding-top:123px;
}
section#gift div.step-3 {
	padding-top:143px;
}
section#gift div.picture {
	position: absolute;
	right: 0;
	top: 0;
	width: 62%;
	height: 100%;
	background-size: cover;
}
section#gift div.contact-picture {
	background-image:url(../images/public/rooms-header.png); background-repeat:no-repeat; background-position:center center;
}
section#gift div.picture span.dark-bg {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section#gift span.diagonal {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	background: url(../images/public/diagonal.png) no-repeat center center;
	display: block;
	height: 100%;
	width: 100%;
}

section#gift p.countdown {
	margin-bottom: 0;
}

section#gift div.countdown {
	margin: 15px 0 0;
	padding: 14px 0;
	background-color: #262626;
	display: inline-block;
}

section#gift div.countdown span {
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	height: 50px;
	width: 117px;
	border-left: 1px solid #313131;
}

section#gift div.countdown span:first-child {
	border-left: none;
}

section#gift div.countdown span strong {
	font-weight: normal;
	font-size: 30px;
	color: #F4B85D;
	line-height: 28px;
	display: block;
}
section#gift a.rooms {
	color: #F4B85D;
	font-size: 14px;
	text-decoration: none;
	margin: 28px 0 0;
	padding: 0 20px 0 0;
	display: inline-block;
	background: url(../images/public/arrow-right.png) no-repeat right center;
}
section#gift a.rooms:hover {
	text-decoration: underline;
}
section#gift h2 {
	color: #fff; font-size:21px;
	margin: -30px 0 16px;
}
section#gift form {
	margin:0; padding:0;
}
section#gift div.field, form.user div.field {
	margin:0 0 12px;
}
section#gift p.previous-answer {
	color: #8a8a8a; line-height: 28px;
	margin: 0;
}
section#gift a#lost-password {
	color:#F4B85D; font-size:14px;
}
section#gift form fieldset {
	margin:0; padding:0;
	border:none;
}
section#gift form input[type="text"],
section#gift form input[type="password"],
form.user input[type="password"],
form.user input[type="text"],
section#gift form input[type="email"] {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 0 6px;
	margin: 0;
	line-height: 34px;
	font-size: 14px;
	font-family: Averta, sans-serif;
	color: #666;
	width: 280px;
}
form.user label {
	display:block;
}
section#gift form textarea {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding:4px 6px;
	margin: 0;
	line-height:auto;
	font-size: 14px;
	font-family: Averta, sans-serif;
	color: #666;
	width: 480px; height:140px;
}
section#gift form .error,
form.user .error {
	color:#F4B85D;
}
section#gift form select {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 0 6px;
	margin: 0 0 20px;
	line-height: 46px;
	font-size: 14px;
	font-family: Averta, sans-serif;
	color: #666;
	width: 280px;
	height: 46px;
}
section#gift form input[type="radio"] {
	margin:8px 0 0;
}
section#gift form input[type="submit"],
form.user input[type="submit"] {
	display: block;
	background-color: #F4B85D;
	text-transform: uppercase;
	font-size: 14px;
	color: #262626;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	width: 231px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.29);
	border: none;
	cursor: pointer;
}
section#gift form label {
	color: #fff;
	display: block;
	margin: 20px 0 0;
}
section#gift form label.radio {
	display: inline;
	margin: 0 12px 0 0;
}
section#gift form label a {
	color:#F4B85D;
}
section#gift form label.small {
	font-size:15px;
}

@media screen and (min-width: 200px) and (max-width: 1180px) {

	section#gift h2 {
			text-align: center;
			padding: 1rem;
	}

	section#gift form input[type="text"] {
		display: block;
		margin: 0 auto 20px;
		width: 280px;
	}

	section#gift form input[type="submit"] {
		
		width: 100%;
	}

		section#gift form label.radio {
			
			margin: 0 1rem 0 0;
		}
		section#gift form label {
		
			text-align: center;
			padding: 1rem 0;
		}

		.radioButtons {
			
			display: flex;
			justify-content: center;

		}
		section#gift form div.birthdate {
			text-align: center;
		}

		section#gift form input[type="radio"] {
			margin:8px 26px 20px;
		}

		section#gift form span.error {
			color: #F4B85D;
			text-align: center;
			width: 100%;
			display: block;
			padding: 0 0 1rem 0;
			margin-top: -1rem;
		}

	
	
}

section#gift form div.birthdate label {
	margin-top: 0;
}

section#gift form div.birthdate select {
	width: 90px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-family: Averta, sans-serif;
	color: #666;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	margin-bottom: 0;
}

@media screen and (min-width: 200px) and (max-width: 1180px) {

	section#gift {
		height: auto;
		position: relative;
		padding: 1rem 1rem 1rem 1rem;
		margin: auto;
		/* border: 1px solid red; */

	}

	section#gift div.wrapper {
		position: relative;
		z-index: 21;
	}


	section#gift h1 {
		font-size: 3rem;
		color: #F4B85D;
		margin: 0 ;
		padding: 0 0 1em 0;

		text-align: center;
	}
	

	section#gift p {
		font-size: 1rem;
		color: #fff;
		margin:0 0 1.625rem;
	}

	section#gift div.countdown {
		display: inline-block;
	}

	section#gift div.left {
		width: 100%;
		padding: 8rem 0 0 0 ;
		
	}

	section#gift div.picture {
		position: relative;
		
		width: 100%;
		height: auto;
		background-size: cover;
		
	}

	section#gift div.picture span.dark-bg {
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100%;
		
	}

	section#gift span.diagonal {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
		background: black;
		
		
		display: block;
		height: 100%;
		width: 100vw;
		overflow: hidden;

		
	}

	section#gift p.countdown {
		margin-bottom: 0;
	}

	section#gift div.countdown {
		margin: 1rem 0 0;
		padding: 1rem 0;
		background-color: #262626;
		display: inline-block;
		width: 100%;
	}

	section#gift div.countdown span {
		float: left;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.6875rem;
		color: #fff;
		height: 3.125rem;
		width: 24%;
		border-left: 1px solid #313131;
	}

	section#gift div.countdown span:first-child {
		border-left: none;
	}

	section#gift div.countdown span strong {
		font-weight: normal;
		font-size: 1.875rem;
		color: #F4B85D;
		line-height: 1.75rem;
		display: block;
	}

	section#gift a.button {
		width: 100%;
		margin: 1.5rem 0 .5rem;
		padding: 0;
	}

	section#gift a.rooms {
		color: #000000;
		font-size: 0.875rem;
		text-decoration: none;
		margin: 1rem  0;
		padding: 0 1rem 0 0;
		display: inline-block;
		background: url(../images/public/arrow-right.png) no-repeat right center;
		color: #F4B85D;
		
		
		
	}

	section#gift a.rooms:hover {
		text-decoration: underline;
	}
	
	


}

/* //GIFT PAGE*/

/* ROOMS PAGE */
section#rooms div#rooms-header {
	background: url(../images/public/rooms-header.png) no-repeat center center;
	background-size: cover;
	padding: 258px 0 157px;
	color: #fff;
}

section#rooms div#rooms-header h1 {
	width: 795px;
	font-size: 54px;
	margin: 0 0 24px;
}




section#rooms div#rooms-header p {
	width: 500px;
	font-size: 16px; line-height:24px;
}



section#rooms nav#rooms-provinces {

	padding: 0;
	transition: 1s;
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}



.menuRoomsBlock {

	position: fixed !important;
	top: 99px;
	margin: 0 auto;
	/* width: inherit; */
	transition: 1s;
	z-index: 1;
	
	
	background-color: rgb(255, 255, 255);
} 

.menuRoomsBlock ul {
	padding-top: 1rem;
}

section#rooms nav#rooms-provinces ul li {
	display: inline-block;
	list-style-type: none;
}

section#rooms nav#rooms-provinces ul li a {
	display: inline-block;
	border: 1px solid #f2f2f2;
	border-radius: 15px;
	font-size: 16px;
	line-height: 27px;
	text-decoration: none;
	color: #333;
	padding: 0 20px;
}

section#rooms nav#rooms-provinces ul li a.current {
	background-color: #F4B85D;
}

section#rooms nav#rooms-provinces ul li a:hover {
	transition: all 0.4s ease;
	background-color: #F4B85D;
	border-color: #F4B85D;
	color: #fff;
	font-weight: bold;
}

section#rooms h2 {
	text-align: center;
    font-size: 38px;
    margin:-200px 0 82px; padding:243px 0 0;
}

section#rooms h2:first-of-type {
	text-align: center;
	font-size: 38px;
	margin: 43px 0 82px;
	padding-top: 2em;
}

section#rooms div.room {
	position: relative;
	height: 169px;
}
section#rooms div.room p.open-time {
	color: #F7C773;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 7px;
}
section#rooms div.room h3 {
	font-size: 28px;
	margin: 0 0 10px;
}
section#rooms div.room p.address {
	color: #999;
	font-size: 14px;
}
section#rooms div.room div.description {
	font-size: 14px;
	margin:15px 0 0;
}
section#rooms div.room div.buttons {
	position: absolute;
	right: 0;
	top: 28px;
}
section#rooms div.room div.buttons a.direction {
	width: 229px;
	border: 1px solid #262626;
	border-radius: 4px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #262626;
	text-decoration: none;
	display: block;
	margin: 0 0 20px;
}

section#rooms div.room div.buttons a.direction:hover {
	transition: all 0.4s ease;
	background-color: #F4B85D;
	border-color: #F4B85D;
	color: #fff;
}
section#rooms div.room div.buttons a.more {
	display: block;
	width: 231px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #3582CC;
}

section#rooms div.room div.buttons a.more span {
	display: inline-block;
	background: url(../images/public/blue-arrow.png) no-repeat right center;
	padding: 0 15px 0 0;
}

section#rooms div.room div.buttons a.more:hover span {
	text-decoration: underline;
}

@media screen and (min-width: 200px) and (max-width: 1180px) {

	

	section#rooms h2:first-of-type  {

		padding-top: 4.5em;
	}

	section#rooms div.room {
		padding-bottom: 4rem ;
	}

	section#rooms div#rooms-header {
		background: url(../images/public/rooms-header.png) no-repeat center top;
		background-size: cover;
		padding: 258px 0 157px;
		color: #fff;
	}

	section#rooms h2 {
		text-align: center;
		font-size: 38px;
		/* margin: 2rem 0; */
	}

	section#rooms div#rooms-header h1 {
		width: 90%;
		font-size: 2rem;
		margin: 0 ;
		padding: 1rem ;
	}
	section#rooms div#rooms-header p {
		
		width: 80%;
		font-size: 1rem;
		padding: 1rem;
	}

	
	section#rooms div.room p.open-time {
	color: #F7C773;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 2px;
	text-align: center;
	}

	section#rooms div.room h3 {
	font-size: 28px;
	margin: 0 0 17px;
	text-align: center;
	}

	section#rooms div.room p.address {
		color: #999;
		font-size: 14px;
		text-align: center;
	}
	
	section#rooms div.room div.buttons {
		position: static;
		display: block;
		right: none;
		top: none;
		margin: 1rem 1rem;
	}
	
	section#rooms div.room div.buttons a.direction {
		width: 100%;
	
	}

	section#rooms div.room div.buttons a.more {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 14px;
		text-decoration: none;
		color: #3582CC;
		
	}

	
}


/* //ROOMS PAGE */

/* CONTENT PAGE */
section#content div#page-title {
	background: url(../images/public/rooms-header.png) no-repeat center top;
	background-size: cover;
	padding: 158px 0 58px;
	color: #fff;
}

section#content div#page-title h1 {
	width: 760px;
	font-size: 54px;
	margin: 0 0 41px;
}

section#content div#page-content {
	padding: 50px 0;
}

section#content div#page-content p {
	margin: 0 0 20px;
	font-size: 16px;
}
section#content div#page-content a {
	color:#F4B85D;
}
section#content div#page-content ul, section#content div#page-content ol {
	margin:0 0 20px 40px;
}
section#content div#page-content h3 {
	margin:20px 0 0;
}

@media screen and (min-width: 200px) and (max-width: 1180px) {

section#content div#page-title h1 {
	width: 100%;
	font-size: 54px;
	margin: 1rem 0 ;
	text-align: center;
}

section#content div#page-content {
	padding: 50px 1rem;
}

section#content div#page-content p {
	margin: 0 0 20px;
	font-size: 16px;
}}


/* CONTENT PAGE */

/* FAQ PAGE */
.slide-rotate-hor-t-fwd {
			overflow: hidden;
			opacity: 1;
			height: auto;		
}

.disappear-content {
	position: relative;	
	}

.faq-content {
	padding-top:  0 1rem 1rem ;
}

.faq-toggler {
	display: flex; 
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
	outline: none;

}

.faq-toggler h2 {
	padding: 1rem 1em;
	cursor: pointer;
	outline: 0px !important;
	
}

@media screen and (min-width: 0px) and (max-width: 600px) {
	.faq-toggler h2 {
		font-size: 1.2rem;
	}
}

.tri-icon {
	transform: rotate(180deg);
	height: 1rem; 	
	display: inline-block;
	transition: .8s;		
}

 h2.selected-item + img {

transform: rotate(270deg) !important;
transition: .8s;

}
div#modal {
	display:none;
}
div#modal-background {
	position:fixed; top:0; left:0; z-index:9999;
	width:100%; height:100%;
	background-color:#000;
	opacity:0.5;
}
div#modal-box {
	background-color:#fff;
	width:400px; height:180px;
	position:absolute; top:50%; left:50%; z-index:10000;
	margin:-180px 0 0 -250px; padding:50px;
	opacity:0.9;
}

section#gift div.left h3 {
	color: #fff;
}
table.answers {
	color: #fff;
	border-spacing: 0;
	margin: 0 0 24px;
}
table.answers th {
	text-align: left;
	border-bottom: 1px solid #fff;
	padding: 12px;
}
table.answers tr th:first-child,
table.answers tr td:first-child {
	border-right: 1px solid #fff;
	padding-left: 0;
}
table.answers td {
	text-align: center;
	padding: 8px 0;
	border-bottom: 1px solid #fff;
	width: 50%;
}
table.answers tr:last-child td {
	border-bottom: none;
}
section#gift form table.answers input[type="text"] {
	width: 90%;
}</pre></body></html>