html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width:100% !important;
	height:auto;
}



@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');


@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.woff2') format('woff2'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:.06em;
	overflow-x:hidden;
	-webkit-text-size-adjust: none;
}

img {
	max-width:100%;
	height:auto;
}

a {
	text-decoration:none;
	color:#01527e;
	transition: all .3s ease-in-out;
}

a:hover  {
	color:#01a394;
}

#main {
	position:relative;
	width:100%;
}

.top-holder {
	position:absolute;
	width:100%;
	height:105px;
	top:0px;
	z-index:2;
	transition: all .3s ease-in-out;
	padding-top:30px;
}

.top-holder.sticky {
	position:fixed;
	width:100%;
	height:57px;
	top:0px;
	z-index:2;
	transition: all .3s ease-in-out;
	padding-top:10px;
	background:rgba(0,74,141,.9);
}


.logo {
	position:absolute;
	width:199px;
	height:95px;
	background:url(../images/logo.png) center center no-repeat;
	top:5px;
	z-index:5;
	transition: all .3s ease-in-out;
}

.logo.sticky {
	position:fixed;
	width:113px;
	height:54px;
	background:url(../images/logo-small.png) center center no-repeat;
	top:2px;
	z-index:5;
	transition: all .3s ease-in-out;
}


.phone-number-holder {
    position:absolute;	
	width:100%;
	height:24px;
	font-size:12px;
	font-weight:900;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	background:rgba(0,0,0,.3);
	z-index:3;
	padding-top:3px;
	text-align:right;
}

.phone-number-holder.sticky {
    position:fixed;	
}


.mobile-buttons {
    display:none;
}


.menu-holder {
	float:left;
	display:block;
	width:100%;
	margin-top:10px;
	transition: all .3s ease-in-out;
}

.cta-box {
   float:left;
   display:block;
   width:100%;
   height:73px;
   background:#29587b;
   padding-top:13px;
} 

.cta-box  h2{
   font-family: 'Open Sans', sans-serif;
   font-size:36px;
   color:#fff;
   text-shadow:1px 1px 1px #000;
}  

.cta-mt {
   margin-top:10px;
}

.form-holder {
  width:100%;
  float:left;
  display:block;
  margin-top:30px;
  }

.b-holder {
  float:left;
  display:block;
  margin-bottom:15px;
}


/*-- Form --*/
input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 6px 0;
	border-radius: 5px;
	border: solid 1px #ccc;
	color:#4986ba;
	font-family: 'Open Sans', sans-serif;
	outline:none;
}


textarea {
	display:block;
    padding: 12px 12px;
    margin: 6px 0;
	border-radius: 5px;
	border: solid 1px #ccc;
	color:#4986ba;
	font-family: 'Open Sans', sans-serif !important;
	outline:none;
	width: 100%;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #078acd;
    border: none;
	border-radius: 3px;
    color: white;
    padding: 8px 15px 8px 15px;;
    text-decoration: none;
    margin: 0px;
    cursor: pointer;
}


.page-image-holder-r {
    float:right;
	display:block;
	position:relative;
	width:300px;
	margin-left:15px;
	margin-bottom:15px;
	padding:3px;
	border: solid 1px #999;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.page-image-holder-l {
    float:left;
	display:block;
	width:300px;
	margin-left:15px;
	margin-bottom:15px;
}


#effect {
  position: relative;
  width:300px;
  height:auto;
  float:right;
  margin-left:15px;
  padding:3px;
  border: solid 1px #ccc;
  background:#fff;
}

#effect:after, #effect:before {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 12px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7); 
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);			   

}

#effect:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}



#effect-01 {
  position: relative;
  width:300px;
  height:auto;
  float:left;
  margin-right:15px;
  padding:3px;
  border: solid 1px #ccc;
  background:#fff;
}

#effect-01:after, #effect-01:before {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 12px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7); 
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);			   

}

#effect-01:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}






.page-content {
    float:left;
	display:block;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
}

.page-content-01 {
    float:left;
	display:block;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	border-top: solid 3px #00af9f;
	border-bottom: solid 2px #004a8d;
	background:url(../images/page-bg.jpg) top center no-repeat;
	margin-top: 2px;
	margin-bottom: 1px;
}

.page-content h1, .page-content-01 h1 {
   font-family: 'Yellowtail', cursive;
   font-size:65px;
   color:#004a8d;
   text-shadow: 1px 1px 1px #fff;
}


.page-content h2, .page-content-01 h2 {
   font-family: 'Yellowtail', cursive;
   font-size:72px;
   color:#004a8d;
}


.page-content h3, .page-content-01 h3 {
   font-family: 'Yellowtail', cursive;
   font-size:40px;
   color:#004a8d;
   text-shadow: 1px 1px 1px #fff;
}

.page-content h4, .page-content-01 h4 {
   font-family: 'texgyreadventorregular';
   font-size:24px;
   color:#004a8d;
   text-shadow: 1px 1px 1px #fff;
}


.page-content-01 h5 {
   font-family: 'Yellowtail', cursive;
   font-size:50px;
   color:#004a8d;
   text-shadow: 1px 1px 1px #fff;
   overflow: hidden;
   text-align: center;
}


.page-content-01 h5:before,
.page-content-01 h5:after {
 background-color: #004a8d;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.page-content-01 h5:before {
 right: 0.5em;
 margin-left: -50%;
}
.page-content-01 h5:after {
 left: 0.5em;
 margin-right: -50%;
}







.page-content p {
   font-size:24px;
   color:#090909;
}

