/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   TRNSITIONS
   ========================================================================== */

.transition-all-250ms-ease {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
	height: 100%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background-color: #1b1e22;
    font-family: motiva_sansregular;
	color: #ffffff;
}

a {
	text-decoration: none;
	color: #ffffff;
}

b {
    font-weight: normal;
    font-family: motiva_sansbold;
}

h1 {
    font-weight: normal;
    font-family: motiva_sansbold;
}

.page-wrap {
	min-height: 100%;
	margin-bottom: -210px;
	position: relative;
    z-index: 1;
}

header {
	position: relative;
	width: 100%;
	height: 78px;
	background-color: #000000;
	z-index: 100;
}

header .desktop {
	width: 100%;
	max-width: 898px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	background: transparent url('../img/header/header-sweat.png') 60% center no-repeat;
}

header .mobile {
	display: none;
}

header .black-poly {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 264px;
	height: 20px;
	background: transparent url('../img/header/header-black-poly.png') 0 0 no-repeat;
}

header .wod-logo {
	width: 176px;
	height: 44px;
	position: absolute;
	left: 45px;
	top: 22px;
	background: transparent url('../img/header/header-logo.png') 0 0 no-repeat;
}

header .desktop nav {
	position: absolute;
	right: 0;
	bottom: -48px;
	width: 634px;
	height: 48px;
	background: transparent url('../img/header/header-grey-poly.png') 0 0 no-repeat;
	text-align: center;
	/*    padding: 13px 50px 0 0;*/
	
	padding: 13px 0 0 0;
}

header .desktop nav > a {
	padding: 0 18px;
	font-size: 0.9em;
    font-family: motiva_sanslight;
}

header .desktop nav > a:hover {
    color: #00aeef;
}

#cart-count,
#footer-cart {
	position: relative;
}

#cart-count span,
#footer-cart span {
	background: transparent url('../img/header/basket.png') 0 0 no-repeat;
	width: 33px;
	height: 28px;
	position: absolute;
	top: -8px;
	left: 5px;
}
#footer-cart span {
    top: -6px;
    left: -12px;
}
header .blue-bar {
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00aeef;
}

header .app-link {
	position: absolute;
	top: 20px;
	left: 300px;
}

header .app-link span {
	display: inline-block;
	font-size: 1.4em;
	position: relative;
}

header .app-link .badge {
	background: transparent url('../img/header/badge.png') 0 0 no-repeat;
	width: 36px;
	height: 37px;
	margin-right: 10px;
}

header .app-link .green {
    color: #00aeef;
	top: -10px;
	margin-right: 20px;
    font-family: motiva_sanslight;
}
header .app-link:hover .green {
    color: #ffffff;
}

header .app-link .blue {
    color: #99f446;
	top: -10px;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	margin-right: 30px;
}

header .app-link .store-icon {
	background: transparent url('../img/header/app-store-icon.png') 0 0 no-repeat;
	width: 103px;
	height: 35px;
}

header .desktop .social {
	position: absolute;
	top: 25px;
	right: 36px;
}

header .social a {
	width: 28px;
	height: 28px;
	display: inline-block;
}

header .social .twitter {
	background: transparent url('../img/header/twitter.png') 0 0 no-repeat;
	background-size: 100% auto;
}

header .social .facebook {
	background: transparent url('../img/header/facebook-icon.png') 0 0 no-repeat;
	background-size: 100% auto;
}

header .social .youtube {
	background: transparent url('../img/header/youtube-icon.png') 0 0 no-repeat;
	background-size: 100% auto;
}

@media (max-width: 910px) {
	header {
		overflow: hidden;
		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;
		height: 50px;
	}
	header .desktop {
		display: none;
	}
	header .mobile {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 280px;
		background: #000000 url('../img/header/header-sweat-full.png') center top no-repeat;
	}
	header.open {
		height: 280px;
	}
	header .mobile nav {
		padding: 82px 20px 0;
	}
	header .mobile nav a {
		display: block;
		margin-bottom: 4px;
	}
	header .wod-logo {
		position: absolute;
		top: 18px;
		left: 64px;
		right: 0;
		width: 88px;
		height: 22px;
		background-size: 100% auto;
	}
	header .hamburger {
		top: 20px;
		left: 16px;
		width: 26px;
		height: 13px;
		position: absolute;
		cursor: pointer;
		background: transparent url('../img/header/nav-open-btn.png') 0 0 no-repeat;
		background-size: 100% auto;
	}
	header.open .hamburger {
		width: 21px;
		height: 22px;
		background: transparent url('../img/header/nav-close-btn.png') 0 0 no-repeat;
		background-size: 100% auto;
		top: 18px;
	}
	header .mobile .social {
		position: absolute;
		top: 14px;
		right: 56px;
	}
	#mobile-cart {
		position: absolute;
		top: 14px;
		right: 8px;
		background: transparent url('../img/header/basket.png') 0 0 no-repeat;
		width: 33px;
		height: 28px;
		text-align: center;
		padding-top: 5px;
	}
}

.footer-margin {
	display: block;
	height: 210px;
}

footer {
	position: relative;
	width: 100%;
	height: 210px;
	overflow: hidden;
    z-index: 2;
}

footer .top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1017px;
	width: 100%;
	height: 95px;
	padding: 0 46px 0 55px;
	overflow: hidden;
	/*	background: transparent url('../img/footer/footer-grey-poly.png') 0 0 no-repeat;*/
}

footer .left-cap {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 95px;
	background: transparent url('../img/footer/left-cap.png') 0 0 no-repeat;
}

footer .right-cap {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 95px;
	background: transparent url('../img/footer/right-cap.png') 0 0 no-repeat;
}

footer .inner {
	width: 100%;
	height: 95px;
	background: transparent url('../img/footer/tile.png') 0 0 repeat;
	padding: 20px 0 0 316px;
	position: relative;
}

footer .inner > a {
	display: inline-block;
	margin-bottom: 18px;
	padding: 0 20px 0 0;
    font-family: motiva_sanslight;
}

footer .inner > a:hover {
    color: #00aeef;
}

footer .to-top {
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	cursor: pointer;
}

footer .bottom {
	position: absolute;
	top: 95px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1017px;
	height: 115px;
}

