/* =======================================================================
Zerif -One Page Respossive HTML5 Template
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    
    font-size: 100%;        
}

body {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Roboto', sans-serif;
/*	font-family: 'Open Sans', sans-serif;*/
	font-weight:400;
	
/*	font-family: 'Lato', sans-serif !important;*/
	font-size: 14px;
	color: #2f2f2f;
/*	font-weight: normal;*/
	overflow-x: hidden !important;
	line-height: 25px;
	text-align: center;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	        box-sizing: border-box;
}
i {
	vertical-align: middle;
}
ul, ol {
padding-left: 0 !important; 
}
li {
    list-style: none;
}
/* Selection colours (easy to forget) */
::-moz-selection {
	/*background: #FC6D6D;*/
	background:#84C1DB;
	color: #FFF;
}
::selection {
	/*background: #FC6D6D;*/
	background:#84C1DB;
	color: #FFF;
}
::-moz-selection {
	/*background: #FC6D6D;*/
	background:#84C1DB;
	color: #FFF;
}
.status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
a {
	/*color: #e96656;*/
	color:#404040;
	-webkit-transition: all 700ms;
	        transition: all 700ms;
}
a,a:hover {
	text-decoration: none;
}
a:hover {
	color: #cb4332;
}
.skill a{
	color:#8f8f8f;
	font-weight:normal;
	text-decoration: underline;
}
p {
    margin: 0;
}
.full-width {
	width: 100%;
	margin: auto;
}
.item-separator{
	height:1px;
	background:#f1f1f1;
	margin:10px 20px;
}
.h-divider{
	 margin:5px auto;
	 height:1px;
	 width:90%;
	 background:#f1f1f1;
}

.header-static{
	min-height: 500px;
	position: relative;
	overflow: hidden;
	background: #ffffff !important;
	margin-top:75px;
}

.header-stripe{
	background:rgba(155,0,0,0.65);
	height:10px;
	position:absolute;
	left:0;
	right:0;
}
.header-stripe-top{
	top:0px;
}

.header-stripe-bottom{
	top:490px;
}

.header-static .header-bg, .header-static .header-bg-color, .header-static .hotspot{
	height:500px;
	width:100%
}
.header-static .header-row{
	height:500px;
}
.header-row-col{
	margin:0;
	padding:0;
}
.header-static .header-bg-container{
	/*
	-webkit-background-size: cover !important;
	  -moz-background-size: cover !important;
	  -o-background-size: cover !important;
	  background-size: cover !important;
	*/
	position:relative;
}
.header-static .header-bg, .header-static .header-bg-color, .header-static .hotspot{
	-webkit-background-size: cover !important;
	  -moz-background-size: cover !important;
	  -o-background-size: cover !important;
	  background-size: cover !important;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.header-static .header-bg-1{
	background: url(/images/backgrounds/access.jpg);
}
.header-static .header-bg-2{
	background: url(/images/backgrounds/data.jpg);
}
.header-static .header-bg-3{
	background: url(/images/backgrounds/network.jpg);
}
.header-static .header-bg-4{
	background: url(/images/backgrounds/fire.jpg);
}
.header-static .header-bg-1-color{
	background: url(/images/backgrounds/access.jpg);
}
.header-static .header-bg-2-color{
	background: url(/images/backgrounds/data.jpg);
}
.header-static .header-bg-3-color{
	background: url(/images/backgrounds/network.jpg);
}
.header-static .header-bg-4-color{
	background: url(/images/backgrounds/fire.jpg);
}

.header-row{
	position:relative;
}

.header-row .section-title h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
}
.header-row .section-title{
	background:rgba(155,0,0,0.65);
	width:100%;
	color:#ffffff;
	position:absolute;
	padding:5px 0;
	text-transform: uppercase;
	line-height: 2em;
}
.header-row .section-title-1, .header-row .section-title-3{
	top:350px;
}
.header-row .section-title-2,.header-row .section-title-4{
	top:285px;
}
.title-container{
	display: inline-block;
	margin:0 auto;
}
.header-row .section-title .indented{
	padding-left:35px;
}

.header-static .separator{
	height:2px;
	background:#000000;
	margin-top:17px;
}
.made-in-usa-container{
	padding:25px 0 25px 0;
	position:relative;
	
}
.made-in-usa{
	font-family: 'Montserrat', sans-serif;
	position:absolute;
	background:#ffffff;
	padding:5px 10px;
	color:#000000;
	font-size:16px;
	text-transform: uppercase;
	
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}


.video-container video{
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.video-copy-container{
	position: relative;
}

.video-copy-container h1{
	color: #FFFFFF;
	text-shadow: 2px 2px #000000;
	line-height: 65px;
}
.video-copy-container h3{
	color: #FFFFFF;
	text-shadow: 2px 2px #000000;
}

.video-message-layer{
	position:absolute;
	top: 0;
	left: 0;
	background:rgba(125, 0, 0, 0.75);

	width:100%;
}
.news-flash{
	font-size:20px;
}
.video-message-layer h3{
	padding:30px 50px;
	color:#ffffff;
}

.video-text-layer{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:100%;
}
.video-copy-blur h1,.video-copy-blur h3{
	text-shadow: 0 0 20px #000000;
   	color: transparent;
}

.video-text-form{
	margin-top:120px;
}


  
.overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  max-width: 45em;
  margin: auto auto 1em;
  box-sizing: border-box;
  padding: 2em;
  line-height: 1.5;
  text-align: center;
  
  :last-child { margin-bottom: 0; }

  h1 {
    font-size: 14pt;
    font-weight: normal;
    text-shadow: 0 0 .3em #000;
    margin: 0 0 1em;
  }

  p {
    font-size: 11pt;
    text-shadow: 0 0 .3em #000;
    margin: 1em 0;
  }
  a {
    color: #fff;
  }
}

code { font-family: monospace; }


.tran {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kword-form-input-container{
	width:100%;
	margin-left:0;
}
#ksearch-container{
	position:absolute;
	right:0;
	padding:0 30px;
	background:#ffffff;
	border:1px solid #ffffff;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	
    -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}

#errors, .not-displayed{
	display:none;	
}
.suggestions{
	background:rgba(255,255,255,0.93);
	text-align:left;
	display:none;
}
#home .suggestions
{
	position:absolute;
	left:15px;
	right:15px;	
	padding-left:5px;
	padding-right:5px;
	/*border:1px solid #ffffff;*/
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}
#home .suggestions li{
	padding: 0 0px;
	line-height:18px;
}
#home .suggestions a{
	font-size:11px;
}
.kHilite{
	background:#d9dfe3;
}

