@charset "utf-8";
body, html {
	margin: 0;
	padding: 0;
	font: 1em "Open Sans", sans-serif;
}
html { visibility:hidden; }
* {
	box-sizing: border-box;
}
h3{
	padding: 0px;
    margin: 0px;
}
.mainContainer {
	padding: 0px;
	border: 0;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clearer {
	clear: both;
	height: 1px;
}
/* phone nav */


.wrapper {
	height: 100%;
}
aside {
	background-color: #333;
	color: #fff;
	width: 50%;
	margin-left: -50%;
	float: left;
	height: 100%;
	position: absolute;
}
section {
	width: 100%;
	height: 100%;
	float: right;
	margin-right: 0;
}
.toggle:checked + .wrapper > aside {
	margin-left: 0;
}
.toggle:checked + .wrapper > section {
	margin-right: -50%;
}
.toggler {
	display: inline-block;
	cursor: pointer;
}
.toggle, .biglabel {
	display: none;
}
.biglabel {
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
}
.toggle:checked + .wrapper > section .biglabel {
	display: block;
}
.navicon {
	width: 30px;
	height: 30px;
	background: url('http://www.securitytronix.co/images/mobile-menu.png') no-repeat;
	background-size: cover;
	display: block;
}
aside, section {
	-webkit-transition: margin 0.5s ease-in-out;
	-moz-transition: margin 0.5s ease-in-out;
	-ms-transition: margin 0.5s ease-in-out;
	-o-transition: margin 0.5s ease-in-out;
	transition: margin 0.5s ease-in-out;
}
/* mobile menu ul */
aside>ul {
	padding-left: 0;
	padding-right: 0;
	padding-top: 24px;
	padding-bottom: 0;
	margin-bottom: 24px;
	list-style-type: none;
	font-size: 0;
}
aside>ul>li>ul {
	list-style: none;
	padding-left: 12px;
}
aside ul a {
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
	display: block;
}
aside ul a:hover {
	color: #1957a7;
	padding-left: 3px;
	background-color: #f9f9f9;
}
aside ul > li {
	border-top: 1px #bdbdbd solid;
}
aside ul>li>ul {
	border-top: 1px #bdbdbd solid;
}
aside ul>li>ul>li {
	border-top: 1px #333 solid;
}
aside>ul {
	border-bottom: 1px solid #bdbdbd;
}
aside ul> li >a {
	padding-top: 3px;
	padding-bottom: 3px;
}
aside ul>li>ul>li a {
	border-bottom: 0;
}


header {

	width: 100%;
}
.heading {
	color: #1957a7;
	font-size: 20px;
	padding: 5px;
	margin: 5px;
	background-color: #FFFFFF;
	width: 1180px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-color: #e5e5e5;
	border: 1px solid #e5e5e5;
}
.mainNav {
	width: 100%;
	height: 62px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
}
.topNav {
	background-color: #F6F6F6;
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
}
.mainSection {
	width: 100%;
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5;
	min-height: 500px;
}
.clearer {
	clear: both;
	height: 1px;
}
/* navTop */
	
.navTop {
	font-family: 'Droid Sans', sans-serif;
	width: 100%;
	border-radius: 6px;
	background: #f9f9f9;
	padding-left: 0px;
	padding-right: 0px;
	height: 45px;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 2;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.navTop ul {
 *zoom:1;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.navTop ul:before, .navTop ul:after {
	content: "";
	display: table;
}
.navTop ul:after {
	clear: both;
}
.navTop ul > li {
	float: left;
	position: relative;
}
.navTop a {
	display: block;
	padding: 12px 12px;
	line-height: 20px;
	color: #969698;
	text-decoration: none;
}
.navTop a:hover {
	color: #000000;
	text-decoration: none;
	background: #f2f2f2;
}
.navTop 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 */
.nav {
	font-family: 'Droid Sans', sans-serif;
	width: 100%;
	border-radius: 6px;
	background: #f9f9f9;
	padding-left: 0px;
	padding-right: 0px;
	height: 60px;
	font-size: 13px;
	text-transform: uppercase;
	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 16px;
	line-height: 40px;
	color: #969698;
	text-decoration: none;
	border-top: 2px solid #f9f9f9;
}
.nav a:hover {
	text-decoration: none;
	color: #000000;
	background: #f2f2f2;
	border-top: 2px solid #4C63EB;
}
.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;
}
/* search form */
	
#searchForm #search {
	background: white url(images/magn.png) right no-repeat;
	background-position: calc(100% - 10px);
	padding-right: 25px;
	padding-left: 5px;
	width: 300px;
	height: 30px;
	font-size: 16px;
	border-style: solid;
	border-color: #E8E8E8;
}
#searchButton {
	background-color: #1957a7;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 16px;
	padding-right: 16px;
	color: #FFFFFF;
	border: 0;
	text-transform: uppercase;
}
#searchButton:hover {
	background-color: #2165be;
}
.searchFormDiv {
	float: right;
}
.logo {
	margin-top: 15px;
}
.phone {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1957a7;
	margin-top: 20px;
	float: left;
	text-align: center;
}
.social {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1957a7;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
	float: right;
}
.socialText {
	float: left;
}
a .socialText {
	color: #1957a7;
}
.YouTube {
	padding-top: 1px;
	padding-left: 5px;
	float: left;
}
.productDiv {
	float: left;
	margin: 5px;
	background-color: #FFFFFF;
	width: 588px;
	height: 250px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
}
.productLeft {
	width: 300px;
	float: left;
	padding: 5px;
}
.productRight {
	float: left;
	width: 270px;
	padding-right: 5px;
}
.productTitle {
	color: #1957a7;
	font-family: 'Open Sans Condensed', sans-serif;
	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;
}
.moreInfoBtn {
	text-transform: uppercase;
	background-color: #F6F6F6;
	border: 1px solid #e5e5e5;
	margin-top: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #969698;
	float: right;
}
a:hover .moreInfoBtn {
	background-color: #e1e1e1;
	color: #4c4c4c;
}
.productDiv a {
	text-decoration: none;
}


