@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Milestones
7. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,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: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #000000;
	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: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	color: #3b3b3b;
	-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,174,0,0.75);
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 48px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Montserrat', 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;
}
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;
}
.section_title h1
{
	font-size: 110px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.2;
}
.section_title h1 span
{
	color: #ffae00;
}

.section_title h2
{
	font-size: 110px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.2;
}
.section_title h2 span
{
	color: #ffae00;
}

.section_title_container p
{
	font-size: 24px;
	font-weight: 500;
	color: #1a1a1a;
	line-height: 1.5;
	margin-top: 0px;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 100;
}
.header.scrolled
{
	background: rgba(0,0,0,0.85);
}
.header_content
{
	width: 100%;
	height: 88px;
}
.header.scrolled .header_content
{
	height: 75px;
}
.logo
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 17px;
}
.logo a
{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.logo a > div:first-child
{
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.3;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.logo a > div:first-child span
{
	font-weight: 700;
	color: #ffbb00;
}
.header.scrolled .logo a > div:first-child
{
	font-size: 36px;
}
.logo a > div:last-child
{
	font-size: 9px;
	font-weight: 400;
	color: #ffbb00;
	text-transform: uppercase;
	letter-spacing: 0.75em;
	margin-right: -0.75em;
	line-height: 0.75;
	text-align: right;
	padding-right: 11px;
	-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 .logo a > div:last-child
{
	font-size: 8px;
}
.logo a:hover > div:first-child
{
	color: #ffbb00;
}
.logo a:hover > div:first-child span
{
	color: #FFFFFF;
}
.logo a:hover > div:last-child
{
	color: #FFFFFF;
}
.hamburger
{
	display: none;
	vertical-align: middle;
	padding-left: 15px;
	cursor: pointer;
	width: 34px;
	height: 26px;
	padding: 2px;
	margin-left: 7px;
	margin-top: 1px;
}
.header.scrolled .hamburger
{
	width: 26px;
	height: 20px;
}
.hamburger > div
{
	position: absolute;
	left: 2px;
	width: calc(100% - 4px);
	height: 2px;
	background: #FFFFFF;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.hamburger:hover > div
{
	background: #ffbb00;
	transform-origin: center center;
}
.hamburger > div:first-child
{
	top: 2px;
}
.hamburger > div:nth-child(2)
{
	top: 12px;
}
.header.scrolled .hamburger > div:nth-child(2)
{
	top: 9px;
}
.hamburger > div:nth-child(3)
{
	bottom: 2px;
}
.hamburger.active > div:first-child
{
	-webkit-transform: rotate(-45deg) translate(-10px, 5px);
	-moz-transform: rotate(-45deg) translate(-10px, 5px);
	-ms-transform: rotate(-45deg) translate(-10px, 5px);
	-o-transform: rotate(-45deg) translate(-10px, 5px);
	transform: rotate(-45deg) translate(-10px, 5px);
}
.header.scrolled .hamburger.active > div:first-child
{
	-webkit-transform: rotate(-45deg) translate(-5px, 4px);
	-moz-transform: rotate(-45deg) translate(-5px, 4px);
	-ms-transform: rotate(-45deg) translate(-5px, 4px);
	-o-transform: rotate(-45deg) translate(-5px, 4px);
	transform: rotate(-45deg) translate(-5px, 4px);
}
.hamburger.active > div:nth-child(2)
{
	-webkit-transform: rotate(45deg) translate(-3px, 4px);
	-moz-transform: rotate(45deg) translate(-3px, 4px);
	-ms-transform: rotate(45deg) translate(-3px, 4px);
	-o-transform: rotate(45deg) translate(-3px, 4px);
	transform: rotate(45deg) translate(-3px, 4px);
	opacity: 0;
	visibility: hidden;
}
.hamburger.active > div:nth-child(3)
{
	-webkit-transform: rotate(45deg) translate(-10px, -4px);
	-moz-transform: rotate(45deg) translate(-10px, -4px);
	-ms-transform: rotate(45deg) translate(-10px, -4px);
	-o-transform: rotate(45deg) translate(-10px, -4px);
	transform: rotate(45deg) translate(-10px, -4px);
}
.header.scrolled .hamburger.active > div:nth-child(3)
{
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	-moz-transform: rotate(45deg) translate(-5px, -5px);
	-ms-transform: rotate(45deg) translate(-5px, -5px);
	-o-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
}
.header.scrolled .hamburger i
{
	font-size: 20px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.main_nav
{
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 58px;
}
.main_nav ul li a
{
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	padding-bottom: 12px;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
	color: #ffbb00;
}
.main_nav ul li a > div
{
	position: absolute;
	left: 2px;
	bottom: 0;
	width: calc(100% - 3px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
}
.main_nav ul li.active a > div
{
	visibility: visible;
	opacity: 1;
}
.main_nav ul li a > div > div:first-child,
.main_nav ul li a > div > div:nth-child(3)
{
	width: calc((100% - 10px) / 2);
	height: 2px;
	background: #ffbb00;
}
.main_nav ul li a > div > div:nth-child(2)
{
	width: 10px;
	height: 10px;
	border: solid 2px #ffbb00;
	border-radius: 50%;
}
.app
{
	position: absolute;
	top: 0;
	right: 0;
	width: 281px;
	padding-right: 11px;
	z-index: 1;
}
.app.active
{
	width: 411px;
	background: rgba(0,0,0,0.5);
}
.app.active::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #3e3e3e;
	opacity: 0.5;
	content: '';
}
.header.scrolled .app_content.active
{
	background: rgba(0,0,0,0.85);
}
.app_button_container
{
	width: 100%;
	height: 74px;
}
.app_button
{
	width: 100%;
	height: 53px;
	background: #ffae00;
	cursor: pointer;
	overflow: hidden;
	padding-left: 53px;
}
.app.active .app_button
{
	height: 74px;
	background: transparent;
	cursor: default;
	padding-left: 48px;
}
.app_button_icon
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -30px;
	width: 66px;
	height: 66px;
}
.app_button_icon img
{
	max-height: 100%;
}
.app_button > div:last-child
{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
.app_button_close
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 24px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 500;
	text-transform: uppercase;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all 400ms 200ms ease;
	-moz-transition: all 400ms 200ms ease;
	-ms-transition: all 400ms 200ms ease;
	-o-transition: all 400ms 200ms ease;
	transition: all 400ms 200ms ease;
}
.app.active .app_button_close
{
	visibility: visible;
	opacity: 1;
}
.app_content
{
	position: fixed;
	top: 0;
	right: 0;
	width: 281px;
	height: 100vh;
	padding-top: 152px;
	padding-bottom: 60px;
	padding-left: 25px;
	padding-right: 24px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.app_content.active
{
	visibility: visible;
	opacity: 1;
	width: 411px;
	background: rgba(0,0,0,0.5);
}
.app_form_container
{
	width: 100%;
}
.app_form
{
	width: 100%;
}
.app_input
{
	width: 100%;
	height: 49px;
	background: transparent;
	border: none;
	border-bottom: solid 2px #737373;
	outline: none;
	font-size: 14px;
	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;
}
.app_input:hover,
.app_input:focus
{
	border-color: #ffbb00;
}
.app_input:not(:last-child)
{
	margin-bottom: 11px;
}
.app_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #838383 !important;
}
.app_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #838383 !important;
}
.app_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #838383 !important;
} 
.app_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #838383 !important;
}
.app_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #838383 !important;
}
.app_select
{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    border: none;
    border-bottom: solid 2px #737373;
    outline: none;
    font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #838383 !important;
	background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}
