@import url('https://fonts.googleapis.com/css?family=Ropa+Sans');

@font-face {
  font-family: "FontAwesome";
  src: url('../font/fontawesome-webfont.eot');
  src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 4/3em;
}

.btn [class^="icon-"],
.btn [class*=" icon-"], .nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}

img.logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}

ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  vertical-align: initial;
}

/* -------------------------------------------- */
/* --------------------RESET------------------ */ 
/* -------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

html,
button,
input,
select,
textarea {
    font-family: 'Ropa Sans', sans-serif;
}

body {
    margin: 0;
    font-family: 'Ropa Sans', sans-serif;
    overflow-x:hidden;
}


a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

h1 {
    font-size: 50px;
    margin: 0.67em 0;
}

h2 {
    font-size: 24px;
    margin: 0.83em 0;
}

h3 {
    font-size: 24px;
    margin: 1em 0;
}

h4 {
    font-size: 22px;
    margin: 1.33em 0;
}

h5 {
    font-size: 22px;
    margin: 1.67em 0;
}

h6 {
    font-size: 22px;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 75%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}


form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button,
input {
    line-height: normal; /* 1 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h2 a {
    color: #666;
}

/* -------------------------------------------- */
/* --------------------LAYOUT------------------ */ 
/* -------------------------------------------- */

.layout{ width: 1200px; position: relative; margin: 0 auto; padding: 0px;}
.layout:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.layout .row{}
.layout .row:before,.row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.layout .row:after{clear: both; }
.layout .row{zoom: 1;}

.layout .wrap-col{margin:10px;}

.layout .col-1-2, .layout .col-1-3, .layout .col-2-3, .layout .col-1-4, .layout .col-2-4, .layout .col-3-4, .layout .col-1-5, .layout .col-2-5, .layout .col-3-5, .layout .col-4-5, .layout .col-1-6, .layout .col-2-6, .layout .col-3-6, .layout .col-4-6, .layout .col-5-6{float:left; display: inline-block;}

.layout .col-full{width:100%;}

.layout .col-1-2{width:50%;}

.layout .col-1-3{width:33.33%; padding: 0 2%; position: relative;}
.layout .col-2-3{width:66.66%;}

.layout .col-1-4{width:25%; padding: 0 2%;}
.layout .col-2-4{width:50%;}
.layout .col-3-4{width:75%;}

.layout .col-1-5{width:20%;}
.layout .col-2-5{width:40%;}
.layout .col-3-5{width:60%;}
.layout .col-4-5{width:80%;}

.layout .col-1-6{width:16.66%;}
.layout .col-2-6{width:33.33%;}
.layout .col-3-6{width:50%;}
.layout .col-4-6{width:66.66%;}
.layout .col-5-6{width:83.33%;}

.header {width: 100%; position: absolute; top:0;left:0;z-index:10; margin: 0 auto; padding: 0px;}
.header .logo {width:245px;float:left;position: relative;z-index: 10;}
.header .logo img {width:100%;}
.header .contact{float: left;color: white;margin: 70px 0 0 4%; font-size:16px;}

.header .contact span a {border: 2px solid white; padding: 10px 20px;text-decoration: none; color:white;letter-spacing: 2px;}
.header .col-4-6{width:66.66%;}

#pagename {width: 100%; position: absolute; top:250px;left:0;text-align:center; margin: 0; padding: 0px;}
#pagename h1 {color:white;}

#subbanner  {width:100%; height:500px;}
#subbanner img  {object-fit: cover; width:100%; height:500px;}

.layout .col-1-4 h2 {
  font-size:24px;
  text-align:center;
  color:black;
}

