/*--- common ---*/
a{ 
	color:#d50000;
}

body{
	background:#ff0000 url('../img/home_footer_bg.jpg') left top no-repeat;
	font-size:12px;
}

#content img {
    /*max-width: 100%;
    width:100%;*/
    height: auto;      
}

.clear{ clear:both;}
.right{ float:right;}
.left{ float:left;}

.big{ font-size:1.3em;}

.container{ /*width:960px;*/ padding:0;}

/*
.navbar-nav ul {
  list-style-type:disc;
}
*/

/*--- header_right ---*/
#header_phone_title{
	color:#ef1419;
	font-style:italic;
	font-weight:bold;
	font-size:1.3em;
	float:right;
}
#header_phone{
	font-weight:bold;
	font-size:1.3em;
	float:right;
	padding-left:10px;
}

#slogan{
	color:#ccc;
	font-size:0.9em;
	font-style:italic;
	clear:both;
	padding-top:18px;
}


/*--- search ---*/
#search{
	float:right;
	padding-top:20px;
}
#search input{
	background: #e0e0e0;
	border-radius: 8px;
	color: #656565;
	border: none;
	padding: 0 15px;
	line-height: 24px;
	font-style: italic;
	font-size: 0.9em;
	min-width: 175px;
}

/*--- menu ---*/
#menu_container{
	position: fixed;
	width: 1170px;
	height: 95px;
	z-index: 99;
	top: 20px;
  left: 50%;
  /*transform: translateX(-50%);*/
  margin-left: -585px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#menu-border-top{ top:0;}
