@import url('reset.css');
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 750px;
	margin: 0 auto;
	
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 30%;
	margin-right: 13%;
	top: 40%;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.4)
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 40px;
	line-height: 50px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #b5b5b5;
}
.ei-title h2 a{
font-family: 'Open Sans Condensed', sans-serif;
font-style:normal;
display:inline-block;
padding:0 20px;
margin-top:20px;
font-size:24px;
color:#FFF;
text-shadow: 0px 1px 2px rgba(000, 000, 000, 0.4);
-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
.ei-title h2 a:after {
    content:'\232A'
}

.ei-title h2 a:hover {text-decoration:none; background:#FFF; text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.4); color: #000; }

.ei-title h3{
	font-size: 70px;
	line-height: 70px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #000;
}


.thumbs {position:absolute; background-color:#44403a; height:120px;  width:100%; bottom:0; z-index:999; padding:0px 0; opacity: 0.9;}

.ei-slider-thumbs{
	margin: 0 auto;
	position: relative;
	overflow:hidden;
	height:120px;
	
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
	cursor:pointer;
	ackground:url(../images/img_split.png) right 10px no-repeat ;
}
.ei-slider-thumbs li.last { background:none; }
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	ackground: #000;
	ackground: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	ext-indent: -9000px;
	ackground: #666 ;
	width: 90%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
	padding:40px 10% 0 105px ;
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	font-family: 'Open Sans Condensed', sans-serif;
}
.ei-slider-thumbs li a:hover{
	ackground-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 20px;
	opacity: 1;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	/*-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
	left:15px;
}
.ei-slider-thumbs li:hover img{
	opacity: 0.6;
	bottom: 33px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* menu */

nav.menu { float:right; padding:35px 0 0 50px; border-bottom:3px solid #ffb20f; margin:0; height:52px;  }
nav.menu a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #0797d1;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size:13px;
	
}

nav.menu a:hover,
nav.menu a:focus {
	outline: none;
}
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}



/* generl */
.clear { clear:both; padding:0; margin:0; height:0; line-height:0; font-size:0; }
#top {
	width: 100%;
	height:90px;
	background:url(../images/logo_bg.png) 0 0 no-repeat rgba(255,255,255,0.8);
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	position:fixed;
	z-index:1000;
}
#top::before {
	position: absolute;
	top: auto;
	width: 100%;
	height: inherit;
	background: rgba(255,255,255,0.05);
	content: '';
}
.logo { width:280px; height:84px;  padding:11px 0 0 2%; position:fixed; z-index:1001; }
.social_bg { background:#47a39c; width:100%; }
.social_bg .social { width:100%; margin:0 auto; background:url(../images/img_mobile.png) 10% bottom no-repeat; min-height: 380px;    height:auto !important; 
   height: 280px;  }

.social_rg { width:55%; float:right; color:#FFF; padding:0 10% 0 0; }
.social_rg_inner { width:auto; padding:100px 5% 10px 0; }
.social_rg p {  padding:30px 0; text-align:center; font-size:16px; line-height:25px;   }
.social_rg  h2 { text-align:center; font-size:30px; font-family: 'Open Sans Condensed', sans-serif; }

/* socila media effect */
.social_rg nav { text-align:center; }
.social_rg nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #0797d1;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size:13px;
	margin:25px 20px;
	text-align:center;
	opacity: 0.8;
	
}

.social_rg nav a:hover,
.social_rg nav a:focus {
	outline: none;
	opacity: 1.0;
}
.cl-effect-12 a::before,
.cl-effect-12 a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-12 a::after {
	width: 90px;
	height: 90px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.content_area { width:90%; background:#FFF; padding:40px 0%; margin:0 auto; font-size:14px; }
.content_area .box { width:30%; display:inline-block; padding:70px 1% 30px 1%; text-align:center; font-size:14px; line-height:25px; background:url(../images/icon_right.png) center top no-repeat; }
.content_area .box p { padding:0; }
.content_area h1{ font-family: 'Open Sans Condensed', sans-serif; font-size:40px; padding:0 0 20px 0; color:#0092d3;  }
.content_area h2, .contact_pad h2 { font-family: 'Open Sans Condensed', sans-serif; font-size:30px; padding:0 0 20px 0; color:#666;  }
.content_area  { color:#999; }
.content_area p { padding:0 0 20px 0 }

.contact_pad { width:100%; padding:40px 0; background:#f2f2f2; color:#666; font-size:12px; line-height:20px;}
.contact_pad .address { float:left; width:35%; padding:0 0 0 15%; }
.contact_pad .address h3 { font-family: 'Open Sans Condensed', sans-serif; font-size:20px; padding:0 0 10px 0; color:#0092d3;   }
.contact_pad p { padding:0 0 20px 0 }
.contact_pad .form_btn { float:right; width:35%; padding:70px 15% 0 0;  }
.contact_pad .form_btn a {  height:60px; padding:0 0 0 75px; margin:0 0 30px 0; width:300px; display:block; text-decoration:none; 
}
.contact_pad .form_btn a span { display:block; background: url(../images/arrow.png) 270px 20px no-repeat #0092d6; color:#FFF; font-family: 'Open Sans Condensed', sans-serif;  font-size:27px; height:62px; line-height:62px; text-align:center; border:1px solid #c2c2c2;
-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
.contact_pad .form_btn a:hover span { background: url(../images/arrow.png) 270px -26px no-repeat #f2f2f2; color:#9d9d9d;   }
.contact_pad .form_btn a.busi { background:url(../images/icon_business_enq.png) 0 0 no-repeat; }
.contact_pad .form_btn a.career { background:url(../images/icon_career.png) 0 0 no-repeat; }

.footer {  width:100%; padding:10px 0; text-align:center; line-height: normal; background:#515151; font-size:12px; color:#999999;  }

a.button_blue { display:block; background: url(../images/arrow.png) 270px -26px no-repeat #f2f2f2; color:#9d9d9d; font-family: 'Open Sans Condensed', sans-serif;  font-size:27px; width:300px; height:62px; line-height:62px; text-align:center; border:3px solid #c2c2c2;  margin:0 0 30px 0;
-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
a.button_blue:hover { background: url(../images/arrow.png) 270px 20px no-repeat #0092d6; color:#fff;   }

a.button_white { display:block; background: url(../images/arrow.png) 270px 20px no-repeat; color:#FFF; font-family: 'Open Sans Condensed', sans-serif;  font-size:27px; width:300px; height:62px; line-height:62px; text-align:center; border:3px solid #a3d1ce;  margin:0 0 30px 0;
-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
a.button_white:hover { background: url(../images/arrow.png) 270px -26px no-repeat #f2f2f2; color:#9d9d9d; 	  }


.line { border-bottom:1px solid #a3d1ce; margin:0 0 30px 0  }

ul.bullet_list { padding:0 0 20px 0  }
ul.bullet_list li {
	line-height:20px;
	padding:0 0 10px 20px;
	background:url(../images/arrow.png) 0 -47px no-repeat;
	font-size:16px;
	
}





@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}


