@font-face {
    font-family: 'oswaldbold';
    src: url('fonts/oswald/oswald-bold-webfont.eot');
    src: url('fonts/oswald/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald/oswald-bold-webfont.woff') format('woff'),
         url('fonts/oswald/oswald-bold-webfont.ttf') format('truetype'),
         url('fonts/oswald/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oswaldlight';
    src: url('fonts/oswald/oswald-light-webfont.eot');
    src: url('fonts/oswald/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald/oswald-light-webfont.woff') format('woff'),
         url('fonts/oswald/oswald-light-webfont.ttf') format('truetype'),
         url('fonts/oswald/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oswaldbook';
    src: url('fonts/oswald/oswald-regular-webfont.eot');
    src: url('fonts/oswald/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald/oswald-regular-webfont.woff') format('woff'),
         url('fonts/oswald/oswald-regular-webfont.ttf') format('truetype'),
         url('fonts/oswald/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
		font-family: 'Calibri';
		src: url('fonts/calibri/calibri.eot');
		src: url('fonts/calibri/calibri.eot?#iefix') format('embedded-opentype'),
					url('fonts/calibri/calibri.woff') format('woff'),
					url('fonts/calibri/calibri.ttf') format('truetype'),
					url('fonts/calibri/calibri.svg#calibri') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'Calibri-Bold';
		src: url('fonts/calibri/calibrib.eot');
		src: url('fonts/calibri/calibrib.eot?#iefix') format('embedded-opentype'),
					url('fonts/calibri/calibrib.woff') format('woff'),
					url('fonts/calibri/calibrib.ttf') format('truetype'),
					url('fonts/calibri/calibrib.svg#calibrib') format('svg');
		font-weight: normal;
		font-style: normal;
}

.cf:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.cf {display: inline-block;}
* html .cf {height: 1%;}
.cf {display: block;}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body, html {
	height:100%;
	width:100%;
}
#siteWrap {
	min-height:100%;
	position:relative;
}
#siteTop {
	padding-bottom: 391px;
	background-image:url(../images/pattern.jpg);
}
#siteBottom {
	height: 408px;
	position: absolute;
	width: 100%;
	bottom: 0px;
}
body input,
body textarea  {
	font-family: 'Calibri';
}
.left {
	float: left;
}
.right {
	float: right;
}
.fadeThis * {
	display: none;
}
.fadeThis {
	position:relative;
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1000;
}
.fadeThis span.hover {
	background-position: left bottom;
	cursor:pointer;
	top: 0px !important;
	left: 0px !important;
}
.fadeThis span.text {
	position:absolute;
	display:block;
	z-index:1001;
	text-align: center;
}
.fadeThis input {
	z-index:2000;
	display: block !important;
	position: absolute;	
}
.formBtn {
	border:0px;
	background-color:transparent;
	cursor:pointer;	
}
/*------Basic Shell-------------------------*/

.miniTitle {
	font-family: 'Helvetica';
	font-size: 21px;
	font-weight: bold;
	color: #191f4e;
}
.imgBorder {
	border: solid 1px #375ea9;
	padding: 2px;
}
.divider {
	height: 1px;
	background-color: #b9b2b2;
	margin: 35px 0px;
}
.boxWrap {
	background-color: #f3f3f3;
	border: solid 1px #8f8b88;
	padding: 15px;
}
.textShadow {
	text-shadow: 1px 1px 1px #000000;
        filter: dropshadow(color=#000000, offx=1, offy=1);
}
img {
	border:0px;
}
.container {
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	padding: 0px 20px;
}
img {
    height: auto;
    max-width: 100%;
}

/*------Basic Shell-------------------------*/
#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	border-top: solid 8px #01488a;
	height: 94px;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
}
#header #homeIcon {
	background-image:url(../images/home-icon.png);
	width:19px;
	height:16px;
	position:absolute;
	display:block;
	top:68px;
	left:120px;
}
#header #logo {
	position:absolute;
	left:0px;
	top:-6px;
}
#header #followNumbersWrap {
	padding-top: 6px;
	color: #56aeff;
	font-family: 'oswaldlight';
	font-size: 18px;
	line-height: 22px;
}
#header #followNumbersWrap a {
    text-decoration: none;
}
#header #followNumbersWrap strong {
	font-weight: normal;
	font-family: 'oswaldbook';
	color: #ffffff;
}

#header #followNumbersWrap .scBtn {
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	border: solid 1px #56aeff;
	background-color: transparent;
	margin-right: 6px;
}
#header #followNumbersWrap #sc-facebook {
	background-image:url(../images/sc-facebook.png);
}
#header #followNumbersWrap #sc-twitter {
	background-image:url(../images/sc-twitter.png);
}
#header #followNumbersWrap #sc-linkedin {
	background-image:url(../images/sc-linkedin.png);
}
#header #followNumbersWrap #sc-instagram {
	background-image:url(../images/sc-instagram.png);
}
#header #followNumbersWrap #sc-googleplus {
	background-image:url(../images/sc-googleplus.png);
}
#header #navWrap ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#header #navWrap ul li {
	display: inline-block;
}
#header #navWrap ul li .mBtn,
#header #navWrap ul li a {
	font-family: 'oswaldbook';
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 14px;
	display: block;
	height: 34px;
	line-height: 34px;
	background-image: url(../images/nav-btn-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#header #navWrap ul li:last-child a {
	background-image: none;
	padding-right: 0px;
}
#header #navWrap ul li .sub-menu li:last-child a {
	padding-right: 14px;
}