footer .black-poly {
	position: absolute;
	top: -30px;
	left: 90px;
	width: 275px;
	height: 30px;
	background: transparent url('../img/footer/footer-black-poly.png') 0 0 no-repeat;
}

footer .black-poly .clock {
	position: absolute;
	width: 117px;
	height: 123px;
	background: transparent url('../img/footer/skull.png') 0 0 no-repeat;
	top: -64px;
	left: 20px;
}

footer .logo {
	position: absolute;
	width: 108px;
	height: 31px;
	left: 142px;
	top: 40px;
	background: transparent url('../img/studio-ip.png') 0 0 no-repeat;
}

footer .see-other {
	position: absolute;
	left: 142px;
	top: 72px;
	width: 280px;
	font-size: 0.8em;
    font-family: motiva_sanslight;
}

footer .see-other a {
	color: #00aeef;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
}

footer .see-other a:hover {
    color: #ffffff;
}

footer .seo {
	position: absolute;
	max-width: 390px;
	width: 100%;
	bottom: 24px;
	right: 20px;
	font-size: 0.7em;
	line-height: 1.1em;
}

footer .seo p {
	margin: 4px 0;
    font-family: motiva_sanslight;
}

footer .seo .grey {
	color: #797979;
}

footer .seo a {
	color: #00aeef;
}
footer .seo a:hover {
    color: #ffffff;
}
footer .bar {
	width: 100%;
	height: 115px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #000000;
}

@media (max-width: 875px) {
	footer .inner > a {
		display: none;
	}
	footer .to-top {
		display: block;
	}
}

@media (max-width: 825px) {
	footer .seo {
		max-width: 340px;
	}
}

@media (max-width: 775px) {
	footer .seo {
		display: none;
	}
}

@media (max-width: 475px) {
	footer .top {
		display: none;
	}
	footer .bottom {
		top: 0;
		height: 210px;
	}
	footer .bar {
		height: 210px;
	}
	footer .black-poly {
		display: none;
	}
	footer .logo {
		left: 30px;
	}
	footer .see-other {
		left: 30px;
	}
	footer .seo {
		display: block;
		right: auto;
		left: 0;
		padding: 0 30px;
		bottom: 8px;
	}
}
/*LANDING*/

section {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

section.feature {
	height: 838px;
	background-color: #000000;
	overflow: hidden;
}

section.feature .points-wrap {
    position: absolute;
    bottom: 350px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 898px;
    width:100%;
}

section.feature .points {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 275px;
}

section.feature .points > div {
    color:#fff;
    clear: both;
    margin-bottom: 14px;
}
section.feature .points > div > span {
    width: 19px;
    height: 26px;
    display: inline-block;
    background: transparent url('../img/feature/check-mark.png') 0 0 no-repeat;
    float: left;
    margin-right: 10px;
    position: relative;
    top: -10px;
}
section.feature .item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

section.feature .item.left {
	left: -100%;
}

section.feature .item.right {
	left: 100%;
}

section.feature .item .inner {
	max-width: 898px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

section.feature .selectors {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 auto;
	height: 24px;
	width: 128px;
}

section.feature .selectors div {
	width: 26px;
	height: 26px;
	float: left;
	margin: 0 3px;
	background: transparent url('../img/feature/inactive.png') center center no-repeat;
	cursor: pointer;
}

section.feature .selectors div.active {
	background: transparent url('../img/feature/active.png') center center no-repeat;
	cursor: default;
}

section.feature .info {
	max-width: 380px;
	width: 100%;
	padding: 0 20px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}

section.feature .info .pre-text {
	/*	color: #424445;*/
	font-family: motiva_sanslight;
	color: #818181;
}

section.feature .info .header {
	color: #99f446;
	font-size: 1.6em;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	line-height: 1em;
}

section.feature .info p {
	font-size: 0.8em;
    margin: 2px 0;
}

section.feature .img-text {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

#feature-1 {
	background: transparent url('../img/feature/img-1.jpg') no-repeat center top;
}

#feature-1 .img-text {
    background: transparent url('../img/feature/img-1-text.png') center top no-repeat;
    background-size: 100% auto;
    max-width: 563px;
    height: 193px;
}

#feature-1 .info {
    top: 535px;
    right: -50%;
}

#feature-1 .info .logo {
	width: 127px;
	height: 89px;
	background: transparent url('../img/feature/speaker.png') 0 0 no-repeat;
}

#feature-2 {
	background: transparent url('../img/feature/img-2.jpg') no-repeat center top;
}

#feature-2 .img-text {
    background: transparent url('../img/feature/img-2-text.png') center top no-repeat;
    background-size: 100% auto;
    max-width: 459px;
    height: 188px;
}

#feature-2 .quote {
	/*top: 788px;
	right: -50%;*/
    top: 220px;
    right: 430px;
}

#feature-2 .info {
    /*top: 634px;
	right: -50%;*/
    top: 535px;
    right: -58%;
}

#feature-2 .info .logo {
	width: 118px;
	height: 99px;
	background: transparent url('../img/feature/heart.png') 0 0 no-repeat;
}

#feature-3 {
	background: transparent url('../img/feature/img-3.jpg') no-repeat center top;
}

#feature-3 .img-text {
    background: transparent url('../img/feature/img-3-text.png') center top no-repeat;
    background-size: 100% auto;
    max-width: 554px;
    height: 199px;
}

#feature-3 .quote {
    top: 220px;
    right: 430px;
}
#feature-3 .info .logo {
	width: 148px;
	height: 75px;
	background: transparent url('../img/feature/shoe.png') 0 0 no-repeat;
}
#feature-3 .info {
    top: 535px;
    right: -58%;
}
#feature-4 {
    background: transparent url('../img/feature/img-4.jpg') no-repeat center top;
}
#feature-4 .info .logo {
    width: 248px;
    height: 64px;
    background: transparent url('../img/feature/rockform.png') 0 0 no-repeat;
}
#feature-4 .info {
    top: 600px;
    right: -58%;
}
@media (max-width: 600px) {
    section.feature .img-text {
        top: 25px;
    }
    #feature-1 .img-text,
    #feature-2 .img-text,
    #feature-3 .img-text {
        background-size: 90% auto;
    }
}

