/* from style.css */
.test_image img
{
	max-width:630px !important;
}

@media print
  {
	  .btn_post
	  {
		  display:none !important;
	  }
	 .test .col-sm-4
	 {
		 display:none !important;
	 }
	 .footerTopContent
	 {
		 display:none !important;
	 }
     .footerTop
	 {
		 display:none !important;
	 }
	 .footerBottom
	 {
		 display:none !important;
	}
	.btn
	{
		display:none !important;
	}
	.glyphicon
	{
		display:none !important;
	}
  }

/* main.scss */
body {
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 5px;
}
h3 {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #2d2f36;
}
p {
	font-size: 14px;
	color: #363636;
}
.mainHeader {
	background: #ffffff;
	min-height: 80px;
	padding-bottom: 10px;
}
.logo {
	margin-top: 10px;
}
.mainNav {
	background: none;
	border: none;
	margin-top: 40px;
	margin-bottom: 0px;
}
.mainNav a {
	background: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	color: #999999;
}
.mainNav ul {
	float: right;
	/*margin-right: 40px;*/
}
.mainNav ul li{
	position:relative;
}
.mainNav ul li ul{
	display:none;
	background:#E6E6E6;
	width:200px;
	list-style:none;
	position:absolute;
	z-index:99999;
	padding:0px;
	border:1px solid #CCCCCC;
	
}
.mainNav ul li:hover ul{
	display:block;
}
.mainNav ul li ul li{
	
}
.mainNav ul li ul li a {
	font-size:14px;
	text-transform:capitalize;
	display:block;
	padding: 10px;
	color: #000;
}
.mainNav ul li ul li a:hover{
	background:#fff;
	color: #000;
	text-decoration:none;
}
.mainNav a.active {
	color: #222222;
}
.banner {
/*
	background: url(/bwg/images/slider-bg.jpg) no-repeat;
	min-height: 450px;
	background-size: 100% 100%;
*/
}
.banner h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 50px;
	color: #ffffff;
}
.banner h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	color: #ffffff;
}
.banner p {
	font-size: 14px;
	color: #fff;
}
.btnCustom {

}
.btnCustom a {
	background: #c71931;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	padding: 10px 12px;
	font-size: 18px;
}
.bannerBottom {
	background: url("/bwg/images/banner_bg.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
	min-height: 100px;
	padding: 27px 0px 20px;
}
.bannerBottomHome {
   padding: 55px 0 40px;
    background: #e1e1e1;
}

.bannerBottom h1{color:#fff;}
.bannerBottom h3{
	color:#363636;
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 5px;
}
.bannerBottomBox {
	background: #fff;
	text-align: center;
	padding: 10px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 0 8px 6px -6px #222;
	-moz-box-shadow: 0 8px 6px -6px #222;
	box-shadow: 0 8px 6px -5px #222;
	min-height: 250px;
}
.bannerBottomBtn {
	height: 50px;
	width: 50px;
	border-radius: 100px;
	background: none repeat scroll 0 0 rgb(35, 64, 147);
	margin-top: -35px;
	padding: 10px 0 0 0px;
}
.maintenance {
	padding: 8px 0 0 15px;
}
.globe{padding:9px 0 0 9px;}
.productsSection {
	background: #ffffff;
	min-height: 200px;
	padding: 10px 0px;
}
.productImg {
	padding: 10px;
	background: #e6e6e6;
	border: 1px solid #cdcdcd;
	margin-top: 5px;
}
.productImg img{
	
}
.footerTopContent {
	background: #e1e1e1;
	min-height: 200px;
	padding: 20px 0px;
	;
}
.testimonials {
	background: #ffffff;
	padding: 10px;
	border: 1px solid #e4e4e4;
}
.customCarousel {
	background: none;
	bottom: initial;
}
.bottomCorner {
	margin-bottom: -24px;
	display:none;
}
.newsLetterForm {
	background: #fff;
	min-height: 100px;
	padding: 15px 15px 10px;
	border: 1px solid #e4e4e4;
	float:left;
}
.testimonialsTitle, .newsLetterTitle {
	padding: 5px 0px;
}
.testimonialsTitle .left {
	left: 74%;
	top: 5%;
	color: #000;
}
.testimonialsTitle .right {
	top: 5%;
	color: #000;
}
.BrightwayAddress {
	color: #000;
}
.director h3 {
	margin-top: 10px;
}
.director p {
	color: #bcbcbc;
	font-size: 12px;
}
.footerTop {
	background: #bbbbbb;
	min-height: 30px;
	opacity: .8;
	padding: 10px 0;
}
.footerTop ul, .footerTop li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerTop ul li {
	float: left;
	color: #363636;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	margin-right: 30px;
	font-weight: 700;
}
.footerTop ul li a {
	color: #363636;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.footerBottom {
	background: #222222;
	min-height: 20px;
	padding: 10px 0px 0px;
}
.copyRight p, .SiteBy p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #c5c5c5;
}
.SiteBy p {
	float: right
}
.SiteBy p a {
	color: #C5C5C5;
}
#searchbox {
	float: right;
	position: absolute;
	right: 0;
	top: 8px;
}
#searchbox .searchbar {
	background: none repeat scroll 0 0 #FFFFFF;
	display: none;
	position: absolute;
	right: 50px;
	bottom: 0px;
	z-index: 222;
	min-width: 280px;
}
#searchbox a.closes {
	display: none;
}
#searchbox .searchbar input {
	float: left;
}
.searchinput {
	float: left;
}
.btnTop {
	float: right !important;
}
/***************************products here*****************************/