/* 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;
	padding: 5px;
}
.productRightsm {
	float: left;
	width: 55%;
	padding-right: 5px;
}
.productTitlesm {
	color: #1957a7;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
}
.productTypesm {
	padding-left: 16px;
	color: #4C4C4C;
	font-weight: bold;
	font-size: 14px;
}
.productDessm {
	color: #969698;
	padding-top: 5px;
	width: 100%;
	height: 95px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.productDeswrappersm {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 95px;
	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: 236px;
	height: 195px;
}
.imgLiquidLarge {
	width: 400px;
	height: 400px;
}


/* Zoom In #1 */
.fourColDiv img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.fourColDiv:hover img {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.footerDiv {
	text-align: right;
	font-size: 12px;
}
footer {
	padding: 20px;
}
/* banner */
.bannerMainDiv {
	position: relative;
	width: 1200px;
	height: 350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.unslider-nav {
	position: absolute;
	top: 330px;
	left: 0;
	right: 0;
	margin: auto;
}
.bannerSlider {
	position: absolute;
	width: 100%;
	height: 350px;
}
/* youtube link */ 
.youtubeLink {
	transition: all .2s ease-in-out;
}
.youtubeLink:hover {
	transform: scale(1.1);
}
/* image resizer */
.boxSep {
	margin: 0px;
	float: left;
	margin-right: 0px;
}
.imgLiquid {
	width: 270px;
	height: 240px;
}
/* news */
.newsLink {
	text-decoration: none;
}
.newsLink a:hover {
	color: #000;
}
.newsBlock {
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	display: block;
	text-decoration: none;
}
.newsDate {
	color: #1957a7;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
}
.newsTitle {
	color: #1957a7;
}
.newsDesc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 80%;
	color: #969698;
}
a .newsLink .newsDate {
	color: #1957a7;
}
a .newsLink .newsTitle {
	color: #1957a7;
}
a .newsLink .newsDesc {
	color: #1957a7;
}
a:hover .newsDate {
	color: #000;
}
a:hover .newsTitle {
	color: #141414;
}
a:hover .newsDesc {
	color: #141414;
}
a:hover .newsBlock {
	background-color: #f2f2f2;
}
/* 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;
}
/* products */

.leftOneThird {
	width: 20%;
	float: left;
}
.rightTwoThirds {
	float: left;
	width: 80%;
}
.productsCat {
	margin: 5px;
	background-color: #FFFFFF;
	padding: 5px;
	margin:2px;
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
}

/* cat */
.catdisp {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
.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;
}
.productCatUl a:hover {
	color: #1957a7;
	padding-left: 3px;
	background-color: #f9f9f9;
}
.productCatUl > li, .productCatUlSub {
	border-top: 1px #bdbdbd solid;
}
.productCatUl {
	border-bottom: 1px solid #bdbdbd;
}
.productCatUl> li >a {
	padding-top: 3px;
	padding-bottom: 3px;
}
.productCatUlSub li a {
	border-bottom: 0;
}
.dbNav {
	font-size: 14px;
	padding: 5px;
	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;
}
.productFull {
	padding: 5px;
	margin: 5px;
	background-color: #FFFFFF;
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #999999;
	border: 1px solid #e5e5e5;
}
.productFullLeft {
	float: left;
	width: 50%;
	padding: 5px;
}
.productFullRight {
	width: 50%;
	float: left;
}
.productFullTitle {
	color: #1957a7;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 28px;
}
.productFullType {
	padding-left: 20px;
	color: #4C4C4C;
	font-weight: bold;
	font-size: 18px;
}
.productFullDes {
	padding: 5px;
	text-align: justify;
}
.productFullPic {
	
}
.productFullBtn a {
	font-size: 14px;
	text-transform: uppercase;
	background-color: #F6F6F6;
	border: 1px solid #e5e5e5;
	margin-top: 15px;
	margin-left: 8px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	color: #969698;
	float: left;
}
.productFullBtn a:hover {
	color: #000000;
	background-color: #e1e1e1;
}
.search-results {
	float: right;
	width: 200px;
}
.mobile-container {
	margin: 5px 15px;
	display: none;
}
/* column layout */	
.col-logo {
	width: 20%;
	float: left;
	padding: 5px;
}
.col-phone {
	width: 45%;
	float: left;
	padding: 5px;
}
.col-search {
	width: 35%;
	float: left;
	padding: 5px;
}
.col-100 {
	width: 100%;
	padding-left: 5px;
	padding-bottom: 5px;

}
.col-20 {
	width: 20%;
	float:left;
}
.paddcent{
	padding:5px;
	text-align: center;
}
.paddcent img{
	display: block;
    margin: 0 auto;
}
.col-33 {
	float: left;
	width: 33.33333%;
	padding-left: 5px;
	padding-bottom: 5px;

}
.col-50 {
	width:50%;
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
}
.col-1 {
	width: 8.33%;
	float: left;
	padding: 5px;
}
.col-2 {
	width: 16.66%;
	float: left;
	padding: 5px;
}
.col-3 {
	width: 25%;
	float: left;
	padding: 5px;
}
.col-4 {
	width: 33.33%;
	float: left;
	padding: 5px;
}
.col-5 {
	width: 41.66%;
	float: left;
	padding: 5px;
}
.col-6 {
	width: 50%;
	float: left;
	padding: 5px;
}
.col-7 {
	width: 58.33%;
	float: left;
	padding: 5px;
}
.col-8 {
	width: 66.66%;
	float: left;
	padding: 5px;
}
.col-9 {
	width: 75%;
	float: left;
	padding: 5px;
}
.col-10 {
	width: 83.33%;
	float: left;
	padding: 5px;
}
.col-11 {
	width: 91.66%;
	float: left;
	padding: 5px;
}
.col-12 {
	width: 100%;
	float: left;
	padding: 5px;
}
.search-main {
	clear: both;
	float: right;
}
.col-100w {
	width: 100%;
	margin-top:5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;

}
.col-100h{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #1957a7;
	
}
.col-100na {
	width: 100%;
	margin-top:5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;

}
/* support page */

.div-4incol{
	width: 25%;
	float: left;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color:#4E4C4C;
	
}
.div-4incol img {
	padding-top:5px;
    display: block;
	margin: auto; 
}
.col-100w a:hover .div-4incol img{
	 -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
	
}
.col-100w a:hover .div-6incol img{
	 -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
	
}

.col-100w a:hover .div-5incol img{
	 -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
	
}
.div-5incol{
	width: 20%;
	float: left;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:#4E4C4C;
	
}
.div-5incol img {
	padding-top:5px;
    display: block;
	margin: auto; 
}


.div-6incol{
	width: 16.6666%;
	float: left;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:#4E4C4C;
	
}
.div-6incol img {
	padding-top:5px;
    display: block;
	margin: auto; 
}
.note{
	font-size:10px;
}
.inputl{
	font-size:20px;
}
.event{
	width:100%;
	background-color:#ffffff;
	padding:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;

}
.eventPic img{
display: block;
    margin: auto;
}
.eventInfo{
	text-align: center;
}
.theading {
	font-size:22px;
	padding: 5px;
	background-color: #FFFFFF;
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #1957a7;
	border: 1px solid #e5e5e5;
	font-weight:bold;
}
.distributors{
	position:relative;
    padding: 5px;
	width: 100%;
  	background-color:#ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	height:200px;	
}
.distributors img {
position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
	
	
}

/* cat toggler */

#checkbox_toggle{
		display: none;
	}
