@charset "UTF-8";

html {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: 'Rubik', sans-serif;
	background-color: #13161b;
	line-height: 180%;
}

body {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: 'Rubik', sans-serif;
	background-color: #FDFDFD;
	color: #222830;
	line-height: 180%;
}

.mobile_logo_div {
	display: none;
}

.mobile_logo {
	display: none;
}

.title_div {
	display: inline-block; 
	vertical-align: middle; 
	margin-left: 20px; 
	text-align: left;
	font-size: 32px;
}

.title_div_other {
	display: inline-block; 
	vertical-align: middle; 
	margin-left: 20px; 
	text-align: left;
	font-size: 24px;
}

.shadow_div {
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-webkit-box-shadow: inset 0px 0px 30px 3px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    inset 0px 0px 30px 3px rgba(50, 50, 50, 0.2);
	box-shadow:         inset 0px 0px 30px 3px rgba(50, 50, 50, 0.2);
}

#trucking_div {
	position: absolute;
	top: -50px;
}

#freight_forwarding_div {
	position: absolute;
	top: -50px;
}

#warehousing_div {
	position: absolute;
	top: -50px;
}

#customhouse_brokerage_div {
	position: absolute;
	top: -50px;
}

#consultation_div {
	position: absolute;
	top: -50px;
}

#delivery_div {
	position: absolute;
	top: -50px;
}

.vertical_align_div {
	height: 100%;
	min-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.learn_more_button_div {
	background: #559ec5;
	background: -moz-linear-gradient(top, #207cca 0%, #4c8eb1 0%, #559ec5 100%);
	background: -webkit-linear-gradient(top, #207cca 0%,#4c8eb1 0%,#559ec5 100%);
	background: linear-gradient(to bottom, #207cca 0%,#4c8eb1 0%,#559ec5 100%);
	margin: auto;
	width: 140px;
	min-width: 140px;
	max-width: 140px;
	height: 40px; 
	min-height: 40px; 
	max-height: 40px; 
	border-radius: 40px;
	font-size: 14px; 
	font-weight: 500;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.4); 
	-moz-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.4); 
	box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.4);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.learn_more_button_div:hover, .learn_more_button_div:focus, .learn_more_button_div:active {
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 30px 3px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 30px 3px rgba(0, 0, 0, 0.25);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: brightness(1.1);
  	filter: brightness(1.1);
	z-index: 100000;
}

.deliver_button_div {
	background: #559ec5;
	background: -moz-linear-gradient(top, #207cca 0%, #4c8eb1 0%, #559ec5 100%);
	background: -webkit-linear-gradient(top, #207cca 0%,#4c8eb1 0%,#559ec5 100%);
	background: linear-gradient(to bottom, #207cca 0%,#4c8eb1 0%,#559ec5 100%);
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	height: 40px; 
	min-height: 40px; 
	max-height: 40px; 
	text-align: center;
	font-size: 14px; 
	font-weight: 500;
	opacity: 0.9;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.1); 
	-moz-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.1); 
	box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.1);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: box-shadow, transform, opacity, filter;
	transition-property: box-shadow, transform, opacity, filter;
}

.deliver_button_div:hover, .deliver_button_div:focus, .deliver_button_div:active {
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 0px 30px 3px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 0px 30px 3px rgba(0, 0, 0, 0.15);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: brightness(1.1);
  	filter: brightness(1.1);
	z-index: 100000;
}

.grow_div {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: box-shadow, transform, opacity, filter;
	transition-property: box-shadow, transform, opacity, filter;
	z-index: 100000;
}

.grow_div:hover, .grow_div:focus, .grow_div:active {
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 30px 3px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 30px 3px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 100000;
}

.fill_in_button_black_text {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color, border;
	transition-property: color, border;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #222830;
}

.fill_in_button_black_text:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #559ec5;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.fill_in_button_black_text:hover, .fill_in_button_black_text:focus, .fill_in_button_black_text:active {
	color: #FDFDFD;
	border-color: rgba(0,0,0,0) !important;
}

.fill_in_button_black_text:hover:before, .fill_in_button_black_text:focus:before, .fill_in_button_black_text:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	border-color: rgba(0,0,0,0) !important;
}

.bottom_button_div {
	position: absolute; 
	bottom: 20px; 
	width: 100%; 
	min-width: 100%;
}

