
@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 120%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup {
	font-size: 7px;
	vertical-align: super;
}

h1 {
	font-size: 24px;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	color:#e64d00;
	font-weight: bold;
	margin-bottom: 14px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	color: #069;
	margin-bottom: 14px;
}

h3 {
	text-align:center;
	font-size: 16px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-weight: 600;
	margin-top: 24px;
	margin-bottom: 14px;
}

blockquote {
	margin: 5px;
}

/*LANDING PAGE*/
.align-right { text-align: right}
.align-center { text-align: center;}
.align-left { text-align: left;}
.column {
	
}

a { text-decoration: none; color: #585b60;}

img { vertical-align: middle; max-width: 100%}

p {
	margin-bottom: 20px;
}

body {
	background: #030b13;
	font: 13px 'Open Sans', sans-serif;
	color: #FFFFFF !important;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#wrapper {
	background: no-repeat left top #000;

}

.site-logo {
	float: left;
	padding-top: 20px;
}

.header {
	overflow: hidden;
	padding: 28px 0 15px;
}

.container {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 20px;
}

#maincontent .col {
	background: #330000;
	color: #FFFFFF;
	background: rgba(55, 0, 0, 0.85);
	padding: 15px;
	border-radius: 10px 10px 10px 10px;
}

a {
	color:#FF0000;
}
a:active,hover {
 color:"FF0000;" 
}

a:visited {
 color: #AA0000;
}

#footercontainer .col {
	padding: 15px;
}

.contact-info {
	font-size: 13px;
	overflow: hidden;
	max-width: 495px;
	float: right;
	padding: 30px 20px 0 0;
}

.contact-info h4 {
	background: url('../landing-images/icon-contact.png') no-repeat left center;
	line-height: 22px;
	height: 30px;
	padding-left:40px;
	font-size: 18px;
	font-weight: bold;
	color: #1b75bb ;
}

.bigurl { text-decoration: none; font-size: 18px; font-weight: bold; color: #39C; !important}

.lp-bigtel {
	font-family: "Open Sans", sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,.24);
	text-transform: uppercase;
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
}

.contact-info .left {
	padding-right: 10px;
	border-right: 1px solid #c5c5c5;
}

.contact-info .right {
	padding-left: 10px;
	border-left: 1px solid #fbfbfb;
}

a.pdf {
	background: url('landing-images/icon-pdf.png') no-repeat left center;
	line-height: 33px;
	display: block;
	height: 35px;
	font-size: 13px;
	padding-left: 40px;
}

.video-wrapper {
/*
max-height: 359px;
	max-width: 859px;
*/
	border: 1px solid #d7d5d5;
	background: url('landing-images/landing-video-bg.jpg') no-repeat 0 0;
	text-align: center;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	margin-top: 20px;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 585px;
	height: 293px;
}

.content-wrapper {
	overflow: hidden;
	padding-top: 10px;
}

.content {
	max-width: 862px;
}

.contact-info .right {
	float: right
}

footer h3, h4 { color: #F60	}

.content h1 {
	font-size: 18px;
	line-height: 18px;
	color: #CC0000;
	margin-bottom: 10px;
}
.content h2 {
	font-size: 16px;
	color: #CCCCCC;
	margin-bottom: 15px;
}

.sidebar {
	width: 60%!important;
	float: none!important;
	margin: 30px auto!important;
}

.lp-featuretable {
	padding-top: 20px;
	margin: 10px 0 40px 0;;
}

.lp-featuretable th {
	font-size: 20px;
	font-weight: bold;
	color: #1b75bc;
	text-align: left;
	padding: 40px 0 10px 0;
	vertical-align: middle;
}

.lp-featuretable td {
	text-align: left;
}

.lp-featuretable ul li { 
	line-height: 1.7em;
    list-style: none;
    padding: 6px 0 6px 30px;
    margin: 2px 0;
}

.footer {
	
	background: #d9e8f4;
	text-align: center;
	padding: 50px 0;
	box-sizing: bordex-box;
	-moz-box-sizing: bordex-box;
	-webkit-box-sizing: bordex-box;
}
.footer .logos {
	display: inline-block;
	width: 33%;

}

.footer .toll {
	text-align: center;
}

.phone {
font-size: 16px;
font-weight: bold;
color: #CCCCCC	;
margin-bottom: 12px;
}

.bubble {
	background: url('../images/bg-bubble.png') no-repeat 0 0;
	width: 462px;
	height: 274px;
	float: left;
	line-height: 24px;
	padding: 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 45px;
}

.testimonial {
	height: 204px;
	padding: 30px 27px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.testimonials .author {
	color: #4c9701 ;
	font-style: italic;
	margin-left: 130px; 
	margin-top: 37px;
}

.testimonials .author .author-name {
	font-weight: bold;
}

.section-8 {
	padding: 101px 0 20px;
}

@media only screen and (min-width: 1280px) {
	#wrapper {
		width: 1280px;
		margin: 0 auto;
	}
}
@media only screen 
and (max-width : 1200px) {
	.sidebar {
    	margin: 0 auto;
    	width: 315px;
    	float: none;
    	height: auto;
    	clear: both;
    	margin-bottom: 30px;
	}
}
@media only screen and (min-width: 1000px) {
	#maincontent{
		width: 90%;
	}
@media only screen 
and (max-width : 990px) {
	.site-logo {
		max-width: 90%;
	}
	.contact-info { max-width: 400px; margin: 0 auto; }
	.contact-info .right,
	.contact-info .left {
		float: none;
	}

	.contact-info .left {
		padding-bottom: 10px;
		border-bottom: 1px solid #c5c5c5;
		border-right: 0;
	}

	.contact-info .right {
		padding-top: 10px;
		border-top: 1px solid #fbfbfb;
		border-left: 0;
		padding-left: 0;
	}
}
}
@media only screen 
and (max-width : 767px) {
	.wrapper {
		padding:  0 3%!important;
		margin: 0!important;
	}
	.container {
		width: 100%;
		padding: 0;
	}
	.header { padding-bottom: 0!important; }
	.site-logo, .contact-info {
		float: none;
		max-width: 100%;
		padding-top: 0;
	}

	.site-logo {
		max-width: 458px;
		margin-bottom: 20px;
		text-align: center;
	}

	.header { padding-bottom: 20px}

	.contact-info .right,
	.contact-info .left {
		float: none;
	}

	.contact-info .left {
		padding-bottom: 10px;
		border-bottom: 1px solid #c5c5c5;
		border-right: 0;
	}

	.contact-info .right {
		padding-top: 10px;
		border-top: 1px solid #fbfbfb;
		border-left: 0;
		padding-left: 0;
	}

	.content {
		max-width: 100%
	}
	.content-wrapper {
		padding-top: 20px
	}

	.btn-request {
		margin-bottom: 30px;
	}

	.content.column, .sidebar {
		clear: both;
		float: none !important;
		width: 100%;
	}
	.footer { padding: 50px 0 10px 0; }
	.footer .logos {
		margin-right: 20px;
		margin-bottom: 20px;

	}
}
@media only screen and (max-width: 540px) {
	.testimonial {
	    height: auto;
	    padding: 0;
	}
	.bubble {
		background: none;
		padding: 0;
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 0;
		height: 200px;
		width: auto;
	}
	.testimonials .author {
	    margin-left: 0;
	    padding: 0;
	    margin-top: 10px;
	}
}

