/* -- Start Split Each css Template -- */



.stacks_in_12split {
  display: flex;
}

.stacks_in_12leftcol {
  width: 300px;
  min-width: 300px;
  margin-right: 25px;
  margin-top: 0px;
  margin-top: 0px;
}

.stacks_in_12rightcol {
  flex-grow: 1;
  margin-left: 25px;
}


@media all and (max-width: 1024px) {
	.stacks_in_12leftcol {
	  width: 300px;
	  min-width: 300px;
	}	
}


@media all and (max-width: 768px) {
	.stacks_in_12leftcol {
	  width: 200px;
	  min-width: 200px;
	}		
}


@media all and (max-width: 480px) {
	.stacks_in_12leftcol {
	  width: 300px;
	  min-width: 300px;
	}	
}







	@media all and (max-width: 480px) {

		
			.stacks_in_12split {
				flex-wrap: wrap;
			}
			.stacks_in_12leftcol {
				order: 1;
				width: 100%;
				min-width: 100%;
				margin-right: 0px;
			}
			.stacks_in_12rightcol {
				order: 1;
				min-width: 100%;
				margin-left: 0px;
			}  
			
				.stacks_in_12leftcol {
					margin-bottom: 20px;
					margin-top: 0px;
				}
			  
		
		
		
		
		
		#stacks_in_12 *{
			text-align: center !important;
		}
		
	}




/* -- right side selected -- */


/* -- End Split Each css Template -- */
#stacks_in_12 {
	border: solid rgba(245, 0, 255, 1.00);
	border-width: 0px 0px 32px 0px;
}

#stacks_in_13 {
	background-color: rgba(245, 0, 255, 1.00);
	margin: 24px 0px 0px 0px;
	padding: 8px 0px 8px 16px;
}

#stacks_in_16 {
	margin: 24px 16px 0px 0px;
	padding: 0px 0px 16px 0px;
}

#stacks_in_2 {
	margin: 24px 0px 0px 0px;
	padding: 24px 8px 8px 8px;
}

#stacks_in_3 {
	line-height: 2em;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_4buttonPressWrapper{
	position: relative !important;
}

#stacks_in_4 a, #stacks_in_4 a:hover, #stacks_in_4 a:visited, #stacks_in_4 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_4button{
	position: relative !important;
	display: inline-block !important;
	
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #E75011 !important;
	border-color: #C4440E !important;
	box-sizing: border-box !important;
}

.stacks_in_4button:hover{
	color: #FFFFFF !important;
	background-color: #C79B11 !important;
	border-color: #A9830E !important;
}

#stacks_in_4 a, #stacks_in_4 a:visited, #stacks_in_4 a:active{
	color: #FFFFFF !important;
}

#stacks_in_4 a:hover{
	color: #FFFFFF !important;
}


































	/* -- TYPE MODENA LARGE OVERRIDE -- */
	.stacks_in_4button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
		border-bottom-color: #96340B !important;
		background: #E75011 !important;
		background: -moz-linear-gradient(top, #E75011 0%, #B8400D 100%) !important;
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #E75011), color-stop(100%, #B8400D)) !important;
		background: -webkit-linear-gradient(top, #E75011 0%, #B8400D 100%) !important;
		background: -o-linear-gradient(top, #E75011 0%, #B8400D 100%) !important;
		background: -ms-linear-gradient(top, #E75011 0%, #B8400D 100%) !important;
		background: linear-gradient(to bottom, #E75011 0%, #B8400D 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E75011', endColorstr='#B8400D', GradientType=0 ) !important;
	}
	.stacks_in_4button:hover{
		border-bottom-color: #81640B !important;
		background: #C79B11 !important;
		background: -moz-linear-gradient(top, #C79B11 0%, #9F7C0D 100%) !important;
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #C79B11), color-stop(100%, #9F7C0D)) !important;
		background: -webkit-linear-gradient(top, #C79B11 0%, #9F7C0D 100%) !important;
		background: -o-linear-gradient(top, #C79B11 0%, #9F7C0D 100%) !important;
		background: -ms-linear-gradient(top, #C79B11 0%, #9F7C0D 100%) !important;
		background: linear-gradient(to bottom, #C79B11 0%, #9F7C0D 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C79B11', endColorstr='#9F7C0D', GradientType=0 ) !important;
	}
	





.stacks_in_4buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_4buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_4buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_4buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_4 {
	margin: 32px 0px 0px 0px;
}
#stacks_in_5{visibility:hidden}

#stacks_in_8 {
	font-size: 99%;
}

#stacks_in_9 {
	padding: 0px 16px 16px 16px;
}
