body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
}
@-webkit-keyframes mid {
		0% {
		    opacity: 1;
		    -webkit-transform: rotate(0deg);
		    transform: rotate(0deg);
		}
		25% {
		    opacity: 1;
		    -webkit-transform: rotate(25deg);
		    transform: rotate(25deg);
		}
		50% {
		    opacity: 1;
		    -webkit-transform: rotate(-25deg);
		    transform: rotate(-25deg);
		}
		75% {
		    opacity: 1;
		    -webkit-transform: rotate(25deg);
		    transform: rotate(25deg);
		}
		100% {
		    opacity: 1;
		    -webkit-transform: rotate(0deg);
		    transform: rotate(0deg);
		}
	}

	@keyframes mid {
		0% {
		    opacity: 1;
		    -webkit-transform: rotate(0deg);
		    transform: rotate(0deg);
		}
		25% {
		    opacity: 1;
		    -webkit-transform: rotate(25deg);
		    transform: rotate(25deg);
		}
		50% {
		    opacity: 1;
		    -webkit-transform: rotate(-25deg);
		    transform: rotate(-25deg);
		}
		75% {
		    opacity: 1;
		    -webkit-transform: rotate(25deg);
		    transform: rotate(25deg);
		}
		100% {
		    opacity: 1;
		    -webkit-transform: rotate(0deg);
		    transform: rotate(0deg);
		}
	}
.wrap_page {
	height: auto;
}
a,
.btn-big,
.button,
#searchform .search-submit{
    -webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in!important;
}
@font-face {
	font-family:"Lato Regular";
    src: url();
}

.top {
	background-color: #3e589c;
	-webkit-box-shadow: #CCC 0px 0px 5px;
	-moz-box-shadow: #CCC 0px 0px 5px;
	box-shadow: #CCC 0px 0px 5px;
	height: 80px;
	color: #FFF;
}
.topContent {
	height: 130px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.auto-margin{
	width: 85%;
	max-width:1100px;
	margin-right: auto;
	margin-left: auto;
}
.logoCont {
	width: 25%;
	text-align: left;
	float: left;
	padding-top: 9px;
	position: relative;
}
.logoCont a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.logoCont img {
	height: auto;
	width: 100%;
	max-width: 162px;
	position: absolute;
	left: 0px;
	z-index: 101;
}
.top-right {
	float: right;
	width: 82%;
	text-align: right;
}
.top-email {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/icon-mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
	display: inline-block;
}
.top-right .phone-num a{
	color: #FFFFFF;
	text-decoration: none;
}
.top-right .phone-num a:hover {
	color: #208BE3;
	text-decoration: underline;
}
.textwidget{
	margin:0px;
	padding:0px;
	}
.textwidget p{
	margin:0px;
	padding:0px;
}
.navigation {
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	text-align: right;
	padding-top: 5px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
}
.btn-nav{
	display:none;
}
.drp-ic {
	display: inline-block;
	cursor: pointer;
	background-image: url(../images/arrow-dw-wh.gif);
	background-repeat: no-repeat;
	background-position: center 18px;
	background-size: 10px auto;
	position: absolute;
	width: 10px;
	height: 7px;
	padding-top: 23px;
	right: 0px;
	top: 0px;
}
.drp-ic-cl {
	
}
.navigation ul {
	margin: 0px;
	display: block;
	padding: 0px;
}
.navigation ul li {
	list-style-type: none;
	color: #FFF;
	display: inline-block;
	padding: 0px;
	text-align: center;
	position: relative;
}
.navigation ul li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 27px;
	padding-left: 12px;
	cursor: pointer;
}
.navigation ul li a:hover {
	text-decoration: none;
	text-shadow: none;
	color: #f5bf38;
}
.navigation ul li ul {
	float: left;
	min-width: 170px;
	position: absolute;
	transition: visibility 0.65s ease-in;
	z-index: 999;
	text-align: left;
	font-size: 16px;
	width: 250px;
	display: none;
	background-color: #3e589c;
	border: 1px solid #314579;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	
}
.navigation ul li ul li {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin-left: 0px;
	display: block;
}
.navigation ul li ul li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #314579;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: auto;
}
.navigation ul li ul li:last-child a {
	border-bottom:none;
}
.navigation ul .btnAppt {
	display: none;
}
.linkSel  {
	color: #f5bf38 !important;
}
.linkSel:hover {
	color: #FFFFFF !important;
}
#nav-li-last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background-image: none;
}
.navigation ul .rqForMob{
	display: none;
}
#homeHeader{
	position: relative;
	min-height: 450px;
	width: 1000px;	
}
.header  {
	width: 100%;
}
.header img {
	height: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#innerHeadImg img {
	max-width:1200px;
}
.attachment-full,
.size-full,
.wp-post-image{
	 margin-bottom:0px;
	 padding-bottom:0px;
}
.header-txt {
	width: auto;
	position: absolute;
	bottom: 30px;
	z-index: 105;
	text-align: left;
	left: 0px;
	max-width: 85%;
}
.header-txt h1 {
	font-size: 36px;
	color: #d9382f;
	background-color: rgba(255, 255, 255, 0.7);
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 15px;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
	font-weight: 900;
}
.header-txt p {
	margin: 0px;
	padding: 0px;
}

