@charset "utf-8";
/* CSS Document */

body {
	font-size:16px !important; line-height:18px !important;
	-webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	-moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	-o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	font-family:Verdana;
	
	}

.container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #cccccc;
    border: 0;
    padding: 8px 20px;
	-webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	-moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	-o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}
button, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #333333;color:#ffffff;
}


/* Header ================================================================================================================= */

.head-top {
    background-color: #d9dadb;
    height: 20px;
    position: relative;
    overflow: visible;
    border-bottom: 1px dashed #707173;
}

.dist-btn {
	position:absolute; 
	height:40px; 
	top:0px; 
	right:0px; 
	padding:10px; 
	max-width:130px; 
	font-size:14px; 
	background-color:#FDA602; 
	color:#333333; 
	z-index: 300;
	-webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	
}
.dist-btn:hover {background-color: #333333; color:#cccccc; text-decoration: none;}

.top-banner {
	background-color: #ffffff;
	height: 150px;
}

.logo {
	width: 20%;
	min-width: 279px;
	height: 150px;
	display: block;
	background-image: url(../images/logos/Plymovent.png);
	background-repeat: no-repeat;
	background-position: center left;
	float:left;
}

.logo1 {
	width: 30%;
	min-width: 275px;
	height: 140px;
	display: inline-block;
	background-image: url(../images/logos/RapidLogo.jpg);
	background-repeat: no-repeat;
	background-position: 25%;
	background-size: 60%;
	
}


/*Google translate and search box*/
.search-box {width:250px; float:right; height:150px; padding-top:54px; padding-left:10px;}
.form-control {
    height: 39px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.search {
	background-image:url(../images/search-icon.png);
	background-size:11%; 
	background-position: 95%; 
	background-repeat: no-repeat;
}

.gt-box {width:250px; float:right; height:150px; padding-top:50px;}
#google_translate_element {}
.goog-te-gadget .goog-te-combo {
    display: block !important;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    padding: 10px !important;
    border: 1px solid #cccccc !important;
    width: 95% !important;
}



/* Navigation */
.navbar {
    border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #cccccc;
	font-size:15px;    
	padding: 14px 25px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #777;
	background-color: #cccccc;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
    padding: 0;
}
.navbar {
	background-color: #333333;
	border-radius: 0px;
	margin-bottom: 15px;
}
/* ---- Active sticky nav content padding ---- */
/* Fixed 'sticky' behaviour */
.sticky{
    position: fixed;
    width: 100%;
    max-width: 100%;
    top: 0px;
    z-index: 800;
    border-top: 0;
    margin: 0 auto;
}
/*.navbar.sticky + .logo {display:none !important;}*/


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #ccc;
  height: 250px;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* End Header ============================================================================================================ */

/* Hero panel */
.hero-banner {height: 350px;}
.hero-image {
	height: 350px; 
	background-image: url(/images/hero-bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: cover;
}
/*
.hero-banner-inner {height: 250px;}
.hero-image-inner {
	height: 250px; 
	background-image: url( ../images/hero-bg-inner.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: cover;
}
*/
/* Content */
.content {padding: 15px 0px;}
.main-text {padding:15px 15px;}

.col-panel-3 {border:1px solid #cccccc; min-height:560px;}

.lower-3col {
    text-align: center;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    min-height: 430px;
    padding: 20px 50px;
}
.lower-3col a {
	padding: 10px 20px;
    display: block;
    max-width: 70% !important;
    margin: 0 auto;
    background-color: #ffe946;
    margin-top: 20px;
    font-weight: bold;
    color: #333333;
}
.lower-3col a:hover {
    background-color: #333333;
    color: #cccccc;
	text-decoration: none;
}

/* Footer */
.footer-upper {
	background-color: #e8e8e8;
	height: 150px;
}
.footer-upper a {color:#333333;}
.footer-lower {
	background-color: #1B1B1B;
	height: 60px;
	color:#ffffff;
}

.copy {padding-top:15px;}
.rw-table td{padding:5px;}
.rw-table th{padding:5px;}

@media (max-width:1024px){
.logo {
    width: 20%;
    min-width: 229px;
    height: 150px;
    background-size: 100%;
}
.logo1 {
    width: 30%;
    min-width: 225px;
    height: 140px;
    background-position: 25%;
    background-size: 75%;
}
}

@media (max-width:767px) {
	
h1, .h1 {
    font-size: 30px;
}

.logo {
    width: 41%;
    height: 120px;
    background-size: 100%;
    margin-left: 20px;
    min-width: 140px;
}
.logo1 {
    width: 50%;
    height: 140px;
    background-size: 80%;
    margin-top: -4px;
    min-width: 140px;
    background-position: 60%;
}
.search-box {
	width:50%; 
	float:right; 
	height:100px; 
	padding-top:4px; 
	padding-left:10px;
}
.gt-box {
	width:96%; 
	float:right; 
	height:100px; 
	padding-top:0px;
}

.lower-3col a {
    max-width: 100% !important;
}
.lower-3col {
    margin-bottom: 20px;
    min-height: 430px;
    padding: 20px 20px;
}
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
	padding:0;
}
.navbar-toggle {
    display: none;
}
.col-lg-6 {padding:0;}
}




