/* --------------- Basic Tags --------------- */
html {
  position: relative;
}

@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i');

body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
   line-height: 2;
}

h1 {
  font-family: 'Yellowtail', cursive;
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
}

h1.helvetica {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h2 {
  font-size: 24px;
}

.h2-small {
  font-size: 16px
}

h3 {
  font-size: 16px
}

.team-pic {
  border: 10px solid #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  transform: rotate(-3.5deg);
  margin: 30px auto;
}

dd {
  line-height: 2;
  padding-bottom: 40px;
}

.eyebrow {
    font-size: 2.25em;
    margin-bottom: -20px;
    margin-top: 10px;
}

.inline-block {
  display: inline-block;
}

.panel-heading h2 {
  font-weight: 700;
  font-size: 1.5em;
  font-family: 'Arimo', 'Helvetica', 'HelveticaNeue-Light', Arial, sans-serif;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}



/* --------------- Video Video Overlay --------------- */
.video-overlay-link img {
  margin-top: -7px;
  margin-bottom: -5px;
  margin-left: -8px;
  height: 28px;
  width: auto;
}

.video-overlay, .ad-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}

.ad-overlay {
  overflow-x: auto;
  background: rgba(0, 0, 0, 0.75);
}

.video-overlay-close, .ad-overlay-close {
  color: #76838f;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  margin: 0px;
  padding: 10px 0px;
}

.ad-overlay-close {
  color: #fff;
}

.video-overlay-close:hover, .ad-overlay-close:hover {
  text-decoration: none;
  color: #DF282B;
}

.advertisement {
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 15px;
}

.advertisement .img-container {
  width: 100px;
  margin: 0px auto;
}

.advertisement img {
  border: 3px solid #fff;
  box-shadow:  0px 0px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

.advertisement h1 {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: bold;
   font-size: 22px;
}

.advertisement p {
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {

  .advertisement {
    padding: 22px;
  }

  .advertisement .img-container {
    width: auto;
    margin: 0px 20px;
  }

  .advertisement h1 {
     font-size: 32px;
  }

  .advertisement p {
    font-size: 20px;
  }

}

@media only screen and (min-width: 768px) {

  .advertisement .img-container {
    margin: 0px 20px;
  }

}




/* --------------- Header --------------- */
header {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 1000;
}

/* Header: Urgency Banner */
.urgency-banner-container {
  color: #DF282B;
  line-height: 1.3;
  background: #fff;
  text-decoration: none;
}

#scrolled .urgency-banner-container {
  color: #fff;
  line-height: 1.3;
  background: #DF282B;
}

a.urgency-banner {
  color: #DF282B;
  text-decoration: none;
}

#scrolled a.urgency-banner {
  color: #fff;
  text-decoration: none;
}

a.urgency-banner:hover {
  text-decoration: none;
}

.urgency-banner-container a.urgency-banner .urgency-btn {
  display: inline-block;
  background-color: #DF282B;
  color: #fff;
  border-radius: 3px;
  padding: 0px 5px;
}

#scrolled .urgency-banner-container a.urgency-banner .urgency-btn {
  background-color: #fff;
  color: #DF282B;
}

/* Header: Navbar */
.navbar-default {
  background: transparent;
  border: none;
  margin-bottom: 0px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 15px;
  /*text-transform: uppercase;*/
}

#scrolled .navbar-default {
  background: #fff;
  box-shadow:  0px 2px 2px rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-brand {
  margin: -15px 0px 0px;
  padding-right: 0px;
}

.navbar-default .navbar-brand .logo-white {
  display: inline-block;
}

.navbar-default .navbar-brand .logo-gray {
  display: none;
}

#scrolled .navbar-default .navbar-brand .logo-white {
  display: none;
}

#scrolled .navbar-default .navbar-brand .logo-gray {
  display: inline-block;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a {
  color: #fff;
  padding:10px 10px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #fff;
  background: #616B75;
}

.navbar-default .navbar-header button.navbar-toggle {
  border: none;
  padding: 0px;
  padding: 18px 15px;
  margin: 0px;
  border-radius: 0px;
}

.navbar-default .navbar-header button.navbar-toggle:hover {
  background: none;
}