.product_item{}

.product-list {
	/*border: 1px solid #c3c3c3;*/

	padding: 15px;
	margin: 15px 0px;
	border-radius: 15px;/*background:#e1e1e1;*/

}
.products {
	margin: 10px 0;
	border: 1px solid #c3c3c3;
	background: #fff;
	min-height: 192px;
}
.product-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*.product-image {
	max-width: 220px;
	margin: 0 auto;
	min-height: 140px;
}
.product-image img {
	max-height: 140px;
    min-width: 210px;
}*/
.productsTittle {
	background: none repeat scroll 0 0 #43C6F1;
	display: block;
	padding: 15px;
	color: #fff;
}
.product-list ul li:hover .productsTittle {
	background: none repeat scroll 0 0 #199E49;
}
.product-list ul li:hover a{
	text-decoration:none;
}
/***************************PRODUCT DETAIL*****************************/

.product-detail {
	padding: 10px;
}
.detail-image {
	border: 1px solid #c2c0c1;
	background: #fff;
}
.detail-image {
	max-width: 328px;
	float:left;
	margin-right: 15px;
}
.product-detail h1 {
	margin-left: 0;
	margin: 10px 3px 10px 0px;
}
.right-heading h2 {
	margin-top: -5px;
}
.product-detail h2 {
	/*margin-top:10px 0;*/

	color: #C71931;
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: 24px !important;
	margin: 0 0 5px;
}
.prod_title {
	color: #C71931;
}
.product-detail p {
	margin-bottom: 8px;
}
.product-detail ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-top: 20px;
}
.product-detail ul li {
	color: #363636;
}
.custom-div {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.form-group .btnCustom {
	margin-top: 0;
	border: 0;
}
.pro_desc{}
.pro_desc p{clear: none !important;}
/***************************XS XS XS*****************************/

@media (max-width: 320px) {
}

/***************************SM SM SM*****************************/

@media(max-width:767px) {
.mainNav {
	margin-top: 0;
}
.mainNav ul {
	float: none;
}
.bannerBottomBox {
	margin: 30px 0px;
}
/*.logo {
	max-width: 288px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}*/
.bannerBottom {
	padding: 20px 0px 0px;
}
.newsLetterTitle {
	margin-top: 5px;
}
.footerTop ul li {
	margin: 3px 30px 3px 0px;
}
.SiteBy p {
	float: left;
}
}

/***************************MD MD MD*****************************/

@media(min-width:768px) and (max-width:992px) {
.testimonialsTitle .left {
	left: 68%;
}
}

/***************************LG LG LG*****************************/

@media(min-width:992px) and (max-width:1199px) {
}
 @media(min-width:1200px) {
}
 @media(min-width:300px) and (max-width:425px) {
.productsSection .col-xs-6 {
	width: 100%;
}
.testimonialsTitle .left {
	left: 72%;
}
}

/******************************************************************/
.product-list p {
clear: both;
}
.product-list .table-striped th
{
font-weight:normal;
font-size:10px;	
}
.productsSection .product-specification ul
{
list-style:none;
border:1px solid #ccc;
margin: 0;
padding: 0;
border-radius: 5px;
}
.productsSection .product-specification ul li
{
padding:5px;
}
.productsSection .product-specification ul li:nth-child(odd)
{
background:#ccc;
padding:5px;
}
.productsSection .product-specification ul li span {
display: inline-block;
width: 190px;
}
.btnPrint
{
	display:block !important;
	padding:5px 35px !important;
}

#newsletterfooter .wpcf7-text{
	float: left;
    margin-bottom: 12px;
    width: 70%;
}
#newsletterfooter label{
	float: left;
    width: 27%;
}

.btn_post{
	margin:10px 0;
}

.test_image{}
.test_image img{
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #f2f2f2;
    height: auto;
    max-width: 100%;
    padding: 4px;
}

/* 20220412 dialogs additions */
img {
	max-width: 100%;
	height: auto;
}
.col-12.form-group {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}