
@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

*{
	margin: 0;
	padding: 0;
	}
body {
	background:#FFF;
	font-family: Arial, Helvetica, sans-serif;}

.main_wrapper {
    
	width:100%;
	height:auto;
	margin:auto;
}
.content-header-main{
	clear:both;
	width:100%;
	height:auto;
	background:#fff;
	margin:auto;
	padding: 0;
	}
.content-header-inner {
	position: relative;
	max-width:1200px;
	height:auto;
	margin: auto;	
}

.clr{
	clear:both;
	}

	.content-main{
	width:100%;
	height:auto;
	background:#fff;
	margin:auto;
	padding: 30px 30px;
	}
.content-inner {
	max-width:1200px;
	height:auto;
	margin: auto;
	background:#fff;
}
.left-menu-sidebar{
	width: 22%;
	height: auto;
	float: left;
	}
.left-sidebar-box{
	width: 100%;
	height: auto;
	margin:auto;
	
	}
.left-sidebar-box ul{
	clear:both;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: none;
	background-color: #1d7175;
	text-align:left;
	border-bottom: 2px solid #2e2e2e
	border: 1px solid #1d7175;
	border-radius: 4px;
	}
.left-sidebar-box ul li{
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.3);
}
.left-sidebar-box ul li a{
	color:#fff;
	text-decoration: none;
	padding: 7px 4px;
	display: block;
	font-size: 13px;
	text-transform: capitalize;	
}

	
.left-sidebar-box ul li a:hover{
	background-color: #2aa2a8;
	color:#fff;
	cursor:pointer;
	}

.product-area{
	width: 78%;
	height: auto;
	float: right;
	padding-left: 10px;
	}
.product-area-box{
	width: 100%;
	height: auto;
	margin:auto;
	text-align:center;
	}
#single_pro_title{
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	width:100%;
	height: auto;
	padding: 0 0 10px 5px;
	margin:0 0 10px 0;
	text-align:left;
	font-size:16px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	color: #2e2e2e;
	}
	#single_product_box{
	width: 25%;
	height: auto;
	float: left;}
	#single_product{
	font-family: "Times New Roman", Times, serif;
	display:block;
	max-width:100%;
	height: auto;
	float:left;
	padding:5px;
	margin:0 5px;
	text-align:center;
	font-size:14px;
	}
	#single_product:hover{
		-webkit-box-shadow: 0 0 10px grey;
  -moz-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 20px grey;
	}
#single_product a img{
	width:100%;
	border: none;
	}
#single_product p{
	margin:5px;
	color: #2e2e2e;
	}
#inquiry-btton {
	float:left;
    background-color: #1d7175;
    border: none;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
	display:block;
    font-size: 12px;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #1d7175;
    border-radius: 8px;
}
#inquiry-btton:hover {
	background-color: #2e2e2e;
    color: #fff;
	-webkit-box-shadow: 0 0 5px grey;
  -moz-box-shadow: 0 0 5px grey;
  box-shadow: 0 0 5px grey;
  border: 1px solid #2e2e2e;
}
#more-btton {
    background-color: #1d7175;
    border: none;
    color: #fff;
    padding: 5px;
    text-align: center;
    text-decoration: none;
	display:block;
    font-size: 12px;
    margin: 5px 10px;
    cursor: pointer;
    border: 1px solid #1d7175;
    border-radius: 8px;	
}
#more-btton:hover {
   background-color: #2e2e2e;
    color: #fff;
	-webkit-box-shadow: 0 0 5px grey;
  -moz-box-shadow: 0 0 5px grey;
  box-shadow: 0 0 5px grey;
  border: 1px solid #2e2e2e;
}
#pro-title {
    color: #2e2e2e;
    text-decoration: none;
    cursor: pointer;
}
#pro-title:hover {
    color: #1d7175;
	font-weight:bold;	
}
#detail_imag{
	display:block;
	width:50%;
	height: auto;
	float:left;
	padding:10px;
	border:2px solid #eee;
	}
