html{box-sizing:border-box; height:100%}*,*:before,*:after{box-sizing:inherit}

body{margin:0; height:100%; background:url(images_landing/background.jpg) fixed; background-size:cover; display:-webkit-box; display:-webkit-flex; display:flex; -webkit-flex-direction:column; flex-direction:column; font-family:opensans-regular,Arial,Helvetica,sans-serif; color:#ffffff; font-size:18px; line-height:1.5em}

/* countdown */

#countdown{
	width: 140px;
	height: 162px;
	text-align: center;
	background: #222;
	background-image: -webkit-linear-gradient(top, #222, #333, #333, #222); 
	background-image:    -moz-linear-gradient(top, #222, #333, #333, #222);
	background-image:     -ms-linear-gradient(top, #222, #333, #333, #222);
	background-image:      -o-linear-gradient(top, #222, #333, #333, #222);
	border: 1px solid #111;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	margin: auto;
	padding: 24px 0;
	position: relative;
  	top:-40px; bottom: 0; left: 0; right: 0;
  	font: normal 13px/20px Arial, Helvetica, sans-serif; word-wrap:break-word;
	color: #eee;
}

#countdown:before{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; left: -8px;
}

#countdown:after{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; right: -8px;
}

#countdown #tiles{
	position: relative;
	z-index: 1;
}

#countdown #tiles > span{
	width: 92px;
	max-width: 92px;
	font: bold 48px 'Droid Sans', Arial, sans-serif;
	text-align: center;
	color: #111;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #bbb, #eee); 
	background-image:    -moz-linear-gradient(top, #bbb, #eee);
	background-image:     -ms-linear-gradient(top, #bbb, #eee);
	background-image:      -o-linear-gradient(top, #bbb, #eee);
	border-top: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	margin: 0 7px;
	padding: 18px 0;
	display: inline-block;
	position: relative;
}

#countdown #tiles > span:before{
	content:"";
	width: 100%;
	height: 13px;
	background: #111;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%; left: -3px;
	z-index: -1;
}

#countdown #tiles > span:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #333;
	display: block;
	position: absolute;
	top: 48%; left: 0;
}

#countdown .labels{
	width: 100%;
	height: 25px;
	text-align: center;
	position: absolute;
	bottom: 8px;
}

#countdown .labels li{
	width: 102px;
	font: bold 15px 'Droid Sans', Arial, sans-serif;
	color: #f47321;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

a:link.w3-text {color:inherit}
a:active.w3-text {color:inherit}
a:visited.w3-text {color:inherit}
a:hover.w3-text {text-decoration:none}

