/* @group Custom Fonts */
/*@font-face {
    font-family: 'maison_neue_trialbold';
    src: url('../font/maisonneue-bold-trial-webfont.eot');
    src: url('../font/maisonneue-bold-trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/maisonneue-bold-trial-webfont.woff') format('woff'),
         url('../font/maisonneue-bold-trial-webfont.ttf') format('truetype'),
         url('../font/maisonneue-bold-trial-webfont.svg#maison_neue_trialbold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* @end */
/* @group Fonts */
p {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #666;
	font-size: 14px;
	margin: .8em 0;
}
h1, h2, h3, h4, h5, h6, p, li, blockquote {
	-webkit-font-smoothing: antialiased;
}
/* @end */
/* @group Header */
#mobile-bars {
	display: none;
}
#header {
	width: 100%;
	padding: 50px 2% 0 2%;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
}
#header h1 {
	width: 266px;
	height: 34px;
	margin: 0 108px 10px 0;
}
#header h1 a {
	width: 266px;
	height: 34px;
	display: block;
	text-indent: -99999em;
	background: white url('../img/mannion-logo@x2.png') no-repeat left top;
	background-size: 100%;
}
#header nav {
	width: 675px;
	margin: 0 0 0 375px;
	padding: 0;
	float: left;
}
#header nav ul {
	margin: 10px 0 0 0;
	padding: 0;
}
#header ul li {
	float: left;
	list-style-type: none;
	margin: 0 50px 0 0;
	padding: 0;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #aaa;
	text-transform: uppercase;
	position: relative;
}

#header ul li#m-work.active:before{
	left: 15px;
}
#header ul li#m-projects.active:before{
	left: 30px;
}
#header ul li#m-blog.active:before{
	left: 10px;
}
#header ul li#m-about.active:before{
	left: 17px;
}
#header ul li#m-store.active:before{
	left: 15px;
}
#header ul li#m-contact.active:before{
	display: none;
}
#header ul li a {
	display: block;
	color: #aaa;
	text-decoration: none;
}
#header ul li a:hover {
	color: #999;
}
#header form {
	float: right;
	margin-top: 10px;
}
#header form input {
	width: 125px;
	border: none;
	background: #fff;
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	color: #aaa;
	text-align: right;
	background: #fff url('../img/search-logo.png') no-repeat center center;
}
#subheader {
	width: 100%;
	padding: 10px 0;
	border-bottom: solid 1px #aaaaaa;
}
#submenu-show {
	display: none;
}
#subheader nav {
	margin-left: 380px;
}
#subheader nav ul {
	margin: 0 0 0 28px;
	padding: 0;
}
#subheader nav li {
	list-style-type: none;
	float: left;
	font-family: Georgia;
	font-size: 14px;
	color: #666;
	letter-spacing: .1em;
	font-style: italic;
	margin-right: 35px;
}
#subheader nav li a {
	color: #777;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
}
#subheader nav li.active a {
	color: #ce2026;
	text-decoration: none !important;
}

#subheader nav li a:hover {
	text-decoration: none !important;
	color: #ce2026;
}
.body-fade {
	
}
/* @end */
/* @group Footer */
.redfooter p {
	color: #cc3333 !important;
}
#footer {
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	padding-right: 2%;
	border-top: 4px solid #CE2026;
}
#footer p {
	font-family: Georgia;
	font-size: 12px;
	color: #999;
	letter-spacing: .1em;
	font-style: italic;
	margin: 6px 0;
	text-align: right;
}

#footer p a:link, #footer p a:visited{
	color: inherit;
}
#footer p a:hover{
	-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	color: #CE2026;;
}
/* @end */
/* @group Home */
#home-body-mannion {
	background: #fff url('../img/mannion.png') no-repeat center center;
	background-size: 90% auto;
	-webkit-background-size: 90% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#home-body-content {
	background-color: transparent;
	position: absolute;
	top: 100px;
	bottom: 35px;
	left: 0;
	right: 0;
	/* display: none; */
}
#home-body-content div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#home-body-content video {
	width: 100%;
	height: 100%;
}
#home-body-content  {margin:2%;}
/* @end */
/* @group Works Full Screen */
.works-grid-view, .works-full-view {
	position: relative;
}
.works-full-view:hover:before {
	content: "Full View";
	position: absolute;
	width: 200px;
	top: -15px;
	left: -10px;
	font-size: 12px;
}
.works-grid-view:hover:before {
	content: "Grid View";
	position: absolute;
	width: 200px;
	top: -15px;
	left: -10px;
	font-size: 12px;
}
#infscr-loading {
	position: absolute;
	bottom: 0;
	left: 48%;
	width: 24px;
	height: 24px;
}
#works-options {
	width: 100px;
	height: 36px;
	margin: 5px auto 0;
}
.works-icon {
	color: #eeeeee;
	display: block;
	float: right;
	width: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	margin: 20px auto;
	text-decoration: none;
}
.works-icon:hover, .works-icon.active{
	color: #999999;
}
#works-body #body {
	height: 100%;
}
#works-body {
	height: 100%;
}
#photo-full {
	height: 700px;
	width: -webkit-calc(100% - 235px);
	width: -moz-calc(100% - 235px);
	width: -o-calc(100% - 235px);
	width: calc(100% - 235px);
    left: 70px;
    position: absolute;
    right: 70px;
    top: 200px;
    padding-bottom: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.photo-full-view {
	background-size: contain;
	-webkit-background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}
.photo-full-view iframe {
	height: 70%;
	width: 80% !important;
	width: -webkit-calc(100% - 70px) !important;
	width: -moz-calc(100% - 70px) !important;
	width: -o-calc(100% - 70px) !important;
	width: calc(100% - 70px) !important;
	height: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
}
#photo-full h2 {
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	font-size: 18px;
	color: #666;
	text-transform: uppercase;
	position: absolute;
	bottom: -57px;
	width: 100%;
	text-align: center;
}
#photo-full h2 span {
	font-family: Georgia, Times !important;
	font-size: 14px !important;
	text-transform: none !important;
}
.slide-browse {
	position: absolute;
	height: 700px;
	width: -webkit-calc(100% - 235px);
	width: -moz-calc(100% - 235px);
	width: -o-calc(100% - 235px);
	width: calc(100% - 235px);
	position: absolute;
	width: 70px;
	display: block;
	background: #333;
	z-index: 999;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
}
.slide-browse:hover {
	opacity: 1;
}
#home-prev {
	left: 0;
	background: transparent url('../img/prev.png') no-repeat center center;
}
#home-next {
	right: 0;
	background: transparent url('../img/next.png') no-repeat center center;
}
/* @end */
/* @group Bio */
#bio-container img{
	float: left;
	width: 64.67%;
	margin-top: 45px;
	margin-left: 1%;
}

#bio-right-col{
	width: 31.33%;
	margin-left: 2%;
	margin-top: 2%;
	margin-right: 1%;
	float: left;
}

#bio-right-col h1{
	margin-top: 0;
	margin-bottom: 2%;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	text-transform: uppercase;
}

#bio-right-col > p{
	margin-top: 25px;
}

#bio-right-col blockquote{
	color: #f00;
	font-style: italic;
	font-size: 30px;
	margin-left: 0;
}
/* @end */
/* @group About */
.item-desc{
	border-bottom: 1px solid #BBBBBB;	
}

#about-container img{
	float: left;
	width:  64.67%;
	margin-top: 45px;
	margin-left: 1%;
}

#about-right-col{
	float: left;
	width: 31.33%;
	margin-left: 2%;
	margin-top: 45px;
	margin-right: 1%;
	position: relative;
	z-index: 999;
}

#about-right-col h1{
	margin-top: 0;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	text-transform: uppercase;
}

#about-right-col  blockquote{
	position: relative;
	margin-left: -250px;
	margin-right: 0px;
	margin-top: 0;
	font-family: Georgia, sans-serif, serif ;
	font-size: 30px;
	color: #CE2026;
	font-weight: lighter;
	font-style: italic;
}
#about-right-col  blockquote p {
	color: #CE2026;
	font-family: Georgia, sans-serif, serif ;
	font-size: 30px;
}
#about-right-col  blockquote p:before {
	content: open-quote;
}
#about-right-col  blockquote p:after {
	content:close-quote;
}
#about-right-col > p{
	font-family: Georgia;
	color: rgb(163, 163, 163);
	color: #A3A3A3;
}
/* @end */
/* @group Press */
#press-main-container{
	margin: 25px 1% 100px 1%;
}

.press-item{
	position: relative;
	width: 23%;
	height: 400px;
	float: left;
	margin: 1%;
}

.press-item img{
	width: 100%;
}

.press-item img:hover{
	opacity: 0.7;
}

.press-item > p {
	margin-top: 0;
	font-style: italic;
}
.press-item a, .press-item img {
	-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
}
.press-item h2 {
	margin-bottom: 0;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	text-transform: uppercase;
	color: #333;
}
.press-item h2 a {
	text-decoration: none;
	color: #333;
}
.press-item .read-more{
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
text-transform: uppercase;
font-weight: lighter;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 0;
	
}

.read-more a, .read-more a:visited{
	text-decoration: none;
	color: #999;
}

.read-more a:hover{
	color: #CE2026;
}
/* @end */
/* @group Press Post */
#post-main-container{
	max-width: 1500px;
	margin: 0 auto;
}
#press-slideshow {
    float: left;
    margin-left: 1%;
    width: 64.67%;
}
#press-slideshow .press-view-item {
	width: 100%;
	height: 800px;
	background-size: contain;
	-webkit-background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}
.press-view-item iframe {
	width: 100% !important;
	height: 600px !important;
}
/* pager */
.press-pager { 
    text-align: center; 
    width: 64.67%;
    float: left;
    z-index: 500; 
    top: 10px; 
    overflow: hidden;
}
.press-pager a { 
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
    font-size: 12px; 
    display: inline-block; 
    color: #ccc; 
    cursor: pointer; 
    text-decoration: none;
    padding: 15px 10px;
    -webkit-transition: all 0.3s ease-out;
    	-o-transition: all 0.3s ease-out;
    	-moz-transition: all 0.3s ease-out;
    	transition: all 0.3s ease-out;
}
.press-pager a.cycle-pager-active, .press-pager a:hover { color: #797979;}
.press-pager > * { cursor: pointer;}
#post-col-right {
    float: left;
    margin-left: 2%;
    margin-right: 1%;
    margin-top: 45px;
    width: 31.33%;
} 
#post-col-right h1 {
	margin: 0;
	font: 60px/1em;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	text-transform: uppercase;
}
#post-col-right h2{
	font-size: 16px;
	font-style: italic;
	color: #999999;
	font-family: Georgia;
	font-weight: lighter;
	margin: 0 0 15px 0;
}
#post-col-right blockquote{
	position: relative;
	margin-left: -250px;
	margin-right: 0px;
	margin-top: 0;
	font-family: Georgia, sans-serif, serif ;
	font-size: 30px;
	color: #CE2026;
	font-weight: lighter;
	font-style: italic;
}
#post-col-right blockquote p {
	color: #CE2026;
	font-family: Georgia, sans-serif, serif ;
	font-size: 30px;
}
#post-col-right  blockquote p:before {
	content: open-quote;
}
#post-col-right  blockquote p:after {
	content:close-quote;
}
#post-back-btn{
	margin-top: 100px;
	font-size: 18px;
}

#post-back-btn a{
	text-decoration: none;
	color: #BBB;
	font-style: italic;
}
#post-back-btn a:hover{
	color: #ce2026;
}

#press-soc-media{
	width: 100%;
	height: 75px;
}
/* @end */
/* @group Blog Index */
#blog-featured-col{
	position: relative;
	width: 48%;
	height: 930px;
	float: left;
	margin: 2% 0 0 1%;
	border-bottom: 1px solid #BBB;
}
	
#blog-featured-img{
	width: 100%;
}
	
#blog-featured-col h2{
	font: 36px/1em "maison_neue_trialbold", Georgia, Arial, sans-serif;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	margin: 18px 0 0 0;
	text-transform: uppercase;
}

#blog-featured-col > p{
	margin: 3px 0 3px;
}

#blog-featured-col .read-more{
	margin: 11px 0 11px;
}
	
#blog-right-col{
	min-width: 481px;
	margin-top: 2%;
	margin-right: 1%;
}
	
.blog-item{
	position: relative;
	width: 23%;
	height: 450px;
	float: left;
	border-bottom: 1px solid #BBB;
	margin: 0 1% 2% 1%;
	
}
	
.blog-item img{
	width: 100%;
}
	
.blog-item h3{
	margin-bottom: 0;
	color: #333333;
	font: 18px "maison_neue_trialbold", sans-serif;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.blog-item h3 a, #blog-featured-col h2 a {
	color: #333;
	text-decoration: none;
}
.blog-date{
	color: #999;
	font: italic 14px Georgia, Arial, sans-serif;	
}
.blog-item .read-more,
#blog-featured-col .read-more {
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 0;
}
.blog-item .read-more a,
#blog-featured-col .read-more a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-item .read-more a:hover,
#blog-featured-col .read-more a:hover {
	border-bottom: 1px solid #CE2026;
}
/* @end */
/* @group Blog Post */

#blg-post-top{
	width: 940px;
	margin: 2% auto 0 auto;
}

#blg-post-main{
	width: 940px;
}

#blg-post-top p:first-child{
	border-bottom: 1px solid #BBB;
}

#blg-post-top h1{
	margin-bottom: 0;
	font: 30px/1.5em "maison_neue_trialbold", Georgia, Arial, Geneva, sans-serif;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	text-transform: uppercase;
	color: #333;
}

#blg-post-bottom{
	width: 940px;
	margin: 0 auto 2% auto;
}

#blg-post-bottom p {
	margin-top: 10px;
}
#blg-post-bottom a{
	text-decoration: none;
	color: #ce2026;
}
#blg-post-bottom a:hover{
	border-bottom: 1px solid #ce2026;
}
#blg-post-bottom a.tag-link {
	font: 11px/1.5em "maison_neue_trialbold", Georgia, Arial, Geneva, sans-serif;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	text-transform: uppercase;
	font-weight: lighter;
	color: #aaaaaa;
	letter-spacing: .1em;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
}
#blg-post-bottom a.tag-link:hover{
	color: #ce2026;
	border: 0 none;
}


