/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, i, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Grid*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-2, .col-md-3, .col-xs-4, .col-md-6, .col-md-9, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-2, .col-xs-4, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
@media (min-width: 768px) {
  .col-md-3, .col-md-6, .col-md-9 {
    float: left;
  }
  .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 1200px){
    .col-xl-12, .col-xl-3, col-xl-9 {
        float: left;
    }
    .col-xl-12 {
        width: 100%;
    }
   .col-xl-9 {
    width: 75%;
   }
  .col-xl-3 {
    width: 25%;
   }
}
/*Floats & Clearfix*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
/*Typography*/
html {
    font-family: lato, helvetica, sans-serif;
    font-size: 17px;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-menu-down:before {
  content: "\e259";
}
/*Header and Nav*/
header{
    height: 66px;
    border-bottom: 1px solid #31313F;;
}
.logo{
    margin-left: 10px;
    margin-top: 20px;
    max-width: 240px;
}
.menu {
    display: none;
    margin-top:20px;
    position: relative;
    z-index: 3;
    background: #fff;
}
.open {
    display: block;
}
.menu li {
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #31313F;;
}
.category{
    background: #F7941D;
    color: #fff;
    padding-top: 12px;
}
.menu li a {
    color: #000;
    display: block;
    height: 40px;
    padding-top: 12px;
}
.menu-button{
    float: right;
    width: 55px;
    height: 46px;
    background: #fff;
    color: #31313F;
    border: 2px solid #31313F;
    border-radius: 3px;
    margin-top: 10px;
    margin-right: 10px;
}
.desktop-nav{
    display: none;
}
/*Dropdown*/
/* Dropdown Button */
.dropbtn {
    color: #000;
    margin-top: -1px;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;  
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;   
    min-width: 250px;
}
.dropdown-content-small{
    min-width: 170px;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {    
    background-color: #F7941D;
    color: #fff;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn,
.dropbtn:hover {
    background-color: #D2143F;
    color: #fff;
}
/*Lead*/
.lead{
    margin-left: -15px;
    margin-right: -15px;
    height:250px;
    background-image: url(../images/prod-lead.jpg);
    background-position: 70% 10%;
    background-size :cover;
    padding-top: 50px;
}
.prod-logo {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.lead h1 {
    font-size: 25px;
    color: #fff;
    text-align: center;
}
/*Section 1*/
.first-section {
    position: relative;
    z-index: 1;
    height: 620px;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #FFF;
    background: url(../images/grey-bkg.png);
}
.first-section h3{
    text-align: center;
    color: #82FE82;
    font-size: 25px;
    margin-bottom: 1.5em;
    margin-top: 15px;
}
.first-section-container{
    margin:0 auto;
}
.first-section p {
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.first-section a{
    color: #F7941D;
}
.first-section a:hover{
    text-decoration: underline;
}
.first-section-img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 20px auto;
}
/*Section 2*/
.second-section {  
    padding-top: 20px;
    background: #686874;
    color: #fff;
    -webkit-box-shadow: inset  0  8px 8px -8px #000000, 
                    inset  0 -8px 8px -8px #000000;
     -moz-box-shadow:inset  0  8px 8px -8px #000000, 
                    inset  0 -8px 8px -8px #000000;
            box-shadow:inset  0  8px 8px -8px #000000, 
                    inset  0 -8px 8px -8px #000000;
}
.specifications-container {
    max-width: 1500px;
    margin: 0 auto;
}
table {
  background-color: transparent;
  padding-bottom: 100px;
}
.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  padding-top: 25px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #DDD;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.table td.no-border {
    border-top: none;
}
.check{
    text-align: center;
}
.button, .button2 {
    display:block;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 #ccc;
    border: 1px solid #2C2D21; 
    border-radius: 3px;
    padding-top: 17px;
    margin: 30px auto;
    width: 150px;
    height: 50px;
    font-size: 17px;
    background-color: #D09C04;
    background-image: -moz-linear-gradient(top,#F3CF47, #D09C04);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#F3CF47),to(#D09C04));
    background-image: -webkit-linear-gradient(top, #F3CF47, #D09C04);
    background-image: -o-linear-gradient(top,#F3CF47, #D09C04);
    background-image: linear-gradient(to bottom,#F3CF47,#D09C04);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12aa00',endColorstr='#ff0f8e00',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 #F3E350,inset -1px 0 0 #EFBE0C,inset 0 -1px 0 #EFBB0C,inset 1px 0 0 #EFBE0C,0 1px 2px -1px rgba(0,0,0,.85);
    -moz-box-shadow: inset 0 1px 0 #F3E350,inset -1px 0 0 #EFBE0C,inset 0 -1px 0 #EFBB0C,inset 1px 0 0 #EFBE0C,0 1px 2px -1px rgba(0,0,0,.85);
    box-shadow: inset 0 1px 0 #F3E350,inset -1px 0 0 #EFBE0C,inset 0 -1px 0 #EFBB0C,inset 1px 0 0 #EFBE0C,0 1px 2px -1px rgba(0,0,0,.85);
}
.button:hover {
    background-color: #FFC10D;
    background-image: -moz-linear-gradient(top,#FFDD5D, #DCA810);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFDD5D),to(#DCA810));
    background-image: -webkit-linear-gradient(top, #FFDD5D, #DCA810);
    background-image: -o-linear-gradient(top,#FFDD5D, #DCA810);
    background-image: linear-gradient(to bottom,#FFDD5D,#DCA810);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12aa00',endColorstr='#ff0f8e00',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);    
}
.button2 {    
    border-radius: 3px;
    border: 1px solid #063d00;
    background-image: -moz-linear-gradient(top,#12aa00,#0f8e00);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#12aa00),to(#0f8e00));
    background-image: -webkit-linear-gradient(top,#12aa00,#0f8e00);
    background-image: -o-linear-gradient(top,#12aa00,#0f8e00);
    background-image: linear-gradient(to bottom,#12aa00,#0f8e00);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12aa00',endColorstr='#ff0f8e00',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(33,221,0,1),inset -1px 0 0 rgba(19,172,0,1),inset 0 -1px 0 rgba(19,172,0,1),inset 1px 0 0 rgba(19,172,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    -moz-box-shadow: inset 0 1px 0 rgba(33,221,0,1),inset -1px 0 0 rgba(19,172,0,1),inset 0 -1px 0 rgba(19,172,0,1),inset 1px 0 0 rgba(19,172,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    box-shadow: inset 0 1px 0 rgba(33,221,0,1),inset -1px 0 0 rgba(19,172,0,1),inset 0 -1px 0 rgba(19,172,0,1),inset 1px 0 0 rgba(19,172,0,1),0 1px 2px -1px rgba(0,0,0,.85);
}
.button2:hover {
    background-color: #19a808;
    background-image: -moz-linear-gradient(top,#1baf09,#179d07);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#1baf09),to(#179d07));
    background-image: -webkit-linear-gradient(top,#1baf09,#179d07);
    background-image: -o-linear-gradient(top,#1baf09,#179d07);
    background-image: linear-gradient(to bottom,#1baf09,#179d07);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1baf09',endColorstr='#ff179d07',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(49,222,16,1),inset -1px 0 0 rgba(18,160,0,1),inset 0 -1px 0 rgba(18,160,0,1),inset 1px 0 0 rgba(18,160,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    -moz-box-shadow: inset 0 1px 0 rgba(49,222,16,1),inset -1px 0 0 rgba(18,160,0,1),inset 0 -1px 0 rgba(18,160,0,1),inset 1px 0 0 rgba(18,160,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    box-shadow: inset 0 1px 0 rgba(49,222,16,1),inset -1px 0 0 rgba(18,160,0,1),inset 0 -1px 0 rgba(18,160,0,1),inset 1px 0 0 rgba(18,160,0,1),0 1px 2px -1px rgba(0,0,0,.85);
}
.table .button, .table .button2 {
    padding-top: 13px;
}
.screenshot{
    display: block;
    max-width: 270px;
    margin: 25px auto;  
}
/* Modal Gallery*/
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*Footer*/
.footer {
    margin-left: -15px;
    margin-right: -15px;
    height: 655px;
    background: #eeeeee;
}
.footer-container{
    padding-top: 50px;
    position: relative;
    margin: 0 auto;
}
.footer small{
    text-align: center;
}
.footer-list img{   
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-top: -0.30em;
    margin-right: 10px;
    float: left;
}
.footer-list li {
    margin-bottom: 25px;
}
.footer-list a {
    color: #1a1a1a;
}
.footer-list a:visited {
    color: #000;
}
.footer-list a:hover {
    color: #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}
.footer-list a img {
    border: none;
}
.footer-list  {
    display: block;
    position: relative;
margin: 0 auto;
}
.ul-wrapper {
    width: 250px;
    position: relative;
    margin: 20px auto;
}
.ul2 {
    margin-bottom: 50px;
}
/*Media Queries*/
@media screen and (min-width: 544px){
    .logo { 
        max-width: 300px;
    }
    .menu {   
        margin-top:14px;
    }
    .first-section {
        height: 570px;
    }
    .second-section {
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 768px){
    .first-section {
        height: 220px;
    }
    .first-section-img {
        width: 285px;
        margin-top: 10px;
    }
    .first-section h3{
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .first-section p {
        font-size: 20px;
    }
    .footer{
        height: 365px;
    }
}
@media screen and (min-width: 992px){
    header{
        height: 50px;
    }
    .logo {
        margin-top: 13px;
        max-width: 235px;
    }
    .menu-button, .menu {
        display: none;
    }
    .desktop-nav {
        display: block;
        float: right;
    }
    .lead{
        height: 500px;       
        padding-top:150px;
        background-position: 100% 10%;
    }      
    .lead h1 {
        color: #fff;
        font-size: 35px;    
    }
    .first-section {
        height: 250px;
    }   
    .first-section-container{
        max-width: 900px;
    }
    .first-section-img {
        width: 320px;
        margin: 12px auto;
        float:left;
    }
    .first-section h3 {
        margin-top: 30px;
    }
    .first-section p {
        margin-top: 30px;
    }
}
@media screen and (min-width: 1200px){
     .logo {
        margin-top: 10px;
        max-width: 300px;
    }
    .first-section { 
        height: 300px;
    }
    .first-section-container{
        max-width: 1100px;
    }
    .first-section-img {
        max-width: 420px;
        width: 420px;
    }
    .first-section p {
        font-size: 25px;
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 1400px){
    .lead {
        background-position: 100% 50%;
    }    
    .first-section {
        height: 350px;
    }
    .first-section-container {
        max-width: 1500px;
    }
    .first-section h3 {
        margin-top: 70px;
    }
    .first-section-img {
        max-width: 430px;
        width: 430px;
        margin-top: 25px;
    }
}