@charset "utf-8";
/* CSS Document */

body {
	margin:0px; padding:0px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5e5e5e;
	line-height:20px;
}

#wrapper {
	width:100%;	
	height:100%;
	display:block;
}

.center {
	text-align:center;	
}

h1,h2,h3,h4,h5,h6 {

	margin:0px;
	padding:0px;
	font-weight:normal;
}

h1 {
	text-align:center;
	font-size:18px;
	color:#5e5e5e;
	font-weight:bold;
	padding-bottom:18px;
}

h1 a{
	background:url(../userimages/back.png) left;
	background-repeat: no-repeat;
	padding-left:35px;
}

h2 {
	text-align:center;
	font-size:16px;
	color:#144681;
	padding-bottom:20px;
}
 h4{
 width:100%;
 }
 
div {
width:100%;
}
p {
	width:98%;
	margin: 0px auto;
	padding:0px;
	line-height:20px;
	padding-bottom:15px;
	text-align:center;
}

ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}

a img {
	border:0px;

}

input {
	margin:0px;
	padding:0px;
}

button{
	cursor:pointer;	
}

a {
	text-decoration:none;	
	color:#5e5e5e;
}

a:hover {
	text-decoration:underline;	
}

.blue {
	color:#144681;	
}

#header {
	width:100%;
	display:block;
	height:auto;
}

.tabbar {
	display:block;
	color:#a4bddb;
	text-align:center;
	font-size:1em;
	background:#144681;
	width:100%;
	padding-bottom:2%;
}

.tabbar a{
	display:inline-block;
	color:#a4bddb;
	text-decoration:none;
	padding:4px 6px;
	height:30px;
	line-height:30px;
}

.tabbar a:hover{
	color:#fff;
}




.width_fix {
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;
}

.clear {
	clear: both;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;	
}


.logo {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:9px;
}

.header_right_section {
	width:100%;
	float:left;
	color:#fff;
	text-align:center;
	background-color:#c2202f;
}

.header_right_section img{
	vertical-align:middle;
	padding-right:5px;
	padding-bottom:6px;
}

.header_right_section a{
	
	color:#fff;
}

.header_right_section a:hover{
	color:#fff;
	text-decoration:underline;
}

.phone {
font-size:22px;
	text-align:center;
	padding:13px 0px;
}

.email {
font-size:22px;
	text-align:center;	
	padding:13px 0px;
}

.header_search_section {
width:80%;
display:inline-block;
margin-left:auto;
	margin-right:auto;
	height:auto;
	padding-bottom:6px;
}

#map_canvas{
display:none;
}

 #banner-fade{
	height:auto !important;
	width:100%;
 }
 
.sf-banner-slider {width:100%};

.buybutton
{
	border:1px solid #dbdbdb;
	height:25px;
	line-height:21px;
	color:#5b5b5b;
	text-align:center;
	background:url(../images/button-bg.png) left top repeat-x;
	margin:5px auto;
	padding:0 8px;
	clear:both;
}


.buybutton:hover {
	background:url(../images/button-bg-hover.png) left top repeat-x;
	color:#fff;
	border-color:#417dc4;
	cursor:pointer;
}


/*START MENU*/

* {
  box-sizing: border-box;
}

.toggle-menu-off{
display:none;
}

  .toggle-menu-off img{
  height:18px;
  }
  
.tabbar .width_fix {

  .toggle-menu {
    position: absolute;
    left: 20px;
    top: 20px;
    color: white;
    font-size: 32px;
    cursor: pointer;
  }
  

}

.toggle-menu img{
position:relative;
height:14px;
top:2px;
}

#wrapper {
  float: right;
  width: 100%;
  transition: width 0.3s ease;
}

.main-nav-check {
  display: none;
}

#header .width_fix .menu {
  position: fixed;
  top: 0;
  width: 0;
  height: 100%;
  background: #3B3B3B;
  overflow: hidden;

}

.content {
  padding: 100px 20px 20px 20px;
}

.close-menu {
  display: none;
}