#header #navWrap ul li .sub-menu {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 94px;
	z-index: 100;
	opacity: 0;
	display: none;
	color: #ffffff;
	padding-top: 28px;
	text-align: left;
	padding-bottom: 20px;
	display: block;
}
#header #navWrap ul li .sub-menu a {
	display: block;
	background-color: rgba(1,72,138,0.8);
	background-image: none;
	height: 70px;
	line-height: 70px;
	margin-right: 20px;
	color: #ffffff;
	text-decoration: none;
	font-family: 'oswaldbook';
	text-transform: uppercase;
	float: left;
	text-align: center;
	font-size: 18px;
}

#header #menuDrop {
	background-color: rgba(0,0,0,0.7);
	border-top: solid 4px #01488a;
	display: none;
}


.grayBarWrap {
	background-color: #c6c6c6;
	padding: 16px 0px 36px 0px;
}
#recentProjectsWrap {
	padding: 0px;
	border-top: solid 10px #01488a;
}
.patternWrap {
	background-image: url(../images/pattern.jpg);
	padding: 22px 0px 45px 0px;
	color: #a8a8a8;
	text-align: justify;
	border-top:solid 10px #01488a;
}
.patternWrap #rightPattern {
	width: 360px;
	position: relative;
	padding-left: 32px;

	border-left: solid 1px #373737;
}
.videoWrap {
	background-color:#ffffff;
	height: 192px;
	width:359px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	height: 48px;
	line-height: 48px;
	color: #56aeff;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'oswaldlight';
}
h2 strong {
	font-weight: normal;
	color: #ffffff;
	font-family: 'oswaldbook';
}
h2.accordTitle strong {
	font-size:23px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	font-family: 'oswaldbook';
	font-size: 24px;
	color: #56aeff;
	text-transform: uppercase;
}
h3.nameH3 {
	height:45px;
	line-height:45px;
	font-family:'oswaldlight';
}
h3.nameH3 strong {
	font-weight:normal;
	font-family:'oswaldbook';
	color:#ffffff;
}
h3.nameH3 span {
	color:#909090;
}
h3 span {
	font-family: 'oswaldlight';
	color: #ffffff;
	font-size: 18px;
}


#floatLogo {
	background-image: url(../images/video-float-logo.png);
	width: 86px;
	height: 124px;
	position: absolute;
	left: 324px;
	top: 128px;
	z-index:10;
}
#recentProjectsWrap #recentProjectsText {
	background-color: #ffffff;
	height: 152px;
	width: 168px;
	padding: 16px 20px;
	color: #4e4e4e;
}
#recentProjectsWrap #recentProjectsText a {
	color:#01488a;
	text-decoration:none;
}
#recentProjectsWrap #recentProjectsText h2 {
	color: #56aeff;
}
#recentProjectsWrap #recentProjectsText h2 strong {
	color: #01488a;
}
#recentProjectsWrap .recentProjectBox {
	width: 206px;
	height: 184px;
	overflow: hidden;
	position: relative;
	margin-left: 2px;
	background-color: #202020;
}
#recentProjectsWrap .recentProjectBox .projectName {
	background-color: rgba(1,72,138, 0.85);
	height: 38px;
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'oswaldlight';
	color: #56aeff;
	z-index: 10;
}
#recentProjectsWrap .recentProjectBox .projectName strong {
	font-weight: normal;
	color: #ffffff;
	font-family: 'oswaldbook';
}
#recentProjectsWrap .recentProjectBox a {
	background-image: url(../images/clear.gif);
	display: block;
	z-index: 30;
	position: absolute;
	width: 100%;
	height: 100%;
}
#recentProjectsWrap .recentProjectBox .zoomIcon {
	background-image: url(../images/zoom-icon.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 74px;
	height: 75px;
	z-index: 5;
	left: 66px;
	top: 185px;
}
#recentProjectsWrap .recentProjectBox img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#footer {
	border-top: solid 10px #01488a;
	background-color: #ffffff;
}
#footer #blueFooter {
	background-color: #01488a;
	height: 93px;
	text-align: center;
	color: #56aeff;
	font-family:'oswaldbook';
	font-size:18px;
}
#footer #blueFooter strong {
	color:#ffffff;
	font-weight:normal;
}
#footer #blueFooter #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
}
#footer #blueFooter #copyright a {
	text-decoration:none;
	color: #56aeff;
}
#footer #whiteFooter {
	height: 285px;
	padding-top: 20px;
}
#footer #whiteFooter .footerLinks {
	float: left;
	line-height: 30px;
	font-family: 'oswaldbook';
	font-size: 18px;
	color: #4e4e4e;
}
#footer #whiteFooter .footerLinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer #whiteFooter .footerLinks strong {
	font-weight:normal;
	color:#01488a;
}
#footer #whiteFooter .footerLinks a {
	display: block;
	line-height: 30px;
	font-family: 'oswaldbook';
	font-size: 18px;
	color: #4e4e4e;
	text-decoration: none;
}
#footer #whiteFooter .footerDivider {
	float: left;
	width: 1px;
	background-color: #bcbcbc;
	margin-top: 5px;
	height: 139px;
	margin-left: 52px;
	margin-right: 52px;
}
#footer #whiteFooter .footerLinks .addressWrap {
	background-image: url(../images/ftr-address.png);
	background-repeat: no-repeat;
	padding-left: 24px;
}

