
.heading-font {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;

}

.tagline{
  padding-top:50px;
}

.tagline h2{
  font-size: 38px;
}

.tagline p{
  font-size: 24px
}

.body-font {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}

.logo{
  height: 50px;
  width:auto;
}


 #mainNav .nav>li.sm-follow>a {
    position: relative;
    display: inline-block!important;
    padding: 0px 5px;
}

.sm-follow{
  color: #fff;
    font-size: 40px;
    line-height: 80px;
    margin-left: 30px;
}

.navbar-brand {
     height: auto;
     padding:2px 15px; 
   
}

.thanks{
  text-align:center;
}

.thanks img{
  max-width: 60%;
  height: auto;
}


#dog-cta{
  position:fixed;
  bottom:0;
  left:5%;
  background-color: transparent;
  z-index: 9;
  display: none;
}

#dog-cta img{
  height:180px;
  width:auto;

}


 header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 70px;
 text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000;
 font-weight: 700;
  font-family:  'Oswald', 'Arial', 'sans-serif';
 letter-spacing:0px;


}


.closeme{
  color:#ccc;
  font-size: 20px;
  position:absolute;
  left:0;
  top:0;

}

html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #07597e;
}
a:hover,
a:focus {
  text-decoration: underline;
}


h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.vert-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horz-align {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.navbar-default {
  background-color: #07597e;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  -webkit-box-shadow: 3px 9px 16px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 9px 16px -7px rgba(0,0,0,0.75);
box-shadow: 3px 9px 16px -7px rgba(0,0,0,0.75);
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000;
}

.navbar-default .nav > li > a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000;
  text-align: right;
  padding-right: 0;
  line-height: 30px;  
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #84b8d8;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #84b8d8;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #84b8d8 ;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}



.img-header img{
  width:90%;
  height: auto;
  margin-top:20%;
  margin-bottom:40px;
  margin-right:10%;
  border: 8px solid #fff;
  border-radius: 3%;
 

}




#info{
  position: relative
}

#video{
  width:200px;
  height: 200px;
  border-radius: 50%;
  background-color: transparent;
  position:absolute;
  top: -webkit-calc(50% + 40px);
   top: -moz-calc(50%  + 40px);
     top: calc(50% + 40px);
   right: -webkit-calc(50% - 100px);
    right: : -moz-calc(50% - 100px);
     right: : calc(50% - 100px);
    z-index:999;
    text-align:center;
}

/***** Modal *****/
 
.modal-backdrop.in {
    filter: alpha(opacity=8);
    opacity: 0.8;
}
 
.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
 
.modal-body {
    padding: 0 25px 25px 25px;
}
 
.modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}
 
.modal-header, .modal-footer {
    border: 0;
}
 
.modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}


.launch-modal{
  text-align: center;
  line-height: 200px;
}

.video-link {
    padding-top: 70px;
}
 
