@import url(https://fonts.googleapis.com/css?family=Montserrat|Open+Sans+Condensed:300,300italic);

body {
	font-family: Arial;
	margin:0px;
	background-color:#333;
	color:#FFF;
	min-width:1150px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:light;

}
a {
	color:#cc0000;
	text-decoration:none;
}
h1,h2,h3,h4,h5 {
	font-family: 'Montserrat', sans-serif;
}
.center {
	text-align:center;
}
#mainLogo {
	width:80%;
	margin:0px auto;
	display:block;
}
#header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4c4c4+0,878787+100 */
  background: #c4c4c4; /* Old browsers */
  background: -moz-linear-gradient(top,  #c4c4c4 0%, #878787 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #c4c4c4 0%,#878787 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #c4c4c4 0%,#878787 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#878787',GradientType=0 ); /* IE6-9 */
  height: 100px;
  box-shadow: 0px 0px 25px rgba(0,0,0,1);
  position:relative;
  z-index:9999;
}
#header_content {
	width:1150px;
	margin:0px auto;
	padding: 55px 0px 25px 0px;
}
#logo {
	float:left;
	margin-top:-35px;
}
#nav {
	float:right;
	font-family: 'Montserrat', sans-serif;
}
#nav a {
	padding:25px 35px;
	color:#FFF;
	font-weight:bold;
	text-transform: uppercase;
}
#nav a:hover,
body.index #nav a.index,
body.videos #nav a.videos,
body.where-to-buy #nav a.where-to-buy,
body.products #nav a.products,
body.contact #nav a.contact {
	color:#cc0000;
	border-bottom:4px solid #cc0000;
}
ul.bxslider #slide1 {
	background-image:url("images/esc.jpg");
}
ul.bxslider #slide2 {
	background-image:url("images/BoltLite.jpg");
}
ul.bxslider #slide3 {
	background-image:url("images/quadcopter.jpg");
}
ul.bxslider #slide4 {
	background-image:url("images/overhead.jpg");
}

ul.bxslider li {
	background-size:cover;
	background-position:center;
	height:500px;
	position:relative;
}
ul.bxslider .caption {
	width:400px;
	margin:0px auto;
	color:#FFF;
	position:relative;
	top:380px;
	right:300px;
	font-size: 26px;
	text-align:right;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
	z-index:5;
	line-height:35px;
}

ul.bxslider #slide3 .caption {
	width:650px;
	margin:0px auto;
	right:200px;
}
ul.bxslider .caption span {
	font-size: 48px;
}
ul.bxslider li::after { 

    content: "";
    display:block;
    height:150px;
    background-color:rgba(0,0,0,0.7);
    color: red;
    font-weight: bold;
    width:100%;
    position:absolute;
    bottom:0px;
	z-index:1;

}
#featuredVideo{
	background-color:#222;
	width:100%;
	overflow:hidden;
    box-shadow: 0px 0px 40px #000;
}
#featuredVideo iframe {
	width:889px;
	margin:0px auto;
	display:block;
    box-shadow: 0px 21px 120px #000;
}
#videos iframe {
	margin:20px;
}
ul.B_crumbBox {
	list-style:none;
	margin:0px;
}
ul.B_crumbBox li {
	display:inline;
}
ul.B_crumbBox li a {
  font-weight:bold;
}
ul.B_crumbBox li a:hover {
}

div.productMenu {
  width:21%;
  margin:2%;
  float:left;
  text-align:center;
  font-size:32px;
  font-weight:bold;
  margin-bottom:60px;
}
div.productMenu .menuImg {
  width:100%;
  height:200px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  border:2px solid #FFF;
}
div.productMenu .menuImg a {
  width:100%;
  padding:140px 0px 20px 0px;
  display:block;
}
div.productMenu .menuImg a span {
  width:100%;
  display:block;
  background-color:rgba(255,0,0,0.7);
  color:#fff;
}
div.productMenu .menuImg.frames {
  background-image:url("https://www.aikon-electronics.com/assets/images/hex35/hex35-w01.jpg");
}
div.productMenu .menuImg.fc {
  background-image:url("images/Aikon F4 Front.jpg");
}
div.productMenu .menuImg.bhs {
  background-image:url(images/sefm30a-4in1-1.png);
}
div.productMenu .menuImg.bh32 {
  background-image:url(images/ak32_aio_55A_6s_2.jpg);
}
div.productMenu .menuImg.legacy {
  background-image:url(images/boltlite_square.jpg);
}
body.where-to-buy #content h1 {
	font-weight:normal;
	letter-spacing:10px;
}