#footer #whiteFooter .footerLinks .addressWrap a {
    display: inline-block;
}

.whiteLink {
	color:#ffffff;
	text-decoration:none;
}
#sideButton {
	background-image: url(../images/contact-tab.png);
	width: 61px;
	
	height: 254px;
	display: block;
	position: fixed;
	right: 0px;
	top: 120px;
	z-index:2000;
}
#contentWrap {
	padding-bottom: 30px;
}

#topPageTitleWrap {
	border-bottom: solid 10px #01488a;
	height: 329px;
	background-image: url(../images/inner-bg-2.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size:cover;
}
#topPageTitleWrap h1 {
	background-image: url(../images/page-title-bg.png);
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	height: 53px;
	line-height: 53px;
	padding-left: 15px;
	color: #56aeff;
	text-transform: uppercase;
	font-family: 'oswaldlight';
	background-repeat: repeat-y;
	position:absolute;
	left:0px;
	top:276px;
	width:100%;
}
#topPageTitleWrap h1 strong {
	font-weight: normal;
	font-family: 'oswaldbook';
	color: #ffffff;
}
.black-transparent-box {
	background-color: rgba(0,0,0,0.2);
	padding: 20px;
	color: #a8a8a8;
	text-align: justify;
}
.black-transparent-box.comments {
	padding:20px 20px 40px 20px;
}
.black-transparent-box .personDivider {
	background-image:url(../images/person-divider.png);
	background-repeat:repeat-y;
	position:relative;
}
.black-transparent-box .personDivider .personPic {
	width: 144px;
}
.black-transparent-box .personDivider .personInfo {
	width: 806px;
	overflow: hidden;
	height: 89px;
}
.black-transparent-box .personDivider .personInfo .profileText {
	line-height:18px;
}
.black-transparent-box .personDivider .personInfo .profileText p:first-child {
	margin-top: 0px;
}
.black-transparent-box .personDivider .personInfo .readMoreProfileBtn {
	position: absolute;
	right: 0px;
	bottom: -8px;
	color: #56aeff;
	text-transform: uppercase;
	cursor: pointer;
	display: none;
	font-size: 15px;
	font-family:'oswaldlight';
}
.black-transparent-box.comments .personDivider .personInfo .readMoreProfileBtn {
	bottom: -33px;
}

.pdfLink {
	background-image: url(../images/pdf-icon.png);
	display: inline-block;
	color: #909090;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 23px;
}
.graphWrap {
	height: 430px;
	position: relative;
}
.graphWrap .bar {
	background-color: #dbdbdb;
	width: 40px;
	position: absolute;
	bottom: 0px;
	color: #2a2a2a;
	font-family: 'oswaldbook';
	font-size: 18px;
	line-height: 40px;
	min-height: 0px;
	cursor: pointer;
}
.graphWrap .bar.blueBar {
	background-color: #56aeff;
	width: 70px;
	color: #ffffff;
}
.graphWrap .bar.blueBar .rotate {
	left: 20px;
	bottom: 0px;
}
.graphWrap .bar.bar1 {
	left: 80px;
}
.graphWrap .bar.bar2 {
	left: 130px;
}
.graphWrap .bar.bar3 {
	left: 180px;
}
.graphWrap .bar.bar4 {
	left: 230px;
}
.graphWrap .bar.bar5 {
	left: 280px;
}
.graphWrap .bar.bar6 {
	left: 330px;
}
.graphWrap .bar.bar7 {
	left: 380px;
}
.graphWrap .bar.bar8 {
	left: 430px;
}
.graphWrap .bar.blueBar .barText {
	width:45px;
	padding-left:25px;
}
.graphWrap .barText {
	position: absolute;
	white-space: nowrap;
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	bottom:0px;
	width:30px;
	padding-left:10px;
}
.rotate {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.graphWrap .popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}
.productBox {
	position: relative;
	height: 163px;
	width: 470px;
	float: left;
	margin-right: 20px;
}
.productBox:nth-child(2n){
	margin-right: 0px;
	margin-bottom: 20px;
}
.productTitle {
	color: #56aeff;
	font-family: 'oswaldlight';
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
}
.productTitle strong {
	font-weight:normal;
	font-family:'oswaldbook';
	color:#ffffff;
	font-size:17px;
}
.productBox .readMoreLink {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-family: 'oswaldbook';
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}
.productWhiteLeft {
	background-color: #ffffff;
	padding: 10px;
	width: 181px;
	text-align: left;
	font-family: 'oswaldbook';
	color: #56aeff;
	text-transform: uppercase;
	font-size: 17px;
	float: left;
}
.productWhiteLeft p {
	margin: 0px;
	padding: 0px;
}
.productRight {
	float: right;
	width: 780px;
}
.productRight h2 {
	background-color: rgba(0,0,0,0.5);
	padding-left: 10px;
	margin-bottom: 10px;
}
.pText {
	padding-left: 10px;
	padding-bottom: 40px;
}
.productRight p a,
.pText .fancyBox {
	border: solid 1px #56aeff;
	padding: 1px;
	width: 146px;
	height: 110px;
	margin-right: 5px;
	display: block;
	float: left;
}