@media (max-width: 580px) {
	
/*    section.feature {
        height: 720px;
    }
    section.feature .points-wrap {
        bottom: 412px;
    }*/
	#feature-1 .info {
        /*top: 460px;*/
        right: 0;
        max-width: 368px;
	}
	#feature-2 .info {
		/*top: 444px;*/
		right: 0;
		max-width: 368px;
	}
	#feature-3 .info {
        /*top: 444px;*/
        right: 0;
        max-width: 368px;
	}
    #feature-4 .info {
        /*top: 444px;*/
        right: 0;
        max-width: 368px;
    }
}

section.reviews {
	height: 288px;
	background: #76de0e url('../img/reviews/img-1.jpg') no-repeat center center;
}

section.reviews .inner {
	max-width: 898px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

section.reviews .phone {
	position: absolute;
	left: 10px;
	top: -344px;
	width: 245px;
	height: 483px;
	background: transparent url('../img/reviews/phone.png') 0 0 no-repeat;
	background-size: 100% auto;
}

section.reviews .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 288px;
	padding: 0 54px 0 265px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

section.reviews .review {
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

section.reviews .review.active {
	opacity: 1;
}

section.reviews .logo {
	width: 94px;
	height: 90px;
	background: transparent url('../img/reviews/hand.png') 0 0 no-repeat;
	background-size: 100% auto;
}

section.reviews .intro {
	color: #393939;
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: 5px;
    font-family: motiva_sanslight;
}

section.reviews .title {
	color: #000000;
	font-size: 1.6em;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	line-height: 1em;
	margin-bottom: 10px;
}

section.reviews .headline {
	color: #000000;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	font-size: 0.9em;
}

section.reviews .headline span {
	width: 57px;
	height: 8px;
	background: transparent url('../img/reviews/stars.png') 0 0 no-repeat;
	display: inline-block;
	position: relative;
	top: -1px;
}

section.reviews .arrow-right {
	width: 27px;
	height: 34px;
	position: absolute;
	top: 50px;
	bottom: 0;
	margin: auto 0;
	right: 14px;
	background: transparent url('../img/reviews/arrow-down.png') 0 0 no-repeat;
	cursor: pointer;
}

section.reviews .arrow-left {
	width: 27px;
	height: 34px;
	position: absolute;
	top: 50px;
	bottom: 0;
	margin: auto 0;
	left: 216px;
	background: transparent url('../img/reviews/arrow-down.png') 0 0 no-repeat;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	cursor: pointer;
}

section.reviews .author {
	color: #000000;
	font-size: 0.8em;
	margin-bottom: 8px;
}

section.reviews .text {
	color: #000000;
	font-size: 0.8em;
}

@media (max-width: 680px) {
	section.reviews .logo {
		display: none;
	}
	section.reviews .content {
		padding: 20px 54px 0 265px;
	}
}

@media (max-width: 580px) {
	section.reviews .phone {
		display: none;
	}
	section.reviews .content {
		padding: 20px 54px 0 54px;
	}
	section.reviews .arrow-right {
		top: 0;
	}
	section.reviews .arrow-left {
		top: 0;
		left: 14px;
	}
	section.reviews .center {
		position: relative;
		/*		top: 50%;*/
		
		top: 44%;
		transform: translateY(-50%);
	}
}

@media (max-width: 400px) {
	section.reviews .intro {
		font-size: 1em;
	}
	section.reviews .title {
		font-size: 1.1em;
	}
}

section.tutorials {
	height: 529px;
	background: transparent url('../img/tutorials/img-1.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

section.tutorials .inner {
	max-width: 898px;
	width: 100%;
	height: 529px;
	position: relative;
	margin: 0 auto;
	padding: 0 20px
}

section.tutorials .phone {
	position: absolute;
	width: 380px;
	height: 538px;
	bottom: 20px;
	right: 30px;
	background: transparent url('../img/tutorials/double-phone.png') 0 0 no-repeat;
	background-size: 100% auto;
}

section.tutorials .arrow {
	position: absolute;
	top: 100px;
	right: -30px;
	width: 137px;
	height: 176px;
	background: transparent url('../img/tutorials/large-arrow.png') 0 0 no-repeat;
}

section.tutorials .pr {
	position: absolute;
	top: 332px;
	right: 396px;
	width: 150px;
	height: 108px;
	background: transparent url('../img/tutorials/pr.png') 0 0 no-repeat;
}

section.tutorials .logo {
	width: 102px;
	height: 64px;
	background: transparent url('../img/tutorials/wallball.png') 0 0 no-repeat;
	position: relative;
	top: -10px;
}

section.tutorials .intro {
	color: #798084;
    font-family: motiva_sanslight;
}

section.tutorials .title {
	color: #99f446;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	font-size: 1.6em;
	position: relative;
}

section.tutorials .item {
	position: relative;
	padding: 8px 0 4px 30px;
    font-family: motiva_sanslight;
}

section.tutorials .item span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 16px;
	height: 21px;
	background: transparent url('../img/tutorials/check-point.png') 0 0 no-repeat;
}

@media (max-width: 974px) {
	section.tutorials .arrow {
		right: 0;
	}
}

@media (max-width: 900px) {
	section.tutorials {
		height: 880px;
	}
	section.tutorials .inner {
		height: 880px;
	}
	section.tutorials .arrow {
		right: 30px;
	}
}

@media (max-width: 530px) {
	section.tutorials .arrow {
		display: none;
	}
	section.tutorials .pr {
		right: auto;
		left: 30px;
	}
}

@media (max-width: 450px) {
	section.tutorials .phone {
		width: 285px;
		height: 404px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}
section.shop-landing h1 {
    position: relative;
}
section.shop-landing h1 span {
    width: 116px;
    height: 90px;
    position: absolute;
    left: -13px;
    top: -94px;
    background: transparent url('../img/checkout/hand.png') 0 0 no-repeat;
}

.shop-grid {

}
.grid-item {
    width: 378px;
    height: 189px;
    position: relative;
    margin: 0 10px 20px;
    float: left;
}
.grid-item .head {
    position: relative;
    background-color: #00aeef;
    height: 47px;
    padding-top: 8px;
}
.grid-item:hover .head {
    background-color: #fff;
}
.grid-item .head .text {
    color: #ffffff;
    font-family: motiva_sansbold;
    text-align: center;
    font-size: 1.1em;
    line-height: 1em;
}
.grid-item:hover .text {
    color: #00aeef;
}
.grid-item .head .sub-text {
    color: #000000;
    font-family: motiva_sanslight;
    text-align: center;
    font-size: 0.8em;
}
.grid-item .img {
    opacity: 0.4;
}
.grid-item:hover .img {
    opacity: 1;
}
.grid-item.clothing .img {
    width: 100%;
    height: 189px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url('../img/shop/grid-1.jpg') center 0 no-repeat;
}
.grid-item.technology .img {
    width: 100%;
    height: 189px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url('../img/shop/grid-2.jpg') center 0 no-repeat;
}
.grid-item.nutrition .img {
    width: 100%;
    height: 189px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url('../img/shop/grid-3.jpg') center 0 no-repeat;
}
.grid-item.gear .img {
    width: 100%;
    height: 189px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url('../img/shop/grid-4.jpg') center 0 no-repeat;
}
.grid-item.disable .head {
    background-color: #343434 !important;
}
.grid-item.disable .head .text {
    opacity: 0.6;
    color: #ffffff !important;
}
.grid-item.disable .head .sub-text {
    opacity: 0.6;
    color: #ffffff;
}
.grid-item.disable .img {
    opacity: 0.4 !important;
}
@media (max-width: 850px) {
    section.shop-landing h1,
    section.shop-landing h2 {
        width: 378px;
        margin: 0 auto;
    }
    section.shop-landing h2 {
        margin: 0 auto 20px;
    }
    section.shop-landing h1 span {
        left: 3px;
    }
    .grid-item {
        float: none;
        margin: 0 auto 20px;
    }
}
@media (max-width: 400px) {
    section.shop-landing h1,
    section.shop-landing h2 {
        width: 100%;
        padding-left: 10px;
    }
    .grid-item {
        width: 100%;
        margin: 0 0 20px;
    }
}
section.shop-preview {
	height: 450px;
	background: transparent url('../img/shop/sweat.png') center -200px no-repeat;
}

section.shop-preview .inner {
	max-width: 898px;
	width: 100%;
	height: 450px;
	position: relative;
	margin: 0 auto;
}

section.shop-preview .phone {
	position: absolute;
	bottom: 26px;
	left: 20px;
	/*	width: 225px;*/
	
	width: 351px;
	height: 457px;
	background: transparent url('../img/shop/iphone.png') 0 0 no-repeat;
}

section.shop-preview .bundle-1 {
	position: absolute;
	top: -20px;
	right: 84px;
	max-width: 510px;
	width: 100%;
	height: 625px;
	background: transparent url('../img/shop/img-1.png') center bottom no-repeat;
	padding: 0 20px;
}

section.shop-preview .logo {
	width: 135px;
	height: 89px;
	background: transparent url('../img/shop/tire.png') 0 0 no-repeat;
}

section.shop-preview .intro {
	color: #798084;
    font-family: motiva_sanslight;
}

section.shop-preview .title {
	color: #99f446;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	font-size: 1.6em;
	position: relative;
}

section.shop-preview .shop-now {
	height: 32px;
	width: 151px;
	background: transparent url('../img/shop/shop-landing-btn.png') 0 0 no-repeat;
	cursor: pointer;
	text-align: center;
	color: #000000;
	font-size: 1.1em;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	padding-top: 7px;
	padding-right: 14px;
	position: absolute;
	top: 222px;
	right: 40px;
}
section.shop-preview .shop-now:hover {
    background: transparent url('../img/shop/shop-landing-btn-over.png') 0 0 no-repeat;
}
section.shop-preview .shirt {
	position: absolute;
	top: 170px;
	left: 0;
	width: 510px;
	height: 454px;
	background: transparent url('../img/shop/img-1.png') 0 0 no-repeat;
}

section.shop-preview .bundle-2 {
	position: absolute;
	left: 235px;
	top: 286px;
}

section.shop-preview .icon {
	width: 83px;
	height: 84px;
	background: transparent url('../img/shop/icon.png') 0 0 no-repeat;
	margin-bottom: 8px;
}

section.shop-preview .green {
    color: #00aeef;
	line-height: 1.1em;
}
section.shop-preview .green:hover {
    color: #ffffff;
}
section.shop-preview .blue {
    color: #99f446;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	/*	line-height: 1.1em;*/
}

section.shop-preview .store {
	width: 117px;
	height: 39px;
	background: transparent url('../img/shop/apple-store-icon.png') 0 0 no-repeat;
}

@media (max-width: 900px) {
	section.shop-preview,
	section.shop-preview .inner {
		height: 860px;
	}
	section.shop-preview .bundle-1,
	section.shop-preview .phone {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

@media (max-width: 375px) {
	section.shop-preview,
	section.shop-preview .inner {
		height: 686px;
	}
	section.shop-preview .phone {
		width: 295px;
		height: 343px;
		background: transparent url('../img/shop/iphone.png') 0 0 no-repeat;
		background-size: 169px 343px;
	}
	section.shop-preview .bundle-1 {
		background: transparent url('../img/shop/img-1.png') center bottom no-repeat;
		background-size: 383px 341px;
		height: 526px;
	}
	section.shop-preview .bundle-2 {
		position: absolute;
		left: 176px;
		top: 172px;
	}
}
/* SUB PAGE */

section.sub-header {
	height: 276px;
	background: transparent url('../img/sub-header.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#cart {
	position: absolute;
	top: 48px;
	right: 1px;
	width: 350px;
	min-height: 100px;
	max-height: 380px;
	background-color: #fff;
	border: solid 4px #00aeef;
	color: #000;
/*	overflow: hidden;*/
}

#cart.hide {
    display: none;
}

#cart .inner {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
	min-height: 92px;
	max-height: 372px;
    overflow: scroll;
}

#cart .inner::-webkit-scrollbar {
    display: none;
}

#cart::-webkit-scrollbar {
	display: none;
}

#cart .arrow {
    position: absolute;
    top: -17px;
    width: 25px;
    height: 13px;
    right: 74px;
    background: transparent url('../img/cart-arrow.png') 0 0 no-repeat;
}

#cart .remove {
	width: 31px;
	height: 31px;
	float: left;
	background: transparent url('../img/checkout/remove-btn.png') center center no-repeat;
	margin: 22px;
	cursor: pointer;
}
#cart .product {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	text-align: left;
	font-size: 0.7em;
}