#detail_imag img{
	display:block;
	width:100%;
	height: auto;
	padding:5px;
	margin:auto;
	border: none;
	}
#right_wra{
	display:block;
	width:50%;
	height: auto;
	float:right;
	padding:0 0 0 15px;
	}
#right_title{
	display:block;
	width:100%;
	height: auto;
	margin:auto;
	padding:0 0 5px 0;
	border-bottom: 3px solid #eee;
	}
#detail_pro_title{
	color: #2e2e2e;
    text-decoration: none;
    cursor: pointer;
	font-size:20px;
	text-transform:uppercase;
	text-align:left;
	}
#right_details_wra{
	display:block;
	width:50%;
	height: auto;
	float:right;
	padding:20px 0 0 15px;
	}
#right_details_box{
	font-family: Tahoma, Geneva, sans-serif;
	display:block;
	width:100%;
	height: auto;
	margin:auto;
	padding:0 0 5px 0;
	color:#696868;
	text-align:justify;
	}
	/* about us start*/
.aboutus-main{
	width:100%;
	height:auto;
	background:#fff;
	margin:auto;
	padding: 30px;
	}
.aboutus-inner {
	max-width:1200px;
	height:auto;
	margin: auto;
	background:#fff;
}
.inquiry_form{
	width:100%;
	height: auto;
	margin: auto;
	padding:10px;
	}

	.about_us{
	font-family: TradeGothicLTStd-Bold, Verdana, Arial, sans-serif;
	}
.about_us h1{
	color:#2e2e2e;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 2px solid rgba(46,46,46,.3);
	margin-bottom:20px;
	font-size: 20px;
	}	
	.about_us p{
	color:#333333;
	font-size:14px;
	line-height:1.5;
	text-align:justify;
	padding:10px;
	}
	/* about us end */

	/* contact start */
.contact-main{
	width:100%;
	height:auto;
	background:#fff;
	margin:auto;
	padding: 30px 20px;
	}
	.contact-inner {
	max-width:1200px;
	height:auto;
	margin: auto;
	background:#fff;
}
.contact-inner h2{
	color: #2e2e2e;
	font-size: 20px;
	font-weight:bold;
	padding: 10px 18px 5px 18px;
	}
.contact-inner p{
	color: #696868;
	font-size: 14px;
	}
	.contact-inner p b{
	color: #2e2e2e;
	font-size: 14px;
	}
	.forpadding{
	padding: 15px 18px 0 18px;}
	.red_mark{
	color:Red;}
	.contact-inner span{
	color: red;
	}
	.send_inquiry_button{
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 5px;
	text-align:center;
	}
	.send_inquiry_button_wrap input{
	padding: 10px;
	background-color: #2aa2a8;
	color:#fff;
	border:none;
	cursor:pointer;
	float:left;
	border: 1px solid #2aa2a8;
	border-radius: 4px;
	font-size:18px;}
.send_inquiry_button_wrap input:hover{
	background-color: #2e2e2e;
    color: #fff;
    border: 1px solid #2e2e2e;
	-webkit-box-shadow: 0 0 5px grey;
  -moz-box-shadow: 0 0 5px grey;
  box-shadow: 0 0 5px grey;}
.left_inner_inquiry_form{
	width: 35%;
	height:auto;
	float:left;
	padding:8px;
	text-align:left;
	
	}

	.left_inner_inquiry_form p{
	color: #2e2e2e;
	font-weight: bold;
	}
.right_inner_inquiry_form{
	width: 65%;
	height:auto;
	float:left;
	padding:5px;
	color: #696868;
	font-size:12px;
	}
.right_inner_inquiry_form_textarea{
	width: 65%;
	height:auto;
	float:left;
	padding:5px;
	color: #696868;
	font-size:12px;
	}
	.right_inner_inquiry_form_textarea textarea{
	width: 100%;
    box-sizing: border-box;
    resize: vertical;
	}
