@import url(../stylesheets/bootstrap.css);
*:focus {
  outline: 0; }

html {
  overflow-x: hidden;
}
@media (min-width: 992px) {

.col-md-2-plan {
	width: 20%;
	padding-left:0px;
	padding-right:7px;
}
}
h3 {    
  font-family: "proxima-nova-soft-1", "proxima-nova-soft-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  text-align: center;

}

h4 {
    font-family: "proxima-nova-soft-1", "proxima-nova-soft-2", "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 30px;
  color: #70CBF5; 
}

h6 {
    font-family: "proxima-nova-soft-1", "proxima-nova-soft-2", "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 45px;
  color: #70CBF5; 
}


p {
  font-size: 18px;
}

body {
  overflow-x: hidden;
  font-family:'proxima-nova-1', 'proxima-nova-2', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;

}

#tabs {
    top: -60px;
    position:relative;
}

.odometer .odometer-inside:before {
    content: "$"
}

.odometer-inside {
  font-family: "proxima-nova-soft-1", "proxima-nova-soft-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-inverse .navbar-nav > li > span > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #74C544;
}

.navbar-collapse {
border-top: 0px solid transparent;
}

.navbar-inverse {
background-color: #97CBD3;
border-color: #080808;
}

#sky {
  position: absolute;
  top:0px; 
  width:100%;
  height: 270px;
  background-color: #97CBD3;
  padding-top: 70px;
  z-index: 1;
  background-image: linear-gradient(#97CBD3, #fff6e4);
}

.highlight {
  background: #fff6dd;
  -webkit-box-shadow: 0 0 3px 3px #fff6dd;
  -moz-box-shadow: 0 0 3px 3px #fff6dd;
  box-shadow: 0 0 3px 3px #fff6dd;
  color: #000;
}

.main-logo {
  margin-top:180px;
    -webkit-perspective: 1000px;
}

.main-logo-image {
    z-index: 5;

}

.main-logo-ripples {
 -ms-transform: rotateX(55deg); /* IE 9 */
 -webkit-transform: rotateX(55deg); /* Safari and Chrome */
 -o-transform: rotateX(55deg); /* Opera */
 -moz-transform: rotateX(55deg); /* Firefox */
 transform: rotateX(55deg); /* Firefox */

  z-index: 5;

}


.water {
  position: absolute;
  top: 395px;
  right: 50%;
  width: 1px;
  height: 1px;
  z-index: 0;
}

.water div {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.5);
  width: 500px;
  height: 500px;
  top: -250px;
  left: -250px;
  opacity: 0;
  -webkit-animation-name: water;
  -moz-animation-name: water;
  -o-animation-name: water;
  animation-name: water;

  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;

  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -webkit-transform: scale(.3, .3);
  -moz-transform: scale(.3, .3);
  -o-transform: scale(.3, .3);  
  transform: scale(.3, .3);

  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;

}

@-webkit-keyframes water {
  0% {
    opacity: 1;
    -webkit-transform: scale(.3, .3);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: scale(.8, .8);
  }
}
/* maybe later. broken in firefox, which can't figure out how to tween to 0, apparently.
@keyframes water {
  0% {
    opacity: 1;
    transform: scale(.3, .3);
  }
  
  100% {
    opacity: 0;
    transform: scale(.8, .8);
  }
}*/

.container-home-page {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.rounded-bottom {
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  height:25px;
  background-color: #70C4DC;
  position: relative;
  top: -60px;
  width: auto;
  margin-left: -50px;
  margin-right: -50px;
  box-shadow: inset 0 -2px 3px -2px rgba(0,0,0,0.4);
}

.button {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 13px 32px;
  font-weight: 400;
  font-size: 17px;
  color: #fff !important;
  text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
  border: 0px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0) 0px 1px 3px -1px;
  background-color: #45A142;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .button:hover {
    color: #fff;
    text-decoration: none; }
  .button:active {
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29); }





 
  
