/*****************************************/
/* Preloader
/*****************************************/
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#c00000; 
	z-index:99;
}
.spinner {
	position:absolute;
	width: 80px;
	height: 110px;
	text-align: center;
	font-size: 10px;
	top:50%;
	left:50%;
	margin-left:-40px;
	margin-top:-55px;
}
.spinner img {
	width: 80px;
	height: 80px;
}
.spinner > div {
	margin-top: 20px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
	0%, 80%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
/*****************************************/
/* Reset
/*****************************************/
html, hmtl a{
	width:100%;
	font-size:100%; 
	-webkit-text-size-adjust:100%; 
	-ms-text-size-adjust:100%;
}
* {
	margin:0;
	padding:0;
}
address {
	font-style:normal;
}
body{
	font:14px/150% 'Roboto', sans-serif;
	margin:0px;
	padding:0px;
	min-width:300px;
}
body p {
	padding:1em 0;
}
a{
	text-decoration:none;
	cursor:pointer;
	
	-webkit-transition:color 0.2s linear 0s;	
	   -moz-transition:color 0.2s linear 0s;
		 -o-transition:color 0.2s linear 0s;
		    transition:color 0.2s linear 0s;
}
a img{
	border:none;
}
#hr-title-sub {
	border: 0;
	width: 100%;
	color: #e4e4e4;
	background-color: #e4e4e4;
	height: 4px;
	margin: 10px 0;
}
h1 {
	font: bold 16px/150% Helvetica, 'Roboto', sans-serif;
	color: #525252;
}
h1 img {
	width: 21px;
	margin: 0px 10px -12px 0px;
}
h1 a {
	color: #525252;
}
h3 {
	font: 400 24px/150% 'Roboto', sans-serif;
	color: #fff;
}
#left {
	float:left;
}
#right {
	float:right;
}
/*****************************************/
/* content
/*****************************************/ 
#noticebar {
	height:65px;
	width:100%;
	font:300 14px/150% 'Roboto', sans-serif;
	background-color:#fff;
	border-bottom:1px solid #e7e7e7;
	z-index: 998;
}
#logo-pandi {
	max-width:960px;
	margin:0 auto;
	position:relative;
	padding:0 20px;
	z-index: 999;
}
.logo-pandi :hover {
	-webkit-transition:opacity 0.3s linear 0s;	
	   -moz-transition:opacity 0.3s linear 0s;
		 -o-transition:opacity 0.3s linear 0s;
		    transition:opacity 0.3s linear 0s;
}
#logo-pandi img {
	margin-bottom: 40px;
	width: 30%;
	max-width: 123px;
}
.logo-pandi img:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}
#content-wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	color: #333;
	font: 300 14px/150% 'Roboto', sans-serif;
	position: relative;
}
#links-red {
	color:#c00000;
	font-style:normal;
	font: 400 14px/150% 'Roboto', sans-serif;
}
#links-red:hover {
	color:#525252;
}
#button-phone {
	display:none;
}
/*****************************************/
/* Bubble Services
/*****************************************/
#service-bubble{
	max-width: 960px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
#service-bubble span{
	position: relative;
	padding: 0px;
	display:block;
	position:relative;
}
#service-bubble a {
	color: #fff;
	text-align: center;
	width: 100%;
	background: url(../img/layout/white-clear.png) repeat;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background-color 0.3s linear 0s;
	-moz-transition: background-color 0.3s linear 0s;
	-o-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
}
#service-bubble a:hover {
	background: url(../img/layout/red-clear.png) repeat;
}
#service-bubble li{
	float: left;
	list-style: none;
	width: 12%;
	text-align: center;
	margin-left: 4%;
}
#service-bubble li:last-child{
	margin-right:0;
}
#service-bubble p{
	padding: 5px 0px 15px 0px;
	font: 300 12px/150% 'Roboto', sans-serif;
}
#service-bubble li img{
	width: 100%;
	padding: 10% 25% 0% 25%;
}
/*****************************************/
/* Basic
/*****************************************/ 
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header {
	width:100%;
	position:absolute;
	z-index: 10;
}
#head-wrap {
	max-width:960px;
	margin:0 auto;
	height:375px;
	color:#fff;
	text-align:center;
}
#head {
	position:relative;
	top:20%;
}
#links {
	margin: 20px 20px;
	position: absolute;
	z-index: 99;
	right: 0px;
}
#links a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	
	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
	.banner ul {
		list-style: none;
		width: 300%;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		padding: 160px 0 110px;
		
		min-height: 650px;
		
/*		-webkit-background-size: 100% 100%;*/
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
/*		background-size: 100% 100%;*/
		
		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}
	
	.banner h1, .banner h2 {
		font-size: 40px;
		line-height: 52px;
		
		color: #fff;
	}
	
	.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;
		
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		
		border: 2px solid rgba(255,255,255,.4);
		border-radius: 5px;
	}
		.banner .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}
		
	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 10px;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}
@media screen and (max-width: 600px) {
	#head-wrap {
		height: 350px;
	}
	.banner ul li {	
		min-height: 750px;
	}
	#service-bubble li {
		width: 22%;
		margin-left: 8%;
		margin-bottom: 5%;
	}
	#content {
		display:none;
	}
	#noticebar h1 {
		display:none;
	}
	#noticebar {
		height: 100px;
		border-bottom: 0px;
	}
	#button-phone {
		margin: 10px auto 0 auto;
		max-width: 300px;
		font: 400 16px/150% 'Roboto', sans-serif;
		text-transform:uppercase;
		color: #fff;
		background: #ed1b2e;
		padding: 15px 0;
		width: 100%;
		display: block;
		text-align: center;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		line-height: 17px;
		-webkit-transition:background 0.3s linear 0s;	
		   -moz-transition:background 0.3s linear 0s;
			 -o-transition:background 0.3s linear 0s;
				transition:background 0.3s linear 0s;
	}
	#button-phone span {
		color: #2e2e2e;
		font: 400 10px/100% 'Roboto', sans-serif;
	}
	#button-phone:hover {
		color: #2e2e2e;
		background: #fff;
	}
}
@media screen and (max-width: 400px) {	
	#logo-pandi img {
		margin-bottom: 15px;
		width: 25%;
	}
	.banner ul li {	
		min-height: 440px;
	}
	#head-wrap {
		height: 200px;
	}
	.banner .dots {
		display: none;
	}
	h3 {
		font: 400 18px/150% 'Roboto', sans-serif;
	}
}