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;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

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

h1,h2,h3,h4 {  
     font-family: 'Bitter', serif;
}

h1, h2 {
    font-size:36px;
    font-weight:700;
    color:#01a394;
    margin-bottom:30px;
}

h4 {
    font-size:24px;
    font-weight:700;
}

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

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

a:hover  {
	color:#666;
}

p {
   font-size:18px;
   color:#666;
   line-height:28px;
   font-family: 'Muli', sans-serif;
   font-weight:400;
}

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

#main h1 {
	font-family: 'Bitter', serif;
	font-size:40px;
	color:#01a394;
	font-weight:700;
	margin-bottom:15px;
	letter-spacing:normal;
}

#main h1:before,
#main h1:after { 
    background-color: #d2d2d2;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 16%;
}

#main h1:before {
    right: 0.5em;
    margin-left: -50%;
}
#main h1:after{
    left: 0.5em;
    margin-right: -50%;
}

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

.top-holder.sticky {
   background-color:rgba(1,163,148,.9);
   box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
   position: fixed;
}


.menu-holder {
    margin-top: 20px;
}

.logo {
	float:left;
	display:block;
	margin:3px 0px;
	z-index:5;
	font-family: 'Bitter', serif;
	color:#fff;
	font-size:20px;
	transition: all .3s ease-in-out;
}

.logo img {
	width:120px;
}

.about-section {
    float:left;
    display:block;
    width:100%;
    background-color: #fff;
    padding:60px 0px;
	margin-top:2px;
	border-top: solid 3px #135a86;
}

.page-section {
    float:left;
    display: block;
	flex-direction: column;	
    width:100%;
    padding:30px 0px;
}

.page-section h3, .about-section h3 {
	text-transform:uppercase; 
	font-weight:400; 
	font-size:26px; 
	color:#a0a0a0;
	line-height:42px;
}

.page-section h4, .about-section h4 {
	text-transform:uppercase; 
	font-weight:700; 
	font-size:26px; 
	color:#135a86;
    padding-bottom: 20px;
}

.page-cta {
   float:left;
   display:block;
   width:100%;
   background:#135a86 url(../images/cta-shadow.png) bottom center no-repeat;
   padding:30px 0px;
}

.page-cta span {
   color:#fff;
   font-family: 'Bitter', serif;
   font-weight:700;
   font-size:25px;
}

.page-section .part {
	display: inline-block;
	float:left;
	width:50%;
    height: 450px;
	padding: 50px 80px;
}	

.page-list ul {
  list-style: none;
  padding: 0;
}

.page-list li {
  padding-left: .7em;
  font-size:18px;
  color:#666;
  line-height:28px;
  font-family: 'Muli', sans-serif;
  font-weight:400;
}

.page-list li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -.9em; /* same as padding-left set on li */
  width: .7em; /* same as padding-left set on li */
  color:#135a86;
  font-size:14px;
}


.page-list-01 ul {
  list-style: none;
  padding: 0;
}

.page-list-01 li {
  padding-left: .7em;
  font-size:24px;
  color:#666;
  line-height:32px;
  font-family: 'Muli', sans-serif;
  font-weight:400;
}

.page-list-01 li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -.9em; /* same as padding-left set on li */
  width: .7em; /* same as padding-left set on li */
  color:#135a86;
  font-size:16px;
}


.reviews-section {
    float:left;
    display:block;
    width:100%;
    background: #5f5f5f url(../images/overlay.png) top center repeat;
    padding:40px 0px;
    min-height:280px;
	position:relative;
}

.reviews-section .shadow {
    position:absolute;
	width:100%;
	height:50px;
	background:url(../images/reviews-shadow.png) top center no-repeat;
	top:0px;
	left:0px;
	z-index:1;
}

.reviews-section h2 {
	font-family: 'Bitter', serif;
	font-size:30px;
	color:#fff;
	font-weight:700;
	margin-bottom:15px;
	letter-spacing:normal;
}

.reviews-section h2:before,
.reviews-section h2:after { 
    background-color:rgba(255,255,255,.4);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 16%;
}

.reviews-section h2:before {
    right: 0.5em;
    margin-left: -50%;
}
.reviews-section h2:after{
    left: 0.5em;
    margin-right: -50%;
}

.reviews-section p {
   font-family: 'Muli', sans-serif;
   font-size:22px;
   font-weight: 300 !important;
   color:#fff !important;
   font-style:italic;
}

.reviews-section span {
   font-family: 'Muli', sans-serif;
   font-family:24px;
   font-weight:700 !important;
   color:#fff !important;
}

.footer {
  float:left;
  display:block;
  width:100%;
  background:#fff;
  border-top: solid 7px #d0d0d0;
  padding-top:60px;
  padding-bottom:20px;
  position:relative;
}

.footer p {
  font-size:16px;
  line-height:26px;
}

.footer h3 {
  font-family: 'Roboto Slab', serif !important;
  font-size:18px;
  line-height:22px;
  color:#135a86;
  font-weight:700;
  text-transform:uppercase;
}

.bottom-menu {
    width: 200px;
}

