/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;

  overflow-x: hidden;
}

html {
  background-color:#333;
}
body {
  font-family: montserratultra_light,Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #555;
  font-weight:300;
}
hr {
  border-color: #6678B9;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: montserratultra_light,Helvetica Neue,Helvetica,Arial,sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
  color: #444;
}

.bg-primary {
  background-color: black;
}
.bg-dark {
  background-color: black;
  color: #333;
}
.text-faded {
  color: #333;
  font-family: montserratultra_light,Helvetica Neue,Helvetica,Arial,sans-serif;
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: montserratultra_light,Helvetica Neue,Helvetica,Arial,sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #6678B9;
  font-family: montserratultra_light,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #6678B9 !important;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #6678B9;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #6678B9 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: #111 !important;

  background-image: url('/img/icons.png');
  background-repeat: repeat;
}

header .header-content {
  text-align: center;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: #333;
  font-size:28px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
  header .header-content {
    padding: 100px 15px 100px;
  }
}

.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: montserratultra_light,Helvetica Neue,Helvetica,Arial,sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #6678B9;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #FFFFFF;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FFFFFF;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #FFFFFF;
}
.btn-primary {
  color: white;
  background-color: #6678B9;
  border-color: #6678B9;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #6678B9;
  border-color: #6678B9;
}
.btn-primary .badge {
  color: #6678B9;
  background-color: white;
}
.btn {
  font-family: montserratultra_light,Helvetica Neue,Helvetica,Arial,sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #FFFFFF;
}
::selection {
  color: white;
  text-shadow: none;
  background: #FFFFFF;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #FFFFFF;
}



#mainNav {
  padding: 0px 15px;
}

.right-side {
  margin-top: 50px;
}

.image-vid-container {
  height: 600px;
  width: 285px;
  position: relative;
  top: 0;
  left: 0;
  margin: auto;
}

.iphone-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
}

.iphone {
  height: 571px;
  width: 282px;
  margin-top: 17px;
  margin-left: 4px;
}

.video-container {
  position: absolute;
  top: 87px;
  left: 24px;
}

.video {
  height: 433px;
}



#linkTextingCenter {
  display: block !important;
  width: auto !important;
  heigth: 100000px;
}

.linkTextingInput {
  text-align: center !important;
}

.linkTextingWidget .linkTextingButton {
  background-color: #333 !important;
}

.header-content-inner h2 {
  color: #6678B9 !important;
}

#brandCarousel {
  margin:0px auto;
  width:300px;
  height:100px;
  color:#333;
  font-size:28px;
  font-family: montserratultra_light,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight:100;
}

#brandCarousel img {
  max-height:80px;
  margin:auto;
}

.social-proof {
  margin-top:90px;
  color:#333;
  background-color:rgba(0,0,0,0.3);
  border:none;
  font-family: montserratultra_light,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:28px;
  font-weight:100;
  box-shadow: inset 3px 4px 5px rgba(0,0,0,0.2);
}

.social-proof img {
  max-height:50px;
  margin:15px 10px 0px 10px;
}

.features {
  margin-top:50px;
  color: #333;
  font-family: montserratultra_light,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.features h2 {
  font-size: 22px;
  font-weight:300;
}

.features .img-container {
  height:65px;
  margin-top:20px;
}

.features img {
  max-height:100px;
  margin:auto;
}

.brand-steps {
  text-align: left;
}

.brand-steps p {
  margin:0px;
}

.app-store-link img {
  height:50px;
  margin:8px;
}

.tilted {
  position: relative;
  background-color: white;
  z-index: 10;
  margin-top: 100px;
}

.tilted:before, .tilted:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  background: #fff;
  -webkit-transform: skewY(-0.5deg);
  -moz-transform: skewY(-0.5deg);
  -ms-transform: skewY(-0.5deg);
  -o-transform: skewY(-0.5deg);
  transform: skewY(-0.5deg);
  z-index: -1;
}

.tilted:before {
  top: -40px;
}

.tilted:after {
  bottom: -48px;
}

.restaurants:before {
  -webkit-transform: skewY(0.5deg);
  -moz-transform: skewY(0.5deg);
  -ms-transform: skewY(0.5deg);
  -o-transform: skewY(0.5deg);
  transform: skewY(0.5deg);
}

