/* CSS Document */
@charset "utf-8";
html,  body,  div,  p,  form,  ul,  li,  p,  label,  span,  img,  h1,  h2,  h3,  h4,  table {
    margin: 0;
    padding: 0;
    border: none;
}
html, body{
    height:100%;
	font-family:Arial, Helvetica, sans-serif;
}
ul.listnone, ol.listnone  {list-style: none;}
ul.list{
    margin:10px 0 0 15px;
    display:inline-block;
}
ul.list.half li{
    width:47%;
    height:auto;
    float:left;
    margin-left:3%;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.clear-left{
	clear:left;
}
.clear-right{
	clear:right;
}
.clear-both{
	clear:both;
}
/* scroll top button */
#toTop{
    position: fixed;
    bottom: 40px;
    right: 10px;
    cursor: pointer;
    display: none;
	z-index:999;
}
.voffset-1 { margin-top:1% !important; }
.voffset-2 { margin-top:2% !important; }
.voffset-3 { margin-top:3% !important; }
.voffset-4 { margin-top:4% !important; }
.voffset-5 { margin-top:5% !important; }
.voffset-6 { margin-top:6% !important; }
.voffset-8 { margin-top:8% !important; }
.voffset-10 { margin-top:10% !important; }
.voffset-25 { margin-top:25% !important; }
.voffset-b-1 { margin-bottom:1% !important; }
.voffset-b-2 { margin-bottom:2% !important; }
.voffset-b-3 { margin-bottom:3% !important; }
.voffset-b-4 { margin-bottom:4% !important; }
.voffset-b-5 { margin-bottom:5% !important; }
.voffset-b-6 { margin-bottom:6% !important; }
.voffset-b-8 { margin-bottom:8% !important; }
.voffset-b-10 { margin-bottom:10% !important; }

.offset-al-1{ margin:1% !important; }
.offset-al-2{ margin:2% !important; }
.offset-r-1 { margin-right:1% !important; }
.offset-r-2 { margin-right:2% !important; }
.offset-l-1 { margin-left:1% !important; }
.offset-l-2 { margin-left:2% !important; }

.col-pdn-left-0{
	padding-left:0 !important;
}
.col-pdn-right-0{
	padding-right:0 !important;
}
.col-pdn-both-0{
	padding-left:0 !important;
	padding-right:0 !important;
}	

body {
    background: #fff;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}
html, body{
	min-width:740px !important;
}
#wrapper{
    max-width:1400px;
	min-width:740px;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    background:#fff;
}
#wrapper #header{
    width:100%;
	height:auto;
	display:block;
}
#header #toplayer{
    min-height:46px;
}
#header #midlayer{
    min-height:60px;
}
#header #menu-top{
    min-height:52px;
	background:#190905;
}
	.navbar {
	  position: relative;
	  min-height: 50px;
	  margin-bottom: 0;
	  border: 1px solid transparent;
	}
	.navbar-inverse {
	  background-color: #0f1624;
	  border-color: #0f1624;
	}
	.navbar-inverse .navbar-brand {
	  color: #fff;
	}
	.navbar-inverse .navbar-brand:hover,
	.navbar-inverse .navbar-brand:focus {
	  color: #fff;
	  background-color: transparent;
	}
	.navbar-inverse .navbar-text {
	  color: #fff;
	}
	.navbar-inverse .navbar-nav > li > a {
	  color: #fff;
	}
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus {
	  color: #fff;
	  background-color:#1a4aa0;
	}
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
	  color: #fff;
	  background-color: #0f3b8a;
	}
	.navbar-inverse .navbar-nav > .disabled > a,
	.navbar-inverse .navbar-nav > .disabled > a:hover,
	.navbar-inverse .navbar-nav > .disabled > a:focus {
	  color: #444;
	  background-color: transparent;
	}
	.navbar-inverse .navbar-toggle {
	  border-color: #fff;
	}
	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
	  background-color: #f0a10b;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
	  background-color: #fff;
	}
	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
	  border-color: #101010;
	}
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus {
	  color: #fff;
	  background-color: #080808;
	}