#main-nav-check:checked ~ #wrapper {
width:52%!important;
float:right;
}
#main-nav-check:checked ~ #wrapper #header .width_fix .menu{
display:normal;
width:48%;
position: absolute;
top: 0;
left: 0;
height:auto;
font-size:1.4em;
}

#main-nav-check:checked ~ #wrapper #header .width_fix .menu ul li{
padding-top: 6%;
padding-bottom: 6%;
font-weight:bold;
border-bottom: 1px solid #000;
}


#main-nav-check:checked ~ #wrapper #header .width_fix .menu ul li ul li{
padding-top: 6%;
padding-bottom: 6%;
border-bottom: none;
font-weight:normal;
}

#main-nav-check:checked ~ #wrapper #header .width_fix .menu ul li ul li a{
color:#fff;
}

#main-nav-check:checked ~ #wrapper #header .width_fix .menu ul li a{
color:#fff;
}

#main-nav-check:checked ~ #wrapper #header .width_fix .menu .toggle-menu-off {
position:absolute;
display:inherit;
top:0.8%;
left:80%;
}

/*FINISH MENU*/



.banner_area {
	width:100%;
	height:auto;
	background:#ebebeb;
	padding:22px 0;
}


.banner_right{
	width:100%;
	background:#FFF;
	border:1px solid #cdcdcd;
	font-size:22px;
	color:#144681;
	text-align:center;
	padding:4px 0px;
}
.banner_right div{
margin-right:auto;
margin-left:auto;
}

.banner_right a{
	color:#144681;	
}

.banner_phone {
		display:none;
	width:98%;
	padding:18px 0px;	
}

.banner_mail {
	display:none;
width:98%;
	padding-bottom:22px;	
}

.content {
	background:#FFF;
	display:block;
	padding:26px 0;
	width:100%;
}

#left_section {
	width:100%;
}

#right_section {
	width:100%;
}



.home_product {		
	width:auto;
	display:block;
	margin:20px auto;
}

.home_product ul{
	margin: 0px auto;
	width:100%;
}

.home_product li{
	padding:2px 0px;
	width:31%;
	height:auto;
	text-align:center;
	font-size:20px;
	color:#FFF;
	list-style:none;
	display:inline-block;
	float:left;
	margin-right:1%;
	margin-left:1%;
	margin-bottom:8px;
	vertical-align:top;
}

.home_product li img{
	width:100%;
	height:auto;
}
.home_product li .title{
	display:block;
	text-align:center;
	height:38px;
	line-height:38px;
	
}
.home_product li .title a{
	color:#ffffff;	
}

.home_product li .title1{
	background:#c3202e;
}

.home_product li .title2{
	background:#3b75b0;
}
.home_product li .title3{
	background:#5c5e5e;
}
.home_product li .title4{
	background:#567c29;
}
.home_product li .title5{
	background:#009292;
}
.home_product li .title6{
	background:#a26750;
}

.right_side_box {
	background:#f3f3f3;
	border-bottom:1px solid #cdcdcd;
	display:block;
	margin-bottom:14px;
	
}

.testimonails_heading {
	height:36px;
	display:block;
	text-align:center;
	color:#5e5e5e;
	font-size:16px;
	font-weight:bold;
	background:#ebebeb;
	line-height:36px;
}

.right_side_box .testi_content {
	width:100%;
}

.right_side_box .testi_content  ul {
margin-left:auto;
width:100%;
text-align:center;
display:inline-table;
list-style-type: none;
list-style:none;
}
.right_side_box .testi_content  li {
	display:table-row;
    font-size: 1.2em;
	font-weight:bold;
    padding: 1px;
    text-align: center;
    height:25px;
    line-height:25px;  
	list-style-type: none;
list-style:none;
}

.right_side_box li{
	background:url(../images/list-bullet.png) left 50% no-repeat;	
	padding:8px 0px;
	padding-left:15px;
}

#footer {
	width:100%;
	height:auto;
}

#footer_buttons {border:1px solid #d3d3d3;display:block;text-align: center;margin:12px 0px;}

#footer_buttons .buttonwrap {display:inline-block;margin:0 auto;}

#footer_buttons img {width:182px;height:auto;margin-right:2px;}