#trove-selection{
	margin-top:30px;
}
.config-splash
{
	background: url(/images/trove/waves.jpg);
	background-size:cover;
}
.config-splash2
{
	background: url(/images/trove/waves2.jpg);
	background-size:cover;
}
.btn-trove-menu{
	margin-bottom:20px;
	width:100%;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(170,170,170,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(170,170,170,1);
	box-shadow: 2px 2px 5px 0px rgba(170,170,170,1);
}
.btn-trove-menu h3{
	font-size:2em;
	font-weight:400;
	color:#047145;
}
.btn-trove-menu h5{
	font-size:0.75em;
}

#configurator
{
	min-height:600px;
}
#configurator-splash
{
	min-height:700px;
}
#trove-logo{
	padding:10px 30px 0 0;
}
#trove-logos{
	margin-top:30px;
}
.trove-logos{
	display:none;
}
.trove-logos img{
	margin:15px 15px;
}
.btn-trove{
	margin-bottom:20px;
}
.trove-splash-subheader{
	text-align:left;
	margin:40px 0 20px;
}
.trove-splash-subheader h3{
	font-size:35px;
}
.trove-splash-header{
	padding-bottom:20px !important;
}
.trove-splash-header h3{
	font-size:36px;
	text-transform: none;
	padding-bottom:10px;
}
.trove-splash-header h1, .trove-splash-header h2{
	color:#006f42;
}

.trove-splash-header h1{
	margin-top:10px;
	font-weight:300;
	font-size:45px !important;
}
.trove-splash-header h2{
	font-size:26px !important;
	line-height: 35px;
	font-weight:600;
	letter-spacing: 0.06em;
}

.trove-splash-header .header-line{
	border-left:2px solid #006f42;
	padding:20px 0 30px 50px;
}

.trove-splash-header h3.subheader{
	font-size:20px;
	width:100%;
	padding:0;
}

.trove-splash-header .box-green{
	background: #006f42;
	color:#ffffff;
	padding:10px;
	width:100%;
}

.trove-splash-header .series-description{
	color:#006f42;
	line-height: 1.25em;
    font-size: 20px;
}

.trove-splash-header .actions{
	margin-top:30px;
}
.trove-splash-header .title{
	margin-bottom:20px;
}
.trove-splash-header .btn-primary{
	background-color:#006f42;
	border-color:#015432;
}
.trove-splash-header .btn-primary:hover{
	background-color:#015432;
}
.trove-splash-header .logos, .trove-splash-header .logos-hybrid{
	position:relative;
	min-height:450px;
}

.trove-splash-header .logos .enclosures, .trove-splash-header .logos-hybrid .enclosures{
	border:1px solid #cccccc;
	background-color:#ffffff;
	text-align:center;
	/*vertical-align:central;*/
	height:460px;
	/*width:500px;*/
	/*cursor:pointer;*/
	position:absolute;
	right:0;
	top:0;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	display:none;
	padding:15px;
}

.trove-splash-header .logos .enclosures .enclosure-header, .trove-splash-header .logos-hybrid .enclosures .enclosure-header{
	margin-bottom:20px;
}
.trove-splash-header .logos .enclosures tr, .trove-splash-header .logos-hybrid .enclosures tr{
	cursor:pointer;
}
.img-viewer{
	max-height:300px;
}
.enclosure-image-container{
	border-left:1px solid #cccccc;
	min-height:300px;
}
.relative{
	position:relative;
}
#trove-logos-container{
	position:absolute;
	bottom:50px;
	left:0;
	right:0;
}
.trove-splash-group{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.top-image{
	z-index: 1000;
}

.bom-tables img{
	max-height:100px;
	max-width:150px;
}
.bom-index-table tr:not(:first-child){
	cursor:pointer;
}
.update-bom-form{
	display:none;
}
.update-bom-form .form-control{
	min-width:50px;
}

.bom-tables .controls{
	margin-top:20px;
	color:#999999;
}

.bom-tables .controls a{
	color:#999999;
}
.bom-tables .controls a:hover{
	color:#666666;
}

.bom-tables h3{
	margin-bottom:20px;
}
/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

h1,h2 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	/*font-family: 'Montserrat', 'sans-serif';
	font-weight: 500;*/
	text-transform: uppercase;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 45px !important;
	line-height: 55px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 12px;
}
.text-small{
	font-size:0.75em;
}
.long-select{
	min-height:300px;
}
label {
    font-weight: 500;
}
th {
    font-weight: 500;
}
.form-horizontal .control-label{
	text-align:left;	
}
strong{
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}
.unchanged{
	text-transform:none;
}

#files a, #similar-products a, .overview a{
	text-decoration: underline;
}

#similar-products ul li{
	padding-bottom:10px;
	border-bottom:1px solid #DDDDDD;
	margin-bottom:10px;
}
.overview .info{
	margin-top:20px;
	color:#0891d5;
}
/*---------------------------------------
 **   BUTTONS                        -----
-----------------------------------------*/

.buttons {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 45px;
}
.button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 35px 10px 35px;
	border-radius: 4px;
	margin: 10px;
}
.custom-button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
	border: none;
}
.custom-group-button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 0;
	border: none;
}
.custom-button-sm {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	border-radius: 2px;
	margin: 10px;
	border: none;
}
.red-btn {
	/*background: #e96656;*/
	background: #c2434b;
}
.green-btn {
	background: #20AA73;
}
.dark-green-btn {
	background:#095F00;
}
.blue-btn {
	background: #0275bf;
}
.yellow-btn {
	background: #E7AC44;
}
.red-btn,.green-btn,.blue-btn,.yellow-btn, .dark-green-btn{
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.blue-btn:hover {
	color: #FFF;
	background: #1288b9;
}
.red-btn:hover {
	color: #FFF;
	/*background: #cb4332;*/
	background:#c4161c;
}
.green-btn:hover {
	color: #FFF;
	background: #069059;
}
.dark-green-btn:hover{
	color: #FFF;
	background:#074601;
}
.yellow-btn:hover {
	color: #FFF;
	background: #d8951e;
}

.shopping-cart{
	font-size:30px;
}
.tab-content{
	padding:20px;
}
.bom-counter{
	position:absolute;
	top:-17px;
	right:0;
}
.bom-counter .badge{
	font-size:10px;
	font-weight:400;
	background-color:#f0ad4e;
}

/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/

/** BACKGROUNDS **/
.red-bg {
	background: #e96656;
}
.green-bg {
	background: #34d293;
}
.blue-bg {
	background: #3ab0e2;
}
.yellow-bg {
	background: #E7AC44;
}
.dark-bg {
	background: #404040;
}
.white-bg {
	background:  #FFFFFF;
}
.black-bg {
	background:  #000000;
}

/** FOR TEXTS AND ICON FONTS **/
.red-text {
	color: #e96656;
}
.green-text {
	color: #34d293;
}
.dark-green-text {
	color: #065E02;
}
.blue-text {
	color: #3ab0e2;
}
.yellow-text {
	color: #f7d861;
}
.dark-text {
	color: #404040;
}
.white-text {
	color: #FFFFFF;
}
.black-text {
	color: #000000;
}
.featured-blue-text {
	color: #4aa0ea;
}

/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/

.white-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #F5F5F5;
	bottom: -9px;
	left: 25%;
}
.dark-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #404040;
	bottom: -9px;
	left: 25%;
}
.red-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #e96656;
	bottom: -9px;
	left: 12.5%;
}
.green-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #34d293;
	bottom: -9px;
	left: 12.5%;
}
.blue-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #3ab0e2;
	bottom: -9px;
	left: 12.5%;
}
.yellow-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #f7d861;
	bottom: -9px;
	left: 12.5%;
}

