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,
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, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
	color: inherit;
}
a:focus,
a:active,
a:hover{
	color: inherit;
	text-decoration: none;
}
body{
	font-size: 100%;
	line-height: 1.5;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input:focus,
textarea:focus,
button:focus{
	outline: none; 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face{
	font-family: 'Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Gotham-Bold.woff2') format('woff2'),
		 url('../fonts/Gotham-Bold.woff') format('woff'),
		 url('../fonts/Gotham-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Book';
	src: url('../fonts/Gotham-Book.eot');
	src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Gotham-Book.woff2') format('woff2'),
		 url('../fonts/Gotham-Book.woff') format('woff'),
		 url('../fonts/Gotham-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Medium';
	src: url('../fonts/Gotham-Medium.eot');
	src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Gotham-Medium.woff2') format('woff2'),
		 url('../fonts/Gotham-Medium.woff') format('woff'),
		 url('../fonts/Gotham-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Light';
	src: url('../fonts/Gotham-Light.eot');
	src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Gotham-Light.woff2') format('woff2'),
		 url('../fonts/Gotham-Light.woff') format('woff'),
		 url('../fonts/Gotham-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.nopadding{
	padding: 0;
}
.navbar{
	min-height: 0;
	border: none;
	padding: 0;
	margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
	color: #fff;
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}
body::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background: linear-gradient(90deg, #C3A136 0%, rgba(215, 185, 103, 0.78) 101.94%);
}
.owl-carousel .owl-item img{
	display: block;
	width: auto;
}
header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 40px 120px 15px 95px;
	z-index: 2;
}
.menu{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(16.56deg, #042918 1.03%, #033B1E 50.91%);
	box-shadow: 5px 5px 30px #F5CD4F;
	padding: 45px 135px 15px 110px;
	z-index: 3;
}
header .right{
	float: right;
	padding-top: 25px;
}
.menu-icon{
	display: inline-block;
	position: relative;
	top: 5px;
}
.menu-icon .bars{
	display: inline-block;
}
.menu-icon .bar1,
.menu-icon .bar2{
	height: 5px;
	width: 60px;
	background: #F5CD4F;
	transition: all 0.3s ease-in-out;
}
.menu-icon .bar1{
	margin-bottom: 8px;
}
.close-menu{
	cursor: pointer;
}
.close-menu .bar1{
	-webkit-transform: rotate(-45deg) translate(-8px, 3px);
	transform: rotate(-45deg) translate(-8px, 3px);
	background-color: #F5CD4F;
}
.close-menu .bar2{
	-webkit-transform: rotate(45deg) translate(-5px, -1px);
	transform: rotate(45deg) translate(-5px, -1px);
	background-color: #F5CD4F;
}
.menu ul{
	display: block;
	margin: 30px auto 40px;
}
.menu ul li{
	display: inline-block;
	font-family: Book;
	font-size: 1.1em;
	letter-spacing: 0.06em;
	text-align: center;
	margin-right: 120px;
}
.menu ul li:after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 3px;
	background: red;
	background: linear-gradient(90deg, #C3A136 0%, rgba(215, 185, 103, 0.78) 101.94%);
	transform: scaleX(0);
	transform-origin: 50% 50%;
	margin-top: 5px;
	transition: transform 0.15s ease-in-out;
}
.menu li:hover:after{
	transform: scaleX(1);
}
.menu ul li a:hover{
	background: none;
}
.menu ul li:last-of-type{
	margin-right: 0;
}
.main-btn{
	font-family: Bold;
    font-size: 17px;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    padding: 20px 35px 20px 50px;
    background-size: 300% 100%;
    background-image: linear-gradient(90deg, #C3A136, #EDD6A0, #C3A136, #EDD6A0);
    /*background-image: linear-gradient(90deg, #C3A136, rgba(215, 185, 103, 0.78), #C3A136, rgba(215, 185, 103, 0.78));*/
    transition: all 0.4s ease-in-out;
}
.main-btn img{
	width: 25px;
	padding-left: 10px;
}
.main-btn:hover{
	background-position: 100% 0;
}
.link-btn{
	font-family: Bold;
	font-size: 1.2em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}
.link-btn img{
	width: 18px;
	position: relative;
	top: 2px;
	left: 0;
	transition: all 0.2s ease-in-out;
}
.link-btn:hover img{
	left: 10px;
}
@keyframes glow{
	to{
		background-position: 200% center;
	}
}
.hero{
	visibility: hidden;
	background: #000;
	padding: 50px 18% 270px;
}
.keyhole{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.coffeebeans{
	visibility: hidden;
	position: absolute;
	top: 12%;
	left: 57%;
}
.coffeebeans img{
	max-height: 850px;
}
.hero .col-lg-7,
.hero .col-lg-5{
	position: relative;
	z-index: 1;
}
.hero h3{
	font-family: Book;
	font-size: 1.2em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-top: 200px;
	margin-bottom: 40px;
}
h1{
	font-family: Bold;
	font-size: 4.5em;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 35px;
}
h1 span{
	display: block;
	background: linear-gradient(to right, #C3A136 20%, #EDD6A0 40%, #EDD6A0 60%, #C3A136 80%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: glow 2.3s linear infinite;
}
.hero p{
	font-family: Book;
	font-size: 1.1em;
	line-height: 1.5;
	margin-bottom: 50px;
}
.hero a{
	color: #fff;
	display: inline-block;
}
.hero .col-lg-5 img{
	display: block;
	margin: 0 auto;
}
.hero .links{
	position: absolute;
	top: 53%;
	right: -9%;
	font-family: Bold;
	font-size: 0.9em;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	transform: rotate(-90deg);
	z-index: 1;
}
.hero .links a{
	display: inline-block;
	margin-right: 80px;
	transition: all 0.3s ease-in-out;
}
.hero .links a:hover{
	color: #F5CD4F;
	text-shadow: 0 0 4px #F5CD4F;
}
.hero .links a:last-of-type{
	margin-right: 0;
}
.apartment{
	position: relative;
	height: 1300px;
	background-image: url(../img/apartment-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.apartment .campaign{
	visibility: hidden;
	width: 330px;
	position: absolute;
	top: -170px;
	left: 18%;
	z-index: 1;
}
.apartment .info{
	padding: 15% 18% 10% 35%;
}
.apartment .info:after{
	content: '';
	display: block;
	position: absolute;
	top: 250px;
	left: 26%;
	width: 4px;
	height: 550px;
	background: #847034;
}
.apartment h2{
	visibility: hidden;
	font-family: Bold;
	font-size: 3em;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	background: linear-gradient(to right, #C3A136 20%, #EDD6A0 40%, #EDD6A0 60%, #C3A136 80%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: glow 2s linear infinite;
	margin-bottom: 40px;
}
.apartment .info p{
	visibility: hidden;
	font-family: Book;
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 35px;
}
.apartment .info .link-btn{
	visibility: hidden;
	display: inline-block;
	color: #F5CD4F;
}
.barista{
	visibility: hidden;
	position: relative;
	background: #fff;
	color: #333333;
	margin: 0 175px;
	z-index: 1;
}
.apartment .beans{
	visibility: hidden;
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 2;
}
.barista .col-md-8{
	padding: 100px 170px 0 130px;
}
.barista h3{
	font-family: Light;
	font-size: 3em;
	line-height: 1.2;
	color: #033B1E;
	text-transform: uppercase;
	margin-bottom: 55px;
}
.barista p{
	font-family: Medium;
	font-size: 1.1em;
	line-height: 1.6;
}
.barista li{
	position: absolute;
	bottom: -70px;
	height: 150px;
}
.barista .grad{
	left: -50%;
	width: 740px;
	background: linear-gradient(90.06deg, #C3A136 0%, #EDD6A0 100%);
	padding: 35px 0 0;
}
.barista .grad img{
	display: block;
	margin: 0 auto;
}
.barista .link{
	left: 21%;
	width: 480px;
	background: linear-gradient(16.56deg, #042918 1.03%, #033B1E 50.91%);
	color: #fff;
	text-align: center;
	padding-top: 65px;
}
.prizes{
	height: 1560px;
	background-image: url(../img/prizes-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 500px 100px 110px;
}
.prizes h2{
	visibility: hidden;
	font-family: Bold;
	font-size: 3em;
	text-transform: uppercase;
	text-align: center;
	background: linear-gradient(to right, #C3A136 20%, #EDD6A0 40%, #EDD6A0 60%, #C3A136 80%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: glow 2.5s linear infinite;
	margin-bottom: 20px;
}
.prizes .intro p{
	visibility: hidden;
	font-family: Medium;
	font-size: 1em;
	line-height: 1.5;
	text-align: center;
	padding: 0 27%;
	margin-bottom: 60px;
}
.prizes .col-lg-4{
	margin-bottom: 110px;
}
.prizes .col-lg-4 img{
	display: block;
	height: 540px;
	margin: 0 auto;
}
.prizes .col-lg-4 p{
	font-family: Book;
	font-size: 1.3em;
	letter-spacing: -0.01em;
	line-height: 1.2;
	text-align: center;
	padding: 0 100px;
	margin-top: -10px;
}
.prizes .link{
	visibility: hidden;
	text-align: center;
}
.cocktails{
	position: relative;
	height: 1100px;
	background-image: url(../img/apartment-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 110px 0 140px;
}
.cocktails .beans{
	visibility: hidden;
	position: absolute;
	top: -250px;
	left: 0;
}
.cocktails h2{
	visibility: hidden;
	font-family: Bold;
	font-size: 3em;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-align: center;
	background: linear-gradient(to right, #C3A136 20%, #EDD6A0 40%, #EDD6A0 60%, #C3A136 80%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: glow 3s linear infinite;
	margin-bottom: 60px;
}
.cocktails .owl-carousel{
	visibility: hidden;
}
.item-wrap{
	position: relative;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(4, 41, 24, 0.9);
	padding: 0 35px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-item .overlay img{
	display: block;
	margin: 0 auto 10px;
}
.overlay h3{
	font-family: Light;
	font-size: 2.5em;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.overlay p{
	font-family: Book;
	font-size: 1em;
	line-height: 1.5;
}
.overlay .button{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(90.07deg, #C3A136 0%, #EDD6A0 100%);
	color: #033B1E;
	text-align: center;
	padding: 20px 0;
}
.overlay .button .link-btn{
	font-size: 1em;
}
.owl-carousel .item:hover .overlay{
	opacity: 1;
}
footer{
	position: relative;
	background: linear-gradient(6.78deg, #042918 1.03%, #033B1E 50.91%);
	padding: 80px 225px 30px;
}
footer .fb{
	position: absolute;
	top: 55px;
	left: 75px;
	transition: all 0.3s ease-in-out;
}
footer .fb:hover{
	filter: brightness(1.7);
}
footer .top{
	padding-bottom: 30px;
}
footer ul{
	display: flex;
	justify-content: center;
}
footer li{
	width: 100%;
	display: inline-block;
    margin-right: 50px;
}
footer li:last-of-type{
	margin-right: 0;
}
footer li a{
	font-family: Medium;
	font-size: 0.8em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
footer li a:hover{
	color: #F5CD4F;
	text-shadow: 0 0 4px #F5CD4F;
}
footer .bottom{
	border-top: 1px solid #FFFFFF;
	padding-top: 30px;
}
footer .bottom p{
	font-family: Medium;
	font-size: 0.8em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: center;
	opacity: 0.6;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	h1 span,
	.apartment h2,
	.prizes h2,
	.cocktails h2{
		color: #F5CD4F;
		background: transparent;
	}
	footer .fb:hover{
		transform: scale(0.9);
	}
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

/* CALENDAR */
.modal-open .modal{
	opacity: 1;
}
.modal-dialog{
	max-width: 93%;
	margin: 20px auto;
}
.modal-body{
	color: #033B1E;
	padding: 40px;
}
.close-icon{
	float: right;
}
.modal-body .intro-text{
	border-right: 1px solid rgba(0, 0, 0, 0.25);
	padding-top: 50px;
}
.modal-body h2{
	font-family: Light;
	font-size: 4em;
	line-height: 1;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.modal-body .intro-text p{
	font-family: Book;
	font-size: 1.1em;
	color: #333333;
	margin-bottom: 20px;
}
.modal-body .hours{
	padding: 30px 0 30px 50px;
}
.modal-body .hours h3{
	font-family: Bold;
	font-size: 2em;
	margin-bottom: 40px;
}
.modal-body .hours h3 img{
	position: relative;
	top: 3px;
	padding-right: 20px;
}
.modal-body .hours a.row{
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-family: Medium;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 12px 10px;
	transition: all 0.2s ease-in-out;
}
.modal-body .hours a.row:hover{
	background: rgba(237, 214, 160, 0.5);
}
.modal-body .hours a.not-free:hover{
	background: rgba(235, 87, 87, 0.2);
}
.modal-body .hours a.row:last-of-type{
	border-bottom: none;
}
.modal-body .hours a.row img{
	position: relative;
	top: 5px;
	padding-right: 15px;
}
.calendar{
	color: #033B1E;
	text-align: center;
}
.calendar .head{
	position: relative;
	margin-bottom: 20px;
}
.calendar h3{
	font-family: Medium;
	font-size: 2em;
	text-transform: uppercase;
}
.calendar tbody{
	font-family: Medium;
	font-size: 1.1em;
	color: #033B1E;
}
.calendar td{
	display: inline-block;
	height: 3.4em;
	width: 3.5em;
	line-height: 3.3em;
	border: 2px solid transparent;
	border-radius: 50%;
	font-family: Medium;
	text-align: center;
	transition: all 0.2s ease-in-out;
}
.calendar tbody td:hover{
	border: 2px solid #033B1E;
}
.calendar .inactive{
	color: #cbd1d2;
}
.calendar .inactive:hover{
	border: 2px solid transparent;
}
.calendar td.active{
	border: none;
	background: linear-gradient(90.01deg, #C3A136 0%, #EDD6A0 100%);
}
.calendar td.active:hover{
	border: none;
}
.btn-prev, .btn-next{
	border-radius: 50%;
	color: #033B1E;
	height: 2em;
	font-size: 3em;
	line-height: 2em;
	margin: -1em;
	position: absolute;
	top: 50%;
	width: 2em;
	outline: none;
}
.btn-prev{
	left: 22%;
}
.btn-next{
	right: 25%;
}
.modal .blocks{
	position: absolute;
	bottom: -65px;
	left: 0;
}
.modal-body{
	position: relative;
}
.modal .blocks .grad,
.modal .blocks .link{
	display: inline-block;
	height: 100px;
}
.modal .blocks .grad{
    width: 700px;
	background: linear-gradient(90.09deg, #C3A136 0%, #EDD6A0 100%);
	text-align: center;
	padding: 32px 0 23px;
}
.modal .blocks .grad img{
	width: 50px;
}
.modal .blocks .link{
	width: 480px;
	position: relative;
	top: -10px;
	left: -4px;
	background: linear-gradient(11.76deg, #042918 1.03%, #033B1E 50.91%);
	border: none;
	font-family: Bold;
	font-size: 1em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #fff;
}
.modal .blocks .link img{
	position: relative;
	top: 10px;
	right: 10px;
	transition: all 0.2s ease-in-out;
}
.modal .blocks .link:hover img{
	filter: brightness(4);
}
input[type=checkbox]{
	display:none;
}
input[type=checkbox] + label:before{
	content: url('../img/icons/circle-icon.svg');
	display: inline-block;
	position: relative;
	top: 3px;
	padding-right: 10px;
}
input[type=checkbox]:checked + label:before{
	content: url('../img/icons/checked-icon.svg');
	top: 4px;
}