@media screen and (min-width: 1050px) {
  .group {
    height:375px;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
  }
}
@media screen and (min-width: 861px) and (max-width: 1049px) {
  .group {
    height:425px;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
  }
}
@media screen and (min-width: 451px) and (max-width: 860px) {
  .group {
    height:350px;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
  }
}
@media screen and (min-width: 1400px) {
  .header .contact{margin: 70px 0 0 10%;}
}
@media screen and (max-width: 1280px) {
  .layout {width: 90%;}
  span.text-content {font-size: 14px;}
}
@media screen and (max-width: 1195px) {
  .layout .col-1-4 h2{font-size:17px;}
}  
@media screen and (min-width: 861px) and (max-width: 1279px) {
  span.text-content {
    font-size: 1.3vw !important;
    font-size:13px;
  }
}
@media screen and (max-width: 860px) {
  .layout .col-1-3, .layout .col-1-4 {width:50%;}
  .layout .col-2-3{width:100%; margin-bottom:50px;}
  footer img {width:75% !important;}
  footer h3 {font-size:24px !important;}
  body {font-size:16px !important;}
  span.text-content {font-size: 17px !important;}
  input[type="submit"] {
    padding: 28.5px 0 !important;
  }
    .layout .add25 .col-1-3 {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
  .layout .col-1-4 h2{font-size:19px;}
  footer .col-1-2 {width:100% !important; text-align:center}
  footer img {margin: 0 auto; max-width:275px; display: block;}
  footer .col-full {clear:both; padding-top:50px !important;}
  footer .right {text-align: center !important;}
  a.moblink {margin-bottom: 35px;display:inline-block;}
  span.text-content {font-size: 14px !important;}
  .iis-has-bullet-nav .iis-caption {max-width: 90% !important;}
  .col-1-2 {width:100% !important;}
  .g-recaptcha {margin-bottom: 20px;}
}
@media screen and (min-width: 451px) and (max-width: 560px) {
  .col-1-3 h2 {
    width: 88%;
    max-width: 160px;
  }
}
@media screen and (max-width: 450px) {
  .layout .col-1-3, .layout .col-1-4  {width:100%;}
  span.text-content {font-size: 16px;}
  .keeptogether .col-1-2  {
    padding-right:0% !important;
    width:100% !important;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    width: 100% !important;
  }
  textarea {
    width: 100% !important;
  }
  input[type="submit"] {
      width: 100% !important;
  }
}
@media screen and (max-width: 375px) {
  .certificate .title {
    top: 20px !important;
    width: 50%;
  }
}

@media screen and (max-width: 350px) {
  #moblogo{width:168px !important;margin:35px 20px 20px !important;}
  .header .logo {width: 190px !important;}
}

@media screen and (max-width: 310px) {
  .certificate .title {
    top: 10px !important;
    width: 40%;
  }
}

/* -------------------------------------------- */
/* --------------------SLIDER------------------ */ 
/* -------------------------------------------- */
#slides {
  min-height: 400px;
}
#slides img {
  min-height: 120%;
}

/* -------------------------------------------- */
/* ------------------Navigation---------------- */ 
/* -------------------------------------------- */

#primary_nav_wrap {
	margin:68px 50px 0 0;
  float: right;
}

#primary_nav_wrap ul  {
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a  {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:400;
	font-size:18px;
	padding:0 15px 15px;
}

#primary_nav_wrap ul li {
	position:relative;
	float:left;
	margin:0 15px;
	padding:0
}

#primary_nav_wrap ul ul {
	display:none;
	position:absolute;
	top:100%;
	left:-15px;
	background:#fff;
	padding:0;
}

#primary_nav_wrap ul ul li  {
	float:none;
	width:250px;
  margin: 0;
}
#primary_nav_wrap ul ul li:hover  {
	background:#eee;
}

#primary_nav_wrap ul ul a {
	line-height:120%;
	padding:10px 30px;
	color:#000;
}

#primary_nav_wrap ul li:hover > ul  {
	display:block
}
        
/* -------------------------------------------- */
/* ------------------Fade Images--------------- */ 
/* -------------------------------------------- */

ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  margin: 0 1em 1em 0;
  position: relative;
  width: 100%;
}

ul.img-list li img {
    border: 3px solid black;
    border-radius: 10px;
    width:100%;
} 

span.text-content span {
  position: relative;
  top: 9%;
}    

span.text-content {
  background: url('../images/gas-thermostat2.jpg') no-repeat;
  background-size:cover;
  color: white;
  cursor: pointer;
  display: block;
  border-radius:10px;
  height: 98%;
  font-size:18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}

