body {
  font-family: "Gotham Book", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

h1, h2, h3, h4 {
  font-family: "Gotham Bold", "Open Sans", Arial, Helvetica, sans-serif;
}

a, a:hover {
  color: #ea4157;
  text-decoration: underline;
}

.bold, b {
  font-family: "Gotham Bold", "Open Sans", Arial, Helvetica, sans-serif;
}

.medium {
  font-family: "Gotham Medium", "Open Sans", Arial, Helvetica, sans-serif;
}

.light {
  font-family: "Gotham Light", "Open Sans", Arial, Helvetica, sans-serif;
}

.book {
  font-family: "Gotham Book", "Open Sans", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 25px;
  line-height: 33px;
  margin-top: 30px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 20px;
}

.white {
  color: white;
}

.pink1 {
  color: #ea4157;
}

.purple1, .purple1:hover {
  color: #b1737a;
}

.purple1:visited {
  color: #7c494e;
}

.bar {
  height: 5px;
  width: 120px;
  margin-bottom: 30px;
}

.pinkbg1 {
  background-color: #ea4157;
}

.pinkbg2 {
  background-color: #f1684d;
}

.pinkbg3 {
  background-color: #ea4157;
}

.purplebg1 {
  background-color: #b1737a;
}

.peachbg1 {
  background-color: #e8d09c;
}

.peachbg2 {
  background-color: #f9e09a;
}

.center {
  text-align: center;
  margin: auto;
}

.text-left {
  text-align: left;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 5px;
  line-height: 22px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-55 {
  margin-top: 45px;
}

.mb-20 {
  margin-bottom: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.width-60 {
  width: 60%;
}

.width-75 {
  width: 75%;
  padding-top: 10px;
}

.width-85 {
  width: 85%;
  margin: auto;
}

.width-100 {
  width: 100%;
}

.fl-no {
  float: none;
}

#hero, #whatyouneed, #stepbystep, #results, #cta {
  padding: 60px 0;
}

#video {
  padding: 60px 0 100px;
}

#intro {
  padding: 0 0;
}

#hero, #results, #stepbystep {
  background-color: lightgrey;
}

/* Nav */

header {
	height: 70px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 210;
	transition: height 0.8s;
}

/* Top Banner */

.header-inner {
  background: rgba(255, 255, 255, 0.75);
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 300;
	transition: background 0.2s ease-out 0.2s;
}

.header-inner.is-menu-visible{
	background: white;
	transition: none;
}

header .logo {
  position: absolute;
	left: 50%;
	margin-left: -55px;
	top: 20px;
	z-index: 2;
}

.logo img {
  width: 70%;
  height: auto;
}

.menu-event-catcher {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	cursor: default;
}

@media screen and (min-width: 1400px) {
  .menuTriggerRollover {
	  display: block;
	  width: 100%;
	  height: 100%;
  }

  .nav-lvl1-link {
	  padding: 0 15px;
	  font-size: 14px;
	  height: 65px;
	  border-width: 0 2px;
	  border: none;
	  border-color: #191919;
  }

  .nav-lvl1 {
	  width: 1397px;
	  display: block !important;
	  height: 62px;
	  position: relative;
	right: 27px;
	  bottom: 2px;
  }
}

.menu-event-catcher .menuIco {
	background-image: url('../images/sprite.png');
	background-position: -571px -489px;
	width: 26px;
	height: 26px;
	left: 2%;
	top: 50%;
	margin-top: -15px;
	right: auto;
	bottom: auto;
	display: block;
	content: "";
	position: absolute;
	cursor: pointer;
}

.menuTrigger {
	background: transparent url('../images/menu-trigger.png') left top no-repeat;
	width: 26px;
	height: 15px;
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -13px;
	opacity: 1;
	transition: opacity 0.2s ease-out 0.2s;
}

header .subscribeLink {
	position: absolute;
	top: 15px;
	right: 340px;
	z-index: 2;
	display: block;
	background: url('../images/envelope.png') no-repeat 0 center;
	background-size: cover;
	width: 32px;
	height: 20px;
	text-indent: -2000em;
	outline: 0;
}