#header #toplayer .media-icn{
    width:32px;
    height:32px;
    float:left;
    overflow:hidden;
    display:inline-block;
}
#header #toplayer .media-icn.top{
    margin:8px 6px 0 0;
}
#header #toplayer .media-icn.fb{
    background:url(../images/social_icon_32x32.png) 0 0 no-repeat;
}
#header #toplayer .media-icn.fb:hover{
    background-position:0 -32px;
}
#header #toplayer .media-icn.tw{
    background:url(../images/social_icon_32x32.png) -32px 0 no-repeat;
}
#header #toplayer .media-icn.tw:hover{
    background-position:-32px -32px;
}
#header #toplayer .media-icn.gp{
    background:url(../images/social_icon_32x32.png) -64px 0 no-repeat;
}
#header #toplayer .media-icn.gp:hover{
    background-position:-64px -32px;
}
#header #toplayer .media-icn.ut{
    background:url(../images/social_icon_32x32.png) -96px 0 no-repeat;
}
#header #toplayer .media-icn.ut:hover{
    background-position:-96px -32px;
}
#header #toplayer .contact{
    min-height:30px;
    float:right;
    margin:10px 0 0 0;
    overflow:hidden;
    display:inline-block;
    font-size:15px;
    text-shadow: 0 0 1px rgba(20, 20, 20, .3);
    color:#333;
    line-height:30px;
}
#header #toplayer .contact span{
	width:30px;
	height:30px;
	overflow:hidden;
	float:left;
	margin:0 3px 0 0;
}
#header #toplayer .contact .phone{
   background:url(../images/contact_30x30.png) 0 0 no-repeat;
}
#header #toplayer .contact .hotline{
   background:url(../images/contact_30x30.png) -30px 0 no-repeat;
}
#header #toplayer .contact .email{
   background:url(../images/contact_30x30.png) -60px 0 no-repeat;
}
#sitelogo{
    max-width:300px;
    height:50px;
    float:left;
    margin:10px 0 15px 0;
}
#midlayer #mid-right{
	width:100%;
    display:block;
    float:right;
	margin:35px 0 10px 0;
}
#short-links{
	min-height:15px;
	float:right;
	display:inline-block;
}
#wrapper #front-slider{
    width:100%;
	max-height:400px;
	overflow:hidden;
	display:block;
	background:#030a25 url(../images/slider1_bg.jpg);
}
#wrapper #container{
    width:100%;
	height:auto;
	min-height:200px;
	overflow:hidden;
	display:block;
}
#container h1{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:15px auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:28px;
	color:#172f6c;
	text-shadow:0px 0px 1px rgba(34, 34,34, 0.6);
}
#container h1.green{
	color:#244a0d;
}

/* --------------------------------------- */	
#others{
	width:98%;
	height:auto;
	overflow:hidden;
	display:block;
	margin:20px auto 0 auto;
}
#others .prd-box{
	max-width:31%;
	height:auto;
	overflow:hidden;
	position:relative;
	float:left;
	display:block;
	margin:1% 1% 0 1%;
}
#others .prd-box.oth{
	display:inline-block;
	max-width:48% !important;
	margin:1% 0.5% 0 0.5% !important;
}
	#others .prd-box h1{
		width:100%;
		height:auto;
		text-align:center;
		margin-bottom:6px;
		padding-left:0;
		font-size:20px;
	}
	#others .prd-box.oth h1{
		color:#16467b;
		font-size:17px;
		text-transform:uppercase;
	}
	#others .prd-box p{
		width:94%;
		margin:0 auto;
	}
	#others .img-border{
		width:96%;
		height:auto;
		overflow:hidden;
		position:relative;
		z-index:2;
		border:#ccc 2px solid;
	}
	#others .prd-box.oth .img-border{
		border:#ccc 1px solid;
		padding:2px;
	}
	#others .img-border.thin{
		border:#dce4e9 1px solid;
	}
	.prd-box .btn-warning{
		background:#fca600;
	}

	#others .prd-box.oth .subimg{
		width:100%;
		height:auto;
		overflow:hidden;
		margin:5px auto;
	}
	#others .prd-box.oth .subimg img{
		margin:4px;
		display:inline-block;
		max-height:40px;
	}
