/* Unconventional Guides */


*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none!important;
}

.on {display: none;}


.center{
	text-align: center;
}



div:before, div:after{
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

strong{
	font-family: "omnes-pro",sans-serif; font-weight: 700;
}


h1{
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 115%;
	margin: 1em 0 0.7em;	
}


h2{
font-family: "omnes-pro",sans-serif;
	font-size: 30px;
	line-height: 120%;
	margin: 30px 0;
}


h3{
font-family: "omnes-pro",sans-serif; font-weight: 500;
	font-size: 22px;
	margin: 1.5em 0;
	line-height: 140%;
}


h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue, p.blue{color: #29CBE1;}
h1.orange, h2.orange, h3.orange, h4.orange, h5.orange, h6.orange, p.orange{color: rgb(247,131,29);}
h1.lorange, h2.lorange, h3.lorange, h4.lorange, h5.lorange, h6.lorange, p.lorange{color: #29CBE1;}
h1.borange, h2.borange, h3.borange, h4.borange, h5.borange, h6.borange, p.borange{color: #FF5225;}
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, p.black{color: #000;}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white{color: #FFF;}



/* Background Colors */

div.blue, article.blue{
	background-color: #29CBE1;
}

div.orange, article.orange{
	background-color: rgb(247,131,29);
}

div.borange, article.borange{
	background-color: #FF5225;
}

div.lorange, article.lorange{
	background-color: #FBE6D1;
	color: #000;
}

div.gray, article.gray{	
	background-color: #F1F1F1;
}

div.green, article.green{
	background-color: rgb(140,219,94);
}

div.white, article.white{	
	background-color: #FFF;
}


/* Grid + Sections */

body{
	padding: 0;
	margin: 0;
	font-family: "omnes-pro",sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #FFF;
    -webkit-font-smoothing: antialiased;
    line-height: 160%;	
    letter-spacing: 0.01em;
}

header{
	background: #FFF;
}

article{
	width: 100%;
	clear: both;
	padding: 70px 0;
}

.block{
	max-width: 960px;
	margin: 0 auto;
}



.grid{
	margin-left: 10px;
	margin-right: 10px;
}

.g960{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	clear: both;
}

.g960.text{
	padding-left: 20px;
	padding-right: 20px;
}

.g740{
	width: 740px;
	margin: 0 auto;
}

.g720{
	width: 720px;
	margin: 0 auto;
	clear: both;
}

.g460{
	width: 460px;
	margin: 0 10px;
}

.g340{
	width: 340px;
	margin: 0 10px;
}

.g240{
	width: 240px;
	margin: 0 10px;
}


.left{
	float: left;
}

.right{
	float: right;
}

.centered{
	margin-left: auto;
	margin-right: auto;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.flush.left{padding-left: 0;}
.flush.right{padding-right: 0;}

.push {margin-left: 110px;}
.pull {margin-right: 60px;}

.tab{
	min-width: 124px;
	max-width: 220px;
	margin: 0 auto;
	text-transform: uppercase;
	font-family: "omnes-pro",sans-serif; 
	font-weight: 500;
	padding: 6px 0;
	text-align: center;
}

.tab.top{
	margin-top: -28px;
	margin-bottom: -18px;
}

.largeTab{
	margin: 0 auto;
	text-align: center;
	color: #5D1300;
	font-family: "omnes-pro",sans-serif; 
	font-weight: 500;
	padding: 20px 0 14px 0;
	font-size: 22px;
	margin-top: 60px;
}


.arrow{
	width: 57px;
	height: 56px;
	margin: -28px auto -29px;
	background-image: url('images/arrows.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
	clear: both;
	border-radius: 29px;
	position: relative;
}

.arrow.gray{background-position: -57px 1px; background-color: #F1F1F1;}
.arrow.lorange{background-position: -114px 1px;}
.arrow.white{background-position: -114px 1px;}
.arrow.lightblue{background-position: -228px 1px; background-color: #C1F6FF;}
.arrow.borange{background-position: -171px 1px; background-color: #FF5225;}
.arrow.blue{background-position: -285px 1px;}

.arrow.blue.white{background-position: -228px 1px; background-color: #FFF;}
.arrow.gray.blue{background-position: -285px 1px; background-color: #29CBE1;}

.smarrow{
	width: 44px;
	height: 44px;
	margin: -22px auto -23px;	
	background-image: url('images/small_arrow.png');	
	background-repeat: no-repeat;
	background-position: center 62%;
	clear: both;
	border-radius: 22px;
	position: relative;
}



/* SCROLLMENU */


.scrollMenu{
	position: fixed;
	right: 20px;
	top: 48%;
}

.scrollMenu a{
	display: block;
	width: 11px;
	height: 11px;
	background: transparent url('images/scrolldots.png') no-repeat 0 -11px;
	text-indent: -9999px;
	margin-bottom: 6px;
}

.scrollMenu a.active{
	background-position: 0 0;
}




/* SECTION SPECIFIC STYLES */

.head-container{
	width: 100%;
	position: fixed;
	z-index: 10;
}

.topbar{
	background: #2E2E2E;
	text-align: center;
	padding: 2px 0 5px;

}

.topbar img{
	margin-top: 2px;
	width: 280px;
	height: 16px;
}

.menu{
	padding: 7px 0;
	text-align: center;
	text-transform: uppercase;

}

.menu a{
	text-decoration: none;
	color: #000;
	font-family: "omnes-pro",sans-serif; font-weight: 500;
	padding: 0 10px;
}

.menu a:hover, .footer a:hover{color: #FF5225;}

.menu a.current{
	color: #FF5225;
}

.buynow{
	position: absolute;
	right: 30px;
	z-index: 20px;
	width: 129px;
	height: 57px;
	background: transparent url('images/menu_ribbon.png') no-repeat 0 0;
	text-align: center;
	padding-top: 10px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 20px;
	text-decoration: underline;
}


/* COVER */

.cover{
	text-align: center;
	padding: 0;
	padding-top: 70px;
}

.cover h1{
	font-size: 46px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.cover h2{
	font-family: "omnes-pro",sans-serif;
	font-weight: 400;
}

.cover .top, .cover .bottom{
	height: 258px;
	width: 100%;
	background: transparent url('images/cover_crop.jpg') no-repeat center -410px;
}

.cover .bottom{
	min-height: 288px;
	background-position: center 10px;
}


/* START TODAY */

.starttoday{
	padding-top: 50px;
}

.starttoday h3{
	padding-left: 70px;
	padding-right: 70px;
}


/* TWO DESIGNERS */

.twodesigners{
	color: #FFF;
}

.twodesigners h3{
	color: maroon;
}


/* SOLDOUT */
.soldout{
	padding-bottom: 0;
}

.soldout p{
	margin-right: 40px;
}

.soldout h2{
	color: #FF5225;
	margin-right: 80px;
}

.soldout h2.black{
	margin-top: 20px;
	margin-bottom: 20px;
}

.soldout .left.push{
	padding-top: 30px;
}

.large.banner{
	width: 93%;
	margin-top: 50px;
	padding: 40px 0 40px 100px;
	background-color: #FFF;
	background-image: url(images/lorange.png), url(images/rorange.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
}

.tubes{
	background: transparent url('images/tubes.png') no-repeat 0 0;
	height: 412px;
	float: right;
	margin-top: 50px;
}

.lower{clear: both;}


h2.lorange{
	color: #FBE6D1;
}

h2.orange{
	color: rgb(247,131,29);
}

/* CREATE */

.create{
	color: #000;
}

.create h1{
	color: #FF5225;
}

.create h3{
	width: 330px;
	margin: 30px 50px;
}

.startup{
	padding: 100px 0;
	margin-left: 80px;
}

.bubble{
	border-radius: 15px;
	background: #FFF;
	padding: 18px 28px 12px;
	width: 390px;
	font-family: "omnes-pro",sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #000;
}

.featuring .bubble{
	padding-top: 0;
}

.bubbleArrow{
	padding-left: 18px;
	background: transparent url('images/bubble_arrow.png')no-repeat left center;
}

.bubbleArrowr{
	width: 408px;
	padding-right: 18px;
	background: transparent url('images/bubble_arrowr.png')no-repeat right 40%;
}

h3.borange{
	color: #FF5225;
}

h3.orange{
	color: rgb(247,131,29);
}



/* ROAD MAP */

.roadmap{
	text-align: center;
	background: rgb(247,131,29) url('images/dots.png') repeat-x center 26px;
	padding-bottom: 0;
}

.roadmap h1{
	margin-top: 60px;
}

.roadmap .signs{
	margin: 50px auto 0;
	height: 301px;
	background-image: url('images/landscape.png'), url('images/sign1.png'), url('images/sign3.png'), url('images/sign2.png');
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position:  center bottom, left bottom, right bottom, center center;
}

.roadmap .content{
	padding: 40px 160px 80px;
	background: #FFF;
}

.roadmap .content p{
	color: #000;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}


/* YOUR FUTURE */

.yourfuture{
	background-image: url('images/dotted_path.png');
	background-repeat: no-repeat;
	background-position: 44% top;
	padding-bottom: 0;
}

.yourfuture h1{
	color: rgb(247,131,29);
}

.yourfuture h3{
}


.yourfuture .icon{
	width: 225px;
	height: 225px;
	border-radius: 113px;
	background: #FFF url('images/future_icons.png') no-repeat 1px -2px;
	margin-right: 20px;
}

.yourfuture .section{
	margin: 120px auto;
	color: rgb(247,131,29);
}

.yourfuture .one .text{
	margin-left: 245px;
	max-width: 460px;
}

.yourfuture .two{
	margin-top: 170px;
	margin-bottom: 80px;
}

.yourfuture .two .icon{
	background-position: -223px -2px;
}

.yourfuture .two .text{
	max-width: 422px;
	margin-left: 12px;
}

.yourfuture .three{
	margin-top: 110px;
}

.yourfuture .three h2{
	max-width: 380px;
	margin-left: 245px;
}



.yourfuture .three .icon{
	background-position: -446px -2px;
}


/* FASTER */

.faster{
	padding-top: 60px;
	padding-bottom: 60px;
}


/* FEATURING */

.featuring h1{
	color: #FFF;
	text-align: center;
	max-width: 520px; 
	margin: 5px auto 60px;
}

.featuring h3{
	color: #000;
	margin-top: 18px;
}

.featuring .push{
	margin-left: 100px;
}

.featuring .g460{padding-top: 10px; max-width: 440px;}

.featuring .bubble{
	font-family: "omnes-pro",sans-serif;
	font-weight: 400;
}

.featuring .list{
font-family: "omnes-pro",sans-serif; font-weight: 500;
	margin-top: 10px;
}

.featuring .list p{
	background: transparent url('images/list_arrow.png') no-repeat 0 6px;
	padding-left: 26px;
}



/* MORE LESSONS */

.lessons{
	padding-top: 0;
}

.lessons .top{
	background: #29CBE1 url('images/people_grid.png') no-repeat center top;
	min-height: 414px;
}

.lessons .text{
	width: 505px;
	background: #C1F6FF;
	margin: 0 auto;
	min-height: 414px;
	color: black;
	padding: 26px 90px 20px;
	text-align: center;
}

.lessons .text h1{
	padding: 0 10px;
}


.lessons .peopleList .column{
	width: 33%;
	color: #29CBE1;
	text-align: center;
	font-family: "omnes-pro",sans-serif; font-weight: 500;
	padding: 40px 0 10px;
}


.lessons .peopleList a{
	display: block;
	color: #333333;
	text-decoration: underline;
	font-family: "omnes-pro",sans-serif;
	font-weight: 400;
}

.lessons .peopleList a:hover{
	color: #FF5225;
}

/* FOR YOU? */

.foryou{
	color: #000;
}

.foryou h1{
	color: #FFF;
}



/* THE TOOLS */

.tools{
	color: #000;
}

.tools .cloud{
	height: 164px;
	background-image: url('images/cloud_bulb.svg');
	background-size: 288px 164px;
	background-repeat: no-repeat;
	background-position: center center;
}

.tools h3{
	margin-top: 60px;
}

.tools .list{
font-family: "omnes-pro",sans-serif; font-weight: 500;
	margin-top: 0px;
	text-align: left;
}

.tools .list p{
	background: transparent url('images/list_arrow_blue.png') no-repeat 0 6px;
	padding-left: 26px;
}


/* WHAT'S IN THE BOX */

.inthebox{
	color: #000;
	padding-bottom: 0;
}

.fieldguide{
	padding-top: 70px;
}

.inthebox .ribbon.large{
	color: #FF5225;
	background: transparent url('images/maroon_ribbon_large.svg') no-repeat center center;
	background-repeat: no-repeat;
	background-size: 355px 68px;
	font-family: "omnes-pro",sans-serif; font-weight: 500;
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	color: #FF5225;
	text-decoration: underline;
	margin: 40px auto 0;
	height: 68px;
}

.inthebox .preview{
	width: 409px;
	height: 128px;
	margin: 40px auto 0;
	background-image: url('images/preview_accents.svg');
	background-size: auto auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.inthebox .preview div{
font-size: 24px;
	text-align: center;
	color: #FFF;
	text-decoration: underline;
	padding-top: 20px;	height: 68px;
	width: 355px;
	margin: 30px 27px;
	background-image: url('images/preview_banner.svg');
	background-size: 355px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.badges{
	width: 272px;
	height: 272px;
	border-radius: 186px;
	margin-top: 18px;
	background: #FF5225 url('images/design_to_sell_text.png') no-repeat center center;
}

/* article .badges:empty{display:block} */

.checked.badges{
	background: #FF5225 url('images/checked_list.svg') no-repeat center center;
	background-size: 272px 272px;
}

.resources.badges{
	background: #FF5225 url('images/resources.svg') no-repeat center center;
	background-size: 272px 272px;	
}

.box{
	border: 2px solid #5D1300;
	padding: 0px 80px;
	width: 530px;
	margin-top: 90px;
	text-align: center;	
	background: #FFF;
}

.box p{
	margin-top: 30px;
}

.inthebox .creative{
	margin-top: 100px;
}

.additional{
	padding-left: 10px; 
	padding-right: 10px;
	margin-top: 100px;
}


.additional .column{
	width: 220px;
	margin: 0 10px 30px;
	float: left;
	letter-spacing: -0.01em;
}

.additional .column h3{
	text-align: center;
	color: #FF5225;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.additional .column p{
	margin-right: 15px;
}

.icon{
	background-color: #F1F1F1;
	background-image: url('images/box_icons.svg');
	background-size: 288px 288px;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 96px;
	height: 96px;
	border-radius: 48px;
	margin: 30px auto 20px;
}

.icon.thumbs{background-position: 0 -96px;}
.icon.eye{background-position: -96px 0;}
.icon.bulb{background-position: -96px -96px;}
.icon.dollar{background-position: -192px 0px;}
.icon.mega{background-position: -192px -96px;}



.additional .icon.small{
	background-color: #F2F2F2;
	background-image: url('images/box_icons.svg');
	background-size: 96px 64px;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	margin: 0 auto 20px;
}

.inthebox .bottom{
	background-image: -webkit-gradient(
		linear,
		right bottom,
		right top,
		color-stop(0.5, #FF5225),
		color-stop(0.5, #FFFFFF)
	);
	background-image: -o-linear-gradient(top, #FF5225 50%, #FFFFFF 50%);
	background-image: -moz-linear-gradient(top, #FF5225 50%, #FFFFFF 50%);
	background-image: -webkit-linear-gradient(top, #FF5225 50%, #FFFFFF 50%);
	background-image: -ms-linear-gradient(top, #FF5225 50%, #FFFFFF 50%);
	background-image: linear-gradient(to top, #FF5225 50%, #FFFFFF 50%);
}


.inthebox .bottom .box{
	border: 4px solid #FF5225;
	margin-top: 5px;
}

.inthebox .bottom .box p{
	margin-bottom: 60px;
}



/* COST */

.cost {
	color: #000;
}

.cost h1{
	margin: 40px auto 40px;
}

.cost .middle{
	padding: 20px 0 26px;
}




/* THREE OPTIONS */


.threeoptions .levels {
	height: 316px;
	background: transparent url('images/levels.png') no-repeat center center;
	background-size: 720px 316px;
}

.threeoptions .column{
	float: left;
	width: 220px;
	margin: 0 10px 30px;	
}

.threeoptions .wrap{
	padding: 2px 12px;
	background: #FFF;
	text-align: center;
	min-height: 270px;
	border-radius: 5px;
}

.threeoptions .column h3{
	color: #FF5225;
	margin: 20px 0 15px;
}

.threeoptions .column.two h3{
	color: rgb(247,131,29);
}

.threeoptions .column.three h3{
	color: #29CBE1;
}

.threeoptions .column.two p{
}

.threeoptions .column.three p{
}

.threeoptions .ribbon{
	margin-top: -22px;
	text-align: center;
	clear: both;
	height: 45px;
	width: 130px;
	padding: 8px 0;
	margin-left: auto;
	margin-right: auto;
	background: transparent url('images/red_ribbon.svg') no-repeat center center;
	background-size: 130px 45px;
	color: #FFF;
	text-decoration: underline;
	font-size: 24px;
	font-family: "omnes-pro",sans-serif; font-weight: 500;
}

.threeoptions .ribbon.orange{
	background: transparent url('images/orange_ribbon.svg') no-repeat center center;
	background-size: 130px 45px;	
}

.threeoptions .ribbon.blue{
	background: transparent url('images/blue_ribbon.svg') no-repeat center center;
	background-size: 130px 45px;	
}



/* VERSION */

.version{
	padding: 60px 0;
	margin-top: 14px;
	color: #000;
	letter-spacing: 0em;
}

.version .column{
	width: 220px;
	margin: 0 10px;
	float: left;
}

.version strong{
	font-family: "omnes-pro",sans-serif; font-weight: 500;
}

.version h1{
	margin-bottom: 40px;
}

/* MASTERS */


.masters .icon{
	background-color: #FFF;
	margin-right: 4px;
}

.badges.large{
	width: 220px;
	height: 220px;
	border-radius: 115px;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	background: #FF5225 url('images/designtosell_red_med.png') no-repeat center 55%;
}

.badges.small{
	width: 166px;
	height: 166px;
	border-radius: 84px;
	margin-top: 58px;
	margin-left: auto;
	margin-right: auto;	
}

.checked.badges.small{
	background: #FF5225 url('images/checked_list.svg') no-repeat center center;
	background-size: 166px auto;
}

.resources.badges.small{
	background: #FF5225 url('images/resources.svg') no-repeat center center;
	background-size: 166px auto;
}

.masters .ribbon, .decision .ribbon{
	width: 355px;
	height: 68px;
	background-image: url('images/red_ribbon_large.svg');
	background-repeat: no-repeat;
	background-size: 355px 68px;
	font-family: "omnes-pro",sans-serif; 
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	color: #FFF;
	text-decoration: underline;
	margin: 40px auto;
}


/* MARKET */

.market{
}

.market .badges.large{
	width: 220px;
	height: 220px;
	border-radius: 110px;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	background: rgb(247,131,29) url('images/designtosell_orange_med.png') no-repeat center 55%;
}

.market .badges.small{
	width: 166px;
	height: 166px;
	border-radius: 84px;
	margin-top: 58px;
	margin-left: auto;
	margin-right: auto;	
	background: rgb(247,131,29) url('images/design_to_sell_text.png') no-repeat center center;
}

.market .checked.badges.small{
	background: rgb(247,131,29) url('images/checked_list.svg') no-repeat center center;
	background-size: 166px auto;
}

.market .resources.badges.small{
	background: rgb(247,131,29) url('images/resources.svg') no-repeat center center;
	background-size: 166px auto;
}

.market .icon{
	background-color: #FFF;
	margin: 30px 5px 0px 8px;
}

.market .thumb{background-position: 0 -192px;}
.market .bulb{background-position: -96px -192px;}
.market .ten{background-position: -192px -192px;}


.market .ribbon{
	width: 355px;
	height: 68px;
	background-image: url('images/orange_ribbon_large.svg');
	background-repeat: no-repeat;
	background-size: 355px 68px;
	font-family: "omnes-pro",sans-serif; 
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	color: #FFF;
	text-decoration: underline;
	margin: 40px auto;
}


/* ART FOR ALL */

.artforall .badges.large{
	width: 220px;
	height: 220px;
	border-radius: 110px;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	background: #29CBE1 url('images/designtosell_blue_med.png') no-repeat center 55%;
}	


.artforall .badges.small{
	width: 166px;
	height: 166px;
	border-radius: 84px;
	margin-top: 58px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #29CBE1;
	background-size: 166px auto;
}

.artforall .ribbon{
	width: 355px;
	height: 69px;
	background-image: url('images/blue_ribbon_large.svg');
	background-repeat: no-repeat;
	background-size: 355px 69px;
	font-family: "omnes-pro",sans-serif; 
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	color: #FFF;
	text-decoration: underline;
	margin: 40px auto;
}

.artforall .g460{
	margin-top: 40px;
}


.afterart .g720 p{
	margin: auto 100px;
}


/* GUARANTEE */

.guarantee{
	color: #000;
}

.guarantee h1, .guarantee h2{
	color: #FFF;
	text-align: center;	
}

.guarantee .g720{
	background: transparent url('images/guarantee.png') no-repeat right 150px;
}

.guarantee .block{
	background: #FFF;
	padding: 24px;
	border-radius: 8px;
	margin-top: 26px;
	margin-bottom: 26px;
}

.guarantee .small{
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 50px;
}


/* DECISION */

.decision{
	text-align: center;
	padding-top: 50px;
}

.decision .ribbon{
	font-size: 35px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin-top: 60px;
}



/* PS */

.ps{
	padding: 50px 0;
}

.quote{
	padding-left: 50px;
	padding-right: 0px;
	background: transparent url('images/quote.png') no-repeat 0 18px;
}

.quote h2{
	margin: 10px 0;
}

.ps .ribbon{
	font-size: 35px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin-top: 60px;
	width: 355px;
	height: 68px;
	background-image: url('images/white_ribbon_large.svg');
	background-repeat: no-repeat;
	background-size: 355px 68px;
	font-size: 35px;
	text-align: center;
	padding-top: 20px;
	color: #FF5225;
	text-decoration: underline;
	margin: 40px auto;	
}




/* ORDER PAGE */


.specialbonus{
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000;
	background-image: url('images/dots_vertical.png');
	background-repeat: repeat-x;
	margin-top: 0;
}

.specialbonus .g960{
	padding-bottom: 50px;
	padding-top: 20px;
}

.specialbonus .block{
	border-radius: 10px;
	padding: 40px;
	margin: 30px auto 30px;
}

.specialbonus .speech{
	height: 103px;
	background: transparent url('images/speech.png') no-repeat center center;

}



/* THREE OPTIONS - ORDER PAGE */

.threeoptions.order{
	padding-bottom: 50px;
}

.threeoptions.order .column{
	color: #000;
	margin-top: 30px;
}

.threeoptions.order .column .wrap{
	min-height: inherit;
}

.threeoptions.order .column.one .wrap{
}

.threeoptions.order .column.two{
}

.threeoptions.order .icon{
	background-color: #F2F2F2;
	background-image: url('images/box_icons.svg');
	background-size: 96px 96px;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	margin: 0 auto 20px 0;
}

.threeoptions.order .icon.thumbs{background-position: 0 -32px;}
.threeoptions.order .icon.eye{background-position: -32px 0;}
.threeoptions.order .icon.dollar{background-position: -64px 0px;}
.threeoptions.order .icon.mega{background-position: -66px -32px;}
.threeoptions.order .icon.bulb{background-position: -32px -32px;}

.smallicon{
	margin-bottom: 20px;
	width: 100%;
	clear: both;
	height: 32px;
}

.threeoptions.order .column.two .icon.thumbs{background-position: 0px -64px;}
.threeoptions.order .column.two .icon.ten{background-position: -64px -64px;}
.threeoptions.order .column.two .icon.bulb{background-position: -32px -64px;}

.threeoptions.order .column.two .icon{margin-left: 2px; margin-right: 2px;}

.threeoptions.order .column.two .smallicon{
	width: 108px;
	margin-left: auto;
	margin-right: auto;
}

.threeoptions.order .ribbon{
	margin-top: 5px;
	margin-bottom: -24px;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	background-size: 191px 45px;
	width: 191px;	
}

.red.ribbon.med{background-image: url('images/red_ribbon_med.svg');}
.orange.ribbon.med{background-image: url('images/orange_ribbon_med.svg');}
.blue.ribbon.med{background-image: url('images/blue_ribbon_med.svg');}


/* GRID */


.table{
	color: #000;
	padding-top: 40px;
	padding-bottom: 40px;
}

#grid {
	display: table;
}

.row  {
	display: table-row;
}

.row.one .cell{border-bottom: 3px solid #EEE;}

.cell {
	display: table-cell;
	vertical-align: middle;
	width: 124px;
	border-left: 3px solid #EEE;
	text-align: center;
}

.cell.g340{
	width: 340px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: none;
	border-right: none;
	text-align: left;
}


.cell h3{
	font-size: 15px;
	margin: 10px 0;
	text-align: center;
	line-height: normal;
	font-family: "omnes-pro",sans-serif; 
	font-weight: 500;
}

.cell p{
	font-size: 13px;
	line-height: normal;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.cell.blue{background: transparent url('images/blue_checked.png') no-repeat center center;}
.cell.red{background: transparent url('images/red_checked.png') no-repeat center center;}
.cell.orange{background: transparent url('images/orange_checked.png') no-repeat center center;}



/* JEN & OMAR */


.jenomar article a{
	color: #FF5225;
}

.jenomar .twodesigners{
	padding-top: 70px;
}

.affiliates{
	color: #000;
	padding-top: 130px;
}

.affiliates .badges{
	background-color: #FBE6D1;
	background-image: url('images/affiliates.png');
	background-size: auto auto;
}

.affiliates .badges{
	width: 210px;
	height: 210px;
}

.affiliates .badges{
	display: block;
	margin: 0 auto;
}

.uguides .badges{
	width: 435px;
	height: 115px;
	background-image: url('images/uguides.svg');
	background-size: auto auto;	
	border-radius: 0;
}






/* LAST BAR */

.lastbar{
	padding-top: 0px;
}

.lastbar .g960{
	border-radius: 6px;
}

.lastbar .column{
	width: 220px;
	margin: 0px 10px 40px;
	float: left;
	text-align: center;
}

.lastbar .ribbon{
	text-align: center;
	background-color: transparent;
	clear: both;
	height: 47px;
	width: 191px;
	padding: 8px 0;
	margin-left: auto;
	margin-right: auto;
	background-size: 191px 47px;
	color: #FFF;
	text-decoration: underline;
	font-size: 22px;
	font-family: "omnes-pro",sans-serif; 
	font-weight: 500;
	margin-top: 5px;
}

.lastbar h3{
	margin-bottom: 12px;
	line-height: 1.2em;
}







/* FOOTER */


.footer{
	text-align: center;
	padding: 30px 0;
}

.footer a{
	font-family: "omnes-pro",sans-serif; font-weight: 500;
	color: #808080;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 14px;
}


a{color: inherit;}
a:hover{color: #facda1;}



/* BOOTSTRAP MENU */



.navbar-default {
	display: none;
	border: none;
	background: #2E2E2E url('images/logo.svg');
	background-size: 222px auto;
	background-repeat: no-repeat;
	background-position: 14px 18px;
}


.navbar-brand {
	float: none;
	display: block;
	margin: 0 auto;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	border: none;
}




/* ************* */
/* ******************** MEDIA QUERIES */
/* ************* */

@media (max-width: 1000px) {

	article{
		width: 100%;
		clear: both;
		padding: 50px 0;
	}


	h2{
		font-size: 24px;
	}

	.g960{
		max-width: 760px;
	}

	.g460.left, .g460.right{
		max-width: 320px;
	}
	
	.g340{
	}

	.push{
		margin-left: 65px;
	}

	.pull{
		margin-right: 10px;
	}

	.guarantee .g720 {
		background-position: 90% 150px; 
	}

	/* START TODAY */
	
	.starttoday{
		padding-top: 10px;
		padding-bottom: 50px;
	}


	/* SOLD OUT */
	
	img[src="images/map.png"]{
		margin-top: 60px;
	}

	.large.banner{
		padding-left: 50px;
	}
	
	/* CREATE */
	
	.startup{
		padding: 100px 0;
		margin-left: 20px;
	}
	
	.bubble{
		border-radius: 15px;
		background: #FFF;
		padding: 10px 30px;
		width: 320px;
	}	
	
	.create h3{
		font-size: 18px;
		width: 260px;
	}

	/* ROAD MAP */
	
	.roadmap .signs{
		margin: 50px auto 0;
		height: 301px;
		background-image: url('images/landscape.png'), url('images/sign1.png'), url('images/sign3.png'), url('images/sign2.png');
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
		background-position:  -79px bottom, -34px bottom, 480px bottom, center center;
	}	


	/* YOUR FUTURE */
	
	.yourfuture{
		background-image: none;
		background-repeat: no-repeat;
		background-position: 44% top;
	}	

	.yourfuture .section{
		margin: 60px auto!important;
		clear: both;
	}
	
	
	/* FEATURING */

	.featuring .bubble{
		max-width: 330px;
		width: 330px;
		line-height: 150%;
	}
	
	.bubbleArrowr{
	 	width: 348px;
	 	margin-left: 12px;
	}
	
	.featuring .push{
		margin-left: 10px;
	}	
	
	
}


@media (max-width: 950px) {

	.move{display: none;}
	.menu{

	}
}

@media (max-width: 850px){
	
	.menu{
		text-align: left;
		padding-left: 40px;
	}
}


@media (max-width: 767px) {

	.off{display: none;}
	.on{display: block;}
	span.on{display: inline;}

	.topbar{}

	.navbar-default{
		display: block;
		font-family: "omnes-pro",sans-serif; 
		font-weight: 500;
		text-align: center;
		color: #000;
	}

	.navbar-default .navbar-toggle {
		border: none;
	}

	.navbar-toggle .icon-bar {
		display: block;
		width: 15px;
		height: 2px;
		border-radius: 1px;
	}
	
	.navbar-toggle {
		position: relative;
		float: right;
		margin-right: 10px;
		padding: 9px 10px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: none;
		border-radius: 4px;
	}	

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFF;
	}
	
	.navbar {
		position: relative;
		min-height: 50px;
		margin-bottom: 0px;
		border: none;
	}	
	
	.navbar-collapse{
		border: none;
		background-color: #FFF;
	}
	
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
			background: transparent;
	}
	
	.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {	
	
		background-color: #FF5225;
	
	}	
	
	.navbar li{
		border-bottom: 1px solid #CCC;
		color: #000;
	}
	
	.navbar-default .navbar-nav>li>a {
		color: #000;
	}
	
	.navbar-default .navbar-nav>li>a:hover {
		color: #FF5225;
	}	
	
	.navbar ul{
		background-color: #FFF;
	}

	.navbar-nav {
		margin: 7.5px -15px 0;
	}	

	img{
		display: block;
		margin: 20px auto;
	}

	.g960,.g720{
		max-width: 100%;		
	}

	.g460.left .g460.right{
		max-width: 100%;
	}

	.g340, .g460{
		max-width: 100%;
		width: 100%;
	}	
	
	.left, .right{
		float: none;
	}
	
	.g340,.g460,.column{
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.push{
		margin-left: 0px!important;
	}
	
	body{
		font-size: 15px;
		line-height: 150%;
	}
	
	article{
		padding-top: 20px; 
		padding-bottom: 50px;
		padding-left: 9%;
		padding-right: 9%;	
	}

	.version{
		padding-top: 20px; 
		padding-bottom: 36px;
		padding-left: 9%;
		padding-right: 9%;	
	}
	
	
	h1{
		font-size: 26px;
		line-height: 130%;
	}
	
	h2{
		font-size: 22px;
		margin: 1em 0 1em 0!important;
	}
	
	p, h3{
		font-size: 15px;
	}
	

	.cover{
		padding: 50px 9%;
	}

	.cover h1{
		font-size: 44px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.cover h2{
		font-family: "omnes-pro",sans-serif; 
		font-weight: 500;
		font-size: 20px;
	}
	
	.starttoday h3{
		font-size: 20px;
		padding: 0;
	}
	

	.twodesigners{
		text-align: center;
		color: #FFF;	
	}
	
	.twodesigners h3{color: #FFF; line-height: 22px;}

	
	img[src="images/map.png"]{
		max-width: 260px;
		margin-top: 0;
	}
	
	.map{
		max-height: 310px;
		overflow: hidden;
	}
	
	.soldout{
		padding-bottom: 30px;
	}
	
	.soldout p{
		margin-right: 0px;
	}
	
	.roadmap{
		background-image: none;
	}
	
	.roadmap h1{
		margin-top: 40px;
		margin-bottom: 10px;
	}
	
	.roadmap .top .signs{
		background: none;
		margin-top: 30px;
		height: 100px;
		background: transparent url('images/landscape.png') no-repeat 30% bottom;
	}
	
	.roadmap .content {
		padding: 10px 30px 60px;
	}	
	
	.roadmap .content h3{
		font-size: 15px;
		color: #000;
		font-family: "omnes-pro",sans-serif;
		font-weight: 400;
		line-height: 1.5em;
	}
	
	.roadmap .content h2{
		color: rgb(247,131,29);
	}

	.yourfuture{
		text-align: center;
		padding-bottom: 60px;
	}
	
	.yourfuture p{color: #000;}

	.yourfuture h1 br{display: none;}

	.yourfuture .one .text {
		margin-left: 0;
		max-width: 100%;
	}

	.yourfuture .section {
		margin: 0px auto!important;
	}	
	
	.yourfuture .two .text {
		max-width: 100%;
		margin-left: 0;
	}	
	
	.yourfuture .text h2{
		font-size: 22px;
		text-align: center;
	}
	
	.yourfuture .three h2 {
		max-width: inherit;
		margin-left: 0;
	}	
	
	.yfsm{
		margin: 30px auto;
	}
	
	
	.featuring h1{
		margin-bottom: 20px;
	}
	

	.featuring h3{
		line-height: 150%;	
	}

	.featuring .g460{
		padding-top: 10px; 
		max-width: 100%;
	}	
	
	.featuring .bubbleArrowr{
		max-width: 100%;
		width: 100%;
		clear: both;
		border-radius: 0;
		margin-top: 20px;
		margin-left: 0;
		padding-left: 0px;
		padding-right: 0px;
		background-image: none;
	}
	
	.featuring .bubble{
		max-width: 100%;
		width: 100%;
		clear: both;
		border-radius: 0;
		margin-left: 0;
		background-image: none;
	}	
	
	.featuring .bubble h3{
		font-size: 15px;
		color: #000;
		font-family: "omnes-pro",sans-serif;
		font-weight: 400;
		font-style: italic;	
	}
	
	.bookcover{
		max-width: 80%;
		float: none;
		margin: 0 auto;
		padding-left: 20px;
	}
	
	.lessons{
		padding: 0;
	}

	.lessons .text {
		width: 100%;
		padding-left: 9%;
		padding-right: 9%;
		padding-bottom: 50px;
	}
	
	.tools{
		padding-bottom: 20px;
	}

	.tools .cloud{
		height: 99px;
		background-image: url('images/cloud_bulb.svg');
		background-size: 174px 99px;
		background-repeat: no-repeat;
		background-position: center center;
		margin-top: 36px;
	}
	
	.tools h3{
		font-size: 22px;
		margin-top: 40px;
	}
	
	.inthebox h3{
		font-size: 22px;
		padding-left: 14px;
		padding-right: 14px;
	}
	
	.inthebox .tab.on{
		margin-top: 36px;
		color: #FF5225;
		padding-left: 10px;
		padding-right: 10px;
		max-width: 180px;
		margin-bottom: 0px;
	}
	
	.fieldguide{
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.badges{
		width: 202px;
		height: 202px;
		background-size: 172px auto;
		margin: 0 auto;
	}

	.inthebox{
		padding-bottom: 20px;
	}

	.inthebox .ribbon.large{
		color: #FF5225;
		background: transparent url('images/maroon_ribbon_small.svg') no-repeat center center;
		background-repeat: no-repeat;
		background-size: 200px 39px;
		font-family: "omnes-pro",sans-serif; 
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		padding-top: 7px;
		color: #FF5225;
		text-decoration: underline;
		margin: 10px auto 0;
		height: 39px;
	}
	
	.inthebox .fieldguide{
		margin-bottom: 20px;
	}
	
	.inthebox .fieldguide h3{
		padding: 0;
		color: #FF5225;
		font-size: 18px;
	}
	
	.inthebox .fieldguide strong{
		font-family: "omnes-pro",sans-serif; 
		font-weight: 500;
	}

	.cost {
		padding-bottom: 10px;
	}

	.cost h1{
		margin-bottom: 0;
	}
	
	.cost .middle{
		padding-top: 0px;
	}
	
	.cost h2{
		font-size: 22px;
	}
	

	.inthebox .preview{
		width: 177px;
		height: 34px;
		margin: 20px auto 0;
		background-image: none;
	}
	
	.inthebox .preview div{
	font-size: 18px;
		text-align: center;
		color: #FFF;
		text-decoration: underline;
		padding-top: 6px;	
		height: 34px;
		width: 177px;
		margin: 0px auto;
		background-image: url('images/preview_banner.svg');
		background-size: 177px auto;
		background-position: center center;
		background-repeat: no-repeat;
	}	
	
	
	.threeoptions {
		padding-bottom: 0px;
		padding-top: 40px;
	}
	
	.threeoptions .wrap{
		min-height:inherit;
		height: auto;
		padding: 10px 0;
		margin-top: 0px;
		border-radius: 3px;
	}
	
	.threeoptions .column h3{
		margin: 8px 0 20px;
		font-size: 18px;		
	}

	.threeoptions .ribbon {
		margin-top: -22px;
		text-align: center;
		clear: both;
		height: 36px;
		width: 104px;
		padding: 5px 0;
		margin-left: auto;
		margin-right: auto;
		background: transparent url('images/red_ribbon.svg') no-repeat center center;
		background-size: 104px 36px!important;
		color: #FFF;
		text-decoration: underline;
		font-size: 20px;
		font-family: "omnes-pro",sans-serif; 
		font-weight: 500;
	}	
	
	.threeoptions .column {
		float: none;
		width: 100%;
		margin: 0 auto 30px;
	}	
	
	
	.version, .version .center{
		text-align: left;
	}
	
	.version h1{
		margin-bottom: 0;
	}
	
	.ribbon.long, .ps .ribbon{
		width: 257px;
		height: 38px;
		margin: 20px auto;
		background-image: url('images/red_ribbon_long.svg');
		background-size: 257px 38px;
		background-repeat: no-repeat;
		background-position: center center;
		color: #FFF;
		padding-top: 8px;
		font-size: 15px;
		font-family: "omnes-pro",sans-serif; 
		font-weight: 500;
	}
	
	.orange.ribbon.long{
		background-image: url('images/orange_ribbon_long.svg');
		background-color: transparent;
	}
	
	.blue.ribbon.long{
		background-image: url('images/blue_ribbon_long.svg');
		background-color: transparent;
	}

	.ps .ribbon{
		color: #FF5225;
		margin-top: 0;
		background-image: url('images/white_ribbon_long.svg');
		background-color: transparent;
	}
		
	.market p{
		color: #000;
	}
	
	
	.artforall .g460 {
		margin-top: 0px;
	}
	
	.afterart .g720 p {
		margin: auto 5px;
	}		
	
	.afterart{
		padding: 60px 9% 80px;
	}
	
	.guarantee .g720{
		background: none;
	}
	
	.guarantee h2{
		text-align: left;
	}

	.guarantee .small {
		margin-bottom: 0;
	}
	
	.decision {
		padding-top: 30px;
		padding-bottom: 40px;
		font-family: "omnes-pro",sans-serif;
		font-weight: 400;
	}
	
	.decision h2{
		font-size: 22px;
		padding: 0 3%;
	}
	
	.ps {
		padding: 20px 9%;
		text-align: center;
	}	
	
	.ps h1{
		padding-left: 4%;
		padding-right: 4%;
	}
		
	.quote {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 24px;
		background: transparent url('images/quote.png') no-repeat center top;
	}
	
	.footer{
		padding-top: 20px 0;
	}
	
	.footer a {	
		display: block;
		margin: 4px auto;
		text-align: center;
	}
	
	.uguides, .affiliates{
		text-align: center;
	}

	.affiliates .badges{
		margin-top: 20px;
	}
	
	.uguides .badges{
		width: 300px;
		margin: 20px auto;
		height: 79px;
		background-image: url('images/uguides.svg');
		background-size: auto auto;	
		border-radius: 0;
	}
	
	.jenomar .twodesigners{
		padding-top: 50px;
		text-align: left;
	}
	
	.specialbonus{
		background-image: none;	
	}
	
	.specialbonus h1{
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.specialbonus .block {
		border-radius: 10px;
		padding: 20px;
		margin: 30px auto 30px;
	}	
	
	.specialbonus .speech{
		background:transparent url('images/small_speech.png') no-repeat center center;
	}
	
	.threeoptions.order .column {
		margin-top: 0px;
	}
	
	.threeoptions.order .column .wrap{
		background: none;
		text-align: left;
	}

	.threeoptions.order .column .wrap h3{
		font-size: 26px;
		font-family: 'Roboto Slab', serif;
		font-weight: 400;
		text-align: left;
	}
	
	.threeoptions.order .column .wrap p{
		margin-left: 0;
		margin-right: 0;
		color: #000;
	}

	.list.master{
		margin-top: 12px;
	}

	.list.master p{
		background: transparent url('images/red_arrow.png') no-repeat 0 6px;
		padding-left: 26px;
	}

	.list.maker p{
		background: transparent url('images/orange_arrow.png') no-repeat 0 6px;
		padding-left: 26px;
	}

	.list.art p{
		background: transparent url('images/blue_arrow.png') no-repeat 0 6px;
		padding-left: 26px;
	}
	
	.threeoptions.order{
		padding-bottom: 0;
	}
	
	.threeoptions.order .column {
		padding-bottom: 0;
		margin-bottom: 0;
		margin-top: 0;
	}

	.threeoptions.order .ribb{
		width: 257px;
		height: 38px;
		margin: 20px auto;
		background-image: url('images/red_ribbon_long.svg');
		background-size: 257px 38px;
		background-repeat: no-repeat;
		background-position: center center;
		color: #FFF;
		padding-top: 8px;
		font-size: 15px;
		font-family: "omnes-pro",sans-serif; 
		font-weight: 500;	
		text-align: center;
		text-transform: uppercase;
		text-decoration: underline;
	}
	
	.threeoptions.order .orange.ribb{
		background-color: transparent;
		background-image: url('images/orange_ribbon_long.svg');		
	}

	.threeoptions.order .blue.ribb{
		background-color: transparent;
		background-image: url('images/blue_ribbon_long.svg');		
	}

	.lastbar, .lastbar .g960{
		background: #F1F1F1;
		padding-bottom: 0;
	}

	.lastbar .column {
		width: 100%;
		margin: 50px auto 40px;
		float: none;
		text-align: center;
		background: #FFF;
	}
	
	.lastbar .column.one{
		margin-top: 25px;
	}

	.lastbar h3{
		font-size: 18px;
		margin-top: 16px;
	}
	
	.lastbar h3 br{
		display: none;
	}
	
	.lastbar .ribbon{
		margin-bottom: -18px;
		text-align: center;
		clear: both;
		height: 36px;
		width: 104px;
		padding: 5px 0;
		margin-left: auto;
		margin-right: auto;
		background: transparent;
		background-image: url('images/red_ribbon.svg');
		background-repeat:  no-repeat;
		background-position:  center center;
		background-size: 104px 36px!important;
		color: #FFF;
		text-decoration: underline;
		font-size: 18px;
		font-family: "omnes-pro",sans-serif; 
		font-weight: 500;
	}
	
	.lastbar .ribbon.orange{
		background-image: url('images/orange_ribbon.svg');		
	}
	
	.lastbar .ribbon.blue{
		background-image: url('images/blue_ribbon.svg');		
	}
	
	
	
}