.vertical-align {
	padding-top: 22px;
}

#cart .product img {
	width: 86px;
	float: right;
	margin-left: 20px;
}

#cart .total {
	background-color: #f4f4f4;
	height: 44px;
	width: 100%;
	float: left;
	padding-top: 12px;
}

#cart .btn-wrap {
	float: left;
	width: 100%;
	text-align: center;
}

#cart .btn-wrap a {
	display: inline-block;
	margin: 20px 0;
}
/*SHOP*/

.sub-content {
	max-width: 1000px;
}

.sub-content-inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.sub-content h1 {
	color: #7ce20f;
	margin: 10px 0 0;
	line-height: 1.1em;
}

.sub-content h2 {
	color: #53575a;
	font-weight: normal;
    font-family: motiva_sanslight;
	margin: 0;
	font-size: 1.2em;
	margin: 0 0 20px;
	line-height: 1em;
}
/*PRODUCT*/

#shop .product-wrap {}

#shop h1,
#detail h1 {
	position: relative;
}

#shop h1 span,
#detail h1 span {
	/*width: 159px;
	height: 94px;*/
    width: 116px;
    height: 90px;
	position: absolute;
	/*left: -40px;*/
	left: -13px;
	top: -94px;
	/*background: transparent url('../img/sub-skull.png') 0 0 no-repeat;*/
	background: transparent url('../img/checkout/hand.png') 0 0 no-repeat;
}