.navbar-default .navbar-header button.navbar-toggle .icon-bar {
  background-color: #fff;
}

#scrolled .navbar-default .navbar-header button.navbar-toggle .icon-bar {
  background-color: #616B75;
}

.navbar-default .navbar-collapse {
  border: none;
  background: #76838f;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .5);
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  background: #616B75;
  color: #fff;
}



/*  --------------- Splash --------------- */
.splash {
  color: #fff;
  padding-top: 113px; /*Offset for the fixed header */
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.splash.no-content {
  padding-bottom: 13px;
}

.splash h1 {
  /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  font-size: 40px;
  line-height: 1.3;
  margin: 30px 0px 30px;
}

.splash h1 .body-font {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 28px;
  line-height: normal;
}

.splash .chat-stream img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow: 0px 0px 7px #353A3F;
}

.splash .chat-stream p {
  background: blue;
  color: #fff;
  padding: 10px;
  margin: 0px 10px 15px;
  border-radius: 7px;
  width: 62%;
  line-height: 1.3;
  box-shadow: 0px 0px 7px #353A3F;
}

.splash .chat-stream div:nth-of-type(even) img,
.splash .chat-stream div:nth-of-type(even) p {
  float: right;
  background: #2786DF;
}

.splash .chat-stream div:nth-of-type(odd) img,
.splash .chat-stream div:nth-of-type(odd) p {
  float: left;
  background: #3AA679;
}

.splash p.tagline {
  line-height: 1.5;
  font-size: 16px;
  margin: 10px 0px 40px;
}

.splash .btn.btn-cta {
    padding: 10px 16px;
    font-size: 18px;
}

.splash .ipad-video-link {
  position: relative;
}

.splash .ipad-video-link img {
  width: 100%;
  height: auto;
  display: block;
}

.splash .lead-propeller-growing {
  margin: -200px 0px 0px -400px;
  height: 250px;
  background: url(/sales2015/img/home/lead-propeller-growing@2x.png) no-repeat;
  background-size: cover;
}



/* --------------- Section --------------- */
.section:nth-child(even) h1 {
  color: #DF282B;
}

.section:nth-child(odd), .section:nth-child(odd) h1 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.section a, .section a:active {
  color: #2686DF;
  text-decoration: none;
}

.section a:hover {
  text-decoration: underline;
}

.section:nth-child(odd) a {
  color: #fff;
  text-decoration: none;
}

.section:nth-child(odd) a:hover {
  color: #2686DF;
}

.section h2 a {
  color: #000;
  text-decoration: none;
}

.section h2 a:hover {
  color: #2686DF;
  text-decoration: none;
}

.section .single {
  font-size: 20px;
}

/* Section: Bullets */

/* Section: Bullets: Check */
.section ul.bullet-check {
  padding: 0;
  list-style: none;
  border: 2px solid #2686DF;
}

.section ul.bullet-check li {
  margin-left: 28px;
  line-height: 2;
  padding: 3px 5px;
}

.section ul.bullet-check div {
  border-bottom: 2px solid #2686DF;
}

.section ul.bullet-check div:last-child {
  border: none;
}

.section ul.bullet-check li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 20px;
  float: left;
  margin-top: -6px;
  margin-left: -28px;
}

.section ul.bullet-check li:before {
  color: #2686DF;
}

/* Section: Bullets: X */
.section ul.bullet-x {
  padding: 0;
  list-style: none;
  border: 2px solid #DF282B;
}

.section ul.bullet-x li {
  margin-left: 28px;
  line-height: 2;
  padding: 3px 5px;
}

.section ul.bullet-x div {
  border-bottom: 2px solid #DF282B;
}

.section ul.bullet-x div:last-child {
  border: none;
}

.section ul.bullet-x li:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  font-size: 20px;
  float: left;
  margin-top: -6px;
  margin-left: -28px;
}

.section ul.bullet-x li:before {
  color: #DF282B;
}

/* Section: Carousel  */
.section .carousel, .testimony p {
  font-size: 16px;
}

.section .carousel .carousel-inner {
  height: 310px;
}

