

/* ====================================
FONTS
==================================== */
@font-face {
	font-family: "Dala Floda";
	src: url("fonts/Dala-Floda/DalaFloda-Bold-Web.woff2") format("woff2"),
	url("fonts/Dala-Floda/DalaFloda-Bold-Web.woff") format("woff"),
	url("fonts/Muli/dala-floda-bold.ttf") format("ttf"),
	url("fonts/Muli/DalaFloda-Bold-Web.eot") format("eot");
}



/* ====================================
PAGE
==================================== */

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

body{
	margin:0;
	padding: 0;
	font-size: 14px;
	font-family: Helvetica, Arial ,sans-sYour LoungeLovers order confirmationerif;
}


.container-lg {
	max-width: 100%;
}
.container-sm {
	max-width: 100%;
}


@media (min-width: 768px){
	.container {
		max-width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}

}
@media (min-width: 1200px){
	.container {
		max-width: 100%;
		padding-right: 85px;
		padding-left: 85px;
	}
	.container-sm {
		max-width: 1240px;
	}
}

@media (min-width: 1500px){
	.container {
		max-width: 1240px;
		padding-right: 30px;
		padding-left: 30px;
	}
	.container-lg {
		max-width: 1300px;
	}
	.container-sm {
		max-width: 940px;
	}

}






/* ====================================
GLOBAL
==================================== */

img{
	max-width: 100%;
}

video {
	max-width: 90%;
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
}


/* ====================================
TYPE
==================================== */
h1{
	font-family: "Dala Floda", sans-serif;
	color: #00153D;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 60px;
	margin-bottom: 0;
	line-height: 48px;
}
h1 span{
	display: block;
	font-size: 40px;
	line-height: 1;

}
h2{
	font-family: 'Muli', sans-serif;
	font-size: 36px;
	line-height: 36px;
}
p{
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	font-size: 16px;
}

a{
	Color: #4A4A4A
}









/* ====================================
HELPERS
==================================== */


.fadein {
	position: relative;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.parallax{
	z-index: -2;
	position: relative;
}

.bg-black{
	background-color: #000000;
}
.bg-dark{
	background-color: #00153D;
}
.bg-grey{
	background-color: rgba(197, 197, 197, 0.25);
}

.text-white h1,
.text-white p,
.white h2{
	color: #fff;
}

.color-accent{
	color: #AC4B27;
}

.center{
	text-align: center;
}


.pb-6, .py-6{padding-bottom: 4rem!important;}
.pt-6, .py-6{padding-top: 4rem!important;}

.pb-7, .py-7{padding-bottom: 5rem!important;}
.pt-7, .py-7{padding-top: 5rem!important;}

.pb-8, .py-8{padding-bottom: 6rem!important;}
.pt-8, .py-8{padding-top: 6rem!important;}

.pb-9, .py-9{padding-bottom: 7rem!important;}
.pt-9, .py-9{padding-top: 7rem!important;}

.pb-10, .py-10{padding-bottom: 8rem!important;}
.pt-10, .py-10{padding-top: 8rem!important;}

.pb-11, .py-11{padding-bottom: 9rem!important;}
.pt-11, .py-11{padding-top: 9rem!important;}

.pb-12, .py-12{padding-bottom: 10rem!important;}
.pt-12, .py-12{padding-top: 10rem!important;}


/* ====================================
BUTTONS
==================================== */
.btn{
	-webkit-border-radius: 0px;
	border-radius: 0px;
	line-height: 28px;
	padding: 10px 42px;
	border: solid thin #FFFFFF;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}

.btn:hover{
	color: #ffffff;
	border: solid thin #AC4B27;
	background-color: #AC4B27;
}

.btn.btn-primary{
	border: solid thin #00153D;
	color: #000000;
	background-color: transparent;
}
.btn.btn-primary:hover{
	border: solid thin #00153D;
	color: #fff;
	background-color: #00153D;
}




/* ====================================
BG IMAGES
==================================== */
.bg-image{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	position: relative;
}

.bg-image .parallax{
	z-index: 2;
}
.bg-image::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.15);
}
.bg-image h1{
	text-align: center;
	font-size: 7vw;
	margin: 0;
}



/* ====================================
HEADING
==================================== */
.heading{
	padding: 100px 0 100px;
}


.heading h1{
	max-width: 800px;
	width: 100%;
	margin: auto;
}