#blg-post-bottom img{
	float: left;
	width: 540px;
	height: auto;
	margin-top: 10px;
	display: block;
}
#blg-post-bottom h2{
	font: 18px/1.5em "maison_neue_trialbold", Georgia, Arial, Geneva, sans-serif;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal;
	margin: 50px auto 0;
	color: #464646;
}
#blg-post-bottom ul{
	margin: 0;
	list-style: none;
}
#blg-post-bottom li a{
	margin: 10px 0;
	font: italic 14px Georgia, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #aaaaaa;
	font-style: italic;
	-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	
}
#blg-post-bottom li a:hover{
	color: #cd2026;
}

/* #blg-post-bottom p:last-child{
	text-decoration: underline;
	color: #ce2026;
} */

.blog-link a, .blog-link{
	color: #A3A3A3;
	font: italic 14px Georgia, Arial, Geneva, sans-serif;
	text-decoration: none;
}

.blog-link a:link{
	color: #A3A3A3;
	text-decoration: none;
}
#blg-post-left {
	width: 540px;
	float: left;
	margin: 0 20px 0px 0;
}
#blog-prevnext {
	margin-bottom: 15px;
}
/* @end */
/* @group Contact */
#contact-info {
    float: left;
    margin-right: 2%;
    margin-left: 1%;
    margin-top: 45px;
    width: 40%;
    height: 425px;
    position: relative;
}
#contact-info form {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#contact-container a {
	color: #666;
	text-decoration: none;
}
#contact-container a:hover {
	color: #CE2026;
}
#map {
    float: left;
    margin-top: 45px;
    width: 56%;
    height: 375px;
}
#instafeed {
    border-top: 1px solid #797979;
        margin: 50px auto;
        padding-bottom: 20px;
        padding-top: 20px;
        width: 98%;
    }
#conact-info form{
	display: inline;
	height: 10%;
}

#contact-info input{
	width: 75%;
	margin-bottom: 0 !important;
}

#contact-submit{
	border: none;
	background-color: #BBBBBB;
}

#contact-info ul{
  list-style-type: none;
  border-bottom: 1px solid #AAAAAA;
}

#contact-info h1{
	margin: 0 auto;
	font-size: 36px;
	letter-spacing: .05em;
	color: #464646;
}

#contact-info h2 {
    color: #797979;
    font-family: 'maison_neue_trialbold';
    font-size: 18px;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
    letter-spacing: .1em;
    margin-top: 20px;
    margin-bottom: 0;
}


#contact-container{
	border-bottom: 1px solid #AAAAAA;
	margin: 2%;
	padding: 0;
	
}

#contact-info img{
	height: 15px;
	width: 15px;
	margin-right: 10px;
	display: inline-block;
}

#contact-info p{
	margin: 15px 0;
	font-size: 16px;
}

#contact-soc-media{
	padding: 10px 0;
}
#contact-soc-media a{
	padding-right: 20px;
	margin: 20px 0;
	color: #ebebeb;
	
	}
#contact-soc-media a:hover{
	color: #464646;
}
#contact-info input.contact-form-row {
    background: none repeat scroll 0 0 #EEEEEE;
    border: medium none;
    color: #797979;
    font-family: 'Georgia',sans-serif;
    font-size: 14px;
    font-style: italic;
    height: 40px;
    padding: 0;
    text-indent: 10px;
    margin-right: -40px;
}
#instafeed a img {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
	        -ms-transition: all .4s ease-in-out;
	        -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

#instafeed a img:hover{
	opacity: 0.3;
}
#portfolio-container img {
	float: left;
	width:  16%;
	margin-top: 10px;
	margin-right: .8%;
}
#portfolio-container a:nth-child(6n) img {
	margin-right: 0;
}
/* @end */
/* @group Tumblr Post */

#tpost-wrap-all{
	width: 960px;
	margin: 2% auto;
}
#tpost-wrap-all img{
	float: left;
	width: 540px;
}

#tpost-left-col{
	float: left;
	width: 380px;
	padding-right: 40px	;
	margin-top: 0;
}

#tpost-left-col h2{
	margin: 0;
	font: 30px "maison_neue_trialbold", Georgia, Arial, sans-serif;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
}

#tpost-left-col h3{
	font-size: 16px;
	margin: 0;
}

#tpost-left-col p:last-child{
	color: #ce2026;
	text-decoration: underline;
}

#tpost-tags ul{
	list-style-type: none;
	padding: 0;
	display: inline-block;
}

#tpost-tags ul > li {
	display: inline-block;
	margin-left: 0;
	color: #ce2026;
	font:  14px "maison_neue_trialbold", Georgia, Arial, sans-serif;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
}
/* @end */
/* @group Store Landing Page */

#store-banner{
	position: relative;
	width: 98%;
	height: 500px;
	background-repeat:  no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
	margin: 2% auto;
}
#store-banner p:first-child{
	display: inline-block;
	position: absolute;
	background-color: #FFFFFF;
	font: 36px "maison_neue_trialbold", Georgia, Arial,sans-serif;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 25px;
	right: 100px;
	bottom: 100px;
}
#promoted-btn{
	position: absolute;
	width: 300px;
	height: 50px;
	text-align: center;
	right: 75px;
	bottom: 50px;
	margin: 0;
}

#promoted-btn a{
	display: inline-block;
	padding:  10px 42px;
}

#store-banner span{
	display: block;
	font: 18px Georgia, Arial, Geneva, sans-serif;
	color: #666666;
}

.btn{
	text-align: center;
	margin-top: 109px;
	-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	font: 14px "maison_neue_trialbold", Georgia, Arial, sans-serif;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.btn a{
	background-color: #333333;
	padding: 12px 60px;
	margin: 10px;
	-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}

.btn a:hover{
	-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	background-color: #ce2026;
}

.btn a {
	color: #fff;
	font: 14px "maison_neue_trialbold", Georgia, Arial, sans-serif;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	text-decoration: none;
}

.product-list{
	margin: 1%;
}

.product-item{
	width: 23%;
	margin: 2% 1%;
	float: left;
	border-bottom: 1px solid #BBB;
	min-width: 300px;
}

.product-item img{
	width: 100%;
}

.product-item h3 {
	text-align: center;
	margin: 15px auto 0 auto;
	font: lighter 18px/1em "maison_neue_trialbold", Georgia, Arial, sans-serif;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	letter-spacing: .1em;
	color: #666;
	text-transform: uppercase;
}
.product-item h3 a {
	text-decoration: none;
	color: #666;
}
.product-item p{
	text-align: center;
	margin: 0;
}

.product-item p:nth-child(2n+1){
	margin-bottom: 24px;
	font-style: italic;
	color: #999;
}

.product-item p:last-child{
	margin-bottom: 32px;
}
.product-image {
	background: transparent url('../img/project-img-bg.png') repeat left top;
	/*background-image: none;*/
	-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
}
.product-image > div {
	background-size: contain;
	-webkit-background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.product-image-hack {
	opacity: 0;
}
/* @end */
/* @group Store Item */
/* @end */
/* @group Login */
/* @end */
/* @group Billing Information */
/* @end */
/* @group Shipping Confirmation */
/* @end */
/* @group Cart */	
/* @end */
/* @group Billing */
/* @end */
/* @group Shipping */
/* @end */
/* @group Review */
/* @end */
/* @group Thanks */
/* @end */
/* @group Cart Utilities */
/* @end */
/* @group Projects List */
#project-list {
	margin: 45px 2%;
}
.project-item {
	width: 19.9%;
	float: left;
	margin-right: 1%;
	margin-bottom: 10px;
	position: relative;
}
.project-item img {
	width: 100%;
	position: relative;
	z-index: 1;
}
.projectlist-item {
	width: 31.2%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
	position: relative;
}
.projectlist-item img {
	width: 100%;
	position: relative;
	z-index: 1;
}
.project-border {
	opacity: 0;
	border: 10px solid #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: transparent;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
		  -moz-transition: all 0.6s ease;
		  -ms-transition: all 0.6s ease;
		  -o-transition: all 0.6s ease;
		  transition: all 0.6s ease;
}
.projectlist-item:hover .project-border {
	opacity: 1;
}

.project-info {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 25px;
	background: transparent url('../img/project-item-bg.png') repeat left top;
	-webkit-transition: all 0.6s ease;
		  -moz-transition: all 0.6s ease;
		  -ms-transition: all 0.6s ease;
		  -o-transition: all 0.6s ease;
		  transition: all 0.6s ease;
}
.project-info.project-nobg {
	background: none !important;
}
.project-item {
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	  -moz-transition: all 0.6s ease;
	  -ms-transition: all 0.6s ease;
	  -o-transition: all 0.6s ease;
	  transition: all 0.6s ease;
}
.project-item:hover {
	opacity: .5;
}
.project-info-child {
    display: table;
    height: 100%;
    width: 100%;
}
.project-info.desktop {
	display: block;
}
.project-info.mobile{
	display: none;
}

.project-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.project-info:hover {
	opacity: 1;
}
.project-info h2 {
	font-family: maison_neue_trialbold;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 23px 0;
}
.project-info h2 a {
	color: #fff;
	text-decoration: none;
}
.project-info p {
	font-family: Georgia;
	font-size: 18px;
	color: #fff;
	letter-spacing: .1em;
	font-style: italic;
	text-align: center;
	line-height: 1em;
	margin: 0;
}
/* @end */
/* @group Project View */
#project-view .cycle-slideshow {
	width: 100%;
	height: 750px;
	margin: 45px auto 0 auto;
	background: transparent url('../img/project-img-bg.png') repeat left top;
}
#project-view .cycle-slideshow img {
	width: 100%;
	height: 750px;
	background-size:auto 750px;
	-webkit-background-size: auto 750px;
	background-position: center center;
	background-repeat: no-repeat;
}
#pager-wrap {
	width: 98%;
	margin: 28px auto 0 auto;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 125px;
}
/* .cycle-pager {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;	
	padding: 20px 0;
	text-align: center;
}
.cycle-pager img {
	height: 130px;
	cursor: pointer;
	float: left;
	-webkit-transition: all 0.6s ease;
		  -moz-transition: all 0.6s ease;
		  -ms-transition: all 0.6s ease;
		  -o-transition: all 0.6s ease;
		  transition: all 0.6s ease;
}
.cycle-pager-active {
	opacity: .5;
} */
#project-details {
	width: 98%;
	margin: 0 auto;
	padding: 20px 125px 75px 125px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#project-details-title {
	width: 33%;
	float: left;
}
#project-details-desc {
	width: 65%;
	float: right;
}
#project-details-title h2 {
	font-family: maison_neue_trialbold;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 0.1em;
	color: #333;
	text-transform: uppercase;
	margin: 0;
}
#project-details-title p {
	font-style: italic;
	font-size: 14px;
	color: #999;
	margin: 0 0 10px;
}
#project-details-title p i {
	font-size: 20px;
}
#project-details-title p a {
	text-decoration: none;
	color: #666;
	margin-right: 10px;
}
#project-details-desc p {
	font-size: 16px;
	margin: 0;
}
.project-social a {
	color: #666666;
	font-size: 24px;
	text-decoration: none;
	margin-right: 15px;
}
#project-browse {
	position: relative;
}
.browse {
	display: block;
	width: 100px;
	height: 172px;
	position: absolute;
	top: 0;
	text-indent: -99999em;	
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
}
.browse:hover {
	opacity: .7;
}
.disabled, .disabled:hover {
	opacity: 0 !important;
	cursor: default;
}
.prev {
	background: #fff url('../img/project-prev.png') no-repeat center center;
	left: 0;
}
.next {
	background: #fff url('../img/project-next.png') no-repeat center center;
	right: 0;
}
.scrollable {
    position:relative;
    overflow:hidden;
    width: 100%;
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: -o-calc(100% - 200px);
	width: calc(100% - 200px);
    height: 172px;
    margin: 15px auto 0 auto;
}
.scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
}
.cycle2-prevnext {
	display: none;
}
#project-buttons {
	text-align: center;
	margin-top: 20px;
}
#project-buttons button {
	background: transparent;
	border: 0;
	padding: 10px;
	color: #333;
	font-size: 18px;
	transition: all 0.6s ease 0s;
}
#project-buttons button:hover {
	color: #ccc;
}
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5;
    filter: alpha(opacity=50);
}
#project-browse .cycle-pager-active {
	opacity: .7;
}
/* @end */
/* @group HTML5 Boilerplate styles */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   min-width: 960px;
   position: relative;
}
#body {
   padding-bottom:55px;
   z-index: 1;
}
footer {
   position:static;
   bottom:0;
   width:100%;
   height:35px;
}
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    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;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* @end */
/* @group Pace Loader */

/* @group Loader Home page */
.body-nofade .pace {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;

  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 960px;
  height: 1px;
  border: none;
  background-color: #CCCCCC;
}
.body-nofade .pace:before {
	content: "";
	display: block;
	width: 960px;
	height: 123px;
	top: -200px;
	position: absolute;
	background: url('http://jonathanmannion.com/img/mannion@x2.png') no-repeat 0 0;
	background-size: 100%;
}
.body-nofade .pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transition: width 1s ease-in-out 1s linear;
  -moz-transition: width 1s ease-in-out 1s linear;
  -ms-transition: width 1s ease-in-out 1s linear;
  -o-transition: width 1s ease-in-out 1s linear;
  transition: width 1s ease-in-out 1s linear;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 960px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  height: 1px;
  font-size: 12px;
  background: #CE2026;
  color: #CE2026;
  line-height: 60px;
  font-weight: bold;
  font-family:  Helvetica, Arial, "Lucida Grande", sans-serif;
}
/* @end */