.productsimg{

	width: 197px;
	height: 38px;
	background: url('../images/cat-select.jpg') no-repeat;
	background-size: cover;
	display: block;
	}
.prod-toggler{
		display:none;
	}


.companyInfo{
	font-size: 22px;
}
.phoneBlock{
	font-size:20px;
}
.picfltright{
	float:right;
	padding:5px;
}


/* tablet */

@media only screen and (max-width: 992px) {
.mainContainer {
	width: 900px;
}
.nav {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}
.col-logo {
	width: 30%;
	float: left;
	padding: 5px;

}
.col-phone {
	width: 35%;
	float: left;
	padding: 5px;

}
.col-search {
	width: 35%;
	float: left;
	padding: 5px;

}
.phone {
	font-size: 18px;
	margin-top: 20px;
}
#searchForm #search {
	padding-right: 5px;
	padding-left: 5px;
	width: 200px;
}
/* banner */	
.bannerMainDiv {
	width: 840px;
	height: 245px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bannerSlider ul li img {
	width: 840px;
	height: 245px;
}
.unslider-nav {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 220px;
}
.bannerSlider {
	position: absolute;
	width: 100%;
	height: 245px;
}
.unslider-arrow.next {
	position: relative;
	left: 800px;
	margin-top: 100px;
}
.unslider-arrow.prev {
	margin-left: 10px;
	margin-top: -25px;
}
.fourColDiv {
	margin: 5px;
}
.fourColDiv {
	width: 215px;
	height: 215px;
}
.fourColDiv img {
	width: 215px;
	height: 215px;
}
/*front products */
.productDiv {
	width: 438px;
	height: 200px;
}
.productLeft {
	width: 220px;
}
.productRight {
	width: 200px;
}
.productTitle {
	font-size: 24px;
}
.productType {
	padding-left: 16px;
	font-size: 18px;
}
.productDes {
	padding-top: 5px;
	width: 220px;
	height: 86px;
}
.productDeswrapper {
	height: 86px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 16px;
}
.imgLiquid {
	width: 160px;
	height: 150px;
}
	.distributors img{
		 max-width: 90%;
    
	}
	
.imgLiquidsm {
	width: 185px;
	height: 190px;
}
.imgLiquidLarge {
	width: 325px;
	height: 400px;
}
	
.productDessm {
		height: 48px;
	
}
.productDeswrappersm {

	height: 48px;
	
	font-size: 13px;
	line-height: 14px;
	-webkit-line-clamp: 3;

}
	
	
}