.p1{font-family:OpenSans-Bold,Arial,Helvetica,sans-serif;font-size:48px; line-height:1.5em; text-shadow: 2px 2px 8px #000000}
.p2{font-family:OpenSans-Bold,Arial,Helvetica,sans-serif;font-size:30px; line-height:1.5em; text-shadow: 2px 2px 8px #000000}
.p3{font-family:OpenSans-Bold,Arial,Helvetica,sans-serif;font-size:18px; line-height:1.5em; text-shadow: 2px 2px 8px #000000}

.flex-container{display:-webkit-box; display:-webkit-flex; display:flex}

.w3-top{position:fixed; -webkit-align-items:center; align-items:center; -webkit-justify-content:space-between; justify-content:space-between; -webkit-flex-wrap:wrap; flex-wrap:wrap; background:#ffffff; width:100%; z-index:9999; top:0}

.logo{height:80px}

.content-container{margin-top:120px; -webkit-flex: 1 0 auto; flex: 1 0 auto}

.jq{position:absolute; font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-size: 3.333em; line-height:1.5em; color: #ffffff}

.banner{width:100%; height:200px; -webkit-align-items:center; align-items:center; background:url(images/bannerContact.jpg) center; background-size:cover; font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-size: 3.333em; line-height:1.5em; color:#ffffff}

.agent{padding:0px 10px}

.footer{background:#323232; font-size:0.666em; color:#999999; width:100%; -webkit-flex-shrink: 0; flex-shrink: 0}

.btn {border-radius:30px; text-decoration: none; cursor:pointer; transition: 0.5s;}
.btn span {display: inline-block; position: relative; transition: 0.5s;}
.btn span:after {content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s;}
.btn:hover span {padding-right: 25px;}
.btn:hover span:after {opacity: 1; right: 0;}

.button {width:300px; height:60px; background: #003591; border:none; color: #ffffff; font-size:20px}
.button2 {width:70px; height:50px; background: #004680; border:none; border-radius:25px 0px 0px 25px; color: #ffffff; font-size:24px; cursor:pointer}
.button3 {width:140px; height:50px; background: #f6d410; border:none; border-radius:0px 25px 25px 0px; color: #333333; font-size:18px; cursor:pointer}

.w3-padding,.w3-row-padding:after,.w3-row-padding:before,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}

.w3-left{float:left!important}.w3-right{float:right!important}

.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}

.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}

.w3-quarter{width:24.99999%}
.w3-third{width:33.33333%}
.w3-half{width:49.99999%}



@media (max-width:600px){
	body{font-size:16px!important; line-height:1.5em!important}
	.p1{font-size:30px!important; line-height:1.5em!important}
	.p2{font-size:20px!important; line-height:1.5em!important}
	.p3{font-size:16px!important; line-height:1.5em!important}
	.w3-top{padding:10px 20px!important}
	
	.content-container{margin-top:80px!important}
	.banner{height:150px!important; font-size: 2.25em!important; line-height:1.5em!important; padding:0px 20px!important}
	.agent img{width:100%}
	.service{background-position:left center!important; min-height:233px!important}
	.button {height:50px!important; font-size:18px!important}
	.button2 {width:60px!important; height:40px!important; border-radius:20px!important; font-size:20px!important}
	.footer-center{text-align:center}
	.w3-hide-x-small{display:none!important}
	.w3-padding{padding:30px 20px!important}
	.w3-padding2{padding:10px 20px 30px 20px!important}
	
	.w3-padding-footer{padding:10px 20px!important}
	.w3-col.xs6{width:49.99999%}
	.jq{font-size:2em!important; line-height:1.5em!important}
	}
@media (min-width:601px) and (max-width:992px){
	.w3-top{padding:20px!important}
	.p2{font-size:29px!important; line-height:1.5em!important}
	
	.banner{padding:0px 20px!important}
	.enquiry-padding{padding:0px 10px!important}
	.footer-center{text-align:center}
	.w3-hide-small{display:none!important}
	.w3-padding{padding:30px 20px!important}
	.w3-padding2{padding:10px 20px 30px 20px!important}
	
	.w3-padding-footer{padding:30px 20px!important}
	.w3-col.s3{width:24.99999%}
	.w3-col.s4{width:33.33333%}
	.w3-col.s6{width:49.99999%}
	}
@media (min-width:993px) and (max-width:1440px){
	.w3-top{padding:20px 60px!important}
	
	.banner{padding:0px 60px!important}
	.enquiry-padding{padding:0px 30px!important}
	.footer-right{text-align:right}
	.w3-hide-large{display:none!important}
	.w3-padding{padding:60px 60px 40px 60px!important}
	.w3-padding2{padding:0px 60px 60px 60px!important}

	.w3-col.l3{width:24.99999%}
	.w3-col.l4{width:33.33333%}
	.w3-col.l6{width:49.99999%}
	.w3-col.l9{width:74.99999%}
	}
@media (min-width:1441px){
	.w3-top{padding:20px 16.66%!important}
	
	.banner{padding:0px 16.66%!important}
	.enquiry-padding{padding:0px 30px!important}
	.footer-right{text-align:right}
	.w3-hide-x-large{display:none!important}
	.w3-padding{padding:60px 16.66% 40px 16.66%!important}
	.w3-padding2{padding:0px 60px 60px 60px!important}

	.w3-col.xl3{width:24.99999%}
	.w3-col.xl4{width:33.33333%}
	.w3-col.xl6{width:49.99999%}
	.w3-col.xl9{width:74.99999%}
	}

@font-face {
    font-family: 'opensans-regular';
    src: url('font/opensans-regular-webfont.eot');
    src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-regular-webfont.woff2') format('woff2'),
         url('font/opensans-regular-webfont.woff') format('woff'),
         url('font/opensans-regular-webfont.ttf') format('truetype'),
         url('font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('font/OpenSans-Bold-webfont.eot');
    src: url('font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Bold-webfont.woff2') format('woff2'),
         url('font/OpenSans-Bold-webfont.woff') format('woff'),
         url('font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('font/OpenSans-Bold-webfont.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#elevator_item {
width: 63px;
height: 63px;
position: fixed;
right: 0px;
bottom: 0px;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
opacity: 1;
z-index: 100020;
display: none;
}
#elevator_item.off {
opacity: 0;
visibility: hidden
}
#elevator {
display: block;
width: 63px;
height: 63px;
background: url(images/iconTop.png) center center no-repeat;
background-color: #000000;
background-color: rgba(0,0,0,.6);
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,.2);
cursor: pointer;
margin-bottom: 10px
}
#elevator:hover {
background-color: rgba(0,0,0,.7)
}
#elevator:active {
background-color: rgba(0,0,0,.75)
}