header .header-icon-wrap {
  display: block;
  float: right;
  position: relative;
  right: 29%;
  top: 17px;
}

header .header-icon {
  padding: 0 6px 0 0;
}

header .search {
	width: 165px;
	line-height: 1.1;
	position: absolute;
	top: 20px;
	right: 130px;
	margin-top: -12px;
	z-index: 2;
}

header .searchWrap {
	border: 3px solid #eef1f3;
	border: 3px solid rgba(139, 159, 172, 0.15);
	width: 285px;
	height: 32px;
	background: #fff;
	background: rgba(255, 255, 255, 0.2);
	float: left;
}

nav .mobile-header-icon-wrap {
  display: none;
}

nav .mobile-subscribeLink {
  display: none;
}

nav .mobile-search {
  display: none;
}

nav .mobile-searchWrap {
  display: none;
}

nav .secondary-nav-mobile {
  display: none;
}

header .searchSubmit {
	margin: 8px 8px 7px;
	float: left;
	cursor: pointer;
	background-image: url('../images/sprite.png');
	background-position: -118px -718px;
	width: 14px;
	height: 15px;
	background-color: transparent;
}

input[type='submit'], input[type='button'], input[type='reset'] {
	border: 0;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

header input[type="search"] {
	color: #7f7f7f;
	font-size: .75em;
	width: 255px;
	height: 32px;
	border: 0;
	float: left;
	background: transparent;
	-webkit-appearance: none;
}

/* Bottom Nav */
.nav {
	transition: margin-top 0.4s ease-out, top 0.3s ease-out;
	background-color: #191919;
	position: absolute;
	top: -100%;
	margin: -6px 0 0 0px;
	width: 100%;
	text-align: center;
	z-index: 250;
	transform: translateY(0);
	display: block;
	opacity: 0;

}

.nav.is-active {
	top: 75px;
	opacity: 1.0;
	transition: opacity .15s ease-out;
}

.nav:before, .nav:after {
	content: "";
	display: table;
}

.nav-lvl1 {
	display: block !important;
	position: relative;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.nav-lvl1-elem {
	display: inline-block;
}

.nav-lvl1-link {
	color: #fff;
	font-weight: bold;
	margin: 0 -1px;
	text-transform: uppercase;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

.nav-lvl1-link:hover{
	background-color: #2ab2bf;
	color: #ffffff;
	border-color: #2ab2bf;
	border-color: #2ab2bf;
	position: relative;
	top: -1px;
	height: 62px;
}


.nav-lvl1-link:visited {
  color: #d3ded3;
}

@media only screen and (max-width: 1399px) and (min-width: 1000px) {
  .nav-lvl1-link {
	  padding: 0 10.71429px;
	  font-size: 10px;
	  height: 46.42857px;
	  border-width: 0 2px;
	  border: none;
	  border-color: #191919;
  }
}

@media only screen and (max-width: 1399px) and (min-width: 768px) {
  .nav-lvl1-link {
	  padding: 0 15px;
	  font-size: 1em;
	  height: 55px;
	  border-width: 0 2px;
	  border: none;
	  border-color: #191919;
  }
  .nav-lvl1-link:hover {
	position: relative;
	top: 2px;
	height: 55px;
  }
}

.nav-lvl1-link, .nav-lvl2-link, .nav .productFinder {
	display: table-cell;
	vertical-align: middle;
}

.main {
  width: 100%;
  height: 80%;
  border: 1px solid red;
  margin-top: 170px;
  display: block;
  background: gray;

}

/* Hero Styles */

#hero h1 {
  margin: 0;
}

#hero h2 {
  margin: 0px 0;
}

.cta-btn {
  background-color: #ea4157;
  margin-top: 20px;
  padding: 23px 12px 20px;
  color: white;
  font-family: "Gotham Medium", "Open Sans", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.cta-btn:hover {
  background-color: #ec5467;
  color: white;
  text-decoration: none;
}

#hero img {
  width: 200px;
  height: 594px;
  float: right;
  margin: 30px 10px -120px;
  position: relative;
  top: 60px;
}

.carousel-indicators li {
	background-color: rgb(240, 182, 182);
	border: 1px solid #d9d9d9;
	border-radius:20px !important;
}

.carousel-indicators .active {
  background-color: #fff;
  border-radius:20px !important;
}

.carousel-inner {
  overflow-x: hidden;
  height: 750px;
}

.carousel .col-lg-7, .col-lg-5 {
  padding-left: 0;
  padding-right: 0;
}

.hero-image {
  display: block;
}

.hero-image-1 {
  /*background: url('../images/hero-image-1-BIG.jpg');*/
  background: #eee3dc;
  min-height: 630px;
  background-size: cover;
}

.product-1 {
  background: #eee3dc;
  height: 630px;
}

.product-image-1 {
  background: url('../images/hero-product-image-1.png');
  display: block;
  position: absolute;
  top: 158px;
  z-index: 100;
  width: 201px;
  height: 594px;
  right: 100px;
}

.hero-text-box-1 {
  background: #eee3dc;
  min-height: 630px;
}

.hero-image-2 {
  /*background: url('../images/hero-image-2-BIG.jpg');*/
  background: #e4dcca;
  min-height: 630px;
  background-size: cover;
}

.product-2 {
  background: #e4dcca;
  height: 630px;
}

.product-image-2 {
  background: url('../images/hero-product-image-2.png');
  display: block;
  position: absolute;
  top: 158px;
  z-index: 100;
  width: 187px;
  height: 594px;
  right: 100px;
}

.hero-text-box-2 {
  background: #e4dcca;
  min-height: 630px;
}

.hero-image-3 {
  /*background: url('../images/hero-image-3-BIG.jpg');*/
  background: #fce8df;
  min-height: 630px;
  background-size: cover;
}

.product-3 {
  background: #fce8df;
  height: 630px;
}

.product-image-3 {
  background: url('../images/hero-product-image-3.png');
  display: block;
  position: absolute;
  top: 158px;
  z-index: 100;
  width: 187px;
  height: 594px;
  right: 100px;
}

.hero-text-box-3 {
  background: #fce8df;
  min-height: 630px;
}

.hero-text-wrap {
  margin-top: 100px;
  margin-left: -10%;
}

.hero-text-wrap h2 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	line-height: 18px;
}