.header-txt .text-block {
	color: #FFF;
}

.slide-title{
	background-image: url(../images/white-trans-top.png);
	background-repeat: repeat;
	padding: 15px;
	width: 300px;
	position: absolute;
	bottom: 0px;
	z-index: 105;
	text-align:left;
	left: 7.5%;
	}
.slides-content {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 50px;
	right: 0px;
	padding: 15px;
	width: 70%;
	z-index: 500;
	text-align: center;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.9);
}
.cls-slide-cont {
	height: 5px;
	position: relative;
}
.cls-slide-cont .cls-btn {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	text-align: center;
	text-shadow: none;
	height: 25px;
	width: 25px;
	border: 2px solid #333;
	background-color: #FFF;
	position: absolute;
	top: -25px;
	right: -25px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: none;
	cursor: pointer;
}
.slides-content:hover {
	background-color:rgba(0,0,0,0.6);
	-webkit-border-radius:15px;
	border-radius:15px;
}
.slides-content .reg-txt {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ef402e;
	font-weight: 700;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.9);
}
.slides-content .big-h {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.slides-content .sch-loc {
	font-size: 30px;
	font-weight: 700;
	color: #f8cc37;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.9);
}
.slides-content #countdown {
	padding-top: 15px;
}
.header-content {
	height: 350px;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
}
#innerPage {
	background:none;
}
.flx-nav  {
}
.flex-prev,
.flex-next  {
	display: block;
	position: absolute;
	top: 0px;
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	opacity:0.3;
	z-index: 110;
	margin-top: auto;
	margin-bottom: auto;
	bottom: 0px;
}
.flex-prev  {
	background-image: url(../images/arrow-prev.png);
	left: 30px;
}
.flex-next  {
	background-image: url(../images/arrow-next.png);
	right: 30px;
}
.flex-prev:hover,.flex-next:hover {
	opacity:1.5;
	
} 
.page{}
.bodyContent, 
.content-area{
	width: 85%;
	max-width: 1100px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 40px;
	min-height:350px;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 48px;
	font-weight:900;
	color: #E94031;
	text-decoration: none;
	padding-top: 5px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: normal;
}
h1 a {
	color: #E94031;
	text-decoration: none;
	}
h1 a:hover {
	color: #B31F13;
	text-decoration: none;
	}
h2 a {
	color: #424242;
	text-decoration: none;
	}
h2 a:hover {
	color: #000000;
	text-decoration: none;
	}
h2 {
	font-size: 36px;
	color: #424242;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	display: block;
	line-height: normal;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	text-transform:uppercase;
}
h3,h4,h5,h6{
	color: #424242;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	display: block;
	}
