@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Contact
7. Google Map
8. CTA
9. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 2;
	font-weight: 400;
	color: #64677c;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(255,153,8,0.8);
	color: #ffffff;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	font-weight: 700;
	color: #1d1f2a;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
img
{
	max-width: 100%;
}
button:active
{
	outline: none;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item
{
	height: 100%;
}
.slide
{
	height: 100%;
}
.top_align
{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.button
{
	display: inline-block;
	width: 140px;
	height: 40px;
	background: linear-gradient(to right, rgba(231,175,98,1), rgba(255,246,177,1));
	text-align: center;
    border-radius: 50px;
	
}
.button::before
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	
	background: #ffbd39;
	border-radius: 50px;
	content: '';
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.button:hover::before
{
	height: 100%;
}
.button a
{
	display: block;
	position: relative;
	height: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 60px;
    margin-top: -10px;
	border-radius: 50px;
}
.section_title h1
{
	font-size: 30px;
}
/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000000;
	z-index: 100;
	
}
.header_content
{
	height: 124px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .header_content
{
	height: 90px;
}
.logo
{
	position: absolute;
	left: 54px;
}
.logo a
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.logo > div:first-of-type
{
	font-size: 30px;
	font-weight: 500;
	color: #ffbd39;
	text-transform: uppercase;
	line-height: 0.75;
}
.logo > div:first-of-type span
{
	color: #639906;
}
.logo > div:last-of-type
{
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 0.75;
	margin-top: 6px;
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 55px;
}
.main_nav ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
	color: #ffbd39;
}
.header_right
{
	position: absolute;
	right: 30px;
}
.contact_button
{
	width: 188px;
	height: 60px;
	background: #ffbd39;
	text-align: center;
}
.contact_button:hover
{
	background: #ff5408;
}
.contact_button a
{
	display: block;
	height: 100%;
	line-height: 60px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}
.search_container
{
	width: 47px;
	height: 47px;
	margin-right: 20px;
	overflow: hidden;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.search_container.active
{
	width: 200px;
}
.search_form_container
{
	position: absolute;
	top: 0;
	right: -200px;
	width: 200px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.search_container.active .search_form_container
{
	right: 0;
}
.search_input
{
	width: 100%;
	height: 47px;
	background: #ffbd39;
	border: none;
	outline: none;
	border-bottom: solid 2px #ff5408;
	padding-left: 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
}
.search_button
{
	position: absolute;
	right: 10px;
	width: 30px;
	height: 30px;
	padding: 5px;
	cursor: pointer;
}
.search_button > svg
{
	max-width: 100%;
	max-height: 100%;
}
.search_button > svg g path
{
	fill: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_button:hover > svg g path
{
	fill: #ff5408;
}
.hamburger
{
	display: none;
	margin-left: 30px;
	cursor: pointer;
	padding: 5px;
}
.hamburger i
{
	font-size: 24px;
	color: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover i
{
	color: #ffbd39;
}
.hamburger:active i
{
	color: #ff5408;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: -460px;
	left: 0;
	width: 100vw;
	height: 460px;
	background: #000;
	z-index: 99;
	border-bottom: solid 2px #ffffff;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.menu.active
{
	top: 0;
}
.menu_content
{
	padding-top: 200px;
}
.menu_nav ul li
{
	display: inline-block;
	position: relative;
}
.menu_nav ul li a
{
	display: block;
	font-size: 24px;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}
.menu_nav ul li a:hover
{
	color: #ff5408;
}
.menu_nav ul li a::after
{
	position: absolute;
	top: calc(50% + 2px);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 0;
	height: 3px;
	background: #ff5408;
	content: '';
	pointer-events: none;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.menu_nav ul li a:hover::after
{
	width: 100%;
}

/*********************************
5. Home
*********************************/

.home
{
	height: 335px;
}
.home_container
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.home_content
{
	padding-bottom: 64px;
}
.home_title
{
	font-size: 60px;
	font-weight: 500;
	color: #ffffff;
}

/*********************************
6. Contact
*********************************/

.contact
{
	background: #000;
	padding-top: 10px;
	padding-bottom: 107px;
}
.contact_content_title
{
	font-size: 55.68px;
	font-weight: 900;
	color: #ffbd39;
	text-transform: uppercase;
}
.contact_content_title span
{
	color: #639906;
}
.contact_text
{
	margin-top: 30px;
}
.contact_info
{
	margin-top: 85px;
	padding-left: 3px;
}
.contact_info ul
{
	margin-top: 45px;
}
.contact_info ul li:not(:last-of-type)
{
	margin-bottom: 22px;
}
.contact_info ul li
{
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #64677c;
	padding-left: 71px;
}
.contact_info ul li::before
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 40px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #ffbd39;
	content: '';
}
.contact_form_container
{
	padding-top: 16px;
}
.contact_form
{
	display: block;
	margin-top: 49px;
}
.contact_form > input
{
	margin-bottom: 17px;
}
.contact_form_input
{
	display: block;
	width: 100%;
	height: 54px;
	border: none;
	outline: none;
	background: #f2f8f9;
	border-bottom: solid 3px transparent;
	padding-left: 24px;
	font-size: 16px;
	font-weight: 500;
	color: #1d1f2a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_form_input:hover,
.contact_form_input:focus
{
	border-bottom: solid 3px #ffbd39;
}
.contact_form_textarea
{
	height: 201px;
	padding-top: 15px;
}
.contact_form_input::-webkit-input-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #64677c !important;
}
.contact_form_input:-moz-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #64677c !important;
}
.contact_form_input::-moz-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #64677c !important;
} 
.contact_form_input:-ms-input-placeholder
{ 
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #64677c !important;
}
.contact_form_input::input-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #64677c !important;
}
.contact_form_button
{
	position: relative;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 26px;
}
.contact_form_button span
{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	z-index: 1;
}

/*********************************
7. Google Map
*********************************/

.map
{
	width: 100%;
}
.google_map
{
	width: 100%;
	height: 631px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}

/*********************************
8. CTA
*********************************/

.cta
{
	background: #ffbd39;
	padding-top: 78px;
	padding-bottom: 78px;
}
.cta_content
{
	font-size: 68px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
}
.cta_content a
{
	position: relative;
	color: #1d1f2a;
}
.cta_content a:hover
{
	color: #ff5408;
}
.cta_content a::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 5px;
	background: #ff5408;
	content: '';
}

/*********************************
9. Footer
*********************************/

.footer
{
	background: #000;
}
.footer_content
{
	padding-top: 80px;
	padding-bottom: 25px;
}
.footer .logo
{
	display: inline-block;
	position: relative;
	left: auto;
}
.footer_text
{
	margin-top: 40px;
}
.footer_text p
{
	color: #64677c;
}
.social
{
	margin-top: 41px;
}
.social ul li
{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: transparent;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social ul li:hover
{
	background: #ffbd39;
}
.social ul li:not(:last-of-type)
{
	margin-right: 16px;
}
.social ul li a
{
	display: block;
	height: 100%;
}
.social ul li a i
{
	color: #ffffff;
	line-height: 32px;
}
.footer_bar
{
	
}
.footer_bar_content
{
	height: 53px;
}
.copyright
{
	font-size: 12px;
	font-weight: 400;
	color: #46495a;
}
.footer_column
{
	padding-top: 26px;
}
.footer_title h3
{
	font-size: 18px;
	color: #ffffff;
}
.footer_list
{
	margin-top: 37px;
}
.footer_list ul li:not(:last-of-type)
{
	margin-bottom: 8px;
}
.footer_list ul li a
{
	font-size: 15px;
	font-weight: 400;
	color: #64677c;
}
.footer_list ul li a:hover
{
	color: #ffbd39;
}