﻿@charset "utf-8";
/*T2G Header customization*/
.header_bg{
	height:180px;
}
.subNavWrapper {
	background-color:transparent;
}
.preheader {
	color:transparent;
}
#headerWrapper{
    display: block;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    padding: 5px;
    width:100%;
	text-align: center;
	top:20px;
	min-height:100px;
}
.headBanner {
    width: 1060px;
    margin: 0 auto;
	height:90px;
}
.headBanner div{
    text-align: right;
	
}
.hBanner_left{
    float: left;
    width: 40%;
    text-align: left;
	height:0px;
}
.hBanner_right {
    width: 60%;
    text-align: right;
    float: right;
}
.h_logo {
	top:5px;
	padding-right:10px;
	border-right:1px solid #C4C4C4;
	}
.h_logo img{
	width:100%;
}
div.h_logo {width:200px;}
div.phone {
    color: #c52437 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.5em !important;
    font-weight: bold;
    text-align: left;
    top: 25px;
    left: 0px;
    right: 0px;
	padding-left:10px;
    width:200px; 	
}
.fa-chevron-down {
	color:#DBDBDB;
	font-size:8px;
	font-weight: 100;
}
.subNav ul {
	font-size:1.2em;
	color:#000;
	display: inline-block;
	float:right;
	width:100%;
	margin-right:35px;
}
.subNav ul li {
    background-image: none;
	border-right:1px solid #C4C4C4;
	line-height: 1.2em;		
    display: inline;
    padding-left: 4px;
	top:30px;
}
.subNav li a {
	color:#000;
	text-decoration: none;
}
.subNav ul li a {
    color: #000;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
}
.subNav ul li:last-child {
	border: none;
}

/*NavBar*/

.navbar {
  overflow: hidden;
	color:#000;
	float: left;
	width: 50%;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 15px;
  color: #000;
  text-align: center;
  padding: 5px 8px;
  text-decoration: none;
  font-weight: bold;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 15px;
  font-weight:600;
  border: none;
  outline: none;
  color: #000;
  padding: 5px 5px;
  background-color: transparent;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #c52437;
	color:#fff;
    font-size: 15px;
}
.dropdown:hover .dropbtn > a {color:#fff;}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  color:#fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a red background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #c52437;
  color:#fff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/*NavBarEnd*/

#topsection {
    text-align: center;
    width: 1060px;
    margin: 0 auto;
    display: inline-block;
	
}

#topsection ul {
    clear: left;
    display: inline-block;
    height: 33px;
    left: 5px;
    list-style: outside none none;
    margin: 0 auto;
    /*max-width: 656px;*/
    padding-top: 3px;
    position: relative;
    top: 3px;
}
#topmenu {
    float: left;
    height: 40px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
}
#search{
	float: right;
}

div#search {
    float: right;
    height: 30px;
    text-align: right;
}
div#vibeSearchBox {
	float:right;
    height: 45px;
    margin: 0 40px 0 0 !important;
    top: -43px;
    transition: all 0.2s ease-out 0s;
}
input[type=text]{
	padding:5px;
	border:1px solid #000;
	float:left;
	border-radius: 3px;
}
button.search_btn {
	border:none;
	background-color:rgb(218, 38, 46);
	display:inline-block;
	margin-left:-4px;
	border-radius:3px;
}
.fa-search {
	color:#fff;
	background-color:#d70000;
	padding:7px;
	
}
/*T2G footer customization*/
.footer_copyright {
	color:#fff;
	background-color: #000;
	line-height: 3em;
}
#footerwrapper{
	text-align: center;
	margin:auto;
}
#footerwrapper .footer  {
	display:inline-block;
    width: 1060px;
	margin:auto;
	padding: 30px 0;
	color:rgb(255, 255, 255) !important;
	line-height: 1.8em;
	font-size: .9em;
}

#footerwrapper .footer div {
	max-width: 15%;
	float: left;
	text-align:left;
}
#footerwrapper .footer .logo_col {
	width:25%;
	line-height: 1.25em;
	padding-left: 20px !important;
	padding-right:40px;
}
#footerwrapper .footer .connect_col{
	width:15%;
	padding-left:15px;
}
#footerwrapper .footer .menu_col {
	width: 12%;
}
#footerwrapper .footer .products_col {
	width:15%;
	padding-right:35px;
}
#footerwrapper .footer .equipment_col {
	width:15%;
}
#footerwrapper .footer .services_col {
    width: 15%;
	padding-right:5px
}
.footer .footer-logo {	
	width: 80%;
	height: auto;
	align-content: left;
	padding:0;
	margin-left:-10px;
}
#footerwrapper h3 {	
	color: #d70000 !important;
	font-size: 14px !important;
	font-weight:600 !important;
	margin-bottom: 0;
}
#footerwrapper .footer ul {
	line-height: 2em;
}
#footerwrapper .footer ul a:hover {
	text-decoration:none;
}
#footerwrapper .footer ul a{
	color:#fff;
}
#footerwrapper .footer  .footer-button {
	background-color: transparent !important;
	border:0;
	margin-top:12px;
}
.footer-btn {
	font-size: 1em;
	text-decoration: none !important;
	color: #fff;
	background-image: none !important;
	background-color: #d70000 !important;
	padding: 6px 40px !important;
	line-height: 50px;
	
}
a.footer-btn{
    text-decoration: none;
    color: #fff;
}

a.footer-btn:hover {
	color:#fff;
	background-color: rgb(157, 163, 165) !important;
}
p.nbr_bottom {
	margin-bottom:0;
}
p.nbr_top {
	margin-top:0;
}
.gold {
	color:rgb(255, 189, 0) !important;
}
p.footer_address {
	padding-top: 0;
	margin-top:0;
}

/*social media icons */
a.fa {
	font-size:2em;
	color:#fff;
	background-color: #d70000;
	padding:4px 5px 0 5px;
	margin-right:15px;
	border-radius:3px;
	text-decoration:none;
		
}
a.fa:hover {
	background-color:rgb(157, 163, 165) !important;
}
a.fa-facebook {
	padding-right:6px;
	padding-left:10px;
}
.ssl {padding-top:15px;}
@media (max-width: 1024px){
	.footer-btn {
	    padding:5px;
	}
	#footerwrapper .footer .connect_col {
		width:1%;
	}
	#footerwrapper .footer .services_col{
		padding-left:150px;
	}
	#footerwrapper .footer .equipment_col{
		padding-left:150px;
	}
	#footerwrapper{
		display:none;
	}
}