#menu-border-bottom{ bottom:0;}
.menu-border{
	position:absolute;
	background:rgba(255,255,255,0.3);
	height:5px;
	width:1170px;
}
#menu{
	clear:both;
	margin: 0;
	padding:0;
	list-style:none;
	display:table;
	width:100%;
	height:95px;
	background: #e3e3e3;	
	font-family: 'Roboto Condensed', sans-serif;
}
#menu>li{
	width:20%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	text-transform:uppercase;
	font-weight: bold;
	font-size:1.5em;
	text-shadow: 0 0 2px #fff;
	font-style: italic;
}
#menu>li{
	position:relative;
	/*background:url("../img/menu_divider.png") center left no-repeat;*/
  
}
li#logo{
	  /* fallback */
	  background-color: #acacac;
	  /* Safari 4-5, Chrome 1-9 */
	  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#acacac), to(#dedede));
	  /* Safari 5.1, Chrome 10+ */
	  background: -webkit-linear-gradient(top, #dedede, #acacac);
	  /* Firefox 3.6+ */
	  background: -moz-linear-gradient(top, #dedede, #acacac);
	  /* IE 10 */
	  background: -ms-linear-gradient(top, #dedede, #acacac);
	  /* Opera 11.10+ */
	  background: -o-linear-gradient(top, #dedede, #acacac);
}
li#logo img{
	width:206px; height:auto;
}

#logo_shadow{
	width:100%;
	height:100%;
	background:url("../img/logo_shadow.png") center center no-repeat;
	position: absolute;
	background-size:236px auto;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}

#menu li a{
	color:#001c70;
	text-decoration:none;
}
#menu li:hover{ 
	cursor:pointer; 
	  /* fallback */
	  background-color: #d2d2d2;
	  /* Safari 4-5, Chrome 1-9 */
	  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d2d2d2), to(#e2e2e2));
	  /* Safari 5.1, Chrome 10+ */
	  background: -webkit-linear-gradient(top, #e2e2e2, #d2d2d2);
	  /* Firefox 3.6+ */
	  background: -moz-linear-gradient(top, #e2e2e2, #d2d2d2);
	  /* IE 10 */
	  background: -ms-linear-gradient(top, #e2e2e2, #d2d2d2);
	  /* Opera 11.10+ */
	  background: -o-linear-gradient(top, #e2e2e2, #d2d2d2);
}
#menu li:hover a, #menu li.active a{ color:#d50000; } 

#menu li ul{
	display:none;
	margin: 95px 0 0 0;
	padding: 0;
	list-style: none;
	position: absolute;
	background: #fff;
	top: 0;
	width: 100%;
	box-shadow:0 5px 15px rgba(0,0,0,0.1);
}
#menu li:hover ul{ display:block;}
#menu li li{
	font-size:0.8em;
	line-height:20px;
	padding: 10px 20px;
	border-bottom: dotted 1px #ccc;
}
#menu li:hover li a{ color:#001c70;}
#menu li li:hover a{ color:#d50000;}
.menu_on{
	width: 0; 
	height: 0; 
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;	
	border-top: 11px solid #eaeaea;
	position: absolute;
	bottom: 0;
	margin-bottom: -11px;
	z-index: 9999;
	margin-left: 45%;
}


/*--- banner ---*/
.container_banner{
	/*margin:0 auto;*/
	margin-top:105px; /*130px*/
	padding:0;
/*	max-width:1600px;*/
}
.banner{
	margin:0;
	padding:0;
	list-style: none;
}

.banner li{
	padding:0;
	background-size:100% auto;
	/*max-width: 1600px;*/
	height:auto;
	/*background:#000;
	box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
	background-repeat: no-repeat;      */
}
.banner_content{ 
	position:relative;
	/*max-width:960px;*/
	margin:0 auto;
	padding:0;
}
.banner_content a{
	width: 100%;
	height: 600px;
	position: relative;
	display: block;
}

.banner_tag{
	position: absolute;
	font-size:2.8em;
	font-style: italic;
	color:#fff;
	text-shadow: 0 2px 5px rgba(0,0,0,0.3);
	top: 175px;
	left: 40px;
}
.banner_title{
	position: absolute;
	font-weight:bold;
	font-size:3.8em;
	text-shadow: 0 2px 5px rgba(0,0,0,0.3);
	color:#fff;
	top: 250px;
	left: 40px;
	/*font-family: 'Roboto Condensed', sans-serif;*/
}

.banner_desc{
	position: absolute;
	padding:0;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	top: 310px;
	left: 40px;
	right: 40px;
	color: #fff;
	font-size: 2.3em;
	text-shadow: 0 0 10px #000;
	line-height: 35px;
}

.banner_btn{
	position:absolute;
	bottom:100px;
	left:40px;
	padding: 5px 15px;
	color:#000;
	  background-color: #ffde00;
	  border-radius: 10px;
	  font-size:1.2em;
	  font-weight:bold;
}

.banner_btn:hover{
	
	  /* fallback */
	  background-color: #eacc00;

	  /* Safari 4-5, Chrome 1-9 */
	  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffde00), to(#eacc00));

	  /* Safari 5.1, Chrome 10+ */
	  background: -webkit-linear-gradient(top, #eacc00, #ffde00);

	  /* Firefox 3.6+ */
	  background: -moz-linear-gradient(top, #eacc00, #ffde00);

	  /* IE 10 */
	  background: -ms-linear-gradient(top, #eacc00, #ffde00);

	  /* Opera 11.10+ */
	  background: -o-linear-gradient(top, #eacc00, #ffde00);
}

.banner_nav{
	padding:10px;
	position: fixed;
	left: 0;
	background:rgba(0,0,0,0.3);
	border: solid 1px rgba(255,255,255,0.3);
	border-left:none;
	top: 50%;
	margin-top: -50px;
}

.banner_nav li{
	clear:left;
	list-style:none;
	padding: 0;
	margin:8px 0;
	width:15px;
	height:15px;
	background: -webkit-linear-gradient(#fff, #e2e2e2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #e2e2e2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #e2e2e2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #e2e2e2); /* Standard syntax */
	cursor:pointer;
}
.banner_nav li:first-child{
	margin-top:0;
}
.banner_nav li:last-child{
	margin-bottom:0;
}
.banner_nav li:hover, .banner_nav li.on{
	  /* fallback */
	  background-color: #ee0000;

	  /* Safari 4-5, Chrome 1-9 */
	  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#980000), to(#ee0000));

	  /* Safari 5.1, Chrome 10+ */
	  background: -webkit-linear-gradient(top, #ee0000, #980000);

	  /* Firefox 3.6+ */
	  background: -moz-linear-gradient(top, #ee0000, #980000);

	  /* IE 10 */
	  background: -ms-linear-gradient(top, #ee0000, #980000);

	  /* Opera 11.10+ */
	  background: -o-linear-gradient(top, #ee0000, #980000);
}
@media screen and (max-width: 767px) {
	.banner_title{
		font-size: 2.5em;
		top: 100px;
	}
	
	.banner_desc{
		font-size: 1.8em;
		line-height: 1.2em;
		top: 200px;
	}
}

/*--- content ---*/
#content{
	/*margin-top:25px;
	background:rgba(255,255,255,0.9);
	padding:20px;*/
	  margin-top: 90px;
  min-height: 350px;
  background: #fff;
  color: #333;
  padding: 20px 0;
}
#content h1{
	font-weight: bold;
	font-size: 2.3em;
	color: #ef1419;
}

/*--- footer ---*/
.subfooter-block {
  color:rgba(255,255,255,1);
}

.subfooter-block h3{
	margin:25px 0 0 0;
	padding-bottom:15px;
	border-bottom:solid 3px rgba(255,255,255,0.25);
	color:rgba(255,255,255,1);
	font-weight:bold;
	font-size:1.3em;
	text-transform: uppercase;
}
.subfooter-block h3 a{
	font-size:0.7em;
	line-height:1.5em;
	text-transform:lowercase;
	color:#ffde00;
}
.subfooter-title_normal{
font-size: 1.1em !important;
line-height: 1em !important;
color: rgba(255,255,255,0.5) !important;
}
.subfooter-block-content{ margin-top:10px;}
.subfooter-block-content ul{
	margin:0;
	padding:0;
	list-style:none;
}
.subfooter-block-content li{
	float:left;
	margin-right:13px;
	padding-bottom:15px;
	text-align:center;
	/*height:30px;*/
}
.subfooter-block-content li a{
	color:rgba(255,255,255,0.8);
	display:block;
}
.subfooter-block-content li:hover a{
	color:rgba(255,255,255,1);
}

.subfooter-prod-photo{
	border: solid 5px #fff;
	width:175px;
	height:90px;
}

#footer{
	margin:25px 0;
	padding:0 30px;
	line-height:45px;
	background:rgba(255,255,255,0.2);
	color:rgba(255,255,255,1);
}
#footer a{ color:#ffde00;}

.past_project_table {
background:#eee;
}

.past_project_table td {
  padding:4px;
    
}

.past_project_table tr {
  vertical-align: top;
  
}


.past_project_table td p {
  margin:0;
}

#bs-example-navbar-collapse-1 {
    /*background:none;*/
}

.navbar-header {
  background:none;
}

.dropdown-menu {
  background-color: #e7e7e7;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #428bca;
}

.home-profile_title { 
  background:url('../img/home_box_title_bg.png') left top no-repeat;
  width:294px;
  padding:10px 0 10px 30px;
  height:41px; 
  margin:0 !important;
  font-size:14px !important; 
  border-bottom:0 !important;
  position: absolute; 
  top: -16px; 
  text-align:left;
}

.home-our-products-title {
  background:url('../img/home_our_products.png') left top no-repeat;
  width:612px;
  text-align:center;
  padding:10px 0 10px 30px;
  height:41px; 
  margin:0 !important;
  font-size:14px !important; 
  border-bottom:0 !important;
  position: absolute; 
  top: -16px; 
  text-align:left;
 
}

.container_banner img {    
  max-width: 100%;
  height: auto;     
}

.home-our-products-title-more { margin-right:30px;}

.banner_content a { height: 400px;}

#home_footer { 	/*background:rgba(255,255,255,0.2);*/ }

.navbar-nav > li { background:none; }

.menu-bar li:hover,.menu-bar li.on {  background:url('../img/menu_arrow.png') center bottom no-repeat; }

.navbar-default { border-bottom:3px solid #ef1419;}

.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li.on > a { color:rgb(238,22,33); }

.navbar-nav { /*height:47px;*/ }

.menu-bar li>a { background:url("../img/menu_divider.jpg") right top no-repeat; }

.navbar-default .navbar-nav > li > a { color:#111318; font-size:14px; padding-top:20px; padding-bottom:20px;  }

#search input {
  height:24px;
}

.sidebar-title {
  background:url("../img/sidebar_title_box.png") left top no-repeat;
  width:220px; height:41px;
  font-size:15px;
  padding-top:5px;
  text-align:center;
  color:#fff;
  position:absolute;
  left:0px;
}

.sidebar-box {
  position:relative;
  margin-top:55px;  
}

.sidebar-box a { text-decoration:none; }

.sidebar-content {
  background:#eee;
  margin-top:25px;
  padding:0 20px;
  min-height:300px;
}

.sidebar-content hr { 
  border-top: 1px solid #ddd;

}

.sidebar-content button.btn-primary { 
  background-color:#203B72;
  border-color:#203B72;

}


.sidebar-item-title {
  font-size:16px;
  font-weight:bold;
  color:#203B72;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {
   #logo img { 
    margin-top:30px; 
  /*margin-right:108px;*/
  }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
   .container_banner { margin-top:50px; }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .container_banner { margin-top:50px; }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
   .container_banner { margin-top:50px; }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {

.home-profile_title { 
  background:url('../img/home_box_title_bg.png') left top no-repeat;
  width:294px;
  padding:10px 0 10px 30px;
  height:41px; 
  margin:0 !important;
  font-size:14px !important; 
  border-bottom:0 !important;
  position: absolute; 
  top: -16px; 
  text-align:left;
} 

.subfooter-block-content { margin-top:20px; }

.home-our-products-title {
  background:url('../img/home_box_title_bg.png') left top no-repeat;
  width:294px;
  padding:10px 0 10px 30px;
  height:41px; 
  margin:0 !important;
  font-size:14px !important; 
  border-bottom:0 !important; 
  position: absolute; 
  top: 10px; 
  text-align:left;
}


}

@media (max-width: @screen-xs-max) { }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {  }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { }
@media (min-width: @screen-lg-min) { 
 
}   

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
