@import url("jquery.fancybox.css");
@import url("font-awesome.css");


html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  color: #333333;
}
a:-webkit-any-link {
  text-decoration: none;
  
  -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
a:hover {
  color: #5db1bd;
}
.top {
  padding-top: 25px;
}
.bottom {
  padding-bottom: 25px;
}
.light {
  font-weight: 300;
  line-height: 1.4em;
}
.nolink-white { color: #ffffff; text-decoration: none; }
.nolink-white:hover { color: #ffffff; }
.max {
  max-width: 980px;
}
.call a {
  color: #333333;
  text-decoration: none;
}
.call a:hover {
  text-decoration: none;
}
.logo {
  margin: 0 auto;
}
.blue {
  color: #5db1bd;
}
.bold {
  font-weight: bold;
}
.header {
  width: 100%;
  height: 40px;
  background: #5db1bd;
}
.header span{
  margin-top: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  max-width: 980px;
  margin: 0 auto;
  line-height: 40px;
  display: block;
}
.page-header {
  border: 0px !important;
}
.logo {
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}
.btn-blue {
  background: #5db1bd;
  border: 0px;
  -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.btn-blue:hover {
  background: #2f8691;
  border: 0px;
}

.menu {
  margin-top: 30px;
  height: 45px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.menu ul {
  list-style: none;
  text-align: center;
  margin-top: -27px;
}
.menu li {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  padding: 12px;
  font-weight: 300;
}
.menu li a {
  -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.menu li a:hover {
  color: #5db1bd;
}
.menu li a.active {
  color: #5db1bd;
}

.carousel {
  border: 0px;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 5%;
font-size: 20px;
color: #fff;
text-align: center;
}
.carousel-control.left, .carousel-control.right {
background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0) 0),color-stop(rgba(0,0,0,.0) 100%));
background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0) 100%);
background-repeat: repeat-x;
}
a.carousel-control.left, a.carousel-control.right {
  font-size: 60px;
  top: 10%;
}
.carousel-caption {
  font-size: 18px;
  bottom: -10px;
  text-shadow: 0 0px 0px rgba(0,0,0,.0);
}

.heading {
  font-size: 18px;
  display: block;
  padding-bottom: 6px;
}

.press {
  height: 1px; 
  background-color: #ddd; 
  text-align: center;
}
.press span {
  background-color: white; 
  position: relative; 
  top: -0.7em; 
  text-align: center; 
  font-size: 24px;
  padding: 0px 20px 0px 20px;
}

.list ul {
  padding:0;
  margin:0;
}

.list li { 
  color:#5db1bd;
  list-style-type: square;
}
.list li span {
  color: #333;
}

.levels {
  max-width: 980px;
  margin: 0 auto;
}

.footer {
  height: 100%;
  border-top: 6px solid #ddd;
  background: #555;
  color: #ddd;
  font-size: 13px;
}
.footer-bottom {
  height: 100%;
  border-top: 1px solid #888;
  background: #333;
  color: #ddd;
  font-size: 13px;
}
.footer-bottom p {
  font-weight: 300;
  line-height: 40px;
  margin-top: 9px;
}
.footer a {
  color: #ddd;
  font-size: 13px;
}
.footer a:hover {
  color: #5db1bd;
}
.scrollToTop {
  width: 40px; 
  height: 30px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 0px;
  right: 40px;
  display: none;
  background: #333;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
}
.scrollToTop i {
  color: #fff;
  font-size: 34px;
}
.scrollToTop:hover {
  text-decoration: none;
}

#map{
  width: 100%;
  margin: 0 auto;
  height: 350px;
  margin-bottom: 20px;
}

.form-control {
background: #fbfcfc;
border-color: #dde1e1;
border-top-color: #dde1e1;
color: #333333;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
height: 38px;
display: inline-block;
padding: 8px 11px 9px;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: 600;
}
textarea {
min-height: 94px;
resize: vertical;
-webkit-appearance: textarea;
background-color: white;
border: 1px solid;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
flex-direction: column;
resize: auto;
cursor: auto;
padding: 2px;
white-space: pre-wrap;
word-wrap: break-word;
}
.form-control-comments {
  margin-left: 14px;
  width: 97%;
}
#form-messages {
  padding-left: 15px;
}
.txtlabel {
  margin-left: 14px;
}
.btn02 {
display: inline-block;
padding: 9px 14px 9px;
border: 1px solid transparent;
line-height: 18px;
font-size: 14px;
vertical-align: middle;
text-align: left;
outline: none;
cursor: pointer;
white-space: normal;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
transition: all 0.3s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.btn-base {
background: #5db1bd;
border: 1px solid #388e99;
color: #fff !important;
-webkit-box-shadow: inset 0 1px 0 #73c6d1;
-moz-box-shadow: inset 0 1px 0 #73c6d1;
box-shadow: inset 0 1px 0 #73c6d1;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
margin-left: 14px;
}
.btn-base:hover {
background: #388e99;
-webkit-box-shadow: inset 0 1px 0 #388e99;
-moz-box-shadow: inset 0 1px 0 #388e99;
box-shadow: inset 0 1px 0 #388e99;
}
.icon-right {
  padding-left: 20px;
}

#cssmenu {
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  zoom: 1;

}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #ffffff url('caret.png') no-repeat;
  background-position: 90% 195%;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 14px 11px 14px;
  text-decoration: none;
  color: #333333;
  text-shadow: 0px 1px 0px #fff;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  color: #5db1bd;
 
}
@media (max-width: 768px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #ffffff;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}
.fontSize {
  float: right;
  margin-top: -40px;
}
.increaseFont, .decreaseFont {
  background-color: #333;
  border:0px;
  cursor: pointer;
  outline: none;
}

.center {
  display: block;
  margin: 0 auto;
}

input[name="interested"] {
	display: none;
}

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item p { text-align: center; }

.item small { text-align: center; }

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.contact { display: none; position: fixed; top: 10px; right: 10px; z-index: 99999; padding: 8px 10px 8px 10px; text-align: center; background-color: #fc671f; }
.contact a { color: #ffffff; font-size: 14px; text-transform: uppercase; text-decoration: none; font-weight: 600; }
.contact a:hover { color: #121212; }

.contact-new { max-width: 650px; display: block; margin: 0 auto; padding: 30px 20px 30px 20px; text-align: center; background-color: #fc671f; }
.contact-new a { color: #ffffff; font-size: 24px; text-transform: uppercase; text-decoration: none; font-weight: 600; }
.contact-new a:hover { color: #121212; }