.testimony .testimony-profile {
  width: 90px;
  border-radius: 3px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.section .carousel .carousel-control {
  background: none;
}

.section .carousel .carousel-control:hover {
  color: #fff;
}

.section .carousel .carousel-control .glyphicon {
  display: none;
}

.section .carousel .carousel-indicators {
  position: static;
  width: auto;
  padding: 0px;
  margin: 15px 0px 0px;
}

.section .choose-icn {
  height: 60px;
  width: auto;
}

.section .packages-icn {
  width: 150px;
  height: auto;
}

/* Section: Plans */
.section .plan {
  position: relative;
  background-color: #FAFAFA;
  border: 1px solid #ccd5db;
  padding: 15px;
  text-shadow: none;
  color: #000;
  border-radius: 3px;
}

.section .plan .list-wrap {
  background-color: #ccd5db;
  font-size: 14px;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 20px;
}

.section .plan.best {
  background-color: #FFF;
  border: 1px solid #2686DF;
  position: relative;
  overflow: hidden;
}

.section .plan.best .banner {
  position: absolute;
  top: 25px;
  right: -105px;
  background: #DF282B;
  color: #FFF;
  transform: rotate(45deg);
  width: 300px;
  text-align: center;
  font-size: 14px;
}

.section .plan.best .list-wrap {
  background-color: #2686DF;
  color: #fff;
}

.section .plan .slash {
  position: relative;
  display: inline-block;
}

.section .plan .slash:after {
  content: "";
  position: absolute;
  width: 4px;
  border-radius: 4px;
  background-color: #DF282B;
    height: 175%;
    top: -35%;
    display: block;
    left: 50%;
    transform: rotate(60deg);
}




/* --------------- Icon Lists --------------- */

.section ul.check-icon  {
  text-align: left;
}

.section ul.check-icon li {
  padding: 5px 0px;
}

.section ul.check-icon li:before,
.section ul li.check-icon:before {
  content: '\f058';
  font-family: 'FontAwesome';
  font-size: inherit;
  float: left;
  color: #2686DF;
  margin-top: 1px;
  margin-left: 0px;
  margin-right: 5px;
}

.section ul.times-icon li:before,
.section ul li.times-icon:before {
  content: '\f057';
  font-family: 'FontAwesome';
  font-size: inherit;
  float: left;
  color: #76838f;
  margin-top: 1px;
  margin-left: 0px;
  margin-right: 5px;
}

.section ul.no-icon li:before,
.section ul li.no-icon:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: inherit;
  float: left;
  color: transparent;
  margin-top: 1px;
  margin-left: 0px;
  margin-right: 5px;
}

.section .plan.best .list-wrap ul.check-icon li:before,
.section .plan.best .list-wrap ul li.check-icon:before,
.section .plan.best .list-wrap ul.times-icon li:before,
.section .plan.best .list-wrap ul li.times-icon:before {
  color: #fff;
}


/* --------------- Burst --------------- */

.burst-container {
  position: absolute;
  z-index: 5;
  top: -30px;
  right: -30px;
}

.burst-text {
  position: absolute;
  top: 16px;
  text-align: center;
  color: #fff;
  z-index: 10;
  line-height: normal;
}

.burst-12 {
    background: #DF282B;
    width: 80px;
    height: 80px;
    position: relative;
    text-align: center;
}

.burst-12:before, .burst-12:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 80px;
    width: 80px;
    background: #DF282B;
}

.burst-12:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}

.burst-12:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}




/* --------------- Video Switcher --------------- */
.btn.btn-video {
  padding: 5px;
  vertical-align: middle;
  color: #fff;
}

.btn.btn-video:hover {
  text-decoration: none;
}

.video-icn {
  width: 25%;
  height: auto;
}

.video-label {
  margin-top: 3%;
}

.video-asside-list li a {
  color: #000
}

.video-asside-list li a:hover {
  color: #2686DF;
  text-decoration: none;
}

.video-asside-list li.active a {
  color: #2686DF;
}

.video-label {
  margin-top: 3%;
}



/* --------------- Footer --------------- */
footer {
  text-align: center;
  color: #fff;
}

footer .footer-logo {
  width: 158px;
  height: auto;
  margin: 0px auto 10px;
}

