@charset "utf-8";
body, html {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
}

.mainContainer {
	padding: 0px;
	border: 0;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clearer {
	clear: both;
	height: 1px;
}

.leftOneThird {
	width: 20%;
	float: left;
}
.rightTwoThirds {
	float: left;
	width: 80%;
}
.col-50 {
	width:50%;
	float: left;

}
.logo{
	float:left;
	padding-top:22px;
	padding-bottom: 22px;
	width:230px;
}
.prodPadding{
	padding: 8px;

}
.prodPadding2{
	padding: 4px;

}

.productLeft {
	width: 300px;
	float: left;
	padding: 5px;
}
.productRight {
	float: left;
	width: 270px;
	padding-right: 5px;
}
.productTitle {
	color: #1957a7;
	
	font-size: 28px;
}
.productType {
	padding-left: 20px;
	color: #4C4C4C;
	font-weight: bold;
	font-size: 18px;
}
.productDes {
	color: #969698;
	padding-top: 5px;
	width: 300px;
	height: 106px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.productDeswrapper {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 106px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 20px;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* product small */

.productDivsm {
	float: left;
	background-color: #FFFFFF;
	width: 100%;
	height: 200px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
}
.productLeftsm {
	width: 45%;
	float: left;

}
.productRightsm {
	float: left;
	width: 55%;

}
.productTitlesm {
	color: #1957a7;
	
	font-size: 18px;
}
.productTypesm {
	padding-left: 16px;
	color: #4C4C4C;
	font-weight: bold;
	font-size: 14px;
}
.productDessm {
	color: #969698;
	padding-top: 5px;
	width: 100%;
	height: 90px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.productDeswrappersm {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 90px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 18px;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.moreInfoBtnsm {
	text-transform: uppercase;
	background-color: #F6F6F6;
	border: 1px solid #e5e5e5;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	color: #969698;
	float: right;
}
a:hover .moreInfoBtnsm {
	background-color: #e1e1e1;
	color: #4c4c4c;
}
.productDivsm a {
	text-decoration: none;
}
.productBtnsm {
}
.productBtnsm a {
	font-size: 9px;
	text-transform: uppercase;
	background-color: #F6F6F6;
	border: 1px solid #e5e5e5;
	margin-top: 10px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #969698;
	float: left;
}
.productBtnsm a:hover {
	color: #000000;
	background-color: #e1e1e1;
}


/* image resizer small */

.imgLiquidsm {
	width: 230px;
	height: 180px;
}
.imgLiquidLarge {
	width: 400px;
	height: 400px;
}
/* image resizer */
.boxSep {
	margin: 0px;
	float: left;
	margin-right: 0px;
}
.imgLiquid {
	width: 270px;
	height: 240px;
}


/* pagination */


.pagination {
	text-align: center;
}
.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.pagination li {
	display: inline;
}
.pagination a {
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
	margin: 1px 2px;
	padding: 5px 10px;
	display: inline-block;
	border-top: 1px solid #fff;
	text-decoration: none;
	color: #717171;
	font-size: smaller;
	font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
	text-shadow: white 0 1px 0;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: linear-gradient(top, #f9f9f9, #eaeaea);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
}
.pagination a:hover, .pagination a:focus {
	border-color: #fff;
	background-color: #fdfdfd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
	background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
	background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
	background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
	background-image: -o-linear-gradient(top, #fefefe, #fafafa);
	background-image: linear-gradient(top, #fefefe, #fafafa);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa');
}
.pagination li .current {
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
	margin: 1px 2px;
	padding: 5px 10px;
	display: inline-block;
	border-top: 1px solid #505050;
	text-decoration: none;
	color: #f2f2f2;
	text-shadow: black 0 1px 0;
	background-color: #1957a7;
	font-size: smaller;
}
.pagination .disabled {
	display: none;
}


/* product nav */

/* cat */
.productsCat {
	background-color: #FFFFFF;
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
}
.catdisp {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	padding-left: 3px;
}
.catdisp a {
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	color: #999999;

}
.catdisp a:hover {
	color: #1957a7;
	padding-left: 3px;
}
/* ul products down */
.productCatUl {
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 10px;
	list-style-type: none;
	font-size: 0;
}
.productCatUlSub {
	list-style: none;
	padding-left: 12px;
}
.productCatUl a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
	display: block;
	padding-left: 3px;
	
}
.productCatUl a:hover {
	color: #1957a7;
	padding-left: 6px;
	background-color: #f9f9f9;
}
.productCatUl > li, .productCatUlSub {
	border-top: 1px #bdbdbd solid;
}
.productCatUl {
	border-bottom: 1px solid #bdbdbd;
}
.productCatUl> li >a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.productCatUlSub li a {
	border-bottom: 0;
}
.dbNavPadd {
	padding-top:4px;
	padding-bottom: 4px;
	padding-left: 3px;
}
.dbNav {
	font-size: 14px;
	background-color: #FFFFFF;
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-color: #e5e5e5;
	color: #999999;
	border: 1px solid #e5e5e5;
}
.dbNav a {
	text-decoration: none;
	color: #999999;
}
.dbNav a:hover {
	text-decoration: underline;
	color: #1957a7;
}
.search-results {
	float: right;
	width: 200px;
}
.contactInfo{
	float:left;
	padding-top:15px;
	padding-bottom: 15px;
	font-size: 12px;
	color:#5C5C5C;
}
.social{
	float:right;
	padding-top:15px;
	padding-bottom: 15px;
	font-size: 1.1em;
	color:#5C5C5C;
}
.seperator{
	padding-left: 5px;
	padding-right: 5px;
}
hr.hr-thingry{
	border-top: 1px solid rgb(229, 229, 229);
	border-bottom: none;
	height: 0px;
  margin: 0px;
	}
hr.hr-bluetop{
	border-top: 3px solid #1a80b6;
	padding: 0px;
    margin: 0px; 
}

.navContainer{
	float:right;
	width:730px;
}

	/* nav */
#nav {
	
	/* width: 1200px; */
	border-radius: 6px;
	background: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	height: 60px;
	font-size: 15px;
	z-index: 2;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav ul {
 *zoom:1;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul:before, .nav ul:after {
	content: "";
	display: table;
}
#nav ul:after {
	clear: both;
}
#nav ul > li {
	float: left;
	position: relative;
}
#nav a {
	display: block;
	padding: 10px 20px;
	line-height: 40px;
	color: #262626;
	text-decoration: none;
	border-top: 2px solid #ffffff;
}
#nav a:hover {
	text-decoration: none;
	color: #1a80b6;
	background: #ffffff;
	border-top: 2px solid #1a80b6;
}
#nav li ul {
	background: #fff;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	font-size: 12px;
}
#nav li ul li {
	width: 200px;
}
#nav li ul a {
	color: #969698;
	border: none;
}
#nav li ul a:hover {
	background: #f2f2f2;
	border-top: 0px;
}
#nav li ul {
	position: absolute;
	left: 0;
	top: 56px;
	z-index: 1;
}
#nav li ul li {
	overflow: hidden;
	height: 0;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}