::selection {
  background: #eb6852; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #eb6852; /* Gecko Browsers */
}

.faq {
  background: #aaffec !important;
  position: relative;
  z-index: 1;
}

.faq:after, .faq:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  background: #aaffec !important;
  -webkit-transform: skewY(-0.5deg);
  -moz-transform: skewY(-0.5deg);
  -ms-transform: skewY(-0.5deg);
  -o-transform: skewY(-0.5deg);
  transform: skewY(-0.5deg);
  z-index: 1;
}

.faq:after {
  bottom: -56px;
  -webkit-transform: skewY(0.5deg);
  -moz-transform: skewY(0.5deg);
  -ms-transform: skewY(0.5deg);
  -o-transform: skewY(0.5deg);
  transform: skewY(0.5deg);
}

.faq:before {
  top:-48px;
}

.faq.second:after {
  display: none;
  -webkit-transform: skewY(0.5deg);
  -moz-transform: skewY(0.5deg);
  -ms-transform: skewY(0.5deg);
  -o-transform: skewY(0.5deg);
  transform: skewY(0.5deg);
}

.faq.second:before {
  background-color: #93edff !important;
}
.faq.second {
  background-color: #93edff !important;
}

a {
  color: white;
}

.tilted a {
  color: #6678B9;
}

.item {
  display: inline-block;
}

.item p {
  font-weight: 700;
}

.ghost-button-thick-border {
  display: inline-block;
  margin-top: -10px;
  width: 250px;
  font-weight: bold;
  padding: 8px 12px;
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
  cursor:pointer;
}

.ghost-button-thick-border:hover,
.ghost-button-thick-border:active {
  background-color: #fff;
  color: #000;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
}

.smalllogo {
  width: 30px;
  margin-top: -6px;
  margin-left: 1px;
  display: inline-block !important;
}

.smalltilt:before {
  top: -24px !important;
}

#last {
  margin-bottom: 20px;
}

.smalltilt {
  margin-top: 80px;
}

.cbp-qtrotator {
  position: relative;
  width: 100%;
  padding: 0px 0px 50px 0px;
  min-height: 180px;
}

.cbp-qtrotator .cbp-qtcontent {
  position: absolute;
  padding: 2em 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}

/* Currently visible */
.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative; 
  z-index: 100;
  pointer-events: auto;
  opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}

.cbp-qtprogress {
  position: absolute;
  background: #47a3da;
  left: 0px;
  height: 2px;
  width: 0%;
  top: 0;
  z-index: 1000;
}

.cbp-qtrotator blockquote {
  margin: 0;
  padding: 0;
}

.cbp-qtrotator blockquote p {
  font-size: 1.2em;
  color: #333;
  font-weight: 400;
  margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
  font-size: 1em;
  color: #333;
}

.cbp-qtrotator blockquote footer:before {
  content: '- ';
}

.cbp-qtrotator .cbp-qtcontent img {
  float: right;
  margin-left: 3em;
}

.faq-inner {
  padding: 0px 60px;
}

.seen-on.manual img {
  margin-left: -50px;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

  .cbp-qtrotator {
    font-size: 70%;
  }

  .cbp-qtrotator img {
    width: 80px;
  }

}

@media (max-width: 992px) {
  .subtitle {
    padding-left: 30px; padding-right: 30px;
  }

  .smalltilt {
    margin-top: 160px !important;
  }
  .ghost-button-thick-border {
    margin-top: -20px;
  }
}

@media (min-width: 992px) {

  .tilted.restaurants {
    margin-top: 0px !important;
  }
}

#last {
  padding-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
  .faq-inner {
    padding: 0px 20px; 
  }
  .cbp-qtrotator {
    padding: 0px 20px 50px 20px;
  }
  .seen-on img {
    padding-bottom: 30px !important;
  }
  .seen-on.manual img {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 479px) {
  .header-content-inner {
    margin-top: 140px;
  }
  header .header-content .header-content-inner p {
    margin-bottom: 15px;
  }

 .mobile-hide{ display: none !important; }
 .app-store-link img {
    height:70px;
    margin:8px;
  }

  .dl-buttons {
    margin-bottom: 20px;
  }
}