/* @group Loader other pages */
.body-fade .pace {
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #fff;
  background-image: url('http://jonathanmannion.com/img/loading2.gif');
  background-size: 40px 40px;
  -webkit-background-size: 40px 40px;
}
.body-fade .pace .pace-progress {
  display: none;
}

/* @end */

/* @group Loader Global */
.pace.pace-inactive {
  display: none;
}
.pace-running #container, #container {
	opacity: 0;
}
.pace-done #container {
	opacity:1;
	/*
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	
	-webkit-animation-duration:.3s;
	-moz-animation-duration:.3s;
	-o-animation-duration:.3s;
	animation-duration:.3s;
		
	-webkit-animation-delay:.3s;
	-moz-animation-delay:.3s;
	-o-animation-delay:.3s;
	animation-delay:.3s;
	*/
}


@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
/* @end */
/* @end */
/* @group Helper Classes */
.last {
	margin-right: 0 !important;
}

.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;
}

.right{
	float: right;
}

.left{
	float: left;
}

.table{
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell{
	display: table-cell;
	vertical-align: middle;
}
/* @end */
/* @group Print Styles */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }


    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}
/* @end */
/* @group Font Awesome */
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}


/* @end */
/* @group ShaoYen Edits */
/* Global Setting */ 


#header ul li.active a{
	color: #797979;
}

    
#footer p {
	letter-spacing: 0em;
}

#footer {
    -moz-box-sizing: border-box;
    border-top: 2px solid #CE2026;
    }
#header ul li {
	font-size: 14px;
}

#header ul li a {
    color: #cccccc;
    }

#subheader nav li a {
	letter-spacing: 0em;
	-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
}


/* ABOUT */
#bio-container, #about-container{
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
}

#bio-right-col{
    margin-top: 45px;
}

#about-right-col blockquote{
    margin-left: -150px;
}

#press-main-container {
    max-width: 1500px;
    margin: 25px auto 100px;
}

.press-item {
    margin: 0 1% 50px;
}

/* Works Section */

#photo-full h2 {
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	color: #888888;
	font-size: 16px;
}

#photo-full h2 span {
	letter-spacing: 0em;
	font-weight:lighter;
	padding-left: 20px;
}

.slide-browse {
	opacity: .2;
}

.project-info p {
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 0em;
}

/* ------ Projects ------ */

.project-info h2, .project-info p {
	text-shadow: 0px 1px 1px rgba(10, 10, 10, 0.54);
	line-height: 1.4em;
}
#project-info p {
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 0em;
}

#project-list {
    margin: 45px auto;
    max-width: 1500px;
}

.project-item {
    margin-right: 0;
    margin-left: 14px;
    width: 13%;
    margin-bottom: 14px;
}

#project-details-title p a {
    color: #cccccc;
    margin-right: 20px;
    -webkit-transition: color 0.3s ease-in-out;
-moz-transition: color 0.3s ease-in-out;
-ms-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
    }
#project-details {
    padding: 40px 125px 75px;
}
#project-details-title p a:hover {
    color: #999999;
}


/* ------ BLOG ------ */ 


#blg-post-top h1{
	font: 48px/1em "maison_neue_trialbold", Georgia, Arial, Geneva, sans-serif;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 

}

p .blog-date {
	color: #cccccc;
	margin: 0.4em 0;
}

.blog-item .read-more a {
    border-bottom: 0px solid #999999;
    }

#blog-wrap{
    margin: 10px auto;
    max-width: 1500px;
}

.blog-link a, .blog-link {
	color: #cccccc;
	margin-bottom: 10px;
}

.blog-link:hover{
	color: #999999;
}

#blog-featured-col a img:hover, .blog-item a img:hover{
    opacity: 0.5;
}


/*  ----- STORE ------ */

#promoted-btn {
    bottom: 30px;
    height: 60px;
    right: 55px;
    width: 350px;
}

#promoted-btn a {
    display: inline-block;
    padding: 13px 30px;
    letter-spacing: .15em;
}

#view-related {
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    margin: 35px auto 20px;
    width: 98%;
}



/* ----- CONTACT -----*/


#contact-container, #portfolio-container{
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 0px solid #AAAAAA;
}


#contact-info img {
    margin-right: 20px;
}


#contact-submit {
    background-color: #EBEBEB;
    }

#bio-right-col a, #about-right-col a, #post-col-right a {
	color: #CE2026;
	text-decoration: none;
}
/* @end */
/* @group Frank's Stuff */
/* @group Product Page*/
#prod-container, #view-related-container{
	max-width: 1500px;
	position: relative;
	margin: 0 auto;
}
#prod-center{
	width: 73%;
	margin: 0 auto;
}
	#prod-center:after{
		content: "";
		border-bottom: 1px solid #666666;
		width: 100%;
		margin: 0 auto;
		padding: 35px 0;
	}

	#prod-inner{
		width: 85%;
		margin: 0 auto;
	}
#prod-info{
	float: left;
	width: 375px;
	background: #FBFBFB;
}
	#prod-desc:after{
		content: "";
		border-bottom: 1px solid #666666;
		width: 100%;
	}

.soc-media-list{
	list-style: none;
	padding: 0;
}
	.soc-media-list > li{
		display: inline-block;
		margin-right: 20px;
	}
	
	.soc-media-list a:link, .soc-media-list a:visited{
		color: #666;
		text-decoration: none;
	}
		.soc-media-list a:hover{
			-webkit-transition: all 0.4s ease-out;
				-moz-transition:  all 0.4s ease-out;
				-o-transition: all 0.4s ease-out;
				transition: all 0.4s ease-out;
			color: #ce2026;
		}
	
#sizing-form{
	display: inline-block;
	width: 230px;
}
	.sizing-label{
		display: block;
		width: 230px;
		height: 40px;
		border: 1px solid #111;
	}
	
	.sizing-label p{
		display: inline;
	}

#prod-img-wrap{
	float: left;
	height: 600px;
}

	#prod-img{
		height: 100%;
	}
	
.prod-options{
	display: inline-block;
}

#view-related-container > h3{
	background: #fff;
	position: absolute;
	left: 43%;
	top: -15px;
	width: 200px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}
/* @end */

/* @group Cart */
.cart-container{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#cart-view{
	float: left;
	width: 700px;
}
	#cart-view th , #cart-view th > p{
		background: #f6f6f6;
		font-size: 14px;
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
		letter-spacing: 0.2em;
		text-align: center;
		text-transform: uppercase;
		text-indent: 10px;
	}
	
	#cart-view th:first-child > p{
		text-align: left;
	}
	
	#cart-view td{
		padding: 15px 0;
		width: 125px;
	}
	
	#cart-view td:nth-child(2){
		width: 150px;
		padding-left: 25px;
	}
	
	#cart-view > tbody > tr{
		border-bottom: 1px solid #666666;
	}

	#cart-view tr > td:nth-last-child(-n+3) {
		text-align: center;
	}
	
	#cart-view form{
		width: 30px;
		height: 30px;
		margin: 0 auto;
	}
	
		#cart-view form > input{
			width: 100%;
			height: 100%;
			text-align: center;
		}
		
	.product-title{
		margin: 10px 0;
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
		font-size: 18px;
		font-weight: normal;
		color: #333333;
		text-transform: uppercase;
	}
	
	.cart-desc{
		font-family: 'Georgia', sans-serif;
		font-size: 14px;
		font-style: italic;
		color: #666666;
		margin: 0;
	}
	
	.cart-price{
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
		font-size: 14px;
		color: #666666;
		letter-spacing: 0.1em;
	}
	
	.remove-btn{
		border: none;
		background: none;
		color: #666666;
		font-weight: lighter;
	}
#ct-wrap{
	float: left;
	width: 700px;
}
	#ct-wrap tr:first-child{
		border-bottom: 1px solid #333;
	}
	
	#ct-wrap td:first-child{
		width: 315px;
	}
	
	#cart-btn-row > td{
		padding: 15px 0;
	}
	
#cart-total{
	display: inline-table;
	width: 385px;
}
	#cart-total tr{
		border-bottom: 1px solid #666666;
	}
	
	#cart-total tr.borderless{
		border: none;
	}
	
	.cart-subtotal, .cart-shipping {
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
		font-size: 14px;
		color: #666666;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}
	
	.cart-total{
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
		font-size: 24px;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}
	
	#checkout-container{
		text-align: right;
	}
	
	#cart-zip {
		width: 160px;
	}

.cart-btn a, .cart-btn a:link, .cart-btn a:visited{
	padding: 15px 25px;
	background: #333333;
	color: #ffffff;
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
	font-size: 14px;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
}

	.cart-btn a:hover{
		-webkit-transition: all 0.4s ease-out;
			-moz-transition: all 0.4s ease-out;
			-o-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out;
		background: #ce2026;
	}
	
#cart-update-btn{
	width: 150px;
	padding: 15px 0;
	background: #333333;
	color: #ffffff;
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
}

	#cart-update-btn:hover{
		-webkit-transition: all 0.4s ease-out;
			-moz-transition: all 0.4s ease-out;
			-o-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out;
		background: #ce2026;
	}
	
#cart-checkout-btn{
	width: 300px;
	padding: 15px 0;
	background: #333333;
	border: none;
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
}
	#cart-checkout-btn:hover{
		-webkit-transition: all 0.4s ease-out;
			-moz-transition: all 0.4s ease-out;
			-o-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out;
		background: #c23c41;
	}

#support{
	background: #f6f6f6;
	position: absolute;
	top: 105px;
	right: 0;
	width: 200px;
	padding-left: 20px;
	font-family: 'Georgia', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #666666;
}

	#support .border-div{
		width: 92%;
		margin: 35px 0;
	}

	#support a, #support a:link, #support a:visited{
		color: inherit;
		text-decoration: none;
	}

	#support > h3{
		margin-top: 15px;
		margin-bottom: 20px;
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
		font-size: 18px;
		color: #333333;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		font-weight: normal;
	}
	
	#support > p{
		margin: 0;
	}
		#support > p:last-child{
			margin-bottom: 17px;
		}
		
		#support > p a{
			letter-spacing: 0.2em;
			text-transform: uppercase;
		}
	
	#support > ul{
		padding: 0;
		margin-top: 17px;
		list-style-type: none;
	}
	
		#support > ul a:hover{
			text-decoration: underline;
		}
	
	#support > form{
		position: relative;
	}
	
		#support > form > label{
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
			font-size: 16px;
			color: #666666;
			text-transform: uppercase;
		}
/* @end */

/* @group Log In */
#store-wrap{
	width: 960px;
	margin: 0 auto;
}
#store-wrap > div{
	float: left;
	width: 400px;
	height: 330px;
	position: relative;
}

	#store-wrap > div > h3 {
		margin-top: 0;
		color: #333333;
		font-size: 24px;
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
		text-transform: uppercase;
		font-weight: normal;
	}

#login{
	padding-right: 50px;
	border-right: 1px solid #333333;
}
	#login > form > p{
		text-align: right;
	}
		#login > form > p a:link{
			font-style: italic;
			text-decoration: none;
			color: #999999;
		}
	#login > form > input{
		width: 100%;
		height: 35px;
		background: #ebebeb;
		border: none;
		margin: 10px 0;
		color: #666666;
		font-family: 'Georgia', sans-serif;
		font-style: italic;
		font-size: 18px;
		text-indent: 30px;
	}

#login-btn{
	position: absolute;
	bottom: 0;
	right: 50px;
	border: none;
	padding: 15px 0;
	width: 220px;
	background: #333333;
	color: #ffffff;
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
}
	#login-btn:hover{
		-webkit-transition: all 0.4s ease-out;
			-moz-transition: all 0.4s ease-out;
			-o-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out;
		background: #ce2026;
	}
	
#guest{
	margin-left: 50px;
}
	#guest > p{
		text-align: center;
		font-style: italic;
		color: #999999;
	}
	#guest p.btn{
		margin: 60px auto;
	}
		#guest p.btn > a{
			padding: 15px 35px;
			margin: 0;
			width: 180px;
		}
/* @end */

/* @group Shipping Info */
#shipping-method, #shipping-address{
	float: left;
	width: 480px;
}

#shipping-wrap h3{
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
	font-size: 18px;
	color: #333333;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-transform: uppercase;
}

#shipping-method > form label{
	display: list-item;
	list-style: none;
	margin-top: 25px;
	font-family: 'Georgia', sans-serif;
	font-size: 16px;
	color: #999999;
}
/* @end */

/* @group Billing Info */
#paypal{
	float: left;
	width: 480px;
}

	#paypal h2, #billing-address h2{
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
		font-size: 24px;
		font-weight: normal;
		color: #333333;
		text-transform: uppercase;
	}
	
	#payment-form .inline-label{
		width: 27%;
	}
	
	#payment-form > p{
		color: #999999;
	}
	
	#security-code-input{
		width: 30%;
	}
	
	#save-label{
		font-size: 14px;
		font-style: italic;
		margin-top: 0;
	}
	
	#save-info{
		margin-top: 18px;
	}
	
	#paypal .border-div{
		width: 345px;
		margin-top: 37px;
	}
	
	#visa{
		background: url('http://www.credit-card-logos.com/images/visa_credit-card-logos/visa_logo_3.gif') no-repeat;
		padding: 10px 12.5%;
	}
	
	#mastercard{
		background: url('http://www.credit-card-logos.com/images/mastercard_credit-card-logos/mastercard_logo_3.gif') no-repeat;
		padding: 10px 12.5%;
	}
	
	#american-express{
		background: url('http://www.credit-card-logos.com/images/american_express_credit-card-logos/american_express_logo_5.gif') no-repeat;
		padding: 10px 12.5%;
	}
	
	#paypal-button{
		background: url('https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif') no-repeat;
		border: none;
		height: 27px;
		width: 145px;
		margin-top: 35px;
	}

#billing-address{
	float: left;
	width: 460px;
	padding-right: 20px;
}
/* @end */

/* @group Review */
#confirm-wrap table img{
	height: 140px;
}
#order-summary{
	float: left;
	width: 480px;
}