.right_inner_inquiry_form input{
	padding: 10px;
	width: 300px;
	outline:none;
	border: 1px solid #C0C0C0;
	border-radius: 4px;
	background: #eeeeee;
	float:left;
	}
	.right_inner_inquiry_form input:focus{
border:1px solid  #2aa2a8;
}
.select_style{
	padding: 10px;
	width: 300px;
	outline:none;
	border: 1px solid #C0C0C0;
	border-radius: 4px;
	background: #fff;
	color:#696868;
	}
	.contact_form{
	width:60%;
	float:left;}

	.contact_detail{
	width:40%;
	float:right;
	padding-left: 100px;}
.contact_detail p{
	padding-bottom:5px;}
.contact_detail p a{
	text-decoration:none;
	color: #696868;}
	.contact_detail p a:hover{
	color: #2aa2a8;
	text-decoration:underline;
	}

	/* contact end */



@media (max-width: 910px){
	#single_product{
	font-size: 11px;
	}
}
@media (max-width: 840px){
	#single_product_box{
	width: 33.3%;
	height: auto;
	float: left;}
	
}
@media (max-width: 800px){
.contact_form{
	width:100%;
	float:left;}
.contact_detail{
	width:100%;
	float:left;
	padding: 40px 10px 10px 10px;}	
}	
@media (max-width: 775px){
	.left-menu-sidebar{
	display:none;
	}
	.product-area{
	width: 100%;
	padding-left: 0;
	}
	.aboutus-main{
	font-size: 9px;
	padding: 20px 5px;
	}
	.contact-main{
	font-size: 9px;
	padding: 20px 5px;
	}
	.inquiry_form{
	width:100%;
	}	
	#single_product{
	font-size: 14px;
	}
	.content-main{
	padding: 30px 10px;
	}


}
@media (max-width: 698px){
.product-area-box{
		display:block;
		text-align:center;
	}
	#single_product_box{
	width: 50%;
	height: auto;
	float: left;}
}
@media (max-width: 470px){
	#single_product_box{
	width: 100%;
	height: auto;
	float: none;}
	#single_product{
	clear: both;
	width:100%;
	padding:20px;
	margin: 5px 10px 5px 0px;
	}
	#single_product a img{
	width:100%;
	}
	#single_pro_title{
	
	font-size:14px;
	}
}
@media (max-width: 390px){
	#single_product{
	max-width:100%;
	padding:10px;
	}
}
@media (max-width: 300px){
	#single_product{
	max-width:100%;
	padding:5px;
	}
	#single_pro_title{	
	font-size:12px;
	}
}
@media (max-width: 550px){
.left_inner_inquiry_form{
	width: 100%;
	}
.right_inner_inquiry_form{
	width: 100%;
	}
.right_inner_inquiry_form input{
	
	width: 100%;
	}
	.select_style{
	width: 100%;
	}
.right_inner_inquiry_form_textarea{
	width: 100%;
	}
}
@media (max-width: 500px){	
#detail_imag{
	display:block;
	width:100%;
	height: auto;
	float:none;
	padding:10px;
	border:2px solid #eee;
	margin:auto;
	}
#right_wra{
	display:block;
	width:100%;
	height: auto;
	float:none;
	padding:10px 0 0 0px;
	margin:auto;
	}
#detail_pro_title{
	color: #2e2e2e;
    text-decoration: none;
    cursor: pointer;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
	}
#right_details_wra{
	display:block;
	width:100%;
	height: auto;
	float:none;
	padding:20px 0 0 0px;
	margin:auto;
	}
#inquiry-btton {
	float:none;
    background-color: #2e2e2e;
    border: none;
    color: #eeeeee;
    padding: 7px;
    text-align: center;
    text-decoration: none;
	display:block;
    font-size: 12px;
    margin: auto;
    cursor: pointer;
}

}


