@charset "utf-8";
.full-wide{
	width:100%;
}
.clearfix360{
	display:none;
	clear:both;
}

/* ABOUT US CSS */
.about-header{
	width:100%;
	height:75px;
	background:url(../images/about1.jpg) no-repeat;
	background-position:left;
	padding-left:60px;
	position:relative;
}
.about-header span{
	text-transform:uppercase;
	display:block;
	border-bottom:1px solid #333333;
	color:#333333;
	font:22px Arial;
	font-weight:bold;
	padding:15px 0 8px 0;
}
.brick{
	width:50px;
	height:5px;
	background:#333333;
	left:60px;
	top:27px;
	position:absolute;
}
.grey-container{
	height:auto;
	padding-top:-1px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-top:10px;
	background:url(../images/about-scroll.jpg) #ececec no-repeat;
	background-position:top right;
}
.about-header2{
	width:100%;
	height:50px;
	background:url(../images/about2.png) no-repeat;
	background-position:left;
	padding-left:55px;
	position:relative;
}
.about-header2 span{
	text-transform:capitalize;
	display:block;
	color:#000;
	font:16px Arial;
	padding:10px 0;
}
.grey-container p{
	text-align:justify;
	color:#5f5f5f;
	font:13px/22px Arial;
	padding:0 55px;
}
.history{
	background:url(../images/about3.png) no-repeat;
}
.vision{
	background:url(../images/about4.jpg) no-repeat;
}
.vision span{
	padding-top:0;
}
.vision-brick{
	top:12px;
}
.colored, .about-chairman, .future-container{
	width:100%;
}
.colored span{
	display:block;
	padding:15px 0;
	text-align:left;
	padding-left:68px;
	padding-right:50px;
	font:13px Arial;
	color:#5f5f5f;
}
.first-color{
	background:#ececec;
}
.second-color{
	background:#dadada;
}
.chairman{
	background:url(../images/about5.jpg) no-repeat;
}
.chairman span{
	padding-top:8px;
}
.brick-chairman{
	top:20px;
}
.about-chair-content{
	float:left;
	width:75%;
}
.about-chair-img{
	float:right;
	width:23%;
}
.about-chair-content p, .future-container p{
	text-align:justify;
	padding-left:68px;
	padding-right:10px;
	font:13px Arial;
	color:#5f5f5f;
}
.future{
	background:url(../images/about6.jpg) no-repeat;
}
.future span{
	padding-top:5px;	
}
.brick-future{
	top:17px;
}

/* CONTACT US CSS */
.contacted1{
	background:url(../images/contact1.jpg) no-repeat;
	background-position:0 15px;
}
.contacted2{
	background:url(../images/contact2.jpg) no-repeat;
	background-position:0 15px;
}
.info-container{
	width:100%;
	position:relative;
}
.info-img, .info-text{
	display:inline-block;
	padding-left:60px;
}
.info-img img{
	position:absolute;
	top:0;
}
.info-text{
	padding-left:30px;
}
.img-adjust{
	top:5px !important;
}
.epic input[type="text"], .epic textarea, .slider-form input[type="text"], .slider-form textarea{
	width:100%;
	height:35px;
	padding-left:12px;
	border:none;
	-webkit-box-shadow: 1px 1px 6px 7px rgba(226,226,226,0.5);
	-moz-box-shadow: 1px 1px 6px 7px rgba(226,226,226,0.5);
	box-shadow: 1px 1px 6px 7px rgba(226,226,226,0.5);
	margin:8px 0;
}
.epic textarea, .slider-form textarea{
	resize:none;
	height:70px;
	padding-top:3px;
}
.epic a, .epic input[type="submit"], .slider-form input[type="submit"]{
	float:right;
	margin-left:10px;
	padding:2.5% 6%;
	border:none;
	-webkit-box-shadow: 1px 1px 6px 7px rgba(226,226,226,0.7);
	-moz-box-shadow: 1px 1px 6px 7px rgba(226,226,226,0.7);
	box-shadow: 1px 1px 6px 7px rgba(226,226,226,0.7);
	text-transform:uppercase;
	font:14px Arial;
	margin-top:10px;
	color:#000;
	border:1px solid transparent;
}
.epic input[type="submit"], .slider-form input[type="submit"]{
	background:#343434;
	color:#fff;
}
.epic a:hover, .epic input[type="submit"]:hover, .slider-form input[type="submit"]:hover{
	background:#a0a0a0;
	color:#000;
	border:1px solid #000;
	transition:all 0.5s ease-out;
}


/* SHOWROOM CSS */
.show-grey{
	background:#f4f4f4;
	height:auto;
	padding:10px 0;
}
.show-grey select{
	border:1px solid #dfdfdf;
	width:100%;
	height:28px;
	padding-left:10px;
}
.flip select{
	width:75%;
}
.go-button{
	float:right;
	width:20%;
	height:28px;
	background:#000;
	text-transform:uppercase;
	color:#fff;
	border:none;
	border:1px solid transparent;
}
.go-button:hover{
	border:1px solid #000;
	background:#fff;
	color:#333333;
	transition:all 0.5s ease-out;
}
.slider-img{
	border:1px solid #d3d3d3;
}
.slider-img img{
	border:4px solid #fff;
}
.slider-pad{
	padding:0;
}
.slider-pad2{
	padding-left:35px;
}
.slider-form{
	height:auto;
	padding-bottom:10px;
}
.slider-form input[type="submit"]{
	box-shadow:none !important;
}
.slider-map img, .slider-map iframe{
	width:100%;
}







/* NEW SUB PAGES RESPONSIVE */
@media only screen and (max-width:991px){
.resp-breaker{
	margin-top:10px !important;
}

}


@media only screen and (max-width:767px){
.show-grey select, .go-button{
	margin:15px 0;
}
.go-button{
	margin:16px 0;;
	height:26px !important;
}


}


@media only screen and (max-width:480px){
.grey-container p{
	padding:0 6px !important;
}
.colored span{
	padding-left:6px !important;
	padding-right:6px !important;
}
.about-chair-content p, .future-container p{
	padding-left:6px !important;
}
.clearfix360{
	display:block !important;
}
.about-chair-content, .about-chair-img{
	width:100% !important;
}
.info-img{
	padding-left:0 !important;
}
.info-text{
	padding-left:20px !important;
}



}




@media only screen and (max-width:360px){
.slider-pad{
	display:none !important;
}
.slider-pad2{
	padding-left:0 !important;
}
.slider-pad2 span{
	font-size:12px !important; 
}
}

@media only screen and (max-width:320px){
.info-img{
	display:none !important;
}
.brick-chairman{
	display:none;
}
}




