body{
	font-family: 'Prompt', sans-serif;
	color: #666;
	font-size: 17px;
	font-weight: lighter;
	-webkit-font-smoothing: anti-aliased;
	-moz-font-smoothing: anti-aliased;
}

h1,h2,h3,h4,h5,h6{
	color: #480636;
	margin-bottom: 30px;
}

h1{font-size: 24px;}
h2{font-size: 20px;}

ul,li{
	margin: 0px;
	padding: 0px;
}

.float-left{float:left;}
.float-right{float:right;}

.alignLeft{text-align: left;}

.img100w{
	max-width: 100%;
}

.content-box{
	margin-top: 20px;
	margin-bottom: 20px;
}

header{
	width: 100%;
	height: auto;
	clear: both;
	background: #fff;
}

header .container{
	position: relative;
}

.logo{
	width: auto;
	height: auto;
	float: left;
	padding: 20px 0;
}

.logo img{
	max-width: 100%;
}


.callnow-box{
	float: right;
	background: #fafafa;
	margin-top: 53px;
	border-radius: 6px;
	color: #480636;
	font-weight: bold;
	overflow: hidden;
	padding-right: 20px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}

.callnow-box i{
	background: #a5478c;
	color: #fff;
	padding: 10px;
	margin-right: 10px;
}

.slide{
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
}

.slide1{
	width: 100%;
	height: 450px;
	background: url(../images/slide1.jpg) center;
}

.slide2{
	width: 100%;
	height: 450px;
	background: url(../images/slide2.jpg) center;
}

nav{
	width: 100%;
	height: 40px;
	background: #480636;
	margin-bottom: 0px;
}

nav .container{
	position: relative;
}

.selectmenu{
	display: none;
	height: 40px;
	float: left;
	width: 80px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
}

