.bees {
	display: none;	
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Source Sans Pro', sans-serif;	
	background: #f5f5f5;
}

a, button, a span, .main-form input[type="submit"] {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

h2 {
  text-align: center;
  font-weight: normal;
}

p {
  color: #171717;
  line-height: 29px;
  font-size: 16px;
  font-weight: normal;
}

span.line {
  background: #3b4b5a;
  width: 40px;
  height: 1px;
  display: block;
  margin: 20px auto 40px auto;
}

.moreInfo {
	background: #fff;
	padding: 15px 25px 14px;
	margin: 50px auto 30px auto;
  display: block;
  width: 120px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  color: #202a3a;
}

.content.services a:hover .moreInfo, .moreInfo:hover {
	background: #7fa4e2;
	color: #202a3a;
	text-decoration: none;
}

.content.services .moreInfo {
	margin-top: 20px;
}

nav ul {
	margin: 0;
	list-style: none;
}

nav ul a:hover {
	text-decoration: none;
}

.main {
	padding: 70px 0 0;
	font-size: 15px;
	font-weight: 300;
}

.alert {
	padding: 35px;
	text-align: center;
}

.main a:hover {
	text-decoration: none;
}

.main .banner, .banner {
	text-align: center;
	background: #202a3a;
	padding: 30px 0 26px 0;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0;
}

#logo {
  display: block;
  margin: 0 auto;
  width: 293px;
}

header, footer {
	background: #7fa4e2;
	/*background-image: url('/img/mesh.jpg');*/
	/*background-image: url('/img/purple-mesh.png');*/
  background-image: url('/img/mesh.png');
	
	color: #fff;
	background-position-x: center;
	position: relative;
	overflow: hidden;

}

#home .main p {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

footer {
	padding: 60px 20px 100px;
  background: #202a3a;
  margin-top: 70px;
}

footer li {
	line-height: normal;
	margin: 5px;
	display: inline-block;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #7fa4e2;
	text-decoration: none;
}

.nav-wrapper {
  background: #202a3a;
  padding: 40px 0;
  border-bottom: 6px solid #2a374b;
  z-index: 2;
	position: relative;
}

.container {
	z-index: 1;
	position: relative;
}

.nav-button {
  background: #fff;
  padding: 15px 19px 14px;
  color: #202a3a;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.nav-button .icon {
	margin: 3px 4px 0 0;
}

.nav-button[rel="home"] {
  margin-top: 5px;
}

header .hero-unit {
	background: none;
	margin-top: 50px;
	text-align: center;
	padding: 5px;
}

header .hero-unit h1 {
	font-size: 22px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0;
	background: rgb(32,42,59);
	background: rgba(32,42,59,0.7);
	padding: 18px 15px 15px;
	width: 150px;
  z-index: 100;
  position: relative;
  margin: -203px auto 170px auto;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

header a.hero-unit:hover h1 {
	background: #7fa4e2;
	text-decoration: none;
	color: #fff;
}

header a.hero-unit:hover {
	text-decoration: none;
}

header .image img {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.images img {
	margin: 11px 1% 33px;
	border: 3px solid #fff;
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
}
#title {
	text-align: center;
	display: block;
	margin: 77px auto;
	font-size: 44px;
	text-shadow: 0 2px 0px rgba(0,0,0,0.3);
}

.lead {
	display: block;
	margin-bottom: 10px;
}

.end {
	text-align: center;
	font-size: 12px;
}

.end a:hover {
	text-decoration: none;
}

.end a {
	margin-top: 15px;
	display: inline;
}

.social {
	margin-top: 40px;	
}

.social ul {
	margin-top: 20px;
	color: #bdbdbd;
}

.social img {
	margin-right: 6px;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;		
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;	
}

.social a:hover img {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.contact-bar {
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.tel {
	margin-top: 4px;
	margin-left: 20px;
	display: inline-block;
	text-align: right;
  font-size: 17px;
}

header nav ul {
	text-align: left;
	float: right;
	clear: both;
}

header nav li {
	float: left;
  margin: 5px 0 0 5px;
}
header nav li:first-child {
	margin-left: 0 !important;
}

header a {
	color: #fff;
}

header a:hover {
	color: #fff;
}

header a.nav-button:hover, header a.nav-button:active, header a.nav-button:focus {
	background: #7fa4e2;
  color: #202a3a;
  text-decoration: none;
}

footer nav a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 4px 7px;
}

footer nav a:hover {
	color: 	#7fa4e2;
}

footer nav {
	float: right;
	width: 100%;
}

footer nav ul {
	float: right;
}

footer small {
	font-weight: 400;
}

#pixelpen {
	float: right;
	margin: 20px 7px 0 0;
	font-size: 13px;
	color: #aaa;
	padding: 2px 0;
}

#pixelpen:hover span {
	color:	#ef7766;
}

.main a.btn-inverse, .main a.btn-inverse:hover {
	color: #fff;
}

.content p {
	margin: 0 0 22px;
}