#BVRRSummaryContainer {
  display: block;
}

#shade-box {
  background-color: white;
  width: 100%;
  max-width: 430px;
  min-height: 130px;
  padding: 18px 20px;
  margin-top: 30px;
  margin-bottom: 70px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 8px 0 rgba(0, 0, 0, 0.05);
}

#shade-box ul.desktop-carousel {
  display: block;
  margin: 15px 0;
  padding: 0;
}

#shade-box ul li {
  float: left;
  display: block;
  margin-right: 10px;
}

#shade-box ul li img {
  height: auto;
}

#shade-box ul li:hover {
  cursor: pointer;
}

#shade-box ul.mobile-carousel {
  display: none;
}

.active-swatch {
  border: 2px solid #ed7c6d;
  border-radius: 3px;
  margin-top: -1px;
}

.view-all-btn {
  padding: 9px 14px 5px;
  border: 1px solid #010101;
  border-radius: 5px;
  margin: 9px 0;
  position: relative;
  float: right;
}

a.view-all-btn {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

a.view-all-btn:hover {
  text-decoration: underline;
}

a.view-all-btn:visited {
  color: #a4a4a4;
}

a.view-all-btn span {
  color: #1bb1bf;
}

#intro .col-md-12 h2 {
  margin-top: 0px;
  font-size: 30px;
  margin: 0px 0 55px;
  line-height: 38px;
}

#intro img {
  width: 85%;
  margin: 0 auto 20px;
}

.intro-icon {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-family: "Gotham Medium", "Open Sans", Arial, Helvetica, sans-serif;
  margin: 20px auto;
}

#quotebox {
  background-color: #fce8df;
  width: 100%;
  clear: both;
  overflow: auto;
  float: left;
  margin: 30px 0 40px;
  padding: 30px 30px 10px;
}

#intro #quotebox .left-col {
  	width: 20%;
  float: left;
  padding: 0 20px 0 0;
}