#nav ul > li:hover ul li {
	height: 50px;
}
.topmarg{
			margin-top: 30px;
		}
.contactNavButton a{
	background: rgb(26, 128, 182);
	float: right;
	width: 110px;
	height: 22px; 
	margin: 20px 0px 20px 0px;
	text-align: center;
	padding: 12px 0px 10px 0px;
}
.contactNavButton a:hover{
	background: rgb(80, 146, 247);

}
.contactNavButtonText {
	color: #ffffff;
	font-family: open sans;
	font-size: 14px;
	font-weight: 400px;
	text-decoration: none;
}
.wideBar {
	font-family: open sans;
	font-size: 42px;
	font-weight: 400px;
	color: #ffffff;
	text-align: center;
	background: rgb(26, 128, 182);
	padding: 40px 10px 40px 10px;
	margin: 20px 0px 20px 0px;
}
div.columns       { width: 1200px;  margin: 30 auto;}
div.lcol          { width: 50%; background-color: #ffffff; float: left; }
div.rcol          { width: 50%; background-color: #ffffff; float: right; vertical-align: middle; }
div.clear         { clear: both; }	
.sfooter{
			margin-top:50px;
			text-align: center;
			padding-bottom: 10px;
		}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0px;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
  
}
.fixed{
	position:fixed;
	top:0;
}

/* Modal Content */
.modal-content {
   background-color: #fefefe;
    margin: 40px auto; 
	margin-left: 70%;/* 40px from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 250px; /* Could be more or less, depending on screen size */
	background-color:#e5e5e5;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
	#myPopupBtn{
		padding: 12px;
	}
a #myPopupBtn {
		color: #000000;
	}
	a:hover #myPopupBtn {
		color: #1957a7;
	}
	.search-btn{
		float: right;
		width:60px;
		padding-top:12px;
		padding-left: 0px;
	}

.search {
  width: 100%;
  position: relative
}

.searchTerm {
  float: left;
  width: 70%;
  border: 2px solid #1957a7;
  padding: 5px;
  height: 20px;
  border-radius: 5px;
  outline: none;
  color: #1a80b6;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
 
  right: -50px;
  width: 40px;
  height: 36px;
  border: 1px solid #1a80b6;
  background: #1a80b6;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}


.social a .fa.fa-youtube-play{
	color: #bebdbd;
	padding-right: 8px;
}

.social a .fa.fa-linkedin {
	color: #bebdbd;
	padding-right: 8px;
}







