/* General */
.containerx{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
body{
	font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

/* Header */

.navi{
	background-color: #2ebade;	
}
.navi nav{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.navi ul{

	padding-top: 12px;
	padding-bottom: 10px;
	background-image: url('../image/menu/navi_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	margin:0;


}
.navi li{
	list-style-type: none;
	display: inline;

}
.navi a{
	font-size: 16px;
	padding-right: 20px;
	padding-left: 14px;
	color: white;

}
.navi a:hover{
	text-decoration: none;
	text-shadow: 3px 3px 13px black;
	color: #edf906;
}

.navi .selected {
	/* text-transform:uppercase; */
	text-shadow: 3px 3px 13px black;
	color: #edf906;

	
}

/* Homepage */
.banner-container{
	background-color: #03558c;
	
}
.banner{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.home-redline{
	height: 3px;
	background: -moz-linear-gradient(left, rgba(255,48,25,0) 0%, rgba(207,4,4,1) 49%, rgba(207,4,4,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,48,25,0)), color-stop(49%,rgba(207,4,4,1)), color-stop(100%,rgba(207,4,4,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,48,25,0) 0%,rgba(207,4,4,1) 49%,rgba(207,4,4,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,48,25,0) 0%,rgba(207,4,4,1) 49%,rgba(207,4,4,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,48,25,0) 0%,rgba(207,4,4,1) 49%,rgba(207,4,4,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,48,25,0) 0%,rgba(207,4,4,1) 49%,rgba(207,4,4,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff3019', endColorstr='#00cf0404',GradientType=1 ); /* IE6-9 */
}


.home-content{
	background:url('../image/home_mid_bg1.jpg'),url('../image/home_mid_bg2.jpg');
	background-repeat: repeat-x, repeat;
	background-position: top left, top left;
	padding-bottom: 30px;
}
.home-inner-content{
	margin-top: 30px;
	background-color: white;
	color: rgb(131, 131, 131);
}
.home-inner-content a:hover{
	text-decoration: none;
}
.home-list-title{
	font-size: 22px;
	color: rgb(21, 79, 129);
	margin-top: 35px;
}
.home-list-line{
	width: 50%;
	border-bottom: 3px solid rgb(21, 79, 129);
}
.home-list-image{
	margin: 12px 0;
}
.home-list-desc{
	height: 150px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 13px;

}

.home-list-learn-more{
	margin-left: auto;
	margin-right: auto;
	width: 170px;
	height: 50px;
	padding: 13px;
	background-color: skyblue;
	color:white;
	font-size: 16px;
}

.home-portfolio{
	background-image: url('../image/home_portfolio_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 35px;
	margin-bottom: 35px;
	
}
.home-portfolio h2{
	color: white;
	font-size: 23px;
}
.home-portfolio p{
	color: black;
	font-size: 14px;
	text-align: justify;
}
.home-portfolio1{
	padding-left: 45px;
	margin-top: 10px;
	margin-bottom: 25px;
}
.home-portfolio2 img{
	margin-top: 20px;
}



/* Subpage */
.subpage-content{
	background:url('../image/sp_bluebg.jpg'),url('../image/sp_btgreybg.jpg');
	background-repeat: repeat-x, repeat;
	background-position: top left, top left;
	padding-bottom: 30px;
}
.subpage-inner-content{
	position: relative;
	margin-top: 10px;
	background-color: white;
	color: rgb(131, 131, 131);
	padding: 30px 50px 60px 50px;
	font-size: 15px;
}
.spbanner{
	
}
.subpage-inner-content h3{
	color: rgb(0, 80, 178);
	font-weight: bold;
	margin-bottom: 30px;
}


.subpagepic img{
	width: 90%;
	margin-top: 60px;
	margin-left: 20px;
}
.ourlocation iframe{
	margin-top: 90px;

}
.clientelelogo {
	
}
.logo-container{
	float:left;
	border: 1px dotted #E6E6E6;
}
.customerlogo{
	width: 210px;
	height: 200px;
	overflow:hidden;
	position:relative;	
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	
}

.customerlogo img{
	width: 85%;

}

/* Tiny Carousel */
#slider1 h3 {
    border-bottom:1px dotted;
	padding-bottom: 10px;
}
#slider1 .viewport { float: left; width: 89%; height: 180px; overflow: hidden; position: relative; margin-bottom: 50px; }
#slider1 .buttons {

    border-radius: 35px;
    display: block;
    margin: 65px 10px 0 0;
    float: left;
    width: 35px;
    height: 35px;
    position: relative;
    color: black;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
#slider1 .next {
    margin: 65px 0 0 10px;
}
#slider1 .buttons:hover{
    color: #ddd3c9;

}
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 20px 0; width:260px; left: 0; top: 0; }
#slider1 .overview li{ float: left; margin: 0 -20px 0 0; height: 160px; width: 300px; }

#slider1 .overview li div{width: 230px; height: 135px; overflow: hidden; }

#slider1 .overview img{
	width: 230px;
}

/*Portfolio */

.portfolio-gallery{
	margin: 20px 0;
}
.galleryrow{
	margin-top:60px;
}
.pro-img{ 
	width: 25%;
	float: left;
	max-height: 150px;
	overflow: hidden;
	position: relative;
}
.pro-img:hover{
	opacity: 0.6;
}


/* Footer */
.footer-container-line{
	background-color: #196ea5;
}
.footer-container-line-mid{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../image/footer_bg_line.jpg');
	background-repeat: no-repeat;
	height: 15px;
}
.footer-container{
	background-color: #5c6471;
	
}
.footer{

	background-image: url('../image/footer_bg.jpg');
	background-repeat: no-repeat;
	text-align: left;
	background-size: cover;
}
.footer a{
	color: white;
}
.footer a:hover{
	text-decoration: none;
	text-shadow: 3px 3px 13px black;
	color: #edf906;
}
.footer h4{
	color: #2ebade;
	font-size: 16px;
	margin-bottom: 13px;
}
.footer-info{
	padding-left: 25px;
	margin-top: 20px;
	margin-bottom: 55px;
}
.sitemap{
	list-style: none;
}

.copyright{
	padding: 8px 0;
	color: grey;
	font-size: 13px;
}



/* Home pgae Slider */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}