.first p:first-child {
	text-align: center;
	font-size: 26px;
	line-height: 37px;
	color: #7fa4e2;

	text-align: left;	
	padding: 33px 6px;
	margin-bottom: 32px;
	border-bottom: 2px solid #7fa4e2;
	border-top: 2px solid #7fa4e2;
}

.content li {
	margin-bottom: 4px;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	color: #6A8FDD;
	padding: 6px 0 8px;
	font-size: 17px;
}

.content li:last-child {
	border: none;
}

.main-form input, .main-form textarea {
	width: 100%;
	padding: 0px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #9c9c9c;
	box-shadow: none;
	border: 2px solid #6A8FDD;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.5px;
}

.main-form input, .main-form textarea {
	padding: 15px;
}

.main-form input {
	height: 46px;
}

.main-form input[type="submit"] {
		background: #fff;
		padding: 13px 25px 14px;
		margin: 50px auto 30px auto;
	  display: block;
	  width: 120px;
	  text-align: center;
	  font-size: 15px;
	  font-weight: bold;
	  border-radius: 4px;
	  color: #202a3a;
		border: none;
}

.main-form input[type="submit"]:hover {
	  color: #7fa4e2;
}

label {
	font-size: 15px;
	margin: 10px 0 12px;
	text-align: center;
	display: none;
}

#optOut {
	width: auto;
	padding: 0;
}

.categories a.mini-unit {
	display: block;
	text-align: center;
}

.categories {
	margin-top: 30px;
}
	
.breadcrumbs {
	margin: 0;
	padding: 25px 30px;	
}

.breadcrumbs li {
	list-style-type: none;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	margin-right: 10px;
}

.breadcrumbs li a {
	font-weight: 500;
	color: #666;
}

.products-nav ul {
	margin-left: 5px;
}

.products-nav li a {
	border-bottom: 1px dashed #bbb;
	padding: 2px 0 6px;
	margin: 3px 0;
	font-size: 14px;
	color: #272727;
	font-weight: 700;
}

.products-nav ul li a {
	font-weight: 400;
	color: #666;
	font-size: 11px;
	line-height: normal;
}

.products-nav ul li a:hover {
	color: #272727;
	text-decoration: underline;
}

.cat img {
 	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
	border-radius: 3px;
}

.first-cat h3 {
	text-align: center;
}

.cat h4 {
	font-weight: 600;
	color: #9c9c9c;
	margin: 8px 4px 8px;
	font-size: 11px;
	line-height: 15px;
	height: 30px;
}

.thumbnail:hover  {
	border-color: #999;
}

.thumbnail {
	background: rgb(252, 252, 252);
	box-sizing: border-box;
}

.thumbnails .cat .thumbnail {
	display: block;
}

.cat .thumbnail {
	display:  none ;
	min-height: auto;
}

.cat {
	background-image: url(/img/ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
/*	height: 232px;	*/
}

a.cat:hover  {
	color: #272727;
}

.span3.mini-unit {
	padding: 20px 18px 5px;
}

.products-nav ul li.selected a {
	font-weight: 700;
}

.products-nav ul li.selected ul a {
	font-weight: 400;
	color: #999;
	line-height: normal;
}

.row-fluid .span12.cat-intro {
	margin: 10px 10px 0;
}


.span3.cat {
	margin: 5px !important;
/*	min-height: 247px;*/
}

.span4.cat {
	margin: 4px !important;
	min-height: 220px;
}

.prod-unit {
	padding: 6px 33px 14px;
	margin-bottom: 5px;
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
	text-align: center;
}



i {
	margin-right: 4px;
}

i.icon-search {
	margin-right: 0;
}
#zoom {
	position: relative;
	top: -60px;
	left: -10px;
}

.similarProducts {
	border: 1px solid rgba(0,0,0,.1);
	background-color: rgb(247, 247, 247);
	padding: 30px 0 80px;
	margin: 50px 0 0;
}

.similar {
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
	padding: 16px;
}


.similar h2 a {
	color: #272727;
}

.similar h2 {
	font-size: 16px;
	line-height: normal;
	margin: 5px 0;
}

.cmsmap img {
    max-width: none;
}

.cmsmap {
	width: 100%;
	height: 300px;
}

.similar img {
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 2px;
	margin-right: 16px;
}

#tips li {
	display:none; /* hide the items at first only */
	list-style-type:none ;
	margin: 6px;
}
	
.top {
	margin-bottom: 12px;
	display: block;
}	

.address {
	font-size: 14px;
}

.address span {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-right: 22px;
}

.main h3 {
		margin: 45px 0 0;
}
.contact.address {
		margin: 0 0 90px;
}

.contact.address span {
	margin-right: 0;
}

.contact.address small {
	margin-bottom: 6px;
	display: inline-block;
}

.contact.address a.email {
	color: #7fa4e2;
}

.contact.address a.directions {
	margin: 20px 0;
}
	
.form-wrapper {
	background: #7fa4e2;
	padding: 0 0 70px;
	margin-bottom: -70px;
}

.form-wrapper h3 {
	text-align: center;
	margin: 0 0 22px;
}

