@charset "utf-8";
/* CSS Document */

/* ------------------------ Reset CSS ----------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {


}

body { line-height:1; font-family: "Salvo Sans",Sans-Serif; background-color:#ffffff; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
/* change colours to suit your needs */
ins { background-color:#ff9; color:#000; text-decoration:none; }
/* change colours to suit your needs */ 
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; } 
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
/* change border colour to suit your needs */
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; } 
.clear { clear:both; }

/* ------------------------ Fonts ----------------------- */

@font-face {
	font-family: "Salvo Sans";
	src: url('../fonts/SalvoSans_Regular.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Salvo Sans Light";
	src: url('../fonts/SalvoSans_Light.otf');
	font-weight: lighter;
	font-style: normal;
}

@font-face {
	font-family: "Salvo Sans Bold";
	src: url('../fonts/SalvoSans_Bold.otf');
	font-weight: bold;
	font-style: normal;
}

/* -------------------- CSS ANIMATIONS -------------------------- */

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


/* ------------------------ Styles Begins ----------------------- */

.wrapper { float:left; width:100%; }
.main { width:90%; margin:0 auto; }
.center { width:45%; } 
.left { width:52%; float:left; padding:21% 0% 0% 8%; }
.left h3 { font-family: 'DuplicateSansWeb'; font-size:36px; text-align:left; float:left; color:#FFFFFF; width:90%; padding:0% 0% 1% 0%; } 
.left p { font-family: "SalvoSans Light",Sans-Serif; font-size:18px; text-align:left; float:left; color:#FFFFFF; width:91%; line-height:24px; }
.right { width:41%; float:left; padding:50px 0% 0% 9%; }
.align-center { text-align:center; width:100%; }
.align-center1 { text-align:center; width:100%; }
.width37 { width:37%; float:left; }
header { margin:0 auto; background:#FFF; position:fixed; z-index:999; }
.logo { float:left; padding:13px 0px; } 
.menu { float:right; }
.menu ul { margin:0; padding:13px 0px; list-style-type:none; }
.menu ul li { display:inline; padding:0px; margin:0px; }
.menu ul li a { text-transform:uppercase; color:#2c2c2c; line-height:48px; text-decoration:none; font-family: "Brown"; font-size:18px; padding:27px 30px; }
.menu ul li a.selected { text-transform:uppercase; color:#FFFFFF; text-decoration:none; background-color:#ef4b22; } 
.video-play { position:relative; /*background:url(../images/video.jpg) no-repeat center top; background-size: 100% 100%;*/ width:100%; float:left; margin-top:0px; z-index:99; }
.video-play video { width:100%; float:left; }
.video-main { position:absolute; text-align:center; float:left; width:100%; }

#button {
  position:relative;
  margin:20px auto 26px;
}
#button figure {
  position:relative;
  height:66px;
  width:66px;
  margin:0 auto;
  cursor: pointer;
}

#button img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 50ms ease-in-out;
  -moz-transition: opacity 50ms ease-in-out;
  -o-transition: opacity 50ms ease-in-out;
  transition: opacity 50ms ease-in-out;
}

#button img.bottom { opacity:0; }

#button:hover img.bottom { opacity:1; }
#button:hover img.top { opacity:0; }
#button:hover p  { color:#EF4B22; }

.level1 { background:url(level1-bg.jpg) repeat-x left top; width:100%; min-height:669px; float:left; } 
.level1 h3 { font-family: 'DuplicateSansWeb'; font-size:36px; text-align:center; color:#333333; padding:0px 0px 10px 0px; }
.level1 p, .level5 p { color: #333333; font-family: "Salvo Sans Light",Sans-Serif; font-size: 18px; margin: 0 auto; text-align: center; width: 46%; line-height:24px; font-weight:400;  }
.level2 { background:url(level2-bg.jpg) no-repeat center top; background-size: 100% 100%; width:100%; height:100%; min-height:670px; float:left; }
.level3 { background:url(images/level3-bg.jpg) no-repeat center top; background-size: 100% 100%; width:100%; height:100%; min-height:670px; float:left; }
.level4 { background:url(images/level4-bg.jpg) no-repeat center top; background-size: 100% 100%; width:100%; height:100%; min-height:670px; float:left; }
.level5 { background-color:#f0f0ef; background-size: 100% 100%; width:100%; height:720px; float:left;  position:relative;z-index:100;}
.level5 h3 { font-family: 'DuplicateSansWeb'; font-size:36px; text-align:center; color:#333333; padding:70px 0px 26px 0px; }
.level5 p { color: #333333; font-family: "Salvo Sans Light",Sans-Serif; font-size: 16px; margin: 0 auto; text-align: center; width:530px; line-height:22px; font-weight:400; padding:0px 0px 20px 0px; } 
.level5 p a { background-color: #EF4B22; color: #FFFFFF; display: inline-block; line-height: 0; list-style: none outside none; padding: 30px; margin:12px 0 30px 0; text-decoration: none; text-transform: uppercase; font-family: "Brown"; font-size:18px; }
.level5 p a { background-color: #EF4B22; color: #FFFFFF; display: inline-block; line-height: 0; list-style: none outside none; padding: 30px; margin:12px 0 30px 0; text-decoration: none; text-transform: uppercase; font-family: "Brown"; font-size:18px; }
.level5 p a:hover { background-color: #ec3103; color: #FFFFFF; display: inline-block; line-height: 0; list-style: none outside none; padding: 30px; margin:12px 0 30px 0; text-decoration: none; text-transform: uppercase; font-family: "Brown"; font-size:18px; }
.left-img { position: absolute; z-index: 1; } 
.right-img { position: absolute; z-index: 0; top:210px; right:0px; } 
.right-img img {width: 70%;float: right;}
.device-bot { position: relative; bottom: -18px; left: -44%; }
.pre-order { color: #333333; font-family: "Salvo Sans Light",Sans-Serif; font-size: 16px; margin: 0 auto; text-align: center; width:530px; line-height:22px; font-weight:400; padding:0px 0px 20px 0px; } 
.pre-order a { background-color: #ff7900; color: #FFFFFF; display: inline-block; line-height:40px; list-style: none outside none; padding: 5px 30px; margin:12px 0 30px 0; text-decoration: none; text-transform: uppercase; font-family: "Salvo Sans Bold",Sans-Serif; font-size:18px;font-weight:bold; }
.pre-order a:hover { background-color: #e66d00;color:#ffffff;text-decoration:none; }
.device-btm { float:left; width:100%; top:115px; }
.order-pad { width:600px; margin:0 auto; position:relative;}
.price-dot {
background: url(level5-blue.png) no-repeat scroll left center transparent;
float: left;
right: -30%;
margin-top: -95px;
position: absolute;
top: 159%;
width: 230px;
z-index: 0;
height: 228px;
}

.price-dot1 {
float: right;
margin-top: -95px;
top: 134%;
width: 190px;
z-index: 1;
height: 227px;
position:relative;
}

.price-dot1 img {width: 190px;}




/* Video Popup CSS */
#video { display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999998;} 
.video-overlay { background-color: #fff; display: block; height: 100%; left: 0; opacity:1; position: absolute; top: 0; width: 100%; opacity:0.9; }
.video-box {display: block; height:98%; margin: 1% auto 5%; position: relative; overflow:auto; }
.video-box iframe { width:100%; height:90%; position: relative; margin:0 auto; }
.close-btn { text-align:center; float:left; width:100%; padding:20px 0 20px; cursor:pointer; text-transform:uppercase; font-weight:600; }
.slide-cont { position:relative; float:left; width:100%; }
.mob-img { position: fixed; z-index: 5000; right:15%; top:100px; }
.mob-img .right { width:90%; float:left; padding:0; }
.mob-img img { width:120%; }
.video-pad { width:90%; margin:0 auto; position:relative; height:100%; }
.video-mob-img { display:none; }
#slide-3 .bcg-mob , #slide-4 .bcg-mob, #slide-5 .bcg-mob { display:none;}




/* ------------------------ New Styles Begins ----------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
  font-family: "Salvo Sans Light", Sans-Serif; 
  height: 100%;
}

a {
	text-decoration:none;
}

#menu{
	position:fixed;
	top:0px;
	width:100%; 
	z-index:9999;
	display: none;
}


/*hero*/

.video-main {
  width:100%;
  float:left;
  background:rgba(0,0,0,0.5);
  height:100%;
}

.video-main-center {
  max-width:720px;
  margin:210px auto 0;
}

.video-main-center h2 {
  font-size:30px;
  line-height:1.3;
  color:#ffffff;
}
.video-main-center p {
  font-size:16px;
  line-height:1.5;
  color:#ffffff;
}

.video-main-center p.affirm-payment {font-size:13px;color:#ffffff;text-align:center;margin:4px 0 10px;width:100%;float:left;}
.video-main-center .affirm-home a.affirm-payment {
  font-size: 13px ;
  font-weight: bold !important;
  text-align: center !important;
  float: left !important;
  display: block !important;
  margin: 20px 0 10px !important;
  color:#ffffff !important;
  width:100% !important;
  line-height:1.5 !important;
}

.affirm-home{
 min-height: 70px; 
}

.video-play h1 {
  font-size:48px;
  font-family: "Salvo Sans Light", Sans-Serif; height: 100%;
  color:#ffffff;
  text-transform:uppercase;
  line-height:1.4;
}
.video-play h1 span {
  font-size:48px;
  font-family: "Salvo Sans Light", Sans-Serif; height: 100%;
  color:#ffffff;
  text-transform:none;
  margin-top:10px;
}


.video-play p { 
  font-family: "Salvo Sans Light",Sans-Serif; 
  font-size:21px;
  line-height:1.5;
  text-align:center; 
  color:rgba(255,255,255,0.7); 
  display:inline-block; 
  width:600px;
}

.hero-buttons{
  width:100%;
  margin:15px auto 0;
}

a.play-btn {
  text-align: right;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Salvo Sans Light",Sans-Serif;
  color: #ffffff;
  display: block;
  width: 180px;
  text-decoration:none;
}

a.play-btn:hover {
  text-decoration:none;
  color:rgba(255,255,255,0.7);
}

.play-btn span img {
  width:25px;
  height:auto;
  margin:0px;
}

a.buy-btn {
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
  font-family: "Salvo Sans",Sans-Serif;
  padding: 21px 20px 18px;
  color: #ffffff;
  background: #ff7900;
  margin: 0 auto;
  display: block;
  border-radius: 4px;
  max-width: 420px;
  text-decoration:none;
  text-transform:uppercase;
}
a.buy-btn span {
  text-decoration:line-through;
}
a.buy-btn span.line2 {
  text-transform:uppercase;
  text-decoration:none;
  font-size:12px;
  color:#FFBE83;
}

a.buy-btn:hover {
  background:#eb7104;
  text-decoration:none;
  color:#ffffff;
}

.sale-starburst{
	width: 145px;
	height: 145px;
	margin-top: -60px;
	float: right;
	background: url('https://cdn.shopify.com/s/files/1/0445/5745/t/54/assets/sale-starburst.png?11952959909288675740');
	background-size: 100% 100%;
}

.limitedText {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  padding: 20px 0 0;
  line-height:1.5;
}

div#scroll-arrow-container {
  display: block; 
  position: absolute;
  bottom: 2%;
  left: 50%;
  margin-left: -20px;
  width: 30px;
  height: 17px;
  opacity: 0.8;
  margin-bottom: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://cdn.shopify.com/s/files/1/0445/5745/files/down-arrow3x.jpg?24673");
  
  -moz-animation: bounce 5s infinite;
   -webkit-animation: bounce 5s infinite;
   animation: bounce 5s infinite;
}


/* Press */
.main-press-container {
  width:100%;
  background:#f7f7f7;
  float:left;
}

.main-press {
  padding:50px 0px 100px;
  margin:0 auto;
  width:1028px;
}

.press-item {
  float:left;
}

.press-item img {
  max-height:44px;
  width:auto;
  max-width:215px;
  margin:0 15px;
}

/* Communicate */
.main-communicate-container {
  width:100%;
  background:#FFFFFF;
  float:left;
}

.main-communicate {
  margin:0 auto;
  width:940px;
  padding:70px 0 280px;
}

.main-communicate img {
	width:100%;
  margin-bottom:20px;
}

h2.titleh2 {
  text-align:center;
  font-size:36px;
  line-height:1.3;
  font-family: "Salvo Sans Light",Sans-Serif;
  padding:0px 0 30px;
  margin: 0px auto;
  max-width: 700px;
}

.communicate-item {
  float:left;
  width:220px;
  margin:0 20px 0 0;
  padding:0 10px;
}

.communicate-item:last-child {
  margin:0;
}

.communicate-item img {
  width:111px;
  margin:0 auto;
  display:block;
  margin-bottom:25px;
}

p.communicateTitle {
  font-size:16px;
  font-family: "Salvo Sans",Sans-Serif;
  text-align:center;
  margin:0 0 7px;
}

p.communicateBody {
  font-size:14px;
  font-family: "Salvo Sans Light",Sans-Serif;
  line-height:1.5;
  text-align:center;
}

/*Apps*/
.apps-wrapper {
  width:100%;
  float:left;
}
.apps-container {
  width:940px;
  margin:0 auto;
  border-top:1px solid #EEEEEE;
  padding: 80px 0 570px;
}
.apps-left {
  width:615px;
  float:left;
  z-index: 0;
  display: block;
}
.apps-left img {
  width:615px;
}
.apps-right {
  float:right;
  width:60%;
  z-index: 9999;
  display: block;
  margin-top: -500px;
}
.apps-right-text {
  	
}
.apps-right-text h2 {
  font-size:36px;
  line-height:1.3;
}
.apps {
  margin-top:20px;
}

.apps a {
  float:left;
  margin-right:10px;
}

.apps img {
    width: auto;
    height: 44px;
}



/* Wander */
.main-wander-container {
  height: 720px;
  width: 100%;
  background: #f7f7f7;
  display: block;
  background-image: url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-wander_f3ea3ddb-6922-4560-82f0-c9e63d42a2bc.jpg?2308825202134567081');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%), url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-wander.jpg?24103') no-repeat center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.2))), url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-wander.jpg?24103') no-repeat center;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%), url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-wander.jpg?24103') no-repeat center;
  background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%), url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-wander.jpg?24103') no-repeat center;
  background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%), url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-wander.jpg?24103') no-repeat center;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%), url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-wander.jpg?24103') no-repeat center;
  background-size: cover
}

.main-wander {
  margin:0 auto;
  width:940px;
  padding:70px 0 290px;
}

.wander-left {
  float:right;
  width: 63%;
  margin-top: 90px;
}

.wander-left-text {
  width:100%;
}

.wander-left-text h2 {
  text-align:left;
  font-size:36px;
  line-height:1.5;
  font-family: "Salvo Sans Light",Sans-Serif;
  padding:0;
  color:#ffffff;
  margin-bottom:10px;
}

.wander-left-text p {
  text-align:left;
  font-size:20px;
  line-height:1.5;
  font-family: "Salvo Sans Light",Sans-Serif;
  padding:0px 0 15px;
  color:#ffffff;
}
.wander-left-text ul {
  float:left;
  color:#ffffff;
  list-style:none;
  padding:0;
  margin:0;
}
.wander-left-text li {
  float:left;
  width: 100%;
  margin: 0 0 20px;
}
.wander-left-text li span img {
  width:50px;
  float:left;
  margin-top: 1px;
}
.wander-left-text li p {
  padding: 0px 0;
  float: right;
  width: 87%;
  font-size:18px;
  margin: 0;
}
.wander-left-text li p.bold {
  font-weight:bold;
  font-family:"Salvo sans", sans-serif;
}

.wander-apps {
  float:left;
}

.wander-apps img {
  float:left;
  height:50px;
  width:auto;
  margin:35px 10px 0 0;
}

/*.wander-btn {
  font-size: 16px;
  border: 1px solid rgba(255,255,255,0.5);
  color: rgba(255,255,255,0.5);
  padding: 13px 15px 8px;
  border-radius: 4px;
  float: left;
  margin: 30px 5px 0;
}*/

.wander-btn {
  font-size: 16px;
/* border: 1px solid rgba(255,255,255,0.5); */
color: rgba(255,255,255,0.5);
padding: 0;
/* border-radius: 4px; */
float: left;
margin: 25px 5px 0;
}

.wander-btn img {
  width:24px;
  height:auto;
  float:left;
  margin: -2px 5px 0 0;
  opacity: 0.6;
 
}

.wander-right {
  float:right;
  width:35%;
}

.wander-right img {
  width:305px;
  height:auto;
}

.wander-image-container { 
  position:relative;
  width:50%;
  margin:0 auto;
  min-width:280px;
}


/* Crowd */
.main-crowd-container {
  height: 760px;
  width: 100%;
  background: #f7f7f7;
  display: block;
  background-image: url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-crowd.jpg?24123');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
  background: -moz-linear-gradient(top, rgba(8,158,215,0.8) 0%, rgba(8,158,215.8) 100%), url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-crowd.jpg?24123') no-repeat center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(8,158,215,0.8)), color-stop(100%,rgba(8,158,215,0.8))), url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-crowd.jpg?24123') no-repeat center;
  background: -webkit-linear-gradient(top, rgba(8,158,215,0.8) 0%, rgba(8,158,215,0.8) 100%), url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-crowd.jpg?24123') no-repeat center;
  background: -o-linear-gradient(top, rgba(8,158,215,0.48) 0%, rgba(8,158,215,0.8) 100%), url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-crowd.jpg?24123') no-repeat center;
  background: -ms-linear-gradient(top, rgba(8,158,215,0.8) 0%, rgba(8,158,215,0.8) 100%), url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-crowd.jpg?24123') no-repeat center;
  background: linear-gradient(to bottom, rgba(8,158,215,0.8) 0%, rgba(8,158,215,0.8) 100%), url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-crowd.jpg?24123') no-repeat center;
  background-size: cover
}

.main-crowd {
  margin:0 auto;
  width:850px;
  padding:70px 20px 290px;
}

.main-crowd img {
  width:880px;
  margin:10px auto 0;
}

.crowd-speech-first-image img{
  width: 45%;
  float: right;
}

.crowd-speech-second-image img{
  width: 64%;
  float: left;
}

.crowd-speech-third-image img{
  width: 40%;
  float: left;
  margin-top:20px;
}

.crowd-speech-first-image, .crowd-speech-second-image, .crowd-speech-third-image {
  display: none;
}

.crowd-center {
  width:55%;
  margin-top: 115px;
}

.wander-text {
  width: 640px;
  margin: 0 auto;
}

.wander-text h2 {
  text-align:center;
  font-size:42px;
  line-height:1.5;
  font-family: "Salvo Sans Light",Sans-Serif;
  padding:0;
  color:#ffffff;
  margin-bottom:10px;
}

.wander-text p {
  text-align:center;
  font-size:20px;
  line-height:1.5;
  font-family: "Salvo Sans Light",Sans-Serif;
  padding:0px 0 0px;
  color:#ffffff;
}

/* Resiliant */
.main-resiliant-container {
  height: 720px;
  width: 100%;
  background: #f7f7f7;
  display: block;
  background-image: url('https://cdn.shopify.com/s/files/1/0445/5745/files/homepage-resiliant.jpg?24123');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
}

.main-resiliant {
  margin:0 auto;
  width:940px;
  padding:70px 0 290px;
}

.resiliant-left {
  float:left;
  width:55%;
  margin-top: 80px;
}

.resiliant-left-text {
  width:100%;
}

.resiliant-image {
  height:180px;
  margin-bottom: 40px;
}

.resiliant-image img {
  float:right;
  width:450px;
}

.resiliant-left-text h2 {
  text-align:left;
  font-size:42px;
  line-height:1.2;
  font-family: "Salvo Sans Light",Sans-Serif;
  padding:0;
  color:#ffffff;
  margin-bottom:10px;
  margin-top: 0;
  max-width: 450px;
}

.resiliant-left-text p {
  text-align:left;
  font-size:20px;
  line-height:1.5;
  font-family: "Salvo Sans Light",Sans-Serif;
  padding:0px 0 15px;
  color:#ffffff;
}

.resiliant-right {
  float:right;
  width:35%;
}

.resiliant-right img {
  width:288px;
  height:auto;
  margin-top: -29px;
}

.resiliant-hand {
  position: relative;
}

/* Awards */
.main-awards-container {
  width:100%;
  background:#f7f7f7;
  float:left;
}

.main-awards {
  margin:0 auto;
  width:940px;
  padding:50px 0 190px;
}

.awards-item {
  float:left;
  width:140px;
  margin:0 20px 0 0;
  padding:0 10px;
}

.awards-item:last-child {
  margin:0;
}

.awards-item img {
  height:120px;
  width:auto;
  margin:0 auto;
  display:block;
}


/* ------------------------ Media Queries ----------------------- */

/*  #Mobile (Portrait 320 - 768)  */

@media only screen and (max-width: 767px) {
	
	.video-main-center {
	width: 100%;
	margin: 70px auto 0;
	}	
	
	.video-play h1 {
	font-size: 30px;
	padding: 0 20px;
	
    }
  .video-play h1 span {
	font-size: 27px;	
    }

	.video-play video {
	display: none;
    }

	.video-main {
	height: 100%;
	}
	
	.video-play p {
		display:none;
	}
	
	.video-mob-img {
	display: block;
	width: 100%;
    height: 480px;
    background:url('https://cdn.shopify.com/s/files/1/0445/5745/files/video-placeholder-hero2.jpg?7944104071955457107') no-repeat center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	float: left;
    display:block;
	}
	
	.video-mob-img img {
	width: 100%;
	height: 370px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	float: left;
	}
	
	.hero-buttons {
	width: 100%;
	margin: 15px auto;
	}
	
	a.play-btn {
	float: none;
	padding: 0;
    font-size: 14px;
    width:148px;
    text-align: right;
    }

	a.buy-btn {
    float: none;
    padding: 18px 20px 15px;
    margin-top: 5px;
    font-size: 18px;
    max-width: 280px;
}	
  	
  	.play-btn span img {
    width: 25px;
    height: auto;
    margin: -3px 0 0;
	}

	.limitedText {
	margin-top: -5px;
	line-height: 1.5;
	padding: 0 20px;
	}
  
  	.sale-starburst{
      width: 100px;
      height: 100px;
      margin-top: -42px;
  	}
	
	.main-awards {
	width: 100%;
	padding: 30px 0 750px;
	}
	
	.awards-item {
	width: 100%;
	margin: 0 20px 20px 0;
	}
	
	.awards-item img {
	height: 100px;
	}
	
	.main-communicate {
	width: 100%;
	padding: 40px 20px 50px;
	}
	
	h2.titleh2 {
	padding: 10px 0 10px;
	font-size: 26px;
	line-height: 1.3;
    margin: 0px auto;
    max-width: 700px;
	}
	
	.communicate-item {
	float: none;
	width: 100%;
	margin: 20px auto 50px;
	padding: 0 10px;
	}
	
	.communicate-item img {
	width: 90px;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
	}
	
	p.communicateTitle {
	font-size: 18px;
	}
	
	p.communicateBody {
	font-size: 16px;
    max-width: 300px;
	margin: 0 auto;
	}
  
    .apps-container {
    width: 100%;
    padding: 50px 0 570px;
 	 }
  	.apps-left {
    width: 100%;
    padding: 20px;
	}
    .apps-left img {
      width: 100%;
    }
    .apps-right {
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 0 20px
	  }
    .apps-right-text h2 {
      font-size: 30px;
      line-height: 1.3;
      text-align: center;
    }
      .apps-container {
        width: 100%;
        padding: 40px 0 760px;
    }
	
	.main-wander-container {
	height: 600px;
	width:100%;
	}
  .wander-left-text li p {
    width: 78%;
    text-align: left;
}
.order-bottom-container .order-bottom .order-left {
    width: 100%;
    border-bottom: 1px solid #222;
}
  .order-bottom-container .order-bottom .order-left img {
    width: 150px;
    height: auto;
}
.order-bottom-container .order-bottom .order-right {
    float: left;
    width: 100%;
    margin: 5px 0 0;
    text-align: center;
}

	
	.main-wander {
	width: 100%;
	padding: 60px 0 0;
	}
	
	.wander-left {
	float: none;
	width: 100%;
	margin-top: -10px;
	}
	
	.wander-left-text {
	width: 100%;
	padding: 0 10px;
	}
	
	.wander-left-text h2 {
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
	padding: 0 ;

	}
	
	.wander-left-text p {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	padding: 0px 0px 20px;
	}
	
	.wander-apps {
	float: left;
	display: none;
	}
	
	.wander-right {
	float: none;
	width: 100%;
	margin: 30px auto;
	}
  .wander-left-text ul {
    padding: 0;
}


	
	.wander-right img {
  	width: 100%;
  	min-width: 280px;
  	margin: 0 auto;
  	display: block; /* had to switch to display absolute */
  
	}

  .wander-image-container { 
    position:relative;
    width:50%;
    margin:0 auto;
    min-width:280px;

  }
  
  .main-crowd-container {
    height: 720px;
  }
	
	.main-crowd {
	margin: 0 auto;
	width: 100%;
	padding: 60px 10px;
	}

    .crowd-speech-first-image img{
      width: 75%;
      float: right;
      margin: 20px auto 20px;
      max-width: 370px;
    }

    .crowd-speech-second-image img{
      width: 100%;
      float: left;
      margin: 20px auto 20px;
      max-width:500px;
    }
  
    .crowd-speech-third-image img{
      width: 65%;
      float: left;
      margin: 20px auto 20px;
      max-width:310px;
    }

    .wander-text {
	width: 100%;
	margin: 0 auto;
	}
	
	.wander-text h2 {
	font-size: 30px;
	line-height: 1.3;
	}
	
	.wander-text p {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	padding: 0px 0 0px;
	}
	
	.main-resiliant-container {
	height: 800px;
	float: left;
	}
	
	.main-resiliant {
	margin: 0 auto;
	width: 100%;
	padding: 60px 10px 290px;
	}
	
	.resiliant-left {
	float: none;
	width: 100%;
	margin-top: 0px;
	}
	
	.resiliant-left-text {
	width: 100%;
	}
	
	.resiliant-left-text h2 {
	text-align: center;
	font-size: 29px;
	line-height: 1.3;
    margin: 0 auto;
	}
	
	.resiliant-left-text p {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	padding: 0px 0 15px;
	}
	
	.resiliant-left img {
	float: none;
	width: 80%;
	margin: 0px auto 0;
	padding: 0 10px;
	display:block;
	}
	
	.resiliant-right {
	float: none;
	width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
	}
	
	.resiliant-right img {
	width: 152px;
	height: auto;
	margin: 0 auto;
	display: block;
	}
	
	.main-press {
	padding: 40px 20px 25px;
	margin: 0 auto;
	width: 100%;
	}
	
	.press-item {
	float: none;
	width: 100%;
	}
	
	.press-item img {
	margin: 0 auto 20px;
	display: block;
	}
	
	.main-preorder-container {
	height: 755px;
	}
	
	.main-preorder {
	width: 100%;
	padding: 30px 10px 100px;
	}
	
	.preorder-center {
	width: 100%;
	}
	
	.preorder-text {
	width: 100%;
	margin: 0 auto;
	}
	
	.preorder-text h2 {
	font-size: 32px;
	line-height: 1.5;
	}
	
	.preorder-text p {
	font-size: 16px;
	line-height: 1.5;
	}
	
	.preorder-text a {
	margin-top: 10px;
	}
	
	.main-preorder img {
	width: 100%;
	height: auto;
	margin: 0px auto 0;
	display: block;
	}
  
  .price-dot1 {
    float: none;
    margin: 30px auto 0;
  }
  
  .price-dot1 img {
width: 80%;
}
  
  .device-btm {
    top: 115px;
    margin-top: -50px;
  }
  
.right-img {
position: absolute;
z-index: 0;
top: 430px;
right: 0px;
width: 30%;
}
  
  .resiliant-image {
height: 110px;
margin-bottom: 40px;
}
	
}

/*  #Mobile  */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
	.video-main-center {
	margin: 110px auto 0;
	}
  
    .video-play h1 {	
    font-size: 42px;
	margin-bottom:5px;
	}
  
  .video-play p {
    font-size: 18px;
    width: 525px;
  }
  
  .hero-buttons {
    margin: 10px auto 0;
  }
  
  .limitedText {
    margin-top: 90px;
  }
  
  a.play-btn {
    font-size: 15px;
  }
  
  a.buy-btn {
    font-size: 15px;
  }
   
    .main-awards {
     width: 750px;
      padding: 40px 0 145px;
    }
	
	.awards-item {
	width: 107px;
	}
  
    .awards-item img {
    height: 90px;
    }
	
	.main-communicate {
	width: 100%;
	padding: 0px 20px 290px;
	}
	
	.communicate-item {
	width: 22%;
	}

	.main-wander {
	width: 100%;
	padding: 70px 40px 290px 20px;
	}
	
	.wander-right img {
	width: 100%;
	}

  .wander-image-container { 
    position:relative;
    width:50%;
    margin:0 auto;
    min-width:280px;
  }
	
	.wander-left {
	float: right;
	width: 55%;
	margin-top: 0px;
	}
	
	.wander-left-text h2 {
	font-size: 30px;
	line-height: 1.5;
	}
	
	.wander-left-text p {
	font-size: 18px;
	line-height: 1.5;
	}
	
	.main-crowd {
	margin: 0 auto;
	width: 100%;
    padding: 40px 20px 290px;
	}
  
  .main-crowd-container {
    height: 700px;
  }
  
    .wander-text h2{
      font-size:30px;
    }
  
    .wander-text p{
      font-size:18px;
    }
	
	.main-resiliant {
	width: 100%;
	padding: 70px 40px 290px 20px;
	}
	
	.resiliant-left img {
	width: 100%;
	}
  
  .resiliant-left {

    margin-top: 40px;
  }

	.main-press {
	padding: 45px 20px 40px;
	margin: 0 auto;
	width: 100%;
	}
	
	.press-item {
	float: none;
      
	}
	
	.press-item img {
	margin: 0 auto 20px;
	display: block;
      max-width: 160px;
	}
	
	.main-preorder {
	margin: 0 auto;
	width: 100%;
	padding: 30px 10px 230px;
	}
	
	.main-preorder img {
	width: 80%;
	}
  
  .price-dot1 img {
    width: 90%;
  }
  
  .right-img {
    max-width: 320px;
    top: 190px;
  }
  
  .device-btm {
    float: left;
    width: 100%;
    top: 115px;
    margin:0 auto;
    display:block;
  }
	


	
}

@media only screen and (min-width: 1400px) {
  
  .video-main-center {
width: 720px;
margin: 250px auto 0;
}
  
}