.media-body h4{
	color:#f1463c;
}
.media-body .small{
	font-size:12px;
}
.media-body br{
	margin-bottom:6px;
}	

.nav-tabs li {
	max-width:18%;
}
.nav-tabs li a{
	font-size:14px;
	background:#ddd;
	margin-left:2px;
}
.nav-tabs li.active a{
	font-weight:bold;
}
/* energy calculator */
.energy-form{
	width:98%;
	height:auto;
	margin:20px auto 0 auto;
	background:#e0e7ef;
	border:#d7dfe9 1px solid;
	padding-top:10px;
}
.energy-form.solar{
	background:#dbeccf;
	border:#d3e1ca 1px solid;
}
a.calc{
	text-decoration:underline;
	color:#555;
}
.energy-form label{
	color:#2b3949;
}
.energy-form.solar label{
	color:#324327;
}
.energy-form .alert-info{
	background:#0d4e90;
	color:#c7d6e4;
	font-weight:normal;
	text-shadow: 1px 0px 0px rgba(150,150,150,.3);
}
.energy-form .alert-info h4{
	font-size:17px;
	line-height:22px;
}
.energy-form .alert-info h4 strong{
	font-weight:normal;
	font-size:18px;
	color:#e4eaf1;
}
.energy-form .alert-info h3{
	color:#e4eaf1;
}
.solor .form-group{
	width:48%;
	float:left;
	display:inline-block;
	margin:1% 0.5% 1% 0.5%;
}
.solor .form-group.full-width{
	width:99%;
	
}

.cart{
	width:96%;
	height:auto;
	overflow:hidden;
	display:inline-block;
}
/** itmdetails ----------------------------------------- */
#container #itmdetails{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:30px auto 0 auto;
	position:relative;
}
#itmdetails #itm-extra-descp{
	color:#444;
	line-height:20px;
	font-size:13px;
	display:inline-block;
}
#itmdetails table #itm-extra-descp table{
	border-collapse:collapse;
}
#itmdetails img #itm-extra-descp img{
	padding:3px;
	display:inline;
}
#itmdetails a, #itm-extra-descp a{
	color:#143779;
}
#itmdetails #itmleft{
	max-width:30%;
	height:auto;
	display:block;
	overflow:hidden;
	float:left;
	margin-left:2%;
}
#itmleft #itmimgbox{
	max-width:400px;
	max-height:400px;
	display:block;
	overflow:hidden;
	float:left;
	border:#ccc 1px solid;
}
	#itmleft #itmimgbox img{
		width:100%;
	}
