/* CSS Document */
body{
	background:url(../images/allbg.png) repeat-x top;
	font-size:18px;
	line-height:28px;
	font-family:Arial, Helvetica, sans-serif;
}
.headerbg{
	background:url(../images/container-bg.png) no-repeat center top;
	font-size:18px;
	font-weight:bold;
}
.headerbg img{
	width:100%;
	height:auto;
}
.logo img{
	width:auto;
}
.slogun{
	padding-top:120px;
	color:#FFF;
}
.slogun a{
	color:#ffec00;
}
h3{
	color:#c55313;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:20px;
	padding-top:10px;
}
h3 u{
	color:#701c04;
}
.what{
	padding-top:20px;
	padding-bottom:80px;
}
.about{
	background:#701c04;
	color:#FFF;
}
.about .topmargin{
	margin-top:-50px;
}
.about .contentcol{
	padding:20px 0;
}
.about img{
	width:100%;
	height:auto;
}
.price{
	padding:50px 0;
}
.priceoptions{
	background:#eb6591;
	margin-left:70px;
	border-top-right-radius:100px;
	-webkit-border-top-right-radius:100px;
	-moz-border-radius-topright:100px;
	border-bottom-right-radius:100px;
	-webkit-border-bottom-right-radius:100px;
	-moz-border-radius-bottomright:100px;
	margin-bottom:50px;
}
.priceoptions ul{
	padding-top:20px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
}
.priceoptions ul li{
	padding:5px 0;
}
.priceoptions .img1{
	margin-top:-30px;
	margin-left:-60px;
}
.priceoptions .img2{
	padding-top:15px;
}
.otherservice{
	background:#e9e9ea;
	padding:50px 0;
}
.note{
	color:#701c04;
	padding:50px 0;
}

@media screen and (max-width: 600px) {
	.slogun{
	padding-top:20px;
	padding-bottom:20px;
	color:#FFF;
	background:#701c04;
}
.headerbg img{
	width:100%;
	height:auto;
}
.logo{
	text-align:center;
}
.logo img{
	width:auto;
}
.priceoptions{
	padding:10px;
	text-align:center;
	margin-left:0px;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
}
.priceoptions .img1{
	margin-top:30px;
	margin-left:0px;
}
.priceoptions .img2{
	padding-top:15px;
}
.about .topmargin{
	margin-top:30px;
	margin-bottom:30px;
}
.about h3 u{
	color:#FFF;
}
}