.mainmenu{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.mainmenu li{
	display: block;
	float: left;
	font-size: 14px;
	position: relative;
}

.mainmenu li a{
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 22px;
	float: left;
	background-color: #b866a2;
}

.mainmenu li a:hover{
	text-decoration: none;
	background-color: #a5478c;
}

.mainmenu li a.active{
	background-color: #a5478c;
	color: #fff;
}

.has-sub{
	background: url(../images/down-arrow.png) right 22px center no-repeat;
	padding-right: 40px !important;
}

.submenu{
	position: absolute;
	height: auto;
	margin: 0px;
	padding: 0px;
	top: 40px;
	display: none;
	z-index: 100;
	width: 200px;
	zoom: 1;
}

.submenu li{
	display: block;
	width: 100%;
	height: auto;
	float: left;
}

.submenu li a{
	background: #505050;
	border-top: 1px solid #414141;
	width: 100% !important;
	display: block;
	line-height: normal;
	float: left;
	padding: 10px 10px 10px 20px !important;
	height: auto;
	height: auto;
}

.submenu li a:hover{
	background: #a5478c;
	color: #fff;
}

.submenu li a.has-sub{
	background: url(../images/right-arrow.png) right 10px center no-repeat;
	background-color: #505050;
}

.submenu2{
	position: absolute;
	height: 300px;
	margin: 0px;
	padding: 0px;
	display: none;
	width: 240px;
	left: 200px;
	top: 0;
}

.submenu2 li a{
	background: #777;
	border-top: 1px solid #555;
	width: 100% !important;
	display: block;
	line-height: normal;
	float: left;
	padding: 10px 10px 10px 20px !important;
	height: auto;
	height: auto;
}

.search{
	width: 40px;
	height: 40px;
	background-color: #257acc;
	float: right;
	position: relative;
	cursor: pointer;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
}

.search-close{
	width: 40px;
	height: 40px;
	background-color: #257acc;
	float: right;
	position: relative;
	cursor: pointer;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	display: none;
}

.search-box{
	width: 290px;
	padding: 16px;
	background: #257acc;
	position: absolute;
	top: 40px;
	right: 15px;
	overflow: hidden;
	display: none;
}

.search-box form input[type=text]{
	border: none;
	height: 36px;
	padding: 8px;
	width: 200px;
	display: block;
	float: left;
}

.search-box form input[type=submit]{
	border: none;
	height: 36px;
	width: 36px;
	background: #222;
	color: #fff;
	padding: 0;
	margin-left: 10px;
	text-align: center;
	-webkit-text-align: center;
	font-size: 14px;
	display: block;
	float: left;
}

.search-box form input[type=submit]:hover{
	background: #1d3769;
}

.box-grey{
	background: #f1f1f1;
	padding: 10px;
	width: auto;
	height: auto;
}

.box-grey img{
	max-width: 100%;
}

.alphabet-order{
	list-style: lower-alpha;
}

.listintext{
	margin: 20px 0;
}

.listintext li{
	margin-bottom: 20px;
}

.image{
	padding: 10px;
	max-width: 100%;
	margin: 20px 0;
	background: #f1f1f1;
}

.image-right{
	padding: 10px;
	background: #f1f1f1;
	max-width: 100%;
	margin: 0px 20px 20px 20px;
	float: right;
}

.image-left{
	padding: 10px;
	background: #f1f1f1;
	max-width: 100%;
	margin: 0px 20px 20px 0px;
	float: left;
}

.center{
	text-align: center;
}

.page-top-bar{
	height: 40px;
	background: #ebebeb;
	line-height: 40px;
	display: block;
	float: left;
	width: 100%;
	font-size: 13px;
}

.page-top-bar span{
	float: right;
}

.boxtext{
	padding: 20px;
	width: auto;
	height: auto;
	margin: 20px auto;
	background: #ebebeb;
	border-top: 4px solid #257ACC;
}

.iconfont{
	color: #fff;
	font-size: 22px;
}

.sendmail{
	font-size: 12px;
}

.sendmail legend{
	border-bottom: none;
	margin: 0;
	font-size: 16px;
	margin-bottom: 5px;
	color: #666;
}

.sendmail input[type=text], 
.sendmail textarea{
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
	width: 100%;
	font-size: 16px;
}

.sendmail input[type=text]:focus, 
.sendmail textarea:focus{
	border: 1px solid #257ACC;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.08);
}

.answer{
 	width: 100px !important;
}

.submit-btn{
	border: none;
	font-size: 22px;
	cursor: pointer;
}

.submit-btn .disabled{
	border: none;
	font-size: 22px;
	color: #ccc;
}

.submit-btn .disabled:hover{
	color: #ccc;
}

.success, .error{
	padding: 20px;
	border-radius: 10px;
	margin: 20px 0;
	text-align: center;
	display: none;
}

.success{
	color: #1b882a;
	background: #b9edd1;
}

.error{
	background: #ffbdbd;
	color: #d65656;
}

.down{
	top: 0px !important;
	bottom: -10px !important;
}

.qualitylogo{
	padding: 30px 0;
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}

.qualitylogo img{
	max-width: 100%;
}

.aboutus{
	text-align: center;
	padding: 30px 0;
	width: 100%;
	height: auto;
	float: left;
	display: block;
}

.client{
	background: #f7f7f7;
	width: 100%;
	height: auto;
	float: left;
	display: block;
	text-align: center;
}

.client img{
	max-width: 100%;
}

.fsc-table{
	display: block;
	margin: 0 auto;
	max-width: 800px;
}

.fsc-table th{
	border: 1px solid #000;
	text-align: center;
	padding: 10px;
	background: #480636;
	color: #fff;
}

.fsc-table td{
	border: 1px solid #333;
	text-align: left;
	padding: 10px;
	color: #000;
}

.fsc-table tr:nth-child(odd){
	background: #fbcaee;
}

.fsc-table tr:nth-child(even){
	background: #f0aadd;
}

.gallery{
	margin: 0;
	padding: 0;
	list-style: none;
}

.gallery li{
	margin: 0;
	margin-bottom: 30px;
}

.gallery li img{
	max-width: 100%;
	padding: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.fsc-btn{
	background: #000;
	color: #fff;
	border-radius: 6px;
	padding: 8px 12px;
	transition: all 0.3s ease-in-out;
}

.fsc-btn:hover{
	background: #b866a2;
	color: #fff;
	text-decoration: none;
}


/* ##################  footer  ###################*/

footer{
	width: 100%;
	background: #480636;
	color: #fff;
	padding: 40px 0;
	float: left;
}

footer h3{
	margin-bottom: 30px;
	color: #fff;
	font-size: 18px;
}

footer p{
	font-size: 14px;
}

footer ul {
	list-style: none;
}

footer ul li a{
	color: #fff;
	font-size: 14px;
}

footer ul li a:hover{
	color: #38c0f0;
	text-decoration: none;
}

.send-us-btn, .readmore, .submit-btn{
	padding: 10px 20px;
	border-radius: 5px;
	color: #333;
	display: block;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	
	box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
	
	cursor: pointer;
}

.send-us-btn:hover, .readmore:hover, .submit-btn:hover{
	text-decoration: none;
	color: #b866a2;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cccccc 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.disabled{
	border: none;
	font-size: 22px;
	color: #ccc;
	background: #eeeeee;
}

.disabled:hover{
	color: #ccc;
	background: #eeeeee;
}

.help-block{
	margin-top: -15px;
	color: red;
	font-size: 14px;
}

.bottom{
	width: 100%;
	background: #222;
	color: #999;
	min-height: 40px;
	height: auto;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
}

.backtotop{
	width: 40px;
	height: 40px;
	background: #222;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	border-radius: 10px;
	display: none;
}