.navbar-collapse {
	background: #5171B4;
	padding: 0 14px;
	text-align: center;
	z-index: 2;
}

.navbar-collapse li {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	margin: 20px 10px 0;
}

.navbar-collapse li a:hover {
	background: none;
}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {
	.content p:first-child {
		font-size: 21px;
		line-height: 31px;
	}
	header .image img {
		display: none;
	}
	footer {
		text-align: center;
		padding: 60px 10px 40px;
	}
	#pixelpen, footer nav, footer nav ul {
		float: none;
		margin-top: 12px;
		display: block;
	}
	
	.social ul {
		margin: 20px 0 40px 10%;
		color: #bdbdbd;
		width: 40%;
		float: left;
	}
	
	.affiliates li {
		margin: 0;
		width: 100%;
		float: none;
	}
	.images img {
		margin: 0 0 33px;
		width: auto;
	}
	
}

#collapseBtn {
	margin: -4px;
}

.banner {
	line-height: 44px;
	border-top: 6px solid #2a374b;
	border-bottom: 6px solid #2a374b;
}

.dropdown-menu {
	background: #6A8FDD;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	border: none;
	margin-top: -4px;
	left: auto;
	right: 0;
	text-align: right;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	min-width: 122px;
	width: 122px;
	border-top: 4px solid #5171B4;
	padding-top: 0;
}

.dropdown-toggle {
	width: 122px;
	box-sizing: border-box;
}
header .dropdown-menu li  {
	margin: 0;
	font-size: 13px;
	float: none;
}
header .dropdown-menu>li>a  {
	line-height: 33px;
	border-top: 1px solid #5171B4;
	text-transform: uppercase;
	color: #fff;
	padding: 4px;
	text-align: center;
	font-weight: 600;
}

header .dropdown-menu>li:first-child>a  {
	border-top: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
	background-color: #5171B4;
	background-image: none;
}

.toggle {
	cursor: pointer;
	display: none;	
}

.services .moreInfo {
	max-width: 100%;
	width: auto;
}

.services h2 {
	font-size: 22px;
}

	.main h3 {
		text-align: center;
	}
	.contact.address a.directions {
		margin: 20px auto;
	}
	.contact.address {
		text-align: center;
	}


@media (max-width: 767px) {
	.address {
		text-align: center;
	}

	.main {
		padding-right: 20px !important;
		padding-left: 20px !important;
		padding-top: 40px;
	}
	.form-wrapper {
		padding: 0px 20px 20px;
		margin-left: -20px;
		margin-right: -20px;
		margin-top: 40px;
	}
	body {
		padding-right: 0;
		padding-left: 0;
	}
	.similarProducts {
		border: 1px solid rgba(0,0,0,.1);
		background-color: rgb(247, 247, 247);
		padding: 30px 35px 80px 0px;
		margin: 50px -20px 0 -20px;
		text-align: center;
	}
	.tel {
		margin-left: 0;
		display: block;
		text-align: center;
	}
	.nav-button {
		padding: 0;
		background: none;
		color: #fff;
		font-size: 18px;
		margin: 8px;
	}
	header a.nav-button:hover, header a.nav-button:active, header a.nav-button:focus {
		background: none;
		color: #7fa4e2;
	}
	.banner {
		padding: 20px;
		font-size: 22px;
		line-height: 31px;
	}
	.address span {
		margin-right: 0;
		display: block;
	}
	.map {
		display: none;
	}
	#title {
		margin: 47px auto;
	}
	header .hero-unit img {
		max-width: 74%;
	}
	header .hero-unit {
		margin: 10px 0;
	}
	header nav li {
		margin-left: 0 !important;
	}
	.navbar-collapse li {
		display: block;
	}
	#pixelpen {
		padding-top: 44px;
		margin-top: 44px;
		border-top: 1px solid #333;
	}
	header .hero-unit {
		display: none !important;
	}
}

.home img {
	height: 17px;
}

@media (max-width: 979px) {
	header .hero-unit h1 {
		margin: -136px auto 110px auto;
	}
}

@media (min-width: 980px) and (max-width: 1198px) {
	header .hero-unit h1 {
		margin: -164px auto 140px auto;
	}
}

@media (max-width: 1198px) {
	header nav li {
		display: inline-block;
		float: none;
		margin: 25px 0 0 10px;
	}
	header nav ul {
		text-align: center;
		float: none;
	}
	#logo {
		max-width: 70%;
	}
	#nav {
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.banner {
		font-size: 20px;
	}
	.toggle {
		display: inline-block;
	}
	.dropdown {
		display: none;
	}
	.home {
		display: none !important;
	}
	.brand {
		width: 100% !important;
		margin: 0 !important;
	}
	header .image img {
		bottom: 0;
		top: auto;
	}
	footer li {
		display: block;
		text-align: right;
	}
}

.content ul {
	margin-bottom: 22px;
}



@media (min-width: 1199px) {
	.content p {
		margin: 0 60px 22px;
	}
	.content ul {
		margin: 0 90px 44px;
	}
	.tel {
		float: right;
	}
}