#itmleft #otherimg{
	width:250px;
	height:60px;
	display:block;
	overflow:hidden;
	float:left;
	margin:5px 0 5px 0;
}
#itmleft #otherimgbox{
	width:60px;
	height:60px;
	display:block;
	overflow:hidden;
	float:left;
	margin-right:2px;
}
#itmdetails #itmright{
	width:66%;
	height:auto;
	display:block;
	overflow:hidden;
	float:left;
	margin-left:2%;
}
#itmdetails #itmright h1{
	width:100%;
	min-height:30px;
	height:auto;
	display:block;
	overflow:hidden;
	float:left;
	font-size:22px;
	color:#10387a;
	margin-bottom:10px;
	margin-top:0;
}
#itmdetails #itmright #itm-tags{
	width:60%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-left:1%;
}
#itmdetails #itmright #itm-tags h2{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:5px auto;
	padding:0 0 5px 0;
	font-size:14px;
	text-align:left;
	color:#444;
}
#itmdetails #itmright #itm-tags h2 b{
	font-size:16px;
	text-shadow: 0 1px 1px rgba(150,150,150,.3);
	font-weight:normal;
	color:#333;
}
#itmdetails #itmright #itm-tags h2 strong{
	color:#993300;
	font-size:15px;
	text-shadow: 0 1px 1px rgba(150,150,150,.3);
	text-decoration:line-through;
	font-weight:500;
}
#itmdetails #itmright #itm-tags h3{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:15px auto;
	padding:5px 0 20px 0;
	font-size:15px;
	text-transform:uppercase;
	text-align:left;
	color:#333;
}
#itmdetails #itmright #itm-tags h3 strong{
	color:#76ab19;
	font-size:13px;
}
#itmright #itm-tags .qty{
	float:left;
	width:auto;
	height:16px;
	padding-top:5px;
	margin-right:5px;
}
#itmright #itm-tags .tbox{
	float:left;
	width:30px;
	height:22px;
	margin:2px 2px 0 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	border-radius: 2px;
	border:#CCC 1px solid;
	background:#EEE;
	font-weight:bold;
	color:#444;
}
#itmright #itm-tags .tbox:hover{
	border:#999 1px solid;
}
.addthis_default_style{
	clear:left;
	width:auto;
	float:left;
	display:block;
	margin:40px 0 0 0;
}
#itmright #itm-descp{
	width:36%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-left:2%;
	text-overflow:ellipsis;
}
#itmright #itm-descp h2{
	width:100%;
	height:30px;
	clear:inherit;
	display:block;
	overflow:hidden;
	float:left;
	font-size:14px;
	color:#4c7800;
	text-transform:uppercase;
	font-weight:bold;
}
#itmright #itm-descp h3{
	width:96%;
	height:auto;
	display:block;
	overflow:hidden;
	float:left;
	font-size:12px;
	line-height:18px;
	font-weight:500;
	color:#555;
	margin-bottom:5px;
}
#itmright #itm-descp img{
	float:left;
	display:inline-block;
	margin:10px;
	max-width:30%;
}
	#itmright #itm-descp img.bl{
		width:40%;
	}
#itmright #itm-descp ul, #itmright #itm-descp ol{
	width:97%;
	margin-left:3%;
}
#itmright #sidebar{
	width:196px;
	height:auto;
	overflow:hidden;
	float:left;
	border:#CCC 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}
/*  --------------------------------------- */
/** about-us ------------------- */
#container .about-us, #container .tos{
	width:98%;
	height:auto;
	overflow:hidden;
	display:block;
	margin:5px auto;
	font-size:14px;
	line-height:22px;
	font-weight:500;
	color:#444;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
}
	.about-us br{
		margin-bottom:10px;
	}
	#container .about-us.home{
		width:98%;
		float:left;
		padding:2%;
		border-radius: 5px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		background:#e6eef2;
		border:#c6d4e5 1px solid;
	}
	#container .about-us.home .text-primary{
		color:#193658;
	}
	#container .about-us.home .text-muted{
		color:#58697c;
	}
	#container .about-us.home ul, #container .about-us ul{
		width:96%;
		padding-left:2%;
		margin-left:2%;
	}
	#container .about-us.full-width, #container .tos.full-width{
		width:100%;
	}
/*  --------------------------------------- */
/** Contact Start */
#container #contactus {
	width: 98%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	position: relative;
 }
 