#intro #quotebox .right-col {
  width: 80%;
  float: left;
  font-size: 30px;
  line-height: 48px;
}

#quote-carousel .carousel-inner {
	height: 320px;
}

#quote-carousel blockquote {
	border-left: none;
}

#quote-carousel blockquote p {
	font-size: 1.2em;
	color: #888;
	font-weight: 300;
	margin: 0.75em 0 1em;
	line-height: 1.4em;
}

#quote-carousel blockquote footer {
	float: right;
}

ol#quote-indicators {
    bottom: -10px;
    display: block;
    margin: 0 auto;
    width: 75%;
    left: 0;
}

ol#quote-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px;
	background-color: rgb(240, 182, 182);
	border: 1px solid #d9d9d9;
}

ol#quote-indicators li.active {
    background-color: #fff;
}

#intro #quotebox #signature {
  float: right;
  font-size: 14px;
  line-height: 0;
}

#quotebox img {
  width: 100%;
  margin: 0;
}

/* Rotating Quote Box Styles */
.cbp-qtrotator {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  min-height: 300px;
}

.cbp-qtrotator .cbp-qtcontent {
  position: absolute;
  min-height: 200px;
  border-top: 1px solid #fcbab8;
  padding: 0em 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}

.cbp-qtprogress {
  position: absolute;
  background: #e8d098;
  height: 1px;
  width: 0%;
  top: 0;
  z-index: 1000;
}

.cbp-qtrotator blockquote {
  margin: 0;
  padding: 0;
  border-left: none;
}

.cbp-qtrotator blockquote p {
  font-size: 1.3em;
  color: #888;
  font-weight: 300;
  margin: 0.75em 0 1em;
  line-height: 1.25em;
}

.cbp-qtrotator blockquote footer {
  font-size: .75em;
  float: right;
}

.cbp-qtrotator blockquote footer:before {
  content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
  float: right;
  margin-left: 3em;
}

.cbp-qtcontent span {
	color: #888;
	font-size: 1em;
	float: left;
	display: block;
}

/* Example for media query */
@media screen and (max-width: 30.6em) {

  .cbp-qtrotator {
	font-size: 70%;
  }

  .cbp-qtrotator img {
	width: 80px;
  }

}

#whatyouneed {
  text-align: center;
}

#whatyouneed #pickdeveloper {
  margin-top: 80px;
}

#whatyouneed .wyn-icon img {
  margin: 0 auto 15px;
  width: 100%;
}

.wyn-icon {
  float: left;
  width: 50%;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  font-family: "Gotham Medium", "Open Sans", Arial, Helvetica, sans-serif;
}

#stepbystep {
  text-align: center;
  background-image: url('../images/easy-as-bg.jpg');
  background-size: cover;
}


#stepbystep a {
  color: white;
}

#stepbystep a:visited {
  color: #cdc7c7;
}

#stepbystep img {
  width: 100%;
  padding: 0 15px;
}

#stepbystep .centered {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 25px;
  width: 60%;
}

#stepbystep h4 {
  color: #f1684d;
  font-size: 25px;
}

#video {
  text-align: center;
}

#video h2 {
  margin-bottom: 30px;
}

#video img {
  height: 450px;
  width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border: 1px solid #fff;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#results .col-md-4 {
  padding-left: 20px;
  padding-right: 20px;
}

#results {
  background-image: url('../images/see-the-results-bg.jpg');
  background-size: cover;
}

#results img {
  width: 100%;
  height: 475px;
  margin-bottom: 50px;
}

#results .row {
  margin: auto;
  text-align: center;
}

#cta {
  background: #fce8df;
}

#cta {
  text-align: center;
  padding: 0;
  min-height: 500px;
}

#cta .col-md-4 {
  background-image: url('../images/cta-bg.jpg');
  background-size: cover;
  min-height: 500px;
}

#cta .col-md-8 {
  background: #fce8df;
  padding-top: 120px;
  padding-bottom: 60px;
}

#cta img {
  width: 250px;
  display: block;
  margin: 0 auto;
}