/* ====================================
CONTENT
==================================== */
.content strong{
	display: block;
	color: #AC4B27;
	font-family: 'Muli', sans-serif; 
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 30px;
}


.content p{
	font-family: 'Muli', sans-serif; 
	font-weight: 600;
	font-size: 14px;
	color: #4A4A4A;
	line-height: 24px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.content ul{
	font-family: 'Muli', sans-serif; font-weight: normal;
	color: #4A4A4A;
	line-height: 24px;
	padding-left: 0;
	list-style: none;
}
.content ul li{
	margin-bottom: 10px;
	background: url(images/star.svg) 6px 6px no-repeat;
	padding-left: 30px;
}






/* ====================================
HEADER
==================================== */
header{
	z-index: 100;
	top: 0;
	position: fixed;
	width: 100%;
	background-color: #00153D;
	padding: 20px 0 25px 0;
	top: -120px;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

header.show{
	top: 0px;
}

header nav{
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header nav img{
	width: 200px;
}


/* ====================================
INTRO
==================================== */
.intro{
	overflow: hidden;
}

.intro .bg-image{
	height: -webkit-calc(100vh - 260px);
	height: calc(100vh - 260px);
	background-attachment: scroll !important;
}

.intro_text{
	background-color: #00153D;
	padding: 40px 35px 80px 35px;
}

.intro_text img.logo{
	width: 250px;
	margin-bottom: 25px;
}

.location{
	margin: 20px auto;
	text-transform: uppercase;
	letter-spacing: 8px;
}

.intro_text img.arrow{
	width: 120px;
	padding: 30px 40px 60px;
	-webkit-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

.intro_text p{
	font-family: 'Muli', sans-serif; 
	font-weight: 600;
	line-height: 38px;
	font-size: 22px;
	margin: auto;
	color: #fff;
}











/* ====================================
IMAGE SLIDER
==================================== */
.slider{
	position: relative;
	margin-top: 150px;
	background-color: rgba(172, 75, 39, 0.12);
}

#slider {
	width: 100%;
	max-width: 1100px;
	position: relative;
	overflow: hidden;
	margin: 40px auto 0 auto;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	top: -80px;
}

#slider>ul.list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider>ul.list>li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1100px;
}

#slider>ul.list li .slider_col{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#slider>ul.list li .slider_col .bg-image{
	height: 480px;
}

#slider>ul.list li .slider_col>div{
	width: 50%;
}

#slider>ul.list li .slider_col>div .content{
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(000,000,000,0.32);
	box-shadow: 0 0 20px rgba(000,000,000,0.32);
	padding: 40px 80px;
}
#slider>ul.list li .slider_col>div .content h1{
	text-transform: none;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 20px;
}
#slider>ul.list li .slider_col>div .content ul li{
	margin-bottom: 10px;
}




a.control_prev, a.control_next {
	position: absolute;
	top: 40%;
	z-index: 999;
	display: block;
	padding: 4% 3%;
	width: auto;
	height: auto;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
	top: 30%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

a.control_prev:hover, a.control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}