.top_link {
	color: #FFF;
	text-decoration: none;
	-webkit-transition-duration: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.top_link:hover {
	color: #559ec5;
}

.dark_link {
	color: #222830;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	display: block;
	-webkit-transition-duration: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.dark_link:hover {
	color: #559ec5;
}

.bottom_link {
	color: #FFF;
	text-decoration: none;
	-webkit-transition-duration: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.bottom_link:hover {
	color: #559ec5;
}

.top_link_current {
	color: #559ec5;
	text-decoration: none;
	-webkit-transition-duration: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.no_decoration_link {
	text-decoration: none;
	color: #FFF;
}

a {
	color: inherit;
	text-decoration: none;
	border: none;
}

.white_color {
	color: #FDFDFD !important;
}

#top_navigation_bar {
	display: inherit;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	color: #FFF;
	background-color: #222830;
	background-color: rgba(34,40,48,0.95);
	text-align: left; 
	position: fixed; 
	top: 0px; 
	z-index: 10000000;
	border-bottom: 1px solid #222830;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 30px 3px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 30px 3px rgba(50, 50, 50, 0.2);
	left: 240px;
	right: 0px;
	overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#top_navigation_name {
	width: 240px;
	min-width: 240px;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	color: #222830;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.95);
	border-bottom: 1px solid #FFF;
	text-align: center; 
	position: fixed; 
	top: 0px; 
	left: 0px;
	z-index: 1000000;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 30px 3px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 0px 30px 3px rgba(50, 50, 50, 0.1);
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#top_menu_button {
	display: none;
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	background-color: rgba(34,40,48,0.8);
	text-align: center;
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 100000000;
}

.top_div_container {
	min-height: 400px; 
	height: 400px; 
	max-height: 400px;
	width: 100%; 
	min-width: 100%; 
	overflow: hidden; 
	position: relative; 
	z-index: 0;
	background-color: #FFFFFF;
}

.top_div {
	min-height: 400px; 
	height: 400px; 
	max-height: 400px;
	width: 100%; 
	min-width: 100%; 
	overflow: hidden;
	text-align: center;
	background-color: transparent;
	background-image:url(../images/top_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover;
	position: fixed;
	top: 0;
}

.top_div_container_other {
	min-height: 300px; 
	height: 300px; 
	max-height: 300px;
	width: 100%; 
	min-width: 100%; 
	overflow: hidden; 
	position: relative; 
	z-index: 0;
	background-color: #1C1C1C;
}

.top_div_other {
	min-height: 300px; 
	height: 300px; 
	max-height: 300px;
	width: 100%; 
	min-width: 100%; 
	overflow: hidden;
	text-align: center;
	background-color: transparent;
	background-image:url(../images/top_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover;
	position: fixed;
	top: 0;
}

.top_div_about {
	width: 100%; 
	min-width: 100%; 
	overflow: hidden; 
	position: relative;
	z-index: 1000;
	text-align: center;
}

.logo_div {
	width: 50%; 
	min-width: 550px; 
	max-width: 50%; 
	height: 100%; 
	min-height: 100%; 
	text-align: center; 
	background-color: transparent;
	margin: auto;
	margin-top: 25px;
	color: #222830;
}

.logo_div_small {
	width: 50%; 
	min-width: 50%; 
	max-width: 50%; 
	height: 100%; 
	min-height: 100%; 
	text-align: center;
	margin: auto; 
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block; 
	vertical-align: middle;
}

.about_div {
	width: 100%; 
	min-width: 100%; 
	position: relative; 
	margin-top: 0px; 
	background-color: transparent;
	z-index: 100; 
	text-align: left;
	-webkit-box-shadow: inset 0px 0px 30px 3px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    inset 0px 0px 30px 3px rgba(50, 50, 50, 0.2);
	box-shadow:         inset 0px 0px 30px 3px rgba(50, 50, 50, 0.2);
}

.about_div_bg_one {
	width: 30%; 
	min-width: 30%; 
	max-width: 30%;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: transparent;
	background-image:url(../images/index_bg_two.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	background-origin: border-box;
}

.about_div_bg_two {
	width: 30%; 
	min-width: 30%; 
	max-width: 30%;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: transparent;
	background-image:url(../images/index_bg_one.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	background-origin: border-box;
}

.about_div_services {
	width: 70%; 
	min-width: 70%; 
	display: inline-block; 
	vertical-align: middle;
	overflow: hidden; 
	position: relative;  
	color: #222830; 
	text-align: center; 
	font-weight: 300;
	padding-top: 80px;
	padding-bottom: 80px;
}

.about_info {
	width: 100%; 
	min-width: 100%; 
	height: 100%; 
	min-height: 100%;
	display: inline-block; 
	vertical-align: middle; 
	text-align: center;
}

.about_info_div {
	width: 40%;
	max-width: 40%;
	height: 100%; 
	min-height: 100%;
	padding-top: 60px;
	padding-bottom: 80px;
	padding-left: 60px;
	padding-right: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	overflow-y: hidden;
	background-color: #FFFFFF;
}

.about_info_services {
	width: 80%; 
	min-width: 80%; 
	max-width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	display: inline-block; 
	vertical-align: middle; 
	font-size: 16px; 
	text-align: center;
}

.services_line {
	width: 180px; 
	min-width: 180px; 
	height: 2px; 
	min-height: 2px; 
	border-radius: 2px;
	background-color: #559ec5; 
	margin-top: 20px;
}

.services_buttons_div {
	min-height: 900px; 
	height: 900px; 
	max-height: 900px; 
	width: 100%; 
	min-width: 100%; 
	overflow: visible; 
	position: relative; 
	margin-top: 0px; 
	background-color: #121212; 
	color: #FDFDFD; 
	text-align: center; 
	font-size: 16px;
	line-height: 100%;
}

.service_info_divs {
	width: 50%; 
	min-width: 50%; 
	max-width: 50%; 
	display: inline-block;
	vertical-align: middle;
	margin-left: auto; 
	margin-right: auto;  
	position: relative;
	overflow: visible;
}

.index_service_icon {
	width: 100px;
	height: 100px;
}

.left_icon_div {
	width: 40%; 
	min-width: 40%; 
	display: inline-block; 
	vertical-align: middle; 
	text-align: center;
}

.right_info_div {
	width: 60%; 
	min-width: 60%; 
	display: inline-block; 
	vertical-align: middle; 
	font-size: 14px; 
	text-align: left; 
	color: #FDFDFD;
}

.service_icons {
	width: 100px; 
	height: 100px;
}

.service_icons_div {
	margin: auto; 
	width: 100px; 
	height: 100px; 
	border: 2px solid #FDFDFD; 
	border-radius: 80px;
	background-color: transparent;
	background-color: rgba(34,40,48,0.4);
}

#trucking_info_div {
	width: 100%; 
	min-width: 100%; 
	height: 400px; 
	min-height: 400px; 
	background-image: url(../images/trucking_button_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	background-origin: border-box;
	background-color: transparent;
	text-align: center; 
	position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.1);
}

#freight_forwarding_info_div {
	width: 100%; 
	min-width: 100%; 
	height: 400px; 
	min-height: 400px; 
	background-image: url(../images/freight_forwarding_button_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	background-origin: border-box;
	background-color: transparent;
	text-align: center; 
	position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.1);
}

#warehousing_info_div {
	width: 100%; 
	min-width: 100%; 
	height: 400px; 
	min-height: 400px; 
	background-image:url(../images/warehousing_button_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover;
	background-origin: border-box;
	background-color: transparent; 
	text-align: center; 
	position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.1);
}

#customhouse_brokerage_info_div {
	width: 100%; 
	min-width: 100%; 
	height: 400px; 
	min-height: 400px; 
	background-image:url(../images/customhouse_brokerage_button_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	background-origin: border-box;
	background-color: transparent;
	text-align: center; 
	position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.1);
}

#consultation_info_div {
	width: 100%; 
	min-width: 100%; 
	height: 400px; 
	min-height: 400px; 
	background-image:url(../images/consultation_button_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	background-origin: border-box;
	background-color: transparent;
	text-align: center; 
	position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.1);
}

#international_cargo_insurance_info_div {
	width: 100%; 
	min-width: 100%; 
	height: 400px; 
	min-height: 400px; 
	background-image:url(../images/international_cargo_insurance_button_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	background-origin: border-box;
	background-color: transparent;
	text-align: center; 
	position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.1);
}

#freight_forwarding_button {
	width: 33%; 
	min-width: 33%; 
	max-width: 33%;
	height: 50%; 
	min-height: 50%; 
	display: inline-block; 
	background-image:url(../images/freight_forwarding_button_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	background-origin: border-box;
	background-color: transparent;
	text-align: center; 
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 10000;
}

#customhouse_brokerage_button {
	width: 34%; 
	min-width: 34%; 
	max-width: 34%; 
	height: 50%; 
	min-height: 50%; 
	display: inline-block; 
	background-image:url(../images/customhouse_brokerage_button_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	background-origin: border-box;
	background-color: transparent;
	text-align: center; 
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1000;
}

#trucking_button {
	width: 33%; 
	min-width: 33%; 
	max-width: 33%;
	height: 50%; 
	min-height: 50%; 
	display: inline-block; 
	background-image:url(../images/trucking_button_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	background-origin: border-box;
	background-color: transparent;
	text-align: center; 
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 100;
}

#warehousing_button {
	width: 34%; 
	min-width: 34%; 
	max-width: 34%; 
	height: 50%; 
	min-height: 50%; 
	display: inline-block; 
	background-image:url(../images/warehousing_button_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	background-origin: border-box;
	background-color: transparent;
	text-align: center; 
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 10;
}

#consultation_button {
	width: 33%; 
	min-width: 33%; 
	max-width: 33%; 
	height: 50%; 
	min-height: 50%; 
	display: inline-block; 
	background-image:url(../images/consultation_button_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	background-origin: border-box;
	background-color: transparent;
	text-align: center; 
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}

#international_cargo_insurance_button {
	width: 33%; 
	min-width: 33%; 
	max-width: 33%; 
	height: 50%; 
	min-height: 50%; 
	display: inline-block; 
	background-image:url(../images/international_cargo_insurance_button_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	background-origin: border-box;
	background-color: transparent;
	text-align: center; 
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}

.delivery_right_div {
	width: 100%; 
	min-width: 100%; 
	max-width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
	display: inline-block; 
	vertical-align: middle; 
	height: 100%; 
	min-height: 100%;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.delivery_left_div {
	width: 50%; 
	min-width: 50%; 
	max-width: 50%; 
	margin-left: auto; 
	margin-right: auto; 
	display: inline-block; 
	vertical-align: middle; 
	height: 100%; 
	min-height: 100%; 
	text-align: center;
}

.phone_div {
	padding-top: 80px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}

.footer_info_div {
	width: 100%; 
	min-width: 100%; 
	height: 250px; 
	min-height: 250px; 
	background-color: #222830; 
	color: #FDFDFD; 
	text-align: center; 
	font-weight: 400; 
	font-size: 14px; 
	z-index: 1000; 
	background-image:url(../images/footer_bg.png); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover;
}

.footer_div {
	width: 100%; 
	min-width: 100%; 
	height: 80px; 
	min-height: 80px; 
	background-color: #13161b; 
	color: #FDFDFD; 
	text-align: center; 
	font-weight: 400; 
	font-size: 14px; 
	z-index: 1000;
}
	
.overlay {
	display: none;
}

.overlay-close {
	display: none;
}

.overlay-slidedown {
	display: none;
}

.overlay-slidedown.open {
	display: none;
}

.core_values_icon {
	height: 60px;
	width: 60px;
}

.core_value_div {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	min-width: 20%;
	max-width: 20%;
	text-align: center;
}

.contact_us_div {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	height: 100%;
	min-height: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.contact_image_div {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	height: 400px;
	min-height: 400px;
	max-height: 400px;
	background-image: url(../images/team_photo.jpg);
	background-repeat: no-repeat; 
	background-position: center top; 
	background-size: cover;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.contact_title_div {
	font-size: 20px;
	font-weight: 500;
}

.links_title_div {
	padding-top: 60px;
	font-size: 18px;
	font-weight: 500;
}

.contact_forms_div {
	width: 600px;
	min-width: 600px;
	max-width: 600px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}

.contact_info_div {
	background-color: #FDFDFD;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.5); 
	-moz-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.5); 
	box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.5);
	text-align: left;
	position: relative;
}

.contact_message_div {
	background-color: #FDFDFD;
	height: 300px;
	min-height: 300px;
	max-height: 300px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.5); 
	-moz-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.5); 
	box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.5);
}