h3 {
	font-size: 24px;
	margin: 0px;
	line-height: 30px;
}
.left-50{
	width:45%;
	float:left;
}
.right-50{
	width:45%;
	float:right;
}
.right-50 .btn-big{
	font-size: 20px !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.left-col {
	float: left;
	width: 60%;
}
.right-col {
	float: right;
	width: 30%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #474747;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.taxonomy-description {
	font-size:20px;
	padding-bottom:10px;
}
.sidebar{
	background-color:rgba(255,255,255,0.6)
}
.right-h {
	padding-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 10px;
	color: #d9382f;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d9382f;
}
.right-text {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	overflow: hidden;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.right-text ul {
	margin: 0px;
	padding: 0px;
}
.right-text ul li {
	background-image: url(../images/bullet-txt1.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	display: block;
	padding-left: 15px;
	list-style-type: none;
	line-height: normal;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
}
.right-text a {
	color: #d9382f;
	text-decoration: none;
}
.right-text a:hover {
	color: #8C0020;
	text-decoration: underline;
}
.text-block{
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #424242;
	overflow: hidden;
}
.text-block p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.text-block ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.text-block ul li{
	display: block;
	background-image: url(../images/bullet-txt1.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 17px;
	list-style-type: none;
	line-height: 26px;
}
.text-block a{
	color: #d9382f;
	text-decoration: none;
}
.text-block a:hover{
	color: #AC2720;
	text-decoration: underline;
}
.text-block img{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-right: 10px;
	margin-left: 10px;
}
sup{
	font-size:12px;
	font-weight:normal!important;
}
.full-size-link {
	font-weight: bold;	
	}
.entry-content .navigation {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:center;
	}
.entry-content .navigation .nav-previous {
	display: inline-block;
	padding-right: 25px;
	}
.entry-content .navigation .nav-next {
	display: inline-block;
	}
.base-equip .text-block{
	font-size:18px;
}
.block.base-eqip-logos img {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	max-width: 200px;
}
.block {
	display: table;
	width: 100%;
}
.image-block {
	overflow: hidden;
}
.image-block img {
	height: auto;
	width: 100%;
}
.section{
	padding-top:50px;
	padding-bottom:50px;
}
.padding-top{
	padding-top:15px;
}
.padding-botom{
	padding-bottom:15px;
}
.padding-top-50{
	padding-top:50px;
}
.txtAlcenter {
	text-align: center;
}
.txt-red{
    color: red;
}
.txt-blue-1{
    color: #0070c0;
}
.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-italic {
	font-style: italic;
}
.fontHeavy {
	font-family: "Roboto Condensed", "Arial Black", Helvetica, sans-serif;
	font-size: 48px;
	font-weight: 900;
}
.font-small {
	font-size: 14px;
}
.btn-big{
	font-family: "Roboto", sans-serif;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	text-decoration: none !important;
	color: #FFF !important;
	background-color: #3e589c;
	padding-right: 40px;
	padding-left: 40px;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
}
.btn-big-red{
    max-width: 220px!important;
    display: inline-block!important;
    margin: 0px auto!important;
	background-color: #E93F32!important;
}
.btn-big:hover{
	color: #000 !important;
	background-color: #7C92CB ;
	text-decoration: none;
}
.btn-big-red:hover{
    color: #000 !important;
	background-color: #ff5f53!important;
}
.rq-btn{
	padding-bottom:30px;
}
.button{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF !important;
	background-color: #3e589c !important;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	text-align: center;
}
.button:hover{
	color: #000 !important;
	background-color: #7C92CB !important;
	text-decoration: none !important;
}
#multiClrBtn {
	background: red;
	background: -webkit-linear-gradient(-90deg, green, yellow, red);
	background: -o-linear-gradient(-90deg, green, yellow, red);
	background: -moz-linear-gradient(-90deg, green, yellow, red);
	background: linear-gradient(-90deg, green, yellow, red);
	color: #000;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	}
#multiClrBtn:hover {
	text-decoration: none !important;
	}

/*@keyframes colors{
 0%   {background-color:#ffb900;}
 30%  {background-color:#38f000;}	
 60%   {background-color:#38f000;}
 100%  {background-color:#ffb900;}
}*/
.home-text {
	padding-top: 10px;
}
.home-text .left-col,
.home-text .right-col {
	padding: 15px;
	width: 45%;
	background-color: #f3f3f3;
	border-radius:10px;
	-webkit-border-radius:10px;
}
.highlight-txt{
    color: red;
    display: block;
    padding: 15px;
    background-color:yellow;
}
.base-jump {
    font-size: 24px;
	color: #9d9d9d;
	line-height: 36px;
}
#blogNews .text-block{
	font-size:18px;
	padding-bottom:30px;
}
#greenBtn .btn-big{
	background-color: #38f000 !important;
}
#greenBtn .btn-big:hover{
	background-color: #ffb900 !important;
}
.inner-page h1{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	color: #424242;
	font-weight: 700;
}
.inner-page h2{
	font-size: 24px;
}
.schedule .sch-day {
	float: left;
	height: 90px;
	width: 150px;
	background-color: #f5bf38;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 24px;
	color: #3e589c;
	font-weight: 700;
	text-align: center;
	padding-top: 60px;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.schedule .sch-day span {
	vertical-align: middle;
	display: inline-block;
	margin: auto;
}
.schedule .block {
	margin-bottom: 20px;	
}
.schedule .text-block {
	float: left;
	width: 68%;
	margin-left: 2%;
	padding: 2%;
	background-color: #f3f3f3;
	font-size: 20px;
	line-height: 26px;
	color: #9d9d9d;
	min-height:105px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}
.schedule .text-block .sch-day-date {
	font-size: 24px;
	font-weight: 700;
	color: #3e589c;
	padding-bottom: 10px;
	font-family: "Roboto Condensed", sans-serif !important;
}
.staff {
	background-color: #f5bf38;	
}
.staff .staff-txt {
	padding-bottom: 25px;
}

.staff h2 {
	padding-bottom: 10px;
}
.staff .block {
	margin-bottom: 25px;
}
.staff .block .staff-img {
	float: left;
	height: 208px;
	width: 208px;
}
.staff .block .staff-img img {
	height: 198px;
	width: 198px;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #FFF;
	box-shadow: 0px 3px 5px rgba(0,0,0,.3);
}
.staff .block .text-block {
	float: right;
	width: 75%;
	font-size: 18px;
	line-height: 30px;
}
.staff .block .text-block .staff-name {
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px;
	font-family: "Roboto Condensed", sans-serif;
}
.safety .left-col,
.safety .right-col{
	width:45%;
}
.safety .right-col .red{
	color: #E93F31;
	
}
.landing-zone{
}
.landing-zone .landing-img{
	width:55%;
	height:auto;
	float:right;
}
.photo-gall {
	max-width:1000px;
}
.photo-gall a {
	width: 23%;
	display: inline-block;
	margin-bottom: 25px;
	padding: 0px !important;
	margin-left: 0px !important;
	margin-right: 2%;
}
.photo-gall a img {
	margin-right: 0px !important;
	width: 100%;
	height: auto;
}
.photo-gall a:nth-child(4n+0) {
	margin-right:0% ;
}

.faq {
	background-color: #f3f3f3;
}
.faq .text-block.top-text {
	text-align: center;
	padding-bottom: 25px;
}

.faq .text-block {
	font-size: 24px;
	line-height: 35px;
	color: #9d9d9d;
}
.faq .block {
	border: 1px solid #e4e4e4;
}

.faq .faq-q {
	font-size: 24px;
	color: #3e589c;
	background-color: #FFF;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(../images/icon-faq-plus.gif);
	background-repeat: no-repeat;
	background-position: 10px 18px;
	border-bottom-width: 1px;
	border-bottom-color: #e4e4e4;
	cursor: pointer;
}
.faq .faq-q-min{
	background-image: url(../images/icon-faq-min.gif);
	background-position: 10px 25px;
}
.faq .faq-ans {
	display: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
}
.big-way img{
	width:100%;
	height:auto;
}
.big-way .bodyContent{
	background-color: rgba(255,255,255,0.7);
	max-width: 450px;
	padding: 15px;
	position: absolute;
	left: 0px;
	top: 30%;
	right: 0px;
	border-radius:10px;
	-webkit-border-radius:10px;
}
.gear-rental .text-block{
	font-size: 20px;
	line-height:28px;
}
.event-canc{
	font-size:60px;
	font-weight:900!important;
	line-height:70px;
}
.event-log-ul {
    line-height: 30px;
    padding: 0px 0px 0px 0px;
     margin: 0px 0px 0px 0px;
}
.event-log-ul li{
    list-style-type: none;
    display: block;
    position: relative;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 0px 0px;
}
.event-log-ul li::before{
    content: '\2714';
    color: #3e589c;
    font-size: 20px;
    position: absolute;
    z-index: 10;
    top:2px;
    left: 0px;
    display: block;
}
.read-more a{
	display: block;
	font-size: 16px;
	color: #FFF;
	background-color: #d9382f;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	cursor:pointer;
}
.read-more a:hover {
	background-color: #AC2720;
	text-decoration: none;
	color: #FFF;
}
.image-block {
	overflow: hidden;
}
.image-block img {
	height: auto;
	width: 100%;
}
#blog-post {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 4px;
}
.aligncenter {
	display: block!important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.alignleft {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15;
	float: left;
}
.wp-caption.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}
.alignright {
	float: right;
	margin-top: 5px;
	margin-right: 10;
	margin-bottom: 5px;
	margin-left: 15px;
}