a.control_prev {
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

a.control_next {
	right: 0;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}

.slider_option {
	position: relative;
	margin: 10px auto;
	width: 160px;
	font-size: 18px;
}




/* ====================================
ABOUT DEVELOPERS
==================================== */
section.developers .content h1,
section.developers .content strong{
	color: #000000;
}

section.developers .content p{
	color: #4A4A4A;
}

@media (min-width: 1400px){
	section.developers img{
		max-width: 450px;
	}
}


/* ====================================
CONTACT
==================================== */
.contact .content{
	position: relative;
	width: 100%;
	top: -60px;
	padding: 50px 0;
	background-color: rgba(0, 21, 61, 0.8);
}

.contact .content h2{
	font-family: "Dala Floda", sans-serif;
	max-width: 460px;
	margin: 20px auto;
}



.contact .content form{
	max-width:620px;
	text-align: right;
	margin: auto;
	overflow: hidden;
}

.contact .content form input{
	font-size: 16px;
	width: 100%;
	margin: 20px 0;
	line-height: 30px;
	padding: 10px 10px;
}

.contact .content form input:hover,
.contact .content form input:focus{
	outline: none;
}

.g-recaptcha{
	display: inline-block;
	float: left;
}

.contact .content form input[type="submit"]{
	outline: none;
	border:none;
	cursor: pointer;
	color: #00153D;
	letter-spacing: 4px;
	font-family: 'Muli', sans-serif; 
	font-weight: 800;
	display: inline-block;
	width: auto;
	padding: 20px 40px;
	background-color: #C5C5C5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	margin: 0;
	-webkit-appearance: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact .content form input[type="submit"]:hover{
	color: #ffffff;
	background-color: #AC4B27;
}


#form-messages{
	margin: 40px 0 20px 0;
	font-size: 18px;
	color: #28a745;
}



footer{
	color: #4A4A4A;
}

footer h3{
	color: #00153D;
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
}
footer span{
	margin-top: 20px;
	display: inline-block;
	color: #C5C5C5;
}
footer p{
	font-size: 0.875rem;
	line-height: 1.7;
}
footer .copyright{
	color: #000000;
}

footer>.content>.right{
	text-align: right;
}


footer>.content>.right .content div{
	max-width: 200px;
	padding-left: 50px;
}
footer>.content>.right .content{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}





/* ======================================================================== */
/* =============================== 1200px   =============================== */
/* ======================================================================== */
@media (max-width:1200px) {

	.location{
		letter-spacing: 4px;
		line-height: 18px;
	}

}



/* ======================================================================== */
/* =============================== 1024px   =============================== */
/* ======================================================================== */
@media (max-width:1024px) {

	header p.location{
		display: none;
	}


	.two_col .content.right_content>.right{
		padding: 0 40px;
	}

}



/* ======================================================================== */
/* =============================== 768px   =============================== */
/* ======================================================================== */
@media (max-width:768px) {

	.pb-10, .py-10{
		padding-bottom: 3rem!important;
	}
	.pt-12, .py-12{
		padding-top: 5rem!important;
	}


	h1{
		font-size: 30px;
		line-height: 40px;
		word-wrap: break-word;
	}

	h1 span{
		font-size: 25px;
	}

	.content strong{
		font-size: 14px;
		line-height: 24px;
		margin-top: 30px;
	}

	*[data-parallax]{
		-webkit-transform: none !important;
		transform: none !important;
	}

	.heading{
		padding: 50px 0 20px;
	}


	header nav{
		display: block;
		text-align: center;
	}

	header img{
		display: none;
	}
	header .btn{
		text-align: center;
		display: inline-block;
		margin: auto;
	}

	header img{
		margin-bottom: 20px;
	}

	.intro_text img.logo{
		width: 220px;
	}

	.bg-image h1{
		font-size: 8vw;
	}

	.intro_text p.location{
		margin: 20px auto;
	}

	.intro_text{
		padding: 20px 15px 60px 15px;
	}


	.intro .bg-image{
		height: -webkit-calc(100vh - 300px);
		height: calc(100vh - 300px);
	}

	.intro_text p{
		line-height: 35px;
		font-size: 18px;
	}


	.contact{
		background: none !important;
		background-color: rgba(0, 21, 61, 0.8) !important;
	}

	.contact .content{
		top: 0;
		padding: 50px 20px;
	}

	.contact .content form input[type="submit"]{
		width: 100%;
		margin-top: 20px;
		padding: 15px 20px;
	}


	.slider{
		margin-top: 0;
	}

	#slider{
		top: 0;
	}
	#slider>ul.list>li{
		padding: 0 15px;
	}
	#slider>ul.list li .slider_col{
		padding: 50px 0 50px 0;
	}
	#slider>ul.list li .slider_col div{
		width: 100%;
	}
	#slider>ul.list li .slider_col .bg-image{
		height: 280px;
	}
	#slider>ul.list li .slider_col div .content{
		padding: 30px 20px !important;
	}
	#slider>ul.list li .slider_col>div .content h1{
		font-size: 26px;
		line-height: 26px;
	}
	a.control_prev, a.control_next{
		padding: 4% 8%;
		top: 35%;
	}


	.center_content video{
		max-width: 90%;
	}

	footer>.content>.right .content{
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	footer>.content>.right .content div{
		margin-top: 40px;
		padding-right: 50px;
		padding-left: 0;
	}

	footer>.content>.right{
		text-align: left;
	}


}











@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		-o-transform: translateY(5px);
		transform: translateY(5px);
	}
	60% {
		-ms-transform: translateY(10px);
		-webkit-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		-o-transform: translateY(5px);
		transform: translateY(5px);
	}
	60% {
		-ms-transform: translateY(10px);
		-webkit-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
}


