@font-face {
    font-family: 'helvetica';
    src: url('fonts/helvetica-webfont.eot');
    src: url('fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-webfont.woff') format('woff'),
         url('fonts/helvetica-webfont.ttf') format('truetype'),
         url('fonts/helvetica-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticabold';
    src: url('fonts/helvetica-bold-webfont.eot');
    src: url('fonts/helvetica-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-bold-webfont.woff') format('woff'),
         url('fonts/helvetica-bold-webfont.ttf') format('truetype'),
         url('fonts/helvetica-bold-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body.customizer {
	background: url(../img/grid.jpg) 0 0 repeat;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
div:focus {
    outline: none;
}


section.header {
	background: #000;
	padding: 15px 0;
	height: 44px;
}
section.header .logo {
	float: left;
}
section.footer {
	background: #000;
	padding: 35px 0;
}
section.footer p.designed {
	font-family: "Oswald";
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	color: #a7a7a7;
	font-size: 16px;
	margin: 0 45px;
}
section.footer p.copyright {
	font-family: "helvetica";
	text-align: center;
	color: #a7a7a7;
	font-size: 12px;
	margin: 0 45px;
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 16px;
}

section.renders {
	height: 196px;
	background: url(../img/header.jpg) 0 0 repeat-x;
}
section.intro {
	padding: 40px 0;
	text-align: center;
}
section.intro h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 42px;
	margin: 0;
}
section.intro h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0;
}

section.products {
	background: url(../img/grid.jpg) 0 0 repeat;
	padding-bottom: 60px;
}
section.products .product {
	margin-top: 60px;
}
section.products .product h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
}
section.products .product .thumb {
	text-align: center;
	padding: 20px 0;
	min-height: 223px;
}
section.products .product .thumb img {
	max-width: 100%;
}
section.products .product p {
	margin: 0 45px;
	font-family: "helvetica";
	font-size: 13px;
	color: #999999;
	line-height: 20px;
	margin-bottom: 20px;
}
section.products .product p.price {
	font-family: "helveticabold";
}
section.products .product p.price span {
	font-family: "Oswald";
	font-weight: 300;
	font-size: 28px;
	color: #4cbbee;
	padding-top: 10px;
	float: left;
}
section.products .product p .cta-button {
	margin-top: 60px;
	text-align: center;
}