.pic2 {background: url('../images/flame-safety-device.jpg') no-repeat !important;background-size: cover !important;}
.pic3 {background: url('../images/solenoid-valve.jpg') no-repeat !important;background-size:cover !important;}
.pic4 {background: url('../images/lid-valve2.jpg') no-repeat !important;background-size:cover !important;}
.pic5 {background: url('../images/variable-control-valve2.jpg') no-repeat !important;background-size:cover !important;}
.pic6 {background: url('../images/gas-fittings.jpg') no-repeat !important;background-size:cover !important;}
.pic7 {background: url('../images/pic7.jpg') no-repeat !important;background-size:cover !important;}

/* -------------------------------------------- */
/* ---------------- PEERLESS GROUP ------------ */ 
/* -------------------------------------------- */  
.peerimg {
  border: 2px solid black;
  border-radius: 10px 10px 0 0;
  display: block;
  width:100%;
  max-height: 120px;
  object-fit: cover;
}
.peergrp {
  border: 2px solid black;
  border-top: 0 none;
  margin: 0;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  display: block;
}
    
/* -------------------------------------------- */
/* ------------------- BANNER ----------------- */ 
/* -------------------------------------------- */  
.banner {
  position: absolute;
  z-index: 5;
  background: white;
  width: 62px;
  padding: 260px 18px 0px 0px;
  height: 800px;
  font-size:20px !important;
  display: block;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0;
  left: -18px;
}

/* -------------------------------------------- */
/* ------------------WEB STYLING--------------- */ 
/* -------------------------------------------- */        

.black {color:black;}
.borblack {border:3px solid black; width:100%;}

/* -------------------------------------------- */
/* -----------------CERTIFICATES--------------- */ 
/* -------------------------------------------- */        

.certificate {
  width: 100%;
  height: 100px;
  margin-top:50px;
}
.certificate img {
  float:left;
  width:100px;
}
.certificate .title {
  float:left;
  position:relative;
  top:30px;
  left:15px;
}

/* -------------------------------------------- */
/* --------------------FOOTER------------------ */ 
/* -------------------------------------------- */ 
footer  {
  background: #999;
  padding-top: 30px;
  color: white;
  margin-top: 50px;
  border-top: 3px solid black;
}
footer img {width:275px;} 
footer h3 {font-size:31px;} 
footer .right {text-align:right;}
footer a {color:white;}   
footer a:hover {color:black;}   
footer .col-full {padding-top:200px; text-align:center; color:black;}
footer .author {background: white; padding: 12.5px 20px; border-radius: 10px 10px 0 0;}


/* -------------------------------------------- */
/* --------------------CONTACT----------------- */ 
/* -------------------------------------------- */
.keeptogether .col-1-2  {
  padding-right:3%;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 97%;
  padding:10px;
  border:2px solid black;
  background: #f9f9f9;
  border-radius:10px;
  margin-bottom:20px;
}
textarea {
  width: 96%;
  padding:10px;
  border:2px solid black;
  border-radius:10px;
  margin-bottom:20px;
  resize:none;
  background: #f9f9f9;
  height: 100px;
}
input[type="submit"] {
    width: 97%;
    padding: 26.5px 0;
    background: #f9f9f9;
    border: 2px solid black;
    color: black;
    border-radius: 10px;
}
.succMsg {
    color: green;
    font-size: 27px;
    margin-bottom: 15px;
}
.errMsg {
    color: red;
    font-size: 27px;
    margin-bottom: 15px;
}
.g-recaptcha {
  width: 100%;
  border-radius: 10px;
  border: 2px solid black;
  max-width: 305px;
  height: 79px;
  overflow: hidden;
}
/* -------------------------------------------- */
/* -------------------SLIDEBAR----------------- */ 
/* -------------------------------------------- */
 