.productWhiteLeft ul {
	padding-left: 15px;
	margin: 0px;
	font-family: 'oswaldlight';
}
.productWhiteLeft ul li {
	padding-bottom: 5px;
}

.productWhiteLeft ul li a {
	color: #2d2d2d;
	text-decoration: none;
	font-size: 16px;
}
.accordTitle {
	cursor: pointer;
	background-image: url(../images/accord-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.accordTitle.active {
	background-position:right top;
}
.accordContent {
}
#footer .scIcon {
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 28px;
}
#footer #ft-facebook {
	background-image:url(../images/ftr-facebook.png);
	padding-left:28px;
	background-repeat:no-repeat;
	background-position:top left;
}
#footer #ft-twitter {
	background-image:url(../images/ftr-twitter.png);
	padding-left:28px;
	background-repeat:no-repeat;
	background-position:top left;
}
#footer #ft-linkedin {
	background-image:url(../images/ftr-linkedin.png);
	padding-left:28px;
	background-repeat:no-repeat;
	background-position:top left;
}
#footer #ft-instagram {
	background-image:url(../images/ftr-instagram.png);
	padding-left:28px;
	background-repeat:no-repeat;
	background-position:top left;
}
#footer #ft-googleplus {
	background-image:url(../images/ftr-googleplus.png);
	padding-left:28px;
	background-repeat:no-repeat;
	background-position:top left;
}
#footer #mailIcon {
	display:inline-block;
	background-image:url(../images/mail-icon.png);
	background-repeat:no-repeat;
	padding-left:25px;
	margin-left:20px;
	background-position:left center;
}
#greenLeaf {
	background-image: url(../images/green-leaf.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 180px;
	height: 134px;
	top: -30px;
	left: 170px;
}
.vinylBtn {
	color: #b6e13e;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'oswaldbook';
	line-height: 7px;
}
.vinylBtn span {
	color: #ffffff;
	font-family: 'oswaldlight';
	font-size: 15px;
}
#infoWrap {
	position: absolute;
	padding: 10px;
	background-color: rgba(255,255,255,1);
	left: 10px;
	bottom: 15px;
	width: 333px;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	height: 240px;
	font-family: 'oswaldlight';
	font-size: 16px;
	color: #6d6d6d;
	text-transform: uppercase;
	line-height: 20px;
}
#infoWrap a {
	color:#6d6d6d;
	text-decoration:none;
}
#infoWrap h2 {
	font-family: 'oswaldbook';
	font-size: 20px;
	height: auto;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
#infoWrap .divider {
	background-color: #e5e5e5;
	margin: 20px 0px;
}
#infoWrap #timeWrap {
	text-align: center;
}
#infoWrap #timeWrap strong {
	color: #56aeff;
	font-size: 18px;
	font-family: 'oswaldbook';
	font-weight: normal;
}
#formWrap {
	font-family: 'oswaldlight';
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
}
#formWrap br {
	display: none;
}
#formWrap .txtInput {
	background-color: #e5e5e5;
	border: 0px;
	padding-left: 10px;
	width: 480px;
	height: 36px;
	font-size:17px;
}
#formWrap .txtInputSm {
	width: 225px;
}
#formWrap .contactLeft {
	float: left;
	width: 490px;
}
#formWrap .contactRight {
	float: right;
	width: 490px;
}
#formWrap .txtInputDD {
	background-color: #e5e5e5;
	border: 0px;
	padding-left: 10px;
	width: 491px;
	height: 36px;
    font-family: 'Calibri';
    font-size: 17px;
    text-transform: none;
}
#formWrap #submitBtn-custom {
	font-family: 'oswaldlight';
	text-transform: uppercase;
	font-size: 17px;
	border: 0px;
	color: #ffffff;
}
.galLink {
	color:#ffffff;
	text-decoration:none;
	font-size:18px;
}
#popupForm
{
    position:absolute;
    background-color:#f0f0f0;
    width:830px;
    padding:10px;
    z-index:5001;
	height:600px;
}
#popupForm #contactBoxWrap2 {
	overflow-y:scroll;
	height:100%;
	position:relative;
}
    #popupForm #closeLink
    {
        bottom: -39px;
        color: #FFFFFF;
        cursor: pointer;
        font-family: 'oswaldlight';
        font-size: 20px;
        left: 0;
        position: absolute;
        text-transform: uppercase;
    }
