body, html {
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

* {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.VP {
	display:table
}

.VC {
	display:table-cell;
	vertical-align: middle;
}

.HO {
	display: none;
}

.caps {
	text-transform: uppercase;
}

.font_oswald {
	font-family: 'Ubuntu', sans-serif;
}

.responsive {
	max-width: 1080px;
	margin: 0 auto;
}

.section {
	height: calc(100vh - 75px);
	height: -moz-calc(100vh - 75px);
	height: -webkit-calc(100vh - 75px);
	position: relative
}


#header {
	width: 100%;
	height: 75px;
	position: fixed;
	top: 0px;
	z-index: 2;
	background-color: #fff;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.25)
}

#header .responsive {
	height: 100%;
}

#logo {
	height: 100%;
	float: left;
}

#logo img {
	height: 65px;
	display: block;
}

#nav {
	height: 100%;
	float: right;
}

#nav .btns {
	font-size: 18px;
	margin: 0px 15px;
	float: left;
	text-decoration: none;
	color: #000;
}

.bookmark {
	top:-75px; 
	position:relative;
	float:left;
	width: 100%;
	height: 1px;
}

#banner {
	width: 100%;	
	margin-top: 75px;
	height: calc(100vh - 75px);
	height: -moz-calc(100vh - 75px);
	height: -webkit-calc(100vh - 75px);
}

.two_rows {
	width: 50%;
	float: left;
	padding: 0 25px;
}

.text_section {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: -1px;
	color: #fff;
}

.text_section .title, .text_section .subtitle {text-align: left}
.text_section .title p {width: 100%; font-weight: 400;}

.text_section .title {
	
	text-align: center;
	width: 100%;
	padding: 0px 0px;
	font-size: 42px;
	top: 0px;
	
}

.text_section .undertitle {
	color: #999;
	padding-bottom: 20px;
	font-size: 15px;
	text-align: center;
	
}

.text_section .undertitle p {
	font-weight: 700;
}


.text_section .subtitle {
	padding-bottom: 15px;
	font-size: 24px;
	
}

.text_section .subtitle span {
	font-weight: 700;
}

.text_section .text {
	width: 100%;
	padding-top:10px;
	padding-bottom:20px;
	text-align: left;
}

.text_section .text ul {margin-top: 0px; margin-bottom: 0px}

.text_section .text input {
	width: 320px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	outline: none; 
	padding: 5px 10px;
}

.text_section .text input[type="button"] {
	background-color: #e14e54;
	border: none;
	color: #fff;
	font-size: 24px;
	margin-bottom: 40px;
	margin-top: 20px;
}

#footer {
	width: 100%;
	height: 75px;
	background-color: #662327;
	color: #fff;
	text-align: right;
	float: left;
	position: relative;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.25)
}

#footer span {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#industries {
	position: relative
}

#industries ul {
	width: 50%;
	float: left;
	padding-left: 25px;
}


#industries ul li {
	height: 80px;
	margin: 40px 0px;
	list-style-type: none;
	text-align: center
}


#industries ul li img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	text-align: center
}

#industries ul li div{
	width: 100%;
	float: left;
	height: 20px;
	display: table;
	text-align: center
}

#industries ul li div span{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	line-height: 0.9
}

#industries_banner {
	height: 400px;	
	margin-bottom: 50px;
}

#industries_banner .canvas > div {
	height: 100%
}

.red_gradient {
	background: #ad3032; /* Old browsers */
	background: -moz-linear-gradient(top,  #ad3032 0%, #662327 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ad3032 0%,#662327 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ad3032 0%,#662327 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad3032', endColorstr='#662327',GradientType=0 ); /* IE6-9 */
}