html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
body{
	/*font: normal 14px/18px arial, sans-serif;*/
	overflow: hidden;
}
iframe{
	border: 0 none;
}
p{
	margin-top: 10px; 
}
a {
	color: #D26E4B;
}
h1 {
	font-size: 200%;
	margin: 24px 0;
}
h2 {
	font-size: 140%;
	margin:0 0 12px 0;
}
canvas{
	margin:0;
	padding: 0;
	background: transparent;
}
hr {
	padding: 0;
	margin: 4px 0;
	height: 0;
	border-top: 0 none;
	border-bottom: solid 1px #222;
}
button:disabled {
	opacity: 0.5;
}
#uiModal {
	display: none;
}
.myLoader {
	z-index: 5002;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}
.tbg-white #loader{
	background-color: rgba(255, 255, 255, 0.75);
}
.tbg-blue #loader{
	background-color: rgba(210, 110, 75, 0.75);
}
.tbg-grey #loader{
	background-color: rgba(153, 153, 153, 0.75);
}
.tbg-black #loader{
	background-color: rgba(0, 0, 0, 0.75);
}
#wrapper,
#toolMenu {
	padding: 40px 30px;
	margin: 0 auto;
	max-width: 1140px;
}
#wrapper {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
.mobileControl{
	color: #777;
	padding: 5px 15px 5px 25px;
	font-weight: bold;
	clear: both;
}
.mobileControl > div{
	font-weight: normal;
}
.welcomeWrapper{
	
}
#toolBg{
	position: relative;
	z-index: 1;
}
#toolBgBtn{
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 10px;

	background-color: #444;
	border-color: #444;
	color: #FFF;
}
#toolBgBtn:hover,
#toolBgBtn:focus,
#toolBgBtn:active {
	background-color: #222;
}
#toolBgBtn:focus {
	outline-color: #A8583C;
}
#wrapper.left #toolBgBtn{
	right: auto;
	left: 15px;
}
.myCart{
	position: absolute;
	bottom: 15px;
	right: 15px;
	max-width: 133px;
}
.left .myCart{
	right: auto;
	left: 15px;
}
.myPriceWrapper{
	font-size: 24px;
    display: block;
    text-align: center;
}
.myPriceWrapper i{
	font-size: 0.6em;
	vertical-align: super;
}
#myPrice {
	color: #060606;
}
.myPriceWrapper + .bootstrap-switch {
	margin: 0 0 4px;
}
.body-tbg-blue #myPrice,
.body-tbg-black #myPrice{
	color: #fff;
}
#myAddToCart{
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-primary {
	background-color: #d26e4b;
	border-color: #A8583C;
	color: #FFF;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
	background-color: #A8583C;
	border-color: #A8583C;
	color: #FFF;
}
.btn-primary:focus {
	outline-color: #A8583C;
}
.swatch-btn{
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #eee;
	cursor: pointer;
}
.tbg-white {
	background: #fff;
}
.tbg-grey{
	background: #999;
}
.tbg-blue{
	background: #D26E4B;
}
.tbg-black{
	background: #000;
}
.no-bg {
	background: #fff !important;
}
#toolMenu a {
	color: #b0b0b0;
}
#toolMenu a:hover {
	color: #fff;
}
#toolMenu .row > div {
	position: relative;
}
#toolMenu .row > div:after {
	content: "";
	position: absolute;
	top: 0;
	right: 5px;
	width: 1px;
	height: 240px;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #444 0%, #000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #444 0%,#000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #444 0%,#000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #444 0%,#000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #444 0%,#000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444', endColorstr='#000',GradientType=0 ); /* IE6-8 */
}
#toolMenu .row > div:last-child:after{
	content: none;
}
#toolMenu li{
	padding: 3px 0;
}
#toolMenu li.lead{
	padding: 0;
}
#toolMenu li hr{
	margin: 9px 0;
}
.lockMe.disabled {
	margin-left: 15px;
}
.lockMe i.fa,
.locker i.fa{
	margin-right: 5px;
}
.lockMe i.fa{
	display: none;
}
.lockMe.disabled i.fa{
	display: inline-block;
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
}
#toolMobile {
	position: absolute;
    z-index: 99;
    width: 100%;
}
#canvas_container{
	max-width: 1080px;
	margin: 0 auto;
}
.kineticjs-content{
	display: block !important;
	position: relative;
	margin: 0;
	padding: 0 0 41.6667% 0;
	width: 100% !important;
	height: 0 !important;
}
.kineticjs-content:after{
	content: "Graphic Representation Only - Actual Guitar may Differ.";
	position: absolute;
	left: 0;
	bottom: -15px;
	right: 0;
	text-align: center;
	font-size: 10px;
	color: #777;
}
canvas{
	width: 100% !important;
	height: auto !important;
}
#customGraphics{
	display: none;
	position: absolute;
	top: 15px;
	right: 0;
	max-width: 480px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