body.where-to-buy #content #resellers div {
	width:50%;
	height:120px;
	float:left;
	padding: 25px 0px;
	text-align:center;
}
body.where-to-buy #content #resellers div img {
	height:70%;
}
body.contact #content #contactText {
	width:31%;
	padding:2%;
	float:left;
}
body.contact #content #contactText h1 {
	margin:0px;
}
body.contact #content #contactForm {
	width:65%;
	float:left;
}

.contactForm label {
	width:130px;
	margin-right: 25px;
	text-align:right;
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
}
.contactForm input,
.contactForm textarea {
	border:0px;
	margin-top:15px;
}
.contactForm input[type="submit"] {
	background-color:#cc0000;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
	padding:8px;
	margin-left:158px;
}
.contactForm #recaptcha_area {
	margin-left: 158px;
}
.contactForm #recaptcha_table {
	background-color:#FFF;
}
body.contact #subpageBanner,
body.thank-you #subpageBanner {
	height:400px;
	background-size:cover;
	background-image:url('images/quadrace.jpg');
	background-position:center;
    box-shadow: 0px 0px 40px #000;
}
body.products #subpageBanner {
	height:400px;
	background-size:cover;
	background-image:url('https://www.aikon-electronics.com/assets/images/hex35/hex35-b02.jpg');
	background-position:50% 55%;
    box-shadow: 0px 0px 40px #000;
}
.product {
	clear:both;
	margin-bottom:155px;
}
.product img {
	width:80%;
	display:block;
	margin: 20px auto;
	border:3px solid #FFF;
}
.product .content {
	width:100%;
}
.product a {
    color:transparent;
}
.product a.more {
	background-color:#cc0000;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
	padding:3px 15px;
	float:right; 
	margin-right:35px;
}
.product div.specs a.more {
  margin-top:35px;
  margin-right:-100px;
}
div.specs {
	width:30%;
	margin-bottom: 100px;
	float:left;
	margin-right:80px;
}
div.specs h2 {
	margin-bottom:-5px;
}
div.specs table {
	width:100%;
}
div.specs table tr {
	background-color:#FFF;
	color:#333;
}
div.specs table tr:nth-child(even) {
	background-color:#DDD;
}
div.specs table td {
	padding:3px;
}
#content {
	width:1080px;
	margin:0px auto;
	padding: 35px;
}
#content .section {
	clear:both;
}
#content .section img {
	width:30%;
	margin:10%;
}
#content .section .content {
	width:60%;
	padding:12% 5%;
}
.index #content .section .content {
	width:40%;
}
#content .section.right img {
	float:right;
}
#content .section.right .content {
	float:left;
}
#content .section.left img {
	float:left;
}
#content .section.left .content {
	float:right;
}
#content .gallery img {
    width: calc(33% - 25px);
    float: left;
    margin: 10px;
}
#content img.mainImage {
	width:calc(80% - 6px);
	display:block;
	margin:20px auto;
    border:3px solid white;
}
#content img.pImageFull {
    width:100%;
    margin:0px;
    padding:0px;
    border:none;
}
#footer {

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4c4c4+0,878787+100 */
  background: #c4c4c4; /* Old browsers */
  background: -moz-linear-gradient(top,  #c4c4c4 0%, #878787 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #c4c4c4 0%,#878787 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #c4c4c4 0%,#878787 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#878787',GradientType=0 ); /* IE6-9 */
  height: 180px;
  box-shadow: 0px 0px 25px rgba(0,0,0,1);
  margin-bottom:-25px;
  clear:both;
}
#footer_content {
	width:1150px;
	margin:0px auto;
}
#footer_content div {
	width:39%;
	height: 35px;
	padding:20px 5%;
	float:left;
	margin:55px 0.5%;
	background-color:rgba(0,0,0,0.4);
}
#footer_content #subscribe {
	padding:20px 1%;
	width:47%;
	text-align:center;
}
#subscribe input {
	font-size: 20px;
	border:none;
	padding:5px 15px;
	margin:0px 10px;
}
#subscribe input[type="text"] {
	color:#999;
	margin-left:25px;
}
#subscribe input[type="submit"] {
	background-color:#cc0000;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
}
#social {
	text-align:center;
}
#social a {
	text-transform:uppercase;
	color:#FFF;
	font-size:20px;
	display:inline-block;
	padding:5px 20px;
}
#social a:hover {
	color:#990000;
}