.video-link a:hover,
.video-link a:focus {
    outline: 0;
}


 
a .video-link-icon {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 30px;
    margin-right: 10px;
    background: #e89a3e;
    color: #fff;
    line-height: 80px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a .video-link-icon:after {
    position: absolute;
    content: "";
    top: -7px;
    left: -8px;
    width: 96px;
    height: 96px;
    background: #444;
    background: rgba(0, 0, 0, 0.1);
    z-index: -99;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
 
a:hover .video-link-icon,
a:focus .video-link-icon {
    outline: 0;
    background: #fff;
    color: #e89a3e;
}

.container-fluid-slider{
  width:100%;
  max-width:1920px;
  margin:0 auto;
}

section#slide, section#info{
  padding:0;
}

/***FORM**/

#af-form-1455654619 .af-body .af-textWrap, #af-form-1455654619 .af-body .af-checkWrap{width:98%;display:block;float:none;}
#af-form-1455654619 .af-body a{color:#555;text-decoration:underline;font-style:normal;font-weight:normal;}
#af-form-1455654619 .af-body input.text, #af-form-1455654619 .af-body textarea{background-color:#FFFFFF;border-color:#D9D9D9;border-width:1px;border-style:solid;color:#C7C7C7;text-decoration:none;font-style:normal;font-weight:normal;font-size:24px;font-family:Trebuchet MS, sans-serif;}
#af-form-1455654619 .af-body input.text:focus, #af-form-1455654619 .af-body textarea:focus{background-color:#FFFAD6;border-color:#030303;border-width:1px;border-style:solid;}
#af-form-1455654619 .af-body label.choice{color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:inherit;font-family:inherit;}
#af-form-1455654619 .af-body label.previewLabel{display:block;float:none;text-align:left;width:auto;color:#fff;text-decoration:none;font-style:normal;font-weight:normal;font-size:16px;font-family:Helvetica, sans-serif;}
#af-form-1455654619 .af-body{  padding-bottom:15px;padding-top:15px;background-repeat:no-repeat;background-position:inherit;background-image:none;color:#CCCCCC;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-1455654619 .af-footer{padding-bottom:0px;padding-top:0px;padding-right:15px;padding-left:15px;background-color:transparent;background-repeat:no-repeat;background-position:top left;background-image:none;border-width:1px;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:#CCCCCC;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-1455654619 .af-header{ display:none; padding-bottom:0px;padding-top:0px;padding-right:10px;padding-left:10px;background-color:transparent;background-repeat:no-repeat;background-position:inherit;background-image:none;border-width:1px;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:#CCCCCC;font-size:16px;font-family:Verdana, sans-serif;}
#af-form-1455654619 .af-quirksMode .bodyText{padding-top:2px;padding-bottom:2px;}
#af-form-1455654619 .af-quirksMode{padding-right:60px;padding-left:60px;}
#af-form-1455654619 .af-standards .af-divider{margin-right:60px;margin-left:60px;}
#af-form-1455654619 .af-standards .af-element{padding-right:60px;padding-left:60px;}
#af-form-1455654619 .bodyText p{margin:1em 0;}
#af-form-1455654619 .buttonContainer input.submit{background-color:#07597e;border:1px solid #07597e;color:#FFFFFF;text-decoration:none;font-style:normal;font-weight:normal;font-size:24px;font-family:Helvetica, sans-serif; border-radius:30px; padding: 6px 45px; margin-top:20px;}
#af-form-1455654619 .buttonContainer input.submit{width:auto;}
#af-form-1455654619 .buttonContainer{text-align:center;}
#af-form-1455654619 body,#af-form-1455654619 dl,#af-form-1455654619 dt,#af-form-1455654619 dd,#af-form-1455654619 h1,#af-form-1455654619 h2,#af-form-1455654619 h3,#af-form-1455654619 h4,#af-form-1455654619 h5,#af-form-1455654619 h6,#af-form-1455654619 pre,#af-form-1455654619 code,#af-form-1455654619 fieldset,#af-form-1455654619 legend,#af-form-1455654619 blockquote,#af-form-1455654619 th,#af-form-1455654619 td{float:none;color:inherit;position:static;margin:0;padding:0;}
#af-form-1455654619 button,#af-form-1455654619 input,#af-form-1455654619 submit,#af-form-1455654619 textarea,#af-form-1455654619 select,#af-form-1455654619 label,#af-form-1455654619 optgroup,#af-form-1455654619 option{float:none;position:static;margin:0;}
#af-form-1455654619 div{margin:0;}
#af-form-1455654619 fieldset{border:0;}
#af-form-1455654619 form,#af-form-1455654619 textarea,.af-form-wrapper,.af-form-close-button,#af-form-1455654619 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
#af-form-1455654619 input,#af-form-1455654619 button,#af-form-1455654619 textarea,#af-form-1455654619 select{font-size:100%;}
#af-form-1455654619 p{color:inherit;}
#af-form-1455654619 select,#af-form-1455654619 label,#af-form-1455654619 optgroup,#af-form-1455654619 option{padding:0;}
#af-form-1455654619 table{border-collapse:collapse;border-spacing:0;}
#af-form-1455654619 ul,#af-form-1455654619 ol{list-style-image:none;list-style-position:outside;list-style-type:disc;padding-left:40px;}
#af-form-1455654619,#af-form-1455654619 .quirksMode{width:100%;}
#af-form-1455654619.af-quirksMode{overflow-x:hidden;}
#af-form-1455654619{background-color:transparent;border-color:none;border-width:1px;border-style:none; margin-top: -15px}
#af-form-1455654619{display:block;}
#af-form-1455654619{overflow:hidden;}
.af-body .af-textWrap textarea{width:100%;}
.af-body .af-textWrap{text-align:left;}
.af-body input.image{border:none!important;}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important;}
.af-body input.text{width:100%;float:none;padding:2px!important;}
.af-body textarea{padding:2px!important;}
.af-body.af-standards input.submit{padding:4px 12px;}
.af-clear{clear:both;}
.af-divider-parent{padding-bottom:15px;padding-top:0!important;}
.af-divider{display:block;height:12px;margin-bottom:6px;}
.af-element label{text-align:left;display:block;float:left;}
.af-element-checkbox .choice{display:inline;}
.af-element-checkbox label,.af-element-checkbox input.checkbox{display:inline!important;float:none!important;}
.af-element{padding-bottom:5px;padding-top:5px;}
.af-form-wrapper{text-indent:0;}
.af-form{text-align:left;margin:auto;}
.af-header,.af-footer{margin-bottom:0;margin-top:0;padding:0px;}
.af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
.lbl-right .af-element label{text-align:right;}