a.fboxImgBtn, a.fboxPresetBtn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 5px;
	text-align: center;
	color: #444;
	text-decoration: none;
	max-width: 106px;
}
a.fboxImgBtn.selected:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEu0lEQVRYR8WXe0xbVRzHv+ecWwoUqMNtkM3FmTEek23IiM7HwCyLGokozBEmmuJilsAUYYkZ8R+r/2CMuoFI1GWbDmbigxnMYnRmMdMlZpEJSHltiaPqeE1es+XR3nuOuR2F3va25bFk97+ec36/7+f3OI8S3OaP3GZ9LB5AgGxtr1wDmSSD8BWeAAQdo1Tqbc18p3+xAS0YIP1SRRrl2A+OfDByt56QAvRRiNMAO9qR9V7PQmDCAmxtq1yrKPxdKmjRQhx61nAIQsnnEvhrl7KODISyCwmQ0VKRywVpAMHNVC/+GyGEF7dvq/khmGlQgC0tlRZwfhyU0sXrzltwQCFEWDq2HTml50cXwBM5F98uV9wrqEIw4Mn2rMNn/SECADw1n+GdlFHzciL3txWCjwoFm2zba4Z85wIANrdUfkGAwlspPp8JctKW9b4lKIBnqwnStVzxBMmMIXki0A0Xghp4Stt9tVe8k5oMpF+sqKeMlC4H4MX4ndh9x3ZUDTTCNvVXgCui8MPtD9QcDAQQIJt/K/+XUBa/VABV/IX4bI/5lHCh6topdEzbNe4Uzoc7769JCABQm0/I+OdWiHt9DMoTsNhr4RaKxi2j8urWzA+uq4NzJUi/WJFLGTmzFADfyL32E24nKmz1sMc4AKLtdeZSdrU+VHtOA3DvLwcOsaiIt/UA0qPWQQigc/rvgOlg4uWtdeiTxsDiIgNs+JS7wrajrkYLcL6smpmMVf6rt0SuR/Xa5zwAh/obNBB64uNuJ15trcNVwxik2EBx1T93zrxpy6m3aktwrsxKzcY3fAEyotajek0xjMTgGZ7krjmIUOJ9hnGwWGPQasrjk6937fq4WgOw6exLz0vxsQ2+VnvMD6J01eMaRyrEz84uPBGboRn3Rh4s7b6LXf2OZ3vyjjZpAJK/Lkk13mXuJtL83SOPTqIofgfKkp4K2ZuqePnvdbAb9Gvuayxkjplr/224vPv4nxqAR3+yStfFkJPFRUbMGQgB17ADexNycCApTxdiMeKqA/f41FT3hcQYWK1cA6D+2Pjdvu+jVpu1OZ+FKErIxstJT2vT7nKgvPVD2CNC13w+IGBm+EZzb+6xZ7xjmg26scmSa1wZc4aa5pPgWaiTifE58TGwIN3unzLucEEZdT7WXfDpj7oAsFppWqbdZkg0p4H6XZSzEMWJOdi7bufiIldjUDhmBm+0Xc47kQkCoQ+glqHJki1FG85Lq2IDn8yzEHHcCGeMCLnV/KN3DzqEcM083FNw8lffOd0XUerpkmpiiqiS7jTpQvBpN2iUX5lC7BN5xAnudL/VU3BCc84ENOGcjy/3sFTJ1EgiDUXSShOIfzlCbsr5STXt8sgk+LSrsfePeyzezg+bAXWBui0HRq/WgtFSw4po0OgIn6srDIFQj1sX5IkpCEXU9sqOgyj8SnslzroI+78g5RtLoZBRSyNZAjMZQaMNIBLTJVAPGWXSBU+3y8oAI+KVnvzPPCdesC8sgGqY0rwvFlwphUL2g2IDYeQmhLc0XEC4FQguwMGvMLBPmBz1UWdhvSNctRYE4HOQkNTmknQhyCOASCaCeF5PgohRCPRSsAvd+cc6fbfZrQUI520J8/8D09nzMMwzuZQAAAAASUVORK5CYII=") center no-repeat;
	z-index: 1;
}
a.fboxImgBtn:hover, a.fboxPresetBtn:hover {
	opacity: 0.7;
}
a.fboxImgBtn:active, a.fboxPresetBtn:active {
	opacity: 0.5;
}
#puDiv a.fboxImgBtn{
	height: 200px;
}
a.fboxImgBtn img{
	width: 104px;
	height: 104px;
}
#mobileHandler{
	display: none;
	clear: both;
}
#mobileHandler button.btn-sm{
	padding: 10px 15px;
	text-align: center;
}
.welcomeWrapper {
	background: #fff;
	color: #000;
}
.welcomeWrapper > .uiBlock {
	padding-top: 50px;
	padding-bottom: 50px;
}
.welcomeWrapper h1,
.welcomeWrapper h2,
.welcomeWrapper h3,
.welcomeWrapper h4,
.welcomeWrapper h5,
.welcomeWrapper h6 {
	color: #000;
}
.presetsWrapper {
	padding-top: 30px;
}
.presetsWrapper h3 {
	margin: 2em 0 0.5em;
	background-color: #a4a4a4;
	position: relative;
	height: 8px;
}
.presetsWrapper h3 span {
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 0 0.5em;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	text-transform: uppercase;
}
.presetsWrapper > .row {
	background: url("img/bg-logo-840.jpg") center no-repeat;
	background-size: 75%;
}
.presetLink {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.presetLink:hover {
	color: #666;
	text-decoration: none;
}
.presetLink span {
	display: block;
	font-size: 1.3em;
	line-height: 1.5;
	margin-top: -30px;
}
.presetLink img {
	display: block;
	margin: 0 auto;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.presetLink:hover img {
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}
@media screen and (max-width: 360px){
	#captchaWrapper{
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media screen and (max-width: 767px){
	#toolMenu,
	#toolBgBtn{
		display: none !important;
	}
}
@media screen and (min-width: 768px){
	#toolMobile{
		display: none !important;
	}
}
@media screen and (min-aspect-ratio: 32/40) and (max-width: 767px) {
	#wrapper{
		margin-top: 50px;
	}
}
@media screen and (max-aspect-ratio: 31/40) and (max-width: 767px) {
	#wrapper{
		-moz-transform: rotate(-90deg) translateX(-30%);
		-webkit-transform: rotate(-90deg) translateX(-30%);
		-o-transform: rotate(-90deg) translateX(-30%);
		-ms-transform: rotate(-90deg) translateX(-30%);
		transform: rotate(-90deg) translateX(-30%);
		margin: 0 0 0 -25%;
		width: 150%;
	}
	#wrapper.left{
		-moz-transform: rotate(90deg) translateX(30%);
		-webkit-transform: rotate(90deg) translateX(30%);
		-o-transform: rotate(90deg) translateX(30%);
		-ms-transform: rotate(90deg) translateX(30%);
		transform: rotate(90deg) translateX(30%);
	}
	#customGraphics{
		top: 55px;
	}
	.standard-body{
		overflow: visible !important;
	}
	body.body-tbg-white{
		background-color: #fff;
	}
	body.body-tbg-grey{
		background-color: #999;
	}
	body.body-tbg-blue{
		background-color: #D26E4B;
	}
	body.body-tbg-black{
		background-color: #000;
	}
	#toolBgBtn{
		top: auto;
		bottom: 0;
		right: 120px;
	}
	.left #toolBgBtn{
		top: 0;
		bottom: auto;
		left: 120px;
		right: auto;
	}
	.myCart{
	    bottom: auto;
	    top: 10%;
	    -moz-transform: rotate(90deg) scale(0.7);
		-webkit-transform: rotate(90deg) scale(0.7);
		-o-transform: rotate(90deg) scale(0.7);
		-ms-transform: rotate(90deg) scale(0.7);
		transform: rotate(90deg) scale(0.7);
	    transform-origin: top;
	}
	.left .myCart{
	    right: auto;
		left: 0;
	    -moz-transform: rotate(90deg) scale(-0.7);
		-webkit-transform: rotate(90deg) scale(-0.7);
		-o-transform: rotate(90deg) scale(-0.7);
		-ms-transform: rotate(90deg) scale(-0.7);
		transform: rotate(90deg) scale(-0.7);
	}
}
@media screen and (max-aspect-ratio: 9/14) and (max-width: 767px) {
	#wrapper{
		-moz-transform: rotate(-90deg) translateX(-38%);
		-webkit-transform: rotate(-90deg) translateX(-38%);
		-o-transform: rotate(-90deg) translateX(-38%);
		-ms-transform: rotate(-90deg) translateX(-38%);
		transform: rotate(-90deg) translateX(-38%);
		margin: 0 0 0 -22%;
		width: 144%;
	}
	#wrapper.left{
		-moz-transform: rotate(90deg) translateX(38%);
		-webkit-transform: rotate(90deg) translateX(38%);
		-o-transform: rotate(90deg) translateX(38%);
		-ms-transform: rotate(90deg) translateX(38%);
		transform: rotate(90deg) translateX(38%);
	}
	#toolBgBtn{
		top: auto;
		bottom: 0;
		right: 60px;
	}
	.left #toolBgBtn{
		top: 0;
		bottom: auto;
		left: 60px;
		right: auto;
	}
}
/*** Bootstrap Overrides ***/
body .popover{
	border-radius: 0;
	-webkit-border-radius: 0;
	max-width: 100%;
	background-color: #fff;
}
body .modal{
	overflow-y: auto;
}
body .popover-content{
	padding: 0;
}
body .popover-content .form-group,
body .popover-content .form-group .btn{
	margin-top: 0;
	margin-bottom: 0;
}
body .popover .btn{
	text-align: center;
}
body .popover.top>.arrow:after {
	border-top-color: #fff;
}
body .popover.right>.arrow:after {
	border-right-color: #fff;
}
body .popover.bottom>.arrow:after {
	border-bottom-color: #fff;
}
body .popover.left>.arrow:after {
	border-left-color: #fff;
}
body .btn-group-vertical > .btn:first-child:not(:last-child){
	-webkit-border-radius: 0;
	border-radius: 0;
}
body .btn-group-vertical > .btn{
	margin-top: 2px;
	margin-bottom: 2px;
}
body .label-danger {
    color: #fff;
}
body .label {
    font-size: 50%;
    vertical-align: middle;
}