[canvas],[off-canvas*=push]{z-index:1}[off-canvas*=reveal],[off-canvas*=shift]{z-index:0}[canvas=container],[off-canvas],body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;height:100%;}[canvas=container]{width:100%;height:100%;position:relative;background-color:transparent;}[canvas=container]:after,[canvas=container]:before{clear:both;content:'';display:table}[off-canvas]{display:none;position:fixed;overflow:hidden;overflow-y:auto;background-color:#fff;color:#000;}[off-canvas*=top]{width:100%;height:255px;top:0}[off-canvas*=right]{width:255px;height:100%;top:0;right:0}[off-canvas*=bottom]{width:100%;height:255px;bottom:0}[off-canvas*=left]{width:255px;height:100%;top:0;left:0}[off-canvas*=overlay]{z-index:9999}[canvas],[off-canvas]{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:-webkit-transform .3s;transition:transform .3s;-webkit-backface-visibility:hidden}[off-canvas*=shift][off-canvas*=top]{-webkit-transform:translate(0,50%);transform:translate(0,50%)}[off-canvas*=shift][off-canvas*=right]{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}[off-canvas*=shift][off-canvas*=bottom]{-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}[off-canvas*=shift][off-canvas*=left]{-webkit-transform:translate(50%,0);transform:translate(50%,0)}@media print{[canvas]{-webkit-transform:translate(0,0)!important;-ms-transform:translate(0,0)!important;transform:translate(0,0)!important}[off-canvas]{display:none!important}}

[canvas=container] {
  height: 100%;
}

/* line 1, ../sass/_off-canvas.scss */
[off-canvas] {
  background-color: #222222;
}
/* line 4, ../sass/_off-canvas.scss */
[off-canvas] .padded-box {
  padding: 20px;
}
/* line 8, ../sass/_off-canvas.scss */
[off-canvas] ul.menu {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
/* line 14, ../sass/_off-canvas.scss */
[off-canvas] ul.menu li a {
  color: white;
  display: block;
  padding: 15px 20px 30px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
/* line 23, ../sass/_off-canvas.scss */
[off-canvas] ul.menu li a:hover {
  color: #ec7821;
  background-color: rgba(255, 255, 255, 0.1);
}

.subnavtitle  {
  color: #ec7821;
  display: block;
  padding: 15px 20px 30px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
    
/* line 33, ../sass/_off-canvas.scss */
img#logo-menu {
  margin: 20px;
  max-width: 215px;
}

/* line 39, ../sass/_off-canvas.scss */
img#profile {
  max-width: 150px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}

/* line 47, ../sass/_off-canvas.scss */
.demos-menu {
  height: 160px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
/* line 53, ../sass/_off-canvas.scss */
.demos-menu .demo-block {
  display: inline-block;
  width: 130px;
  margin: 30px;
  text-align: center;
}
/* line 60, ../sass/_off-canvas.scss */
.demos-menu .demo-icon {
  width: 56px;
  height: 56px;
  border-radius: 15%;
  background-color: white;
  margin: 0 auto;
}
/* line 67, ../sass/_off-canvas.scss */
.demos-menu .demo-icon .fa {
  line-height: 56px;
  top: 0;
  font-size: 24px;
}
/* line 74, ../sass/_off-canvas.scss */
.demos-menu .demo-text {
  font-size: 10px;
  color: white;
}

/* line 81, ../sass/_off-canvas.scss */
.demo-slidebar {
  padding: 20px;
}
/* line 84, ../sass/_off-canvas.scss */
.demo-slidebar p:first-child {
  margin-top: 0;
}

/* line 90, ../sass/_off-canvas.scss */
.custom-responsive-width {
  width: 70%;
}
@media (min-width: 500px) {
  /* line 90, ../sass/_off-canvas.scss */
  .custom-responsive-width {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  /* line 90, ../sass/_off-canvas.scss */
  .custom-responsive-width {
    width: 30%;
  }
}

/* line 102, ../sass/_off-canvas.scss */
.custom-fixed-width {
  width: 150px;
}

/* line 106, ../sass/_off-canvas.scss */
.custom-fluid-height {
  height: 50%;
}

/* line 111, ../sass/_off-canvas.scss */
.custom-transition-duration {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

/* line 116, ../sass/_off-canvas.scss */
.custom-transition-duration-2 {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}

/* line 1, ../sass/_controls.scss */
[class*=js-open-],
[class*=js-toggle-],
[class*=js-close-] {
  cursor: pointer;
}

/* line 1, ../sass/_nav.scss */
nav[canvas] {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 13, ../sass/_nav.scss */
nav[canvas] .button {
  top: -5px;
}
@media (max-width: 413px) {
  /* line 18, ../sass/_nav.scss */
  nav[canvas] .button .fa {
    margin: 0;
  }
}
/* line 24, ../sass/_nav.scss */
nav[canvas] .button span.text {
  display: none;
}
@media (min-width: 414px) {
  /* line 24, ../sass/_nav.scss */
  nav[canvas] .button span.text {
    display: inline;
  }
}

/* line 34, ../sass/_nav.scss */
#logo {
  max-width: 120px;
  position: relative;
  top: 1px;
}

/* line 1, ../sass/_tables.scss */
table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-collapse: inherit;
}

/* line 8, ../sass/_tables.scss */
td, th {
  padding: 10px;
}

/* line 12, ../sass/_tables.scss */
thead tr td,
tr:not(:last-of-type) td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 17, ../sass/_tables.scss */
td:not(:last-of-type) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 21, ../sass/_tables.scss */
td.control-width {
  width: 100px;
}

/* line 25, ../sass/_tables.scss */
.green {
  color: #4caf50;
}

/* line 29, ../sass/_tables.scss */
.orange {
  color: #ffc107;
}

/* line 33, ../sass/_tables.scss */
.red {
  color: #f44336;
}

/* line 1, ../sass/_manhattan.scss */
[mhtn=container] {
  max-width: 900px;
}

/* line 5, ../sass/_manhattan.scss */
[canvas=container] [mhtn=row]:not(.no-margin) {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  /* line 5, ../sass/_manhattan.scss */
  [canvas=container] [mhtn=row]:not(.no-margin) {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* line 1, ../sass/_browserstack.scss */
img#browserstack {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* line 1, ../sass/_banner.scss */
#banner {
  display: none;
}
@media (min-width: 900px) {
  /* line 1, ../sass/_banner.scss */
  #banner {
    display: block;
  }
  /* line 7, ../sass/_banner.scss */
  #banner img {
    max-width: none;
    width: 100%;
  }
}

/* line 1, ../sass/_breadcrumb.scss */
ol.breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 85%;
  list-style-type: none;
}
/* line 8, ../sass/_breadcrumb.scss */
ol.breadcrumb li {
  display: inline;
  color: rgba(0, 0, 0, 0.54);
}
/* line 12, ../sass/_breadcrumb.scss */
ol.breadcrumb li:not(:last-child):after {
  content: ' / ';
  color: rgba(0, 0, 0, 0.12);
}
/* line 17, ../sass/_breadcrumb.scss */
ol.breadcrumb li:last-child {
  color: rgba(0, 0, 0, 0.26);
}

/* line 1, ../sass/_buttons.scss */
.button {
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 5px;
  font-size: 12px;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  padding: 0.7em;
}
.button .fa {
  top: 0;
  margin-right: 5px;
}
.button:hover {
  background-color: transparent;
  border: 1px solid #ec7821;
}
@media (max-width: 400px) {
  .button.expand-on-mobile {
    display: block;
    text-align: center;
  }
}
.button.red {
  color: white;
  border: 0 none;
  background-color: #ff5252;
}
.button.red:hover {
  background-color: #ff3838;
}
.button.purple {
  color: white;
  border: 0 none;
  background-color: #7c4dff;
}
.button.purple:hover {
  background-color: #6933ff;
}
.button.blue {
  color: white;
  border: 0 none;
  background-color: #40c4ff;
}
.button.blue:hover {
  background-color: #26bcff;
}
.button.paypal {
  color: white;
  border: 0 none;
  background-color: #11559D;
}
.button.paypal:hover {
  background-color: #2997D8;
}

.button-group {
  margin-bottom: 15px;
  font-size: 0;
}
.button-group .button {
  border-radius: 0;
}
.button-group .button:first-child {
  border-radius: 4px 0 0 4px;
}
.button-group .button:last-child {
  border-radius: 0 4px 4px 0;
}
.button-group .button:nth-child(2) {
  left: -1px;
}
.button-group .button:nth-child(3) {
  left: -2px;
}

.box:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  padding: 10px;
  margin: 15px -10px;
}

.box h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.box p {
  margin: 0;
}

.sidebar {
  margin-top: 10px;
  padding: 25px 0 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 900px) {
  /* line 1, ../sass/_sidebar.scss */
  .sidebar {
    margin-top: 23px;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
  }
}

/* line 15, ../sass/_sidebar.scss */
.ad {
  overflow: hidden;
}

/* line 19, ../sass/_sidebar.scss */
.responsive-ad-size {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  /* line 19, ../sass/_sidebar.scss */
  .responsive-ad-size {
    height: 200px;
  }
}
@media (min-width: 900px) {
  /* line 19, ../sass/_sidebar.scss */
  .responsive-ad-size {
    height: 225px;
  }
}



* {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-weight: normal;
  font-weight: 300;
  color: black;
  margin: 30px 0;
}
#slides h1  {
  color: white;
}