#submitBtn-custom {
	background-color: #01488a;
	cursor: pointer;
	display: block;
	line-height: 40px;
	width: 100px;
	text-align: center;
}
.warrantyBar {
	background-image:url(../images/warranty-bar-bg.png);
	background-repeat:repeat-y;
	font-size:18px;
	height:auto;
	line-height:normal;
	color:#ffffff;
	padding:6px 10px;
	margin-bottom:5px;
}
#typeSlider {
	padding: 0px 37.5px;
}
.slick-arrow,
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
	position: absolute;
	width: 37px;
	height: 37px;
	top: 100px;
	cursor: pointer;
	font-size: 0px;
	text-indent: -99999px;
	background-repeat: no-repeat;
	z-index: 100;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	outline: none;
}
.slick-arrow:hover {
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform:scale(1.3);
}
.slick-prev.slick-arrow {
	left: -12px;
	background-image: url(../images/sl-prev.png) !important;
}
.slick-next.slick-arrow {
	right: -12px;
	background-image: url(../images/sl-next.png) !important;
}
#logoLinks img {
	margin: 0px 5px;
	vertical-align: middle;
}
#graphsWrap .graphItem {
	width: 510px;
	float: left;
	margin-right: 20px;
}
#graphsWrap .graphItem:nth-child(2n){
	margin-right: 0px;
	margin-bottom: 40px;
}
.galImgs a:last-child {
	margin-right: 0px;
}
#videosWrap .videoItem {
	float: left;
	margin-right: 20px;
}
#videosWrap .videoItem:nth-child(2n){
	margin-right: 0px;
	margin-bottom: 30px;
}
#videosWrap .videoItem .video {
	display: block;
	position: relative;
}
#videosWrap .videoItem .video::after {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background-image: url(../images/video-play.png);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0px;
	left: 0px;
}
.galleryWrap a {
	margin-right: 28px !important;
	display: block;
	float: left;
}
.galleryWrap a:nth-child(6n){
	margin-right: 0px !important;
	margin-bottom: 28px !important;
}
#greenTable tr:nth-child(even) {
	background-color: rgba(174,219,58,0.03);
}
#greenTable tr td:first-child {
	text-align: left;
	padding-left: 20px;
}
#greenImagesWrap a:nth-child(4n) {
	margin-right: 0px;
	margin-bottom: 20px;
}
#greenImagesWrap a:last-child {
	margin-right: 0px;
	margin-bottom: 0px;
}
#thankyouWrap {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	display: none;
}
#thankyouWrap h2 {
	font-size: 40px;
}
div.wpcf7-response-output {
	display: none !important;
}
#contactGallery a {
	margin-right: 20px;
}
#contactGallery a:nth-child(6n) {
	margin-right: 0px;
	margin-bottom: 20px;
}
#contactGallery a:last-child {
	margin-right: 0px;
	margin-bottom: 0px;
}
#sb_instagram {
	overflow: hidden !important;
	width: auto !important;
	max-width: none !important;
}
#sb_instagram #sbi_images .sbi_item,
#sb_instagram #sbi_images .sbi_item .sbi_photo,
#sb_instagram #sbi_images .sbi_item img {
	width: 280px !important;
	height: 280px !important;
}
#sb_instagram #sbi_images {
	float: none !important;
	top: 0px !important;
	position: relative;
}
#sb_instagram #sbi_images .sbi_item {
	border-right: solid 2px #01488a;
}
#ewd-feup-login-form,
#ewd-feup-register-form-div {
	margin: 0 auto;
	width: 750px;
}
.ewd-feup-text-input,
.feup-pure-form input[type="text"], .feup-pure-form input[type="password"], .feup-pure-form input[type="email"], .feup-pure-form input[type="date"], .feup-pure-form input[type="datetime-local"], .feup-pure-form input[type="number"], .feup-pure-form input[type="file"], .feup-pure-form select, .feup-pure-form textarea {
	width: 100%;
	box-sizing: border-box;
}
.feup-pure-button {
	border: 0px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0px;
    font-family: 'oswaldbold';
	text-transform: uppercase;
	font-size: 22px;
}
.feup-pure-button-primary, .feup-pure-button-selected, a.feup-pure-button-primary, a.feup-pure-button-selected {

}
.feup-pure-form-aligned .feup-pure-control-group label {
	display: block;
	width: auto;
	text-align: left;
}
.feup-pure-form-aligned .feup-pure-control-group {
	padding: 0px;
}
.downloadBtn,
.loginBtn,
.regBtn {
	display: inline-block;
	text-align: center;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-family: 'oswaldbold';
	font-size: 22px;
	background-color: #0078e7;
	margin: 20px;
	text-decoration: none;
	color: #ffffff;
}
.loginBtn {
	background-color: #03c53a;
}
.downloadFileWrap {
	padding-bottom: 40px;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	margin-bottom: 40px;
}
.downloadFileWrap:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
}
.downloadFileWrap h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 24px;
	line-height: 23px;
}
.downloadFileWrap .downloadInfo {
	width: 75%;
}
.downloadFileWrap .downloadLink {
	width: 22%;
}
.downloadBtn {
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
}
#recentProjectsWrap div.scrollingHotSpotRight, #recentProjectsWrap div.scrollingHotSpotRight span.hover {
	background-image: url(../images/ig-right.png);
}
#recentProjectsWrap div.scrollingHotSpotLeft, #recentProjectsWrap div.scrollingHotSpotLeft span.hover {
	background-image: url(../images/ig-left.png);
}
#recentProjectsWrap div.scrollingHotSpotRight, #recentProjectsWrap div.scrollingHotSpotRight span.hover,
#recentProjectsWrap div.scrollingHotSpotLeft, #recentProjectsWrap div.scrollingHotSpotLeft span.hover {
	background-repeat: repeat-y;
	height: 280px;
	width: 208px;
}