#contactus #left {
	width: 40%;
	height: auto;
	overflow: hidden;
	float: left;
	display: block;
	margin-top: 20px;
 }
	#contactus #left ul {
		width: 96%;
		height: auto;
		overflow: hidden;
		display: inline-block;
		padding: 0 0 10px 4%;
		margin:0 auto;
	 }
		#contactus #left ul li {
			width: 100%;
			height: auto;
			float: left;
			display: block;
			margin-bottom: 10px;
			text-shadow: 0px 0px 1px rgba(50, 50, 50, .2);
			text-align: left;
			font-size: 13px;
			line-height: 18px;
			color:#222;
		 }
			#contactus #left ul li.h1 {
				font-size: 14px;
				font-weight:bold;
				color: #222;
			 }
			#contactus #left ul li h1 {
				width: 100%;
				height: 25px;
				color: #1E1E1E;
				font-weight: bold;
				text-transform: capitalize;
				text-shadow: 0 1px 1px rgba(44, 48, 49, .3);
				text-align: left;
				line-height: 20px;
				margin: 0;
				padding: 0 0 5px 0;
			 }
			#contactus #left ul li label {
				width: 32%;
				float: left;
				font-size: 13px;
				display: inline;
				color: #444;
				font-weight: bold;
				text-align:right;
			 }
			#contactus #left ul li span {
				width: 64%;
				height: auto;
				float: left;
				display: inline;
				padding-left: 4%;
				color: #5f5f5f;
				font-size: 13px;
				font-weight: 500;
			 }
				#contactus #left ul li span a {
					text-decoration: none;
					color: #5f5f5f;
					font-weight: 500;
				 }
					#contactus #left ul li span a:hover {color: #333;}
 
	#contactus #left ul#medias {
		width: 98%;
		height: auto;
		overflow: hidden;
		float: left;
		display: block;
		padding: 10px 0 10px 2%;
	 }
		#contactus #left ul#medias li {
			width: 48%;
			height: auto;
			float: left;
			display: block;
			margin-bottom: 8px;
			text-shadow: 0 1px 1px rgba(32, 35, 37, .2);
			text-align: left;
			font-size: 13px;
		 }
			#contactus #left ul#medias li label {
				width: auto;
				float: left;
				color: #999;
				font-weight: bold;
			 }
			#contactus #left ul#medias li a,  #contactus #left ul#medias li img {float: left;}
 
#contactus #map {
	width: 98%;
	height: auto;
	overflow: hidden;
	clear:both;
	display: block;
	margin:0 auto;
	border: #EEE 2px solid;
	margin-top:20px;
 }
#contactus #contactform {
	width: 54%;
	float: left;
	display: block;
	padding: 0 1% 10px 1%;
	margin: 0 0 10px 4%;
 }
	#contactus #contactform ul {
		width: 98%;
		height: auto;
		overflow: hidden;
		display: block;
		float: left;
		padding-left: 2%;
	 }
 
		#contactus #contactform ul li {
			width: 100%;
			min-height: 30px;
			height: auto;
			float: left;
			display: block;
			padding-bottom:10px;
			text-shadow: 0 1px 1px rgba(32, 35, 37, .2);
			text-align: left;
		}
 
#contactform ul li img {
	float: left;
	display: inline
 }
#contactform ul li #reload {
	width: 100px;
	height: 55px;
	float: left;
	display: inline;
 }
	#contactform ul li #reload #text {
		height: 25px;
		display: block;
		color: #666;
		font-size: 11px;
	 }
#contactform ul li h1 {
	width: 100%;
	height: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #444;
	text-shadow: 0 1px 1px rgba(100, 100, 100, .2);
	text-transform: capitalize;
	text-align: left;
	line-height: 22px;
	margin: 0;
 }
#contactform ul li label {
	width: 100%;
	float: left;
	font-size: 12px;
	display: inline;
	color: #555;
	font-weight: bold;
 }
 
#contactform ul li textarea{
	min-height:180px;
	resize:none;
 }
#ajax-error {
	width: 90%;
	height: 20px;
	margin: 2px auto;
	padding: 5px;
	color: #CC0000;
	background: #fea3a3;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
 }
#ajax-success {
	width: 90%;
	height: 20px;
	margin: 2px auto;
	padding: 5px;
	color: #006600;
	background: #acfea3;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
 }

/** Contact End */
/* Footer --------------------------------------- */
#footer{
	width:100%;
	min-width:740px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:35px auto 0 auto;
}
#footer .image-bar{
	width:100%;
	height:92px;
	overflow:hidden;
	background:#eee;
	margin:0 auto;
	padding:15px 0 15px 0;
	text-align:center;
	border-top:#ddd 1px solid;
	border-bottom:#ddd 1px solid;
}
	#footer .image-bar img{ 
		margin-right:2%;
		height:100% !important;
	}
