 
body {
  font-family: 'Dosis';
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
}

p {
  font-weight: 400;
  color: #4c4c4c;
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #4c4c4c;
}

h4 {
  font-size: 20px;
  margin: 12px 0;
}

a {
  color: #abd723;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #abd723;
  text-decoration: none;
}

a:focus { outline: none; }

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

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

b,
strong { font-weight: 600; }

/* ==========================================================================
  section
   ========================================================================== */ 
   
.hero-section {
  background: url(../img/bg.jpg) center center no-repeat scroll;
  background-size: cover;
  padding: 0 0 1.5em;
  position: relative;
  color: #fff;
}

.hero-section::before,
.video-tour::before,
.pricing::before,
.twitter-feed::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.hero-section::before { background: rgba(0, 0, 0, 0.3); }

.color-purple{
    background-image: url(../img/bg-vector.png);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: 100%;
    background-color: #da5e51;
    padding:20px;
    color: #ffffff;
}
.color-purple p{
    font-family:Amatic SC;
    font-weight: bold; 
    color: #ffffff;
    font-size: 48px;
  }

.color-green{
    background-image: url(../img/bg-vector.png);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: 100%;
    background-color: #7bb800;
    padding:20px;
    color: #ffffff;
}
.color-green p{
    font-family:Amatic SC;
    font-weight: bold; 
    color: #ffffff;
    font-size: 48px;
  }


  .boximagem{
    background-image: url(../img/bg-vector-small.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin:0 auto;
    padding-top: 15px;
  }

  .azul{ background-color: #34bfdb; border: 3px solid #0f9fbc; font-size:60px;}
  .rosa{ background-color: #da5192; border: 3px solid #b93976; font-size:60px;}
  .laranja{ background-color: #da5e51; border: 3px solid #bf4c40; font-size:60px;}
  .verde{ background-color: #7fb347; border: 3px solid #6a9937; font-size:60px;}
  .roxo{ background-color: #6a438c; border: 3px solid #623a86; font-size:60px;}
  .amarelo{ background-color: #f9d804; border: 3px solid #f1c00a; font-size:60px;}

   

  

  .boximagem i { color:#ffffff;}

.welcome-message { margin-top: 4.5em;   z-index: 9;}

.welcome-message h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 24px;
  font-family:Amatic SC;
}

.welcome-message h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  font-family:Dosis;
}

.welcome-message h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  margin: 0;
}

.btn {
  padding: 1em 3em;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background-color: #abd723;
  line-height: 1.5;
  border: none;
  border-radius: 3px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  color: #fff;
  background-color: #abd723;
}

.btn:active,
.btn:focus,
.btn:active:hover,
.btn:active:focus {
  color: #fff;
  outline: none;
  background-color: #abd723;
}

.cta-btn p {
  color: #fff;
  margin: .75em 0 0;
  font-size: 18px;
}


/* ==========================================================================
   faq
   ========================================================================== */

.faq-cat-content {
  margin-top: 25px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-size: 14px;
}

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    color: #777777;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}

.custom-panel-group {
  margin-bottom: 0;
}
.custom-panel-group .custom-panel {
  border: none;
  box-shadow: none;
}
.custom-panel-group .custom-panel .custom-panel-heading {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #d6d6d6;
}
.custom-panel-group .custom-panel .custom-panel-heading .custom-panel-title {
  font-size: 1.75rem;
    font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
}
.custom-panel-group .custom-panel .custom-panel-heading .custom-panel-title a {
  color: #4c4c4c;
  text-decoration: none !important;
}
.custom-panel-group .custom-panel .custom-panel-heading .custom-panel-title a:after {
  font-size: 2.375rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  float: right;
  top: 0;
  right: 0;
  height: 27px;
  width: 27px;
  margin-top: -3px;
  background: url(../img/minus.png) no-repeat center center;
  color: #007e84;
  line-height: 12px;
  text-align: center;
  border: 3px solid #e3e3e3;
}
.custom-panel-group .custom-panel .custom-panel-heading .custom-panel-title a.collapsed:after {
  background: url(../img/plus.png) no-repeat center center;
}
.custom-panel-group .custom-panel .panel-body {
  display: block;
  padding: 10px 0  0 0;
}

.heading{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  position: relative;
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
.heading .sub-heading {
  font-size: 1.75rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

/* ==========================================================================
   navegacao
   ========================================================================== */

.navbar-default {
  background-color: rgba(255, 255, 255, 0.97);
  border: none;
  margin-bottom: 0;
  border-radius: 0;
  padding-top:10px;
  height:70px;
  z-index:2;
  font-family: Dosis;
  font-size: 20px;
}

.nav > li { text-align: center; }

.nav > li > a > i { padding-right: .2em; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #abd723;
  transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar { background-color: #fff; }

.navbar-brand { padding: 0 0 0 1em; }

.navbar-brand .logo-nav,
.nav-left { display: none; }

.navbar-default.stuck .logo-head { display: none; }

.navbar-default.stuck .logo-nav,
.navbar-default.stuck .nav-left { display: block; }

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

.navbar-default.stuck .navbar-nav>li>a { color: #ffffff; }

.navbar-default.stuck .navbar-nav > li > a:hover,
.navbar-default.stuck .navbar-nav > li > a:focus { color: #abd723; }

.navbar-default .btn { font-size: 16px; }

.navbar-default.stuck .navbar-nav .btn {
  display: inline-block;
  background: none;
  color: #fff;
  border: 1px solid #ffffff;
}

.navbar-default.stuck .navbar-nav .btn:hover,
.navbar-default.stuck .navbar-nav .btn:focus {
  background: #abd723!important;
  color: #fff;
}

.navbar-default.stuck {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(83, 77, 183, 0.90);
  box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
}
 @-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0);
}
}



/* ==========================================================================
   navegacao extra
   ========================================================================== */

.extra{margin-top:30px;}

.title{font-size: 32px; }

.navbar-fixa{  padding-top:11px; padding-bottom:11px;}
.navbar-fixa .logo-head { display: none; }

.navbar-fixa .logo-nav,
.navbar-fixa .nav-left { display: block; }

.navbar-fixa .navbar-nav>li>a { color: #ffffff; font-size: 20px; }

.navbar-fixa .navbar-nav > li > a:hover,
.navbar-fixa .navbar-nav > li > a:focus {  color: #abd723; background: none;}

.navbar-fixa .navbar-nav .btn {
  display: inline-block;
  background: none;
  color: #fff;
  border: 1px solid #ffffff;
  font-size: 16px; 

}
.navbar-fixa .btn { font-size: 16px; padding-left:15px;}

.navbar-fixa .navbar-nav .btn:hover,
.navbar-fixa .navbar-nav .btn:focus {
    background: #abd723!important;
  color: #fff;
}


.navbar-fixa{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(83, 77, 183, 0.90);
  box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
}
 @-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0);
}
}


/* ==========================================================================
   botao
   ========================================================================== */
  
 
.play-btn { margin: 2.25em 0; }

.hero-section .play-btn img { transition: opacity 0.3s linear; }

.play-btn img:hover { opacity: .8; }



/* ==========================================================================
   icones
   ========================================================================== */

.section-header { margin-bottom: 3em; }

.section-header h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
}

.section-header h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

.featured-on,
.features,
.tour,
.site-footer { background-color: rgba(0, 0, 0, 0.03); }

.section-spacing,
.section-spacing.featured-on,
.section-spacing.tour,
.section-spacing.site-footer { padding: 3.75em 0; }

.featured-on .section-header { margin-bottom: 1.5em; }

.featured-sites li { padding: 0 3em 1.5em; }

.featured-sites li:last-child { padding-bottom: 0; }

.featured-sites img {
  opacity: .15;
  transition: all 0.5s linear;
}

.featured-sites img:hover { opacity: .2; }



/* ==========================================================================
  
   ========================================================================== */

.benefits img { margin-bottom: .75em; }

.benefits div[class^="col-"]:nth-child(1),
.benefits div[class^="col-"]:nth-child(2),
.reviews div[class^="col-"]:nth-child(1),
.reviews div[class^="col-"]:nth-child(2),
.team div[class^="col-"]:nth-child(1),
.team div[class^="col-"]:nth-child(2) { padding-bottom: 1.5em; }

.benefits div[class^="col-"] > p:last-child { margin-bottom: 0; }

/* ==========================================================================
  recursos
   ========================================================================== */
   
.features { overflow-x: hidden; }

.features div[class="row"]:nth-child(1),
.features div[class="row"]:nth-child(2) { margin-bottom: 3em; }

.features article { margin-top: 1.5em; }

.features article h2 {
  font-size: 24px;
  margin: 24px 0 12px;
}

.features article li {
  font-size: 17px;
  color: #8A8A8A;
  padding-left: 1em;
  text-indent: -.7em;
  padding-bottom: .2em;
}

.features article li:last-child { padding-bottom: 0; }

.features article li:before {
  content: "• ";
  color: #abd723;
  padding-right: .5em;
}

.features div[class="row"]:nth-child(3) .col-md-4 article { margin-bottom: 1.5em; }

/* ==========================================================================
   video
   ========================================================================== */ 
   
.video-tour {
  position: relative;
  height: 400px;
  overflow: hidden;
  background: #333 url(../img/bg-video-preview.jpg) center center no-repeat scroll;
  background-size: cover;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.video-tour::before {
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.video-tour h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

#bgvid-hero,
#bgvid {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.video-tour .play-btn {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
}

/* ==========================================================================
   cadastro
   ========================================================================== */
   
.center-block { float: none; }

.tour h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.tour .btn {
  margin-top: 1em;
  vertical-align: initial;
}

.tour .btn i,
.sub-form .btn i { padding-left: .5em; }

.cinza{
    background-image: url(../img/bg-contato.png);
    background-color: #f4f4f4;
    padding:20px;
    color: #ffffff;
    background-attachment:fixed;
    background-position:center;
    background-size:cover;
    padding-top:200px;
}


.branco_t{background: rgba(255,255,255,0.9); border-radius: 10px; padding:25px;}

/* ==========================================================================
   planos
   ========================================================================== */ 
   
.pricing {
  background: url(../img/planos.jpg) center center no-repeat scroll;
  background-size: cover;
  position: relative;
}

.pricing::before { background: rgba(0, 0, 0, 0.30); }

.pricing .section-header h2,
.pricing .section-header h3 {
  position: relative;
  color: #fff;
}

.pricing .section-header  h2 {
  font-size: 44px;
  font-weight: 400;
  margin: 0;
}


.plan {
  border-radius: 3px;
  background-color: #fff;
  width: 350px;
  display: inline-block;
  margin: 0 0 1.5em;
  max-width: 100%;
}

.plan:last-child { margin-bottom: 0; }

.plan .header,
.price,
.plan-features { padding: 1.5em 1em; }

.plan .header h4 {
  font-size: 21px;
  margin: 0;
}

.price {
  background-color: #848688;
  color: #fff;
}

.price-amount {
  font-size: 90px;
  line-height: 1;
}

.period { font-size: 30px; }

.currency {
  font-size: 30px;
  vertical-align: top;
  top: 30px;
}

.plan-features li {
  padding-bottom: .75em;
  font-size: 17px;
}

.plan-features li:last-child { padding-bottom: 0; }

.plan-features li span { font-weight: 700; }

.plan-features li i {
  padding-left: .5em;
  color: #abd723;
}

.buy-button { padding-bottom: 1.5em; }

.buy-button p {
  margin: 12px 0 0;
  font-weight: 300;
}

/* ==========================================================================
  depoimentos
   ========================================================================== */
   
.reviews figure { margin-bottom: 1.5em; }

blockquote {
  padding: 0 0 0 3em;
  margin: 0;
  border-left: none;
  position: relative;
}

blockquote::before {
  content: "\201C";
  color: #e9e9e9;
  position: absolute;
  left: -12px;
  top: -50px;
  font-size: 128px;
}

blockquote p {
  font-size: 18px;
  font-weight: 400;
}

blockquote cite {
  font-size: 17.5px;
  font-weight: 400;
  color: #AEAFAF;
  font-style: normal;
}

/* ==========================================================================
  cadastro
   ========================================================================== */
   
.cta-section { 

    background-image: url(../img/bg-vector.png);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: 100%;
    background-color: #534db7;
    padding:20px;
    color: #ffffff;

 }

.cta-section .section-header { margin-bottom: 2.25em; }

.cta-section h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.cta-section .section-header h3 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.cta-section .btn {
  background-color: #abd723;
  color: #ffffff;
  border: 1px solid transparent;
}

.cta-section .btn:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.cta-section p {
  color: #fff;
  margin: .75em 0 0;
}

.cta-section a[href^="tel"] { color: #fff; }

.cta-section a[href^="tel"]:hover {
  color: #fff;
  text-decoration: underline;
}


/* ==========================================================================
   inscrever
   ========================================================================== */
   

 .form-control::-webkit-input-placeholder {
 color: #8A8A8A;
}
 .form-control:-moz-placeholder {
 color: #8A8A8A;
}
 .form-control::-moz-placeholder {
 color: #8A8A8A;
}
 .form-control:-ms-input-placeholder {
 color: #8A8A8A;
}

.form-control {
  background-color: #fff;
  border: 1px solid #abd723;
  color: #333333;
  box-shadow: none;
  height: 60px;
  font-weight: 400;
  font-size: 18px;
  padding: 0 1.5em;
}

.form-control:focus {
  border-color: #abd723;
  outline: 0;
  box-shadow: none;
}

.sub-form .btn { padding: 1em; }

#mc-form .btn-default { height: 60px; }

#mc-notification {
  margin: 0.75em 0 0;
  font-weight: 400;
  color: #8A8A8A;
  font-size: 17px;
}

.error { color: #FF4C4C !important; }

.valid { color: #4CAF50 !important; }

.error i,
.valid i { padding-right: .5em; }

/* ==========================================================================
   footer 
   ========================================================================== */

.site-footer{


    background-color: #504ab0;
    padding:20px;
    color: #ffffff;

}

.site-footer small { display: inline-block; }

.footer-links,
.site-footer small { margin: 0 0 .75em; }

.site-footer small,
.footer-links a {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
}

.footer-links a:hover { color: #abd723; }

.footer-links a:first-child { padding-right: .4em; }

/* ==========================================================================
   social 
   ========================================================================== */


.social li {
  display: inline-block;
  padding-right: .5em;
  text-align: center;
}

.social li:last-child { padding-right: 0; }

.social li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 50%;
  position: relative;
  transition: all .8s ease;
  font-size: 1.3em;
  background: #abd723;
}

.social li a:hover {
  color: #fff;
  background: #D6D6D6;
}

/* ==========================================================================
 tablets, 768px and up
   ========================================================================== */
   
@media (min-width: 768px) {

.hero-section { padding: 0 0 7.5em; }

.welcome-message { margin-top: 8.25em; }

.welcome-message h1 { font-size: 42px; }

.welcome-message h2 { font-size: 24px; }

.welcome-message h3 { font-size: 16px;}

.play-btn { margin: 3em 0; }

.featured-sites li {
  padding: 0 1em;
  display: inline-block;
}

.section-spacing { padding: 4.5em 0; }

.contact.section-spacing { padding: 4.5em 0 0; }

.section-header h3 { font-size: 26px; }

.benefits div[class^="col-"]:nth-child(1),
.benefits div[class^="col-"]:nth-child(2),
.reviews div[class^="col-"]:nth-child(1),
.reviews div[class^="col-"]:nth-child(2),
.team div[class^="col-"]:nth-child(1),
.team div[class^="col-"]:nth-child(2) { padding-bottom: 0; }

.tour .btn { margin: 0 0 0 1em; }

.video-tour { height: 450px; }

.plan {
  width: 325px;
  margin: 0 1em 0;
}

blockquote { padding: 0 0 0 1em; }

blockquote::before {
  left: -18px;
  top: -30px;
  font-size: 80px;
}

.cta-section h2 { font-size: 46px; }

.team h5 { margin: 0 !important; }

.tweet { font-size: 23px; }

.sub-form .btn { padding: 1em 2em; }
}

/* ==========================================================================
  desktops, 992px and up
   ========================================================================== */
   
@media (min-width: 992px) {

.hero-section {
  padding: 3em 0 4.75em;
  background: none;
}

.hero-section::before { display: none; }

.bg {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: url(../img/blocos.png) repeat;
  top: 0;
  left: 0;
 
}

.overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
background: rgba(83,77,183,1)  url(../img/blocos.png) center center no-repeat scroll;
background: -moz-linear-gradient(-45deg, rgba(83,77,183,0.3) 0%, rgba(83,77,183,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(83,77,183,0.3)), color-stop(100%, rgba(83,77,183,1)));
background: -webkit-linear-gradient(-45deg, rgba(83,77,183,0.3) 0%, rgba(83,77,183,1) 100%);
background: -o-linear-gradient(-45deg, rgba(83,77,183,0.3) 0%, rgba(83,77,183,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(83,77,183,0.3) 0%, rgba(83,77,183,1) 100%);
background: linear-gradient(135deg, rgba(83,77,183,0.3) 0%, rgba(83,77,183,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
top: 0;
left:0;
  z-index: 0;
}

.navbar-default { background-color: transparent; }

.navbar-default .btn {
  border: 1px solid #fff;
  background-color: transparent;
  padding: .75em 1.5em;
}

.navbar-default .btn:hover { background-color: #abd723 !important; }

.navbar-brand { padding: 0; }

.nav-left { padding-left: 3em; }

.welcome-message { margin-top: 10.5em; }

.welcome-message h1 { font-size: 72px; }

.welcome-message h2 { font-size: 24px; }

.welcome-message h3 { font-size: 16px;}

.play-btn { margin: 4.5em 0; }

.section-spacing { padding: 3.5em 0; }

.contact.section-spacing { padding: 6em 0 0; }

.features div[class="row"]:nth-child(1),
.features div[class="row"]:nth-child(2) { margin-bottom: 2.5em; }

.features article { margin-top: 6em; }

.features img {
  max-width: none;
  position: absolute;
  width: 900px;
  top: 0;
  left: 22px;
}

.features div[class="row"]:nth-child(2) .col-md-7 img { left: -277px; }

.featured-sites li { padding: 0 3em; }

.video-tour {
  height: 600px;
  background: none;
}

.video-tour::before { background: rgba(0, 0, 0, 0.1); }

#bgvid-hero,
#bgvid { display: block; }

.plan {
  margin: 0 1.5em 0;
  width: 350px;
}

blockquote { padding: 0 0 0 3em; }

blockquote::before {
  left: -5px;
  top: -50px;
  font-size: 128px;
}

.footer-links,
.site-footer small { margin: 0; }

.section-spacing.site-footer { padding: 3em 0; }
}

@media (max-width: 460px) {

.video-tour .play-btn img { width: 45%; }
}
