@charset "utf-8";

body,div,dl,dt,dd,p,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,blockquote,form{margin:0;padding:0;}
ul,ol{list-style:none;}
img,a img{border:none;display:block;}
*:link,*:visited{text-decoration:none;}
*:active,*:focus{outline:0;}
table{border-collapse:collapse;border-spacing:0;}
label,button{cursor:pointer;}
input,textarea,select{font-family:inherit;font-size:inherit;padding:0;margin:0;vertical-align:middle;}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}
input[type=number]{-moz-appearance:textfield;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;margin:0;padding:0;}

::-moz-selection { background-color: #111; color: #FFF; }
::selection { background-color: #111; color: #FFF; }

html 			{ overflow-y: scroll; }
body 			{ color: #222; font-family: "sofia-pro", sans-serif; font-size: 15px; font-weight: 300; line-height: 1; }
body.noscroll	{ overflow: hidden; }
strong 			{ font-weight: 600; }
.page-layout	{ min-width: 1080px; }
.inner 			{ margin: 0 auto; overflow: hidden; position: relative; width: 900px; }

/* PAGE HEADER
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.mob-nav					{ display: none; }
.page-header .mobile-header	{ display: none; }
.page-header .mob-nav		{ display: none; }

.page-header .header-bar *              { -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; -webkit-transition: all .1s ease-out; transition: all .1s ease-out; }
.page-header .web-nav *                 { -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; -webkit-transition: all .1s ease-out; transition: all .1s ease-out; }
.page-header .header-bar				{ margin: 0 auto; height: 120px; position: relative; z-index: 999; width: 100%; }
.page-header .header-bar .logo a 		{ display: block; height: 120px; margin: 0 auto; width: 240px; }
.page-header .header-bar a.header-cart	{ background: url(/assets/images/icons/cart.svg) right center no-repeat; color: #111; font-size: 14px; height: 50px; line-height: 50px; letter-spacing: 0.1em; padding: 0 30px; position: absolute; top: 0; right: 20px; -webkit-background-size: 20px; -o-background-size: 20px; background-size: 20px; }
.page-header .header-bar a:hover	    { opacity: 0.6; }

.page-header .web-nav			{ height: 40px; }
.page-header .web-nav ul		{ height: 40px; margin: 0 auto; overflow: hidden; text-align: center; min-width: 980px; }
.page-header .web-nav ul li		{ display: inline-block;  }
.page-header .web-nav ul li	a 			{ color: #111; display: block; font-size: 14px; letter-spacing: 0.05em; line-height: 40px; padding: 0 10px; text-transform: uppercase; width: auto; }
.page-header .web-nav ul li	a:hover 	{ color: #666; }
.page-header .web-nav ul li.on a 		{ font-weight: bold; }

.page-header .cycle-slideshow 						{ height: 550px; overflow: hidden; width: 100%; }
.page-header .cycle-slideshow div					{ background-position: center center; background-repeat: no-repeat; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; height: 100%; position: relative; text-align: center; width: 100%; }
.page-header .cycle-slideshow div h1				{ color: #FFF; display: inline-block; font-size: 70px; line-height: 1.1; font-weight: 400; margin: 0 auto; padding: 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); vertical-align: middle; width: 980px; }
.page-header .cycle-slideshow div h1.size-small		{ font-size: 50px; }
.page-header .cycle-slideshow div h1.size-medium	{ font-size: 70px; }
.page-header .cycle-slideshow div h1.size-large		{ font-size: 90px; }
.page-header .cycle-slideshow div h1.weight-light	{ font-weight: 300; }
.page-header .cycle-slideshow div h1.weight-regular	{ font-weight: 400; }
.page-header .cycle-slideshow div h1.weight-bold	{ font-weight: 600; }

.page-header .cycle-slideshow div p					{ color: #FFF; display: inline-block; font-size: 30px; line-height: 1.2; vertical-align: middle; width: 800px; }
.page-header .cycle-slideshow div:before 			{ content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; }

/* PAGE FOOTER
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page-footer				{ background-color: #EEE; color: #333; padding: 30px 0; }
.page-footer .left			{ float: left; width: 400px; }
.page-footer .right			{ float: right; text-align: right; width: 400px; }
.page-footer .right a		{ display: inline-block; margin-left: 10px; }

.page-footer p			{ font-size: 14px; line-height: 22px; }
.page-footer a			{ color: #333; text-decoration: underline; }
.page-footer a:hover	{ opacity: 0.6; }

/* CONTENT
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*layout*/
.page-content .content-block		{ margin: 40px auto; }
.page-content .content-block:after	{ clear: both; content: ""; display: table; }
.page-content .content-left			{ clear: both; float: left; margin: 0; overflow: hidden; width: 430px; }
.page-content .content-right		{ float: right; margin: 0; overflow: hidden; width: 430px; }

.page-content .divider				{ background-color: #d3ecf4; border: none; clear: both; color: #d3ecf4; height: 1px; line-height: 1; margin: 0; overflow: hidden; width: 100%; }
.page-content .content-block img	{ height: auto; margin-bottom: 30px; width: 100%; }
.page-content .content-block iframe	{ height: 400px; width: 100%; }

.page-content .text-left			{ text-align: left; }
.page-content .text-right			{ text-align: right; }
.page-content .text-center			{ text-align: center; }

/*elements*/
.page-content h1			{ color: #111; font-size: 33px; font-weight: 600; line-height: 35px; margin: 0 0 20px; }
.page-content h2			{ color: #111; font-size: 24px; font-weight: 600; line-height: 30px; margin: 0 0 15px; }
.page-content h3			{ color: #999; font-size: 16px; font-weight: 300; letter-spacing: 1px; line-height: 20px; margin: 0 0 10px; text-transform: uppercase; }
.page-content p				{ color: #222; font-size: 15px; line-height: 20px; margin: 0 0 20px; }
.content-block p:last-child,
.content-block ol:last-child,
.content-block ul:last-child{ margin-bottom: 0; }
.page-content a				{ color: #39C; text-decoration: underline; }
.page-content a:hover		{ color: #111; text-decoration: underline; }

/*lists*/
.page-content ul, 
.page-content ol			{ font-size: 15px; line-height: 20px; margin: 0 0 15px 30px; }
.page-content ul ul,
.page-content ul ol,
.page-content ol ol,
.page-content ol ul 		{ font-size: 100%; margin: 5px 0 5px 20px; }
.page-content ul 			{ list-style-type: disc; }
.page-content ul ul 		{ list-style-type: circle; }
.page-content ul ul ul 		{ list-style-type: square; }
.page-content ol 			{ list-style-type: decimal; }
.page-content ol ol 		{ list-style-type: lower-alpha;	}
.page-content ol ol ol		{ list-style-type: lower-roman; }
.page-content li			{ margin-bottom: 4px; }

/*forms*/
.page-content form					{ margin-bottom: 20px; }
.page-content label					{ color: #000; display: block; font-size: 13px; line-height: 35px; text-transform: uppercase; }
.page-content .input				{ background-color: #DDD; border: none; color: #222; font-size: 13px; height: 28px; margin-bottom: 5px; opacity: 0.8; padding: 4px 8px; width: 430px; }
.page-content .input				{ -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.page-content .input:focus,
.page-content .input:hover			{ background-color: #CCC; border: none; color: #000; opacity: 1; }
.page-content select				{ background-color: #DDD; border: none; color: #222; font-size: 13px; height: 30px; margin-bottom: 5px; opacity: 0.8; padding: 4px 8px; width: 430px; }
.page-content select				{ -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.page-content select:focus,
.page-content select:hover			{ background-color: #CCC; border: none; color: #000; }
.page-content .checkbox label		{ font-family: HelveticaNeue-Roman; line-height: 25px; text-transform: none; }
.page-content .checkbox input		{ margin-right: 5px; }
.page-content textarea				{ background-color: #DDD; border: none; color: #222; font-size: 13px; margin-bottom: 5px; padding: 8px; width: 430px; }
.page-content textarea:focus,
.page-content textarea:hover		{ background-color: #CCC; border: none; color: #000; }
.page-content .submit				{ background-color: #000; border: 1px solid #000; clear: both; color: #FFF; cursor: pointer; display: block; font-family: HelveticaNeue-Bold; font-size: 12px; height: 30px; letter-spacing: 1px; margin: 10px 0; padding: 0 15px; text-transform: uppercase; }
.page-content .submit				{ -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.page-content .submit:hover			{ background-color: #e4012c; border: 1px solid #e4012c; color: #FFF; }

/*fade in effects*/
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in { opacity:0; -webkit-animation:fadeIn ease-in 1; -moz-animation:fadeIn ease-in 1; animation:fadeIn ease-in 1; -webkit-animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; animation-fill-mode:forwards; -webkit-animation-duration:0.5s; -moz-animation-duration:0.5s; animation-duration:0.5s; }

/* HOME
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.body-home .page-header .cycle-slideshow { height: 750px; }

#instafeed 	 { background-color: #111; overflow: hidden; width: 100%; }
#instafeed a { border: 1px solid #FFF; display: block; float: left; opacity: 1; overflow: hidden; position: relative; margin: 0; width: 10%; }
#instafeed a { webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#instafeed a { background-position: center center; background-repeat: no-repeat; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; }
#instafeed a:after { content: ""; display: block; padding-bottom: 100%; }
#instafeed a:hover { opacity: 0.5; filter: alpha(opacity=50); }

.body-home .home-blocks				{ padding: 30px 0; }
.body-home .home-blocks article		{ float: left; background: #EEE; border: 10px solid #FFF; height: 300px; text-align: center; width: 33%; }
.body-home .home-blocks article 	{ background-position: center center; background-repeat: no-repeat; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.body-home .home-blocks article:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; }
.body-home .home-blocks div 		{ background-color: #FFF; display: inline-block; margin: 0 auto; padding: 20px; text-align: center; vertical-align: middle; min-width: 40%; }
.body-home .home-blocks div strong	{ display: block; font-size: 18px; line-height: 1.2; margin-bottom: 15px; }
.body-home .home-blocks div a		{ background-color: #111; color: #FFF; display: inline-block; font-size: 13px; letter-spacing: 1px; line-height: 30px; padding: 0 15px; text-decoration: none; text-transform: uppercase; }
.body-home .home-blocks div a:hover	{ opacity: 0.8; }

.body-home .home-blocks .block1		{ border-left: 0; width: 66%; }
.body-home .home-blocks .block2		{ border-right: 0; }
.body-home .home-blocks .block3		{ border-left: 0;  }
.body-home .home-blocks .block4		{ border-right: 0; width: 66%; }
.body-home .home-blocks .block5		{ border-left: 0;  }
.body-home .home-blocks .block6		{  }
.body-home .home-blocks .block7		{ border-right: 0; }

/* BLOG
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.body-blog .page-header .cycle-slideshow		{ height: 400px; }

.body-blog .toolbar 			{ border-bottom: 1px solid #CCC; color: #999; font-size: 12px; height: 40px; letter-spacing: 1px; line-height: 40px; margin-bottom: 20px; }
.body-blog .toolbar a 			{ color: #999; display: inline-block; padding: 0 5px; text-decoration: none; }
.body-blog .toolbar a:hover		{ color: #111; text-decoration: underline; }
.body-blog .toolbar span		{ color: #111; display: inline-block; padding: 0 5px;  }
.body-blog footer.toolbar 		{ border-top: 1px solid #CCC; border-bottom: none; }

.body-blog .blog-articles 				{ margin: 40px 0; }
.body-blog .blog-articles * 			{ -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; -webkit-transition: all .1s ease-out; transition: all .1s ease-out; }

.body-blog .blog-articles a				{ text-decoration: none; }
.body-blog .blog-articles article					{ float: left; margin-bottom: 40px; text-align: center; width: 430px; }
.body-blog .blog-articles a:nth-child(even) article	{ float: right; }
.body-blog .blog-articles h2			{ margin: 10px 0; }
.body-blog .blog-articles h3			{ font-size: 12px; }
.body-blog .blog-articles p				{ font-size: 14px; line-height: 18px; margin-bottom: 15px; }
.body-blog .blog-articles span			{ background-color: #111; color: #FFF; display: inline-block; font-size: 13px; letter-spacing: 1px; line-height: 35px; padding: 0 12px; }
.body-blog .blog-articles a:hover img	{ opacity: 0.8; }
.body-blog .blog-articles a:hover span	{ background-color: #39C; }


/* MEDIA QUERIES
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1240px) {
	.body-home .inner{ width: 1200px; }
}


@media only screen and (min-width: 480px) and (max-width: 1240px) {
	.page-layout { min-width: 980px; }
	.page-container { width: 980px; }
}

/* iPad - Portrait */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) {

}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
	body { font-size: 13px; -webkit-text-size-adjust: 100%; }
	.page-layout { margin: 0 auto; min-width: 300px; width: 100%; }
	.page-container { width: 100%; }
	.inner { width: 100%; }
	.page-header .header-bar { display: none; }
	.page-header .web-nav { display: none; }
  	.page-header .mobile-header { display: block; }
	
	.mobile-header { background-color: #111; color: #FFF; height: 50px; position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; }
	.mobile-header .logo-mob { display: block; height: 50px; margin: 0 auto; width: 150px; }
	.mobile-header .mob-nav-toggle { cursor: pointer; height: 20px; padding: 15px; position: absolute; top: 0; left: 0; width: 20px; }
	.mobile-header .mob-nav-toggle span { display: inline-block; float: right; width: 18px; }
	.mobile-header .mob-nav-toggle span em { background-color: #FFF; display: block; height: 1px; margin-top: 4px; }
	.mobile-header .mob-nav-toggle .close { color: #FFF; display: none; font-size: 18px; line-height: 20px; text-align: center; }
    .mobile-header a.header-cart { background: url(/assets/images/icons/cart-white.svg) right center no-repeat; color: #FFF; font-size: 14px; height: 50px; line-height: 50px; letter-spacing: 0.1em; padding: 0 30px; position: absolute; top: 0; right: 15px; -webkit-background-size: 20px; -o-background-size: 20px; background-size: 20px; }
    
  	.mob-nav { background-color: #FFF; display: none; height: 100%; overflow-y: auto; position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100%; z-index: 999; }
	.mob-nav>ul { padding: 50px 0 0; }
	.mob-nav>ul li { display: block; height: auto; margin: 0; position: relative; }
	.mob-nav>ul li a { border-bottom: 1px solid #F1F2F3; color: #111; display: block; font-size: 18px; line-height: 40px; padding: 0 18px; text-transform: none; }
	.mob-nav>ul li.on>a { font-weight: bold; }

	.page-column { display: none; }
	.page-footer { padding: 10px; }
	.page-footer p { font-size: 11px; }
	.page-footer .left { float: none; text-align: center; width: 100%; }
	.page-footer .right { float: none; margin: 20px auto; text-align: center; width: 100%; }
	.page-header { margin-top: 50px; }
	
	.page-header .cycle-slideshow { height: 200px; }
	.page-header .cycle-slideshow div h1 { font-size: 40px; width: 90%; }

	.page-content { margin: 10px; width: auto; }
	.page-content .content-block { margin: 20px auto; }
	.page-content .content-left { margin-bottom: 20px; width: 100%; }
	.page-content .content-right { width: 100%; }
	.page-content h1 { font-size: 30px; line-height: 35px; }
	.page-content h2 { font-size: 20px; line-height: 25px; }
	.page-content h3 { font-size: 14px; line-height: 20px; }
	.page-content p { font-size: 13px; line-height: 20px; }
	.page-content ul, 
	.page-content ol { font-size: 13px; line-height: 20px; }
	.page-content .input { width: 300px; }
	.page-content select { width: 300px; }
	.page-content textarea { width: 300px; }
	
	.body-home .page-header .cycle-slideshow { height: 250px; }
	.body-home .page-header .cycle-slideshow div h1.size-small	{ font-size: 22px; }
	.body-home .page-header .cycle-slideshow div h1.size-medium	{ font-size: 28px; }
	.body-home .page-header .cycle-slideshow div h1.size-large	{ font-size: 34px; }
	#instafeed { margin: 0 auto; overflow: hidden; width: 100%; }
	#instafeed a { width: 25%; }
	.body-home .home-blocks { padding: 10px 0; }
	.body-home .home-blocks article { float: none; border: none; margin-bottom: 10px; width: 100% !important; }
	
	.body-blog .page-header { height: 200px; }
	.body-blog .page-header .cycle-slideshow { height: 200px; }
	.body-blog .page-header .cycle-slideshow div h1 { font-size: 40px; width: 90%; }
	
	.body-blog .blog-articles article { float: none; width: 100%; }
	.body-blog .blog-articles a:nth-child(even) article	{ float: none; }
	.body-blog .blog-articles h2 { margin: 10px 0; }
	.body-blog .blog-articles h3 { font-size: 12px; }
	.body-blog .blog-articles p { font-size: 14px; line-height: 18px; margin-bottom: 15px; }
	.body-blog .blog-articles span { background-color: #111; color: #FFF; display: inline-block; font-size: 13px; letter-spacing: 1px; line-height: 35px; padding: 0 12px; }
	.body-blog .blog-articles a:hover img { opacity: 0.8; }
	.body-blog .blog-articles a:hover span { background-color: #39C; }
}