#info-summary{
	float: left;
	width: 480px;
	margin-bottom: 170px;
}

#order-summary h3, #info-summary h3{
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #333333;
	text-transform: uppercase;
}

#order-review{
	width: 380px;
}
	
	#order-review tr:nth-child(2n){
		height: 10px;
	}
	
	#order-review tr:nth-child(2n) td{
		height: 20px;
		padding: 5px 0;
		background: none;
	}	
	
	#order-review tr:last-child{
		height: auto;
	}

	#order-review td{
		padding: 0 33px;
		height: 140px;
		background: #f6f6f6;
	}
	
	#order-review td:first-child{
		width: 140px;
		padding: 0;
	}

	#order-subtotal{
		display: inline-table;
		width: 380px;
	}
	
		#order-subtotal tr:last-child{
			border-bottom: 1px solid #333333;
		}
		
		#order-subtotal td{
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
			font-size: 14px;
			color: #666666;
			letter-spacing: 0.1em;
			text-transform: uppercase;
			padding: 5px 0;
		}
		
		#order-subtotal td, #order-total td{
			width: 33%;
		}
	
	#order-total{
		display: inline-table;
		width: 380px;
	}

#info-summary > table{
	width: 460px;
	padding-right: 20px;
}

	#info-summary > table td{
		background: #f6f6f6;
		height: 140px;
		padding: 0 10px;
	}
	
	#info-summary > table td p{
		margin: 6px 0;
		font-family: 'Georgia', sans-serif;
		font-size: 14px;
		color: #666666;
	}
	
	#info-summary > table a:link, #info-summary > table a:visited{
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
		font-size: 14px;
		color: #666666;
		text-decoration: none;
	}
	
	#info-summary > table td h3{
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
		font-size: 18px;
		color: #333333;
		text-transform: uppercase;
	}
	
	#info-summary > table tr:nth-child(2n){
		height: 10px;
	}
	
		#info-summary > table tr:nth-child(2n) td{
			background: none;
			height: 20px;
			padding: 5px 0;
			
		}
/* @end */

/* @group Receipt */
#receipt-wrap{
	color: #666666;
}

#receipt-wrap h2{
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}

#order-number{
	margin: 0 155px;
}

	#order-number span{
		color: #ce2026;
	}

#order-receipt{
	width: 470px;
	margin: 85px 155px 0 155px;
}
	#order-receipt th{
		border-bottom: 3px solid #666666;
	}
	
	#order-receipt td{
		width: 33%;
		padding-top: 20px;
	}
	
	#order-receipt td:nth-child(n+2){
		text-align: center;
	}

#receipt-wrap .store-nav{
	width: 570px;
	margin: 260px auto 245px auto;
}
/* @end */

/* @group Cart Utilities */
	.borderless{
		border: none;
	}
	
	.border-div{
		background: none;
		border-bottom: 1px solid #333;
	}
	
	.code-input{
		height: 25px;
		width: 85%;
		margin-bottom: 35px;
		background: #ebebeb;
		border: none;
		font-family: 'Georgia', sans-serif;
		font-size: 12px;
		font-style: italic;
		color: #999999;
		text-indent: 10px;
	}
	
	.input-button{
		position: relative;
		left: -10px;
		border: none;
		background: #666666;
		color: #ffffff;
		height: 27px;
		-webkit-border-radius: 0 3px 3px 0;
			-moz-border-radius: 0 3px 3px 0;
			-o-border-radius: 0 3px 3px 0;
			border-radius: 0 3px 3px 0;
	}
	
		.input-button:hover{
			-webkit-transition: all 0.4s ease-out;
				-moz-transition: all 0.4s ease-out;
				-o-transition: all 0.4s ease-out;
				transition: all 0.4s ease-out;
			background: #c23c41;
		}
		
	#store-login{
		text-align: right;
		text-transform: uppercase;
		font-size: 12px;
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
		letter-spacing: 0.1em;
		color: #999999;
	}
	
	.store-header{
		max-width: 1500px;
		
	}
	
		.store-header > p span {
			color: #c23c41;
		}
		
		.store-header > p a:link, .store-header > p a:visited{
			text-decoration: none;
			color: #999999;
			margin-right: 10px;
		}
		
	.crumb-list{
		width: 960px;
		margin: 0 auto 80px auto;
		list-style: decimal;
		color: #ebebeb;
		padding: 0;
	}
		.crumb-list > li{
			padding-right: 45px;
			float: left;
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
			font-size: 16px;
			letter-spacing: 0.01em;
			text-transform: uppercase;
		}
	.crumb-filled{
		color: #666666;
	}
	
	.form-label{
		display: inline-block;
		width: 220px;
		margin-top: 25px;
		font-family: 'Georgia', sans-serif;
		font-size: 16px;
		color: #999999;
	}
	
	.row-label{
		display: block;
		width: 100%;
	}
	
	.form-row{
		background: #ebebeb;
		width: 460px;
		height: 25px;
		margin: 0;
		padding: 0;
		border: none;
		font-family: 'Georgia', sans-serif;
		font-size: 16px;
		font-style: italic;
		color: #333333;
		text-indent: 10px;
	}
	
	.row-last{
		margin-left: 15px !important;
	}
	
	.half-row{
		width: 220px;
		margin: 0;
	}
	
	.date-select{
		width: 140px;
	}
	
	.store-nav{
		margin-bottom: 350px;
	}
		
		.store-nav > p{
			margin-top: 45px;
		}
		
		.store-nav > p.btn a{
			margin: 0 20px 0 0;
		}
/* @end */


/* @group Home V2 */
#home-body-content .v2{
	background-size: contain;
}
/* @end */

/* @group Coming Soon Content */
#project-coming-soon{
	width: 98%;
	margin: 0 auto;
	background: #fbfbfb;
}
#project-coming-soon .table-cell{
	text-align: center;
}

#project-coming-soon h2{
	margin-top: 12px;
	margin-bottom: 0;
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
	font-size: 40px;
	color: #333333;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

