

/* --- Stylesheet 5058 () --------- */ 

.T3201 { margin: 30px 0px; z-index: 1; }

.T3201 .parallax {
	position: relative;
	width: 100%;
	min-height: 300px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	text-align: center;
	background-repeat: no-repeat;
}

.T3201 .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.T3201 .overlay_image img{
 	margin:0 auto;
}

#body .T3201 .caption .headline { color: #fff !important; text-shadow: 3px 3px 3px rgba(0,0,0,0.5); }

.T3201 .caption .intro {
	width: 60%;
	margin: 15px auto 0 auto;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	letter-spacing: 0.5px;
	color: #fff;
	display: inline;
}

.T3201 .caption a.button {
	display: inline-block;
	margin: 30px 0 5px 0;
	padding: 10px 20px;
	border: 2px solid #fff;
	background: none !important;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.T3201 .caption a.button:hover {
	border: 2px solid #e5e5e5;
	color: #e5e5e5;
}



/* --- Stylesheet 5059 () --------- */ 

@media all and (min-width: 768px) and (max-width:1023px) {
	.T3201 { margin: 25px 0px; }
}

@media all and (min-width: 568px) and (max-width: 767px) {
	.T3201 { margin: 20px 0px; }

	.T3201 .parallax { background-attachment: scroll; }

}

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

	.T3201 { margin: 15px 0px; }

	.T3201 .parallax { background-attachment: scroll; }

	.T3201 .caption { width: 85%; }

	.T3201 .overlay_image img{
		max-width: 250px;
		height: auto;
	}

	.T3201 .parallax .caption a.button {
		margin: 20px 0 5px 0;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
  .T3201 .parallax {
 	background-attachment:scroll !important;

	}
}

/* --- Stylesheet 5060 (optional) --------- */ 

.T3201.S5060 .overlay {
	position: absolute;
	bottom: 0px;
	top: 0px;
	right: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.25);
}

/* --- Stylesheet 7357 (optional) --------- */ 

.T3201.S7357 .parallax .overlay .caption .intro {
	background-color: rgba(0,0,0,0.6);
	padding: 3px 10px;
}

/* --- Stylesheet 7538 (optional) --------- */ 

.T3201.S7538 .overlay::before{
	content: "";
	background-image: url('https://tramino.s3.amazonaws.com/s/root/1014023/line-pattern.png');
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	opacity: 0.8;	
	pointer-events: none;
}

/* --- Stylesheet 8324 (optional) --------- */ 

.T3201.S8324 .parallax .overlay .caption .headline {
	text-shadow: none !important;
}
.T3201.S8324 .parallax .overlay .caption .intro {
	text-shadow: none !important;
}