footer a, 
footer a:active, 
footer a:link {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #2686DF;
  text-decoration: none;
}

footer a.highlight{
  color: #2686DF;
}

footer a.highlight:hover {
  text-decoration: underline;
}

footer .social-icons a {
  font-size: 20px;
  padding: 0px 15px;
}



/* --------------- Contact Form --------------- */
.contact-form input[type="text"], .contact-form textarea {
  border-radius: 0px;
  margin-bottom: -1px;
}

.contact-form .first {
  width: 50%;
  float: left;
  border-right: none;
}

.contact-form .last {
  width: 50%;
}



/* --------------- Adwords Form --------------- */

form label {
  display: block;
}

.well {
  padding: 15px 25px 10px;
  background-color: #e4eaec;
  border: 1px solid #CCD5DB;
  box-shadow: none;
}

.well input {
  border-color: #CCD5DB;
}

.well .input-group-addon {
  border-color: #CCD5DB;
  background-color: #e4eaec;
  color: #76838f;
}

.well label {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
}

.radio input[type="radio"], 
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  top: 4px;
}

.radio label, 
.radio-inline label,
.checkbox label,
.checkbox-inline label {
  font-weight: 300;
}



/* --------------- Helpers --------------- */

/* Helpers: Button Grow On Hover */
.btn.btn-hover-grow, 
.btn.btn-hover-grow-sm {
  transition: transform .2s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.btn.btn-hover-grow-sm:hover {
  transform:scale(1.1);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

.btn.btn-hover-grow:hover {
  transform:scale(1.3);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

.btn.btn-hover-grow:hover, .btn.btn-hover-grow-sm:hover,
.btn.btn-hover-grow:active, .btn.btn-hover-grow-sm:active,
.btn.btn-hover-grow:active:hover, .btn.btn-hover-grow-sm:active:hover {
  background-color: #2686DF;
}

/* Helpers: Backgrounds */
.bg-white { background: #fff; }
.bg-gray { background: #76838F; }
.bg-darkgray-gradient, section:nth-child(odd) {
  background: #545d66; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #545d66 0%, #353a3f 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #545d66 0%,#353a3f 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #545d66 0%,#353a3f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* Helpers: Text Colors */
.text-blue { color: #2686DF;}
.text-red { color: #DF282B;}
.text-white { color: #fff;}
.text-black { color: #000;}
.text-gray { color: #949EA6;}

/* Helpers: Labels */
.label-primary { background-color: #2686DF; }

/* Helpers: Shadows */
.box-shadow { box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
.text-shadow { text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
.text-shadow-none { text-shadow: none; }
.text-helvetica {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.hide {
  display: none;
}

.v-hidden {
  visibility: hidden;
}

.box-shadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.margin-bottom-neg-150 {
  margin-bottom: -150px;
}

.margin-bottom-neg-225 {
  margin-bottom: -225px;
}

.spacer-150 {
  height: 150px;
}

.spacer-225 {
  height: 225px;
}

.font-helvetica {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.icon-container {
  width: 142px;
  height: 142px;
  border-radius: 71px;
  /*padding-top: 32px;*/
  margin: 0px auto;
  font-size: 70px;
}

.remove-background {
  background:none !important;
}

.pricingContainer .panel-body h3 {
  font-weight: 700;
  font-size: 2.2em;
  font-family: 'Arimo', 'Helvetica', 'HelveticaNeue-Light', Arial, sans-serif;
}

#websites-pricing,
#services-pricing {
  display:none;
}

.pricing-active {
  display:block;
}

.sectionContainer {
  //padding:40px;
  //min-height: 200px;
}

.btn.push-bottom { 
  bottom:10px;
  left: 10%;
  right: 10%;
  position:absolute;
  display:block;
}
.price-col {
  min-height:340px;
}
.pricing-descriptions {
  line-height: 1em;
  font-size: 1.2em;
  margin-bottom:30px;
}
.pricing-options {
  line-height: 1.5em; font-size:1.4em;
}
.pricing-label { 
  bottom:30px; left: 10%; right: 10%; position:absolute; display:block; font-size:3em; font-weight:700; font-family:'Arimo', 'Helvetica', sans-serif;
}
.small-currency {
  position: relative; top: -0.5em; font-size: 56%;
}
.small-rate {
  font-size:.7em;
}

#services-pricing .pricing-label {bottom:-15px;}
#services-pricing p em {    
    max-width: 96%;
    display: inline-block;
}

.content-value {
  margin-top:-18px;
}


/* --------------- Media Queries --------------- */
@media only screen and (min-width: 480px) {
  .splash h1 {
    font-size: 50px;
    margin-bottom: 40px;
  }

  .splash h1 .body-font {
    font-size: 35px;
  }

  .splash .chat-stream,
  .splash p.tagline {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .splash p.tagline {
    margin-top: 20px
  }

  .splash .lead-propeller-growing {
    margin: -210px 0px 0px -300px;
    height: 250px;
  }

  .splash .ipad-video-link img {
    width: 75%;
    margin: 0px auto;
  }

  .btn.btn-lg {
    padding: 11px 17px;
    font-size: 20px;
  }

  .section .carousel .carousel-inner {
    height: 245px;
  }

  .video-label {
    margin-top: 3.5%;
  }
}

@media only screen and (min-width: 640px) {
  .urgency-banner-container a.urgency-banner .urgency-btn {
    padding: 5px 10px;
  }

  h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .btn.btn-lg {
    padding: 13px 21px;
    font-size: 24px;
  }

  .splash h1 {
    margin-bottom: 50px;
  }

  .splash h1 .body-font {
    font-size: 28px;
  }

  .splash p.tagline {
    margin-top: 30px;
  }

  .splash .lead-propeller-growing {
    margin: -260px 0px 40px -300px;
    height: 250px;
  }

  .section {
    font-size: 18px
  }

  .section ul[class^="bullet-"] li {
    margin-left: 30px;
  }

  .section ul[class^="bullet-"] li:before {
    font-size: 24px;
    margin-top: -5px;
    margin-left: -30px;
  }

  .section li:before {
    font-size: 24px;
    margin-top: -5px;
  }

  .section .single {
    font-size: 34px;
  }

  .section .carousel-container {
    padding: 20px 0px 10px;
    border: 1px solid #CCD5DB;
    border-radius: 3px;
  }

  .section .carousel {
    font-size: 18px;
    margin: 0px 90px;
  }

  .section .carousel .carousel-inner {
    height: 300px;
  }

  .section .carousel .carousel-control.right {
    margin-right: -90px;
    width: 70px;
  }

  .section .carousel .carousel-control.left {
    margin-left: -90px;
    width: 70px;
  }

  .section .carousel .carousel-control .glyphicon {
    display: block;
  }

  .video-overlay-link img {
    margin-top: -15px;
    margin-bottom: -10px;
    margin-left: -12px;
    height: 40px;
    width: auto;
  }

  .testimony p {
    font-size: 18px;
  }

  .video-label {
    margin-top: 4%;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 50px;
    margin-bottom: 25px;
  }

  h2 {
    font-size: 28px
  }

  .h2-small {
    font-size: 18px

  }

  h3 {
    font-size: 20px
  }

  .btn.btn-lg {
    padding: 11px 17px;
    font-size: 20px;
  }

  a.urgency-banner {
    font-size: 18px;
    color: #DF282B;
  }

  .splash .chat-stream,
  .splash p.tagline {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .splash h1 {
    margin-top: 10px;
  }

  .splash .ipad-video-link {
    margin-top: 30px;
  }

  .splash .tag {
    bottom: -30px;
    color: #fff;
  }

  .splash .ipad-video-link img {
    width: 100%;
    margin: 0px;
  }

  .splash .lead-propeller-growing {
    margin: -150px 0px 0px;
    height: 270px;
  }

  .section .carousel .carousel-inner {
    height: 193px;
  }

  .testimony .testimony-right {
    border-left: 1px solid #fff;
  }

  .section .choose-icn {
    height: 68px;
    width: initial;
  }

  .section .packages-icn {
    width: 200px;
    height: auto;
  }

  .section .single {
    font-size: 40px;
  }

  .video-overlay-link img {
    margin-top: -13px;
    margin-bottom: -10px;
    margin-left: -12px;
    height: 38px;
    width: auto;
  }

  .video-label {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  footer {
    text-align: left;
  }

  footer .footer-logo {
    margin: 0px 0px 10px;
  }

}

@media only screen and (max-width: 992px) {
  .container>.navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in {
      display:block !important;
  }

  .row-eq-height {
    display: block;
  }

  .toggle.btn {display: block;
    max-width: 290px;
    margin: 15px auto;
    text-align: center;
  }

  .col-sm-3.price-col.panel {
    min-height: 400px;
  }

  #services-pricing .col-sm-3.price-col.panel:nth-child(3) {
    min-height: 470px;
  }

  #services-pricing .col-sm-3.price-col.panel:nth-child(1) {
    min-height: 300px;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 50px;
    margin-bottom: 35px;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:focus,
  .navbar-default .navbar-nav>.open>a:hover {
    background: transparent;
  }

  #scrolled .navbar-default .navbar-nav>li>a {
    color: #616B75;
    text-shadow: none;
  }

  .navbar-default .navbar-collapse {
    border: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 10px;
  }

  .navbar-nav>li>.dropdown-menu {
    margin-top: -10px;
    background: #76838f;
    border-radius: 3px;
    border: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }

  .btn.btn-lg {
    padding: 13px 21px;
    font-size: 24px;
  }

  .splash h1 {
    margin-top: 10px;
  }

  .splash .chat-stream {
    width: 370px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px
  }

  .splash p.tagline {
    font-size: 22px;
  }

  .splash .lead-propeller-growing {
    margin: -125px 0px 0px;
    height: 330px;
  }

  .splash .btn.btn-cta {
    font-size: 26px;
    padding: 15px 24px;
  }

  .section .carousel {
    font-size: 20px;
    margin: 0px 126px;
  }

  .section .carousel .carousel-inner {
    height: 213px;
  }

  .section .carousel .carousel-control.right {
    margin-right: -126px;
  }

  .section .carousel .carousel-control.left {
    margin-left: -126px;
  }

  .video-overlay-link img {
    margin-top: -15px;
    margin-bottom: -10px;
    margin-left: -12px;
    height: 40px;
    width: auto;
  }

  .testimony .open-quote {
    padding-left: 75px;
  }

  .question {
    padding-left: 55px;
  }

  .testimony .testimony-profile {
    width: 113px;
    height: auto;
  }

  .testimony img.open-quote-img, img.question-img {
    margin: 0px;
    padding: 0px;
    width: 54px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 15px;
    box-shadow: none;
  }

  img.question-img {
    width: 40px;
  }

  .testimony p {
    font-size: 20px;
  }

}

@media only screen and (min-width: 1200px) {
  .splash h1 {
    font-size: 60px;
  }

  .splash h1 .body-font {
    font-size: 42px;
  }

  .splash p.tagline {
    width: 470px;
    margin-right: auto;
    margin-left: auto;
  }

  .splash .btn.btn-cta {
    font-size: 32px;
    padding: 18px 29px;
  }

  .splash .lead-propeller-growing {
    margin: -70px 0px 0px;
    height: 350px;
    background-size:100% 100%;
  }

  .section {
    font-size: 20px
  }

  .section ul[class^="bullet-"] li {
    margin-left: 36px;
  }

  .section ul[class^="bullet-"] li:before {
    font-size: 28px;
    margin-top: -6px;
    margin-left: -36px;
  }

  .section h1 {
    font-size: 60px;
    margin-bottom: 40px;
  }

  .section li:before {
    font-size: 26px;
    margin-top: -5px;
    margin-left: -32px;
  }

  .section .carousel .carousel-inner {
    height: 153px;
  }

  .testimony .testimony-right {
    border-left: none;
  }

  .testimony .testimony-left {
    border-right: 1px solid #fff;
  }
}

@media only screen and (max-width:992px) and (min-width:768px)  {
  .col-sm-3.price-col.panel {
    width:31.25%;
    min-height: 425px;
  }
  #services-pricing div.col-sm-3.price-col.panel.panel-default {
    min-height: 500px;
  }
}

.splash .video-overlay-link img {
  margin-left: 0px;
}

footer span.adr {
    display: none;
}