.video-wrap { position: relative; }
	.video-wrap:hover i { color: #56aeff; }
.play-button { background-color: rgba(0,0,0,.5); border-radius: 50%; height: 80px; width: 80px; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: 0 auto; text-align: center; }
	.play-button i { font-size: 40px; color: #fff; line-height: 80px; position: relative; left: 4px;}
	.play-button:hover i { color: #56aeff; }

#formWrapProd {
	border: solid 2px #56aeff;
	padding: 10px 20px 20px 20px;
	margin-bottom: 30px;
	position: fixed;
	right: 110px;
	top: 434px;
	width: 260px;
	background-color: rgba(0,0,0,0.4);
}
#formWrapProd p {
	padding: 0px;
	margin: 0px;
}
#formWrapProd input,
#formWrapProd textarea {
	background-color: #e5e5e5;
	border: 0px;
	padding-left: 10px;
	width: 100%;
	display: block;
	height: 36px;
	font-size:17px;
	box-sizing: border-box;
}
#formWrapProd input[type='submit'] {
	background-color: #01488a;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0px;
	cursor: pointer;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
#formWrapProd input[type='submit']:hover {
	background-color: #0084ff;
}
#formWrapProd textarea {
	height: 100px;
	margin-bottom: 20px;
}
#formWrapProd .twoInputWrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
#formWrapProd .twoInputWrap .wpcf7-form-control-wrap {
	width: 48%;
	margin-bottom: 20px;
}
#formWrapProd div.wpcf7 .ajax-loader {
	position: absolute;
}
#formWrapProd h2 {
	height: auto;
	line-height: normal;
}

/*
**
UPDATES 302018
**
*/

.container.siw {
	max-width: 1080px;
	padding: 0;
}

.patternbg {
	position: absolute;
	width: 100%;
	left: 0;
	height: 310px;
	background-image: url(../images/pattern.jpg);
}

.page-template-new-product .patternbg {
	top: 0;
	height: 990px;
}

.page-template-gallery #siteTop,
.page-template-new-product #siteTop {
	background-image: none;
}

#photoGallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#photoGallery a {
	margin: 0 0 25px;
}

#galleryslider .slick-current {
	border-left: 4px #e1e1e1 solid;
	border-right: 4px #e1e1e1 solid;
}

#galleryslider .slick-slide img {
	filter: blur(3px);
	min-height: 550px
}

#galleryslider .slick-current img {
	filter: blur(0);
	opacity: 1;
}

#gallerySliderWrap {
	position: relative;
}

#gallerySliderWrap .slick-arrow {
	text-indent: inherit;
	width: inherit;
	height: inherit;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}

#gallerySliderWrap .slick-arrow.prev {
	left: 60px;
}

#gallerySliderWrap .slick-arrow.next {
	right: 60px;
}

#gallerySliderWrap .prev i,
#gallerySliderWrap .next i {
	font-size: 80px;
	color: #fff;
}

#gallerySliderWrap .slick-dots {
	bottom: 0;
	padding: 0 20px 20px;
	box-sizing: border-box;
}

#gallerySliderWrap .slick-dots li button {
	border-radius: 50%;
	background: #cccccc;
	width: 15px;
	height: 15px;
	border: 4px #000 solid;
}

#gallerySliderWrap .slick-dots li button:before {
	font-size: 15px;
	color: transparent;
}

#gallerySliderWrap .slick-dots li.slick-active button {
	background: #000;
}

#gallerySliderWrap .slick-dots li.slick-active button:before {
	opacity: 1;
}

/* New Products Page */

.container.siw {
	max-width: 1080px;
}

div.pdf-files {
	background-color: #fff;
}

div.pdf-files .pdf-files-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.pdf-files h3 a {
	color: #010101;
	background-image: url(../images/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 23px;
	text-decoration: none;
	transition: all .25s ease;
}

div.pdf-files h3 a:hover {
	color: #56aeff;
}

#product-information {
	font-size: 17px;
	text-align: justify;
	color: #acacac;
	padding-top: 22px;
	position: relative;
}

#product-information h2,
#product-information h3 {
	font-family: 'oswaldlight';
	font-size: 30px;
	height: inherit;
	color: #56aeff;
	line-height: 1;
	text-align: left;
}

#product-information h3 {
	line-height: 1.2;
}

#product-information h2 strong,
#product-information h3 strong {
	font-family: 'oswaldbook';
	color: #fff;
	font-size: 27px;
}

#product-information #formWrapProd {
	float: right;
	border: 0;
	background-color: transparent;
	border-left: 1px #01488a solid;
	margin-left: 20px;
	margin-bottom: 30px;
	padding: 0 0 0 30px;
	position: inherit;
	width: calc(100% - 455px);
}

#product-information #formWrapProd h2 {
	margin-bottom: 20px;
}

#product-information .product-specs {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Product Features */