#project-coming-soon p{
	color: #666666;
	font-family: 'Georgia', sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
}
/* @end */
/* @end */
/* @group Chad's Edits - 1/16/2014 */
	.footer{
		left: 0;
	}
	#home-footer{
		position: absolute;
	}
	#blog-featured-col{
		height: 927px;
	}
	#about-right-col blockquote{
		margin-left: auto;
	}
	.loaded{
		display: none;
	}
	.notLoaded > div{
		display: block;
		width:100%;
		height: 100%;
		background-size: contain;
		-webkit-background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.home-slide-images{
		display: block!important;
		opacity: 0;
		background-size: 40px 40px !important;
	}
	cycle-slide-active{
		z-index: 120;
	}
	.cycle-slide-active + .page-loaded,
	.cycle-slide-active + .page-loaded + .page-loaded{
		display: block !important;
		opacity: 0;
	}
	.cycle-slide-active + .page-loaded:after,
	.cycle-slide-active + .page-loaded + .page-loaded:after {
		content: "";
		display: none;
		height: 100%;
		width: 100%;
		background: rgb(255,255,255);
		position: absolute;
		top: 0;
		left: 0;
	}
	.projectsArrows{
		height: 750px;
		margin-top: 45px;
	}
	#project-view .cycle-slideshow{
		width:auto;
		margin: 45px 70px 0;
	}
	#photo-full{
		height: -webkit-calc(100% - 300px);
		height: -moz-calc(100% - 300px);
		height: -o-calc(100% - 300px);
		height: calc(100% - 300px);
		width: -webkit-calc(100% - 300px);
		width: -moz-calc(100% - 300px);
		width: -o-calc(100% - 300px);
		width: calc(100% - 300px);
		margin:  0 auto;
		padding-bottom: 0;
		background: url('/img/loading2.gif') no-repeat center center;
		background-size: 40px 40px;
		-webkit-background-size: 40px 40px;
	}
	.works-icon{
		text-align: center;
	}
	.works-grid-view:hover:before,
	.works-full-view:hover:before{
		width: 200px;
		left: 50%;
		margin-left: -100px;
		top: -17px;
	}
	#post-col-right{
		margin-top: 0;
	}
	body{
		margin: 0 20px;
	}
	#header{
		padding: 50px 0 0 0;
	}
	#subheader{
		padding: 0 0 10px;
		border-bottom: solid 1px #eee;
	}
	#subheader nav ul{
		margin: 0;
	}
	#subheader nav li a{
		font-size: 12px;
		color: rgb(204,204,204);
	}
	#container{
		max-width: 1500px;
		margin: 0 auto;
	}
	footer.cart-footer{
		position: static;
	}
	#footer{
		border-top: 1px solid #EEE;
	}
	#footer > p{
		text-align: center;
	}
	#post-col-right > p{
		line-height: 2em;
		margin: 0 0 20px;
	}
	#share-press{
		display: block;
		padding: 5px 0;
	}
	#share-press > a{
		color: #ccc;
		margin: 0 10px 0 0;
	}
	#press-slideshow,
	#post-col-right,
	#about-right-col{
		margin-top: 50px;
	}
	.press-pager{
		width: 100%;
	}
	#bio-container img,
	#press-slideshow{
		margin-left: 0 !important;
	}
	.project-item{
		width: 32%;
	}
	#press-slideshow .press-view-item{
		height: 600px;
	}
	#post-back-btn{
		font-size: 12px;
		color: #ccc;
	}
	#home-body-content{
		margin: 20px 0;
	}
	.scrollable{
		width: -webkit-calc(100% - 140px);
		width: -moz-calc(100% - 140px);
		width: -o-calc(100% - 140px);
		width: calc(100% - 140px);
	}
	#project-details{
		padding: 40px 0 75px;
		width: -webkit-calc(100% - 140px);
		width: -moz-calc(100% - 140px);
		width: -o-calc(100% - 140px);
		width: calc(100% - 140px);
	}
	#project-details-title{
		width: 30%;
	}
	#project-details-desc{
		width: 70%;
	}
	#project-details-desc > p{
		display: block;
		margin-left: 20px;
	}
	#post-back-btn > a{
		color: #BBB !important;
	}
	#post-back-btn > a:hover{
		color: #CE2026 !important;
	}
	#works-options {
		width: 500px;
		margin: 5px 0 0;
	}
	#works-options  > .works-icon {
		display: inline-block;
		float: none;
		margin: 10px 10px 0 0;
		background: url('/img/bt-thubnail.png') no-repeat bottom left;
		width: 120px;
		height: 26px;
		background-position: bottom left;
		transition: all 0s;
		-webkit-transition: all 0s;
	}
	#works-options  > #works-full-icon.works-icon{
		background-image: url('/img/bt-slidshow.png');
	}
	#works-options  > .works-icon.active{
		background-position: top left;
	}
	#works-options  > .works-icon:hover{
		background-position: top left;
	}
	#works-options  > .works-icon.active:hover{
		background-position: top left;
	}
	#works-options  > .works-icon:hover:before{
		display: none;
	}
	#project-list{
		margin: 20px auto 0;
	}
	#contact-info{
		width: 30%;	
		margin-left: 0;
		margin-right: 0;
	}
	#contact-info input.contact-form-row{
		width: 80%;
	}
	#map{
		width: 70%;	
		height: 700px;
		background-size: cover;
		-webkit-background-size: cover;
		background-position: center center;
	}
	#contact-submit {
		background-color: #EBEBEB;
		color: #999999;
	}
	#header > nav > ul > li > a{
		transition:color .3s ease;
		-webkit-transition:color .3s ease;
	}
	#press-slideshow{
		position: relative;
	}
	.press-slideshow{
		width: -webkit-calc(100% - 140px);
		width: -moz-calc(100% - 140px);
		width: -o-calc(100% - 140px);
		width: calc(100% - 140px);
		margin: 0 auto;
	}
	.pressArrows{
		height: 100%;
	}
	#home-body-content div{
		background-size: contain !important;
		-webkit-background-size: contain !important;
		background-position: top;
	}
	#home-header{
		border-bottom: solid 1px #eee;
	}
	#share-press > a{
		transition: all .3s;
		-webkit-transition: all .3s;
	}
	#share-press > a:hover{
		color: #797979;
	}
	a{
		transition:all .3s;
		-webkit-transition:all .3s;
	}
	#project-details-desc > p > a{
		color: rgb(206,32,38);
	}
	.icon-play-sign{
		position: relative;
	}
	.icon-play-sign:before {
		position: absolute;
		top: 38px;
		color: rgb(206,32,38);
		width: 100%;
		text-align: center;
		font-size: 100px;
		opacity: .8;
	}
	.cycle-pager-active.icon-play-sign:before{
		opacity: 1;
	}
	#scrollable > div > div{
		display: inline-block;
	}
	#map{
		background: url('http://jonathanmannion.com/img/tt/timthumb.php?src=/http://jonathanmannion.com/img/ContactPage-FINAL.jpg&w=1500&q=100');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.photo-full-view{
		background-color: #fff;
	}
	div.photo-full-view.cycle-top.cycle-slide.cycle-sentinel{
		opacity: 0 !important;
	}
	/* @group Empty Cart */
		#empty-cart{
			display: block;
			width: 400px;
			margin: 0 auto;
			text-align: center;
		}
		#empty-cart > h1{
			text-transform: uppercase;
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal;
			letter-spacing: .1em;
			color: rgb(206,32,38);
		}
	/* @end */
	/* @group Store Page */
		#store-banner{
			width: 100%;
			height: auto;
			margin: 20px auto;
			display: block;
			position: relative;
		}
		#store-banner > img{
			display: block;
			width: 100%;
		}
		#store-banner-info{
			display: block;
			z-index: 3;
			position: absolute;
			bottom: 0;
			right: 0;
			float: none;
			text-align: right;
			margin: 0 ;
		}
		#store-banner-info > div{
			float: right;
			text-align: right;
			margin-right: 20px;
			margin-bottom: 20px;
		}
		#store-banner-info > div > div{
			display: block;
			width: 650px;
			padding: 20px;
			text-align: left;
			background: #fff;
		}
		#store-banner-info > div > div > span:nth-of-type(1){
			font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight:bold; 
			font-style:normal; 
			color: #222;
			text-transform: uppercase;
			margin-bottom: 10px;
			font-size: 2.6em;
			letter-spacing: 0.05em;
			line-height: 1em;
		}
		#store-banner-info > div > div > span:nth-of-type(2){
			color: #999;
			font-style: italic;
			letter-spacing: 0.05em;
		}
		.product-item{
			width: 25%;
			min-width: 0;
			margin: 0;
			border-bottom: none;
			height: 440px;
			position: relative;
		}
		.product-item:nth-of-type(1n+5){
			margin-top: 40px;
		}
		.product-item > a{
			display: block;
			margin: 0 10px;
			width: auto;
			padding-bottom: 10px;
			text-decoration: none;
			text-align: center;
		}
		.product-item:nth-of-type(4n+1) > a{
			margin: 0 15px 0 0;
		}
		.product-item:nth-of-type(4n+2) > a{
			margin: 0 10px 0 5px;
		}
		.product-item:nth-of-type(4n+3) > a{
			margin: 0 5px 0 10px;	}
		.product-item:nth-of-type(4n+4) > a{
			margin: 0 0 0 15px;
		}
		.product-item > a > .product-image{
			opacity: 1;
		}
		.product-item > a:hover > .product-image{
			opacity: .7;
			transition:opacity .3s;
			-webkit-transition:opacity .3s;
		}
		.product-image > div{
			height: 300px;
		}
		.product-item > a > h3{
		}
		.product-item > a > span:nth-of-type(1) {
			font-family: Georgia, Times, "Times New Roman", serif;
			display: block;
			font-style: italic;
			color: #999;
			margin: 5px 0 30px;
			text-align: center;
		}
		.product-item > a > span:nth-of-type(2) {
			font-family: "Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight: bold; 
			padding: 10px 40px;
			font-style: normal; 
			color: rgb(250,250,250);
			text-decoration: none;
			text-transform: uppercase;
			letter-spacing: .05em;
			text-align: center;
			background: rgb(68,68,68);
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		.product-item > a:hover > span:nth-of-type(2){
			background: rgb(206,32,38);
		}
		.product-item > a > span:nth-of-type(2):after{
			content: "";
			display: none;
			width: 0;
			height: 0;
			border-color: transparent transparent transparent #CE2026;
			border-width: 5px 5px 5px 5px;
			border-style: solid none solid solid;
			margin: 0 0 0 10px;
		}
		.product-item > a > p{
			margin-top: 10px;
		}
		.product-item .pro-btn{
			display: block;
			width: 180px;
			position:absolute;
			left: 50%;
			margin-left: -90px;
			bottom: 0;
		}
	/* @end */
	/* @group Store Mobile Warning */
		#mobile-warning{
			display: none;
			margin-bottom: 40px;
			width: 100%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			background: rgb(248, 140, 137);
			padding: 10px;
		}
	/* @end */
	/* @group Product Page */
		/* @group New Product Page */
			/* @group Right Container */
				#product-info{
					display: block;
					width: 500px;
					height: 680px;
					float: right;
					position: relative;
				}
				#product-info > div > h3{
					font-size: 22px;
					letter-spacing: 0.05em;
					font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
					text-transform: uppercase;
					margin: 0;
				}
				#product-info > div > p{
					font-size: 14px;
					line-height: 21px;
					letter-spacing: 0em;
					font-family: Georgia, Times, "Times New Roman", serif;
					margin: 0 0 40px;
				}
				#product-info > div > p#subtitle{
					font-style: italic;
					font-size: 16px;
					margin: 0 0 20px;
				}
				#product-info > div > form{
					display: block;
					width: 300px;
				}
				#product-price{
					display: block;
					font-size: 24px;
					letter-spacing: 0.05em;
					font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
					text-transform: uppercase;
					margin-bottom: 20px;
				}
				/* @group Modifier Select */
					.select-modifiers{
						display: block;
						border: rgb(68,68,68) 1px solid;
						position: relative;
						color: rgb(68,68,68);
						margin-bottom: 10px;
						
					}
					.select-modifiers:before{
						display: block;
						width: 100%;
						height: 100%;
						background: rgb(255,255,255);
						position: absolute;
						top: 0;
						left: 0;
						content: "";
						z-index: -2;
						color: rgb(68,68,68);
					}
					.select-modifiers:after{
						display: block;
						font-family: FontAwesome;
						font-size: 21px;
						content: "\f107";
						position: absolute;
						top: 8px;
						right: 15px;
						z-index: -1;
					}
					.select-modifiers > select{
						display: block;
						padding: 15px;
						border: 0;
						-webkit-appearance: none;
						-moz-appearance: none;
						width: 100%;
						cursor: pointer;
						z-index: 2;
						background: transparent;
						font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif;
						text-transform: uppercase;
						font-size: 12px;
						letter-spacing: .1em;
						text-align: center;
						color: rgb(68,68,68);
						outline: none;
					}
				/* @end */
				/* @group Quantity Input */
					.quantity{
						display: block;
						width: 100%;
						margin-bottom: 10px;
						overflow: hidden;
					}
					.quantity > label#client-qty-label{
						display: block;
						padding: 16px 0;
						float: left;
						font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif;
						text-transform: uppercase;
						font-size: 12px;
						letter-spacing: .1em;
						box-sizing: border-box;
						-moz-box-sizing: border-box;
						color: rgb(68,68,68);
					}
					.quantity > input{
						display: block;
						width: 50px;
						text-align: center;
						border: rgb(68,68,68) 1px solid;
						color: rgb(68,68,68);
						padding: 15px;
						float: right;
						font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif;
						text-transform: uppercase;
						font-size: 12px;
						letter-spacing: .1em;
						box-sizing: border-box;
						-moz-box-sizing: border-box;
						outline: none;
						transition: opacity .3s;
						-webkit-transition: opacity .3s;
					}
					.quantity > input::-webkit-input-placeholder{color: rgb(68,68,68);}
					.quantity > input:-moz-placeholder{color: rgb(68,68,68);}
					.quantity > input::-moz-placeholder{color: rgb(68,68,68);}
					.quantity > input:-ms-input-placeholder{color: rgb(68,68,68);}
				/* @end */
				/* @group FAQ Links */
					.faq-links{
						display: block;
						margin-top: 20px;
						overflow: hidden;
					}
					.faq-links > a{
						font-family: Georgia, Times, "Times New Roman", serif;
						font-size: 10px;
						color: rgb(68,68,68);
						text-decoration: none;
						text-transform: uppercase;
						margin-right: 5px;
						float: left;
						letter-spacing: .05em;
					}
					.faq-links > a:hover{
						color: rgb(206,32,38);
					}
					.faq-links > a:after{
						content: "|";
						color: rgb(68,68,68);
						margin-left: 5px;
					}
					.faq-links > a:last-of-type{
						padding-right: 0;
						margin-right: 0;
					}
					.faq-links > a:last-of-type:after{
						content: "";
					}
				/* @end */
				/* @group Social Links */
					.soc-links{	
						display: block;
						margin-top: 20px;
					}
					.soc-links > a{
						color: rgb(68,68,68);
						margin-right: 20px;
						text-decoration: none;
					}
				/* @end */
				/* @group Continue Shopping Button */
					.continue-shopping{
						display: block;
						margin-top: 30px;
						font-size: 12px;
						letter-spacing: 0.05em;
						text-transform: uppercase;
						text-decoration: none;
						color: rgb(170,170,170);
					}
					.continue-shopping > span{
						font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
						margin-left: 5px;
					}
					.continue-shopping:hover{
						color: rgb(206,32,38);
					}
				/* @end */
				/* @group Error Messages */
					.sizeErrors,
					.qtyErrors,
					.qtyAmountErrors{
						display: block;
						margin: 10px  0;
						color: rgb(206,32,38);
						font-family: Georgia, Times, "Times New Roman", serif;
						text-align: left;
						font-size: 14px;
						transition: opacity .3s;
						-webkit-transition: opacity .3s;
						position: relative;
					}
					.quantity.qty-error > input,
					.quantity.emptyError > input,
					.emptyError,
					.emptyError > select{
						border-color: rgb(206,32,38);
						color: rgb(206,32,38);
					}
					.quantity.emptyError > input::-webkit-input-placeholder{color: rgb(206,32,38);}
					.quantity.emptyError > input:-moz-placeholder{color: rgb(206,32,38);}
					.quantity.emptyError > input::-moz-placeholder{color: rgb(206,32,38);}
					.quantity.emptyError > input:-ms-input-placeholder{color: rgb(206,32,38);}
				/* @end */
			/* @end */
			/* @group Left Container */
				#product-img-container{
					display: block;
					width: auto;
					margin-right: 580px;
				}
				/* @group Product Slideshow Browse */
					#shop-views{
						display: block;
						width: 150px;
						height: 680px;
						float: left;	
						position: relative;
					}
					#shop-views > h3{
						display: block;
						font-family: Georgia, Times, "Times New Roman", serif;
						font-weight: normal;
						color: rgb(119,119,119);
						text-transform: uppercase;
						font-size: 12px;
						letter-spacing: .05em;
						text-align: center;
						padding-bottom: 5px;
						border-bottom: 1px #ccc solid;
						margin: 0 10px 20px;
					}
					#shop-views > .scrollable{
						width: 100px;
						height: 100%;
						margin: 0 auto;
					}
					#shop-views > .scrollable > .items{
						width: auto;
					}
					#shop-views > .scrollable > div > div{
						display: block;
						height: 100px;
						width: 100px;
						margin: 0 0 20px;
						cursor: pointer;
						opacity: .7;
						background-size: cover !important;
						background-position: center center !important;
						background-repeat: no-repeat;
					}
					#shop-views > .scrollable > div > div.cycle-pager-active,
					#shop-views > .scrollable > div > div:hover{
						opacity: 1;
					}
					#shop-views > .scrollable > div > div > img{
						display: block;
						width: 100%;
					}
					#shop-views > .scrollable > div > div.icon-play-sign:before{
						color: rgb(250,250,250);
						opacity: .8;
						font-size: 70px;
						top: 50%;
						margin-top: -35px;
					}
				/* @end */
				/* @group Project Slideshow */
					#product-img-container > .cycle-slideshow{
						display: block;
						margin-left: 150px;
						/*background: rgba(255,255,255,.5) url('../img/project-img-bg.png') repeat left top;*/
						height: 680px;
					}
					.photo-full-view{
						background-size: contain !important;
						background-repeat: no-repeat !important;
						background-position: center center !important;
					}
					.store-slide-show > .photo-full-view iframe{
						width: 100% !important;
					}
				/* @end */
			/* @end */
		/* @end */
		/* @group Related Product */
			#view-related{
				border-bottom: none;
				border-top: none;
			}
			#view-related > h3{
				color: #999;
				text-decoration: none;
				font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
				font-weight:bold; 
				font-style:normal; 
				text-transform: uppercase;
				margin: 20px 0 40px;
				text-align: center;
			}
			#view-related > h3 > span{
				display: inline-block;
				width: 20%;
			}
			#view-related > h3:before,
			#view-related > h3:after{
				content: "";
				display: inline-block;
				height: 1px;
				width: 40%;
				background: #ccc;
				vertical-align: middle;
			}
			.related-product-item{
				display: block;
				width: 25%;
				float: left;
				text-decoration: none;
			}
			.related-product-item > div{
				display: block;
				width: auto;
				margin: 0 10px;
				text-align: center;
			}
			.related-product-item:nth-of-type(1) > div{
				margin: 0 15px 0 0;
			}
			.related-product-item:nth-of-type(2) > div{
				margin: 0 10px 0 5px;
			}
			.related-product-item:nth-of-type(3) > div{
				margin: 0 5px 0 10px;
			}
			.related-product-item:nth-of-type(4) > div{
				margin: 0 0 0 15px;
			}
			.related-product-item > div > div{
				height: 250px;
				background-position: center;
				background-size: contain;
				background-repeat: no-repeat;
			}
			.related-product-item > div > h3{
				color: #222;
				text-decoration: none;
				font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
				font-weight:bold; 
				font-style:normal; 
				text-transform: uppercase;
				margin: 10px 0 0;
			}
			.related-product-item > div > p{
				margin: 10px 0 0;
			}
		/* @end */
	/* @end */
	/* @group Shopping Cart and Checkout */
		/* @group Store Header */
			#store-header{
				display: block;
				overflow: hidden;
				margin: 20px 0 40px;
				font-size: 12px;
			}
			#store-header.store-head{
				margin-bottom: 20px;
			}
			/* @group Checkout Progress */
				.checkout-progress{
					display: block;
					float: left;
				}
				/* @group Checkout Bread Crumbs */ 
					.crumb-list{
						display: block;
						width: 100%;
						margin: 0;
						list-style: none;
						counter-reset: link-count;
					}
					.crumb-list > li{
						font-family: Georgia, Times, "Times New Roman", serif !important;
						text-transform: none ;
						color: #ccc;
						float: none;
						display:inline-block;
						margin-right: 10px;
						font-weight: normal;
						font-size: 12px;
					}
					.crumb-list > li:before{
						content: counter(link-count)". ";
						counter-increment: link-count;
					}
					.crumb-list > li.crumb-filled{
						color: #ccc;
					}
					.crumb-list > li.crumb-active{
						color: #333;
					}
				/* @end */
			/* @end */
			/* @group Small Cart */
				.small-cart{
					display: block;
					float: right;
					font-family: Georgia, Times, "Times New Roman", serif;
					color: #222;
					font-size: 12px;
				}
				.small-cart > span{
					text-transform: capitalize;
				}
				.small-cart > span:first-of-type{
					margin-right: 10px;
				}
				.small-cart > a,
				.small-cart > span > a{
					color: #999;
					text-decoration: none;
				}
				.small-cart > span > a > span{
					color: rgb(68,68,68);
				}
				.logout{
					text-decoration: none;
					margin-right: 10px;
					color: #999;
				}
			/* @end */
		/* @end */
		/* @group Cart Page */
			/* @group Cart */
				.cart-ctn{
					display: block;
					width: auto;
					margin-right: 420px;
				}
				.cart-top{
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					padding: 10px 20px;
					font-style:normal; 
					color: #cccccc;
					background: rgb(235,235,235);
					letter-spacing: .06em;
					font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
					text-transform: uppercase;
					font-weight:bold; 
					font-style:normal;
					color: #777;
					font-size: 12px;
					padding-top: 10px;
				}
				.cart-items{
					margin: 0 20px 60px;
				}
				.cart-top,
				.cart-item{
					overflow: hidden;
					padding-bottom: 10px;
					margin-bottom: 10px;
					border-bottom: solid 1px #eee;
					position: relative;
				}
				.cart-item:last-of-type{
					border-bottom: none;
					margin-bottom: 0;
				}
				.cart-top > span,
				.cart-item > span{
					display: inline-block !important;
					vertical-align: middle;
					margin: 0 !important;
				}
				.cart-item > input{
					display: none;
				}
				.cart-top > span:nth-of-type(1),
				.cart-item > span:nth-of-type(1){
					width: 45%;
				}
				.cart-top > span:nth-of-type(2),
				.cart-item > span:nth-of-type(2){
					width: 20%;
				}
				.cart-top > span:nth-of-type(3),
				.cart-item > span:nth-of-type(3){
					width: 30%;
				}
				.cart-top > span:nth-of-type(3) > span{
					padding: 0;
				}
				.cart-top > span:nth-of-type(4),
				.cart-item > span:nth-of-type(4){
					width: 5%;
				}
				.cart-top > span > span,
				.cart-item > span > span{
					display: inline-block;
					vertical-align: middle;
					width: auto;
					padding: 0 10px 0;
					margin:  0 10px;
				}
				.cart-item > span > span{
					border-bottom: none;
				}
				.cart-top > span:nth-of-type(1) > span,
				.cart-item > span:nth-of-type(1) > span{
					margin-left: 0;
					padding-left: 0;
				}
				.cart-item > span:nth-of-type(1) > span > div{
					display: inline-block;
					vertical-align: middle;
					height: 150px;
					width: 150px;
					background-size: cover;
					background-repeat: no-repeat;
					background-position: center center;
					margin-right: 20px;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					border: 2px solid #eee;
				}
				.cart-item > span:nth-of-type(1) > span > span{
					display: inline-block;
					vertical-align: middle;
					width: 50%;
				}
				.cart-item > span:nth-of-type(1) > span > span > span:nth-of-type(1){
					display: block;
					margin-bottom: 10px;
					font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
					font-weight:bold; 
					font-style:normal; 
					text-transform: uppercase;
					letter-spacing: .1em;
					font-size: 21px;
				}
				.cart-item > span:nth-of-type(1) > span > span > span:nth-of-type(1) > a{
					font-family: "Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif;
					color: #222;
					text-decoration: none;
					font-size: 21px;
				}
				.cart-item > span:nth-of-type(1) > span > span > span:nth-of-type(1n+2){
					display: block;
					margin-bottom: 10px;
					font-family: Georgia, Times, "Times New Roman", serif;
					color: #999;
				}
				.cart-item > span:nth-of-type(1) > span > span > span:last-of-type{
					margin-bottom: 0;
				}
				.cart-item > span:nth-of-type(2) > span > input{
					display: block;
					height: 40px;
					width: 40px;
					border: 1px #222 solid;
					padding: 10px;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					color: #555;
					outline: none;
					text-align: center;
					font-family: Georgia, Times, "Times New Roman", serif;
					color: #555;
				}
				.cart-item > span:nth-of-type(2) > span,
				.cart-item > span:nth-of-type(3) > span{
					font-family: Georgia, Times, "Times New Roman", serif;
					color: #555;
				}
				.cart-top > span:nth-of-type(4) > span,
				.cart-item > span:nth-of-type(4) > span{
					margin-right: 0;
					padding-right: 0;
				}
				.cart-item > span:nth-of-type(4) > span > label{
					cursor: pointer;
					opacity: .6;
					transition:all .3s;
					-webkit-transition:all .3s;
				}
				.cart-item > span:nth-of-type(4) > span > label:hover{
					opacity: 1;
				}
				.cart-item > input ~ span{
					transition:all .7s;
					-webkit-transition: all .7s;
				}
				.cart-item > input:checked ~ span{
					opacity: .2;
				}
				.cart-item > span:nth-of-type(4) > span > label:before{
					-webkit-transform: rotate(0deg); 
					transform: rotate(0deg);
					transition: all .7s cubic-bezier(0,0.18,0.58,1);
				}
				.cart-item > input:checked ~ span:nth-of-type(4) > span > label{
					opacity: 1 !important;
				}
				.cart-item > input:checked ~ span:nth-of-type(4) > span > label:before{
					-webkit-transform: rotate(403deg); 
					transform: rotate(225deg);
					transition: all .7s cubic-bezier(0,0.18,0.58,1);
				}
				.previous-page{
					display: block;
					float: left;
					border: none;
					outline: none;
					margin-bottom: 20px;
					background: rgb(68,68,68);
					padding: 10px 30px;
					color: rgb(255,255,255);
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
					transition: all .3s;
					-webkit-transition: all .3s;
					text-decoration: none;
				}
				.previous-page > span{
					font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
					font-weight:bold; 
					font-style:normal; 
					text-transform: uppercase;
					padding-left: 10px;
				}
				.update-cart{
					display: block;
					margin-left: auto;
					border: none;
					outline: none;
					margin-bottom: 20px;
					background: rgb(68,68,68);
					padding: 10px 30px;
					color: rgb(255,255,255);
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
					transition: all .3s;
					-webkit-transition: all .3s;
					font-size: 14px;
					line-height: 1.4em;
				}
				.update-cart > span{
					font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
					font-weight:bold; 
					font-style:normal; 
					text-transform: uppercase;
					padding-left: 10px;
					font-size: 14px;
					letter-spacing: .2em;
					-webkit-font-smoothing: subpixel-antialiased;
					font-size: 14px;
					line-height: 1.4em;
				}
				.update-cart:hover,
				.previous-page:hover{
					background: rgb(206,32,38);
				}
				#item-added{
					display: block;
					width: 100%;
					padding: 10px 0;
					position: fixed;
					top: -60px;
					left: 0;
					background: #333;
					font-size: 12px;
					font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
					color: rgb(255,255,255) ;
					text-transform: uppercase;
					text-decoration: none;
					transition:background .3s, color .3s, top .7s ease-out;
				}
				#item-added:hover{
					background: #555;
					color: #ccc;
					top: 0;
				}
				#item-added > div{
					display: block;
					width: 100%;
					max-width: 1540px;
					margin: 0 auto;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					padding: 0 20px;
				}
				body.item-added #item-added{
					top: 0;
					transition:background .3s, color .3s, top .7s ease-in;
				}
			/* @end */
			/* @group Cart Info */
				.cart-info{
					display: block;
					width: 400px;
					float: right;
				}
				.cart-info > div{
					display: block;
					width: 100%;
					padding: 20px;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					background: rgb(235,235,235);
					margin-bottom: 20px;
				}
				.cart-info > div > h3{
					font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
					font-weight:bold; 
					font-style:normal;
					margin: 0 0 20px;
					text-transform: uppercase;
					letter-spacing: .1em;
				}
				/* @group Cart Details */
					.cart-details > div{
						display: block;
						width: 100%;
						font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
						font-weight:bold; 
						font-style:normal; 
						text-transform: uppercase;
						letter-spacing: .1em;
						border-bottom: #ccc 1px solid;
						padding-bottom: 10px;
						margin-bottom: 10px;
						color: #999;
						font-size: 14px;
						clear: right;
					}
					.cart-details div > span{
						display: inline-block;
						width: 45%;
						font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
						font-weight:bold; 
						font-style:normal; 
						color: #999;
						letter-spacing: .1em;
						text-transform: uppercase;
						font-size: 14px;
					}
					.cart-details div > span:nth-of-type(2){
						text-align: right;
						float: right;
					}
					.cart-details div:last-of-type{
						border-bottom: none;
					}
					.cart-details div:last-of-type > span{
						font-size: 21px;
						color: #222;
						border-bottom: none;
					}
				/* @end */
				/* @group Cart Support */
					.cart-support{
					}
					.cart-support > div{
						margin-bottom: 10px;
						font-family: Georgia, Times, "Times New Roman", serif;
						color: #555;
					}
					.cart-support > div:last-of-type{
						margin-bottom: 0;
					}
					.cart-support > div > a{
						color: #999;
						text-decoration: none;
					}
					.cart-support > div > a:hover{
						color: #CE2026;
						text-decoration: none;
					}
				/* @end */
			/* @end */
		/* @end */
		/* @group Account Page */
			#account-wrap{
				display: block;
			}
			#account-wrap > div{
				display: block;
				float: left;
				width: 50%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
			}
			#account-wrap > div.login{
				padding: 0 20px 0 0;
			}
			#account-wrap > div.no-account{
				padding: 0 0 0 20px;
				border-left: 1px #222 solid;
			}
			#account-wrap > div > div{
				display: block;
				width: 400px;
				margin: 0 auto;
			}
			#account-wrap > div > div > form > .pro-btn{
				margin-bottom: 20px;
			}
			span.or-this{
				display: block;
				text-align: center;
				margin: 40px 0 40px;
				font-family: Georgia, Times, "Times New Roman", serif;
				font-style: italic;
				color: #999;
			}
			span.or-this:before,
			span.or-this:after{
				content: "";
				height: 1px;
				display: inline-block;
				width: 30%;
				background: #999;
				vertical-align: middle;
				margin: 0 10px;
			}
		/* @end */
		/* @group Same as Shipping Block */
			p.same-as-billing-info.active + span{
				position: relative;
			}
			p.same-as-billing-info + span::after{
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: -1;
				background: rgb(255,255,255);
				opacity: 0;
				transition: opacity .3s;
				-webkit-transition:  opacity .3s;
				content: "";
			}
			p.same-as-billing-info.active + span::after{
				z-index: 10;
				opacity: .8;
			}
		/* @end */
		/* @group Shipping Page */	
		/* @end */
		/* @group Confirm Page */
			.confirm .cart-ctn{
				margin-right: 0;
			}
			.confirm .cart-ctn > .cart-top{
				background: rgb(235,235,235);
			}
			.confirm .cart-address-ctn{
				display: block;
				width: 100%;
				overflow: hidden;
				margin: 60px 0;
			}
			.confirm .cart-address-ctn > div{
				display: inline-block;
				width: 50%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				padding-right: 20px;
				float: left;
			}
			.confirm .cart-address-ctn > div:nth-of-type(2){
				padding-left: 20px;
				padding-right: 0;
			}
			.confirm .cart-address-ctn > div > span{
				background: rgb(235,235,235);
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				padding: 20px;
			}
			.cart-address > div > span{
				display: block;
				color: rgb(153,153,153);
				letter-spacing: .1em;
				font-size: 14px;
				margin-bottom: 5px;
				font-family: Georgia, Times, "Times New Roman", serif;
			}
			.cart-pay{
				display: block;
				width: 100%;
				overflow: hidden;
			}
			.cart-pay > span,
			.cart-pay > div{
				width: 50%;
				margin: 0 auto;
				float: left;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				padding-right: 20px;
			}
			.cart-pay > *:nth-of-type(2) {
				padding-left: 20px;
				padding-right: 0;
			}
			.cart-pay > span > h3{
				display: inline-block;
				vertical-align: middle;
			}
			.cart-pay > span > img{
				display: inline-block;
				vertical-align: middle;
				width: 150px;
				margin: -21px 0 0 20px;
			}
			.confirm .cart-details > div > span{
				margin-bottom: 0;
			}
			.confirm .cart-details > span{
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				padding: 20px;
				background: rgb(235,235,235);
			}
			.confirm .cart-details > span > div{
				border-bottom: 1px solid rgb(210,210,210);
				margin-top: 15px;
			}
			.confirm .cart-details > span > div:last-of-type{
				border-bottom: none;
			}
			.confirm .cart-details > span > div:last-of-type > span{
				color: rgb(60,60,60);
			}
			.receipt > .checkout-form > h1{
				font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			}
			.payment-error{
				display: block;
				width: 100%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				background: rgb(248, 140, 137);
				padding: 10px;
				margin-bottom: 20px;
			}
			.payment-error > div > a{
				display: inline !important;
				font-size: 1em !important;
			}
		/* @end */
		/* @group Receipt Page */
			.cart-ctn > h1,
			.cart-ctn > h2{
				font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
				font-weight:bold; 
				font-style:normal;
				color: rgb(34,34,34);
				text-transform: uppercase;
				letter-spacing: .01em;
			}
			.receipt{
				margin-top: 20px;
			}
			.receipt h1,
			.receipt h2{
				margin: 0 0 20px;
			}
			.receipt h2 > span{
				color: rgb(206,32,38);
			}
			.checkout-form > h1,
			.checkout-form > h2{
				font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
				font-weight:bold; 
				font-style:normal;
				text-transform: uppercase;
				letter-spacing: .01em;
				color: rgb(50,50,50);
				margin-bottom: 20px;
				line-height: 1em;
			}
			.checkout-form.receipt-checkout > h1{
				font-size: 54px;
			}
			.checkout-form.receipt-checkout > h2{
				font-size: 38px;
			}
			.checkout-form.receipt-checkout > p > a{
				color: #555;
				font-style: italic;
				text-decoration: none;
			}
			.checkout-form.receipt-checkout .order-summary{
				font-size: 30px;
			}
			.checkout-form.receipt-checkout > .cart-ctn{
				margin-bottom: 30px;
				border-bottom: 1px solid rgb(235,235,235);
				padding-bottom: 20px;
			}
			.checkout-form.receipt-checkout > .cart-ctn > .cart-items{
				margin-bottom: 0;
			}
			.checkout-form.receipt-checkout > .cart-pay{
				padding-bottom: 20px;
				border-bottom: 1px rgb(235,235,235) solid;
				margin-bottom: 30px;
			}
			.checkout-form.receipt-checkout > .cart-address-ctn{
				margin: 0;
			}
		/* @end */
		/* @group Checkout Form Styles */
			.checkout-form{
				display: block;
				width: 100%;
				font-family: Georgia, Times, "Times New Roman", serif;
			}
			.checkout-form h3{
				font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
				font-weight:bold; 
				font-style:normal;
				text-transform: uppercase;
				margin: 0 0 20px;
			}
			.checkout-form p{
				margin: 0 0 40px;
			}
			.checkout-form p.same-as-billing-info{
				margin: 0 0 24px;
			}
			.checkout-form .checkout-row{
				overflow: hidden;
			}
			.checkout-form .select{
				display: block;
				width: 100%;
				background: transparent;
				border: none;
				margin: 0;
				position: relative;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				font-family: Georgia, Times, "Times New Roman", serif;
			}
			.checkout-form .select:after{
				font-family: FontAwesome;
				content: "\f107";	
				position: absolute;
				top: 10px;
				right: 15px;
				z-index: -1;
			}
			.checkout-form .select:before{
				content: "";
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: -2;
				background: rgb(235,235,235);
			}
			.checkout-form .select > select{
				display: block;
				padding: 10px;
				border: 0;
				-webkit-appearance: none;
				width: 100%;
				cursor: pointer;
				z-index: 2;
				background: transparent;
				font-family: Georgia, Times, "Times New Roman", serif;
			}
			.checkout-form .select > select:focus{
				outline: none;
			}
			.checkout-form input{
				display: block;
				width: 100%;
				padding: 10px;
				border: none;
				transition: all .3s;
				-webkit-transition: all .3s;
				background: rgb(235,235,235);
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				font-family: Georgia, Times, "Times New Roman", serif;
			}
			.checkout-form input:focus{
				background: rgb(245,245,245);
				outline: none;
			}
			.checkout-form > .form-left{
				display: block;
				width: 50%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				padding: 0 40px 0 0;
				float: left;
			}
			.checkout-form > .form-right{
				display: block;
				width: 50%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				padding: 0 0 0 40px;
				float: right;
				border-left: 1px #ccc solid;
			}
			.checkout-form > .form-mid{
				width: 600px;
				margin: 0 auto 40px;
			}
			.checkout-form > .form-full{
				display: block;
				width: 100%;
				float: left;
			}
			.checkout-form > .form-mid + .form-full{
				width: 600px;
				margin: 0 auto;
				float: none;
			}
			.checkout-form > .form-left > span,
			.checkout-form > .form-right > span{
				width: 400px;
				margin: 0 auto;
			}
			.checkout-form .radio-label{
				display: block;
				margin-bottom: 20px;
				cursor: pointer;
			}
			.checkout-form .radio-label > input{
				display: none;
			}
			.checkout-form .radio-label > span{
				display: inline-block;
				vertical-align: middle;
			}
			.checkout-form .radio-label > span > span{
				content: "";
				display: inline-block;
				width: 20px;
				height: 20px;
				vertical-align: middle;
				background: rgb(235,235,235);
				border: none;
				margin-right: 20px;
				margin-bottom: 0;
				padding: 1px;
				position: relative;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
			}
			.checkout-form .radio-label > span > span:before{
				content: "\f00d";
				display: inline-block;
				position: absolute;
				top: -1px;
				left: 4px;
				font-family: 'FontAwesome';
				font-size: 16px;
				opacity: 0;
				transition: all .3s;
				-webkit-transition: all .3s;
			}
			.checkout-form .radio-label > input:checked + span > span:before{
				opacity: 1;
			}
			.checkout-form a{
				display: block;
				font-size: 14px;
				margin: 0 0 20px;
				font-family: Georgia, Times, "Times New Roman", serif;
				font-size: 14px;
				color: #555;
				text-decoration: none;
			}
			.checkout-form span{
				display: block;
				margin-bottom: 15px;
			}
			.checkout-form span.error > input,
			.checkout-form span.error > .select{
				border-color: rgb(206,32,38);
				font-family: Georgia, Times, "Times New Roman", serif;
			}
			.checkout-form span.error > .select:after{
				border-color: rgb(206,32,38) transparent transparent;
			}
			.checkout-form span.error > span{
				display: block;
				padding: 5px 10px;
				color:rgb(206,32,38);
				z-index: 5;
				font-size: 12px;
			}
			.half-feild{
				width: 50%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				padding: 0 10px 0 0;
				float: left;
			}
			.half-feild:nth-of-type(2n+2) {
				width: 50%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				padding: 0 0 0 10px;
			}
			.cart-details-spacer{
				margin-top: 46px !important;
			}
		/* @end */
		/* @group Proceed Button */
			.pro-btn,
			.pro-btn:focus{
				display: block;
				text-transform: uppercase;
				padding: 10px 40px;
				background: transparent;
				border: none;
				color: rgb(68,68,68);
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				letter-spacing: 0.15em;
				position: relative;
				transition: all .3s;
				-webkit-transition: all .3s;
				text-decoration: none;
				font-size: 14px;
				line-height: 1.4em;
				border: rgb(68,68,68) solid 1px;
				background: transparent;
				outline: none;
			}
			.pro-btn > span,
			.pro-btn > div{
				display: inline-block;
				font-family: "Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif;
				font-weight: bold;
				font-style: normal;
			}
			.pro-btn:hover,
			a:hover > .pro-btn.shop-now-btn{
				background: rgb(68,68,68);
				color: #fff;
				outline: none;
			}
			.pro-btn > span{
				display: inline-block;
				vertical-align: middle;
				margin: 0;
			}
			.pro-btn.right-btn{
				margin-left: auto;
			}
			.pro-btn.full-btn{
				width: 100%;
			}
			.pro-btn.next:after{
				display: inline-block;
				padding-left: 10px;
				vertical-align: middle;
				font-family: 'FontAwesome';
				content: "\f061";
			}
			.pro-btn.prev-btn{
				float: left;
			}
			.pro-btn.left-arrow > span{
				margin-left: 10px;
			}
			.pro-btn.left-arrow:before{
				font-family: FontAwesome;
				font-weight: normal;
				font-style: normal;
				text-decoration: inherit;
				-webkit-font-smoothing: antialiased;
				content: "\f060";
			}
			.pro-btn.right-arrow > span{
				margin-right: 10px;
			}
			.pro-btn.right-arrow:after{
				font-family: FontAwesome;
				font-weight: normal;
				font-style: normal;
				text-decoration: inherit;
				-webkit-font-smoothing: antialiased;
				content: "\f061";
			}
			.pro-btn.refresh:before{
				font-family: FontAwesome;
				font-weight: normal;
				font-style: normal;
				text-decoration: inherit;
				-webkit-font-smoothing: antialiased;
				content: "\f021";
			}
			.pro-btn.refresh > span{
				margin-left: 10px;
			}
			.pro-btn.shop-now-btn{
				display: inline-block;
			}
			.white-btn{
				border-color: rgb(255,255,255);
				color: rgb(255,255,255);
			}
			.white-btn:hover{
				background: rgb(255,255,255);
				color: rgb(68,68,68);
			}
			.red-btn,
			.red-btn:focus{
				border-color: rgb(206,32,38);
				color: rgb(206,32,38);
				background: transparent;
			}
			.red-btn:hover,
			.red-btn:active{
				background: rgb(206,32,38);
				color: rgb(255,255,255);
			}
			.top-shop-btn{
				display: inline-block;
				margin-top: 20px;
				background: rgb(68,68,68);
				color: rgb(255,255,255);
			}
			.top-shop-btn:hover{
				background: rgb(206,32,38);
				border-color: rgb(206,32,38);
			}
			.sold-out-btn{
				border-color: rgb(206,32,38);
				color: rgb(206,32,38);
				cursor: default;
				text-align: center;
			}
			.sold-out-btn:hover{
				background: rgb(255,255,255);
				border-color: rgb(206,32,38);
				color: rgb(206,32,38);
			}
			.cent-btn{
				display: inline-block;
			}
		/* @end */
		/* @group Product Modal */
			#container{
				position: relative;
			}
			#container.shop-container{
				position: static;
			}
			.product-modal{
				display: none;
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				z-index: 500;
			}
			.item-added .product-modal{
				display: block;
			}
			.product-modal > button{
				border: none;
				background: rgba(255,255,255,.7);
				display: block;
				height: 100%;
				width: 100%;
				position: absolute;
				outline: none;
				opacity: 0;
				transition:all .3s;
				-webkit-transition:all .3s;
			}
			.item-added-fade .product-modal > button{
				opacity: 1;
			}
			.product-modal > .modal{
				display: block;
				width: 660px;
				background: rgb(255,255,255);
				padding: 20px;
				border: solid 1px rgb(60,60,60);
				position: absolute;
				z-index: 2;
				top: 300px;
				left: 50%;
				margin-left: -330px;
				opacity: 0;
				transition:all .3s;
				-webkit-transition:all .3s;
			}
			.item-added-fade .product-modal > .modal{
				top: 200px;
				opacity: 1;
			}
			.modal > p{
				text-align: center;
				margin-bottom: 40px;
			}
			.modal > div{
				overflow: hidden;
			}
			.modal > div:nth-of-type(1){
				margin-bottom: 40px;
			}
			.modal > div > .modal-photo{
				display: block;
				width: 300px;
				height: 200px;
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
				float: left;
			}
			.modal > div > div{
				display: block;
				width: 300px;
				float: left;
			}
			.cart-left-btn{
				float: left;
			}
			.cart-right-btn{
				float: right;
			}
			.xout{
				position: absolute;
				top: 9px;
				right: 9px;
				border: none;
				background: transparent;
			}
		/* @end */
		/* @group Forgotten Password */
			.checkout-form.password-reset{
				display: block;
				width: 600px;
				margin: 0 auto;	
			}
		/* @end */
		/* @group Shipping Modal */
			#priceCheck{
				display: block;
				margin: 40px 0 20px;
			}
			#price-checked > div{
				font-family: Georgia, Times, "Times New Roman", serif;
				color: rgb(68,68,68);
				letter-spacing: .05em;
			}
			#price-checked > h3{
				margin: 0 0 5px;
				font-size: 12px;
				color: #999;
				letter-spacing: 0.17em;
			}
			#price-checked > div > span{
				display: inline;
				color: rgb(68,68,68);
			}
			/* @group Loading Animation */
				#loading-ani{
					background: url('/img/loading2.gif') no-repeat center center;
					background-size: 20px 20px;
					background-position: center center;
					display: block;
					width: 40px;
					height: 40px;
					margin: 0 auto;
				}
			/* @end */
			/* @group Error */
				.methodErrors{
					display: block;
					margin: 10px  0;
					color: rgb(206,32,38);
					font-family: Georgia, Times, "Times New Roman", serif;
					text-align: left;
					font-size: 14px;
					transition: opacity .3s;
					-webkit-transition: opacity .3s;
					position: relative;
				}
			/* @end */
		/* @end */
	/* @end */
	/* @group Legal Page*/
		
	/* @end */
	/* @group Not Found Page*/
		#not-found{
		}
		#not-found > #header-404{
			display: block;
			margin: 0 auto;
			font-family: "Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight: bold; 
			font-style: normal;
			color: rgb(206,32,38);
			width: 600px;
			text-align: center;
		}
		#not-found > #header-404 > h1{
			text-transform: uppercase;
			font-size: 130px;
			line-height: 1em;
			letter-spacing: .2em; 
			margin: 60px 0 0;
		}
		#not-found > #header-404 > h2{
			font-size: 24px;
			margin: 0 0 10px;
		}
		#not-found > #links-404{
			display: block;
			width: 860px;
			overflow: hidden;
			list-style: none;
			margin: 60px auto 0;
			padding: 0;
		}
		#not-found > #links-404 > li{
			float: left;
			display: block;
			width: 16.667%;
		}
		#not-found > #links-404 > li > ul{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		#not-found > #links-404 > li > ul > li > a{
			font-family: Georgia, Times, "Times New Roman", serif;
			display: block;
			font-style: italic;
			color: rgb(57,57,57);
			margin-bottom: 15px;
		}
		#not-found > #links-404 > li > ul > li > a:hover{
			color: rgb(216,34,41);
		}
		#not-found > #links-404 > li > ul > li:first-of-type{
			color: rgb(140,140,140);
			border-bottom: 1px solid rgb(215,215,215);
			text-transform: uppercase;
			margin-bottom: 20px;
		}
		#not-found > #links-404 > li > ul > li:first-of-type > a,
		#not-found > #links-404 > li > ul > li:first-of-type > a:hover,
		#not-found > #links-404 > li > ul > li:first-of-type > a:visited{
			display: block;
			font-family: "Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
			font-weight: bold; 
			font-style: normal;
			color: rgb(140,140,140);
			text-decoration: none;
			margin-bottom: 15px;
		}
	/* @end */