#cta a {
  display: block;
  width: 140px;
  margin: 40px auto;
}

/* Bazaar Voice Container */

#BVRRContainer {
  display: block;
}

.bv-cv2-cleanslate .bv-core-container-28 .bv-details-bar {
  display: none !important;
}

.bv-cv2-cleanslate .bv-core-container-28 .bv-summary-bar .bv-action-bar {
  display: none !important;
}

div#BVRRSearchContainer {
	display: block;
	width: 75%;
	margin: 0 auto;
}

div#BVRRContainer {
	width: 75%;
	display: block;
	margin: 0 auto;
}

/* Footer CSS */

#footer1 {
  text-align: center;
  padding: 120px 0;
}

#footer1 a {
  text-decoration: none;
}

#footer1 img {
  text-align: center;
}

.footer-logo {
  padding-bottom: 20px;
  width: 60%;
}

.footer-icon {
  height: 30px;
  margin: 0 10px;
}

.footer-icon:hover {
	opacity: 0.7;
}

.lineshade:hover {
	opacity: 1;
}

.lineshade {
  width: 85px;
}

#footer2 {
  text-align: center;
  background-color: black;
  padding: 20px 0 30px;
}

#footer2 {
  font-size: 9px;
  color: #666666;
}

#footer2 a {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
}

#footer2 a:hover {
  text-decoration: underline;
}

#footer2 .col-md-12 {
  margin-bottom: 5px;
}
#footer2 .ot-sdk-show-settings {
    border: inherit !important;
    color: inherit !important;
    font-size: inherit !important;
    letter-spacing: inherit;
    padding: 0 !important;
}
#footer2 .ot-sdk-show-settings:hover {
    background-color: inherit !important;
    border-bottom: inherit !important;
}
@media only screen and (max-width: 1200px) {
  #stepbystep .centered {
	font-size: 16px;
	line-height: 21px;
  }
}

@media only screen and (min-width: 768px) {

	.carousel-indicators {
	  bottom: 130px;
	  left: 24%;
  }

}

@media (min-width: 992px) {

  #stepbystep .col-md-2 {
	width: 20% !important;
	padding: 0 30px !important;
  }

  #intro .col-md-12 h2 {
	width: 90%;
  }

  .carousel-indicators {
    left: 20%;
  }

}

@media only screen and (max-width: 1024px) {

  header .subscribeLink {
	display: none;
  }

  header .search {
	display: none;
  }

  header .searchWrap {
	display: none;
  }

  header .header-icon-wrap {
	display: none;
  }

  nav .mobile-header-icon-wrap {
	display: inline-block;
	background: #363434;
	float: left;
  }

  nav .header-icon {
	padding: 7px;
  }

  nav .secondary-nav-mobile {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 50%;
  }

  nav .mobile-subscribeLink {
  display: inline-block;
  background: url('../images/envelope.png') no-repeat 0 center;
  background-size: cover;
  width: 32px;
  height: 20px;
  text-indent: -20000em;
  outline: 0;
  margin: 0;
}

  nav .mobile-search {
	display: block;
	float: right;
	line-height: 1.1;
	z-index: 2;
	margin: 0px 0 20px;
	padding-bottom: 25px;
  }

  nav .mobile-searchWrap {
	display: block;
	border: 3px solid rgba(139, 159, 172, 0.15);
	width: 285px;
	height: 32px;
	float: left;
  }

  nav .searchSubmit {
	  margin: 8px 8px 7px;
	  float: left;
	  cursor: pointer;
	  background-image: url('../images/sprite.png');
	  background-position: -118px -718px;
	  width: 14px;
	  height: 15px;
	  background-color: transparent;
  }

  nav input[type="search"] {
	  color: #7f7f7f;
	  font-size: .75em;
	  width: 255px;
	  height: 32px;
	  border: 0;
	  float: left;
	  background: transparent;
	  -webkit-appearance: none;
  }

  #results img {
	height: auto;
  }

  div#BVRRSearchContainer {
	width: 100%;
  }

  div#BVRRContainer {
	width: 100%;
  }

}