#shop .product {
	/*    display: inline-block;*/
	
	float: left;
	position: relative;
	max-width: 380px;
	width: 100%;
	min-height: 550px;
	overflow: hidden;
	padding-bottom: 32px;
}

#shop .product .sold-out-label {
    width: 100%;
    background-color: #7ce20f;
    text-align: center;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.1em;
    font-family: motiva_sanslight;
    color: #000000;
    padding-top: 12px;
}

#shop .product .img-wrap {
	width: 380px;
	height: 380px;
	position: relative;
	overflow: hidden;
}

#shop .product .img-wrap .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background-color: #ffffff;
    display: none;
}

#shop .product .img-wrap .see-details {
    width: 151px;
    height: 32px;
    background: transparent url('../img/shop/shop-landing-btn.png') 0 0 no-repeat;
    text-align: center;
    color: #000000;
    font-size: 1em;
    font-family: motiva_sansbold;
    padding-top: 7px;
    position: absolute;
    padding-right: 14px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

#shop .product .img-wrap a:hover .cover,
#shop .product .img-wrap a:hover .see-details {
    display: block;
}

#shop .product:nth-child(odd) {
	margin-right: 35px;
}

#shop .product:nth-child(even) {
	left: 1px;
}

#shop .product .description {
	margin: 6px 0 0 0;
	width: 260px;
	line-height: 1em;
	font-size: 1.1em;
    font-family: motiva_sanslight;
}

#shop .product .type {
	color: #95969a;
	margin: 4px 0 20px;
	font-size: 0.9em;
	line-height: 1em;
}

#shop .product .price {
	position: absolute;
	top: 385px;
	right: 0;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
}

#shop .product .selected {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#shop .product .selected li {
	font-size: 1em;
	line-height: 1em;
}

#shop .product .add {
	width: 279px;
	height: 32px;
	background: transparent url('../img/shop/shop-btn.png') 0 0 no-repeat;
	cursor: pointer;
	text-align: center;
	color: #000000;
	font-size: 1.1em;
    font-family: motiva_sansbold;
	padding-top: 6px;
}

#shop .product .add:hover {
    background: transparent url('../img/shop/shop-btn-over.png') 0 0 no-repeat;
}

#shop .product .add.disable {
	/*background-color: #53575a;*/
	display: none;
	opacity: 0;
	cursor: default;
}

#shop .product .email.disable {
    display: none;    
}
#shop .product input {
    width: 224px;
    margin-top: 10px;
}

@media (max-width: 850px) {
	#shop h1 {
		width: 380px;
		margin: 10px auto 0;
	}
	#shop h2 {
		width: 380px;
		margin: 0 auto 20px;
	}
	#review-btn-wrap {
		width: 380px;
	}
	#shop .product {
		float: none;
		margin: 0 auto;
	}
	#shop .product:nth-child(odd) {
		margin: 0 auto;
	}
	#shop .product:nth-child(even) {
		left: 0;
	}
}

@media (max-width: 400px) {
	#shop h1 {
		width: 285px;
		margin: 10px auto 0;
	}
	#shop h2 {
		width: 285px;
		margin: 0 auto 20px;
	}
	#review-btn-wrap {
		width: 285px;
	}
	#shop .product {
		width: 285px;
		min-height: 450px;
	}
	#shop .product .img-wrap {
		-moz-transform: scale(0.75);
		-webkit-transform: scale(0.75);
		-o-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
		position: absolute;
		left: 50%;
		top: -48px;
		margin: 0 -190px;
	}
	#shop .product .description {
		padding-top: 292px;
	}
	#shop .product .price {
		top: 330px;
	}
}

.size-selector {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
}

.size-selector .label {
	float: left;
	width: 30%;
	height: 100%;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	padding-top: 13px;
	border-right: solid 1px #000000;
}

.size-selector .size {
	float: left;
	width: 14%;
	height: 100%;
	background-color: #00aeef;
	border-right: solid 1px #000000;
	text-align: center;
	color: #000000;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	padding-top: 13px;
	cursor: pointer;
}

.size-selector .size:hover,
.size-selector .size.active {
	background-color: #ffffff;
	/*border-right: 1px solid #d79670;*/
}

.divider {
	width: 100%;
	clear: both;
	height: 1px;
	border-bottom: solid 1px #95969a;
}

.general-btn {
	display: block;
	width: 279px;
	height: 32px;
	/*	background-color: #00aeef;*/
	
	cursor: pointer;
	text-align: center;
	color: #000000;
	font-size: 1.1em;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	padding-top: 6px;
	/*-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;*/
	
	margin: 32px 0;
	background: transparent url('../img/shop/shop-btn.png') 0 0 no-repeat;
}