.contact-left{
	float: left;
	width: 45%;
}
.contact-left i{
	font-size: 18px;
	color: #d9382f;
	vertical-align: middle;
	display: inline-block;
	margin-left: 3px;
}
.contact-right {
	float: right;
	width: 45%;
}
.contact-right form {
	margin-left:auto;
	margin-right:auto;
}
#submit {
	padding-right: 20px;
	padding-left: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background-color: #d9382f;
	cursor: pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#submit:hover {
	color: #FFF;
	background-color: #AC2720;
	background-image: none;
}
#formSection .fld-block {
	padding-bottom: 15px;
	display: table;
	width: 100%;
	position: relative;
}
.fld-box {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset #E5E5E5 0px 1px 4px;
	-moz-box-shadow: inset #E5E5E5 0px 1px 4px;
	box-shadow: inset #E5E5E5 0px 1px 4px;
	background-color: #F5F5F5;
	height: 30px;
	color: #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 15px;
}
.validErr {
	padding: 10px;
	border: 2px solid #C10000;
	color: #474747;
	font-size: 16px;
	width: 100%;
	background-color: #FFF;
	margin-bottom: 5px;
	display: none;
}
label {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #d9382f;
	padding-bottom: 7px;
}

.txtAreaWrap {
	webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #333;
	padding: 15px;
	background-color: #FFF;
}
.txt-area {
	height: 100px;
	width: 100%;
	max-height:200px;
	max-width:100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333;
	overflow: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.redFld{
	border: 1px solid #F00;
}
.redLbl{
	border: 1px solid #F00;
}
.errMsg{
	font-size: 14px;
	color: #A80000;
	background-color: #FFF;
	padding: 10px;
	position: absolute;
	border: 1px solid #790000;
	top: -13px;
	right: 0px;
	display: none;
}
.req-star {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D20000;
}
.btn-top {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	float: right;
	position: fixed;
	top: 300px;
	right: 15px;
	background-color: #E93F32;
	display: none;
	cursor: pointer;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0px;
}
.btn-top span {
	background-image: url(../images/arrow-top.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	display: block;
	height: 25px;
	width: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}

.footer {
	background-color: #172139;
	overflow: hidden;
}

.footerCont {
	font-weight: normal;
	color: #FFF;
	text-align: left;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}
.ft-h {
	font-size: 24px;
	color: #FFF;
	padding-bottom: 20px;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
}

.footer-left {
	float: left;
	width: 60%;
	font-size: 16px;
}

.footer-left ul {
	margin: 0px;
	padding: 0px;
}

.footer-left ul li {
	list-style-type: none;
	display: inline-block;
	padding-right: 10px;
	margin-bottom: 10px;
}
.footer-left ul li::after {
	display: inline-block;
	content: "|";
	padding-left: 10px;
	color: #F5B533;
}
.footer-left ul li:last-child::after {
	content:"";
}
.footer a   {
	color: #F4B837;
	text-decoration: none;
	cursor: pointer;
}
.footer a:hover {
	color: #E93F32;
	text-decoration: underline;
}
.footer-left ul li:first-child {
	padding-left: 0px;
}
.footer-left ul li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.footer-left .brought-ty {
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.footer-left .by-name {
	color: #F4B837;
	font-size: 24px;
	font-weight: 700;
}
.footer-left .addr {
	font-size: 18px;
}
.footer-right {
	float: right;
	width: 30%;
	text-align: right;
}
.footer i{
	color:#F5C337;
	font-size:18px;
	display:inline-block;
	vertical-align:top;
}
.soc-nav {
	text-align: right;
}

.soc-nav a {
	background-color: #F5C337;
	text-align: center;
	height: 37px;
	width: 53px;
	display: inline-block;
	margin-left: 10px;
	padding-top: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.footer-right .soc-nav a:hover {
	background-color: #E93F31;
}
.soc-nav img {

}
.footer-right a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.copyright {
	font-weight: normal;
	color: #3E589C;
	text-decoration: none;
	font-size: 14px;
	padding-top: 50px;
	line-height: 20px;
}