.app_form_button
{
	width: 100px;
	height: 46px;
	background: #ffbb00;
	font-size: 14px;
	font-weight: 700;
	color: #2a2a2a;
	border: none;
	outline: none;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 34px;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: -353px;
	left: 0;
	width: 100vw;
	height: 353px;
	background: rgba(0,0,0,0.85);
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	padding-left: 47px;
	padding-top: 122px;
	-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
{
	visibility: visible;
	opacity: 1;
	top: 0;
}
.menu_nav ul li
{
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate3d(-30px,0,0);
	transform: translate3d(-30px,0,0);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 800ms ease;
}
.menu_nav ul li:nth-child(2)
{
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}
.menu_nav ul li:nth-child(3)
{
	-webkit-transition-delay: 450ms;
	transition-delay: 450ms;
}
.menu_nav ul li:nth-child(4)
{
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms;
}
.menu_nav ul li:nth-child(5)
{
	-webkit-transition-delay: 750ms;
	transition-delay: 750ms;
}
.menu_nav ul li:nth-child(6)
{
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}
.menu_nav ul li:nth-child(7)
{
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}
.menu_nav ul li:nth-child(8)
{
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}
.menu_nav ul li:nth-child(9)
{
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}
.menu.active .menu_nav ul li
{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0px,0,0);
	transform: translate3d(0px,0,0);
}
.menu_nav ul li:not(:last-of-type)
{
	margin-bottom: 4px;
}
.menu_nav ul li a
{
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
.menu_nav ul li a:hover
{
	color: #ffbb00;
}
.menu_nav ul li a::after
{
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 0%;
	height: 2px;
	background: #ffbb00;
	content: '';
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_nav ul li a:hover::after
{
	width: 100%;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 130vh;
	overflow:hidden;
}
.home_container
{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-222px, -50%);
	-moz-transform: translate(-222px, -50%);
	-ms-transform: translate(-222px, -50%);
	-o-transform: translate(-222px, -50%);
	transform: translate(-222px, -50%);
	width: 100%;
	height:relative;
	margin-top: 0px;
	
}
.about_row
{
	margin-top: 49px;
}
.home .section_title h1
{
	color: #FFFFFF;
	line-height: 0.909090;
}

.home .section_title h2
{
	color: #FFFFFF;
	line-height: 0.909090;
}

.about_text p
{
	color: #e5e5e5;
	font-weight: 400;
	line-height: 2.14;
}
.about_link_row
{
	margin-top: 56px;
}
.home_link a
{
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #ffae00;
    padding-bottom: 5px;
}
.home_link a::after
{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ffbb00;
    content: '';
}

/*********************************
6. Milestones
*********************************/

.milestones_section
{
	padding-top: 142px;
	padding-bottom: 129px;
}
.milestones_section .section_title_container p
{
	max-width: 910px;
}
.milestones_row
{
	margin-top: 171px;
}
.milestones_slider_container
{
	padding-bottom: 141px;
}
.milestone
{
	width: 100%;
	padding-right: 30px;
}
.milestone_counter
{
	font-size: 110px;
	font-weight: 700;
	color: #ffae00;
	line-height: 0.75;
}
.milestone_title
{
	font-size: 24px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.2;
	margin-top: 12px;
}
.milestone_text
{
	margin-top: 17px;
}
.milestone_text p
{
	font-size: 14px;
	font-weight: 500;
	color: #9a9a9a;
	line-height: 2.14285;
}
.slide_progress
{
	position: absolute;
	left: 0;
	bottom: 0;
}
.slide_num
{
	font-size: 14px;
	font-weight: 400;
	color: #ffae00;
	line-height: 0.75;
	margin-bottom: 14px;
}
.slide_bar
{
	width: 329px;
	height: 4px;
	background: #747474;
}
.slide_bar > div
{
	width: 0%;
	height: 100%;
	background: #ffae00;
}

/*********************************
7. Footer
*********************************/

.footer
{
	display: block;
	position: relative;
	width: 100%;
	padding-top: 139px;
}
.footer_container
{
	padding-bottom: 67px;
}
.footer .section_title h1
{
	color: #FFFFFF;
}

.footer .section_title h2
{
	color: #FFFFFF;
}

.footer .section_title_container p
{
	color: rgba(255,255,255,0.49);
	font-weight: 400;
}
.footer_row
{
	margin-top: 135px;
}
.footer_title
{
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
}
.contact_info_list
{
	margin-top: 51px;
	padding-right: 70px;
}
.contact_info_list ul li:not(:last-of-type)
{
	margin-bottom: 17px;
}
.contact_info_icon
{
	width: 18px;
	height: 18px;
}
.contact_info_icon img
{
	max-width: 100%;
	max-height: 100%;
}
.contact_info_list ul li:first-child .contact_info_icon
{
	margin-top: 7px;
}
.contact_info_content
{
	padding-left: 12px;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2;
}
.footer .social
{
	margin-top: 39px;
}
.social ul li
{
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 50%;
	background: #ffae00;
	-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:not(:last-of-type)
{
	margin-right: 13px;
}
.social ul li a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.social ul li a i
{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 32px;
	-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 a i
{
	color: #1a1a1a;
}
.social ul li:hover
{
	background: #FFFFFF;
}
.contact_form_container
{
	margin-top: 24px;
}
.contact_form > div:not(:last-child)
{
	margin-bottom: 10px;
}
.contact_input
{
	width: 100%;
	height: 46px;
	background: transparent;
	border: none;
	border-bottom: solid 2px #767271;
	outline: none;
	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;
}
.contact_textarea
{
	height: 123px;
	padding-top: 15px;
	margin-top: 5px;
}
.contact_input:focus,
.contact_input:hover
{
	border-color: #ffae00;
}
.contact_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #767271 !important;
}
.contact_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #767271 !important;
}
.contact_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #767271 !important;
} 
.contact_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #767271 !important;
}
.contact_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #767271 !important;
}
.contact_form_button
{
	width: 203px;
	height: 62px;
	background: #ffae00;
	font-size: 16px;
	font-weight: 700;
	color: #2a2a2a;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 44px;
}
.footer_bar
{
	width: 100%;
	height: 91px;
	padding-left: 60px;
}
.copyright
{
	font-size: 12px;
	font-weight: 500;
	color: #454545;
}

.link
{		a:link {color: yellow;}
		a:visited {color: green;}
		a:active {color: red;}
}