.general-btn:hover {
    background: transparent url('../img/shop/shop-btn-over.png') 0 0 no-repeat;
}
/* CHECKOUT */

#checkout h1 {
    position: relative;
}

#checkout h1 span {
    width: 116px;
    height: 90px;
    position: absolute;
    top: -94px;
    left: -13px;
    background: transparent url('../img/checkout/hand.png') 0 0 no-repeat;
}

#checkout .header {
	color: #95969a;
	font-size: 1.1em;
	margin: 40px auto 0;
	/*border: solid 1px #ffffff;*/
}

#checkout .header .product {
	padding-left: 50px;
}

#checkout .header .price {
	padding-left: 254px;
}

#checkout .header .quantity {
	padding-left: 94px;
}

#checkout .header .total {
	padding-left: 90px;
}

#checkout .product {
	margin: 20px auto 0;
	max-width: 800px;
	width: 100%;
	position: relative;
}

#checkout .product:last-child {
	margin: 20px auto 20px;
}

#checkout .product .remove {
	width: 31px;
	height: 31px;
	background: transparent url('../img/checkout/remove-btn.png') center center no-repeat;
	display: inline-block;
	margin-right: 16px;
	position: relative;
	top: 6px;
	cursor: pointer;
}
#checkout .product .remove:hover {
    background: transparent url('../img/checkout/remove-btn-over.png') center center no-repeat;
}
#checkout .product img {
	width: 130px;
	margin-right: 16px;
}

#checkout .product .details {
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.1em;
	position: relative;
	top: -10px;
	width: 170px;
	margin-right: 16px;
}

#checkout .product .description {
	margin-bottom: 4px;
}

#checkout .product .price,
#checkout .product .total {
	display: inline-block;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	position: relative;
	top: -40px;
}

#checkout .product .total {
    text-align: right;
    width: 70px;
}

#checkout .product .price {
	width: 146px;
}

#checkout .product .quantity {
	display: inline-block;
	position: relative;
	width: 74px;
	top: -40px;
	margin-right: 108px;
}

#checkout .product .quantity .count {
	text-align: center;
	font-size: 0.8em;
	width: 100%;
	margin-bottom: 4px;
}

#checkout .product .quantity .subtract {
	width: 37px;
	height: 32px;
	float: left;
	text-align: center;
	/*background-color: #00aeef;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;*/
    background: transparent url('../img/checkout/minus.png') left top no-repeat;
	color: #000000;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	font-size: 1.2em;
	cursor: pointer;
	padding-top: 2px;
	border-right: solid 1px #000000;
}

#checkout .product .quantity .add {
	width: 37px;
	height: 32px;
	float: left;
	text-align: center;
	/*background-color: #00aeef;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;*/
    background: transparent url('../img/checkout/plus.png') right top no-repeat;
	color: #000000;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	font-size: 1.2em;
	cursor: pointer;
	padding-top: 3px;
	border-left: solid 1px #000000;
}

#checkout .product .quantity .subtract:hover {
    background: transparent url('../img/checkout/minus-over.png') left top no-repeat;
}
#checkout .product .quantity .add:hover {
    background: transparent url('../img/checkout/plus-over.png') right top no-repeat;
/*	background-color: #7ce310;*/
}

#checkout .cart-total {
	margin: 10px 0;
    font-family: motiva_sanslight;
}

#checkout .cart-tax,
#checkout .zip-tax {
	color: #95969a;
	margin: 0 0 0px;
	font-size: 0.8em;
}

#summary {
	padding-bottom: 30px;
    text-align: right;
    position: relative;
}

#summary .tax-info {
    position: absolute;
    top: 0;
    left: 0;
    font-family: motiva_sanslight;
    color: #969696;
    text-align: left;
    font-size: 0.9em;
    width: 400px;
}

#summary form {
    float: right;
    width: 279px;
}

#summary form textarea,
#summary form input {
    margin-bottom: 2px;
}

form select,
form textarea,
form input {
	display: block;
	max-width: 380px;
	width: 100%;
    border: none;
    padding: 4px;
}

form button {
	max-width: 279px;
	width: 100%;
	height: 32px;
	border: none;
/*	background-color: #00aeef;*/
    background: transparent url('../img/shop/shop-btn.png') 0 0 no-repeat;
	font-size: 1.1em;
	/*font-weight: bold;*/
    font-family: motiva_sansbold;
	padding-top: 4px;
	/*-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;*/
	margin: 10px 0;
}

form button:hover {
    background: transparent url('../img/shop/shop-btn-over.png') 0 0 no-repeat;
}

#checkout .mobile {
	display: none;
}

@media (max-width: 850px) {
	#checkout .overflow-x {
		overflow-x: scroll;
	}
    #checkout h1 {
        width: 468px;
        margin: 10px auto 0;
    }
    #checkout h2 {
        margin: 0 auto 20px;
        width: 468px;
    }
    #summary {
        width: 468px;
    }
    #summary .tax-info {
        width: 160px;
        font-size: 0.8em;
    }
	#checkout .product {
		max-width: 468px;
	}
	#checkout .desktop {
		display: none;
	}
	#checkout .product .price {
		display: none;
	}
	#checkout .product .total {
		position: absolute;
		top: 64px;
		left: 202px;
        text-align: left;
        width: auto;
	}
	#checkout .product .quantity {
		margin-right: 0;
	}
	/*#checkout .mobile {
		display: block;
		width: 800px;
	}*/
}

@media (max-width: 500px) {
    #checkout h1 {
        width: 394px;
        margin: 10px auto 0;
    }
    #checkout h2 {
        margin: 0 auto 20px;
        width: 394px;
    }
    #summary {
        width: 394px;
    }
    #summary .tax-info {
        float: right;
        position: relative;
        width: 100%;
        margin-bottom: 4px;
    }
    #checkout .product {
		max-width: 394px;
	}
	#checkout .product .quantity {
		position: absolute;
		top: 88px;
		left: 198px;
	}
}

