/*
 * Template Name: Onboard - Responsive website template for crowdfunding campaigns
 * Version: 1.0
 * Author: Xiaoying Riley at 3rd Wave Media
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/

/* ======= Base ======= */
:root {
  --main-color: #1999f1;
  --main-color-hover: #16ace3;
  --main-color-active: #0085e0;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #606060;
  background-color: #f2f2f2;
  font-size: 20px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* allows all other Webkit-based browsers to still resize text when using the zoom function
  while still preserving your original font size. */
  -webkit-text-size-adjust: 100%;
}
h1,
h2 {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 32px;
  color: #1999f1;
  font-weight: 700;
}
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #353535;
  font-weight: 700;
  margin-bottom: 20px;
}
p {
  line-height: 1.5;
}
a {
  color: #1999f1;
}
a:hover,
a:active {
  color: #0085e0;
}
a:focus {
  text-decoration: none;
  color: #1999f1;
  outline: none;
}
.btn,
a.btn {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  padding: 6px 20px;
}
a.btn-cta,
.btn-cta {
  font-size: 18px;
  padding: 12px 40px;
}
.btn-oval,
a.btn-oval {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.btn-primary,
.btn-primary {
  background: #1999f1;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
a.btn-primary:hover,
.btn-primary:hover,
a.btn-primary:active,
.btn-primary:active,
a.btn-primary:focus,
.btn-primary:focus {
  background: #16ace3;
  border: none;
  color: #fff;
  outline: none;
}
.btn-primary:active:focus {
  background-color: #0085e0;
}
.btn-primary:active:hover {
  background-color: #0085e0;
}
.promo-section .video-button {
  position: absolute;
  height: 60px;
  width: 180px;
  padding: 16px;
  font-weight: 700;
  background:#FF4B39;
  -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EFEFEF)";
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  white-space:nowrap;
  vertical-align:middle;
  cursor:pointer;
  overflow:visible;
}
.promo-section .video-button-spacing {
  position: absolute;
  height: 60px;
  width: 180px;
  left: 9%;
  top: 60%;
}
.video-button:hover {
  -webkit-box-shadow: #999 0px 0px 3px;
  /*opacity: .85;*/
  background: #FF6252;
  border-color: #999;
  outline: 0px;
}
.video-button .fa {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.video-button span {
  color: #fff;
  font-size: 18px;
  margin-left: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 45px;
  border-color: #ccc;
  font-size: 16px;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.form-control:focus {
  border-color: #bfbfbf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Removes contact icon in Safari 6+ */
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 30px;
}
.highlight {
  color: #0085e0;
}
#topcontrol {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #1999f1;
  color: #fff;
  text-align: center;
  display: inline-block;
  z-index: 30;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#topcontrol:hover {
  background: #16C9E3;
  color: #fff;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
  font-weight: bold;
}
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.section-scroller {
  margin-top: 30px;
}
.section-scroller a {
  position: relative;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #1999f1;
  font : normal 400 20px/1 'Roboto', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.section-scroller a:hover {
  opacity: .5;
}
.scroller-button a {
  padding-top: 20px;
}
.scroller-button a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -12px;
  border-left: 3px solid rgba(255, 255, 255, 0.9);
  border-bottom: 3px solid rgba(255, 255, 255, 0.9);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
/* Generic section styling */
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-title {
  margin-top: 0;
  font-weight: 800;
  font-size: 42px;
  position: relative;
  padding-bottom: 5px;
  text-align: center;
}

/* ====== Header ======= */
/*.header-about{
  top: auto;
}*/

.header {
  color: #fff;
}
.header-scrolled {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: #fff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  padding-bottom: 0;
  max-height: 55px;
}
.header-scrolled .nav > li > a {
  color: #36435A;
}

.header-scrolled h1.logo a {
  cursor: pointer;
  background: transparent url('../images/logo-grey.svg') no-repeat left top;
}
.header-scrolled .navbar-toggle .icon-bar {
  background-color: #3f3f3f;
  height: 3px;
}
h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
}
h1.logo a {
  cursor: pointer;
  background: transparent url('../images/logo-white.svg') no-repeat left top;
  display: inline-block;
  height: 18px;
  width: 102px;
}
#wattcost-logo {
  cursor: pointer;
}

/* ====== Navigation Bar ======= */
.navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 15px;
  background: none;
  position: relative;
  top: 5px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .toggle-title {
  display: inline-block;
  float: left;
  color: #36435A;
  margin-right: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: -3px;
}
.navbar-toggle .icon-bar-wrapper {
  float: left;
}
.navbar-toggle .icon-bar {
  background-color: #FFFFFF;
  height: 3px;
}
.navbar-toggle:hover .icon-bar {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.nav > li > a {
  color: #36435A;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 16px;
  padding-left: 16px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
  outline: none;
}
.nav > li.active > a {
  color: #00bcd4;
}

/* ======= Hiring link in header ======= */
.navbar-hiring {
  float: right;
  margin-right: 15px;
  margin-top: 12px
}
.navbar-hiring-image {
  background:url('../images/hiring-text.svg') no-repeat left top;
  display: inline-block;
  width: 126px;
  height: 30px;
  background-size:contain;
}

/* ======= Promo Section ======= */
.promo-section {
  padding-bottom: 0;
}
.promo-section .container {
  height: 680px;
}
.promo-section .text-container{
  width: 50%;
  overflow: hidden;
  float: right;
}
.promo-section .headline {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 44px;
  color: #FFFFFF;
  text-align: center;
}
.promo-section .subheadline {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
}
.promo-section .overview-wrapper {
  position: relative;
}
.navbar-scrolled {
  display: inline-block !important;
}
.promo-section .product-holder img {
  margin: 0 auto;
  display: inline-block;
  width: 1024px;
}
.promo-section .heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}
.promo-section .heading .text {
  font-size: 16px;
  font-weight: 400;
}
.money-back-badge {
  cursor: pointer;
  position: absolute;
  left: 82%;
  bottom: 54%;
  z-index: 1;
}
.guarantee-banner {
  cursor: pointer;
  position : relative;
  width: 100%;
}
.guarantee-banner1 {
  background : #1999F1;
  border-style : Solid;
  border-color : #1999F1;
  border-width : 3px;
  position: relative;
  width : 100%;
  height : 60px;
  border-radius : 0;
  -moz-border-radius : 0;
  -webkit-border-radius : 0;
}
.guarantee-banner-text {
  font-size : 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color : #1999F1;
  padding: 18px;
  text-align: center
}
.money-back-guarantee-badge-mobile:hover {
  text-decoration: none
}
.promo-section .data-container {
  width: 400px;
  text-align: center;
  background: linear-gradient( rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95) );
  border-radius: 20px;
  margin-top: 60px;
  padding: 30px;
  float: right;
}
.promo-section .data-container .headline {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 30px;
  text-align: left;
  color: #1999f1;
  font-weight: 600;
}
.promo-section .data-container .stats {
  display: inline-block;
  text-align: left;
  color: #7a7a7a;
  margin-bottom: 20px;
  float: left;
}
.promo-section #cta-button {
  width: 100%;
  max-width: 300px;
  font-size: 22px;
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
  box-shadow:0px 3px 3px rgba(0,0,0,0.3);
}
.cta-container {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.cta-container .campaign-stage {
  font-size: 20px;
  color: #7a7a7a;
  text-align: center;
}
.cta-container .price {
  line-height: 1;
  font-size: 40px;
  margin-bottom: 18px;
  color: #7a7a7a;
}
.cta-container .price-from {
  padding-left: 10px;
  font-size: 18px;
  text-align: left;
  display: inline-block;
}
.cta-container .rrp {
  text-decoration:line-through;
}
.cta-container .submit-icon {
  padding-left: 20px;
  padding-top:5px;
  position:absolute;
}
.cta-container .shipping {
  line-height: 1.2;
  font-size: 18px;
  color: #7a7a7a;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}
.cta-container .conditions {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #868686;
  margin-top: 5px;
  margin-bottom: 15px;
}
.social-list a {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 6px;
}
.social-list a:hover {
  background: #fff;
}
.social-list a .fa {
  color: #606060;
  font-size: 20px;
}
.social-list li {
  margin-right: 5px;
}
.social-list li:last-child {
  margin-right: 0;
}

/* ======= Media Section ======= */
.media {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f5f5f5;
}
img.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%) opacity(60%); /* Chrome 19+ & Safari 6+ */
  filter: gray; /* IE6-9 */

/* bug: hides the image on FF when deployed to heroku but not local...
// filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

li.active img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.media-carousel .owl-item.color img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/* ======= Benefits Section ======= */
.benefits-section .section-title {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.benefits-section .section-subtitle {
  margin-bottom: 50px;
  font-size: 22px;
}
.benefits-section .item {
  margin-bottom: 140px;
  margin-top: 90px;
}
.benefits-section .figure-holder {
  text-align: center;
}
.benefits-section .figure-holder img {
  display: inline-block;
  max-height: 550px;
}
.benefits-section .item-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
}
.benefits-section .item-desc {
  font-size: 25px;
}
.benefits-section .item-desc .subtitle {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 10px;
}
.benefits-section .item-desc p {
  font-size: 26px;
}
.benefits-section .item-desc .icon-container {
  float:left;
  display: inline-block;
  padding: 0 18px 0 0;
}
.benefits-section .list-custom {
  margin-left: 30px;
}
.benefits-section .list-custom li {
  margin-bottom: 10px;
}
.benefits-section .list-custom .fa {
  color: #36b843;
  margin-right: 5px;
}
.benefits-section .desc-holder {
  width: 50%;
  position: relative;
}
.turnonsavings .item-desc p {
  /*font-size: 22px;*/
}
.solarsavings .item-desc p {
  font-weight: 600;
}
.smartenergy {
  position: relative;
  background-size: 100% 100%;
}
.turnonsavings {
  position: relative;
  background-size: 100% 100%;
}
.solarintelligence .item-desc p {
  font-size: 22px;
}
.peaceofmind .quote {
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
}
.community {
  background-color: #f5f5f5;
}
.easyinstall .panel-heading {
  margin-top: 95px;
  padding: 0;
  font-size: 26px;
  position: absolute;
}
.easyinstall .fa {
  margin-right: 5px;
  font-size: 22px;
  vertical-align: middle;
}
.easyinstall .video-button {
  position: absolute;
  height: 60px;
  width: 200px;
  padding: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  background:#1999f1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EFEFEF)";
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:6px;
  white-space:nowrap;
  vertical-align:middle;
  cursor:pointer;
  overflow:visible;
}
.easyinstall .video-button-spacing {
  position: relative;
  height: 60px;
  width: 200px;
}
.installsteps .section-title {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.installsteps {
  background: #F5F5F5;
}
.installsteps .section-subtitle {
  margin-bottom: 50px;
}
.installsteps .panel {
  border: 0;
  min-height: 620px;
  background-color: transparent;
  box-shadow: none;
}
.installsteps .panel-body {
}
.installsteps .content-holder {
}
.installsteps .item-title {
  font-size: 26px;
  margin-bottom: 10px;
}
.installsteps .install-img {
  height: 300px;
  background: #f5f5f5;
}
.installsteps .item-content {
  padding: 10px;
  font-size: 20px;
  line-height: 1.4;
}
.installsteps .footer-quote {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.row-outer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.column-centered {
  float: none;
  padding: 0 40px 0 40px;
}
.row-centered {
  padding-top: 150px;
  padding-bottom: 150px;
}
.text-white {
  color: #ffffff!important;
}
.line-divider {
  background: #ffffff;
  height: 10px;
}

/* ======= How Does It Work Section ======= */
.howitworks-section {
  background-color: #ffffff;
}
.howitworks-section .section-title {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.howitworks-section .section-subtitle {
  font-size: 22px;
  margin-bottom: 50px;
}
.howitworks-section .img-holder {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
}
.howitworks-section .text-container {
  position: relative;
  margin-top: 30px;
}
.howitworks-section .item {
  padding-left: 20px;
  padding-right: 20px;
}
.howitworks-section .item .item-title {
  font-size: 20px;
  margin-bottom: 10px;
}

/* ======= Testimonials Section ======= */
.testimonials {
  background: #1999f1;
  overflow: hidden;
  height: 420px;
}
.testimonials .container {
  height: 400px;
}
.testimonials .section-title {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.testimonials .section-subtitle {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 30px;
}
.testimonial-box {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  padding: 0 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  text-align: center;
  background-color: #1999f1;
}
.testimonials-holder {
  overflow: hidden;
  margin: 0 -12px;
}
.testimonial-box img {
  float: left;
  position: relative;
  padding: 5px;
}
.testimonial-box .holder {
  border-radius: 2px;
  background-color: #1999f1;
  padding: 10px;
  text-align: left;
  /*box-shadow: 0 13px 27px 0 rgba(0,0,0,.07);*/
}
.testimonial-box .item-title {
  color: #ffffff;
  position: relative;
  float: left;
  text-align: left;
  padding: 30px 0 20px;
}
.testimonial-box .item-content {
  position: relative;
  display: inline-block;
}
.testimonial-box .holder blockquote {
  color: #ffffff;
  margin: 0;
  border-left: 0;
  padding: 0px 10px 10px;
}

/* ======= Future Vision Section ======= */
.futurevision {
  color: #ffffff;
}
.futurevision .section-title {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.futurevision .section-subtitle {
  margin-top: 120px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  z-index: 1;
  width: 100%;
  font-weight: 600;
}
.futurevision .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.futurevision .item {
  padding-top: 180px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.futurevision .item-inner {
  height: 550px;
}
.futurevision .icon {
  height: 120px;
  width: 120px;
}
.intelligent-energy-icon {
  background: transparent url('../images/future-vision-star-icon.svg') no-repeat left top;
}
.appliance-detection-icon {
  background: transparent url('../images/future-vision-appliance-detection-icon.svg') no-repeat left top;
}
.intelligent-home-icon {
  background: transparent url('../images/future-vision-intelligent-home-icon.svg') no-repeat left top;
}
.futurevision .content-holder {
  width: 300px;
  margin: 0 auto;
}
.futurevision .content-title {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}
.futurevision .content-title p {
  line-height: 1.0;
}
.futurevision .col1 {
  background: #1479be;
}
.futurevision .col2 {
  background: #1999f1;
}
.futurevision .col3 {
  background: #62b8f3;
}
.futurevision .desc p {
  line-height: 0.8;
  font-size: 22px;
}
.futurevision .release-date {
  margin-top: 60px;
  font-size: 22px;
}
.futurevision .quote {
  font-size: 14px;
  width: 300px;
  position: absolute;
  bottom: 30px;
}

/* ======= Updates Section ======= */
.updates-section {
  background: #ffffff;
}
.updates-section .item {
  margin: 0 auto;
}
.updates-section .section-title {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.updates-section .section-subtitle {
  font-size: 22px;
  margin-bottom: 50px;
}
.updates-section .item-meta {
  color: #999;
  margin-bottom: 30px;
}
.updates-section .item-content {
  text-align: left;
}
.updates-section .img-holder {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.updates-section .read-more {
  margin-top: 10px;
  font-size: 22px;
}

/* ======= Timeline Section ======= */
.timeline-section {
  background: #f5f5f5;
}
.timeline-section .section-title {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.timeline-section .section-subtitle {
  font-size: 22px;
  margin-bottom: 50px;
}
.timeline-container {
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;
}
.timeline-container:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #1999f1;
  top: 0;
  position: absolute;
}
.timeline-container .timeline-item {
  position: relative;
  margin-bottom: 30px;
}
.timeline-container .timeline-content {
  width: 95%;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.timeline-container .timeline-content:before {
  content: '';
  position: absolute;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
.timeline-container .timeline-content.right {
  float: right;
}
.timeline-container .timeline-content.right:before {
  content: '';
  right: 95%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #fff;
}
.timeline-container .timeline-content .time {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1999f1;
  font-size: 20px;
}
.timeline-container .timeline-content .title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}
.timeline-container .timeline-content .desc {
  color: #586A8F;
}
.timeline-container .timeline-icon {
  background: #1999f1;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  overflow: hidden;
  margin-left: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  padding-top: 14px;
}
.timeline-container .timeline-icon-future {
  background: #ffffff;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  overflow: hidden;
  margin-left: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  padding-top: 14px;
}
.timeline-container .timeline-icon.complete {
  background: #36b843;
}
.timeline-container .timeline-icon .icon {
  color: #fff;
  font-size: 22px;
}
.timeline-container .timeline-icon-future .icon-future {
  color: #1999f1;
  font-size: 22px;
}

/* ======= Team Section ======= */
.team-section {
  background: #f5f5f5;
  /*background: #ffffff;*/
}
.team-section .section-title {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.team-section .section-subtitle {
  font-size: 22px;
  margin-bottom: 50px;
}
.team-section .item {
  margin-bottom: 30px;
}
.team-section .item-inner {
}
.team-section .profile-holder {
  margin-bottom: 15px;
}
.team-section .name {
  margin-top: 0;
  margin-bottom: 5px;
}
.team-section .role {
  font-size: 18px;
  margin-bottom: 15px;
  color: #1999f1;
}
.team-section .desc {
  font-size: 16px;
  line-height: 1.4;
}

/* ======= Email Signup ======= */
.signup-wrapper {
  background: #1999f1;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.signup-wrapper .form-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  width: 100%;
}
.signup-wrapper .form-title .subscription-error {
  margin-top: 20px;
}
.signup-wrapper .form-title .subscription-error a {
  color: #ffffff;
}
.signup-wrapper .form-title .subscription-success {
  margin-top: 20px;
}
.signup-wrapper .btn {
  background-color: #0F769C;
  border-color: #0F769C;
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.signup-wrapper .btn .fa {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}
.signup-wrapper .btn:hover {
  background-color: #16C9E3;
  border-color: #16C9E3;
}
.signup-wrapper .btn:hover .fa {
  color: #fff;
}
.signup-form {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.signup-form .form-control {
  width: 420px;
  margin-right: 5px;
}
.signup-form label.error {
  position: absolute;
  left: 0;
  width: 100%;
  top: 85px;
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
/* ======= FAQ Section ======= */
.faq-section {
  background: #F5F5F5;
  color: #606060;
  margin: 0 auto;
}
.faq-section .panel {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.faq-section .panel-title {
  font-weight: 400;
  font-size: 20px;
}
.faq-section .panel-title .fa {
  margin-right: 12px;
  font-size: 22px;
  vertical-align: middle;
}
.faq-section .panel-heading {
  border: none;
}
.faq-section .panel-body {
  padding: 15px 35px 15px 35px;
}
.faq-section i {
  color: #1999f1;
}

/* ======= Footer ======= */
.footer {
  background: #ffffff;
  font-weight: normal;
  color: #606060;
  padding-top: 30px;
  padding-bottom: 60px;
  width: 100%;
  margin: 0 auto;
}
.footer a {
  color: rgba(0, 0, 0, 0.3);
  font-size: 22px;
}
.footer .copyright {
  font-size: 14px;
  margin-top: 30px;
}
.footer .item-inner {
  padding: 15px;
}
.footer .support {
  padding-left: 0px;
}
.footer .company {
  padding-left: 0px;
}
.footer .product {
  padding-left: 0px;
}
.footer .share {
  color: #1999f1;
}
.footer h3 {
  font-size: 28px;
}
.footer .link {
  padding-bottom: 10px;
}
.footer .fake-link {
  color: rgba(0, 0, 0, 0.3);
  font-size: 22px;
  cursor: pointer;
}
.footer .fake-link:hover {
  text-decoration: underline;
}
.footer .social-container {
  padding-top: 10px;
}
.footer .contact {
  padding-top: 10px;
}

/* ======= Modal ======= */
.modal-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  color: #586A8F;
}
.modal-body iframe {
  max-width: 100%;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-header {
  border: none;
  padding-top: 30px;
  position: relative;
}
.modal button.close {
  font-size: 36px;
  font-weight: 300;
  text-shadow: none;
  background: none;
  position: absolute;
  right: 12px;
  top: 7px;
  z-index: 10;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.modal button.close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal-backdrop.in {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
   transform: translate(0,0);
}
.modal.modal-video .modal-dialog {
  margin-top: 90px;
}
.modal.modal-video .modal-body {
  padding: 0;
  padding-top: 0;
}
.modal.modal-video .modal-header {
  border: none;
  padding: 0;
}
.modal.modal-video .modal-content {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal.modal-video button.close {
  color: #fff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  background: none;
  position: absolute;
  top: inherit;
  right: 0px;
  bottom: 5px;
  z-index: 10;
}
.modal.modal-video button.close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.close-purchase-modal {
  position: absolute;
  top: -20px;
  right: 28px;
  cursor: pointer;
  z-index: 1;
}
.selector-modal {
  background: rgba(0, 0, 0, 0.1);
}
.selector-modal-content {
  width: 500px;
  margin: 0 auto;
  border-radius: 6px;
  padding: 50px;
}

/* ====== Money Back Guarantee Modal ====== */
.money-back-guarantee-modal .modal-dialog {
  width: 1024px;
}
.close-money-back-guarantee-modal {
  position: absolute;
  top: -20px;
  right: -22px;
  cursor: pointer;
  z-index: 1;
}
.money-back-guarantee-modal-content .modal-logo {
  height: 40px;
  width: 100%;
}
.money-back-guarantee-modal-content {
  width: 1024px;
  margin: 0 auto;
  border-radius: 6px;
  padding: 50px;
}
.money-back-guarantee-modal-content .headline {
  text-align: center;
  color: #353535;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
}
.money-back-guarantee-modal-content p {
  text-align: left;
  font-size: 16px;
}

/* ====== Product Selector Modal ====== */
.modal {
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  height: inherit;
  margin-top: 60px;
  color: #353535;
}
.selector-modal-content .modal-logo {
  height: 40px;
  width: 100%;
}
.selector-modal-content .headline {
  text-align: center;
  color: #353535;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
}
.selector-modal-content .subheadline {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
}
.selector-modal-content .hide {
  display: none;
}
.selector-modal-body {
  padding-left: 15px;
}
.selector-modal .signup-form {
  width: 100%;
}
.selector-modal .signup-form .form-control {
  text-align: left;
  width: 260px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 0px rgba(0, 0, 0, 0);
}
.selector-modal .submit-button {
  position: absolute;
  top: 63px;
  right: 75px;
  font-size: 20px;
  border-radius: 50%;
  padding-right: 7px;
  padding-left: 7px;
  border:1px solid #ccc;
  background: transparent;
  overflow:hidden;
}
.selector-modal .submit-button:focus {
  outline: 0px solid transparent;
}
.selector-modal .signup-form .input {
  border:1px solid rgb(96,96,96);
  color: rgb(96,96,96);
}
.selector-modal .submit-button .error {
  border:1px solid #FF4B39;
  color: #FF4B39;
}
.selector-modal .submit-icon {
  top: 0;
  color: #ccc;
  font-size: 15px;
}
.selector-modal .submit-button .input {
  color: rgb(96,96,96);
  border: none;
}
.selector-modal .modal-content .form-title {
  font-size: 22px;
}
.selector-modal .modal-content .form-title .subscription-error {
  margin-top: 20px;
  margin-bottom: 20px;
}
.selector-modal .modal-content .form-title .subscription-success {
  margin-top: 20px;
  margin-bottom: 20px;
}
.selector-modal .modal-content .form-title .shipping-success {
  margin-top: 10px;
}
.selector-modal .modal-content .form-title .shipping-error {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.selector-modal .modal-content .form-title .btn-cta {
  width: 260px;
  margin-bottom: 10px;
}
.selector-modal .signup-form .error {
  color: #FF4B39;
  /* Remove colors from chrome autocomplete */
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #FF4B39 !important;
  border-color: #FF4B39;
  margin-bottom: 10px;
}
.selector-modal .signup-form .error::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #FF4B39 !important;
  color:    #FF4B39;
}
.selector-modal .signup-form .error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #FF4B39;
  opacity:  1;
}
.selector-modal .signup-form .error::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #FF4B39;
  opacity:  1;
}
.selector-modal .signup-form .error:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #FF4B39;
}
.selector-modal .signup-form .email-form {
  padding: 6px 34px 6px 8px;
  margin-bottom: 10px;
}
.selector-modal .signup-form .country-selector {
  margin-bottom: 10px;
}
.selector-modal .signup-form .easy-autocomplete-container ul {
  border-top: none;
  top: -5px;
}
.selector-modal .signup-form .easy-autocomplete-container li {
  font-size: 16px;
  height: 45px;
  padding: 12px 12px;
}
.selector-modal .selector-modal-content .form-title {
  margin-top: 10px;
  color: #353535;
  text-align: center;
}
.selector-modal .selector-modal-content .form-title .error {
  text-align: center;
  color: #FF4B39;
}
.selector-modal .selector-modal-content .form-title .grayed-out {
  color: #EEEEEE;
}
.selector-modal .selector-modal-content .form-title .grayed-out-backgrnd {
  background: #EEEEEE;
}
.selector-modal .selector-modal-content .form-title .purchase-buttons {
  margin-top: 10px;
}
.selector-modal .selector-modal-content .submit-btn {
  visibility: hidden;
}
ul {
  list-style-type: none;
}
.blue {
  background: #1999f1;
}

/* ====== Shopping Cart ====== */
.product-cart {
  margin-top: 50px;
  background: #ffffff;
  height: 650px;
}

.product-cart .product__buy {
  background: #1999f1;
  padding: 0.5625em 1.875em;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
}

.product-cart .product__buy:hover {
  text-decoration: none;
  color: white;
  background: #0c7dcb;
}

.product-cart .product {
  width: 100%;
  overflow: hidden;
  border: none;
  height: 550px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.product-cart .product-title {
  margin-left: calc(60% + 25px);
  font-size: 28px;
  line-height: 1.2;
  color: #4a4a4a;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
}
.product-cart .product-description {
  margin-left: calc(60% + 25px);
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.65;
}

.product-cart .variant-title,

.product-cart .product-image-wrapper {
  float: left;
  width: 60%;
}
.product-cart .variant-image {
  max-width: 100%;
  margin: 0 auto 15px auto;
}
.product-cart .variant-price {
  margin-left: calc(60% + 25px);
  margin-bottom: 15px;
}
.product-cart .variant-actual-price {
  font-size: 22px;
  display: inline-block;
}
.product-cart .variant-compare-price {
  font-size: 17px;
  text-decoration: line-through;
  padding-left: 5px;
  opacity: 0.65;
}

.product-cart .variant-selectors {
  margin-left: calc(60% + 25px);
}

.product-cart .buy-button-wrapper {
  margin: 20px auto 0;
  margin-left: calc(60% + 25px);
}

.product-cart .variant-selectors label {
  display: block;
  margin-bottom: 5px;
}

.product-cart .shopify-select {
  border: 1px solid #d3dbe2;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  overflow: hidden;
  vertical-align: bottom;
}

.product-cart .shopify-select-icon {
  cursor: pointer;
  display: block;
  fill: #798c9c;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  pointer-events: none;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.product-cart .select {
  font-size: 18px;
  padding: 7px 10px;
  padding-right: 32px;
  border: 0;
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.product-cart .btn {
  color: #fff;
  font-size: 15px;
  background-color: #1999f1;
  padding: 16px 40px;
  letter-spacing: .3px;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.product-cart .btn:hover,
.product-cart .btn:focus {
  color: white;
  background: #16ace3;
}

.product-cart .btn--cart-checkout {
  clear: both;
  margin-top: 15px;
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
}

.product-cart .btn--test {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.product-cart .btn--cart-tab {
  padding: 5px 11px;
  border-radius: 3px 0 0 3px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  opacity: 0;
  min-width: inherit;
  width: auto;
  height: auto;
  z-index: 2;
}
.product-cart .js-active {
  transform: translateY(-50%);
  opacity: 1;
}

.product-cart .btn__counter {
  display: block;
  margin: 0 auto 10px auto;
  font-size: 18px;
}

.product-cart .icon-cart--side {
  height: 20px;
  width: 20px;
}

.product-cart * {
  box-sizing: border-box;
}

.product-cart html {
  /*font-family: 'Muli', sans-serif;*/
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 14px;
  line-height: 18px;
  color: #31373d;
}

.product-cart ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.product-cart img {
  display: block;
  max-width: 100%;
}

.product-cart input {
  -webkit-appearance: textfield;
  margin: 0;
}

.product-cart .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.product-cart .visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.product-cart .type--center {
  text-align: center;
}

.product-cart .cart {
  position: fixed;
  width: 100%;
  max-width: 350px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1300;
  background: white;
  border-radius: 1px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
.product-cart .js-active {
  transform: translateX(0);
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
}

.product-cart .cart-section {
  position: relative;
  padding: 20px;
}

.product-cart .cart-section--top {
  z-index: 5;
}

.product-cart .cart-title {
  font-size: 18px;
  color: #767676;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-cart .btn--close {
  position: absolute;
  right: 9px;
  top: 8px;
  font-size: 35px;
  color: #767676;
  border: none;
  background: transparent;
  transition: transform 100ms ease;
  cursor: pointer;
}
.product-cart .btn--close:hover {
  transform: scale(1.2);
  /*color: darken($color-title, 5%);*/
}

.product-cart .cart-form {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  padding: 70px 0 140px 0;
}

.product-cart .cart-item-container {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  perspective: 400px;
  perspective-origin: 50% 0px;
}

.product-cart .cart-item {
  margin-bottom: 20px;
  padding-bottom: 5px;
  overflow: hidden;
  backface-visibility: visible;
  min-height: 65px;
  position: relative;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.product-cart .js-hidden {
  opacity: 0;
}
.product-cart .js-working:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  z-index: 2;
}

.product-cart .cart-item__img {
  width: 65px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.product-cart .cart-item__content {
  width: 100%;
  padding-left: 75px;
}

.product-cart .cart-item__content-row {
  margin-bottom: 15px;
}
.product-cart .cart-item__title {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.product-cart .cart-item__variant-title {
  float: right;
  color: #4c4c4c;
  font-size: 11px;
  font-weight: bold;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-cart .cart-item__quantity-container {
  border: 1px solid #767676;
  float: left;
  border-radius: 3px;
}

.product-cart .quantity-decrement, .quantity-increment {
  color: black;
  display: block;
  float: left;
  height: 30px;
  line-height: 16px;
  font-family: monospace;
  width: 25px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}

.product-cart .cart-item__quantity {
  color: black;
  width: 38px;
  height: 30px;
  font-size: 16px;
  border: none;
  text-align: center;
  -moz-appearance: textfield;
  background: transparent;
  border-left: 1px solid #767676;
  border-right: 1px solid #767676;
  display: block;
  float: left;
  padding: 0;
  border-radius: 0;
}

.product-cart input[type=number]::-webkit-inner-spin-button,
.product-cart input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-cart .cart-item__price {
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

.product-cart .cart-bottom {
  /*border-top: 1px solid #31373d;*/
}

.product-cart .cart-info {
  padding: 15px 20px 10px;
}

.product-cart .cart-info__total {
  float: left;
  text-transform: uppercase;
}

.product-cart .cart-info__small {
  font-size: 12px;
}

.product-cart .cart-info__pricing {
  float: right;
}

.product-cart .cart-discount-notice {
  color: #767676;
  margin-bottom: 10px;
}

.product-cart .cart-actions-container {
  padding-top: 5px;
}

.product-cart .pricing {
  font-size: 14px;
  float: right;
}

.extras-cart {
  margin-top: 30px;
  background: #ffffff;
  text-align: center;
  height: 470px;
}
.product-extras {
  width: calc(25% - 20px);
  max-width: calc(33.33333% - 30px);
  margin-left: 30px;
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
}
.product-extras .product-image-wrapper {
  width: 100%;
}
.product-extras .product-title {
  font-size: 20px;
  margin-left: 0;
}
.product-extras .variant-price {
  font-size: 20px;
  margin-left: 0;
}
.product-extras .view-product-button-wrapper {
  margin-left: 0;
}

/* ====== Referral Page ====== */
.referral {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0;
}
.referral .container {
  background: #ffffff;
}
.referral .modal-logo {
  height: 40px;
  width: 100%;
}
.referral .referral-box {
  max-width: 800px;
  background: #ffffff;
  margin: 0 auto;
  margin-top: 30px;
}
.referral .referral-wrapper {
  margin: 0 auto;
  max-width: 500px;
  margin-bottom: 20px;
}
.referral .offer {
  margin-top: 30px;
}
.referral .offer-wrapper {
  margin: 0 auto;
  max-width: 700px;
}
.referral .offer .subheadline {
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.referral .offer .offer-description {
  margin: 0 auto;
  max-width: 500px;
  font-size: 20px;
}
.referral .coupon {
  width: 232px;
  height: 111px;
  text-align: center;
  position: relative;
  margin: 10px auto;
}
.referral .coupon img {
  width: 232px;
}
.coupon p {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
  margin: 0;
}
.referral .offer .offer-terms {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}
.referral .offer .btn {
  font-size: 20px;
  padding: 20px 10px;
  margin-top: 15px;
  width: 290px;
}

/* ====== Partners Page ====== */
.partners {
  background-color: #ffffff;
  width: 100%;
}
.partners .partners-wrapper {
  margin-bottom: 50px;
}
.partners .row {
  max-width: 700px;
  margin: 0 auto;
}
.partners .headline {
  margin-top: 55px;
  font-size: 44px;
}
.partners .form-title {
  color: #606060;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 50px;
}
.partners .subscription-error {
  color: #a94442;
}
.partners .partner-form {
  margin-top: 55px;
}
.form-group.required label:after {
  content: " *";
  color: #a94442;
}
.partners .btn {
  font-size: 18px;
  padding: 12px 30px;
  margin-top: 15px;
}

/* ====== About Page ====== */
.about {
  background: #ffffff;
  text-align: left;
}
.about .image-wrapper-map {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about .item-inner {
  padding: 30px;
}
.about h1 {
  margin-top: 50px;
  text-align: center;
}
.about h3 {
  text-align: left;
}

/* ====== Careers Page ====== */
.careers {
  background: #ffffff;
  text-align: left;
}
.careers .column-centered {
  width: 100%;
}

.careers h1 {
  margin-top: 50px;
  text-align: center;
}
.careers h3 {
  padding-top: 30px;
  text-align: left;
}
.careers p {
  padding-top: 20px;
  font-size: 22px;
  font-weight: 700;
}
.careers li {
  padding-top: 10px;
  font-size: 22px;
  font-weight: 700;
}

/* ====== Job Page ====== */
.job {
  background: #ffffff;
  text-align: left;
}
.job h1 {
  margin-top: 50px;
  text-align: center;
}
.job h3 {
  padding-top: 30px;
  text-align: left;
}
.job ul {
  list-style-type: disc;
  line-height: 1.5;
}
.job .button-wrapper {
  margin-top: 50px;
}
.job .back-to-careers {
  margin-top: 20px;
}


/* ====== Privacy Page ====== */
.privacy {
  background: #ffffff;
  margin-top: 25px;
  text-align: left;
}
.privacy .section-title {
  margin-top: 30px;
  padding-bottom: 0;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
}
.privacy h1 {
  margin-top: 50px;
}

/* ====== Terms Page ====== */
.terms {
  background: #ffffff;
  margin-top: 25px;
  text-align: left;
}
.terms .section-title {
  margin-top: 30px;
  padding-bottom: 0;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
}
.terms h1 {
  margin-top: 60px;
}

/* ====== Blog ====== */
.blog {
  background: #ffffff;
}
.blog .row {
  /*margin-top: 50px;*/
}
.blog .article {
  border: 1px solid #ccc;
  overflow: hidden;
  margin-top: 50px;
  height: 650px;
}
.blog .feature-article {
  border: 1px solid #ccc;
  overflow: hidden;
  margin-top: 50px;
  height: 1350px;
}
.blog .article-block {
  padding: 10px;
}
.blog .article-block-img {
  margin-top: 30px;
}
.article-img-description {
  text-align: center;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.blog .article-block-copy {
  padding: 20px 20px 0 20px;
}
.blog .article-block-title {
  font-size: 1.4em;
}
.blog .article-block-title a:focus, a:hover {
  text-decoration: none;
}
.blog .article-block-date {
  padding-top: 10px;
  font-size: 18px;
}
.blog .article-block-tags {
  padding-top: 10px;
  font-size: 18px;
}
.blog .article-block-author {
  padding-top: 10px;
  font-size: 16px;
}
.blog .article-block-content {
  margin-top: 20px;
}
.blog .article-block-summary {
  padding-top: 10px;
}
.blog .social-container {
  display: inline-block;
}
.blog .share {
  margin-top: 20px;
  display: inherit;
  margin-left: 0;
}
.blog .social-list a {
  width: 40px;
  height: 40px;
  background: transparent;
}
.blog .social-list a .fa {
  color: rgba(0, 0, 0, 0.2);
  font-size: 30px;
}
.blog .social-list a:hover .fa{
  color: #1999f1;
}
.blog .social-list li {
  margin-right: 0;
  padding: 0;
}
.blog .article-back-to-blog {
  margin-top: 20px;
}
.blog .article-block-tile-img img {
  width: 100%;
}
.blog .article-block-img img {
  width: 100%;
}
.blog .read-more {
  display: block;
  position: absolute;
  bottom: 10px;
  padding: 5px 20px 2px 20px;
  width: calc(100% - 42px);
  text-align: left;
  font-size: 18px;
}

/* ====== House Install Page ====== */
.house-install {
  background: #ffffff;
}
.house-install-video {
  margin-top: 40px;
}

/* ======= Carousel CSS ====== */
.benefits-carousel .owl-item {
  text-align: center;
  color: #fff;
}
.benefits-carousel .owl-item p{
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.benefits-carousel-mobile .owl-item {
  text-align: center;
  color: #fff;
}
.tab-content .tab {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -50px;
  left: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 300;
  -webkit-transition: all .35s;
  transition: all .35s;
  text-align: center;
  border-left: none;
  padding-top: 0;
}
.tab-content .tab.active {
  opacity: 1;
  visibility: visible;
  position: static;
}
.media ul li {
  display: inline;
  margin: 0 20px;
}
.media ul li img {
  height: 60px;
}
.media-carousel .owl-item img {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto;
}
.icon-container {
  display: block;
}
.icon-container .active {
  background: #1999f1;
  color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px #1999f1;
  box-shadow: 0px 0px 0px 2px #1999f1;
}
/* Extra small devices (phones, less than 368px) */
@media (max-width: 367px) {
  .mobile-hide {
    display: none!important;
  }
  .mobile-show {
    display: block!important;
  }
  #topcontrol {
    display: none;
  }
  br {
    display: block;
  }
  .section {
    width: 100%;
  }
  .section-title {
    font-size: 28px;
  }
  .section-subtitle {
    font-size: 20px;
  }
  .team-section .item {
    width: 100%
  }
  .header {
    background: #fff;
    padding-top: 5px;
  }
  .header h1.logo a {
    cursor: pointer;
    background: transparent url('../images/logo-grey.svg') no-repeat left top;
  }
  .navbar-right {
    margin-right: 0;
  }
  .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
    background: none;
    position: relative;
    float: right;
    padding-right: 0;
    top: 5px;
  }
  .btn, a.btn {
    padding: 6px 12px;
  }
  .cta-nav-button {
    max-height: 32px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 13px;
    padding-right: 10px;
    float: right;
  }
  .nav > li > a {
    color: #36435A;
  }
  .nav > li.active > a {
    color: #00bcd4;
  }
  .navbar-toggle .icon-bar {
    background-color: #0f0f0f;
  }
  .promo-background-img {
    background-size: cover;
    min-height: 880px;
    background: url('../images/promo-hero-background-425.jpg') no-repeat center;
  }
  .promo-section {
    padding-top: 60px;
  }
  .promo-section .container {
    width: 100%;
    margin: 0;
    height: 900px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .promo-section .headline {
    font-size: 40px;
    text-align: center;
  }
  .promo-section .subheadline {
    text-align: center;
    font-size: 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  .promo-section .text-container {
    width: 100%;
    overflow: hidden;
    float: right;
    padding: 0;
    margin: 0;
  }
  .promo-section .product-holder img {
    margin: 0 auto;
    display: inline-block;
    width: 1024px;
  }
  .promo-section .video-button-spacing {
    left: 20%;
    top: 40%;
  }
  .promo-section .data-container {
    width: 100%;
    padding: 20px;
    top: 230px;
    text-align: center;
  }
  .promo-section .data-container .headline {
    text-align: center;
    font-size: 21px;
    margin-bottom: 15px;
  }
  .promo-section .data-container .stats {
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
    width: 100%;
  }
  .cta-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .cta-container .campaign-stage {
    line-height: 1.6;
    font-size: 15px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
  }
  .cta-container .price {
    margin-bottom: 15px;
  }
  .cta-container .price-from {
    font-size: 15px;
  }
  .promo-section #cta-button {
    font-size: 20px;
    width: 100%;
  }
  .cta-container .shipping {
    text-align: center;
    font-size: 15px;
  }
  .cta-container .conditions {
    text-align: center;
  }
  .column-centered {
    padding: 0;
  }
  .column-centered-phone {
    padding: 0 20px 0 20px;
  }
  .guarantee-banner1 {
    height: 80px;
  }
  .signup-form .form-control {
    width: 100%;
  }
  .signup-form .btn {
    width: 100%;
    margin-top: 25px;
  }
  .benefits-carousel {
    width: 100%;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
  }
  .benefits-section .container {
    width: 100%;
    margin: 0 auto;
  }
  .benefits-section .item-title {
    font-size: 28px;
  }
  .benefits-section  .item-desc p {
    font-size: 20px;
  }
  .benefits-section .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0 auto;
    z-index: -1;
    overflow: hidden;
    height: 470px;
    width: auto;
  }
  .benefits-section .img-holder div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
  }
  .benefits-section .img-holder .active {
    opacity: 1;
  }
  .benefits-carousel {
    width: 100%;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }
  .benefits-section .container {
    width: 100%;
    margin: 0 auto;
    height: 420px;
  }
  .benefits-section .section-title {
    padding-bottom: 10px;
  }
  .benefits-section .section-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .benefits-section .item-desc {
    font-size: 16px;
  }
  .benefits-section .desc-holder {
    width: 100%;
  }
  .benefits-section .figure-holder {
    padding-top: 30px;
  }
  .benefits-section .item-desc .subtitle {
    font-size: 19px;
    margin-bottom: 5px;
  }
  .benefits-section .item-desc .icon-container {
    padding: 0 0 0 0;
  }
  .benefits-section .item-desc .desc-container p {
    font-size: 16px;
  }
  .benefits-section .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0 auto;
    z-index: -1;
    overflow: hidden;
    height: 810px;
    width: 100%;
  }
  .benefits-section .img-holder div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
  }
  .benefits-section .img-holder .active {
    opacity: 1;
  }
  .row-centered {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .row-centered-phone {
    padding: 0;
  }
  .intelligentenergy {
    text-align: center;
    height: 900px;
    background: #ffffff;
  }
  .solarsavings {
    position: relative;
    background-size: 100% 100%;
    height: 900px;
    text-align: center;
    background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.6) ), url('../images/benefits-smarter-solar-background-367.jpg') no-repeat center top;
  }
  .smartenergy {
    text-align: center;
    position: relative;
    background-size: 100% 100%;
    height: 870px;
    background: #f5f5f5;
  }
  .turnonsavings {
    text-align: center;
    position: relative;
    background-size: 100% 100%;
    height: 900px;
    background: #ffffff;
  }
  .personalsavings {
    text-align: center;
    height: 900px;
    background: #f5f5f5;
  }
  .moreforsolar {
    text-align: center;
    position: relative;
    background-size: 100% 100%;
    height: 930px;
    background: #ffffff;
  }
  .peaceofmind {
    text-align: center;
    background: #ffffff;
    height: 930px;
  }
  .peaceofmind .quote {
    text-align: center;
    position: relative;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .peaceofmindsolar {
    text-align: center;
    background: #ffffff;
    height: 980px;
  }
  .peaceofmindsolar .quote {
    text-align: center;
    position: relative;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .budgettracking {
    text-align: center;
    height: 930px;
    background: #f5f5f5;
  }
  .budgettrackingsolar {
    text-align: center;
    height: 960px;
    background: #f5f5f5;
  }
  .community {
    text-align: center;
    height: 900px;
    background-color: #ffffff;
  }
  .communitysolar {
    text-align: center;
    height: 900px;
    background-color: #ffffff;
  }
  .easyinstall {
    text-align: center;
    background: #1999f1;
    height: 460px;
  }
  .easyinstall .item-title {
    color: #ffffff;
  }
  .easyinstall .item-desc {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .easyinstall .panel-heading {
    position: relative;
    margin-top: 35px;
    text-align: center;
    font-size: 20px;
  }
  .easyinstall .panel-heading a {
    color: #ffffff;
    font-weight: 500;
  }
  .easyinstall .video-button {
    position: relative;
    text-align: center;
    width: 210px;
    background: #ffffff;
  }
  .easyinstall .video-button .fa {
    color: #1999f1;
  }
  .easyinstall .video-button span {
    color: #1999f1;
  }
  .easyinstall .video-button-spacing {
    position: relative;
    width: 210px;
  }
  .easyinstallsolar {
    text-align: center;
    background: #1999f1;
    height: 410px;
  }
  .easyinstallsolar .item-title {
    color: #ffffff;
  }
  .easyinstallsolar .item-desc {
    color: #ffffff;
    font-weight: 500;
  }
  .easyinstallsolar .panel-heading a {
    color: #ffffff;
    font-weight: 500;
  }
  .installsteps .item-title {
    font-size: 28px;
  }
  .installsteps .panel {
    min-height: 480px;
  }
  .howitworks-section .img-holder {
    margin-top: 0;
  }
  .howitworks-section .section-title {
    padding-bottom: 30px;
  }
  .howitworks-section .section-subtitle {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .media-carousel-mobile .owl-item .owl-img {
    border-radius: 2px;
    padding: 25px 18px 28px;
    background-color: #fff;
    box-shadow: 0 13px 27px 0 rgba(0,0,0,.07);
  }
  .media-carousel-mobile .owl-item {
    padding: 25px 20px 40px;
  }
  .media-carousel-mobile .owl-dots {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .owl-img .tab {
    text-align: center;
    border-left: none;
    font-size: 20px;
    text-shadow: 0 0 45px rgba(255,255,255,.84);
    margin: 0 0 32px;
  }
  .owl-img img {
    filter: none;
    height: auto;
    -webkit-filter: grayscale(0%);
  }
  .owl-item .owl-img img {
    margin-left: 25%;
    width: 50%;
  }
  .media {
    padding-top: 0;
    padding-bottom: 0;
  }
  .futurevision .item {
    padding-top: 220px;
  }
  .futurevision .item-inner {
    height: 260px;
  }
  .futurevision .icon {
    height: 60px;
    width: 60px;
  }
  .futurevision .content-holder {
    width: 95px
  }
  .futurevision .content-title {
    font-size: 15px;
  }
  .futurevision .release-date {
    width: 95px;
    font-size: 15px;
    font-weight: 600;
  }
  .updates-section .section-title {
    padding-bottom: 30px;
  }
  .updates-section .section-subtitle {
    font-size: 20px;
  }
  .timeline-section .section-title {
    padding-bottom: 30px;
  }
  .timeline-section .section-subtitle {
    font-size: 20px;
  }
  .timeline-container {
    width: 90%;
  }
  .timeline-container:before {
    left: 0;
  }
  .timeline-container .timeline-icon {
    left: 0;
  }
  .timeline-container .timeline-content {
    width: 88%;
    float: right;
  }
  .timeline-container .timeline-content:before,
  .timeline-container .timeline-content.right:before {
    left: 12%;
    margin-left: -7px;
    border-left: 0;
    border-right: 7px solid #fff;
  }
  .team-section .section-title {
    padding-bottom: 30px;
  }
  .team-section .section-subtitle {
    font-size: 20px;
  }
  .benefits-section .item {
    margin-bottom: 0;
  }
  .testimonials {
    background: #1999f1;
    overflow: hidden;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: 500px;
  }
  .testimonials-holder {
    padding: 0;
    margin: 0;
  }
  .testimonial-box {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.67;
    text-align: center;
    width: auto;
    color: #ffffff;
    position: relative;
    margin: 0!important;
  }
  .testimonial-box .holder {
    padding: 0 20px 23px;
    text-align: center;
  }
  .testimonial-box img {
    float: none;
    position: static;
  }
  .testimonials-carousel-mobile .owl-item img {
    display: inline-block;
    width: auto;
  }
  .testimonial-box .holder blockquote {
    margin: 0 0 13px;
  }
  .testimonials-carousel-mobile .owl-item .owl-img {
    border-radius: 2px;
    padding: 25px 18px 28px;
    background-color: #fff;
    /*box-shadow: 0 13px 27px 0 rgba(0,0,0,.07);*/
  }
  .testimonials-carousel-mobile .owl-item {
    padding: 25px 20px 0;
  }
  .testimonials-carousel-mobile .owl-dots {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .testimonials-carousel-mobile .owl-dots .owl-dot span {
    background: #ffffff;
  }
  .testimonials-carousel-mobile .owl-dots .owl-dot.active span {
    background: #D6D6D6;
  }
  .footer .item-inner {
    padding: 9px;
  }
  .selector-modal-content {
    width: 300px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 50px;
  }
  .selector-modal-content .headline {
    font-size: 12px;
  }
  .close-purchase-modal {
    right: -22px;
  }
  .selector-modal .modal-content .form-title .btn-cta {
    width: 200px;
  }
  .selector-modal .signup-form .form-control {
    width: 200px;
  }
  .selector-modal .submit-button {
    right: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .money-back-guarantee-modal .modal-dialog {
    width: 300px;
  }
  .money-back-guarantee-modal-content {
    width: 300px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 50px;
  }
  .product-cart {
    height: 880px;
  }
  .product-cart .product {
    height: 850px;
  }
  .product-cart .product-title {
    margin-left: 0;
  }
  .product-cart .product-description {
    margin-left: 0;
  }
  .product-cart .product-image-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .product-cart .buy-button-wrapper {
    margin-left: 0;
  }
  .product-cart .variant-price {
    margin-left: 0;
  }
  .product-cart .variant-selectors {
    margin-left: 0;
  }
  #extras-product-cart .product-cart {
    margin-top: 0;
    height: 1570px;
  }
  .product-cart .product-extras {
    min-width: 240px;
    width: auto;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
  }
}

/* Extra small devices (phones, less than 768px and more than 367px) */
@media (max-width: 767px) and (min-width: 368px){

  /* Small devices (phones 6/7 >>plus<<, less than 768px and more than 375px) */
  @media (min-width: 376px) and (max-width: 767px) {
  }

  .mobile-hide {
    display: none!important;
  }
  .mobile-show {
    display: block!important;
  }
  #topcontrol {
    display: none;
  }
  br {
    display: block;
  }
  .section {
    width: 100%;
  }
  .section-title {
    font-size: 34px;
    padding-bottom: 30px;
  }
  .section-subtitle {
    font-size: 20px;
    margin-bottom: 0;
  }
  .team-section .item {
    width: 100%
  }
  .header {
    background: #fff;
    padding-top: 5px;
  }
  .header h1.logo a {
    cursor: pointer;
    background: transparent url('../images/logo-grey.svg') no-repeat left top;
  }
  .navbar-right {
    margin-right: 0;
  }
  .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
    background: none;
    position: relative;
    float: right;
    padding-right: 0;
    top: 5px;
  }
  .cta-nav-button {
    max-height: 32px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 13px;
    padding-right: 10px;
    float: right;
  }
  .nav > li > a {
    color: #36435A;
  }
  .nav > li.active > a {
    color: #00bcd4;
  }
  .navbar-toggle .icon-bar {
    background-color: #0f0f0f;
  }
  .promo-background-img {
    background-size: cover;
    min-height: 850px;
    background: url('../images/promo-hero-background-768.jpg') no-repeat center top 60%;
  }
  .promo-section {
    padding-top: 60px;
  }
  .promo-section .container {
    width: 100%;
    margin: 0;
    height: 900px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .promo-section .headline {
    font-size: 40px;
    text-align: center;
  }
  .promo-section .subheadline {
    text-align: center;
    font-size: 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  .promo-section .text-container {
    width: 100%;
    overflow: hidden;
    float: right;
  }
  .promo-section .product-holder img {
    margin: 0 auto;
    display: inline-block;
    width: 1024px;
  }
  .promo-section .video-button-spacing {
    left: 25%;
    top: 36%;
  }
  .promo-section .data-container {
    width: 100%;
    padding: 20px;
    top: 210px;
    text-align: center;
  }
  .promo-section .data-container .headline {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .promo-section .data-container .stats {
    text-align: center;
    font-size: 17px;
    margin-bottom: 5px;
    float: none;
  }
  .cta-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .cta-container .campaign-stage {
    line-height: 1.6;
    font-size: 17px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
  }
  .cta-container .price {
    margin-bottom: 15px;
  }
  .cta-container .price-from {
    font-size: 17px;
  }
  .promo-section #cta-button {
    font-size: 22px;
    width: 100%;
  }
  .cta-container .shipping {
    text-align: center;
    font-size: 17px;
  }
  .cta-container .conditions {
    text-align: center;
  }
  .column-centered {
    padding: 0;
  }
  .column-centered-phone {
    padding: 0 30px 0 30px;
  }
  .signup-form .form-control {
    width: 100%;
  }
  .signup-form .btn {
    width: 100%;
    margin-top: 25px;
  }
  .benefits-carousel {
    width: 100%;
    text-align: center;
    max-width: 790px;
    margin: 0 auto;
  }
  .benefits-section .container {
    width: 100%;
    margin: 0 auto;
  }
  .benefits-section .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0 auto;
    z-index: -1;
    overflow: hidden;
    height: 470px;
    width: auto;
  }
  .benefits-section .img-holder div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
  }
  .benefits-section .img-holder .active {
    opacity: 1;
  }
  .benefits-carousel {
    width: 100%;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }
  .benefits-section .container {
    width: 100%;
    margin: 0 auto;
    height: 520px;
  }
  .benefits-section .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0 auto;
    z-index: -1;
    overflow: hidden;
    height: 810px;
    width: 100%;
  }
  .benefits-section .img-holder div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
  }
  .benefits-section .img-holder .active {
    opacity: 1;
  }
  .row-centered {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .row-centered-phone {
    padding: 0;
  }
  .benefits-section .section-title {
    padding-bottom: 10px;
  }
  .benefits-section .section-subtitle {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .benefits-section .item-title {
    font-size: 34px;
  }
  .benefits-section .item-desc {
    font-size: 20px;
  }
  .benefits-section .item-desc .icon-container {
    padding: 0 10px 0 0;
  }
  .benefits-section .desc-holder {
    width: 100%;
  }
  .benefits-section .figure-holder {
    padding-top: 30px;
  }
  .benefits-section .item-desc .subtitle {
    font-size: 23px;
  }
  .benefits-section .item-desc p {
    font-size: 22px;
  }
  .intelligentenergy {
    text-align: center;
    height: 920px;
    background: #ffffff;
  }
  .smartenergy {
    text-align: center;
    height: 920px;
    background: #f5f5f5;
  }
  .solarsavings {
    position: relative;
    background-size: 100% 100%;
    height: 960px;
    text-align: center;
    background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5) ), url('../images/benefits-smarter-solar-background-768.jpg') no-repeat center top 5%;
  }
  .turnonsavings {
    text-align: center;
    height: 920px;
    background: #ffffff;
  }
  .personalsavings {
    text-align: center;
    height: 960px;
    background: #f5f5f5;
  }
  .moreforsolar {
    text-align: center;
    height: 960px;
    background: #ffffff;
  }
  .peaceofmind {
    text-align: center;
    background: #ffffff;
    height: 980px;
  }
  .peaceofmind .quote {
    position: relative;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .peaceofmindsolar {
    text-align: center;
    background: #ffffff;
    height: 1030px;
  }
  .peaceofmindsolar .quote {
    position: relative;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .budgettracking {
    text-align: center;
    height: 960px;
    background: #f5f5f5;
  }
  .budgettrackingsolar {
    text-align: center;
    height: 960px;
    background: #f5f5f5;
  }
  .community {
    text-align: center;
    height: 960px;
    background-color: #ffffff;
  }
  .communitysolar {
    text-align: center;
    height: 960px;
    background-color: #ffffff;
  }
  .easyinstall {
    text-align: center;
    height: 490px;
    background: #1999f1;
  }
  .easyinstall .panel-heading {
    color: #ffffff;
    font-weight: 500;
    position: relative;
    margin-top: 35px;
    text-align: center;
    font-size: 24px;
  }
  .easyinstall .panel-heading a {
    color: #ffffff;
    font-weight: 500;
  }
  .easyinstall .item-title {
    color: #ffffff;
  }
  .easyinstall .item-desc {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .easyinstall .video-button-spacing {
    width: 210px;
  }
  .easyinstall .video-button {
    position: relative;
    text-align: center;
    width: 210px;
    background: #ffffff;
  }
  .easyinstall .video-button .fa {
    color: #1999f1;
  }
  .easyinstall .video-button span {
    color: #1999f1;
  }
  .easyinstallsolar {
    text-align: center;
    height: 440px;
    background: #1999f1;
  }
  .easyinstallsolar .item-title {
    color: #ffffff;
  }
  .easyinstallsolar .item-desc {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .easyinstallsolar .panel-heading {
    color: #ffffff;
    font-weight: 500;
    position: relative;
    margin-top: 35px;
    text-align: center;
    font-size: 24px;
  }
  .easyinstallsolar .panel-heading a {
    color: #ffffff;
    font-weight: 500;
  }
  .installsteps .item-title {
    font-size: 34px;
  }
  .installsteps .panel {
    min-height: 520px;
  }
  .howitworks-section .img-holder {
    margin-top: 0;
  }
  .howitworks-section .section-title {
    padding-bottom: 30px;
  }
  .media-carousel-mobile .owl-item .owl-img {
    border-radius: 2px;
    padding: 25px 18px 28px;
    background-color: #fff;
    box-shadow: 0 13px 27px 0 rgba(0,0,0,.07);
  }
  .media-carousel-mobile .owl-item {
    padding: 25px 20px 40px;
  }
  .media-carousel-mobile .owl-dots {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .owl-img .tab {
    text-align: center;
    border-left: none;
    font-size: 22px;
    text-shadow: 0 0 45px rgba(255,255,255,.84);
    margin: 0 0 32px;
  }
  .owl-img img {
    filter: none;
    height: auto;
    -webkit-filter: grayscale(0%);
  }
  .owl-item .owl-img img {
    margin-left: 25%;
    width: 50%;
  }
  .media {
    padding-top: 0;
    padding-bottom: 0;
  }
  .futurevision .item {
    padding-top: 220px;
  }
  .futurevision .item-inner {
    height: 300px;
  }
  .futurevision .icon {
    height: 80px;
    width: 80px;
  }
  .futurevision .content-holder {
    width: 95px;
  }
  .futurevision .content-title {
    font-size: 16px;
  }
  .futurevision .release-date {
    width: 95px;
    font-size: 16px;
    font-weight: 600;
  }
  .updates-section .section-title {
    padding-bottom: 30px;
  }
  .timeline-section .section-title {
    padding-bottom: 30px;
  }
  .team-section .section-title {
    padding-bottom: 30px;
  }
  .timeline-container {
    width: 90%;
  }
  .timeline-container:before {
    left: 0;
  }
  .timeline-container .timeline-icon {
    left: 0;
  }
  .timeline-container .timeline-content {
    width: 90%;
    float: right;
  }
  .timeline-container .timeline-content:before,
  .timeline-container .timeline-content.right:before {
    left: 10%;
    margin-left: -7px;
    border-left: 0;
    border-right: 7px solid #fff;
  }
  .benefits-section .item {
    margin-bottom: 0;
  }
  .testimonials {
    background: #1999f1;
    overflow: hidden;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: 470px;
  }
  .testimonials-holder {
    padding: 0;
    margin: 0;
  }
  .testimonial-box {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.67;
    text-align: center;
    width: auto;
    color: #ffffff;
    position: relative;
    margin: 0!important;
  }
  .testimonial-box .holder {
    text-align: center;
    padding: 0 20px 23px;
  }
  .testimonial-box img {
    position: static;
    float: none;
  }
  .testimonials-carousel-mobile .owl-item img {
    display: inline-block;
    width: auto;
  }
  .testimonial-box .holder blockquote {
    margin: 0 0 13px;
  }
  .testimonials-carousel-mobile .owl-item .owl-img {
    border-radius: 2px;
    padding: 25px 18px 28px;
    background-color: #fff;
    /*box-shadow: 0 13px 27px 0 rgba(0,0,0,.07);*/
  }
  .testimonials-carousel-mobile .owl-item {
    padding: 25px 20px 0;
  }
  .testimonials-carousel-mobile .owl-dots {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .testimonials-carousel-mobile .owl-dots .owl-dot span {
    background: #ffffff;
  }
  .testimonials-carousel-mobile .owl-dots .owl-dot.active span {
    background: #D6D6D6;
  }
  .footer .item-inner {
    padding: 4px;
  }
  .selector-modal-content {
    width: 355px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 40px;
  }
  .selector-modal-content .headline {
    font-size: 14px;
  }
  .selector-modal-content .subheadline {
    font-size: 18px;
  }
  .close-purchase-modal {
    right: -22px;
  }
  .selector-modal .submit-button {
    right: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .money-back-guarantee-modal .modal-dialog {
    width: 355px;
  }
  .money-back-guarantee-modal-content {
    width: 355px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 50px;
  }
  .blog .feature-article {
    height: 1100px;
  }
  .blog .article {
    height: 650px;
  }
  .product-cart {
    height: 870px;
  }
  .product-cart .product {
    height: 840px;
  }
  .product-cart .product-title {
    margin-left: 0;
  }
  .product-cart .product-description {
    margin-left: 0;
  }
  .product-cart .product-image-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .product-cart .buy-button-wrapper {
    margin-left: 0;
  }
  .product-cart .variant-price {
    margin-left: 0;
  }
  .product-cart .variant-selectors {
    margin-left: 0;
  }
  #extras-product-cart .product-cart {
    margin-top: 0;
    height: 1570px;
  }
  .product-cart .product-extras {
    min-width: 240px;
    width: auto;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1025px) {
  /* Small devices (tablets iPad mini in portrait, more than 767px and less than 801px ) */
  @media (min-width: 768px) and (max-width: 1023px) {
    .tablet-portrait-hide {
      display: none!important;
    }
    .tablet-portrait-show {
      display: inherit!important;
    }
    .row-centered-tablet-portrait {
      padding-top: 100px;
      padding-bottom: 100px;
    }
    .promo-section .container {
      height: 740px!important;
    }
    .money-back-badge {
      left: 82% !important;
      bottom: 54% !important;
    }
    .promo-section .video-button-spacing {
      top: 62%!important;
    }
    .promo-section .data-container {
      margin-right: 0!important;
    }
    .blog .feature-article {
      height: 1750px;
    }
    .blog .article {
      height: 850px;
    }
    .money-back-guarantee-modal .modal-dialog {
      width: 500px!important;
    }
    .money-back-guarantee-modal-content {
      width: 500px!important;
      margin: 0 auto;
      border-radius: 6px;
      padding: 50px;
    }
    .product-cart .product-title {
      margin-left: calc(50% + 25px);
    }
    .product-cart .product-description {
      margin-left: calc(50% + 25px);
    }
    .product-cart .product-image-wrapper {
      width: 50%;
    }
    .product-cart .variant-price {
      margin-left: calc(50% + 25px);
    }
    .product-cart .variant-selectors {
      margin-left: calc(50% + 25px);
    }
    .product-cart .buy-button-wrapper {
      margin-left: calc(50% + 25px);
    }
    .product-extras .product-image-wrapper {
      width: 100%;
    }
    .product-extras .product-title {
      font-size: 20px;
      margin-left: 0;
    }
    .product-extras .variant-price {
      font-size: 20px;
      margin-left: 0;
    }
    .product-extras .view-product-button-wrapper {
      margin-left: 0;
    }
    .product-extras .btn {
      padding: 12px 20px;
    }
  }
  /*@media (min-width: 873px) and (max-width: 1023px) {*/
      /*.money-back-badge {*/
          /*left: 83%!important;*/
      /*}*/
  /*}*/

  .tablet-hide {
    display: none!important;
  }
  .tablet-show {
    display: inherit!important;
  }
  .section {
    width: 100%;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row-centered {
    padding-bottom: 0;
  }
  .float-right {
    left: 50%;
  }
  .float-left {
    right: 50%;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-collapse.collapse.in{
    display:block !important;
  }
  .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
    background: none;
    position: relative;
    float: right;
    padding-right: 0;
    top: 5px;
  }
  .cta-nav-button {
    max-height: 32px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 13px;
    padding-right: 10px;
    float: right;
  }
  .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 180px;
    background: #fff;
  }
  .navbar-menu {
    position: relative;
    top: 50px;
    right: 190px;
  }
  .navbar-menu-safari {
    top: 0;
    right: 90px;
  }
  .navbar-nav>li {
    float: none;
  }
  .nav > li > a {
    color: #36435A;
  }
  .nav > li.active > a {
    color: #00bcd4;
  }
  .promo-background-img {
    background-size: cover;
    min-height: 713px;
    background: url('../images/promo-hero-background-1024.jpg') no-repeat center;
  }
  .promo-section .product-holder img {
    margin: 0 auto;
    display: inline-block;
    width: 1024px;
  }
  .promo-section .container {
    width: 100%;
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .promo-section .headline {
    text-align: center;
    font-size: 40px;
  }
  .promo-section .text-container{
    width: 100%;
    overflow: hidden;
    float: right;
  }
  .promo-section .subheadline {
    text-align: center;
    font-size: 22px;
    width: 100%;
    margin-bottom: 30px;
  }
  .promo-section .video-button-spacing {
    top: 56%
  }
  .money-back-badge {
    left: 85%;
    bottom: 55%;
  }
  .promo-section .data-container {
    margin-top: 60px;
    margin-right: 60px;
  }
  .promo-section .data-container .headline {
    font-size: 26px;
    /* margin-right: 50px; */
  }
  .cta-container {
    width: 100%;
  }
  .modal-dialog {
    width: 700px;
  }
  .benefits-carousel {
    width: 100%;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }
  .benefits-section .container {
    width: 100%;
    margin: 0 auto;
    height: 560px;
  }
  .benefits-section .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0 auto;
    z-index: -1;
    overflow: hidden;
    height: 810px;
    width: 100%;
  }
  .benefits-section .img-holder div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
  }
  .benefits-section .img-holder .active {
    opacity: 1;
  }
  .column-centered {
    float: none;
    padding-left: 50px;
    padding-right: 50px;
  }
  .column-centered-tablet {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row-centered-tablet {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .benefits-section .item-title {
    font-size: 36px;
  }
  .benefits-section .item-desc {
    font-size: 25px;
  }
  .benefits-section .item-desc .subtitle {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .benefits-section .item-desc p {
    font-size: 22px;
  }
  .intelligentenergy {
    height: 713px;
    background: #ffffff;
  }
  .smartenergy {
    height: 713px;
    background: #f5f5f5;
  }
  .solarsavings {
    position: relative;
    background-size: 100% 100%;
    height: 713px;
    background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5) ), url('../images/benefits-smarter-solar-background-1024.jpg') no-repeat center top 17%;
  }
  .solarsavings .desc-holder {
    padding-top: 60px;
  }
  .turnonsavings {
    height: 713px;
    background: #ffffff;
  }
  .personalsavings {
    height: 713px;
    background: #f5f5f5;
  }
  .moreforsolar {
    height: 713px;
    background: #ffffff;
  }
  .peaceofmind {
    height: 713px;
    background: #ffffff;
  }
  .peaceofmindsolar {
    height: 713px;
    background: #ffffff;
  }
  .budgettracking {
    height: 713px;
    background: #f5f5f5;
  }
  .budgettrackingsolar {
    height: 713px;
    background: #f5f5f5;
  }
  .community {
    height: 713px;
    background-color: #ffffff;
  }
  .communitysolar {
    height: 713px;
    background-color: #ffffff;
  }
  .easyinstall {
    height: 713px;
    background: #f5f5f5 url('../images/benefits-easy-install-1024.png') no-repeat center;
  }
  .easyinstall .panel-heading {
    font-size: 25px;
    margin-top: 75px;
  }
  .easyinstallsolar {
    height: 713px;
    background: #f5f5f5 url('../images/benefits-easy-install-1024.png') no-repeat center;
  }
  .easyinstallsolar .panel-heading {
    position: relative;
    padding: 10px 0;
    margin-top: 35px;
    font-size: 25px;
  }
  .installsteps .panel {
    min-height: 540px;
  }
  .testimonials {
    background: #f5f5f5;
    overflow: hidden;
    height: 930px;
  }
  .testimonials .section-title {
    color: #1999f1;
  }
  .testimonials .section-subtitle {
    color: #606060;
    margin-bottom: 50px;
  }
  .testimonials-holder {
    padding: 0;
  }
  .testimonial-box {
    float: none;
    width: auto;
    background-color: transparent;
    margin: 0 92px 53px 35px;
    position: relative;
  }
  .testimonial-box:nth-child(even) {
    margin: 0 55px 53px 113px;
  }
  .testimonial-box:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 30px;
    border: 20px solid;
    border-color: transparent transparent transparent #fff;
  }
  .testimonial-box:nth-child(even):before {
    right: auto;
    left: -20px;
    border-color: transparent #fff transparent transparent;
  }
  .testimonial-box .holder {
    background: #ffffff;
    padding: 31px 18px 24px;
  }
  .testimonial-box .holder blockquote {
    color: #606060;
  }
  .testimonial-box img {
    position: absolute;
    top: 6px;
    right: -105px;
    margin: 0;
  }
  .testimonial-box:nth-child(even) img {
    right: auto;
    left: -105px;
  }
  .testimonial-box .holder blockquote {
    margin: 0 0 10px;
  }
  .futurevision .content-holder {
    width: 250px
  }
  .futurevision .desc p {
    font-size: 18px;
  }
  .futurevision .quote {
    width: 250px;
  }
  .timeline-container .timeline-content {
    width: 94%;
    float: right;
  }
  .timeline-container .timeline-content:before,
  .timeline-container .timeline-content.right:before {
    left: 6%;
    margin-left: -7px;
    border-left: 0;
    border-right: 7px solid #fff;
  }
  .close-purchase-modal {
    right: 78px;
  }
  .modal:before {
    height: 100%;
  }
  .money-back-guarantee-modal .modal-dialog {
    width: 768px;
  }
  .money-back-guarantee-modal-content {
    width: 768px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .desktop-hide {
    display: none!important;
  }
  .desktop-show {
    display: inherit!important;
  }
  .container {
    width: 1006px;
  }
  .float-right {
    left: 50%;
  }
  .float-left {
    right: 50%;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-collapse.collapse.in{
    display:block !important;
  }
  .navbar-right {
    margin-right: 0;
  }
  .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
    background: none;
    position: relative;
    float: right;
    padding-right: 0;
    top: 5px;
  }
  .cta-nav-button {
    max-height: 32px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 13px;
    padding-right: 10px;
    float: right;
  }
  .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 180px;
    background: #fff;
  }
  .navbar-menu {
    position: relative;
    top: 50px;
    right: 190px;
  }
  .navbar-menu-safari {
    top: 0;
    right: 90px;
  }
  .navbar-nav>li {
    float: none;
  }
  .nav > li > a {
    color: #36435A;
  }
  .nav > li.active > a {
    color: #00bcd4;
  }
  .promo-background-img {
    background-size: cover;
    min-height: 713px;
    background: url('../images/promo-hero-background-1800.jpg') no-repeat center;
  }
  .promo-section .img-holder {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    z-index: 1;
  }
  .promo-section .img-holder div {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .promo-section .container {
    height: 640px;
  }
  .promo-section .data-container .headline {
    font-size: 26px;
    /* margin-right: 50px; */
  }
  .money-back-badge {
    left: 90%;
    bottom: 56%;
  }
  .media-list {
    padding-left: 0;
  }
  .media .media-list li {
    margin: 0 17px;
  }
  .media-carousel-desktop .owl-item .owl-img {
    border-radius: 2px;
    padding: 25px 18px 28px;
    background-color: #fff;
    box-shadow: 0 13px 27px 0 rgba(0,0,0,.07);
  }
  .media-carousel-desktop .owl-item {
    padding: 25px 20px 40px;
  }
  .media-carousel-desktop .owl-dots {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .owl-img .tab {
    text-align: center;
    border-left: none;
    text-shadow: 0 0 45px rgba(255,255,255,.84);
    margin: 0 0 32px;
  }
  .owl-img img {
    display: block;
    margin: 0 auto;
    filter: none;
    height: auto;
    -webkit-filter: grayscale(0%);
  }
  .owl-item .owl-img img {
    margin-left: 42%;
    width: 15%;
  }
  .row-centered-outer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .benefits-section .item-desc {
    font-size: 25px;
  }
  .benefits-section .item-desc .subtitle {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .benefits-section .item-desc .desc-container p {
    font-size: 20px;
  }
  .intelligentenergy {
    position: relative;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
  }
  .smartenergy {
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
  }
  .turnonsavings {
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
  }
  .solarsavings {
    position: relative;
    background-size: 100% 100%;
    height: 713px;
    background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.6) ), url('../images/benefits-smarter-solar-background-1280.jpg') no-repeat center top;
  }
  .solarsavings .desc-holder {
    padding-top: 60px;
  }
  .personalsavings {
    height: 713px;
    background: #f5f5f5;
  }
  .moreforsolar {
    height: 713px;
    background: #ffffff;
  }
  .peaceofmind {
    position: relative;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
  }
  .peaceofmindsolar {
    height: 713px;
    background: #ffffff;
  }
  .budgettracking {
    position: relative;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
  }
  .budgettrackingsolar {
    position: relative;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
  }
  .community {
    position: relative;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }
  .communitysolar {
    height: 713px;
    background-color: #ffffff;
  }
  .easyinstall {
    position: relative;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5 url('../images/benefits-easy-install-1280.png') no-repeat center;
  }
  .easyinstallsolar {
    position: relative;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5 url('../images/benefits-easy-install-1280.png') no-repeat center;
  }
  .easyinstallsolar .panel-heading {
    position: relative;
    padding: 10px 0;
    margin-top: 35px;
    font-size: 25px;
  }
  .howitworks {
    height: 800px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .installsteps .panel {
    min-height: 560px;
  }
  .testimonials {
    background: #1999f1;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .testimonials .section-title {
    color: #ffffff;
  }
  .testimonials .section-subtitle {
    color: #ffffff;
  }
  .testimonial-box {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.56;
    text-align: center;
    color: #525252;
  }
  .post img {
    display: inline-block;
    vertical-align: top;
    margin: -28px 0 18px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
  }
  .testimonial-box .holder {
    border-radius: 2px;
    background-color: #1999f1;
    padding: 0 20px 20px;
    /*box-shadow: 0 13px 27px 0 rgba(0,0,0,.07);*/
  }
  .testimonial-box .holder blockquote {
    border-left: 0;
  }
  .updates-section .item-content {
    text-align: left;
    padding-right: 100px;
    padding-left: 100px;
  }
  .updates-block {
    height: 160px;
  }
  .updates-block .carousel-content .btn-cta {
    position: absolute;
  }
  .updates-block .carousel .item {
    height: 100px;
  }
  .updates-block .glyphicon-chevron-right {
    right: -60px;
  }
  .updates-block .glyphicon-chevron-left {
    left: -60px;
  }

  .transparent {
    background-color : transparent;
  }
  .benefits-carousel {
    width: 100%;
    text-align: center;
    max-width: 714px;
    margin: 0 auto;
  }
  .benefits-section .container {
    margin: 0 auto;
    height: 560px;
  }

  .benefits-section .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0 auto;
    z-index: -1;
    overflow: hidden;
    height: 710px;
    width: 100%;
  }
  .benefits-section .img-holder div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
  }
  .benefits-section .img-holder .active {
    opacity: 1;
  }
  .benefits-section .img-save {
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 1;
  }
  .team-section .desc {
    padding-right: 10px;
    padding-left: 10px;
  }
  .modal:before {
    height: 100%;
  }
}

/* Medium devices (desktops, 1025px and up) */
@media (min-width: 1281px) {
  .desktop-hide {
    display: none!important;
  }
  .desktop-show {
    display: inherit!important;
  }
  .container {
    width: 1268px;
  }
  .float-right {
    left: 50%;
  }
  .float-left {
    right: 50%;
  }
  .section-title {
    padding-bottom: 28px;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-collapse.collapse.in{
    display:block !important;
  }
  .navbar-right {
    margin-right: 0;
  }
  .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
    background: none;
    position: relative;
    float: right;
    padding-right: 0;
    top: 5px;
  }
  .cta-nav-button {
    max-height: 32px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 13px;
    padding-right: 10px;
    float: right;
  }
  .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 180px;
    background: #fff;
  }
  .navbar-menu {
    position: relative;
    top: 50px;
    right: 190px;
  }
  .navbar-menu-safari {
    top: 0;
    right: 90px;
  }
  .navbar-nav>li {
      float: none;
  }
  .nav > li > a {
    color: #36435A;
  }
  .nav > li.active > a {
    color: #00bcd4;
  }
  .column-centered {
    float: none;
    padding: 0 120px 0 120px;
  }
  .promo-background-img {
    background-size: cover;
    min-height: 760px;
    background: url('../images/promo-hero-background-1800.jpg') no-repeat center;
  }
  .promo-section .img-holder {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    z-index: 1;
  }
  .promo-section .img-holder div {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .promo-section .container {
    height: 670px;
  }
  .promo-section .video-button-spacing {
    left: 18%;
    top: 64%;
  }
  .promo-section .data-container .headline {
    font-size: 26px;
    /* margin-right: 50px; */
  }
  .money-back-badge {
    left: 88%;
    bottom: 54%;
  }
  .promo-section .data-container {
    margin-top: 60px;
    margin-right: 60px;
  }
  .media-list {
    padding-left: 0;
  }
  .media .media-list li {
    margin: 0 35px;
  }
  .media-carousel-desktop .owl-item .owl-img {
    border-radius: 2px;
    padding: 25px 18px 28px;
    background-color: #fff;
    box-shadow: 0 13px 27px 0 rgba(0,0,0,.07);
  }
  .media-carousel-desktop .owl-item {
    padding: 25px 20px 40px;
  }
  .media-carousel-desktop .owl-dots {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .owl-img .tab {
    text-align: center;
    border-left: none;
    text-shadow: 0 0 45px rgba(255,255,255,.84);
    margin: 0 0 32px;
  }
  .owl-img img {
    display: block;
    margin: 0 auto;
    filter: none;
    height: auto;
    -webkit-filter: grayscale(0%);
  }
  .owl-item .owl-img img {
    margin-left: 42%;
    width: 15%;
  }
  .row-centered-outer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .intelligentenergy {
    position: relative;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
  }
  .smartenergy {
    position: relative;
    background-size: 100% 100%;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
  }
  .solarsavings {
    position: relative;
    background-size: 100% 100%;
    height: 713px;
    background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4) ), url('../images/benefits-smarter-solar-background-1800.jpg') no-repeat center top;
  }
  .solarsavings .desc-holder {
    padding-top: 120px;
  }
  .turnonsavings {
    position: relative;
    background-size: 100% 100%;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
  }
  .personalsavings {
    height: 713px;
    background: #f5f5f5;
  }
  .moreforsolar {
    height: 713px;
    background: #ffffff;
  }
  .peaceofmind {
    position: relative;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
  }
  .peaceofmindsolar {
    height: 713px;
    background: #ffffff;
  }
  .budgettracking {
    position: relative;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
  }
  .budgettrackingsolar {
    position: relative;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
  }
  .community {
    position: relative;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }
  .communitysolar {
    height: 713px;
    background-color: #ffffff;
  }
  .easyinstall {
    position: relative;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5 url('../images/benefits-easy-install-1800.png') no-repeat center;
  }
  .easyinstallsolar {
    position: relative;
    height: 713px;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5 url('../images/benefits-easy-install-1800.png') no-repeat center;
  }
  .easyinstallsolar .panel-heading {
    position: relative;
    padding: 10px 0;
    margin-top: 35px;
    font-size: 25px;
  }
  .howitworks {
    height: 800px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .testimonials {
    background: #1999f1;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .testimonials .section-title {
    color: #ffffff;
  }
  .testimonials .section-subtitle {
    color: #ffffff;
  }
  .updates-section .item-content {
    text-align: left;
    padding-right: 100px;
    padding-left: 100px;
  }
  .updates-block {
    height: 160px;
  }
  .updates-block .carousel-content .btn-cta {
    position: absolute;
  }
  .updates-block .carousel .item {
    height: 100px;
  }
  .updates-block .glyphicon-chevron-right {
    right: -60px;
  }
  .updates-block .glyphicon-chevron-left {
    left: -60px;
  }
  .transparent {
    background-color : transparent;
  }
  .benefits-carousel {
    width: 100%;
    text-align: center;
    max-width: 714px;
    margin: 0 auto;
  }
  .benefits-section .container {
    margin: 0 auto;
    height: 560px;
  }
  .benefits-section .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0 auto;
    z-index: -1;
    overflow: hidden;
    height: 710px;
    width: 100%;
  }
  .benefits-section .img-holder div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
  }
  .benefits-section .img-holder .active {
    opacity: 1;
  }
  .benefits-section .img-save {
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 1;
  }
  .team-section .desc {
    padding-right: 10px;
    padding-left: 10px;
  }
  .modal:before {
    height: 100%;
  }

  /* Medium devices (desktops, 1100px and up) */
  @media (min-width: 1800px) {
    .section {
      margin: 0 auto;
      max-width: 1800px;
    }
    .turnonsavings {
      margin: 0 auto;
      width: 1800px;
    }
    .peaceofmind {
      width: 1800px;
      margin: 0 auto;
    }
    .easyinstall {
      margin: 0 auto;
      width: 1800px;
    }
    .installsteps {
      margin: 0 auto;
      width: 1800px;
    }
    .line-divider {
      margin: 0 auto;
      width: 1800px;
    }
    .solarsavings {
      margin: 0 auto;
      width: 1800px;
    }
    .futurevision {
      margin: 0 auto;
      width: 1800px;
    }
    .futurevision .section-title {
      width: 1800px;
    }
    .futurevision .section-subtitle {
      width: 1800px;
    }
    .signup-wrapper {
      margin: 0 auto;
      max-width: 1800px;
    }
    .faq-section {
      width: 1800px;
    }
    .footer {
      max-width: 1800px;
    }
    .product-cart {
      margin-top: 50px;
    }
    .product-cart .product {
      max-width: 100%;
    }
    .product-cart .product-title {
      margin-left: 0;
    }
    .product-cart .product-description {
      margin-left: 0;
    }
    .product-cart .product-image-wrapper {
      float: left;
      width: 50%;
      margin-bottom: 10px;
    }
    .product-cart .shopify-select {
      width: 300px;
    }
    .product-cart .buy-button-wrapper {
      margin-left: 0;
    }
    .product-cart .variant-price {
      margin-left: 0;
    }
    .product-cart .variant-selectors {
      margin-left: 0;
    }
    .product-extras .product-image-wrapper {
      width: 100%
    }
  }
}