.navbar.hero {
  margin: 0px;
  border-radius: 0px;
  border: 0px;
  z-index: 999;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 768px) {
    .navbar.hero {
      background: transparent;
      padding-top: 10px; }
      .navbar.hero .navbar-nav > .active > a {
        background: transparent;
        color: #fff; } }
  .navbar.hero .navbar-brand {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    font-family: "Lato", "Helvetica Neue", Arial; }
  .navbar.hero .navbar-nav > li.dropdown > a .caret {
    border-top-color: #EBEBEB; }
  .navbar.hero .navbar-nav > li > a {
    color: #000;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 500;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .navbar.hero .navbar-nav > li > a:hover {
      color: #fff; }
  .navbar.hero .navbar-nav > li.open > a {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px 4px 0 0; }
  @media (max-width: 767px) {
    .navbar.hero .navbar-nav > li.open ul.dropdown-menu a {
      color: #fff;
      padding: 12px 18px 12px 30px; } }
  .navbar.hero .navbar-nav > li ul.dropdown-menu {
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: none;
    padding: 5px 0 8px 0;
    border-radius: 4px 0 4px 4px;
    border: 0px; }
    .navbar.hero .navbar-nav > li ul.dropdown-menu li a {
      color: #fff;
      padding: 10px 18px;
      font-size: 15px; }
      .navbar.hero .navbar-nav > li ul.dropdown-menu li a:hover {
        color: #e9e9e9;
        background: none; }


#footer {
  background: #414B5B;
  margin-top: 120px;
  padding-top: 47px;
  padding-bottom: 35px;
  -webkit-font-smoothing: antialiased; }
  #footer .copyright {
    color: #B5C5CF;
    font-size: 14px;
    font-weight: 500; }
    @media (max-width: 991px) {
      #footer .copyright {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #footer .copyright {
        text-align: center; } }
  @media (max-width: 767px) {
    #footer .menu {
      text-align: center;
      margin-top: 40px; } }
  #footer .menu ul {
    list-style-type: none;
    padding: 0; }
    #footer .menu ul li {
      display: inline-block; }
      #footer .menu ul li.active a {
        color: #fff; }
      #footer .menu ul li a {
        color: #ccc;
        padding: 15px 17px;
        font-weight: 500;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        #footer .menu ul li a:hover {
          color: #fff;
          text-decoration: none; }
        @media (max-width: 991px) {
          #footer .menu ul li a {
            padding: 15px 17px 15px 0px; } }
  



#testimonials {
  margin-top: 90px;
  -webkit-font-smoothing: antialiased; }
  #testimonials .header {
    text-align: center; }
    #testimonials .header h3 {
      font-family: "Lato", "Helvetica Neue", Arial;
      font-size: 23px;
      color: #656565;
      line-height: 25px;
      margin-bottom: 45px; }
  #testimonials .testimonial {
    width: 90%; }
    @media (max-width: 767px) {
      #testimonials .testimonial {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 45px; } }
    #testimonials .testimonial .quote {
      font-size: 16px;
      color: #3D3D3D;
      line-height: 24px;
      border: 1px solid #E2E2E2;
      padding: 12px 22px;
      border-radius: 6px;
      width: 90%;
      position: relative; }
      @media (max-width: 767px) {
        #testimonials .testimonial .quote {
          margin: 0 auto; } }
      
       
    

 #clients {
  background: #5E7A9B;
  background: radial-gradient(#36414e, #253241);
  padding: 65px 0 80px;
  text-align: center; }
  #clients h3 {
    color: #FFF;
    margin-top: 0;
    font-family: "Lato", "Helvetica Neue", Arial;
    font-weight: 300;
    font-size: 35px;
    letter-spacing: .3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
#clients p {
    font-size: 18px;
    color: #f8f8f8;
    margin-top: 17px;
    font-weight: 300;
    line-height: 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  

@-webkit-keyframes slideLeft {
  0% {
    left: 0; }

  100% {
    left: -15px; } }

@-moz-keyframes slideLeft {
  0% {
    left: 0; }

  100% {
    left: -15px; } }

@-o-keyframes slideLeft {
  0% {
    left: 0; }

  100% {
    left: -15px; } }

@keyframes slideLeft {
  0% {
    left: 0; }

  100% {
    left: -15px; } }