@media (max-width: 425px) {
    #checkout h1 {
        width: 242px;
        margin: 10px auto 0;
    }
    #checkout h2 {
        margin: 0 auto 20px;
        width: 242px;
    }
    #summary {
        width: 280px;
    }
    #checkout .product {
		max-width: 242px;
        overflow: hidden;
	}
    #checkout .product .details {
        display: block;
        top: 0;
        margin: 20px 0 0 50px;
    }
    #checkout .product .quantity {
        position: relative;
        top: 0;
        display: block;
        left: 46px;
        height: 53px;
        margin-top: 4px;
    }
    #checkout .product .total {
        position: relative;
        top: -17px;
        left: 60px;
        display: block;
    }
}

#affiliates h1 {
    position: relative;
}

#affiliates h1 span {
	width: 159px;
	height: 94px;
	position: absolute;
	left: -40px;
	top: -98px;
	background: transparent url('../img/sub-skull.png') 0 0 no-repeat;
}
#affiliates .title {
    font-family: motiva_sanslight;
    font-size: 1.1em;
    margin: 20px 0 0 0;
}
#affiliates .sub-title {
    font-family: motiva_sansbold;
    font-size: 0.7em;
    margin: 0 0 40px 0;
    color: #5a5959;
}
#affiliates .join-us {
    position: absolute;
    top: 60px;
    right: 130px;
    width: 151px;
    height: 32px;
    background: transparent url('../img/shop/shop-landing-btn.png') 0 0 no-repeat;
    cursor: pointer;
    text-align: center;
    color: #000000;
    font-size: 1.1em;
    /* font-weight: bold; */
    font-family: motiva_sansbold;
    padding-top: 7px;
    padding-right: 14px;
}
#affiliates .join-us:hover {
    background: transparent url('../img/shop/shop-landing-btn-over.png') 0 0 no-repeat;
}
#affiliates .img-wrap {
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
}
#affiliates .img-wrap img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

@media (max-width:850px){
    #affiliates h1,
    #affiliates h2,
    #affiliates .title,
    #affiliates .sub-title{
        padding: 0 20px;
    }
    #affiliates h1 span {
        left: -20px;
    }
    #affiliates .img-wrap {
        padding: 0 20px;
    }
    #affiliates .join-us {
        right: 38px;
    }
    .thanks-page {
        padding: 0 20px;
    }
}

@media (max-width:500px) {
    #affiliates .sub-title {
        margin: 0 0 10px;
    }
    #affiliates .join-us {
        position: relative;
        top: 0;
        right: 0;
        display: block;
        margin: 0 20px 40px;
    }
}

#contact a {
    color: #00aeef;
}

#contact p {
    font-family: motiva_sanslight;
    line-height: 1.1em;
}

#contact h1 {
    position: relative;
}

#contact h1 span {
	width: 116px;
	height: 90px;
	position: absolute;
	left: -13px;
	top: -94px;
	background: transparent url('../img/checkout/hand.png') 0 0 no-repeat;
}

#contact aside {
    position: absolute;
    width: 380px;
    height: 538px;
    top: -100px;
    right: 50px;
    
}

#contact aside .arrow {
  position: absolute;
  top: 100px;
  right: -50px;
  width: 137px;
  height: 176px;
  background: transparent url('../img/tutorials/large-arrow.png') 0 0 no-repeat;
}

#contact aside .phone {
    background: transparent url('../img/tutorials/double-phone.png') 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 380px;
    height: 538px;
    top: 0;
    left: 0;
}

.contact-box {
    width: 100%;
    max-width: 400px;
}

.contact-box a:hover {
    color: #ffffff !important;
}
.contact-box a:hover span {
    background: transparent url('../img/mail-icon-over.png') 0 0 no-repeat;
}
.contact-box a span {
    display: inline-block;
    width: 20px;
    height: 15px;
    background: transparent url('../img/mail-icon.png') 0 0 no-repeat;
    position: relative;
    top: 2px;
}

@media (max-width:850px){
    #contact h1,
    #contact h2 {
        padding: 0 20px;
    }
    #contact h1 span {
        left: 7px;
    }
    #contact .contact-box {
        padding: 0 20px;
    }
}

@media (max-width:800px){
    #contact aside {
        -moz-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        -o-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        
        transform-origin: 100% 40%;
    }
}

@media (max-width:725px){
    #contact aside {
        -moz-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@media (max-width:625px){
    #contact aside {
        display: none;
    }
    .contact-box {
        max-width: 100%;
    }
}

#support h1 {
    position: relative;
}
#support .support-box {
    font-family: motiva_sanslight;
}
#support h1 span {
	width: 116px;
	height: 90px;
	position: absolute;
	left: -13px;
	top: -94px;
	background: transparent url('../img/checkout/hand.png') 0 0 no-repeat;
}
#support form {
    margin-bottom: 20px;
}
#support label {
    display: block;
    margin-bottom: 5px;
}
#support textarea {
    margin-bottom: 5px;
    outline: none;
}
#support input {
    display: block;
    margin-bottom: 5px;
    outline: none;
}
#support input[name="email"] {
    margin-bottom: 10px;
    width: 279px;
}
#support input[type="submit"] {
    border: none;
    width: 279px;
    height: 32px;
    color: #000;
    background: transparent url('../img/shop/shop-btn.png') 0 0 no-repeat;
    font-family: motiva_sansbold;
    font-size: 1.1em;
    padding-top: 6px;
    text-transform: uppercase;
    font-weight: normal;
}
#support input[type="submit"]:hover {
    background: transparent url('../img/shop/shop-btn-over.png') 0 0 no-repeat;
}
@media (max-width:850px){
    #support h1,
    #support h2 {
        padding: 0 20px;
    }
    #support h1 span {
        left: 7px;
    }
    #support .support-box {
        padding: 0 20px;
    }
}

.thanks-page img {
    width: 100%;
    margin-bottom: 10px;
}

.thanks-page h1 {
    position: relative;
}

.thanks-page h1 span {
    width: 159px;
    height: 94px;
    position: absolute;
    left: -40px;
    top: -98px;
    background: transparent url('../img/sub-skull.png') 0 0 no-repeat;
}

