body { 
	font: 400 1em 'Roboto Condensed', sans-serif; 
	background: #ddd;/*#eee; */
	margin:0; padding:0; 

  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix {
  from { opacity: 1; }
  to { opacity: 1; }
}


/* - Reset & Universal Setup - */
img, a {outline:none; border:none; text-decoration: none; }
div { display:block }
.clear { clear:both }


/* - Setup - */
#wrapper { margin:0 auto; width:90%; min-width:1200px;}



nav {
	position: absolute;/*fixed;*/
	z-index: +99999;
	width: 90%;

	background: transparent;
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#slider {
	width: 100%;
	background:#222;
	height: 430px;
	overflow: hidden;
}

.sub {
	height: 300px !important;
}

.overlay {
	position: absolute;
	z-index: +5;
	width: 90%;
	height: 400px;
background: rgba(255,255,255,0.7);
background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

#slider img {
	width: 100%;
}

#body {
	width: 100%;
	background: #f7f7f7;
	border-top: 2px solid #e7e7e7;
	overflow: hidden;
}

.btcon { 
	font: 400 1.3em/1.5em 'Roboto Condensed', sans-serif;
	position: relative;
	width:90%; 
	min-width: 1000px; 
	margin: 50px auto; 
	min-height: 500px;
	color: #00334d;
}

.container {
	position: relative;
	width:90%; 
	min-width: 1000px; 
	margin: 0 auto;
}

.pageinfo {
	 color: #ccc;
}

.textcon {
	padding: 50px 0 0;
}

.textcon .title {
	font-size: 1.8em;
	line-height: 2em;
}



.floatL { float:left; }

.floatR { float:right }

.logo { float: left;  padding: 0px 20px; }

.drops {
	position: relative;
	font-size:1.5em;
	cursor: pointer;
	margin: 5px 0;
	width: 96%;
	overflow: hidden;
	padding: 2%;
	background: #eee;
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.drops:hover {
	background: #ddd;
}

#frame1 {
	position: absolute;
	right: 0;
	padding: 2%;
	top: 0;
	font-size: 0.8em;
	color: #aaa;
} 

#frame2 {
	position: absolute;
	right: 0;
	padding: 2%;
	top: 0;
	font-size: 0.8em;
	color: #aaa;
} 

.content {
	margin: 5px 0;
	width: 96%;
	padding: 2%;
	width: 100%;
}


/* - Email Campaign - */
.inputbg {
	background:url(img/join.png) no-repeat left;
	border:none;
}


/* - Footer Setup - */
#footer {
	font-size: 1.3em;
	display:block;
	padding: 20px 0;
	background: #eee;
}

.footer_text {
	color: #00a4e4;
}

a.footer_link:link, a.footer_link:visited {
	color: #00334d;
	text-decoration:none;
}
a.footer_link:hover {
	color: #00a4e4;
}

/* - Link Styles - */
a.text_link:link, a.text_link:visited {

	font: 400 1.1em/1.5em 'Roboto Condensed', sans-serif;
	
	color: #00A4E4;
	text-decoration: none;
}
a.text_link:hover {
	font: 400 1.1em/1.5em 'Roboto Condensed', sans-serif;
	
	text-decoration: underline;
}

/* - Gallery - */
.imgGallery {
	border:2px solid #999 !important;
	margin:0px;
	padding:1px;
	width:99px;
	height:80px;
}

/* - Contact Form Setup - */
.contact_text {
	padding:15px 0 25px 0;
}


.submit_button {
    display: inline-block;
    width: 200px;
    font: 400 1.3em/1em 'Roboto Condensed', sans-serif;
    cursor: pointer;
    border-radius: 100px;
    color: #fff;
    padding: 15px 10px;
    background: #00a4e4;
    border: none;
    margin-top: 20px;
    text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

form {
	font: 400 1em 'Roboto Condensed', serif !important;
}

form table {

	width: 100%;
}

form table input {
	width: 90%;
	padding: 20px 10px;
	color: #111;
	background: #fff;
	border:none;
	border-bottom: 1px solid #ccc;
}

form table textarea {
	width: 90%;
	padding: 20px 10px;
	color: #111;
	background: #fff;
	border:none;
	border-bottom: 1px solid #ccc;
}

#caption {
	width: 20%;
}

#floatie {
	font: 400 0.8em/1em 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	position: fixed;
	z-index: +999999;
	bottom: 0;
	right: 50px;
	width: 260px;
	height: 320px;
	margin-bottom: -280px;
	background: #00a4e4;
	border:5px solid transparent;
	border-bottom: none;
	border-radius: 30px 30px 3px 3px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#floatie strong {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: 900;
	display: block;
	text-transform: uppercase;
}

#floatie a {
	text-decoration: none;
	color: inherit;
}

#floatie:hover {
	margin-bottom: -25px;
}

.floatietitle {
	position: relative;
	width: 210px;
	padding: 10px 25px 20px;
	font-weight: 400; 
	font-size: 1.4em;
}