#footer #side-menu{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#2e4165;
	margin:0 auto;
	border-top:#24375a 1px solid;
}
	#footer #side-menu ul{
		min-width:17%;
		max-width:19.2%;
		min-height:170px;
		overflow:hidden;
		float:left;
		display:inline;
		margin:10px 0.2% 10px 0.5%;
		border-right:#6e81a5 1px solid;
		padding:0;
	}
	#footer #side-menu ul.last{
		border-right:none;
		margin:10px 0 10px 0.5%;
	}
	#footer #side-menu ul li{
		width:96%;
		height:auto;
		margin-bottom:7px;
		padding-left:4%;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:13px;
		font-weight:500;
		color:#fff;
		text-shadow:0px 1px 2px rgba(40,40,40,.2);
	}
	#footer #side-menu ul li a{
		color:#fff;
		display:inline-block;
	}
		#footer #side-menu ul li.media{
			width:100%;
			padding-left:0;
			display:block;
		}	
		#footer #side-menu ul li.h1{
			width:100%;
			height:auto;
			padding-left:0;
			font-size:13px;
			font-weight:bold;
			line-height:15px;
			margin-bottom:10px;
			color:#fff;
			text-shadow:0px 1px 3px rgba(30,30,30,.4);
			text-transform:uppercase;
		}
		#footer #side-menu ul li.more-margin{
			margin-top:40px;
		}
		#footer #side-menu ul li.hotline{
			color:#ec7676;
			font-weight:bold;
			font-size:14px;
		}
#footer .media-icn{
    width:24px;
    height:24px;
    float:left;
    overflow:hidden;
    display:block;
	margin-right:4px;
}
#footer .media-icn.fb, .media-icn.fb{
    background:url(../images/fb-icon24x24.png) 0 -24px no-repeat;
}
#footer .media-icn.fb:hover{
    background-position:0 0;
}
#footer .media-icn.tw{
    background:url(../images/tw-icon24x24.png) 0 -24px no-repeat;
}
#footer .media-icn.tw:hover{
    background-position:0 0;
}
#footer .media-icn.gp{
    background:url(../images/gp-icon24x24.png) 0 -24px no-repeat;
}
#footer .media-icn.gp:hover{
    background-position:0 0;
}
#footer .media-icn.ut{
    background:url(../images/ut-icon24x24.png) 0 -24px no-repeat;
}
#footer .media-icn.ut:hover{
    background-position:0 0;
}
#footer #copyright{
	width:100%;
	height:40px;
	float:left;
	display:inline-block;
	overflow:hidden;
	font-size:11px;
	color:#fff;
	text-shadow: 0 1px 1px rgba(50,50,50,.2);
	text-align:left;
	line-height:16px;
	background:#1e2c47;
}
#copyright #c-left{
	width:49%;
	height:auto;
	overflow:hidden;
	display:block;
	float:left;
	margin:10px 0 0 1%;
}
#copyright #c-right{
	width:49%;
	height:auto;
	overflow:hidden;
	display:block;
	float:right;
	margin:10px 0 0 1%;
	text-align:right;
	padding-right:10px;
}
/* --------------------------------------- */

@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
	#footer .image-bar{
		height:80px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#footer .image-bar{
		height:70px;
	}
	.nav-tabs li {
		max-width:14%;
		min-height:78px;
	}
	.nav-tabs li a{
		font-size:13px;
		min-height:78px;
	}
	
	.navbar-inverse .navbar-nav > li > a {
	  padding-right:10px;
	  padding-left:10px;
	}
}
@media (max-width: 767px) {
	#footer .image-bar{
		height:65px;
	}
	.nav-tabs li {
		max-width:13%;
		min-height:74px;
	}
	.nav-tabs li a{
		font-size:12px;
		min-height:74px;
	}
}
@media (max-width: 480px) {

}

/* code for bootstrap level 2 and 3 menu --------------------------- */

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.navbar .dropdown-menu a:hover{
	background:#88b1e3;
}
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
/* ---------------------- --------------------------- */