.maximal-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #00914b;
	bottom: -9px;
	left: 12.5%;
}
.trove-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #007446;
	bottom: -9px;
	left: 12.5%;
}
.ebridge-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #0082c5;
	bottom: -9px;
	left: 12.5%;
}
.pfinder-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #c4151c;
	bottom: -9px;
	left: 12.5%;
}

/*---------------------------------------
 **   Submenu                           -----
-----------------------------------------*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/*---------------------------------------
 **   FORM                           -----
-----------------------------------------*/

.input-box {
	border:1px solid #cccccc;
	width: 274px;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 46px;
	padding-left: 15px;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255,255,255, 0.95);
	
}

.textarea-box {
	/*border: 0;*/
	border:1px solid #cccccc;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 180px;
	padding-left: 15px;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255,255,255, 0.95);
	
}
 textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus {
	border:1px solid #999999 !important;
    
	outline: 1 !important;
    outline-color: #e96656 !important;
	
   /* -webkit-appearance:none;*/
    /*    border:none !important;*/
  -webkit-box-shadow:none !important;
          box-shadow:none !important;
        }

/*---------------------------------------
 **   SECTION HEADERS                -----
-----------------------------------------*/

/*** SECTION HEADERS ***/
.works,.about-us,.features,.packages,.products,.brands,.product,.testimonial,.videos,.warranty,.catalogs,.comparison,.configurator {
	padding-top: 50px;
}
.product-view{
	padding-top:100px;
}
.focus{
	padding-top:50px;	
}
.made-in-usa-container{
	padding-top:10px;
	background:#ffffff;
}
.section-header {
	text-align: center;
	padding-bottom: 75px;
}
.section-header h2, .section-header h1 {
	padding-bottom: 10px;
	line-height: 40px;
	position: relative;
	display: inline-block;
}
.section-header h1 {
	font-size:45px;
	text-transform: none;
}
.section-header h6 {
	font-size: 16px;
}

.header-splash{
	padding-bottom:35px;
}
.header-splash h2 {
	font-size:30px !important;
	padding-bottom: 10px;
	line-height: 30px;
	position: relative;
	display: inline-block;
}

/* PRE LOADER */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
#load-bom-modal .preloader{
	position:absolute;
	min-height:50px;
}

#load-bom-modal .controls{
	margin:20px 0;
}


.catalogsus {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

.magnify-image{
	font-size:24px;
	color:#aaaaaa;
	position:absolute;
	right:0;
	top:0;
}

.magnify-image a{
	color:rgba(0,0,0,0.25);
}

a img{
	border:none;
}

#image-viewer{
	background:#fff;
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding-top:150px;
	/*padding-bottom:200px;*/
	z-index: 100;
}

#image-viewer .carousel-control{
	z-index:1000;
}

.carousel-control.left, .carousel-control.right{
    background-image:none;
}

.carousel-control {
    color: #f1f1f1;
}
.carousel-inner .item{
	height:100%;
	/*overflow:auto;*/
}
#image-viewer-close a{
	position:absolute;
	right:50px;
	padding:20px 30px;
	border:1px solid #ccc;
	background: #fff;
	z-index: 1001;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
#available-images{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	display:none;
	background:rgba(0,0,0,0.25);
	color:#fff;
	padding:50px;
	z-index:1002;
}
#available-images ul{
	margin:0;
	padding:0;
	clear:both;
	display:inline-block;
}

#available-images ul li{
	list-style:none;
	float:left;
	margin:0 20px;
	padding:10px;
	border:1px solid #666;
	background:#fff;
	cursor: pointer;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                 -----
=========================================
-----------------------------------------*/

/*---------------------------------------
 **   SECTION:  HOME                  -----
-----------------------------------------*/

.header {
	/*background: rgba(0, 0, 0, 0.5);*/
	background: rgba(0, 0, 0, 0.25);
	min-height: 600px;
	position: relative;
	overflow: hidden;
}

/*----  SECTION:  HOME > TOP BAR   ----*/

.navbar {
	background: #ffffff;
	/*overflow: visible;*/
	border: 0;
	border-radius: 0 !important;
	text-align: left;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	        box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}
.reg{
	top:-30px;
	font-size:25px;
}
.nav.navbar-nav.navbar-right li a{
	color: #404040;
}

#main-nav {
	position: absolute;
	width: 100%;
	z-index: 1000;
	min-height: 75px;
}
#main-nav.fixed {
	position: fixed !important;
	top: 0;
}
.navbar-inverse .navbar-nav>li {
	display: inline;
	margin-right: 20px;
	margin-top: 20px;
}
.navbar-inverse .navbar-nav>li:last-child {
	margin-right: 0 !important;
}
.navbar-inverse .navbar-nav>li>a {
	color: #404040;
	padding: 0;
	line-height: 35px;
}
.navbar-brand {
	height: 76px;
	position: relative;
	line-height: 45px;
	padding-top: 23px;
}
.current a {
	color: #e96656 !important;
	position: relative;
	outline: none;
}
.current:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #e96656;
	bottom: 0px;
	left: 12.5%;
}
.navbar-inverse .navbar-nav>li>a:hover{
	color: #e96656;
	outline: none;
}
.navbar-toggle {
	border: 0;
	background-color: #808080;
        margin-top: 23px;
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: #e96656;
	filter: alpha(opacity=100);
	opacity: 1;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #e96656;
    background-color: #ffffff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover{
	color:#e96656;
	background-color:#ffffff;
	position:relative;
}
/*
.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover:after{
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 1px;
	background: #e96656;
	bottom: 0px;
	right: 12.5%;
}*/
/*----  SECTION:  HOME > INTRO AND SHORT MSGS   ----*/
.main-logo{
	text-align: center;
	margin-top: 15%;
}