.gray_bg {
	background:#737373;
	width:100%;
	color:#FFF;
	padding-bottom:8%;
	padding-top:8%;
}

.gray_bg li {
	height:auto;
	width:100%;
}

.date {
	color:#b7b7b7;
	padding-bottom:10px;
}

.gray_bg h1, h4 {
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	padding-bottom:15px;
	text-align:center;
}

.blog_sec {
	width:100%;
	text-align:center;
}

.blog_user {
	
	width:100%;
	
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.blog_user img {
	margin-bottom:10px;	
}

.blog_right {
	width:100%;
}

.more_blog{
	width:56px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#c3202e;
}

.more_blog:hover{
	background:#144681;
}



.more_blog a{
	text-decoration:none;
	color:#FFF;
	display:block;
}

.social_media {
	width:100%;
	text-align:center;
	margin-top: 20px;
	 
}

.social_media  div{
width:100%;

}

.social_media a{
	color:#FFF;
	line-height:27px;
}

.social_media a:hover{
	text-decoration:underline;
}

.social_media ul {
	margin:0px auto;
	padding:0px;	
	display: inline-table;
}

.social_media li {
	float:left;
	height:27px;
	width:27px;
	background:url(../images/social_media.png) left top no-repeat;
	transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
   position:relative;
   cursor:pointer;  
   margin-right:8px; 
   margin-bottom:10px;
   
	}
	
		
.social_media li.twitter{
	background-position:0px 0;
	}
	
.social_media li.twitter:hover{
	background-position:0px -29px;
	}
	
.social_media li.facebook{
	background-position:-31px 0px;
	}
	
.social_media li.facebook:hover{
	background-position:-31px -29px;
	}
	

.social_media li.linkedin{
	background-position:-62px 0;
	}
.social_media li.linkedin:hover{
	background-position:-62px -29px;
	}
	
.social_media li.youtube{
	background-position:-93px 0;
	}
	
.social_media li.youtube:hover{
	background-position:-93px -29px;
	}
.contact_sec {
	width:100%;
	margin-top:20px;
	text-align:center;
}

.p-pertyphoto{
color:#fff;
}

.footer_bottom {
	display:block;
	margin:12px 0px;
}

.footer_bottom a{
	color:#5e5e5e;
}

.footer_bottom a:hover{
	text-decoration:underline;
}

.copyright {
	text-align:center;
	margin-top:15px;	
}

	/* * * * * *  flexslider  * * * * * */
.banner{
	display:none;
	width:100%;	
	height:352px;
	float:left;
	border:1px solid #cdcdcd;
	background:#FFF;
	padding:8px;
}

.banner .caption{
	position:absolute;
	z-index:99;
	bottom:0;
	background:#fff;
	opacity:0.8;
	padding:15px;
	padding-bottom:0px;
}

.banner .caption p{
	font-size:14px;
	color:#3d3d3d;	
}


.banner .caption h1{
	font-size:22px;
	color:#3d3d3d;	
	font-weight:normal;
	padding-bottom:8px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
/*	padding:10px;*/
	background:#fff;
	color:#000;
	text-decoration: none;
	
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}


ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;

  	display:block;
	background:url(../images/next-arrow.png) right top no-repeat !important;
	font-size:0;
	width:40px;
	height:45px;
	display:block;

	


}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0; 
	display:block;
	background:url(../images/prev-arrow.png) left top no-repeat; font-size:0 !important;
	width:40px;
	height:45px;
	font-size:0;
	
}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%; display:none}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0; background:#ccc; }



/** testimonials **/
#left_section #testimonials {
background: none repeat scroll 0 0 #ffffff;
}

#left_section #testimonials .paging{
font-size: 16px;
font-weight:bold;
background: #ebebeb;
}

#left_section #testimonials #testimonial h1 {
background: none repeat scroll 0 0 #f3f3f3;
}

#testimonials {
  margin-bottom: 40px;
  position:relative;
  background: none repeat scroll 0 0 #f3f3f3;
    border-bottom: 1px solid #cdcdcd;
    display: block;
    margin-bottom: 14px;
}

#testimonials a {
font-size: 16px;
font-weight:bold;
}

