/* CSS Document */

.main-boxes { margin-top: -80px; margin-top: -20px; margin-bottom: 20px; }

.page-body { position: relative; }
	.page-body > .row,
	.page-body > section {
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 40px;
		padding-bottom: 50px;
	}

.gradient-stripe {
	width: 100%;
	height: 36px;
	background: url(../images/gradient-stripe.jpg) #a4191d center top repeat-y;
	color: #fff;
}

.inner-menu {
	background-color: #e93b1c; background-color: #da3417;
	/*background: url(../images/gradient-stripe.jpg) #a4191d center top repeat-y;*/
	color: #fff;
	min-height: 42px;
}

.fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; }
.top-padding { margin-top: 40px; }



/* Shadows
-------------------------------------------------- */
.shadow {
	position: relative;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
	z-index: 10;
}

.shadow-arc { position: relative; margin-bottom: 0px; }
.shadow-arc:after {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index:-1;
	background: url(../images/shadow-arc.png) center top no-repeat;
	background-size: contain;
}

.shadow-diag { position: relative; margin-bottom: 30px; }
.shadow-diag:after {
	content: '';
	display: block;
	width: 100%;
	height: 28px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index:-1;
	background: url(../images/shadow-diag.jpg) center top no-repeat;
	background-size: contain;
}