@media screen and (max-width: 1099px) {
  .contact {display:none;}
}
@media screen and (min-width: 840px) {
  #mobnav, #moblogo {display:none;}
}
@media screen and (max-width: 839px) {
  #primary_nav_wrap, .banner, #pclogo {display:none;}
  #moblogo {margin:20px;}
  #slider {
    width: 100%;
    height: 100vh !important;
    min-height: 400px !important;
  }
  .iis-caption {
    top: 165px !important;
  }
  .iis-caption .iis-caption-content {
    font-size: 40px !important;
  }
  #mobnav {
    position:absolute;
    right:10px;
    top:65px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.94529em;
    margin: 15px 0;
  }
}

a {
  color: #ec7821;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
  text-shadow: none;
}
a:hover {
  color: #000;
}

img.keep-original {
  max-width: 100% !important;
  height: auto;
}

.loading-container {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
}

.pulse {
  border: 3px solid #999;
  height: 30px;
  width: 30px;
  position: absolute;
  left: -15px;
  top: -15px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 144dpi) {
  body {
    background:url('../images/2xconstellations.png') repeat !important;
    background-size: 100% auto !important;
  }
}
body {
  font-size: 20px;
  color:#666;
  background:url('../images/constellations.png') repeat;
  -webkit-overflow-scrolling: touch;
}