.thanks-page a {
    width: 151px;
    height: 32px;
    display: block;
    background: transparent url('../img/shop/shop-landing-btn.png') 0 0 no-repeat;
    font-family: motiva_sansbold;
    color: #000000;
    text-align: center;
    font-size: 1.1em;
    padding-top: 6px;
    margin: 20px 0;
}
.thanks-page a:hover {
    background: transparent url('../img/shop/shop-landing-btn-over.png') 0 0 no-repeat;
}
#order_items, #order_address {
    font-family: motiva_sanslight;
    font-size: 0.9em;
}

.small-text {
    font-size: 0.8em;
    font-family: motiva_sanslight;
    margin-bottom: 5px;
}

#prompt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 100;
}

#prompt .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;

    background-color: #00aeef;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#prompt.show .inner {
    bottom: -38px;
}

#prompt .message {
    max-width: 898px;
    width: 100%;
    height: 40px;
    /*text-align: center;*/
    margin: 0 auto;
    position: relative;
    padding-right: 220px;
}

#prompt .text {
    color: #000000;
    /*width: 100%;*/
    /*max-width:458px;*/
    /*margin: 0 auto;*/
    font-size: 0.8em;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1em;
}

#prompt .close-btn {
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 1em;
    font-family: motiva_sanslight;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 214px;
}

#prompt .close-btn span {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: transparent url('../img/prompt-close.png') 0 0 no-repeat;
    background-size: 100% auto;
    position: relative;
    top: 2px;
    cursor: pointer;
}

@media (max-width: 925px){
    #prompt .message {
        padding: 0 230px 0 10px;
    }
    #prompt .close-btn {
        right: 10px;
    }
}

@media (max-width: 500px){
    #prompt .text {
        display: none;
    }
    #prompt .close-btn {
        left: 0;
        margin: 0 auto;
    }
}

.detail-img {
    position: relative;
}

.detail-img img {
    display: none;
    width: 100%;
}

.detail-img img.show {
    display: block;
}

.detail-img .img-selector {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46%;
    height: 45px;
}
.detail-img .img-selector .center {
    float: left;
    width: 50%;
    height: 45px;
    background-color: #000000;
    text-align: center;
    padding-top: 14px;
    font-family: motiva_sansbold;
}
.detail-img .img-selector .left,
.detail-img .img-selector .right {
    width: 25%;
    height: 45px;
    float: left;
    position: relative;
    cursor: pointer;
}
.detail-img .img-selector .left div,
.detail-img .img-selector .right div {
    background-color: #00aeef;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.detail-img .img-selector .left:hover div,
.detail-img .img-selector .right:hover div {
    background-color: #ffffff;
}
.detail-img .img-selector .right span,
.detail-img .img-selector .left span {
    position: absolute;
    width: 27px;
    height: 34px;
    background: transparent url('../img/detail/arrow-1.png') 0 0 no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.detail-img .img-selector .left span {
    transform: scale(-1,1);
}
.detail-img .img-selector .left {
    border-right: 2px solid transparent;
}
.detail-img .img-selector .right {
    border-left: 2px solid transparent;
}
.detail-img .img-selector .left:hover span,
.detail-img .img-selector .right:hover span {
    background: transparent url('../img/detail/arrow-3.png') 0 0 no-repeat;
}
.detail-img .img-selector .left.disable,
.detail-img .img-selector .right.disable {
    cursor: default;
}
.detail-img .img-selector .left.disable span,
.detail-img .img-selector .right.disable span {
    background: transparent url('../img/detail/arrow-2.png') 0 0 no-repeat;
}
.detail-img .img-selector .left.disable div,
.detail-img .img-selector .right.disable div {
    background-color: #00aeef;
}
.size-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46%;
}
.size-wrap .size-selector .label {
    padding: 0 2px;
}
.size-wrap .size-selector .label span {
    position: relative;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    line-height: 1em;
}

.back-btn {
    display: block;
    width: 151px;
    height: 32px;
    background: transparent url('../img/detail/back-btn.png') 0 0 no-repeat;
    text-align: center;
    color: #000000;
    font-size: 1.1em;
    font-family: motiva_sansbold;
    padding-top: 7px;
    padding-left: 14px;
    margin: 0 0 20px;
    position: relative;
    z-index: 10;
}

.back-btn:hover {
    background: transparent url('../img/detail/back-btn-over.png') 0 0 no-repeat;
}

.free-shipping-stamp {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    margin: 0 auto;
/*    width: 148px;*/
    max-width: 800px;
    width: 100%;
    height: 56px;
    background: transparent url('../img/detail/free-shipping.png') right 0 no-repeat;
}

#detail.sub-content h2 {
    margin: 0 0 5px;
}

#detail .desc {
    margin: 10px 0;
    font-family: motiva_sanslight;
    font-size: 1.4em;
}

#detail .long-desc {
    font-family: motiva_sanslight;
    color: #969696;
    line-height: 1em;
    margin-bottom: 20px;
    font-size: 0.9em;
    width: 100%;
    max-width: 550px;
}

#detail .selected {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

#detail .selected li {
    font-size: 1em;
    line-height: 1em;
    font-family: motiva_sanslight;
}

#detail .add {
    width: 279px;
    height: 32px;
    /* background-color: #00aeef; */
    background: transparent url('../img/shop/shop-btn.png') 0 0 no-repeat;
    cursor: pointer;
    text-align: center;
    color: #000000;
    font-size: 1.1em;
    /* font-weight: bold; */
    font-family: motiva_sansbold;
    padding-top: 6px;
    margin-bottom: 20px;
}
#detail .add.disable {
  display: none;
  opacity: 0;
  cursor: default;
}
@media (max-width:850px){
    .free-shipping-stamp {
        left: -20px;    
    }
    .back-btn {
        left: 20px;
    }
    #detail h1,
    #detail h2 {
        padding: 0 20px;
    }
    #detail h1 span {
        /*left: -20px;*/
        left: 7px;
    }
    #detail .desc,
    #detail .long-desc,
    #detail .selected {
        padding: 0 20px;
    }
    #detail .add {
        margin-left: 20px;
    }
}
@media (max-width:550px){
    .size-wrap {
        width: 50%;
    }
    .detail-img .img-selector {
        width: 50%;
    }
}

@media (max-width:450px){
    .size-wrap {
        width: 100%;
    }
    .detail-img .img-selector {
        display: none;
    }
    .free-shipping-stamp {
        display: none;
    }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}