/* @end */
/* @group Media Queries */
@media only screen and (max-width: 580px) {
/* @group Global */
body {
	max-width: 580px !important;
}
#body {
	z-index: 1;
}
#home-header {
	position: relative;
	background: #fff;
	padding-bottom: 10px;
	z-index: 999;
}
section {
	position: relative;
}
#container {
	min-width: 1px !important;
}
#header nav {
	width: 100% !important;
}
#subheader nav {
    margin-left: 0px !important;
}
#header {
	padding: 0;
}
#header nav {
	float: none;
	margin: 0;
	width: auto;
	position: fixed;
	z-index: 9;
}
#header ul {
	margin: 0 !important;
	display: none;
	background: #fff;
}
#header ul li {
	float: none;
	margin: 0;
	line-height: 1em;
	font-size: 18px;
}
#header ul li a {
	color: #333 !important;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #979797;
}
#mobile-bars {
	display: block;
	width: 100%;
	height: 40px;
	background: #fff url('../img/menu-show.png') no-repeat right center;
}
#header h1 {
	width: 100%;
	margin: 43px 0 0 0;
}
#header h1 a {
	background: url("../img/logo.png") no-repeat scroll center center #FFFFFF;
	width: 100%;
}
#submenu-show {
	display: block;
	font-family: Georgia;
	color: #666;
	font-size: 12px;
	line-height: 1em;
	text-decoration: none;
	font-style: italic;
	padding: 10px 20px 17px 20px;
	text-transform: uppercase;
}
#subheader ul:before {
	border-bottom: 10px solid #F6F6F6;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	top: -9px;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	left: 25px;
}
#subheader {
	background: #fff !important;
}
#subheader nav ul {
	margin: 0;
	position: relative;
	display: block;
}
#subheader nav li {
	float: none;
	margin-right: 0;
	font-size: 14px;
}
#subheader nav li a {
	color: #777 !important;
	display: block;
	padding: 10px 20px;
}