#connect {
  z-index: 10;
  position: fixed;
  width: 100%;
  list-style: none;
  margin: 0;
  margin-left: 90px;
  padding: 20px;
}
#connect li {
  float: left;
  margin-right: 20px;
  color: white;
}
#connect li span {
  display: block;
  font-size: 15px;
  text-shadow: 0 1px 1px #000;
}
#connect li .version:before {
  content: "v";
}
@media screen and (max-width: 767px) {
  #connect {
    margin-left: 0;
  }
}

.container {
  position: relative;
  width: 50%;
  top: 32%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .container {
    margin-top: 170px;
    max-width: 100%;
    width: 100%;
    position: static;
  }
}

.slides-navigation {
  top: 50%;
}
.slides-navigation a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  border: 3px solid #fff;
  color: white;
  font-weight: bold;
  font-size: 26px;
  margin: 0 25px;
  text-shadow: 0 1px 1px #000;
  text-align: center;
  height: 40px;
  width: 40px;
  top: -40px;
  padding: 1px;
  -webkit-box-shadow: 0 1px 1px black;
  -moz-box-shadow: 0 1px 1px black;
  box-shadow: 0 1px 1px black;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.slides-navigation a:hover {
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .slides-navigation {
    display: none;
  }
}

.slides-pagination a {
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  border-color: white;
  -webkit-box-shadow: 0 1px 1px black;
  -moz-box-shadow: 0 1px 1px black;
  box-shadow: 0 1px 1px black;
}
.slides-pagination a.current {
  background: white;
}

