@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Conv_HelveticaLTStd-Roman_25';
	src: url('../fonts/HelveticaLTStd-Roman_25.eot');
	src: local('☺'), url('../fonts/HelveticaLTStd-Roman_25.woff') format('woff'), url('../fonts/HelveticaLTStd-Roman_25.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Roman_25.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_LBRITED_19';
	src: url('fonts/LBRITED_19.eot');
	src: local('☺'), url('../fonts/LBRITED_19.woff') format('woff'), url('../fonts/LBRITED_19.ttf') format('truetype'), url('../fonts/LBRITED_19.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_CENTRLSI';
	src: url('fonts/CENTRLSI.eot');
	src: local('☺'), url('../fonts/CENTRLSI.woff') format('woff'), url('../fonts/CENTRLSI.ttf') format('truetype'), url('../fonts/CENTRLSI.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background-image:url(../images/back-1.jpg);
	background-attachment:fixed;
	background-position:top left;
	background-size:auto;
	font-family: 'Conv_HelveticaLTStd-Roman_25';
}
.top-image {
	background-image:url(../images/header-1.png);
	height:140px;
	background-repeat:repeat-x;
	background-size:100%;
}
.footer-image
{
	background-image:url(../images/footer-2.png);
	height:140px;
	background-repeat:repeat-x;
	background-size:100%;
	margin-bottom:10px;
	
}
.main {
	margin: 0 auto;
	width:100%;
	height:auto;
}
.header {
	width:100%;
	display:table;
}
.header h2 {
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding:20px;
	font-size:70px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	font-family: 'Conv_LBRITED_19';
}
.container {
	margin-left:5%;
	margin-right:5%;
	padding-bottom:35px;
}
.container p {
	font-size:25px;
	padding:3px;
	font-family: 'Conv_CENTRLSI';
	text-align:center;
}
.construction
{
	width:100%;
	text-align:center;
	
}
.under-construction-image
{
	max-width:650px;
	width:100%;
	margin:0 auto;
}
.enquire
{
	font-size: 25px;
	padding:3px;
	font-family: 'Conv_HelveticaLTStd-Roman_25';
	margin-top:10px;
	text-align:center;
}
.enquire a
{	color:#F00;
	cursor:pointer;
}
.service-heading {
	font-size:40px;
	text-align:center;
	padding:7px 5px;
	font-family: 'Conv_CENTRLSI';
	font-weight:bold;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.container .p-offer {
	padding-top:7px;
}
.services {
	list-style:none;
}
.services li {
	color:#000;
	font-size:25px;
	line-height:43px;
}
.construction-image {
	max-width:650px;
	width:100%;
}
.pin
{
	float:right;
	cursor:pointer;
	right:30px;
}
/*media query*/
@media screen and (max-width:768px) {
	
.top-image {
	height:60px;
}
.footer-image
{
	height:60px;
}
.enquire
{
	font-size: 29px;
}
}
@media screen and (max-width:640px) {
.container-left p 
{
	font-size: 22px;
}
.header h2
{
	font-size:35px;
}
.top-image {
	background-image:url(../images/header-1.png);
	background-repeat: repeat-x;
}
.services li {
	font-size:23px;
	line-height:30px;
}
.top-image {
	height:40px;
}
.footer-image
{
	height:40px;
}
.service-heading {
	font-size:33px;
}
.enquire
{
	font-size: 21px;
}
}
@media screen and (max-width:480px) {
	.top-image {
	height:30px;
}
.footer-image
{
	height:30px;
}
.container-left p 
{
	font-size: 17px;
}
.services li {
	font-size:17px;
}
.service-heading {
	font-size:24px;
}
.enquire
{
	font-size: 17px;
}
.container p
{
	font-size:20px;
}	
}
@media screen and (max-width:360px) {
.container 
{
	margin-left:2%;
	margin-right:2%;
}
	.enquire
{
	font-size: 13px;
}
.container p
{
	font-size:15px;
}	
}
/*end media query*/