.intro {
	text-align: center;
	color: #FFF;
	margin-top:17%;
	margin-bottom: 8%;
	line-height: 65px;
	z-index: 0;
	text-shadow: 2px 2px #000000;
}

/* Short Messages */
.bottom-message-section {
	margin-top: 14%;
	position: relative;
}
.short-text {
	margin: auto;
	text-align: center;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
}

.skyline{
	background: url("../../images/backgrounds/skyline.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	width:100%;
	height:300px;
	position:relative;
}

.skyline-hotspot{
	position: absolute;
	width:41px;
	height:40px;
}

.skyline-hotspot-left{
	position: absolute;
	background: url("../../images/skyline-hotspot-left.png");
}
.skyline-hotspot-right{
	position: absolute;
	background: url("../../images/skyline-hotspot-right.png");
}

/*---------------------------------------
 **   SECTION:  OUR FOCUS             -----
-----------------------------------------*/

.focus {
	padding-bottom: 0px;
	overflow: hidden;
	background: #FFFFFF;
}
/* FOCUS BOX */
.focus-box {
	margin-bottom: 35px;
}
/*
.focus-box .service-icon {
	margin-bottom: 30px;
	width: 145px;
	height: 145px;
	margin: auto;
	border-radius: 50%;
	border: 10px solid #ececec;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
*/
.focus-box .service-icon {
	margin-bottom: 30px;
	width: 80px;
	height: 80px;
	margin: auto;
	border-radius: 50%;
	border: 7px solid #ececec;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.red,.green,.blue,.yellow,.trove-green {
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.red:hover .service-icon {
	border: 7px solid #e96656;
}
.green:hover .service-icon {
	border: 7px solid #34d293;
}
.blue:hover .service-icon {
	border: 7px solid #3ab0e2;
}
.yellow:hover .service-icon {
	border: 7px solid #f7d861;
}

.trove-green:hover .service-icon{
	border: 7px solid #007446;
}
.maximal-green:hover .service-icon{
	border: 7px solid #00914b;
}
.ebridge-blue:hover .service-icon{
	border: 7px solid #0082c5;
}
.pfinder-red:hover .service-icon{
	border: 7px solid #c4151c;
}



.focus-box h5 {
	margin-bottom: 15px;
	color: #404040;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 17px;
}
.focus-box p {
	font-size: 14px;
}

/*----OTHER FOCUSES ----*/
.other-focuses {
	background: url(../images/lines.png) repeat-x center;
	margin-bottom: 25px;
}
.other-focuses .section-footer-title {
	background: #FFF;
	padding: 0 15px;
	color: #404040;
	font-weight:500;
}
.other-focus-list {
	padding-top: 5px;
	margin-bottom: -17px;
}
.other-focus-list ul li {
	display: inline-block;
	margin-right: 50px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.other-focus-list ul li:last-child {
	margin-right: 0;
}
.other-focus-list ul li i {
	margin-right: 8px;
}

/*---------------------------------------
 **   SECTION:  SEPARATOR ONE         -----
-----------------------------------------*/

.separator-one {
	background: rgba(52, 210, 147, 0.8);
	padding: 100px 0 100px 0;
}
.separator-one .green-btn {
	background: #14a168;
}
.separator-one .green-btn:hover {
	background: #007345;
}
.separator-one .text {
	color: #FFF;
	line-height: 34px;
	padding: 0;
	max-width: 800px;
	margin-bottom: 20px;
}

/*---------------------------------------
 **   SECTION:  BRANDS          -----
-----------------------------------------*/

.brands {
	background: url(../images/product-bg-bw.jpg) 0 0 repeat-y;
}
.brands .color-overlay {
	background: rgba(255,255,255, 0.96);
	margin-top: -50px;
	padding-top: 50px;
	padding-bottom: 70px;
}

.works {
	padding-bottom: 100px;
	background: #FFFFFF;
	min-height: 800px;
}

/* IMAGE GRID */
.cbp-rfgrid {
	margin: auto;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}
.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 25%; /* Fallback */
width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
	-webkit-transition: 0.4s all linear;
	        transition: 0.4s all linear;
}
.cbp-rfgrid li a,.cbp-rfgrid li a img {
	display: block;
	max-width: 100%;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	        transform: scale(1,1);
	-webkit-transition-timing-function: ease-in;
	        transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	        transition-duration: 250ms;
	cursor: pointer;
	
}
.cbp-rfgrid li a:hover img {
	-webkit-transform: scale(1.05,1.07);
	-ms-transform: scale(1.05,1.07);
	        transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	        transition-duration: 250ms;
	
}

/* Flexbox is used for centering the heading */
.cbp-rfgrid li a .project-info {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	/*background: rgba(0,0,0,0.85);*/
	padding-top: 9%;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	        transition: all ease .25s;
}
.cbp-rfgrid li a .project-info .project-details {
	position: relative;
	top: -29px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	        transition: all ease .25s;
	width: 100%;
}
.cbp-rfgrid li a .project-info h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	font-weight:500;
	/*text-transform: uppercase;*/
}
.cbp-rfgrid li a:hover .project-info {
	filter: alpha(opacity=100);
	opacity: 1;
}
.cbp-rfgrid li a:hover .project-details {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}
.cbp-rfgrid li a:hover .button {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: -50px;
}
.brands-list p{
	margin-left:35px;
}
.brand-list-header{
	font-size:16px;
	font-weight:400;	
}
.ebridge-overlay, .netway-overlay,.netwayspectrum-overlay{
	background: rgba(0,105,152,0.95);
}
.eflow-overlay, .fireswitch-overlay,.strikeit-overlay{
	background: rgba(237,28,36,0.95);
}
.entrada-overlay,.tempo-overlay{
	background: rgba(54,173,71,0.95);
}
.hubsat-overlay,.hubway-overlay{
	background: rgba(215,102,28,0.95);
}
.linq-overlay,.linqdashboard-overlay{
	background:rgba(163,203,56,0.95);
}
.maximal-overlay,.trove-overlay,.maximalfit-overlay{
	background:rgba(0,122,71,0.95);
}
.pace-overlay{
	background:rgba(0,157,163,0.95);
}
.reserv-overlay,.tango-overlay{
	background:rgba(199,153,11,0.95);
}
.sav-overlay, .vertiline-overlay{
	background:rgba(31,174,228,0.95);
}
.waypoint-overlay{
	background:rgba(113,191,68,0.95);
}
.brand-logo{
	width:350px;
	height:120px;
	background-repeat: no-repeat;
    background-position: center;
	margin:0 auto;
}
.ebridge-logo{
	background-image:URL(/images/brands/ebridge.jpg);
}
.eflow-logo{
	background-image:URL(/images/brands/eflow.jpg);
}
.entrada-logo{
	background-image:URL(/images/brands/entrada.jpg);
}
.fireswitch-logo{
	background-image:URL(/images/brands/fireswitch.jpg);
}
.hubsat-logo{
	background-image:URL(/images/brands/hubsat.jpg);
}
.hubway-logo{
	background-image:URL(/images/brands/hubway.jpg);
}
.linq-logo{
	background-image:URL(/images/brands/linq.jpg);
}
.linqdashboard-logo{
	background-image:URL(/images/brands/linqdashboard.jpg);
}
.maxfit-logo{
	background-image:URL(/images/brands/maxfit.png);
}
.tango-logo{
	background-image:URL(/images/brands/tango.jpg);
}
.maximal-logo{
	background-image:URL(/images/brands/maximal.jpg);
}
.netway-logo{
	background-image:URL(/images/brands/netway.jpg);
}
.netwayspectrum-logo{
	background-image:URL(/images/brands/netwayspectrum.jpg);
}
.pace-logo{
	background-image:URL(/images/brands/pace.jpg);
}
.reserv-logo{
	background-image:URL(/images/brands/reserv.jpg);
}
.sav-logo{
	background-image:URL(/images/brands/sav.jpg);
}
.strikeit-logo{
	background-image:URL(/images/brands/strikeit.jpg);
}
.tempo-logo{
	background-image:URL(/images/brands/tempo.jpg);
}
.trove-logo{
	background-image:URL(/images/brands/trove.jpg);
}
.vertiline-logo{
	background-image:URL(/images/brands/vertiline.jpg);
}
.waypoint-logo{
	background-image:URL(/images/brands/waypoint.jpg);
}
.product-list .title{
	padding:15px;
	text-align:center;
	margin-bottom:30px;
	border-top:1px solid #012B46;
	border-bottom:1px solid #012B46;
}

.product-table tr{
	cursor:pointer;
}

.tooltip-inner {
    white-space:pre;
    max-width:none;
}

.product-table tr td a{
	text-decoration:underline;
}

/* media queries:  change number of items per row */
@media screen and (max-width: 1190px) {
	.cbp-rfgrid li {
	width: 25%; /* Fallback */
width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
}
}
@media screen and (max-width: 1024px) {
	.cbp-rfgrid li {
	width: 33.33333333333333%; /* Fallback */
width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
}
@media screen and (max-width: 768px) {
	.cbp-rfgrid li {
	width: 50%; /* Fallback */
width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
}
}
@media screen and (max-width: 480px) {
	.cbp-rfgrid li {
	width: 100%;
}
}
@media screen and (max-width: 300px) {
	.cbp-rfgrid li {
	width: 100%;
}
}

/* PROJECT DETAILS LOADER */
#back-button {
	display: none;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
}
#back-button i {
	margin-right: 10px;
}
#loader {
	min-height: 930px;
	position: relative;
	display: none;
}
#loader .loader-icon {
	background: url(../images/loading.gif) no-repeat center center;
	background-color: #FFF;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: fixed;
	width: 44px;
	height: 44px;
	-webkit-background-size: 30px 30px;
	        background-size: 30px 30px;
	border-radius: 5px;
}

