/*!
 * Start Bootstrap - New Age v3.3.7 (http://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.heading-font {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.alt-font {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
form {margin: 0; padding: 0;}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #a26797;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #492342;
}
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
em {
	font: inherit;
}
a.navbar-brand, ul.nav li a, a.btn, a.cd-select {
	text-decoration: none;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-weight: 300;
  letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'superclarendon';
  font-weight: 900;
  font-size: 1.8em;
  letter-spacing: -1px;
  color: #2F2F2F;
  margin-top: 2px;
}
.navbar-default .navbar-header .navbar-brand:hover, navbar-default .navbar-header .navbar-brand:focus {
	color: #2F2F2F;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #2F2F2F;
  padding: 8px 10px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: white;
  color: #000000;
}

.navbar-default .nav > li > a {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #2F2F2F;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #2F2F2F;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #009dff !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	font-weight: 100;
  }
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: #FFFFFF;
    font-weight: 400!important;
	letter-spacing: 1px;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #2F2F2F;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #000000;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: rgba(47, 47, 47, 0.7);
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #000000;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background:#009dff;
  background:-webkit-linear-gradient(to left,#009dff,#253491);
  background:linear-gradient(to left,#009dff,#253491);
  color: white;
}
header .header-content {
  text-align: center;
  padding: 100px 0 50px;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 200;
}
header .header-content .header-content-inner h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
}
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;
}
.device-container img {
	display: block;
    width: 100%;
    height: auto;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
}
@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}
section {
  padding: 80px 0;
}
section h2 {
  font-size: 50px;
}
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, .header-content-inner .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: 60px;
  }
}
section.features .section-heading {
  margin-bottom: 80px;
}
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 .highlight {
  background: #f4f4f4;
  border-radius: 6px;
  margin-bottom: 100px;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon {
  font: bold 15px Sans-Serif;
  color: #FFFFFF;
  text-align: center;
  text-shadow: rgba(189,120,2,1) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #FFA100;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon:before, .ribbon:after {
  content: "";
  border-top:   3px solid #BD7801;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon:before {
  left: 0;
}
.ribbon:after {
  right: 0;
}​

section.features .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}
section.features .feature-video {
  text-align: center;
  margin-bottom: 50px;
}
section.features .feature-item {
  text-align: center;
  margin-bottom: 100px;
  padding-top: 2em;
}
section.features .highlight .feature-item {
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 1em;
}
section.features .feature-item h3 {
  font-size: 30px;
}
section.features .feature-item i.feature-icon {
  font-size: 80px;
  background: #2F2F2F;
  -webkit-background-clip: text;
}
section.features .feature-item ul.list-social li a {
	text-decoration: none;
}
section.features .feature-item i.social {
	font-size: 2em;
}
@media (min-width: 992px) {
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
  }
}
section.cta {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/0717_VXS_1260.jpg');
  padding: 250px 0;
}

section.cta-2 {
  background-image: url('../img/samantha-bg.jpg');
}

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;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 76px;
  }
}
section.cta .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
section.contact {
  text-align: center;
}
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.page-footer {
  background-color: #2F2F2F;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer.page-footer p {
  font-size: 12px;
  margin: 0;
}
footer.page-footer h2 {
	color: white;
}
footer.page-footer ul {
  margin-bottom: 0;
}
footer.page-footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer.page-footer ul li a:hover,
footer.page-footer ul li a:focus,
footer.page-footer ul li a:active,
footer.page-footer ul li a.active {
  text-decoration: none;
}
footer.page-footer .list-badges {
  margin-bottom: 25px;
}
footer.page-footer .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
footer.page-footer .list-badges {
	list-style: none;
}
footer.page-footer ul.list-badges {
	margin: 0;
	padding: 0;
} 
footer.page-footer .list-badges li {
	display: inline-block;
  padding: 1rem;
}
.bg-primary {
  background:#009dff;
  background:-webkit-linear-gradient(to left,#009dff,#253491);
  background:linear-gradient(to left,#009dff,#253491);
}
.bg-sun {
	background: #ffa100;
    background: -webkit-linear-gradient(#ffa100, #E39001);
    background: linear-gradient(#ffa100, #E39001);
}
    
.text-primary {
  color: #fff;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
  background-color: transparent;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
}
.btn-fill {
  color:white;
  border-color: white;
  background-color:#F48204;
  border:1px solid;
  margin-bottom:1em;
}
.btn-fill.active,
.btn-fill:active,
.btn-fill:focus,
.btn-fill:hover {
  color:white;
  background-color:#ffa100;
}
.btn-outline-blue {
  color: #009dff;
  border-color: #009dff;
  border: 1px solid;
}
.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active,
.btn-outline-blue.active {
  color: white;
  background-color: #009dff;
}
.btn-outline-green {
  color: #81B501;
  border-color: #81B501;
  border: 1px solid;
}
.btn-outline-green:hover,
.btn-outline-green:focus,
.btn-outline-green:active,
.btn-outline-green.active {
  color: white;
  background-color: #81B501;
}

.btn-outline-yellow {
  color: #FFA100;
  border-color: #FFA100;
  border: 1px solid;
}
.btn-outline-yellow:hover,
.btn-outline-yellow:focus,
.btn-outline-yellow:active,
.btn-outline-yellow.active {
  color: white;
  background-color: #FFA100;
}

.btn-outline-purple {
  color: #dc2430;
  border-color: #dc2430;
  border: 1px solid;
}
.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active,
.btn-outline-purple.active {
  color: white;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
}



.btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.btn-right-spacer {
  margin-right: 1em;
}
.btn {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 300px;
  font-size: 11px;
  padding: 6px 16px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 14px;
}

.green {
	color: #81B501;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #2F2F2F;
}
::selection {
  color: white;
  text-shadow: none;
  background: #2F2F2F;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #2F2F2F;
}