/***** 5 Columns *****/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/***** PROCESS STEPS *****/

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #FFE2A8; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #7C8DB3; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 16px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #FFE2A8;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
#welcomeSteps h3{
	margin: 36px 0;
}

/***  BX-SLIDER ***/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	text-align: center;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*border:  5px solid #fff;
	left: -5px;
	background: #fff;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
		-ms-transform: translatez(0);
		-o-transform: translatez(0);
		transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	/*font-family: Arial;*/
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
	/*background: url(img/controls.png) no-repeat 0 -32px;*/
}

.bx-wrapper .bx-next {
	right: 0;
	/*background: url(img/controls.png) no-repeat -43px -32px;*/
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 30%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	/*text-indent: -9999px;*/
	font-size: 32px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.bx-wrapper .bx-caption span {
	display: block;
	padding: 10px;
}

/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #7C8DB3;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/***** LOADER *****/
.loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.loader {
    border: 4px solid rgba(49, 49, 49, 0.5);
    border-top: 4px solid rgba(243, 243, 243, .5);
    border-radius: 50%;
    width: 96px;
    height: 96px;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
/* Switch View */
@-moz-keyframes switchView {
	0% { -moz-transform: rotateY(0deg); }
    50% { -moz-transform: rotateY(90deg); }
    50.01% { -moz-transform: rotateY(-90deg); }
    100% { -moz-transform: rotateY(0deg); }
}
@-webkit-keyframes switchView {
    0% { -webkit-transform: rotateY(0deg); }
    50% { -webkit-transform: rotateY(90deg); }
    50.01% { -webkit-transform: rotateY(-90deg); }
    100% { -webkit-transform: rotateY(0deg); }
}
@-o-keyframes switchView{
    0% { -o-transform: rotateY(0deg); }
    50% { -o-transform: rotateY(90deg); }
    50.01% { -o-transform: rotateY(-90deg); }
    100% { -o-transform: rotateY(0deg); }
}

@keyframes switchView {
    0% { transform: rotateY(0deg); }
    50% { transform: rotateY(90deg); }
    50.01% { transform: rotateY(-90deg); }
    100% { transform: rotateY(0deg); }
}
#toolBg .container{
	-webkit-transform-style: preserve-3d;
	-webkit-perspective: 2000px;
	-webkit-perspective-origin: center;
	transform-style: preserve-3d;
	perspective: 2000px;
	perspective-origin: center;
}
@media screen and (min-width: 1025px) {
	.switchView{
		transform-origin: center;
		-webkit-animation: switchView 350ms linear 1;
		-moz-animation:    switchView 350ms linear 1;
		-o-animation:      switchView 350ms linear 1;
		animation:         switchView 350ms linear 1;
	}
}