#product-information #product-features {
	column-count: 2;
	column-gap: 1em;
}

#product-information #product-features p {
	color: #464646;
}

#product-information #product-features .row {
	box-sizing: border-box;
	display: inline-block;
	padding: 10px 12px;
	width: 100%;
}

#product-information #product-features .row h3 {
	line-height: 1;
}

#product-information #product-features .row h4 {
	font-family: 'oswaldbook';
	font-size: 30px;
	margin: 0;
	color: #464646;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.2;
}

#product-information #product-features .row strong,
#product-information #product-features .row b {
	color: #464646;
}

/* Testimonials */

#commentsWrap {
	padding-top: 80px;
	padding-bottom: 40px;
	text-align: center;
}

#commentsWrap .testimonial {
	display: inline-block;
	width: 32%;
	background-color: #e1e1e1;
	border: 3px #01488a solid;
	border-radius: 15px;
	padding: 20px 18px 20px 13px;
	box-sizing: border-box;
	height: 405px;
	margin: 0 5px 75px;
	position: relative;
	vertical-align: top;
	text-align: left;
}

#commentsWrap .testimonial:last-child {
	margin-bottom: 0;
}

#commentsWrap .testimonial .content-wrap {
	overflow: hidden;
	max-height: 340px;
}

#commentsWrap .testimonial:after {
	content: url('../images/comments.png');
	position: absolute;
	z-index: 1;
	right: 50px;
	bottom: -100px;
}
/*
#commentsWrap .testimonial:last-child:after {
	display: none;
}
*/
#commentsWrap .testimonial:nth-child(3n+2),
#commentsWrap .testimonial:nth-last-child(1) {
	margin-top: 62px;
}

#commentsWrap .testimonial h3,
.testimonialPopup h3 {
	font-size: 22px;
	height: inherit;
	line-height: 1.2;
}

#commentsWrap .testimonial h3.nameH3 strong,
.testimonialPopup h3.nameH3 strong {
	color: #000;
}

#commentsWrap .testimonial .meta,
.testimonialPopup .meta {
	font-family: 'oswaldlight';
	font-size: 18px;
	color: #000000;
}

#commentsWrap .testimonial p,
.testimonialPopup p {
	font-size: 17px;
	color: #000000;
}

#commentsWrap .testimonial .readmore,
.testimonialPopup .readmore {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-family: 'oswaldbook';
	font-size: 18px;
	color: #56aeff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .25s ease;
}

#commentsWrap .testimonial .readmore:hover,
.readmore .readmore:hover {
	color: #000;
}

.testimonialPopup {
	position: relative;
}

.fancybox-opened .fancybox-skin {
	border: 3px #01488a solid;
	border-radius: 15px;
}

@media only screen and (max-width: 1120px) {
	div.pdf-files .pdf-files-wrapper, #gallerySliderWrap, #product-information #product-features, .product-content {
		padding: 0 20px;
	}
	#product-information #formWrapProd {
		float: none;
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#product-information .product-specs {
		padding: 30px 20px;
	}
}

@media only screen and (max-width: 965px) {
	#commentsWrap .testimonial {
		width: 48%;
	}
	#commentsWrap .testimonial:nth-child(3n+2),
	#commentsWrap .testimonial:nth-last-child(1) {
		margin-top: inherit
	}
	#commentsWrap .testimonial:after {
		display: none;
	}
}


@media only screen and (max-width: 736px) {
	#product-information #product-features {
		column-count: auto;
	}
	#product-information #product-features .row {
		padding: 10px 0;
	}
	.page-template-new-product .patternbg {
		background-image: none;
	}
}

@media only screen and (max-width: 660px) {
	#commentsWrap {
		padding: 80px 20px 40px;
	}
	#commentsWrap .testimonial {
		width: 100%;
		margin: 0 0 75px;
		height: inherit;
	}
}




/* 3stan CSS */
#header {
	border-top: none;
	height: 95px;
}

#header #followNumbersWrap {
	text-align: right;
}

#header #followNumbersWrap .left {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

#header #logo {
	top: 5px;
}

#header #logo img {
	height: auto !important;
}

#header #homeIcon {
	display: none;
}

#header #navWrap ul li .mBtn, #header #navWrap ul li a {
	background: none;
}

#header #navWrap ul li.custom-dropdown > .sub-menu {
	width: auto;
	right: 0;
	font-size: 0;
	padding-left: 460px;
	padding-top: 28px;
	padding-bottom: 28px;
    min-height: 282px;
	justify-content: unset;
	columns: 2;
}

#header #navWrap ul li.custom-dropdown > .sub-menu > li.dropdown-img {
	width: 430px;
    padding-right: 30px;
    position: absolute;
    left: 0;
    top: 14px;
}

#header #navWrap ul li.custom-dropdown > .sub-menu > li.dropdown-img a {
	pointer-events: none;
	cursor: auto;
}

#header #navWrap ul li.custom-dropdown > .sub-menu > li:not(.dropdown-img) {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
 
#header #navWrap ul li.custom-dropdown > .sub-menu > li a {
	height: auto;
	font-family: 'oswaldlight';
	line-height: 1;
	background-color: transparent !important;
	margin: 0;
	padding: 0;
}