#contact_send_button {
	background: #559ec5;
	background: -moz-linear-gradient(top, #207cca 0%, #4c8eb1 0%, #559ec5 100%);
	background: -webkit-linear-gradient(top, #207cca 0%,#4c8eb1 0%,#559ec5 100%);
	background: linear-gradient(to bottom, #207cca 0%,#4c8eb1 0%,#559ec5 100%);
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 40px; 
	min-height: 40px; 
	max-height: 40px; 
	text-align: center;
	font-size: 14px; 
	font-weight: 500;
	margin-top: 20px;
	border-radius: 40px;
	color: #FFFFFF;
	outline: none;
	border: none;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.2); 
	-moz-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.2); 
	box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.2);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: box-shadow, transform, opacity, filter;
	transition-property: box-shadow, transform, opacity, filter;
}

#contact_send_button:hover, #contact_send_button:focus, #contact_send_button:active {
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 30px 3px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 30px 3px rgba(0, 0, 0, 0.25);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: brightness(1.1);
  	filter: brightness(1.1);
	z-index: 100000;
	color: #FFFFFF;
	outline: none;
	border: none;
}

.contact_icon {
	height: 16px;
	width: 16px;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
}

input[type=text] {
    width: 100%;
	border: 0px;
	background: transparent;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	outline: none;
}