/* phone */

@media only screen and (max-width: 768px) {
[class*="col-"] {
	width: 100%;
}
.mainContainer {
	width: 100%;
}
.mobile-container {
	display: block;
}
.topNav {
	display: none;
}
.bannerMainDiv {
	display: none;
}
.mainNav {
	display: none;
}
	.dbNav{
		
		width:95%;
	}
.productDiv {
	width: 95%;
	height: auto;
}
.productDivsm {
	float: none;
	width: 95%;
	height: auto;
}
.productLeftsm {
	width: 65%;

}
.productRightsm {
	width: 35%;
	
}
.imgLiquidsm {
	width: 100px;
	height: 150px;
}
.productLeft {
	width: 60%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.productRight {
	width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.productTitle {
	color: #1957a7;
	font-size: 18px;
}
.productType {
	padding-left: 10px;
	font-size: 14px;
}
.productDes {
	color: #969698;
	padding-top: 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100px;
}
.productDeswrapper {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 100px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 20px;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.imgLiquid {
	width: 100px;
	height: 150px;
}
.fourColDiv {
	width: 45%;
	height: 45%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fourColDiv img {
	width: 100%;
	height: 100%;
}
	
	/*  top  */
.searchFormDiv {
	clear: both;
	float: none;
}
#searchForm #search {
	clear: both;
	width: 65%;
	height: 25px;
	font-size: 16px;
}
#searchButton {
	background-color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.phone {
	font-size:3vw;
	margin-top: 0px;
}
.col-logo img {
	width: 92px;
	height: 25px;
}
.logo {
	margin-top: 0;
}
.col-logo {
	width: 30%;
	float: left;

}
.col-search {
	background-color:#1957a7;

}
.col-phone {
	width: 55%;
	float: left;	
}
	a .socialText {
		color:#fff;
	}
	
	
.leftOneThird {
	width: 95%;
	float: none;
}
.rightTwoThirds {
	width: 100%;
	float: none;
}
	
	
	.productCatUl a {
	width:100%;
}.productCatUl {
	width:100%;
}
	
.imgLiquidLarge {
	width: 250px;
	height: 250px;
}
	.productFullLeft {
	width: 100%;
	float: none;
}
.productFullRight {
	width: 100%;
	float: none;
}

.row{
	float:left;
	}
	
.distributors{
	
	float:none;
    padding: 5px;
	width: 95%;
	height:auto;
	
}
	.distributors img{
		 max-width: 80%;
    height: auto;
		position:relative;
	}
	
.event{
	float:none;
	width:95%;

}
	.eventPic img{
 max-width: 80%;
}
	
	
	
	
	/* cat toggler   */
	
		.prod-toggler{
		display:block;
	}

.productCatUl{
    max-height:0;
    overflow: hidden;
    transition: 1s;
}

input[type=checkbox]:checked ~ .productCatUl {
    max-height: 2000px;
}

}