.hyperlink {
margin-bottom: -7px;
}


#testimonials h2 {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
  
   background:#ebebeb;
    color: #5e5e5e;
   
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-align: center;
	padding-bottom:0px;
}

#testimonials .carousel-wrap {

overflow: hidden;
background:#dfdf;
width:100%;
box-sizing:border-box;
}

#testimonials .carousel-wrap   ul {
margin-left:auto;
width:100%!important;
text-align:center;
display:inline-table;
list-style-position: inside;
}
#testimonials .carousel-wrap   li {
	display:table-row;
    font-size: 1.2em;
	font-weight:bold;
    padding: 1px;
    text-align: center;
    height:25px;
    line-height:25px;  
}

#testimonials .carousel-wrap p {
font-size:1.1em;
text-align:center; 
font-weight:normal;
}

.fl_left {
font-size:1.2em;
	float:left;
}

.fr_right {
	margin:12px 0px;
	float:right;	
	border-bottom:1px solid #ebebeb;
	
}

#testimonials .carousel-nav {
margin-left:auto;
margin-right:auto;
  display: none;
  width: 98%;
  position:absolute;
  top:9px;

}

.context{
text-align:left;
}

#testimonials .carousel-nav img {
  cursor: pointer;
}
#testimonials .carousel-nav img:active {
  position: relative;
  top: 1px;
}
#testimonials .carousel-nav .nextbtn {
  float: right;
}

/*Inner Page Css*/
.sf-product > a,
.sf-product > a img { display: block; max-width:100%; min-width:235px; }

#products .product {
	border: 1px solid #cdcdcd;
    display: inline-block;
    vertical-align: top;
    width: 100%;
	float:left;
	padding-bottom:10%;
	height:auto!important;
}

.product a.cattitle{
	height:38px;
	line-height:38px;
	background:#c3202e;
	text-align:center;
	color:#FFF;
	font-size:15px;
	display:block;
	text-decoration:none;
}

.product a.cattitle:hover
{   background:#144681;
}


.images img{
display: block;
margin-left:auto;
margin-right:auto;
margin-top:auto;
margin-bottom:auto;
max-width:100%;
min-height:206px;
}

#products .showproduct .images .addImages{
min-height:56px;
}

#products .showproduct .images a{
pointer-events: none;
   cursor: default;
}

.more {

	height:30px;
	margin:0px auto;
	display:block;
	background:#cbcbcb;
	text-align:center;
	line-height:30px;
	font-weight:normal;
}

.more a{
	color:#4f4e4e;
	display:block;
	text-decoration:none;
}

.description {
	min-height:0px!important;
	width:98%;
	margin: 0px auto;
	text-align:justify;	
	padding: 0 0px 15px 0px;
}



.more a:hover {
	background:#144681;	
	color:#FFF;
}

.pro_more a:hover{
	color:#FFF;
}

#products{width:100%;margin-left:auto;}

#products .showproduct {
    background: url("../userimages/bg_white.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 1.2em;
    height: auto;
    margin-bottom: 12px;
    margin-top: 28px;
	margin-left:auto;
	margin-right:auto;
    position: relative;
    width: 100%;
}


#products .showproduct h1 {
    margin: 4px 0 0 auto;
    text-align: center;
}


#products .showproduct .images {
    float: left;
    margin-left: auto;
    margin-top: 8px;
    position: relative;
}


#products .showproduct .description {
    border: 1px solid #cdcdcd;
    float: left;
    margin-bottom: 12px;
    margin-top: 8px;
    padding: 12px 2%;
    width: 98%;
}

#products .showproduct .details {
    border: 1px solid #cdcdcd;
    float: left;
    height: auto;
    padding: 8px 2%;
    width: 98%;
}

#products .showproduct .dimensions {
    border: 1px solid #cdcdcd;
    float: left;
    height: auto;
    margin-bottom: 2px;
    margin-right: 10px;
    margin-top: 8px;
    padding: 12px;
    width: 280px;
}

#products .showproduct .weight {
    border: 1px solid #cdcdcd;
    float: left;
    height: auto;
    margin-bottom: 12px;
    margin-right: 10px;
    margin-top: 8px;
    padding: 12px;
    width: 280px;
}