@media (min-width: 768px) {

  .navbar-default .nav > li > a {
     line-height: 55px;  
   }

   .logo{
    height: 80px;
  }

  #dog-cta img{
    margin-left:20%;
  }

  /*.navbar-default {
    background-color: transparent;
    border-color: transparent;
  }*/
  .navbar-default .navbar-header .navbar-brand {
    color: #fff;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #fff;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #fff;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #fff;
  }
  .navbar-default.affix {
    background-color: #07597e;
    
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #fff;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #84b8d8;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
   color: #fff;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #84b8d8;
  }

   .navbar-default.legal {
     background-color: #07597e!important;
     border-color: transparent;
  }

  header .header-content .header-content-inner h1 {

     font-size: 110px;

   }

}
header {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ffffff url("../img/bg.png") no-repeat right top;
  background-size: cover;
  /*
  background:  #3AB916;
  background:  -webkit-linear-gradient(to left, #f8c850, #3AB916);
  background:  linear-gradient(to left, #f8c850, #3AB916);*/
  color: white;



}
header .header-content {
  text-align: center;
  padding: 150px 0 0px;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
 
}

 


header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header .device-container {
  max-width: 300px;
  margin: 0 auto 100px;
}
header .device-container .screen img {
  border-radius: 3px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
    height: 100vh;
  }
  header .header-content {
    text-align: left;
    padding: 0 0 0 10%;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
  .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 992px) {
  
  .modal-dialog {
    width: 900px;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  font-size: 30px;
}
section.download {
  padding: 150px 0;
  position: relative;
}
section.download h2 {
  margin-top: 0;
  font-size: 50px;
}
section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.download .badges .badge-link img {
  height: 60px;
}
@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}
section.features .section-heading {
  margin-bottom: 100px;
}
section.features .section-heading h2 {
  margin-top: 0;
}
section.features .section-heading p {
  margin-bottom: 0;
}
section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto;
}
section.features .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}
section.features .feature-item {
  text-align: center;
  margin-bottom: 100px;
}
section.features .feature-item h3 {
  font-size: 30px;
}
section.features .feature-item i {
  font-size: 80px;
  background:  #3AB916;
  background:  -webkit-linear-gradient(to left, #84b8d8, #07597e);
  background:  linear-gradient(to left, #84b8d8, #07597e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
  }
}
section.cta {
  position: relative;
  background-color: #84b8d8;
 
  
  padding: 50px 0;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  max-width: 450px;
  font-size: 50px;
  text-align: center
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 50px;
    text-align:right;
  }
}

section.contact {
  text-align: center;
  background-color: #fff;
  padding: 50px 0;
}
section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
section.contact h2 i {
  color: #dd4b39;
}
section.contact ul.list-social {
  margin-bottom: 0;
}
section.contact ul.list-social li a {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 100%;
  color: white;
}
section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}
footer {
  background-color: #07597e;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
.bg-primary {
  background:  #3AB916;
  background:  -webkit-linear-gradient(to left, #84b8d8, #07597e);
  background:  linear-gradient(to left, #84b8d8, #07597e);
}
.text-primary {
  color: #fdcc52;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 2px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #fdcc52;
  border-color: #fdcc52;
}
.btn {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}
.btn-xl {
    padding: 15px 45px;
    font-size: 20px;
    font-weight: 700;
     text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}



@media (min-width: 1300px) {
  .container {
      width: 100%;
      max-width: 2000px;
     padding: 0 5%;
  }
}