.page-content-01 p {
   font-size:18px;
   color:#666;
   font-weight:400;
   text-shadow: 1px 1px 1px #fff;
}

.page-content ul, .page-content-01 ul {
   font-size:18px;
   line-height:40px;
   padding-top:65px;
}

.page-content li, .page-content-01 li {
   list-style-image:url(../images/check.png);
   list-style-position:outside;
   margin-left:25px;
   padding:0px;
}






.collage-holder {
  float:left;
  display:block;
  width:100%;
}

.testimonials-holder {
  float:left;
  display:block;
  width:100%;
  background:url(../images/testimonials-bg.jpg) top center no-repeat;
  padding-top:30px;
  padding-bottom:30px;  
}

.testimonials-holder p {
  font-size:28px;
  color:#666;
  text-shadow:1px 1px 1px #fff;
  font-style:italic;
  font-weight:600;
  font-family: 'Open Sans', sans-serif;
}


.testimonials-holder h2 {
   font-family: 'Yellowtail', cursive;
   font-size:80px;
   color:#004a8d;  
}

.bottom-cta {
  float:left;
  display:block;
  width:100%;
  background:#002546;
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size:18px;
  text-shadow:1px 1px 1px #000;
  padding-top:30px;
  padding-bottom:30px;
}

.bottom-cta span {
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size:24px;
  font-weight:300;
}

.footer-holder {
  float:left;
  display:block;
  width:100%;
  padding-top:30px;
  padding-bottom:10px;
}

.footer-holder p {
  font-family: 'Open Sans', sans-serif;
  color:#999;
  font-size:14px;
  font-weight:500;
}

.footer-holder h3 {
  font-family: 'Open Sans', sans-serif;
  color:#999;
  font-size:16px;
  font-weight:700;
}

.footer-logos {
  float:left;
  display:inline-block;
  width:50%;
}

.mt20 {
  margin-top:25px;
}


.social-icon {
	float:left;
	display:inline-block;
	width:30px;
	height:30px;
	padding:6px 5px;
	text-align:center;
	border-radius:50px;
	background: rgba(153,153,153,1);
	color: #fff !important;
	font-weight:400;
	font-size:14px;
	cursor:pointer;
	margin-right:10px;	
	transition: all 0.5s;
	margin-top:10px;
	text-decoration:none;
}

.social-icon:hover {
	background: rgba(153,153,153,.5);
	color: #fff !important;
}

.mobile-menu-holder {
	display:none;
}

.line {
	float:left; 
	display:block; 
	width:100%; 
	height:1px; 
	background-color:#dadada;
	margin-top:20px;
	margin-bottom:30px;
}

.move {
   opacity:1;
   transition: all 0.5s;
}

.move:hover {
   opacity:1;
   margin-top:-8px;
}

.roll {
   opacity:1;
   transition: all 0.5s;
}

.roll:hover {
   opacity:.7;
}

.roll-01 {
   opacity:1;
   transition: all 0.5s;
}

.roll-01:hover {
   opacity:1;
   margin-left:6px;
}


.bottom-menu {
    width: 100%;
}

.bottom-menu a {
    font-family: 'Open Sans', sans-serif;
	font-size:14px;
    color: #999;
	font-weight:500; 
    display: block;
    padding-left:0px;
	padding-bottom:6px;
    text-decoration: none;
	transition: all .3s ease-in-out;
}

.bottom-menu a:hover {
    color: #01527e;
	margin-left:6px;
}

.photos {
   padding:2px;
   border: solid 1px #ccc;
   margin-bottom:25px;
   box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
}

.copyrights {
  float:left;
  display:block;
  width:100%;
  padding: 10px 0px;
  font-size:12px;
  border-top: solid 1px #dadada;
  color:#666;
}





/*================================================== 
     Slideshow
 ================================================== */


.slide-holder {
	float:left;
	display:block;
	width:100%;
	z-index:1;
}

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .carousel-indicators {
	bottom: 0px;
	width:100%;
	text-align:center;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #b4b4b4 !important;
	margin: 1px !important;
	display:inline-block;
	float:none;
	cursor:pointer;
	border-radius:50%;
}

.carousel-indicators li.active{
	background:#09aed7;
	border: 2px solid #09aed7 !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
	border-radius: 50px;	
}

#main-slide .carousel-control .fa-angle-left{
	left: 15px;
}

#main-slide .carousel-control .fa-angle-right{
	right: 15px;
}

#main-slide .carousel-control i{
	background: rgba(255,255,255,.6);
	color: #23439c;
	line-height: 32px;
	font-size: 24px;
	padding: 10px 22px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#main-slide .slider-content  {
     position:absolute;
	 width:90%;
	 margin-left:5%;
	 margin-right:5%;
	 z-index:1;
	 top:19%;
}

#main-slide .slider-content h2{
	font-size: 60px;
    color: #7ed4cc;	
	text-shadow:1px 1px 15px #000, 1px 1px 15px #666;
	font-family: 'Open Sans', sans-serif;
	line-height:normal;	
	font-weight:700;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content h3{
	font-size: 27px;
	font-weight: 600;
    color: #555;
	text-shadow:1px 1px 15px #000, 1px 1px 15px #666;
	font-family: 'Open Sans', sans-serif;
	line-height:normal;	
}


.slider.btn{
	padding: 10px 40px;
	margin-top: 40px;
	font-size: 20px;
	border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: #23439c;
	color: #fff;
}

.slider.btn.btn-default:hover{
	background: #333;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}


/*-- Animation --*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}