#subheader nav li a:hover, #subheader nav li.active, #subheader nav li.active a {
	color: #ce2026;
}

#body {
	padding-left: 20px;
	padding-right: 20px;
}
#footer p {
	text-align: center;
}
/* @end */
/* @group Blog */
#blog-featured-col, .blog-item {
	width: 100% !important;
	margin: 20px 0 0 0 !important;
}
#blog-right-col {
	min-width: 1px !important;
	margin-right: 0 !important;
}
#blg-post-top {
    margin: 0 !important;
    width: 100% !important;
}
#blg-post-main {
    width: 100%;
}
#blg-post-bottom {
    margin: 0;
    width: 100%;
}
#blg-post-left {
    margin: 0;
    width: 100%;
    float:none
}
#blg-post-bottom img {
    float: none;
    margin-top: 10px;
    width: 100%;
}
/* @end */
/* @group The Studio */
#about-container img {
    float: none;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}
#about-right-col {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 45px;
    width: 100%;
}
#about-right-col h1 {
	font:  30px/1em "maison_neue_trialbold",Georgia,Arial,sans-serif;
}
#about-right-col blockquote {
	margin-left: 0 !important;
}
#about-right-col blockquote p {
	font-size: 18px;
}
/* @end */
/* @group Jonathon Bio */
#bio-container img {
    float: none;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}
