/*===== Common Class =====*/
 
body {
	padding:0  !important ;
	margin: 0   !important;
	font-family: 'titilliumregular';
	font-weight:normal;
	font-size:15px;
	height:100%;
}
html { 
	-webkit-font-smoothing: antialiased; 
	height:100%;
}
img{
	padding: 0;
	margin: 0;
	border: 0;
}
*{
	padding: 0;
	margin: 0;
	outline: none;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
a, a:hover {
	outline: none;
	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;
}
a:focus,select:focus{outline: none;}

a, input, button, textarea {
	outline: none !important;
}
:focus {
	outline: none;
}


/*===== Common Class =====*/
.float_none{
	float:none !important; 
}

.main_wrapper{ 
	width:100%; 
	float:left;
	overflow:hidden;
	position:relative;
}



/*=========================================*/
/* Bootstrap Class Overwrite */
/*=========================================*/
.navbar-toggle {
	border:0;
	margin:20px;
	padding:0;
	float:right;
	border-radius:0px;
}
.navbar-toggle:hover {
	background: none !important;
}
.navbar-toggle .icon-bar {
	height: 3px;
	background: #959595 !important;
}
.navbar-toggle:hover .icon-bar, 
.navbar-toggle:focus .icon-bar {
	background: #e83555 !important;
}
.navbar-toggle:focus {
	background: none !important;
}
.navbar{
	margin:0;
}
.navbar-inverse{
	background:none;
	border-radius:0;
	border:none;
}
 .navbar-nav a{
	font-family: 'titilliumbold';
 	color:#acacac;
	text-transform:uppercase;
	font-size:18px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	background:none;
	color:#59b5dd;
}
#navbar{
	text-align:center;
}
.navbar-nav{
	display:inline-block;
	margin:0 auto;
	float:none;
}
.nav > li {
	margin:10px;
}
.nav > li > a {
	padding:18px;
	text-align:center;
}
.nav > li > a:hover, .nav > li > a:focus {
	color:#59b5dd !important;
}

.center-block{
	float:none;
	margin:0 auto;
}

/*===== Button CSS =====*/


.nav > li > span.btn-blue {
    background: #59b5dd;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px!important;
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.nav > li > a.btn-blue:hover {
    background: #292929;
    color: #FFF;
}
/*=========================================*/
/* Main Header */
/*=========================================*/

#header{
	float:left;
	width:100%;
	position:relative;
}
.header_wrapper{
	width:100%;
	float:left;
	padding:0;
	position:relative;
}
.navbar-brand{
	width:auto;
	display:block;
	float:left; 
	height:50px;
	position:relative;
	margin-top:-15px;
} 
.navbar-brand img{ 
	width:80%;
}

/*=========================================*/
/* Main Banner */
/*=========================================*/
.banner_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.banner_wrapper img{
	width:100%;
}
.caption{
	position:absolute;
	width:100%;
	overflow:hidden;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	color:#fff;
	text-align:center;
}
.caption h3{
	font-family: 'titilliumthin';
	color:#fff;
	font-size:60px;
	line-height:57px;
	margin-bottom:20px;
}
.caption p{
	color:#fff;
	font-size:22px;
	line-height:14px;
	margin-bottom:30px;
}