/*---------------------------------------
 **   SECTION:  ABOUT US              -----
-----------------------------------------*/

.about-us {
	background: #272727;
	color: #FFF;
	padding-bottom: 50px;
}
.about-us .big-intro {
	text-align: right;
	font-weight: 300;
	font-size: 52px;
	line-height: normal;
	margin-top: -15px;
}
.about-us p {
	text-align: left;
	color: #939393;
}
.about-us .column {
	margin-bottom: 78px;
}
/*--SKILLS --*/
.skills {
	text-align: left;
}
.skills .skill {
	display: block;
	clear: both;
	margin-top: 0;
	margin-bottom: 25px;
}
.skills .skill .skill-count {
	/*display: inline-block;*/
	height: 64px;
	margin-top: 3px;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}
.skills li:last-child {
	margin-bottom: 0;
}
.skills .skill .skill1,.skill2,.skill3,.skill4 {
	font-size: 16px !important;
}
.skills .skill h6 {
	text-transform: uppercase;
	font-weight: 500;
}
.skills .skill p {
	line-height: 20px;
	color: #8f8f8f;
}

/*--OUR CLIENTS --*/
.our-clients {
	background: url(../images/lines-dark.png) repeat-x center;
	margin-bottom: 40px;
}
.our-clients .section-footer-title {
	background: #272727;
	padding: 0 15px;
	color: #FFF;
}
.our-clients h5 {
	font-weight: 500;
}
.client-list {
	padding-top: 5px;
	margin-bottom: -17px;
}
.client-list ul li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 24px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.client-list ul li img {
	max-width: 130px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-transition: all ease .55s;
	        transition: all ease .55s;
}
.client-list ul li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.client-list ul li:last-child {
	margin-right: 0;
}
.client-list ul li i {
	margin-right: 8px;
}

.configurator {
	padding-bottom: 66px;
	padding-top: 140px;
	/*background: #FFFFFF;*/
}

/*---------------------------------------
 **   SECTION:  CATALOGS                 -----
-----------------------------------------*/
/*
.catalogs {
	background: rgba(0,0,0,0.75);
	padding: 100px 0 60px 0 !important;
	clear: both;
}
*/
.catalogs {
	padding-bottom: 66px;
	padding-top: 140px;
	background: #FFFFFF;
	min-height:750px;
}

.catalogs .row{
	margin-bottom:30px;
}
/*---------------------------------------
 **   SECTION:  VIDEOS              -----
-----------------------------------------*/
.videos {
	padding-bottom: 66px;
	padding-top: 140px;
	background: #FFFFFF;
}

.video-box iframe{
	width:100%;
}
.video-row{
	margin-bottom:20px;
}