.livehelp {
	position: relative;
	width: 210px;
	padding: 25px;
	background: rgba(0,0,0,0.15);
	font-weight: 400;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; 
}

.textnow {
	position: relative;
	width: 210px;
	padding: 25px;
	background: rgba(0,0,0,0.18);
	font-weight: 400; 
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; 
}

.livehelp:hover, .textnow:hover {
	background: rgba(255,255,255,0.01);
}


/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: +999999999;
	background: url("img/preloader2.gif") center no-repeat #fff;
}


.os-animation{
  opacity: 0;
}
 
.os-animation.animated{
    opacity: 1;
}



/* FAQ */

.left_main {
	font-size: 1.5em;
	cursor:pointer;
	line-height:2em;
	background:#eee;
	padding: 5px 20px;
	border-top:1px solid #ddd;
}

.left_main i {
	color: #ccc;
}

.current.left_main{
	color: #00a4e4;
	background:#efefef;
}

.left_main:before {
	content:'\f055';
	font-size: 0.8em;
	font-family: Fontawesome;
	position: absolute;
	right: 20px;
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: transform 0.2s cubic-bezier(0,.01,.39,3);
	-moz-transition: transform 0.2s cubic-bezier(0,.01,.39,3);
	-ms-transition: transform 0.2s cubic-bezier(0,.01,.39,3);
	-o-transition: transform 0.2s cubic-bezier(0,.01,.39,3);
	transition: transform 0.2s cubic-bezier(0,.01,.39,3);
}

.current:before {
	color: #00a4e4;
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.left_main:after {
	font-size: 0.7em;
	content:'Read More';
	position: absolute;
	right: 60px;
	background: #eee;
}

.current:after {
	color: #00a4e4;
	content:'Close';
}




.left_main_drop {
	padding:40px 20px;
	margin-top:10px;
}

#boxes {
	font: 400 1.3em/1.5em 'Roboto Condensed', sans-serif;
	width: 100%;
}

.first {
	background: url('slides/4.jpg');/*img/long.jpg*/
	background-size: cover;
	margin: 70px 0 0;
}

.last {
	margin-top: 5px;
	background: url('img/long2.jpg');
	background-size: cover;
}

.box {
	position: relative;
	float: left;
	width:14.28%;
	height: 250px;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
}

.dark {
	background: rgba(0,0,0,0.65);
}

.boxdesc {
	font: 400 1.3em/1.2em 'Roboto Condensed', sans-serif;
	color: #fff;
	text-shadow:-1px 1px 0px rgba(0,0,0,0.3);
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: 40px;
	text-align: center;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.box:hover .boxdesc {
	opacity: 0;
	margin-left: 30px;
}

.boxdesc .fa {
	font-size: 0.5em;
	height: 24px;
	width: 24px;
	border:3px solid #fff;
	padding: 15px;
	border-radius: 60px;
	margin-bottom: 15px;
}

.readmoredesc {
	font: 400 0.7em/1.2em 'Roboto Condensed', sans-serif;
	color: #00334d;
	position: absolute;
	text-align: center;
	bottom: 150px;
	z-index: 3;
	opacity: 0; 
	width: 100%;
	margin-left: -30px;
	-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.box:hover .readmoredesc {
	opacity: 1; 
	margin-left: 0;
}

.box a {
	position: relative;
	z-index: 3;
	margin: 20px auto;
	text-align: center;
	color: #fff;
	line-height: 2em;
	width: 140px;
	border-radius: 100px;
	background: #00a4e4;
	display: block;
}

.box .readmore {
	position: absolute;
	z-index: 2;
	opacity: 0.95;
	width: 100%;
	height: 400px;
	background: #fff;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; 
}

.leftIn { top: 0; left: -100%; }
.box:hover .leftIn { left: 0; }
.rightIn { top: 0; right: -100%; }
.box:hover .rightIn { right: 0; }
.upIn { top: -400px; left: 0; }
.box:hover .upIn { top: 0; }
.downIn { bottom: -400px; left: 0; }
.box:hover .downIn { bottom: 0; }

.sitemap a {
	color: #00334d;
}

.sitemap a:hover {
	color: #00a4e4;
}


.one-third {
	vertical-align: top;
	display: inline-block;
	width: 30%;
	padding: 1%;
	line-height: 1.3
}

.one-half {
	vertical-align: top;
	display: inline-block;
	width: 25%;
	line-height: 1.3
}

.rightblock{
	margin-left:41%;
}
.slider-tx {
	background:rgba(0,0,0,0.4);
	color:#fff;
	padding:20px 30px;
	border-radius:10px;
}
.pc-left {
	float:left;
	margin:10px 10px 10px 0;
}
.pc-right {
	float:right;
	margin:10px 0 10px 20px;
}
.first-letter-color span {
    color: #f00 !important;
    font-weight: bold;
}