input[type=text]:focus {
	border: 0px;
	background: transparent;
	text-decoration: none;
	outline: none;
}

textarea {
	border: 0px;
	background: transparent;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	font-weight: 300;
	resize: none;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	padding: 16px;
}

textarea:focus {
	border: 0px;
	background: transparent;
	text-decoration: none;
	outline: none;
}

::-webkit-input-placeholder {
	opacity: 0.8;
}

::-moz-placeholder { 
	opacity: 0.8;
} 

:-ms-input-placeholder { 
	opacity: 0.8;
} 

input:-moz-placeholder { 
	opacity: 0.8;
}

.contact_bg_div {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	background-color: #222830;
	background-image:url(../images/contact_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 60px;
	position: relative;
	-webkit-box-shadow: inset 0px 0px 30px 3px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    inset 0px 0px 30px 3px rgba(50, 50, 50, 0.4);
	box-shadow:         inset 0px 0px 30px 3px rgba(50, 50, 50, 0.4);
}

.gallery_top_div {
	padding-top: 90px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	text-align: center;
}

.gallery_title_div {
	font-size: 18px;
	font-weight: 500;
}

.gallery_main_div {
	font-size: 16px;
	font-weight: 300;
}

.gallery_team_div {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	text-align: center;
	position: relative;
}

.gallery_main_team_div {
	width: 40%;
	min-width: 400px;
	max-width: 40%;
	height: 350px;
	min-height: 350px;
	max-height: 350px;
	background-image: url(../images/team_photo.jpg);
	background-repeat: no-repeat; 
	background-position: center top; 
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
}

.gallery_slider_container_div {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	position: relative;
}

.team_image {
	width: 500px;
	min-width: 500px;
	height: 350px;
	min-height: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	background-image: url(../images/team_photo.jpg);
	background-repeat: no-repeat; 
	background-position: center top; 
	background-size: cover;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.1); 
	-moz-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.1); 
	box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.1);
	position: relative;
}

.team_image_description {
	width: 100%;
	min-width: 100%;
	height: 100px;
	min-height: 100px;
	line-height: 100%;
	background-color: rgba(20,20,20,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}

.slider_1 {
	position:relative;
	margin:0 auto;
	top:0px;
	left:0px;
	width:1300px;
	height:400px;
	overflow:hidden;
	visibility:hidden;
}

.slider_2 {
	cursor:default;
	position:relative;
	top:0px;
	left:0px;
	width:1300px;
	height:400px;
	overflow:hidden;
}

.image_bg {
	background-color: #FFFFFF; 
	background-size: contain;
}

.right_link_div {
	display: inline-block; 
	vertical-align: top; 
	margin-left: 20px; 
	text-align: left;
}

.index_team_pic_bg {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(../images/index_team_pic.jpg);
	background-repeat: no-repeat; 
	background-position: center top; 
	background-size: cover;
}

#index_team_pic_text_div {
	text-align: center; 
	font-size: 18px; 
	font-weight: 400; 
	color: #FFFFFF; 
	padding-top: 250px; 
	padding-bottom: 250px; 
	padding-left: 20px; 
	padding-right: 20px;
}

.mobile_display {
	display: none;
}