/*---------------------------------------
 **   SECTION:  SPONSORS              -----
-----------------------------------------*/
.sponsors {
	padding-bottom: 66px;
	padding-top: 100px;
	background: #FFFFFF;
}

.sponsors-row{
	margin-bottom:20px;
}
.sponsors-row p{
	margin-top:30px;
}
/*---------------------------------------
 **   SECTION:  OUR TEAM              -----
-----------------------------------------*/

.our-team {
	padding-bottom: 66px;
	padding-top: 100px;
	background: #FFFFFF;

}
.team-member {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
}
.team-member .details {
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	position: absolute;
	padding: 15px;
	top: -200px;
	left: 0;
	width: 100%;
	height: 190px;
	-webkit-transition: all 1500ms;
	        transition: all 1500ms;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.team-member .member-details {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}
.team-member:hover .details {
	top: 0;
	background: #333;
	color: white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.team-member .profile-pic {
	border-radius: 50%;
	width: 174px;
	height: 174px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 25px;
}
.team-member .profile-pic img {
	width: 100%;
	height: 100%;
}
.team-member h5 {
	text-transform: uppercase;
	color: #404040;
	font-weight: 500;
	position: relative;
}
.team-member .position {
	font-size: 13px;
	margin-top: 15px;
}
.team-member .social-icons {
	margin-bottom: 25px;
}
.team-member .social-icons ul li {
	display: inline-block;
	line-height: 32px;
	margin: 6px;
}
.team-member .social-icons ul li a {
	background: #FFF;
	font-size: 18px;
	border-radius: 50%;
	color: #808080;
}
.team-member .social-icons ul li a:hover {
	color: #e96656;
}

/*---------------------------------------
 **   SECTION:  FEATURES              -----
-----------------------------------------*/

.features {
	background: #FFFFFF;
	text-align: left;
	padding-bottom: 51px;
}
.features .feature {
	margin-bottom: 55px;
}
.features .feature-icon {
	font-size: 55px;
	float: left;
	margin-top: 10px;
	margin-right: 25px;
}
.features .feature h5 {
	font-weight:500;
	line-height: 28px;
	color: #404040;
}
.features .feature p {
	font-size: 14px;
}

/*---------------------------------------
 **   SECTION:  Pacages               -----
-----------------------------------------*/

.packages {
	padding-bottom: 50px;
	background: rgba(0, 0, 0, 0.5);
}
.package {
	border-radius: 4px;
	background: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 50px;
	padding-bottom: 15px;
}
.package-header {
	height: 57px;
	color: #FFF;
	line-height: 57px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.package-header h5 {
	text-transform: uppercase;
	font-weight:500;
}
.price {
	line-height: 120px;
	height: 100px;
	color: #FFF;
	font-weight: 400;
}
.price h4 {
	display: inline;
	font-size: 40px;
	line-height: normal;
	margin-bottom: 0;
}
.price h4 .dollar-sign {
	font-size: 17px;
	vertical-align: super;
}
.price .price-meta {
	line-height: normal;
	text-transform: uppercase;
	color: #9f9f9f;
}
.package ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	margin: auto;
	border-bottom: 1px dotted #dadada;
}
.package ul li:last-child {
	border-bottom: 0;
}
.best-value .package {
	margin-top: 0;
}
.best-value .package-header {
	padding-top: 17px;
	height: 82px !important;
}
.best-value .package-header h4 {
	font-weight:500;
	line-height: 29px;
	text-transform: uppercase;
}
.best-value .package-header .meta-text {
	font-size: 13px;
	line-height: normal;
}
.best-value .package-header {
	height: 72px;
}
.package ul li i {
	font-size: 13px;
	margin-right: 5px;
}
.order {
	background: #d8ccba;
	color: #404040;
}
.package .order-now {
	line-height: 45px;
	max-width: 100%;
	display: block;
	background: #404040;
	color: #FFF;
	-webkit-transition: all 700ms;
	        transition: all 700ms;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.package .order-now:hover {
	background: #e96656;
}

/*---------------------------------------
**   SECTION:  PRODUCTS             -----
-----------------------------------------*/

.products {
	background: url(../images/product-bg.jpg) 0 0 repeat-y;
}
.products .color-overlay {
	background: rgba(39,144,176, 0.96);
	margin-top: -50px;
	padding-top: 50px;
	/*padding-bottom: 70px;*/
}

/*--ITEMS IMAGES--*/
.item-1 {
	background-image: url(../images/featured_products/1.jpg);
}
.item-2 {
	background-image: url(../images/featured_products/2.jpg);
}
.item-3 {
	background-image: url(../images/featured_products/3.jpg);
}
.item-4 {
	background-image: url(../images/featured_products/4.jpg);
}
.item-5 {
	background-image: url(../images/featured_products/5.jpg);
}
.item-6 {
	background-image: url(../images/featured_products/6.jpg);
}
.item-7 {
	background-image: url(../images/featured_products/7.jpg);
}
.item-8 {
	background-image: url(../images/featured_products/8.jpg);
}

.brand-ebridge{
	background-image: url(../images/brands/backgrounds/ebridge.jpg);
}
.brand-eflow{
	background-image: url(../images/brands/backgrounds/eflow.jpg);
}
.brand-entrada{
	background-image: url(../images/brands/backgrounds/entrada.jpg);
}
.brand-fireswitch{
	background-image: url(../images/brands/backgrounds/fireswitch.jpg);
}

.featured-product {
	color:#ffffff;
}

.featured-product h2{
	margin-bottom:20px;
	font-weight:700;
	word-wrap: break-word;
	white-space: normal;
	font-size: 75px !important;
	text-transform: uppercase;
	line-height:85px;
}

.featured-product h3{
	font-weight:700;
	font-size:65px !important;
	line-height:70px;
	text-transform: uppercase;
}

.featured-product h4{
	font-size:25px;
	line-height:35px;
	font-weight: 500;
}
.featured-subheader{
	padding:10px 0;
	margin-top:15px;
}

.featured-product ul li{
	font-size:16px;
	line-height:30px;
	list-style:disc;
	margin-left:20px;
}

.featured-product .section{
	padding:0;
}

.featured-product .section-row{
	margin:0;
	padding:50px 0;
	min-height:750px;
}

.featured-bg-blue{
	background:url('../../images/featured-bg-blue-gradient.png') no-repeat center center fixed;
}
.featured-bg-red{
	background:url('../../images/featured-bg-red-gradient.png') no-repeat center center fixed;
}

.featured-bg{
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.featured-item{
	margin:35px 0;
}

.featured-item-bordered{
	border-top:1px dotted rgba(255,255,255,0.5);
	padding-top:10px;
}

.featured-item a{
	font-weight:500;
}
.featured-item a:hover{
	color:#333333;
}

.featured-call-to-action{
	position:absolute;
	top:100%;
	left:50%;
	transform: translate(-50%, -50%);
}

.featured-call-to-action-90{
	top:90%;
}

.featured-call-to-action .badge{
	display: inline-block;
    font-weight: 400;
    background-color: rgba(201, 201, 201, 0.35);
}

.link-black{
	color:#000000;
}
.link-black:hover{
	color:#333333;
}
.link-white{
	color:#ffffff;
}
.link-white:hover{
	color:#999999;
}
.link-grey{
	color:#999999;
}
.link-grey:hover{
	color:#ffffff;
}
/*---ITEM STYLE ---*/
.item {
	width: 100%;
	height: 260px;
	display: block;
	-webkit-background-size: 100%;
	        background-size: 100%;
	position: relative;
	margin: auto;
	margin-bottom: 30px;
	z-index: 5;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	border-radius: 4px;
}
.item-brand{
	margin-bottom:10px;
}
.item-logo{
	margin-bottom:30px;
}
.item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: background-color 0.3s ease-in-out;
	        transition: background-color 0.3s ease-in-out;
}
.item-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	-webkit-transform: translate(0,100%);
	-ms-transform: translate(0,100%);
	        transform: translate(0,100%);
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.item:hover .item-content {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	        transform: translate(0,0);
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.item-top-content {
	position: relative;
}
.item-top-content-inner {
	position: absolute;
	bottom: 0;
	padding: 10px 15px 10px 15px;
	background: rgba(255,255,255,.95);
	width: 100%;
}
.item-content ul {
	margin-left:20px;
}
.item-content ul li{
	list-style:disc;
	text-align:left;
	line-height:20px;
}
.item-content ul li a,.item-content ul li a:hover{
	text-decoration:underline;
}
.item-add-content {
	padding: 0 15px 15px 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.item:hover .item-add-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.item-add-content-inner {
	border: 0px solid #dadada;
	border-top-width: 1px;
	padding-top: 10px;
}
.item-top-title {
	text-align: left;
}
.item-top-title h5 {
	color: #404040;
	font-weight: 500;
	font-size:15px;
}
/* ITEM DETAILS */
.item-product {
	/*width: 70%;*/
	float: left;
}
.item-product-price {
	width: 30%;
	float: right;
	text-align: right;
}
.subdescription {
	font-size: 14px;
	font-weight: 400;
	color: #7d7d7d;
}

/*---PRODUCT PRICE---*/
.item-product-price {
	font-size: 1em;
	font-weight: 500;
	position: relative;
}
.item-product-price .subdescription {
	color: #808080;
}
.old-price {
	border: 0 solid #808080;
	border-bottom-width: 1px;
	margin-top: -11px;
	width: 30px;
	position: absolute;
	right: -2px;
	bottom: 10px;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}

/*---ITEM DESCRIPTION ---*/
.item-content {
	background: rgba(255,255,255,.85);
}
.item-add-content {
	font-weight: 400;
	color: #808080;
}
.item-add-content .section {
	margin-bottom: 10px;
}
.item-add-content .section:last-of-type {
	margin-bottom: 0;
}
.item-add-content p {
	font-size: 14PX;
}

#product-list-container .pagination{
	/*font-size:10px;*/
	margin:0
}

#product-list-container #categry-header .badge{
	vertical-align:bottom;
	margin-bottom:2px;
}

/*---------------------------------------
 **   SECTION:  NEWSLETTER            -----
-----------------------------------------*/
.newsletter {
	padding-top: 62px;
	padding-bottom: 62px;
	background: rgba(0, 0, 0, 0.5);
}
.newsletter h3 {
	font-size: 28px;
	text-transform: uppercase;
	/*font-family: 'Montserrat', sans-serif;
	font-weight: 500;*/
	font-family: 'Roboto', sans-serif;
/*	font-family: 'Open Sans', sans-serif;*/
	font-weight:400;
	margin-bottom: 8px;
}
.newsletter .subscription {
	margin-top: 15px;
}
.newsletter .custom-button {
    margin-top: 7px;
}

/*----------------------------------------
 **   SECTION:  TESTIMONIAL            -----
-----------------------------------------*/
.testimonial {
	background: #dbbf56;
	padding-bottom: 90px;
}
#client-feedbacks .feedback-box {
	background: #FFFFFF;
	padding: 25px;
	margin: 13px;
	text-align: left;
	border-radius: 4px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	display: block;
	z-index: 5;
}
.feedback-box .message {
	font-size: 15px;
	color: #909090;
}
.feedback-box .client {
	margin-top: 30px;
	height: 73px;
	position: relative;
}
.feedback-box .quote {
	float: left;
	font-size: 45px;
	line-height: 80px;
}
.feedback-box .client-info {
	float: left;
	margin-left: 18px;
	padding-top: 15px;
}
.feedback-box .client-info .client-name {
	font-family: 'Homemade Apple', serif;
	color: #404040;
}
.feedback-box .client-info .client-company {
	font-size: 13px;
	margin-top: -3px;
}
.feedback-box .client-image {
	float: right;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #f6f6f6;
}
.customNavigation {
	text-align: center;
}
.owl-theme .owl-controls .owl-page span {
	background: #886e0e;
	border-radius: 50%;
}
.customNavigation a {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	        user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------
 **   SECTION:  PURCHASE NOW           -----
-----------------------------------------*/

.purchase-now {
	background: #e96656;
	padding-top: 70px;
	padding-bottom: 70px;
}
.purchase-now h3 {
	text-align: left;
	line-height: 40px;
	margin-top: 14px;
}
.purchase-now .red-btn {
	float: right;
	/*background: #db5a4a;*/
	background:#c45054;
}
.purchase-now .red-btn:hover {
	/*background: #bf3928;*/
	background:#c4161c;
}

/*----------------------------------------
 **   WARRANTY             -----
-----------------------------------------*/

.warranty {
	/*background: rgba(0, 0, 0, 0.5);*/
	padding-bottom: 95px;
	padding-top:150px;
	min-height: 750px;
}
.warranty p{
	margin:15px 0;
}

/*----------------------------------------
 **   COMPARISON             -----
-----------------------------------------*/

.comparison {
	/*background: rgba(0, 0, 0, 0.5);*/
	padding-bottom: 95px;
	padding-top:150px;
	min-height: 750px;
}

/*----------------------------------------
 **   SECTION:  CONTACT US             -----
-----------------------------------------*/

.contact-us {
	/*background: rgba(0, 0, 0, 0.5);*/
	background:#dfe3e6;
	padding-bottom: 95px;
	padding-top:150px;
}
.contact-us .input-box,textarea {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}
.contact-us .custom-button {
	float: right;
}
.form-section-header
{
	margin-bottom:20px;
}
.thank-you{
	min-height:750px;
}
/*----------------------------------------
 **   SECTION:  CAREER OPPORTUNITIES            -----
-----------------------------------------*/
.careers {
	/*background: rgba(0, 0, 0, 0.5);*/
	background:#dfe3e6;
	padding-bottom: 0px;
	padding-top:150px;
}

.careers .well{
	margin-bottom:100px;	
}

/*----------------------------------------
 **   SECTION:  NEWS & EVENTS            -----
-----------------------------------------*/
.calendar {
	/*background: rgba(0, 0, 0, 0.5);*/
	background:#ffffff;
	padding-bottom: 100px;
	padding-top:150px;
}

/*----------------------------------------
 **   SECTION:  APPLICATION SUPPORT   -----
-----------------------------------------*/
.calculators, .ada_calc {
	/*background: rgba(0, 0, 0, 0.5);*/
	background:#dfe3e6;
	padding-bottom: 100px;
	padding-top:150px;
}

.ada_calc{
	background:	#ffffff;
}
.video-row p{
	margin-top:1em;
}
/*----------------------------------------
 **   SECTION:  SUPPORT            -----
-----------------------------------------*/
.support {
	/*background: rgba(0, 0, 0, 0.5);*/
	background:#ffffff;
	padding-bottom: 0px;
	padding-top:150px;
}

.support h6{
	display:inline;
	color:#5B5A5A;
}
.support-table>tbody>tr>td {
	width:50%;
	padding-bottom:20px;
}
.support-table>tbody>tr:nth-of-type(even) {
	background-color: #f9f9f9;
}
/*----------------------------------------
 **   SECTION:  REPLOCATOR            -----
-----------------------------------------*/
.affix{
	top:0;
	width:100%;
	width:75%;
	padding-top:76px
}
.affix-bottom{
	position:fixed;
	height:800px;
	width:75%;
	bottom:0;
}
.affix-top{
	position:static;
	top:0;
	padding-top:76px

}
#map_canvas {
	min-height:800px;
}
.locator-data{
	padding:100px 30px 30px 0;
}
.locator-data h3{
	margin-bottom:20px;
}
#reps{
	font-size:0.85em;
}
.relative{
	position:relative	
}
.rep-company-footer{
	margin:5px 0 15px 0;	
}
/*----------------------------------------
 **   SECTION:  DISTRIBUTOR LOCATOR   -----
-----------------------------------------*/
#closest-distributors table th, #closest-distributors table td{
	font-size:12px;
}

