@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}
* {
	outline: none;
	border: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
a, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	list-style-type: none
}
img {
	max-width: 100%;
}
input, textarea, select{
	box-shadow: none;
	border-radius:0;
}
/*******************************/

header {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	background: #f3f8fc;
}
header aside.logo {
	margin: 20px 0 22px 0;
}
header aside.contNumber {
	font-family: 'AllerLightRegular';
	font-size: 20px;
	line-height: 24px;
	color: #04384b;
	margin: 44px 0 0 0;
	letter-spacing: -1.1px;
}
.menuWrap {
	position: relative;
	display: inline-block;
	width: 100%;
        font-weight: bold;
	background: #04384b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0Mzg0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzQ2NWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #04384b 0%, #07465d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #04384b), color-stop(100%, #07465d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #04384b 0%, #07465d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #04384b 0%, #07465d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #04384b 0%, #07465d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #04384b 0%, #07465d 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04384b', endColorstr='#07465d', GradientType=0 ); /* IE6-8 */
}
.mobileShow {
	display: none;
}
.nav {
	display: inline-block;
}
.nav li {
	margin: 11px 0 9px 1px;
	display: inline-block;
	list-style: none;
}
.nav li a {
	display: block;
	line-height: 20px;
	padding: 5px 24px;
	border: 1px transparent #0d2d39;
	border-radius: 3px;
	color: #cccccc;
	font-size: 14px;
}
.nav li a:hover, .nav li a.active {
	color:#fff;
	background: #0e303c;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(5,29,38,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(5,29,38,1);
	box-shadow: inset 0px 0px 1px 0px rgba(5,29,38,1);
}
.banerWrap {
	display: block;
	min-height: 200px;
	position: relative;
	background: url(../images/banerWrapBg.png) left top repeat;
	border-bottom: 1px solid #ced9e1;
}
.flexslider ul.slides li .firstSlide {
	background: url(../images/slide-1.png) center right no-repeat;
}
.flexslider ul.slides li .secondSlide {
	background: url(../images/slide-2.png) center right no-repeat;
}
.flexslider ul.slides li .thirdSlide {
	background: url(../images/slide-3.png) center right no-repeat;
}
.flexslider ul.slides li .fourthSlide {
	background: url(../images/slide-4.png) center right no-repeat;
}
.flexslider ul.slides li .fifthSlide {
	background: url(../images/slide-5.png) center right no-repeat;
}
.slides li h1 {
	font-size: 54px;
	line-height: 62px;
	color: #fff;
	font-family: 'AllerBold';
	font-weight: normal;
	text-shadow: 0px 1px 2px rgba(0,0,0,.63);
	margin: 44px 0 20px;
	text-transform: uppercase;
}
.slides li .fourthSlide h1 {
	font-size: 50px;
	line-height: 54px;
}
.slides li .fourthSlide h3 {
	font-size: 18px;
	line-height: 24px;
}
.slides li h3 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	 text-shadow: 0px 1px 0 rgba(0,0,0,.46);
	margin: 18px 0 0;
}
.slides li ul {
	margin-left: 20px;
}
.slides li ul li {
	list-style: disc;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: normal;
	text-shadow: 0px 1px 0 rgba(0,0,0,.46);
	margin: 0px 0 10px;
}
.blueBtn:focus {
	background:#041E28 !important;
	color:#829399;
}
.blueBtn {
	border-radius: 3px;
	background: #04384b;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.downloadNowBtn {
	padding: 15px 36px;
	font-size: 18px;
	margin-top: 20px;
}
.mobileMenuLink {
	position: relative;
	margin: 0 10px;
	padding: 16px 15px 16px 50px;
	font-size: 20px;
	color: #fff;
	background: #04384b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0Mzg0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzQ2NWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #04384b 0%, #07465d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #04384b), color-stop(100%, #07465d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #04384b 0%, #07465d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #04384b 0%, #07465d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #04384b 0%, #07465d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #04384b 0%, #07465d 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04384b', endColorstr='#07465d', GradientType=0 ); /* IE6-8 */
	cursor: pointer;
}
.mobileMenuLink:after {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 38px;
	height: 38px;
	background: #0a2630 url(../images/dropMenuIcon.png) center center no-repeat;
}
.boxContentWrap {
	margin: 15px auto 14px;
}
.boxContentWrap article {
	text-align: center;
	padding: 15px;
	background: url(../images/boxContentBg.png) center right no-repeat;
}
.boxContentWrap article:last-child {
	background: none;
}
.boxContentWrap article:hover {
	background: #ecf2f6 url(../images/boxContentBg.png) center right no-repeat;
}
.boxContentWrap article:last-child:hover {
	background: #ecf2f6;
}
.boxContentWrap h3 {
	font-size: 18px;
	font-weight: normal;
	color: #a51c0f;
	margin: 0 0 0 0;
	text-transform: uppercase;
}
.boxContentWrap img {
	margin: 14px 0 7px 0;
}
.boxContentWrap p {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	margin: 0 0 0 0;
}
.thirdRowWrap {
	background: #dfe5eb;
	border-top: 1px solid #ced9e1;
	border-bottom: 1px solid #d4d3d3;
	padding: 20px 0 30px
}
.thirdRowWrap article h2 {
	font-size: 18px;
	line-height: 20px;
	color: #04384b;
	margin: 8px 0 12px 0;
	text-transform: uppercase;
}
.thirdRowWrap article ul {
	margin-right: 20px;
}
.thirdRowWrap article ul li {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	text-align: justify;
	margin: 0 0 15px 0;
}
.thirdRowWrap article ul li span {
	display: block;
	color: #04384b;
}
.thirdRowWrap article ul li p {
	margin: 0;
}
.thirdRowWrap article ul li .viewMore{
	display:block;
	text-align:right;
}
.thirdRowWrap article ul li a {
	color: #a51c0f;
	line-height: 14px;
	margin: 0 0 20px;
}
.thirdRowWrap article ul li a:hover {
	text-decoration: underline;
}
.thirdRowWrap article div p {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #04384b;
}
.thirdRowWrap article div {
	margin-bottom: 15px;
}
.thirdRowWrap article div img {
	margin: 15px auto 5px;
	display: block;
}
footer {
	background: #04384b;
	-webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.8);
	box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.8);
	padding: 30px 0 15px;
}
footer .container div label {
	float: left;
	font-size: 14px;
	color: #fff;
	width: 55px;
	margin-right: 10px;
	line-height: 32px;
}
footer .container div {
	margin-bottom: 8px;
}
footer .container h1 {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-weight: normal;
	margin: 10px 0 15px;
}
footer .container div input {
	height: 32px;
	width: 218px;
	padding: 5px;
}
footer .container div textarea {
	height: 72px;
	width: 218px;
	padding: 5px;
	resize: none;
}
footer .container div .blueBtn {
	padding: 6px 39px 5px;
	background: #062e3d;
	margin: 0;
	display: inline-block;
}
footer .container article li a {
	font-size: 14px;
	color: #ebe4df;
	line-height: 26px;
}
footer .container article li a:hover {
	text-decoration: underline;
}
footer .container article ul li.mainMenu a {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
}
footer .container article ul.firstColumn {
	float: left;
	display: inline-block;
	width: 147px;
	margin-bottom: 25px;
}
footer .container article ul.secondColumn {
	float: left;
	display: inline-block;
	width: 147px;
	margin: 0 0 25px 15px;
}
.socialMedia {
	margin-top: 20px;
}
.socialMedia a {
	float: left;
	display: inline-block;
	width: 41px;
	height: 41px;
	margin-right: 9px;
	background: #829399;
	overflow: hidden;
}
.socialMedia a img {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.socialMedia a:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.btn:hover, footer .container div .blueBtn:hover {
	color: #fff;
	background: #041E28;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.copyRightText{
	padding-top:10px;
	border-top:1px solid #062b44;
}
.copyRightText p{
	line-height:35px;
	font-size:12px;
	color:#fff;
	margin:0;
}
.innerContentWrap{
	padding:20px 15px 40px;
	margin:0 auto !important;
}
h5.subMenuHead{
	color:#d45144;
	line-height:26px;
	border-bottom:3px solid #e2958a;
}
.innerContentWrap ul.subMenu{
	margin:0;
}

.innerContentWrap ul.subMenu li{
	list-style:none;
	line-height:40px;
	border-bottom:1px solid #dcdddd;
	width:100%;
	position:relative;
	padding:0 0 0 22px;
	margin:0;
	cursor:pointer;
}
.innerContentWrap ul.subMenu li:before{
	content:'';
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-8px;
	width:12px;
	height:16px;
	background:url(../images/vTabIcon.png) left top no-repeat;
}
.innerContentWrap ul.subMenu li.activesub{
	color:#053c50;
}
.innerContentWrap ul.subMenu li.activesub:before{
	background:url(../images/vTabIconActive.png) left top no-repeat;
}

.innerContentWrap h1{
	margin:0 0 10px;
	font-size:24px;
	color:#666666;
	line-height:100%;
}
.innerContentWrap h3{
	margin:10px 0;
	font-family: 'AllerBold';
	font-size:16px;
	color:#666666;
	line-height:18px;
}
.innerContentWrap h4{
	margin:10px 0;
	font-family: 'AllerBold';
	font-size:14px;
	color:#666666;
	line-height:18px;
}
.innerContentWrap h4 span{
	margin-left:20px;
}
.innerContentWrap p{
	margin:0 0 15px;
	font-size:14px;
	color:#666666;
	line-height:18px;
}
.innerContentWrap li{
	margin:0 0 10px;
	font-size:14px;
	color:#666666;
	line-height:18px;
}
.innerContentWrap ul{
	margin-left:20px;
}
.innerContentWrap ul li{
	list-style:url(../images/innerListImg.png);
}

.contentDiv{
	display:none;
}
.innerContentWrap a{
	color:#a51c0f;
}
.innerContentWrap a.btn{
	color:#fff;
}
.innerContentWrap img{
	margin:10px 0 20px;
}
.innerContentWrap address{
	font-size:14px;
	color:#666666;
	line-height:22px;
	margin-bottom:30px;
}
.innerContentWrap address span{
	font-family: 'AllerBold';	
	font-size:16px;
	line-height:28px;
	display:block;
}
.innerContentWrap table{
	margin:20px auto;
}
.innerContentWrap td, .innerContentWrap th{
	text-align:center;
	line-height:24px;
	color:#666;
	padding:0 10px;
}
.calcContent input, .calcContent select{
	display:inline-block;
	background:#f6f6f6;
	border:1px solid #d7d7d7;
	box-shadow:none;
	border-radius:0;
	width:238px;
	font-size:14px;
	color:#666;
}
.calcContent select{
	width:238px;
	margin:0;
	margin-left:-3px;
}
.calcContent input.discount{
	width:214px;
	margin-right:5px;
}
.calcContent div label{
	width:180px;
	margin-right:10px;
	line-height:32px;
	font-size:14px;
	color:#6e94a2;
}
.doubleInput span{
	line-height:32px;
	font-size:14px;
	color:#6e94a2;
	margin:0 15px 0 10px;
}
.calcContent{
	padding:0 15px;
}
.upgradePanel{
	padding:5px 15px;
	background:#f6f6f6;
}

.calcContent h3, .calcContent h1{
	color:#6e94a2;
}
.calcContent div{
	margin-bottom:8px;
}
input[type="checkbox"], input[type="radio"] {
	display:none;
	width:auto;
	float:left;
}

input[type="checkbox"] + label {
	width:auto;
	font-weight:normal;
}

input[type="checkbox"] + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-3px 0 0 -1px;
	vertical-align:middle;
	background:url(../images/check_check_sheet.png) -38px top no-repeat;
	cursor:pointer;
}

input[type="checkbox"]:checked + label span {
	background:url(../images/check_check_sheet.png) -57px top no-repeat;
}

input[type="radio"] + label {
	width:auto;
	margin:0 12px 0 11px;
	font-family: 'AllerRegular';	
}

input[type="radio"] + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-3px 5px 0 -1px;
	vertical-align:middle;
	background:url(../images/check_radio_sheet.png) -38px top no-repeat;
	cursor:pointer;
}

input[type="radio"]:checked + label span {
	background:url(../images/check_radio_sheet.png) -57px top no-repeat;
}
.doubleInput{
	display:inline-block;
}
.doubleInput input{
	width:74px;
}
.finalPriceWrap{
	padding:10px 15px;
	background:#d7e5eb;
}
.finalPriceWrap div{
	margin:0;
}
.finalPriceWrap div input{
	border: 1px solid #b4d0da;
	background:#fff;
}
.innerContentWrap ul.subMenu li:hover{
	background:#f6f6f6;
}
.contactUsContent a{
	color:#666;
}
.contactUsContent a:hover{
	color:#a51c0f;
}
.calcContent .form-control{
	box-shadow: none !important;
	border-radius:0;	
}
asterisks {
        color:#d45144;
	line-height:22px;
}