@media only screen and (max-width: 991px) {

  .carousel-inner {
	height: auto;
  }

  .carousel-indicators {
	bottom: 0px;
  }

  #quote-carousel .carousel-inner {
    height: 250px;
  }

  ol#quote-indicators {
  	bottom: 10px !important;
  	top: auto;
  }

  .col-lg-5.col-md-5.col-sm-6.col-sm-12.hero-image {
	display: block;
  }

  .hero-text-wrap {
	margin-left: 5%;
	padding-top: 0;
  }

  .hero-text-box-1, .hero-text-box-2, .hero-text-box-3 {
	min-height: 700px;
  }

  .hero-image-1, .hero-image-2, .hero-image-3 {
	min-height: 700px;
	background-position: -50px;
  }

  .product-1, .product-2, .product-3 {
	height: auto;
	display: none;
  }

  .product-image-1, .product-image-2, .product-image-3 {
	top: 160px;
	right: 70px;
  }

  #shade-box {
	width: 95%;
	height: 220px;
	margin-bottom: 40px;
	margin-top: 20px;
  }

  #shade-box ul.desktop-carousel {
	display: none;
  }

  #shade-box ul.mobile-carousel {
	display: block;
	float: left;
	padding: 10px 0 0;
	margin: 0;
  }

  #shade-box ul.mobile-carousel li {
	margin-right: 5px;
  }

  #shade-box ul li img {
	padding-top: 5px;
  }

  .view-all-btn {
	top: 73px;
  }

  .width-85 {
	width: 100%;
  }

  #stepbystep img {
	width: 50%;
  }

  #intro {
	margin-top: 50px;
  }

  #stepbystep .circle {
	margin: 70px auto 20px;
  }

  #stepbystep .circle img {
	display: none;
  }

  #quotebox {
	margin: 10px 0 40px;
  }

  .results-img-mobile {
	display: none;
  }

  #chooseshade, #pickdeveloper {
	width: 80%;
  }

  #whatyouneed .col-md-4 {
	margin-bottom: 60px;
  }

}

@media only screen and (max-width: 767px) {

  .nav-lvl1-elem {
	display: block;
  }

  .nav-lvl1-link {
	height: 50px;
	padding: 0 20px;
	border: none;
  }

  .nav {
	padding-bottom: 20px;
  }

  .nav-lvl1 {
	padding: 0;
  }

  nav .mobile-header-icon-wrap {
	display: block;
	background: #363434;
	float: none;
	margin-bottom: 20px;
  }

  nav .header-icon {
	padding: 7px;
  }

  nav .secondary-nav-mobile {
	width: 75%;
	float: left;
	padding-left: 20px;
	padding-bottom: 25px;
  }

  nav .mobile-search {
	display: block;
	float: none;
	line-height: 1.1;
	z-index: 2;
	margin: 0px 0 20px;
  }

  nav .mobile-searchWrap {
	display: block;
	border: 3px solid rgba(139, 159, 172, 0.15);
	width: 100%;
	height: 32px;
	float: left;
  }

  nav .searchSubmit {
	  margin: 8px 8px 7px;
	  float: left;
	  cursor: pointer;
	  background-image: url('../images/sprite.png');
	  background-position: -118px -718px;
	  width: 14px;
	  height: 15px;
	  background-color: transparent;
  }

  nav input[type="search"] {
	  color: #7f7f7f;
	  font-size: .75em;
	  width: 255px;
	  height: 32px;
	  border: 0;
	  float: left;
	  background: transparent;
	  -webkit-appearance: none;
  }

  .carousel-indicators {
    top: 43%;
    bottom:unset !important;
  }

  .carousel-indicators li {
    width: 25px !important;
    height: 25px !important;
    margin: 1px 5px !important;
  }

  .carousel-indicators li.active {
    width: 25px !important;
    height: 25px !important;
    margin: 1px 5px !important;
  }

  #hero, #whatyouneed, #stepbystep, #video, #results {
	padding: 40px 0;
  }

  #video {
	padding-top: 0;
	margin-top: 40px;
  }

  #intro {
	padding: 0 0;
  }

  #hero img {
	width: 150px;
	margin: 30px 10px -120px;
  }

  .cta-btn {
	padding: 18px 12px 14px;
	font-size: 14px;
  }

  #intro .col-md-12 h2 {
	font-size: 25px;
	margin: 0px 0 50px;
	line-height: 33px;
  }

  #intro #quotebox .right-col {
	font-size: 25px;
	line-height: 33px;
  }

  .hero-text-wrap {
	margin-top: 40px;
  }

  .hero-image-1, .hero-image-2, .hero-image-3 {
	min-height: 500px;
	background-position: 0 0;
  }

  .product-image-1, .product-image-2, .product-image-3 {
	right: 20px;
  }

  .hero-text-box-1, .hero-text-box-2, .hero-text-box-3 {
	min-height: 580px;
  }

  #shade-box {
	margin-bottom: 40px;
  }

  #quotebox {
	padding: 30px 30px 0 60px;
  }

  #quote-carousel blockquote p {
  	font-size: 1em;
  	margin-top: 0;
  }

  a.view-all-btn {
	float: right;
	clear: none;
  }

  #results {
	margin-top: 30px;
  }

  #results img {
	height: auto;
	margin-bottom: 35px;
  }

  .results-img-mobile {
	display: none;
  }

  .twentytwenty-wrapper.twentytwenty-horizontal {
	margin-bottom: 35px;
  }

  #footer1 {
   text-align: center;
	padding: 70px 0;
  }


}