/* BUTTONS */
.cta-button {
  display: block;
  padding: 11px 0 11px 0;
  padding-top: 12px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  /*-webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;*/
}
.cta-button:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.cta-button.blue {
  color: #fff;
  background-color: #4ebdec;
  background: url('../img/cta-pointer.png')  90% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#4ebdec), to(#42addb));
  background: url('../img/cta-pointer.png')  90% 50% no-repeat, -webkit-linear-gradient(top, #4ebdec, #42addb);
  background: url('../img/cta-pointer.png')  90% 50% no-repeat, -moz-linear-gradient(top, #4ebdec, #42addb);
  background: url('../img/cta-pointer.png')  90% 50% no-repeat, -o-linear-gradient(top, #4ebdec, #42addb);
  background: url('../img/cta-pointer.png')  90% 50% no-repeat, -ms-linear-gradient(top, #4ebdec, #42addb);
  background: url('../img/cta-pointer.png')  90% 50% no-repeat, linear-gradient(top, #4ebdec, #42addb);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#4ebdec', EndColorStr='#42addb');
}
.cta-button.black {
  color: #fff;
  background: #000 url(../img/cta-pointer-left.png) 10% 50% no-repeat;
  display: inline;
  border-radius: 0;
  font-family: "Oswald";
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  color: #a7a7a7;
  padding: 14px 15px 14px 30px;
}

/* CUSTOMIZER */
section.customizer {
	padding: 60px 0;
}
section.customizer .product-options {
	background: #fff;
	border: solid 1px #d7d7d7;
	-webkit-box-shadow: 1px 1px 3px rgba(194, 194, 194, 0.75);
	-moz-box-shadow:    1px 1px 3px rgba(194, 194, 194, 0.75);
	box-shadow:         1px 1px 3px rgba(194, 194, 194, 0.75);
	padding-bottom: 50px;
	position: relative;
}
section.customizer .product-options .tabs, section.customizer .product-options .tabs li {
	margin: 0;
}
section.customizer .product-options .tabs { 
width: 100%;
}
section.customizer .product-options .tabs li {
	float: left;
	width: 132px;
	text-align: center;
	font-family: "Oswald";
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
	padding: 20px 0;
	cursor: pointer;
}
section.customizer .product-options .tabs li.middle {
	border-left: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8;
	width: 131px;
}
section.customizer .product-options .tabs li.active {
	background: #000000;
	color: #ffffff;
}
section.customizer .product-options .tab-panel {
	position: relative;
}
section.customizer .product-options .tab-panel .sub-tabs {
	margin: 0;
	background: #f9f9f9;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	text-align: center;
	position: relative;
}
section.customizer .product-options .tab-panel .sub-tabs.empty {
	background: #ffffff;
	border-bottom: solid 1px #ffffff;
}
section.customizer .product-options .tab-panel .sub-tabs div {
	margin: 0;
	float: left;
	width: 33%;
	position: relative;
	padding: 10px 0;
}
section.customizer .product-options .tab-panel > .active {
	width: 20px;
	height: 11px;
	background: url(../img/nav-pointer.png) 0 0 no-repeat;
	float: left;
	position: absolute;
	z-index: 10;
}
section.customizer .product-options .tab-panel.accordions > .active {
	left: 50%;
	margin-left: -10px;
	top: -1px;
}
section.customizer .product-options .tab-panel.body > .active {
	width: 33%;
	background-position: center top;
	left: 10px;
	margin-left: -10px;
	top: -1px;
}
section.customizer .product-options .tab-panel.buttons > .active {
	width: 33%;
	background-position: center top;
	right: 0px;
	margin-left: -10px;
	top: -1px;
}
section.customizer .product-options .tab-panel .sub-tabs {
	font-family: "Oswald";
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	height: 41px;
}
section.customizer .product-options .tab-panel .sub-tabs div {
	float: left;
	width: 45%;
	text-align: left;
}
section.customizer .product-options .tab-panel .sub-tabs.accordions div {
	width: 48%;
}
section.customizer .product-options .tab-panel .sub-tabs.accordions .bottom {
	text-align: right;
	padding-right: 2%;
	border-right: solid 1px #e8e8e8;
}
section.customizer .product-options .tab-panel .sub-tabs.accordions .top {
	text-align: left;
	margin-left: 1%;
	padding-left: 1%;
	width: 47%;
}
section.customizer .product-options .tab-panel .sub-tabs.buttons div {
	width: 24%;
	margin-right: 0 !important;
}
section.customizer .product-options .tab-panel .sub-tabs.buttons div.theme {
	width: 132px;
	border-right: solid 1px #e8e8e8;
	text-align: center;
	cursor: pointer;
}
section.customizer .product-options .tab-panel .sub-tabs.buttons div.artist {
	width: 133px;
	border-right: solid 1px #e8e8e8;
	text-align: center;
	cursor: pointer;
}
section.customizer .product-options .tab-panel .sub-tabs.buttons div.top {
	width: 58px;
	text-align: center;
}
section.customizer .product-options .tab-panel .sub-tabs.buttons div.bottom {
	width: 65px;
	text-align: center;
	border-right: solid 1px #e8e8e8;
}
section.customizer .product-options .tab-panel .pallette {
	margin: 20px 10px 20px 20px;
}
section.customizer .product-options .tab-panel .pallette .pallette-options {
	height: 364px;
	overflow: auto;
	width: 368px;
}
section.customizer .product-options .tab-panel .pallette .option {
	float: left;
	width: 77px;
	height: 77px;
	margin: 6px 5px;
}
section.customizer .product-options .tab-panel .pallette .option img {
	width: 100%;
	cursor: pointer;
	border: solid 2px #ffffff;
}
section.customizer .product-options .tab-panel .pallette .option img.active {
	border: solid 2px #000;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
section.customizer .product-options .tab-panel .pallette .instructions {
	font-family: "Oswald";
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}
section.customizer .product-preview {
	position: relative;
}
section.customizer .product-preview .back-preview, section.customizer .product-preview .side-preview {
	width: 400px;
	height: 600px;
	position: relative;
	overflow: hidden;
}
section.customizer .product-preview .back-preview img, section.customizer .product-preview .side-preview img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 10px;
}
section.customizer .product-preview .preview-thumbs {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	text-align: center;
	font-family: "Oswald";
	font-size: 11px;
	font-weight: 400;
	color: #a7a7a7;
	text-transform: uppercase;
}
section.customizer .product-preview .preview-thumbs li .thumb {
	position: relative;
	background: #fff;
	border: solid 2px #d7d7d7;
	-webkit-box-shadow: 1px 1px 3px rgba(194, 194, 194, 0.75);
	-moz-box-shadow:    1px 1px 3px rgba(194, 194, 194, 0.75);
	box-shadow:         1px 1px 3px rgba(194, 194, 194, 0.75);
	width: 55px;
	height: 79px;
	margin-bottom: 5px;
}
section.customizer .product-preview .preview-thumbs li .thumb a {
	float: left;
}
section.customizer .product-preview .preview-thumbs img {
	width: 42px;
	height: 63px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 6px;
}
section.customizer .product-preview .preview-thumbs .thumb.highlight {
	border-color: #4ab9ec;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../img/overlay.png) 0 0 repeat;
	z-index: 200;
	top: 0;
	left: 0;
	display: none;
}
.overlay .loading {
	background: #000000;
	border-radius: 40px;
	width: 76px;
	height: 61px;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -38px;
	margin-top: -23px;
	text-align: center;
	padding-top: 15px;
}
.overlay p {
	font-family: "Oswald";
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	width: 300px;
	text-align: center;
	left: 50%;
	margin-left: -150px;
	top: 51%;
}
.dropmenu {
	position: absolute;
	width: 132px;
	background: #fff;
	border: solid 1px #e8e8e8;
	border-left: none;
	border-bottom: none;
	top: 41px;
	display: none;
	z-index: 100;
}
.dropmenu.artists {
	border-left: solid 1px #e8e8e8;
	margin-left: -1px;
	width: 133px;
}
.dropmenu li {
	text-align: center;
	margin-bottom: 0;
	border-bottom: solid 1px #e8e8e8;
}
.dropmenu li a {
	color: #a7a7a7;
	text-decoration: none;
	padding: 5px 0;
	display: block;
}
.dropmenu li a:hover {
	background: #4cbbee;
	color: #fff;
}

.artist-info {
	padding: 10px;
	position: absolute;
	width: 208px;
	height: 87px;
	margin-left: -50px;
	z-index: 200;
	background: url(../img/artist-popup.png) 0 0 no-repeat;
	display: none;
}
.artist-info h4 {
	font-family: "Oswald";
	font-weight: 400;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
}
.artist-info p {
	font-family: "helvetica";
	font-size: 10px;
	color: #000000;
	line-height: 13px;
	margin-bottom: 0;
	height: 39px;
	overflow: hidden;
}
.artist-info img {
	width: 75px;
	height: 75px;
	max-width: 75px;
	float: left;
	margin-right: 10px;;
}

.sub-tabs input { margin-left: 0; margin-right: 1px; }

.product-selection {
	float: left;
	padding-left: 15px;
}
.product-selection h1 {
	float: left;
	color: #ffffff;
	font-family: "Oswald";
	text-transform: uppercase;
	font-weight: 300;
	font-size: 28px;
	margin: 0;
	line-height: 39px;
}
.product-selection .product-switcher {
	position: relative;
	float: left;
}
.product-selection .product-switcher .changeProduct {
	font-family: "Oswald";
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #a7a7a7;
	text-decoration: none;
	vertical-align: baseline;
	padding-top: 17px;
	float: left;
	margin-left: 10px;
}
.product-selection .product-switcher .dropmenu {
	top: 59px;
	border: none;
	width: auto;
	margin: 0;
}
.product-selection .product-switcher .dropmenu li:first-child, .mobile-menu li:first-child {
	border: none;
}
.product-selection .product-switcher .dropmenu li {
	background: #000000;
	border-top: solid 1px #333333;
	border-bottom: none;
	padding: 6px 15px;
	font-family: "Oswald";
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #a7a7a7;
	text-align: left;
	width: auto;
	white-space: nowrap;
}
.product-selection .product-switcher .dropmenu li a:hover {
	background: none;
}

.price-cart {
	float: right;
	padding-right: 10px;
}
.price-cart .price {
	float: left;
	font-family: "Oswald";
	font-weight: 300;
	font-size: 28px;
	color: #4cbbee;
	line-height: 39px;
}
.price-cart button {
	display: inline;
	margin: 0 25px 0 35px;
	width: 144px;
	text-align: left;
	padding-left: 15px;
	cursor: pointer;
	float: left;
}
.price-cart a {
	width: 16px;
	height: 39px;
	position: relative;
}

.customizer-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
}
.container.foot .cta-button {
	float: left;
	line-height: 11px;
	padding-top: 17px;
	padding-bottom: 17px;
}
.container.foot .cta-share {
	float: right;
	background: #000;
	padding: 14px 15px 0 15px;
}
.container.foot .cta-share label {
	font-family: "Oswald";
	font-weight: 400px;
	font-size: 11px;
	color: #a7a7a7;
	text-transform: uppercase;
	line-height: 20px;
	float: left;
	margin: 0 50px 0 20px;
}
.container.foot .cta-share .addthis_toolbox {
	float: left;
	white-space: nowrap;
}
.container.foot .cta-share .addthis_toolbox a {
	float: left;
	margin-right: 10px;
}
.addthis_toolbox .addthis_button_pinterest_pinit {
	width: 42px;
}
.mobile-menu-trigger {
	display:none;
	position: absolute;
	top: 15px; 
	right: 0;
}

.mobile-menu {
	display:none;
	position: absolute;
	top: 59px;
	z-index: 100;
	background: #000;
	width: 420px;
}
.mobile-menu li {
	background: #000000;
	border-top: solid 1px #333333;
	border-bottom: none;
	padding: 0 0 0 15px;
	font-family: "Oswald";
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #a7a7a7;
	text-align: left;
	width: auto;
	white-space: nowrap;
}
.mobile-menu li a {
	padding: 6px 0;
	display: block;
	color: #a7a7a7;
	text-decoration: none;
}
.mobile-menu li a:hover {
	background: none;
	color: #fff;
}
.mobile-price-cart .price-cart {
	display:none;
	width: 400px;
	padding: 10px;
	background: #000000;
}
.mobile-price-cart .price-cart .price {
	width: 150px;
	text-align: center;
}
.mobile-price-cart .price-cart a {
	float: right;
}

.sort-panel {
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: solid 1px #e8e8e8;
	width: 100%;
	display:none;
}
.sort-panel span {
	padding: 6px 10px;
	float: left;
	width: 112px;
	text-align: center;
	font-family: "Oswald";
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #a7a7a7;
	border-right: solid 1px #e8e8e8;
	cursor: pointer;
}
.dropmenu.sort {
	position: absolute;
	bottom: 13px;
	top: auto;
	background: #fff;
}
.dropmenu.sort li a {
	font-family: "Oswald";
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #a7a7a7;
}
.dropmenu.sort li a:hover {
	color: #fff;
}	