.contrast {
  background: rgba(0, 0, 0, 0.3);
  padding: 1px 10px;
  -webkit-box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

ul.no-bullet {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
li.flame {
    background: url(../images/flame.png) no-repeat left top;
    padding-left: 30px;
    padding: 3px 0 10px 25px;
}
@media screen and (max-width: 860px) {
  li.flame {
    padding: 5px 0 15px 25px
  }
}

::selection {
  background: #000; /* WebKit/Blink Browsers */
  color: #ec7821;
}
::-moz-selection {
  background: #000; /* Gecko Browsers */
  color: #ec7821;
}

/****************SLIDER ***************/
.col-1-2  {position:relative;}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 3px solid black;
}

a.rslides_nav.rslides1_nav.prev {
  background: url(../images/prev.png) no-repeat;
  background-size: 20px;
  height: 20px !important;
  width: 20px;
  position: absolute;
  color: transparent;
  z-index: 5;
}
a.rslides_nav.rslides1_nav.prev:hover {
  background: url(../images/prev2.png) no-repeat;
  background-size: 20px !important;
}
a.rslides_nav.rslides1_nav.next {
  background: url(../images/next.png) no-repeat;
  background-size: 20px;
  height: 20px !important;
  width: 20px;
  position: absolute;
  color: transparent;
  z-index: 5;
}
a.rslides_nav.rslides1_nav.next:hover {
  background: url(../images/next2.png) no-repeat;
  background-size: 20px !important;
}

@media screen and (min-width:1681px) {
  a.rslides_nav.rslides1_nav.prev {
    bottom: 47px;
    right: 100px;
  }
  a.rslides_nav.rslides1_nav.next {
    bottom: 47px;
    right: 75px;
  }
}
@media screen and (min-width: 1401px) and (max-width:1680px) {
  a.rslides_nav.rslides1_nav.prev { 
    bottom: 40px;
    right: 100px;
  }
  a.rslides_nav.rslides1_nav.next {
    bottom: 40px;
    right: 75px;
  }
}
@media screen and (min-width: 981px) and (max-width:1400px) {
  a.rslides_nav.rslides1_nav.prev {
    bottom: 37px;
    right: 67px;
  }
  a.rslides_nav.rslides1_nav.next {
    bottom: 37px;
    right: 45px;
  }
}
@media screen and (min-width: 401px) and (max-width: 980px) {
    a.rslides_nav.rslides1_nav.prev {
    bottom: 37px;
    right: 25px;
  }
  a.rslides_nav.rslides1_nav.next {
    bottom: 37px;
    right: 5px;
  }
}
@media screen and (max-width: 400px) {
  ul.rslides_tabs {
    display:none;
  }
  a.rslides_nav.rslides1_nav.prev {
    bottom: 45%;
    left: 15px;
  }
  a.rslides_nav.rslides1_nav.next {
    bottom: 45%;
    right: 15px;
  }
}

ul.rslides_tabs {
  list-style:none !important;
}
ul.rslides_tabs.rslides1_tabs li a {
  background: url('../images/unactive.png');
  color: transparent;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 3px;
  background-size: 20px;
  position: relative;
  right:38px;
  
}
ul.rslides_tabs.rslides1_tabs li a:hover {
  background: url('../images/active.png');
  background-size: 20px;
}
ul.rslides_tabs.rslides1_tabs li.rslides_here a {
  background: url('../images/active.png') !important;
  background-size: 20px !important;
}

.add25 {
    margin-top: 25px;
    clear:both;
}
.add25 .col-2-3 {
    overflow-x: auto;
    margin-bottom:25px
}

table.products{min-width:500px;}

table.products thead {
    background: #999;
    color: #000;
    text-align: left;
}
table.products tbody {
    background: #fff;
}

img.productimg {
    width: 100%;
    max-height: 215px;
    object-fit: contain;
}

@media screen and (max-width: 555px) {
    table.products {
        cursor: grab;
    }
}