#bio-right-col {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 45px;
    width: 100%;
}
#bio-right-col h1 {
	font:  30px/1em "maison_neue_trialbold",Georgia,Arial,sans-serif;
}
/* @end */
/* @group Press */
#press-main-container {
    margin: 0 !important;
}
.press-item {
    float: none;
    margin: 0 0 20px 0 !important;
    width: 100%;
    position: relative;
}
.press-item.read-more{
	position: absolute;
	bottom: 10px;
	right: 0;
}
#post-main-container{
	max-width: 1500px;
}
#press-slideshow {
    float: none;
    margin-left: 0;
    width: 100%;
    height: 700px;
}
#press-slideshow .press-view-item {
	background-position: center top;
	height: 100%;
}
.press-view-item iframe {
	width: 100% !important;
	height: 600px !important;
}
.press-pager {
	width: 100%;
	float: none;
}
#post-col-right {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 45px;
    width: 100%;
}
#post-col-right h1 {
	font:  30px/1em "maison_neue_trialbold",Georgia,Arial,sans-serif;
	font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; 
	font-weight:bold; 
	font-style:normal; 
}
#post-col-right blockquote p {
	font-size: 18px;
}
/* @end */
/* @group Contact */
#contact-container {
    margin: 0;
    width: 100%;
}
#contact-info {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    position: relative;
}
#map {
    float: none;
    width: 100%;
}
#portfolio-container {
	min-width: 1px;
}
#instafeed {
    width: 100%;
}
#portfolio-container img {
    float: none;
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
}
/* @end */

/* @group Contact */
#project-list {
    margin: 45px 0;
}
.project-item, .projectlist-item {
    float: none;
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    width: 100% !important;
}
.project-info {
    background: none;
    height: auto;
    left: auto;
    opacity: 1;
    padding: 0;
    position: relative;
    top: auto;
    transition: all 0.6s ease 0s;
    width: auto;
}
.project-info h2, .project-info p, .project-info h2 a {
	color: #666;
}
#project-view .cycle-slideshow img {
	background-size: contain;
	-webkit-background-size: contain;
	height: 300px;
	width: 100%;
}
#project-view .cycle-slideshow {
    background: url("../img/project-img-bg.png") repeat scroll left top rgba(0, 0, 0, 0);
    height: 300px;
    margin: 0 auto 0;
}
#project-browse {
	display: none;
}
#project-details {
    padding: 0;
    width: 100%;
}
#project-details-title {
    float: none;
    width: 100%;
    padding-top: 10px;
}
#project-details-desc {
    float: none;
    width: 100%;
}
#photo-full {
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 300px;
    left: 0;
    padding-bottom: 40px;
    position: relative;
    right: 0;
    top: 0;
}
/* @end */
/* @group Works */
.photo-full-view {
	height: 300px;
	margin-top: 10px;
}
.slide-browse {
    background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
    height: 50px;
    top: 319px;
    width: 38px;
}
#project-list {
	margin: 0 !important;
}
.project-item:hover .project-border {
	opacity: 0;
}
#works-options {
	display: none;
}
.project-info.desktop {
	display: none;
}
.project-info.mobile{
	display: block;
}
.project-info h2 {
	font-size: 18px;
	margin: 10px 0 0 0;
}
.project-info h2, .project-info p {
	text-shadow: none !important;
}
.project-info p {
    border-bottom: 1px solid #999999;
    padding-bottom: 5px;
}
/* @end */
/* @group Project Details */
#project-details {
	padding: 0 !important;
}
#cycle2-prevnext {
	display: block;
	height: 70px;
	position: relative;
}
#cycle2-prevnext a {
	position: absolute;
	width: 24px;
	height: 22px;
	top: 20px;
	cursor: pointer;
}
#mob-prev {
	left: 0;
	background: #fff url('../img/mob-prev.png') no-repeat center center;
}
#mob-next {
	right: 0;
	background: #fff url('../img/mob-next.png') no-repeat center center;
}
/* @end */
/* @group Pace Loader */
.pace {
  width: 266px;
  height: 1px;
}
.pace:before {
	content: url('http://jonathanmannion.com/img/logo.png');
	width: 266px;
	height: 34px;
	top: -49px;
}
.pace .pace-progress {
  max-width: 266px;
}

/* @end */
}
/* @end */
/* @group Chad's Responsive Edits - 1/23/2014 */
@media only screen and (max-width: 580px) {
	#contact-info input.contact-form-row {
		margin-bottom: 30px;
	}
	body{
		position: relative;
	}
	#home-footer{
	  position: absolute !important;
	}
	#header nav{
		width: 89% !important;
	}
	#mobile-bars{
		margin: 0;
		width: auto;
	}
	#submenu-show{
		padding-bottom: 0;
	}
	#subheader{
		margin: 20px 0 0;
	}
	#subheader nav ul{
		overflow: hidden;
	}
	#subheader nav li {
		float: left;
		width: 30%;
		min-width: 110px;
	}
	#body{
		padding: 20px 40px 40px 40px;
	}
	.body-nofade .pace{
		width: 100%;
	}
	.body-nofade .pace {
		width: 80%;
	}
	.pace:before {
		background: url('http://jonathanmannion.com/img/logo.png') !important;
		width: 266px !important;
		height: 34px !important;
		top: -49px !important;
		content: "" !important;
		background-repeat: no-repeat;
		background-size: 100% !important;
		left: 50%;
		margin-left: -133px;
	}
	#subheader nav li.active a{
		color: #ce2026 !important;
	}
	#press-slideshow{
		height: 230px;
		margin-top: 10px;
	}
	.cycle-slideshow{
		height: 190px;
	}
	#about-right-col{
		margin-top: 45px;
	}
	.pressArrows{
		display: none;
	}
	/* @group Mobile issue Fixes */
		header{
			position: relative;
			z-index: 1000;
			background: #fff;
		}
		#home-footer {
			position: static;
			margin-top: 40px;
		}
		#photo-full{
			height: 100%;
			width: 100%;
			margin:  0 auto;
			padding-bottom: 0;
			background: url('/img/loading2.gif') no-repeat center center;
			background-size: 40px 40px;
			-webkit-background-size: 40px 40px;
		}
		#photo-full h2 span{
			display: block;
			padding-left: 0;
		}
		.slide-browse{
			top: 20%;
			margin-top: -25px;
		}
		.slide-browse#home-prev{
			left: -28px !important;
		}
		.slide-browse#home-next{
			left: auto!important;
			right: -28px !important;
		}
		#photo-full h2{
			bottom: -73px;
		}
		.slide-browse {
			background-size: 40% !important;
			-webkit-background-size: 40% !important;
			background-position: right center !important;
		}
		#project-view .slide-browse {
			height: 200px !important;
		}
	/* @end */
	/* @group Mobile Store Hidden */
		#mobile-warning{
			display: block;
		}
		#store-header,
		#v-top-container,
		#view-related,
		section.cart > form,
		#shipping-wrap > form,
		#billing-wrap > form,
		section.confirm > form{
			display: none !important ;
		}
	/* @end */
	.photo-full-view{
		margin-top: 0;
	}
	.projectlist-item{
		margin-bottom: 30px;
	}
	.project-info p{
		padding-bottom: 30px;
	}
	div#project-view{
		position: relative;
	}
	#project-details-title{
		padding-top: 20px;
	}
	#project-details-title > p:nth-of-type(2){
		width: 40px;
		text-align: center;
		margin-top: 2px;
		position: absolute;
	}
	#project-details-title > p:nth-of-type(2) > a{
		display: block;
		margin: 0 auto 20px;
	}
	#project-details-desc{
		width: auto;
		margin: 0 0 0 40px;
	}
	/* @group Mobile Navigation */
		#header nav{
			height: 40px;
			width: 100% !important;
			background: transparent;
			transition: height .5s, background .3s;
			-webkit-transition: height .5s, background .3s;
		}
		#header nav.navActive{
			height: 335px;
			width: 100% !important;
			background: rgb(244,244,244);
		}
		#header > nav > ul{
			background: none;
			display: block;
			margin-top: 40px !important;
			height: 0;
			overflow: hidden;
		}
		#header > nav.navActive > ul {
			height: auto;
		}
		#header > nav > ul > li > a{
			border-bottom: none;
			padding: 15px 20px 15px;
			text-align: center;
			color: rgb(102,102,102) !important;
			opacity: 0;
			transition: opacity .3s;
			-webkit-transition: opacity .3s;
			transition-delay: .3s;
			-webkit-transition-delay: .3s;
		}
		#header > nav.navActive > ul > li > a{
			opacity: 1;
		}
		#header > nav > ul > li:last-of-type > a{
			padding-bottom: 30px;
		}
		#header > nav > a#mobile-bars{
			position: absolute;
			top: 0;
			z-index: 2000;
			display: block;
			width: 100%;
			background-color: transparent;
			background-image: none;
		}
		#header > nav > a#mobile-bars:before{
			display: block;
			height: 20px;
			width: 22px;
			margin: 12px 20px;
			background: url("/img/mannion-mobile.png") 0 0;
			float: left;
			opacity: 1;
			content: "";
			transition: opacity .3s;
			-webkit-transition: opacity .3s;
		}
		#header > nav.navActive > a#mobile-bars:before{
			opacity: 0;
		}
		#header > nav > a#mobile-bars:after{
			display: block;
			height: 20px;
			width: 22px;
			margin: 12px 20px;
			background: url("/img/mannion-mobile.png") 0 -30px;
			float: right;
			opacity: 0;
			content: "";
			transition: opacity .3s;
			-webkit-transition: opacity .3s;
		}
		#header > nav.navActive > a#mobile-bars:after{
			opacity: 1;
		}

	/* @end */
	/* @group Mobile Sub Navigation */
		body {
			margin: 0 0;
		}
		#submenu-show{
			display: none;
		}
		#subheader{
			background: rgb(245,245,245) !important;
			padding: 0 !important;
		}
		#subheader nav > ul{
			padding: 15px 40px 5px;
			text-align: center;
		}
		#subheader nav li{
			width: auto;
			min-width:0;
			display: inline-block;
			float: none;
		}
		#subheader nav li a{
			font-style: normal;
			font-size: 15px;
			padding: 0;
			margin: 0 0 10px;
		}
		#subheader nav li a:after {
			content: "|";
			margin: 0 10px;
			color: rgb(102,102,102);
		}
		#subheader nav li:last-of-type a:after{
			display: none;
		}
	/* @end */
	.press-slideshow{
	  width: 100% !important;
    height: 220px !important;
	}
	.press-slideshow iframe{
	  height: 220px !important;
	}
	#works-body > #container > #body > section{
	  padding-bottom: 80px;
	}
	.press-item {
	    float: none;
	    margin: 0 0 60px 0 !important;
	    width: 100%;
	    position: relative;
	    padding: 0 0 20px;
	}
	#map{
	  display: none;
	}
	#contact-info input.contact-form-row{
	  width: 100%;
	}
	button#contact-submit{
	  padding: 0 0 0 15px;
	}
	#contact-info form{
	  position: static;
	  padding-bottom: 20px;
	}
	#contact-info h2{
	  margin-bottom: 10px;
	}
}

/* @end */

/* @group reset password form */

#reset_password_form{
	
}

/* @end */











.hide{
	height: 0;
	width: 0;
	opacity: 0;
}
.cycle-slide > div{
	position: relative;
	z-index: 2;
}
.cycle-slide-active:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	display: block;
	width: 40px;
	height: 40px;
	z-index: 0;
	background: url('http://jonathanmannion.com/img/loading2.gif') transparent;
	background-size: 40px 40px;
}
.cycle-top:before,
.press-view-item:before,
.slide-video:before{
	display: none;
}
.slide-browse{
	height: -webkit-calc(100% - 235px);
	height: -moz-calc(100% - 235px);
	height: -o-calc(100% - 235px);
	height: calc(100% - 235px);
}
#project-view .slide-browse{
	height: 750px;
}
