@media only screen and (min-width: 992px) and (max-width: 1199px) {


  .product-image-1 {
	right: 50px;
  }

  .product-image-2  {
	right: 50px;
  }

  .product-image-3  {
	right: 50px;
  }

  .hero-text-wrap {
	  margin-left: -7%;
  }

}

@media only screen and (max-width: 600px) {

  .carousel-inner {
	height: auto;
  }

  .carousel-indicators {
	bottom:unset !important;
    top: 42%;
  }


  .hero-text-wrap {
	padding-top: 40px;
	padding-bottom: 80px;
	margin-top: 0;
  }

  .product-image-1, .product-image-2, .product-image-3 {
	display: none;
  }

  ol#quote-indicators {
    bottom: 10px !important;
    top: auto;
  }
  /*
  #intro {
	margin-top: 30px;
  }
*/
  #shade-box {
	width: auto;
  }

  #whatyouneed #pickdeveloper {
	margin-top: -30px;
  }

  #whatyouneed .col-md-4 {
	margin-bottom: 20px;
  }

  a.view-all-btn {
	margin-top: 20px;
  }

  .footer-icon {
	height: 30px;
  }

}

@media only screen and (max-width: 500px) {

  .carousel-inner {
	margin-top: 70px;
  }

  #quote-carousel .carousel-inner {
  	margin-top: 0;
  	height: 300px;
  }

  .carousel-indicators {
	  bottom:unset !important;
   	top: 30%;
  }

  .hero-image-1, .hero-image-2, .hero-image-3 {
	min-height: 350px;
  }

  .hero-text-box-1, .hero-text-box-2, .hero-text-box-3 {
	min-height: 550px;
  }

  #shade-box {
	width: 95%;
  }

  #quotebox {
	padding: 30px 15px 0;
  }

  ol#quote-indicators {
    bottom: 10px !important;
    top: auto;
  }

  #quote-carousel blockquote p {
    font-size: .85em;
  }

  #quotebox #quote-carousel blockquote footer {
  	font-size: 70%;
  }

}

@media only screen and (max-width: 400px) {

  .carousel-indicators {
    bottom:unset !important;
    top: 27%;
  }

  #quote-carousel .carousel-inner {
    height: 300px;
}

  a.view-all-btn {
	float: left;
	clear: none;
	margin: 0;
	top: 10px;
  }

  #shade-box {
	height: 285px;
  }

  ol#quote-indicators {
    bottom: 10px !important;
  	top: auto;
  }

}

/* carousel fix */

.carousel-inner>.item {
	-webkit-transition: -webkit-transform .2s ease-in-out !important;
	-o-transition: -o-transform .2s ease-in-out !important;
	transition: transform .2s ease-in-out !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