/*----------------------------------------
 **   SECTION:  REGISTER  LOGIN  RESET         -----
-----------------------------------------*/
.register, .log-in, .reset-password
{
	background:#dfe3e6;
	padding-bottom: 150px;
	padding-top:150px;
}

.register .input-box,textarea, .log-in .input-box,textarea{
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}
.register .custom-button, .log-in .custom-button, .reset-password .custom-button {
	float: right;
}

/*----------------------------------------
 **   SECTION:  ADMIN        -----
-----------------------------------------*/
.admin
{
	background:#dfe3e6;
	padding-bottom: 150px;
	padding-top:150px;
}

.admin .custom-button {
	float: right;
}

.admin .panel-body {
    min-height: 174px;
}

/*----------------------------------------
 **   SECTION:  404             -----
-----------------------------------------*/

.error404{
	padding-bottom: 150px;
	padding-top:150px;
}
.margin-top-50{
	margin-top:50px;	
}
/* ----------------------------------------*/
/*   SECTION:  FOOTER                        */
/* ----------------------------------------*/

footer {
	background: #272727;
}
.company-details {
	color: #939393;
	padding-top: 67px;
	/*padding-bottom: 67px;*/
}
.company-details .icon-top {
	font-size: 30px;
	margin-bottom: 10px;
}
.copyright {
	padding-top: 60px;
	padding-bottom: 68px;
	background: #171717;
}
.social li {
	display: inline-block;
	margin: 5px;
}
.company-details a{
	color: #939393;
}
.company-details a:hover{
	color: #e96656;
}