.bottom-menu a {
    font-family: 'Muli', sans-serif;
	font-size:16px;
    color: #666;
	font-weight:500; 
    display: block;
	padding-bottom:5px;
    padding-left:0px;
	letter-spacing:normal;
    text-decoration: none;	
	transition: all .3s ease-in-out;
}

.bottom-menu a:hover {
    color: #01a394;
}

.bottom-menu a:before {
  content: " - "; 
  display: inline-block;
  width: .7em; 
  color:#01a394;
  font-size:16px;
}

.social-holder {
   float:left;
   display:block;
   width:68%;
   margin-left:32%;
}

.social-icon {
	float:left;
	display:inline-block;
	width:32px;
	height:32px;
	padding:6px 8px;
	text-align:center;
	border-radius:50%;
	background:#b7b7b7;
	color: #fff !important;
	font-weight:400;
	font-size:16px;
	cursor:pointer;
	margin-right:10px;
	margin-top:-3px;	
	transition: all 0.5s;
	text-decoration:none;
}

.social-icon:hover {
	background: #01a394;
	color: #fff !important;
}

.pd-left {
	padding-left:0px !important;
}

.pd-right {
	padding-right:0px !important;
}

.pd-top {
	padding-top:80px;
}

.copyright {
   float:left;
   display:block;
   width:100%;
   font-family: 'Muli', sans-serif;
   font-size:11px;
   line-height:22px;
   letter-spacing: normal;
   color:#999;
   padding-top:45px;
}

.page-banner {
    float: left;
    display: block;
    width: 100%;
    height: 120px;
    background: url(../images/top.jpg) top center no-repeat;
    padding-top: 40px;
}

#main .page-banner h1 {
	font-family: 'Bitter', serif;
	font-size:30px;
	color:#333;
	font-weight:700;
	letter-spacing:normal;
}

.logos {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
     filter: grayscale(100%);
	 opacity: .5;
	 transition: all 0.5s;
}

.logos:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
     filter: grayscale(0%);
	 opacity: 1;
}

.mb {
	margin-bottom:15px;
}

.line {
	float:left;
	display:block;
	width:100%;
	height:1px;
	margin:35px 0px;
}

.mycard {
	width:100%;
	float:left;
	display:block;
	background-color:#eaeaea;
	margin-bottom:25px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.outer {
   position: relative;
   height: 275px;
}

.inner {
   position: relative;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   padding: 20px;
}

.image-holder {
	margin-top:-20px;
	margin-left:-20px;
	box-shadow: 30px 30px 0px rgba(0,0,0,.15);
}

#cloud-scroll {
	background:url(../images/cloud-01.png) repeat-x;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    -webkit-animation: 900000s backgroundScroll infinite linear;
    -moz-animation: 900000s backgroundScroll infinite linear;
    -o-animation: 900000s backgroundScroll infinite linear;
    -ms-animation: 900000s backgroundScroll infinite linear;
    animation: 900000s backgroundScroll infinite linear;
}
  
@-webkit-keyframes backgroundScroll {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -99999999px 0;
    }
}
  
@keyframes backgroundScroll {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -99999999px 0;
    }
}

.roll {
	transition: all .3s ease-in-out;
	box-shadow:0px 0px 25px rgba(0,0,0,0.25);
}

.roll:hover {
	transform: scale(.95);
}


/*-- Forms --*/
.form input[type=text], .form input[type=email], .form textarea {
   float:left;
   display:block;
   width:100%;
   padding:8px;
   font-size:16px;
   font-family: 'Muli', sans-serif;
   border: solid 1px #ddd;
   margin: 5px 0px;
   border-radius:4px;
   outline:none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bebebe;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bebebe;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bebebe;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bebebe;
}

.feature.map {
  height:350px; 
  border-top: solid 3px #d0d0d0; 
}

.feature.map iframe {
    height:100%;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
  
 .note {
  position: relative;
  width: 100%;
  padding: 1em 1.5em;
  margin: 1.2em auto;
  color: #fff;
  background: #f3f3f3;
  overflow: hidden;
}

.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #ccc #ccc;
  background: #658E15;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.note.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.note.rounded:before {
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
} 
  




/*================================================== 
     Slideshow
 ================================================== */ 
#main-slide .item .overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:url(../images/dot.gif) top left repeat;    
    opacity: .1;
	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: 4;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#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:4;
	 top:35%;
}

#main-slide .slider-content h2{
	font-size: 50px;
    color: #fff;	
	font-family: 'Bitter', serif;
	line-height:65px;	
	font-weight:700;
	text-shadow: 0px 0px 12px #000;
	letter-spacing:normal;
}

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

.slider.btn{
   font-size:18px;
   font-weight:500;
   font-family: 'Bitter', serif;
   color:#fff;
   padding: 8px 22px;
   text-decoration:none;
   background-color:#135a86;
   border-radius:30px;
   text-transform:uppercase;
}

.slider.btn:hover{
   background-color:#333;
   text-decoration:none;
   color:#fff;
}

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

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

.carousel-control {
	top:35% !important;
}


/*-- 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;
}