/*=========================================*/
/* Button Style */
/*=========================================*/
.white-btn{
	border:3px solid #fff;
	color:#fff;
	padding:10px 20px;
	font-family: 'titilliumbold';
	font-size:20px;
	line-height:57px;
}
.white-btn:hover{
	background:#fff;
	color:#59b5dd;
}
/*=========================================*/
/* Main Content */
/*=========================================*/
.content-wrapper{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.title{
	float:left;
	width:100%;
	position:relative;
	background:#f7f7f7;
	padding:30px 0 30px;
	text-align:center;
}
.title h2{
	font-family: 'titilliumthin';
	color:#52afe3;
	line-height:57px;
	font-size:45px;
}

.title-content {
    text-align: center;
    width:100%;
    position:relative;
    padding:20px 0 0;
    background:#f7f7f7;
}

.title-content p{
    font-size:18px;
    line-height:38px;
    color:#5e5f5f;
    padding-bottom:20px;
}

.border-box{
    float:left;
    width:100%;
    position:relative;
    padding:20px 0 0;
    border-bottom: 3px dashed #dcdcdc;
}

.border-box label{
	color:#57b2db;
	font-family: 'titilliumbold';
	font-size:25px;
	line-height:44px;
	font-weight:normal;
	margin-bottom:30px;
}
.border-box p{
     font-size:18px;
     line-height:38px;
     color:#5e5f5f;
     padding-bottom:40px;
 }

.border-box p.big{
    font-size:46px;
    line-height:46px;
    color:#59b0e8;
    padding-bottom:40px;
}

.border-box p.question{
    font-family: 'titilliumbold';
    font-size:25px;
    line-height:38px;
    color:#59b0e8;
    padding-bottom:10px;
}

.border-box ul{
	font-size:18px;
	line-height:30px;
	color:#5e5f5f;
	float:left;
	padding-bottom:20px;
}
.border-box ul span{
	width:100%;
	padding-bottom:20px;
	float:left;
}
.border-box ul li{
	width:50%;
	float:left;
	position:relative;
	list-style-position:inside;
	padding-left:30px;
}
.border-box ul li:after{
	content:'';
	position:absolute;
	left:0;
	display:inline-block;
	width:6px;
	height:6px;
	background:#5e6060;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);;
}

.border-box label span img {
    float: left;
    margin-right: 25px;
}
/*=========================================*/
/* Main Footer */

/*=========================================*/
#footer{
	float:left;
	width:100%;
}
.footer_wrapper{
	width:100%; 
	float:left;
	padding:30px 0;
	border-bottom:3px solid #53b2e1;
	text-align:center;
}
.footer_wrapper span{
	color:#52afe3;
	font-size:20px;
	line-height:30px;
}
.footer_wrapper p{
	font-size:16px;
	line-height:38px;
	color:#848686;
}
.footer_wrapper p.small{
	font-size:14px;
	line-height:25px;
	color:#848686;
}
.footer_wrapper p.small a{color:#848686;}


/* Contact Page  */
.form { color:#333; display:table-cell; padding-bottom: 30px;}
#emailus {margin:15px 0px;}
#emailus #prevent { visibility:hidden; display:none; height:0px!important; margin:0!important; }
#emailus label { float:left; font-family:"titilliumregular"; font-size:16px;  color:#909090; font-weight: 300; font-style: normal; line-height: 1.2; margin-bottom: 10px; }
#emailus input[type='radio'] { float:left; margin:5px; }
#emailus input[type='text'] { float:left; color:#909090;  width:100%;  color:#909090; font-weight: 300; font-style: normal; margin-bottom:20px; border:2px solid #CCC; padding:10px 10px; font-size:16px; font-style:italic;}
#emailus textarea { float:left; color: #909090;  height:120px; resize:none; width:100%; font-family:"titilliumregular"; font-size:16px;  margin-bottom:20px; padding:10px; border:2px solid #CCC;  font-style:italic;  margin-bottom:10px;}
#emailus fieldset {border:none; }
#emailus input[type='submit'] {float:left; cursor:pointer; width:90px; padding:5px 10px;border:2px solid #53b2e1; font-family:"titilliumregular"; color: #FFF; font-size:15px; background:#53b2e1;  margin-top:10px; }

.contact { text-align: center }
.contact .logo { margin-top: 30px; margin-bottom: 20px; }
.contact .address, .phone { font-family:"titilliumregular"; font-size:16px;  color:#909090; font-weight: 300; line-height: 1.8; }
.contact .info { margin-bottom: 20px; }

.success p {text-align: center; font-size: 30px; margin-bottom: 30px; color: #909090; }
iframe#iFrameResizer0 {
    top: 80px!important;
}
/* End Contact */