#home4 #hero {
  background: #70C4DC;
  background-size: cover;
  height: 530px;
  position: relative;
  top: -60px;
  overflow: hidden;

  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.35);   

    }

  @media (max-width: 991px) {
    #home4 #hero {
      padding-top: 100px;
      height: 520px; } }
  @media (min-width: 992px) {
    #home4 #hero {
      padding-top: 105px; } }
  #home4 #hero h1.hero-text {
    text-align: center;
    font-family: "proxima-nova-soft-1", "proxima-nova-soft-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); 
    padding-left: 10px;
    padding-right: 10px;
  }

    h2 {
    text-align: center;
    font-family: "proxima-nova-soft-1", "proxima-nova-soft-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-left:10%;
    padding-right:10%;

    }
    .black {
      color: #000;
    }

    @media (max-width: 991px) {
      #home4 #hero h1.hero-text {
        font-size: 52px; } 

      #home4 #hero h2 {
            text-align: center;

        font-size: 16px;
        font-weight: 700;
        color: #fff;}
      }
    @media (max-width: 767px) {
      #home4 #hero h1.hero-text {
        font-size: 30px; } 
      #home4 #hero h2 {
            text-align: center;

        font-size: 16px;
        font-weight: 700;
        color: #fff;}
      }


  
#home4 #tabs {
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #home4 #tabs {
      margin-bottom: 20px; } }
  #home4 #tabs .header {
    /*text-align: center;*/ }
    #home4 #tabs .header h3 {
      font-size: 26px;
      color: #444;
      line-height: 25px;
      font-weight: 700; }
    #home4 #tabs .header p {
      font-size: 18px;
      font-weight: 400;
      color: #222; }
  
        
#home4 #pricing {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -moz-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -o-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: linear-gradient(top, #355069 0, #5e7a9b 100%);
  padding-top: 40px;
  padding-bottom: 55px; }
  @media (max-width: 991px) {
    #home4 #pricing {
      margin-top: 40px; } }
  #home4 #pricing .header {
    text-align: center; }
    @media (max-width: 991px) {
      #home4 #pricing .header {
        margin-bottom: 25px; } }
    #home4 #pricing .header h3 {
      font-size: 27px;
      color: #fff;
      line-height: 25px;
      font-weight: 300;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    #home4 #pricing .header p {
      font-size: 17px;
      color: #F0F0F0;
      font-weight: 400;
      line-height: 25px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #home4 #pricing .charts {
    margin-top: 35px; }
    @media (max-width: 991px) {
      #home4 #pricing .charts {
        margin-top: 10px; } }
    #home4 #pricing .charts .chart {
      background-color: #fff;
      border: 1px solid #E6E6E6;
      border-radius: 5px;
      box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
      padding: 20px 40px;
      position: relative;
      text-align: center;
      width: 97%;
      min-height: 315px;
      position: relative;
      top: 37px; }
      @media (max-width: 991px) {
        #home4 #pricing .charts .chart {
          float: none !important;
          left: 0px !important;
          top: 0px !important;
          margin: 0 auto;
          width: 55%;
          margin-bottom: 25px !important; }
          #home4 #pricing .charts .chart.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #home4 #pricing .charts .chart {
          width: 90% !important; } }
      #home4 #pricing .charts .chart.first {
        float: right;
        left: 12px; }
      #home4 #pricing .charts .chart.last {
        left: -12px; }
      
      #home4 #pricing .charts .chart .quantity {
        text-align: center; }
        #home4 #pricing .charts .chart .quantity .dollar {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #home4 #pricing .charts .chart .quantity .price {
          font-size: 49px; }
        #home4 #pricing .charts .chart .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #home4 #pricing .charts .chart .plan-name {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        color: #777;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 15px;
        width: 90%;
        margin: 0 auto;
        margin-top: 8px; }
        #home4 #pricing .charts .chart .starting-at {
          text-align: center;
          font-size: 20px;
          font-weight: 400;
          color: #777;
          padding-bottom: 15px;
          width: 90%;
          margin: 0 auto;
          margin-top: 8px; }
      #home4 #pricing .charts .chart .specs {
        margin-top: 20px; }
        #home4 #pricing .charts .chart .specs .spec {
          font-size: 15px;
          color: #474747;
          text-align: center;
          font-weight: 300;
          margin-bottom: 13px; }
          #home4 #pricing .charts .chart .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 400; }



.double-image-border {
   padding:1px;
   border:1px solid #021a40;
   background-color:#fff;
}


     
  