.social li a{
	color: #939393;
	font-size: 18px;
}
.social li a:hover{
	color: #e96656;
}

/* ========================================= */
/* -----------------------------------------*/
/*   SINGLE PROJECT PAGE                     */
/* -----------------------------------------*/
/* ========================================= */

.single-project {
	text-align: left;
	margin-bottom: 25px;
}
.single-project .project-image {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
.single-project h3 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	line-height: 40px;
	border-bottom: 1px dotted #dadada;
}
.single-project .project-description {
	margin-bottom: 25px;
}
.single-project .button {
	margin-left: 0;
}
.single-project .project-information {
	margin-bottom: 10px;
}
.single-project .project-information ul li {
	border-bottom: 1px dotted #dadada;
	padding-bottom: 5px;
	margin-top: 10px;
}
.single-project .project-information ul li span {
	font-weight: 500;
	margin-right: 5px;
}

#loaded-content
{
	margin-bottom:50px;
}
#loaded-content .tab-pane{
	padding:20px 0;
}
#loaded-content .tab-pane .overview p{
	margin:20px 50px;
}
#loaded-content .tab-pane ul{
	margin:20px 50px;
}
#loaded-content .tab-pane ul li{
	list-style:disc;
}
#loaded-content .tab-pane h3{
	/* margin-bottom:20px; */
	margin-bottom:0;
}
#loaded-content .tab-pane ul li ol{
	padding-left:25px !important;
}
#loaded-content .tab-pane ol li{
	list-style:lower-alpha;
}
a:after { content: "" !important; }

ul.catalog-mfg-list{
	padding:0;
	margin:0;
	display:flex;
	flex-flow: row wrap;
	justify-content:space-evenly;
	align-content:space-around;
}
ul.catalog-mfg-list li{
	list-style:none;
	flex: 1 1 20%;
}

ul.catalog-mfg-list li a{
	text-align:center;
	vertical-align:central;
	cursor:pointer;
	width:100%;
	max-width:150px;
	padding:20px 0px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}