#header #navWrap ul li.custom-dropdown > .sub-menu > li a:hover {
	color: #56aeff;
}

.home .grayBarWrap {
	background-color: #FFF;
}

.page-template-products #siteTop {
	background: none;
}

.gform_wrapper {
	margin: 0 !important;
}

.gform_wrapper .gform_heading {
	display: none !important;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
	margin: 0 0 20px !important;
}

.gform_wrapper ul.gform_fields li.recaptcha {
	text-align: center;
	font-size: 0;
}

.gform_wrapper ul.gform_fields li.recaptcha .grecaptcha-badge {
	display: inline-block;
	box-shadow: none !important;
}

.gform_wrapper li.hidden_label input {
	margin-top: 0 !important;
}

.gform_wrapper label.gfield_label {
	font-family: 'oswaldlight';
	font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
}

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
	min-height: 0;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
	padding-top: 0;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first input, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last input, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle input {
	margin-bottom: 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_right select, 
.gform_wrapper select {
	font-family: 'Calibri';
    background-color: #e5e5e5;
    border: 0px;
    padding-left: 10px;
    height: 36px;
    font-size: 17px;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
	line-height: 0;
}

.gform_wrapper .gform_footer {
	padding: 0 !important;
	margin: -12px 0 0 !important;
	text-align: right;
}

.gform_wrapper .gform_footer input[type=submit] {
	display: inline-block;
    font-family: 'oswaldlight';
    text-transform: uppercase;
    font-size: 17px;
    border: 0px;
    color: #ffffff;
    background-color: #01488a;
    line-height: 40px;
    text-align: center;
    padding: 1px 26px;
    margin-right: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding: 0 !important;
    text-transform: uppercase;
    font-size: 12px;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

#productsWrap {
	margin: -10px;
}

#productsWrap .product-wrap {
	width: calc(33.33% - 20px);
	float: left;
	padding: 10px;
}

#productsWrap .product-wrap a {
	display: block;
	background-color: #000;
	overflow: hidden;
	text-decoration: none;
	position: relative;
	font-size: 0;
}

#productsWrap .product-wrap a img {
	object-fit: cover;
	width: 100%;
	height: 320px;
	transition: all .5s ease;
}

#productsWrap .product-wrap a .productTitle {
	text-transform: capitalize;
    text-align: center;
    padding: 5px;
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

#productsWrap .product-wrap a:hover img {
	opacity: .7;
	transform: scale(1.1);
}

#typeSlider .winItem {
	padding: 0 !important;
	width: 180px !important;
}

#typeSlider .winItem .winName {
	height: auto !important;
	text-transform: capitalize !important;
	font-size: 19px !important;
    padding: 0;
	background-color: rgba(0, 0, 0, .7);
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .5s ease;
}

#typeSlider .winItem:hover .winName {
	background-color: rgba(1, 72, 138, .7);
}

#typeSlider .winItem .picWrap {
	padding: 0 !important;
	height: auto !important;
}

#typeSlider .winItem .picWrap .picRel {
	border: none !important;
	width: 100% !important;
	height: 220px !important;
}

#typeSlider .winItem .picWrap img {
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	object-fit: cover;
}

#typeSlider .slick-arrow {
	background-repeat: no-repeat;
	background-position: center;
}

#typeSlider .slick-prev.slick-arrow {
    background-image: url(../images/hp-prev.png) !important;
}

#typeSlider .slick-next.slick-arrow {
    background-image: url(../images/hp-next.png) !important;
}

#typeSlider .slick-arrow:hover {
	transform: none;
}

#typeSlider .slick-prev.slick-arrow:hover {
	background-position: left center;
}

#typeSlider .slick-next.slick-arrow:hover {
	background-position: right center;
}

body > div > .grecaptcha-badge {
	display: none !important;
}

@media (max-width: 820px) {
	#responsive-menu-container li.responsive-menu-item.dropdown-img {
		display: none !important;
	}
}

@media (max-width: 767px) {
	#productsWrap .product-wrap {
	    width: calc(50% - 20px);
	}
}

@media (max-width : 485px) {
	#productsWrap .product-wrap {
	    width: calc(100% - 20px);
	}
}


#ewd-feup-login-form {
    display: flex;
    align-items: center;
}

.feup-pure-control-group:last-child label {
    display: none;
}

.feup-pure-control-group .feup-pure-button {
    padding-left: 2rem;
    padding-right: 2rem;
}

.feup-pure-control-group {
    margin-bottom: 0 !important;
}

.feup-pure-control-group input {
    margin-bottom: 0 !important;
}

#header #menuDrop {
    position: absolute;
    width: 100%;
}

#header #navWrap ul li.custom-dropdown > .sub-menu {
    display: none;
    opacity: 0;
}

.black-transparent-box {
    text-align: center;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #ewd-feup-login-form {
        width: 100%;
    }
    
    .feup-pure-control-group label {
        display: none !important;
    }
    
    #ewd-feup-login-form {
        flex-flow: column;
    }
    
    .feup-pure-control-group input {
        margin-bottom: 0.5rem !important;
    }
}

/* Medium Only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #ewd-feup-login-form {
        width: 100%;
    }
}