/* Gallery carousel
-------------------------------------------------- */
.gallery .cycle-slideshow {
	width: 95%;
	height: 650px;
	margin: 0 auto;
	padding: 25px 0;
}	
	.gallery .cycle-slideshow .single-slide img {
		/*margin: 0 30px;*/
		margin: 0 5px;
		max-height: 600px;
	}

	.cycle-container .cycle-nav { margin-top: -62px; }
		.cycle-container .cycle-nav .cycle-nav-prev,
		.cycle-container .cycle-nav .cycle-nav-next {
			display: block;
			height: 124px;
			width: 35px;
			margin: 0 auto;
			background-color: #fff;
		}		
			.cycle-container .cycle-nav a,
			.cycle-container .cycle-nav a:link,
			.cycle-container .cycle-nav a:visited,
			.cycle-container .cycle-nav a:active {
				position: absolute;
				/*top: 40%;
				z-index: 100;*/
				color: #666
			}
			.cycle-container .cycle-nav a:focus { outline: 0; }
			
			.cycle-container .cycle-nav a.disabled { color: #ccc; }
				.cycle-container .cycle-nav a.cycle-nav-prev {
					left: 20px;
					left: 0px;
					background: url(../images/cycle-nav-prev.png) right center no-repeat;
					text-align: left; 
				}
				
				.cycle-container .cycle-nav a.cycle-nav-next {
					right: 20px;
					right: 0px;
					background: url(../images/cycle-nav-next.png) left center no-repeat;
					text-align: right;
				}
				
			.cycle-container .cycle-nav a span.glyphicon {
				top: 45%;
			}
	


/* Minisite ribbons
-------------------------------------------------- */
.ribbon {
	margin-bottom: 0 !important;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 500;
	
	background: #ef383e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmMzgzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTAyMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #ef383e 0%, #c5020c 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ef383e), color-stop(100%,#c5020c));
	background: -webkit-linear-gradient(left,  #ef383e 0%,#c5020c 100%);
	background: -o-linear-gradient(left,  #ef383e 0%,#c5020c 100%);
	background: -ms-linear-gradient(left,  #ef383e 0%,#c5020c 100%);
	background: linear-gradient(to right,  #ef383e 0%,#c5020c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef383e', endColorstr='#c5020c',GradientType=1 );
}

.site-branding .ribbon {
	min-width: 200px;
    text-align: center;
}



/* Colors samples
-------------------------------------------------- */
span.color {
	display: inline-block;
	width: 75px;
	width: 85px;
	margin: 10px 5px;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
	.color .sample {
		display: inline-block;
		width: 65px;
		height: 65px;
		border-radius: 50%;
		
		text-align: center;
		text-transform: uppercase;
		line-height: 62px;
	}
	
	.color .color-label {
		display: inline-block;
		margin-top: 5px;
		color: #666;
		font-size: 0.85em;
		text-align: center;
		text-transform: uppercase;
	}


.sm101 { background-color: #fff; color: #000; border: 1px solid #000; }
.sm101:after { content: 'SM101'; }

.sm103 { background-color: #ffffff; color: #000; border: 1px solid #000000; }
.sm103:after { content: 'SM103'; }

.sm201 { background-color: #ada29d; color: #fff; border: 1px solid #ada29d; }
.sm201:after { content: 'SM201'; }

.sm204 { background-color: #c3d7e3; color: #000; border: 1px solid #c3d7e3; }
.sm204:after { content: 'SM204'; }

.sm301 { background-color: #000;	 color: #fff; border: 1px solid #000; }
.sm301:after { content: 'SM301'; }

.sm401 { background-color: #ffe201; color: #000; border: 1px solid #ffe201; }
.sm401:after { content: 'SM401'; }

.sm403 { background-color: #fcfd02; color: #000; border: 1px solid #fcfd02; }
.sm403:after { content: 'SM403'; }

.sm404 { background-color: #e2bf48; color: #000; border: 1px solid #e2bf48; }
.sm404:after { content: 'SM404'; }

.sm405 { background-color: #ffe201; color: #000; border: 1px solid #ffe201; }
.sm405:after { content: 'SM405'; }

.sm406 { background-color: #ffe500; color: #000; border: 1px solid #ffe500; }
.sm406:after { content: 'SM406'; }

.sm501 { background-color: #ed6f29; color: #fff; border: 1px solid #ed6f29; }
.sm501:after { content: 'SM501'; }

.sm502 { background-color: #f84301; color: #fff; border: 1px solid #f84301; }
.sm502:after { content: 'SM502'; }

.sm601 { background-color: #cc1531; color: #fff; border: 1px solid #cc1531; }
.sm601:after { content: 'SM601'; }

.sm602 { background-color: #dc0714; color: #fff; border: 1px solid #dc0714; }
.sm602:after { content: 'SM602'; }

.sm603 { background-color: #d7072a; color: #fff; border: 1px solid #d7072a; }
.sm603:after { content: 'SM603'; }

.sm702 { background-color: #ea5a9b; color: #000; border: 1px solid #ea5a9b; }
.sm702:after { content: 'SM702'; }

.sm703 { background-color: #ff0d7d; color: #fff; border: 1px solid #ff0d7d; }
.sm703:after { content: 'SM703'; }

.sm704 { background-color: #e71784; color: #000; border: 1px solid #e71784; }
.sm704:after { content: 'SM704'; }

.sm801 { background-color: #743a8e; color: #fff; border: 1px solid #743a8e; }
.sm801:after { content: 'SM801'; }

.sm901 { background-color: #144a99; color: #fff; border: 1px solid #144a99; }
.sm901:after { content: 'SM901'; }

.sm903 { background-color: #20b5ea; color: #fff; border: 1px solid #20b5ea; }
.sm903:after { content: 'SM903'; }

.sm904 { background-color: #1b3684; color: #fff; border: 1px solid #1b3684; }
.sm904:after { content: 'SM904'; }

.sm905 { background-color: #009fe3; color: #fff; border: 1px solid #009fe3; }
.sm905:after { content: 'SM905'; }

.sm1001 { background-color: #55b14b; color: #fff; border: 1px solid #55b14b; }
.sm1001:after { content: 'SM1001'; }

.sm1003 { background-color: #09fc01; color: #000; border: 1px solid #09fc01; }
.sm1003:after { content: 'SM1003'; }

.sm1004 { background-color: #80ba26; color: #fff; border: 1px solid #80ba26; }
.sm1004:after { content: 'SM1004'; }

.sm1006 { background-color: #50af31; color: #fff; border: 1px solid #50af31; }
.sm1006:after { content: 'SM1006'; }

.sm1101 { background-color: #cfd0b7;	 color: #000; border: 1px solid #cfd0b7; }
.sm1101:after { content: 'SM1101'; }

.sm1103 { background-color: #f2eee7; color: #000; border: 1px solid #f2eee7; }
.sm1103:after { content: 'SM1103'; }


.ink-black { background-color: #000; color: #fff; border: 1px solid #000; }
.ink-black:after { content: 'BLACK'; }

.ink-blue { background-color: #003cff; color: #fff; border: 1px solid #003cff; }
.ink-blue:after { content: 'BLUE'; }



.sp105 { background-color: #fff; color: #000; border: 1px solid #000; }
.sp105:after { content: 'SP105'; }

.sp605 { background-color: #d00a10; color: #fff; border: 1px solid #d00a10; }
.sp605:after { content: 'SP605'; }

.sp907 { background-color: #1f3b7d; color: #fff; border: 1px solid #1f3b7d; }
.sp907:after { content: 'SP907'; }

.tp505 { background-color: #ea5d0b; color: #fff; border: 1px solid #ea5d0b; }
.tp505:after { content: 'TP505'; }

.tp606 { background-color: #d00a10; color: #fff; border: 1px solid #d00a10; }
.tp606:after { content: 'TP606'; }

.tp706 { background-color: #e71784; color: #fff; border: 1px solid #e71784; }
.tp706:after { content: 'TP706'; }

.tp908 { background-color: #1f3b7d; color: #fff; border: 1px solid #1f3b7d; }
.tp908:after { content: 'TP908'; }

.tp1009 { background-color: #88b326; color: #fff; border: 1px solid #88b326; }
.tp1009:after { content: 'TP1009'; }



.vp105 { background-color: #ededed; color: #000; border: 1px solid #ededed; }
.vp105:after { content: 'VP105'; }

.vp208 { background-color: #bbb; color: #000; border: 1px solid #bbb; }
.vp208:after { content: 'VP208'; }

.vp302 { background-color: #242424; color: #fff; border: 1px solid #242424; }
.vp302:after { content: 'VP302'; }

.vp409 { background-color: #d1a214; color: #000; border: 1px solid #d1a214; }
.vp409:after { content: 'VP409'; }

.vp607 { background-color: #ad1b25; color: #fff; border: 1px solid #ad1b25; }
.vp607:after { content: 'VP607'; }

.vp909 { background-color: #192670; color: #fff; border: 1px solid #192670; }
.vp909:after { content: 'VP909'; }

.vp1010 { background-color: #a39d00; color: #000; border: 1px solid #a39d00; }
.vp1010:after { content: 'VP1010'; }
.sm101 { background-color: #fff; color: #000; border: 1px solid #000; }
.sm101:after { content: 'SM101'; }
.drops101 { background: url(../images/chalk/drops-101.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #ccc; }
.drops101:after { content: '101'; }
.sm103 { background-color: #ffffff; color: #000; border: 1px solid #000000; }
.sm103:after { content: 'SM103'; }
.sm105 { background-color: #f5f5f5; color: #000; border: 1px solid #000000; }
.sm105:after { content: 'SM105'; }
.sand106 { background-color: #e1e2dd; color: #000; border: 1px solid #ccc; }
.sand106:after { content: '106'; }
.sm201 { background-color: #ada29d; color: #fff; border: 1px solid #ada29d; }
.sm201:after { content: 'SM201'; }
.drops201 { background: url(../images/chalk/drops-201.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.drops201:after { content: '201'; }
.sm206 { background-color: #c3d7e3; color: #000; border: 1px solid #c3d7e3; }
.sm206:after { content: 'SM204'; }
.sand211 { background: url(../images/chalk/sand-211.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.sand211:after { content: '211'; }
.sm212, .sm212st { background-color: #d1d1cc; color: #000; border: 1px solid #d1d1cc; }
.sm212:after { content: 'SM212'; }
.sm212st:after { content: '212'; }
.sm301 { background-color: #000;	 color: #fff; border: 1px solid #000; }
.sm301:after { content: 'SM301'; }
.drops301 { background: url(../images/chalk/drops-301.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.drops301:after { content: '301'; }
.sm304, .sm304st { background-color: #313131; color: #fff; border: 1px solid #313131; }
.sm304:after { content: 'SM304'; }
.sm304st:after { content: '304'; }
.sm401 { background-color: #ffe201; color: #000; border: 1px solid #ffe201; }
.sm401:after { content: 'SM401'; }
.drops401 { background: url(../images/chalk/drops-401.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.drops401:after { content: '401'; }
.sm403 { background-color: #fcfd02; color: #000; border: 1px solid #fcfd02; }
.sm403:after { content: 'SM403'; }
.sm407 { background-color: #e2bf48; color: #000; border: 1px solid #e2bf48; }
.sm407:after { content: 'SM404'; }
.sm405 { background-color: #ffe201; color: #000; border: 1px solid #ffe201; }
.sm405:after { content: 'SM405'; }
.sm406 { background-color: #ffe500; color: #000; border: 1px solid #ffe500; }
.sm406:after { content: 'SM406'; }
.sm411, .sm411st { background-color: #ffd800; color: #000; border: 1px solid #ffd800; }
.sm411:after { content: 'SM411'; }
.sm411st:after { content: '411'; }
.sm501 { background-color: #ed6f29; color: #fff; border: 1px solid #ed6f29; }
.sm501:after { content: 'SM501'; }
.drops501 { background: url(../images/chalk/drops-501.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.drops501:after { content: '501'; }
.sm502 { background-color: #f84301; color: #fff; border: 1px solid #f84301; }
.sm502:after { content: 'SM502'; }
.sand506 { background: url(../images/chalk/sand-506.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.sand506:after { content: '506'; }
.sm507, .sm507st { background-color: #f56e25; color: #fff; border: 1px solid #f56e25; }
.sm507:after { content: 'SM507'; }
.sm507st:after { content: '507'; }
.sm601 { background-color: #cc1531; color: #fff; border: 1px solid #cc1531; }
.sm601:after { content: 'SM601'; }
.drops601 { background: url(../images/chalk/drops-601.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.drops601:after { content: '601'; }
.sm602 { background-color: #dc0714; color: #fff; border: 1px solid #dc0714; }
.sm602:after { content: 'SM602'; }
.sm603 { background-color: #d7072a; color: #fff; border: 1px solid #d7072a; }
.sm603:after { content: 'SM603'; }
.sand609 { background: url(../images/chalk/sand-609.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.sand609:after { content: '609'; }
.sm610, .sm610st { background-color: #e41d1c; color: #fff; border: 1px solid #e41d1c; }
.sm610:after { content: 'SM610'; }
.sm610st:after { content: '610'; }
.sm702 { background-color: #ea5a9b; color: #000; border: 1px solid #ea5a9b; }
.sm702:after { content: 'SM702'; }
.drops702 { background: url(../images/chalk/drops-702.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.drops702:after { content: '702'; }
.sm703 { background-color: #ff0d7d; color: #fff; border: 1px solid #ff0d7d; }
.sm703:after { content: 'SM703'; }
.sm704 { background-color: #e71784; color: #000; border: 1px solid #e71784; }
.sm704:after { content: 'SM704'; }
.sm708, .sm708st { background-color: #dd3f68; color: #fff; border: 1px solid #dd3f68; }
.sm708:after { content: 'SM708'; }
.sm708st:after { content: '708'; }
.sm801 { background-color: #743a8e; color: #fff; border: 1px solid #743a8e; }
.sm801:after { content: 'SM801'; }
.drops801 { background: url(../images/chalk/drops-801.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.drops801:after { content: '801'; }
.sm804, .sm804st { background-color: #715096; color: #fff; border: 1px solid #715096; }
.sm804:after { content: 'SM804'; }
.sm804st:after { content: '804'; }
.sm901 { background-color: #144a99; color: #fff; border: 1px solid #144a99; }
.sm901:after { content: 'SM901'; }
.drops901 { background: url(../images/chalk/drops-901.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.drops901:after { content: '901'; }
.sm903 { background-color: #20b5ea; color: #fff; border: 1px solid #20b5ea; }
.sm903:after { content: 'SM903'; }
.drops903 { background: url(../images/chalk/drops-903.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.drops903:after { content: '903'; }
.sm904 { background-color: #1b3684; color: #fff; border: 1px solid #1b3684; }
.sm904:after { content: 'SM904'; }
.sm905 { background-color: #009fe3; color: #fff; border: 1px solid #009fe3; }
.sm905:after { content: 'SM905'; }
.sand911 { background: url(../images/chalk/sand-911.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.sand911:after { content: '911'; }
.sm912, .sm912st { background-color: #183761; color: #fff; border: 1px solid #183761; }
.sm912:after { content: 'SM912'; }
.sm912st:after { content: '912'; }
.sm913, .sm913st { background-color: #75c9e2; color: #000; border: 1px solid #75c9e2; }
.sm913:after { content: 'SM913'; }
.sm913st:after { content: '913'; }
.sm914, .sm914st { background-color: #4894c9; color: #fff; border: 1px solid #4894c9; }
.sm914:after { content: 'SM914'; }
.sm914st:after { content: '914'; }
.sm1001 { background-color: #55b14b; color: #fff; border: 1px solid #55b14b; }
.sm1001:after { content: 'SM1001'; }
.drops1001 { background: url(../images/chalk/drops-1001.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.drops1001:after { content: '1001'; }
.sm1003 { background-color: #09fc01; color: #000; border: 1px solid #09fc01; }
.sm1003:after { content: 'SM1003'; }
.sm1004 { background-color: #80ba26; color: #fff; border: 1px solid #80ba26; }
.sm1004:after { content: 'SM1004'; }
.sm1006 { background-color: #50af31; color: #fff; border: 1px solid #50af31; }
.sm1006:after { content: 'SM1006'; }
.sand1013 { background: url(../images/chalk/sand-1013.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.sand1013:after { content: '1013'; }
.sm1014, .sm1014st { background-color: #6bcc49; color: #fff; border: 1px solid #6bcc49; }
.sm1014:after { content: 'SM1014'; }
.sm1014st:after { content: '1014'; }
.sm1101 { background-color: #cfd0b7;	 color: #000; border: 1px solid #cfd0b7; }
.sm1101:after { content: 'SM1101'; }
.drops1101 { background: url(../images/chalk/drops-1101.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.drops1101:after { content: '1101'; }
.sm1103 { background-color: #f2eee7; color: #000; border: 1px solid #f2eee7; }
.sm1103:after { content: 'SM1103'; }
.leatherblack { background: url(../images/chalk/leather-black.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.leatherblack:after { content: ''; }
.leatherbrown { background: url(../images/chalk/leather-brown.png) center center no-repeat; background-size: cover; color: #fff; border: 1px solid #fff; }
.leatherbrown:after { content: ''; }
.speckled1 { background: url(../images/chalk/speckled1.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.speckled1:after { content: ''; }
.speckled2 { background: url(../images/chalk/speckled2.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.speckled2:after { content: ''; }
.speckled3 { background: url(../images/chalk/speckled3.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.speckled3:after { content: ''; }
.speckled4 { background: url(../images/chalk/speckled4.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.speckled4:after { content: ''; }
.speckled5 { background: url(../images/chalk/speckled5.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.speckled5:after { content: ''; }
.metalblack { background: url(../images/chalk/metal-black.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.metalblack:after { content: ''; }
.metalsilver { background: url(../images/chalk/metal-silver.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.metalsilver:after { content: ''; }
.metalgold { background: url(../images/chalk/metal-gold.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.metalgold:after { content: ''; }

.satinblack { background: url(../images/chalk-metal/satin-black.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.satinblack:after { content: ''; }

.satinsilver { background: url(../images/chalk-metal/satin-silver.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.satinsilver:after { content: ''; }

.satinblue { background: url(../images/chalk-metal/satin-blue.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.satinblue:after { content: ''; }

.satingoldrose { background: url(../images/chalk-metal/satin-gold-rose.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.satingoldrose:after { content: ''; }

.satintitanium { background: url(../images/chalk-metal/satin-titanium.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.satintitanium:after { content: ''; }

.torsionmetalblack { background: url(../images/torsion/metal-black.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.torsionmetalblack:after { content: ''; }

.torsionmetalsilver { background: url(../images/torsion/metal-silver.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.torsionmetalsilver:after { content: ''; }

.torsionmetalcopper { background: url(../images/torsion/metal-copper.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.torsionmetalcopper:after { content: ''; }

.torsionmetalgold { background: url(../images/torsion/metal-gold.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.torsionmetalgold:after { content: ''; }

.torsionmetaltitanium { background: url(../images/torsion/metal-titanium.png) center center no-repeat; background-size: cover; color: #000; border: 1px solid #fff; }
.torsionmetaltitanium:after { content: ''; }



.ink-black { background-color: #000; color: #fff; border: 1px solid #000; }
.ink-black:after { content: 'BLACK'; }
.ink-blue { background-color: #003cff; color: #fff; border: 1px solid #003cff; }
.ink-blue:after { content: 'BLUE'; }
.ink-red { background-color: #ff0000; color: #fff; border: 1px solid #ff0000; }
.ink-red:after { content: 'RED'; }
.ink-green { background-color: #0ec700; color: #fff; border: 1px solid #0ec700; }
.ink-green:after { content: 'GREEN'; }
.sp105 { background-color: #fff; color: #000; border: 1px solid #000; }
.sp105:after { content: 'SP105'; }
.sp605 { background-color: #d00a10; color: #fff; border: 1px solid #d00a10; }
.sp605:after { content: 'SP605'; }
.sp907 { background-color: #1f3b7d; color: #fff; border: 1px solid #1f3b7d; }
.sp907:after { content: 'SP907'; }
.tp505 { background-color: #ea5d0b; color: #fff; border: 1px solid #ea5d0b; }
.tp505:after { content: 'TP505'; }
.tp606 { background-color: #d00a10; color: #fff; border: 1px solid #d00a10; }
.tp606:after { content: 'TP606'; }
.tp706 { background-color: #e71784; color: #fff; border: 1px solid #e71784; }
.tp706:after { content: 'TP706'; }
.tp908 { background-color: #1f3b7d; color: #fff; border: 1px solid #1f3b7d; }
.tp908:after { content: 'TP908'; }
.tp1009 { background-color: #88b326; color: #fff; border: 1px solid #88b326; }
.tp1009:after { content: 'TP1009'; }
.vp105 { background-color: #ededed; color: #000; border: 1px solid #ededed; }
.vp105:after { content: 'VP105'; }
.vp208 { background-color: #bbb; color: #000; border: 1px solid #bbb; }
.vp208:after { content: 'VP208'; }
.vp302 { background-color: #242424; color: #fff; border: 1px solid #242424; }
.vp302:after { content: 'VP302'; }
.vp409 { background-color: #d1a214; color: #000; border: 1px solid #d1a214; }
.vp409:after { content: 'VP409'; }
.vp607 { background-color: #ad1b25; color: #fff; border: 1px solid #ad1b25; }
.vp607:after { content: 'VP607'; }
.vp909 { background-color: #192670; color: #fff; border: 1px solid #192670; }
.vp909:after { content: 'VP909'; }
.vp1010 { background-color: #a39d00; color: #000; border: 1px solid #a39d00; }
.vp1010:after { content: 'VP1010'; }

.muyellow {background-color: #f3f861;color: #000;border: 1px solid #f3f861;}
.muyellow:after { content: ''; }
/* Products slideshow
-------------------------------------------------- */
.products .cycle-container .cycle-slideshow .single-slide {
	text-align: center;
}

.products .cycle-container .cycle-slideshow .single-slide .slide-caption {
	display: table;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	border: 1px solid #666;
	background-color: #fff;
	border-radius: 50%;
}
	.products .cycle-container .cycle-slideshow .single-slide .slide-caption .content {
		display: table-cell;
		vertical-align: middle;
	}
		.products .cycle-container .cycle-slideshow .single-slide .slide-caption .content p {
			color: #666;
			font-size: 1em;
			text-align: center;
			text-transform: uppercase;
			line-height: 1.4em;
			white-space: normal;
			margin: 0px;
		}
	
	.products .cycle-container .cycle-slideshow .single-slide a:hover .slide-caption { background-color: #db0000; border-color: #db0000; }
	.products .cycle-container .cycle-slideshow .single-slide a:hover .slide-caption .content p { color: #fff; }
	
	.products .cycle-container .cycle-slideshow .single-slide .single-slide a:focus {
		border: none;
		text-decoration: none;
		border: none;
		outline: 0;
	}



/* Headlines and paragraphs
-------------------------------------------------- */
h2 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 2.4em;
	
}

h3 {
	color: #999;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.8em;
	font-weight: 600;
}

p, ul li, ol li { line-height: 1.6em; color: #666; }
strong { color: #000; }



/* Dealers
-------------------------------------------------- */
.area-container { border-bottom: solid 2px #e1dddd; }
	.area-title {
		margin: 0px;
		margin-bottom: 15px;
		padding-top: 20px;
		font-size: 1.3em;
		text-transform: uppercase;
		color: #000;
	}

article.dealer { margin-bottom: 30px; }
	article.dealer .entry-content p { color: #878787; }
	
	article.dealer .entry-title {
		font-size: 1em;
		margin: 0px;
		line-height: 1.6em;
	}
	
	article.dealer .country-title {
		margin: 0px;
		margin-bottom: 5px;
		font-size: 1em;
		line-height: 18px;
		color: #009fe3;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	article.dealer .region-title {
    	text-transform: none;
    	font-weight: 300;
	}



/* Packaging, Ink
-------------------------------------------------- */
.hidden-section-content {
	display: none;
	margin-top: 50px;
}



/* History
-------------------------------------------------- */
.jumbotron.history-page-header { height: auto; }
	.history-page-header div[class*="col-"] { padding: 0px; }

.history-box {
	width: 100%;
	height: 240px;
	position: relative;
	cursor: pointer;
	
	padding: 20px 30px;
    font-size: 14px;
	
}
	.history-box .box-label {
		position: absolute;
		top: 0;
		left: 30px;
		padding: 5px 15px;
		text-align: center;
		color: #fff;
		font-size: 1.5em;
		font-weight: bold;
		background: #ef383e;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmMzgzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTAyMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  #ef383e 0%, #c5020c 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ef383e), color-stop(100%,#c5020c));
		background: -webkit-linear-gradient(left,  #ef383e 0%,#c5020c 100%);
		background: -o-linear-gradient(left,  #ef383e 0%,#c5020c 100%);
		background: -ms-linear-gradient(left,  #ef383e 0%,#c5020c 100%);
		background: linear-gradient(to right,  #ef383e 0%,#c5020c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef383e', endColorstr='#c5020c',GradientType=1 );
	}
		.history-box .box-label:after {
			content: '';
			display: block;
			width: 100%;
			height: 30px;
			position: absolute;
			top: 100%;
			left: 0;
			z-index: 1;
			background: url(../images/shadow-arc-micro.png) center top no-repeat;
			background-size: contain;
		}
	
	.history-box .box-content {
		display: none;
		padding: 20px;
		height: 100%;
		background: rgba(255, 255, 255, .85);
		webkit-box-shadow: 5px 5px 15px -1px rgba(87,87,87,1);
		-moz-box-shadow: 5px 5px 15px -1px rgba(87,87,87,1);
		box-shadow: 5px 5px 15px -1px rgba(87,87,87,1);
	}
		.history-box .box-content p {
			font-size: 1.3em;
			line-height: 1.3em;
		}
		
	.history-box .box-image-caption {
		position: absolute;
		bottom: 15px;
		left: 30px;
		font-weight: bold;
		color: #fff;
		font-size: 1.3em;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	}