#products .showproduct .images .small, #products .showproduct .images .additional_images {
    display:none;
}

#products .showproduct .images ul li {
    display: inline-block;
    text-align:center;
}

#products .showproduct .images .hidden {
    display: none;
}

#products .showproduct .images ul li a{
    display: block;
   }

#products .showproduct .images img {
    height: auto;
    max-width: 300px;
    width: auto;
    z-index: 0;
     margin-bottom:0px;
}

#products .email {
    height: 18px;
    margin-bottom: -4px;
}


#products .showproduct .buynow {
    float: left;
    height: auto;
    margin-top: 2px;
    width: auto;
}

#products .showproduct .buynow form {
    height: auto;
    position: relative;
}

#products .showproduct h2 {
    margin: 0;
    text-align: center;
}


#products .showproduct .buynow .contact {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.buynow p{
    padding:0px;
}


#products .tel {
    height: 22px;
    margin-bottom: -4px;
}


#products .showproduct .buynow .descr {
    margin: 8px 0;
}


#products .showproduct .buynow .button {
    background: url("../images/enquire.png") no-repeat scroll 0 0 #00487c;
    border: medium none;
    border-radius: 6px;
    bottom: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 0;
    height: 42px;
    margin: 12px 25%;
    padding: 0;
    position: relative;
    width: 202px;
}

.sf-sector p img,
.sf-col60 p img {width:100%}
/*
ul li.left
{
    float:left;
    
}
ul li.right
{
    float:right;
    
}*/
#contactpage{
text-align:center;
}

#contactpage ul {
margin-left:auto;
width:100%;
text-align:center;
display:inline-table;
}
#contactpage ul .left {
	text-align:center;
   display:table-row;
    width: 341px;
    vertical-align:top;
    margin-bottom:5px;
    margin-right:10px;
}
#contactpage li {
	display:inline;
    font-size: 12px;
    padding: 1px;
    text-align: center;
    height:25px;
    line-height:25px;  
}

#contactpage strong {
   /* color: #00487c; */
    font-weight: bold;
    vertical-align: top;
}
#contactpage ul .right {
    width: 280px;
    margin-bottom:5px;
}
input[type=text], select, textarea, input[type=url], input[type=email], input[type=password], input[type=tel] {
  margin: 0;
  width: 76%; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
}
input[type=text], textarea, input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
}

input[type=submit]{
height: 40px;
width:66px;
font-size: 17px;
border: 1px solid #bbb;
}
textarea{
height:120px;
}
/*
#contactpage input {
    background: none repeat scroll 0 0 #efefef;
    border: 1px solid #a4a5a6;
    color: #26333c;
    font-size: 1.1em;
    padding: 1px;
}
*/
li.dropdown
{
    background:#144681;
}
.text-margin
{
    margin-bottom:5px;
}
 .col_1,.col_2 {
    display: block;
    margin-bottom: 5px;
}
.col1 {
    display: block;
    float: left;
    width: 30%;
}
.col2 {
    display: block;
    float: left;
    width: 70%;
}
.col_2:after,.col_2:before
{
    clear :both;
}
.col_2 .col2 input[type="text"] {
    width: 84%;
}
.col_2 .col2 input[type="checkbox"] {
    width: 5%;
}
.col_2 .col2 input[type="select"] {
    width: 45%;
}
.col1 label
{
    color:#5e5e5e;
}


#sliderwrap {
    margin: 12px auto;
    top: 0;
    width: 100%;
}
#sliderwrap .slider {
width:100%!important;
}
#sliderwrap h2 {
    text-align: center;
}

#sliderwrap div {
    float: left;
}


#sliderwrap .slideleft, #sliderwrap .slideright {
    display:none;
}
#nextprev {
    border: 1px solid #cdcdcd;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#nextprev .slider {
    overflow: auto;
    position: relative;
}


#nextprev .slidercontent {
    float: left;
    overflow: hidden;
    width: 100%;
}

#nextprev .slidercontent p {
    margin: 0;
    text-align: center;
}

#nextprev img {
    height: auto;
    width: 80%;
}

