.responsive_marquee {
	font-size: 16px;
	height: 650px;
	max-width: 1950px;
	margin: 0px auto !important;
}

.responsive_marquee .responsive_marquee_data {
	display: none;
}

.responsive_marquee .marquee_stage_large {
	height: inherit;
	position: relative;
	overflow: hidden;
}

.responsive_marquee .marquee_container_1,
.responsive_marquee .marquee_container_2 {
	height: inherit;
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
}

.responsive_marquee .marquee_container_1 {
	z-index: 101;
}
.responsive_marquee .marquee_container_2 {
	z-index: 102;
}

.responsive_marquee .responsive_marquee_panel {
	height: inherit;
	width:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover; 
}

.responsive_marquee .responsive_marquee_panel .panel_caption {
	width: 68%;
	position: absolute;
	bottom: 55px; 
	left: 0px;
	margin-left: 16%;
	
}

.responsive_marquee .responsive_marquee_panel .panel_caption h3 { 
	font-family: 'PT Serif', serif; 
	margin: 0px 0px 0px 0px; 
	font-weight: 400; 
	font-size: 2.7em; 
	color:#fff; 

}
.responsive_marquee .responsive_marquee_panel .panel_caption p { 
	margin: 0px 50px 15px 50px; 
	color: #888; 
	font-size: 1.3em; 
	color: rgba(255,255,255,.75); 

}
.responsive_marquee .responsive_marquee_panel .panel_caption a.cta { 
	display: inline-block; 
	background-color: rgba(255,255,255,0); 
	text-transform: uppercase; 
	color:#fff; 
	font-size: .9em; 
	padding: 6px 20px; 
	transition: background-color .7s, border .7s; 
	border: 1px solid rgba(255,255,255,.5); 
	border-radius: 5px; 
	text-decoration: none; 
}

.responsive_marquee .responsive_marquee_panel .panel_caption a:hover { 
	background-color: rgba(255,255,255,.6); 
	color:#000; border-color: 
	rgba(255,255,255,0); 
}

.responsive_marquee .overlay { 
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(rgba(0,0,0,0) 45%, rgba(0,0,0,.7)70%);
	background-image: -o-linear-gradient(rgba(0,0,0,0) 45%, rgba(0,0,0,.7)70%);
	background-image: -moz-linear-gradient(rgba(0,0,0,0) 45%, rgba(0,0,0,.7)70%);
	background-image: linear-gradient(rgba(0,0,0,0) 45%, rgba(0,0,0,.7)70%);
	background-size: 100%;
}

.responsive_marquee .marquee_nav {
	position: absolute;
	bottom: 10px;
	left: 0px;
	text-align: center;
	width: 100%;
	z-index: 103;
}

.responsive_marquee .marquee_nav div {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid rgba(255,255,255,.5);
	border-radius: 50%;
	margin: 0px 8px 0px 8px;
	cursor: pointer;
	transition: background-color .4s, border .4s;
}

.responsive_marquee .marquee_nav div:hover {
	border-color: #fff;
	background-color: rgba(255,255,255,.2);
}

.responsive_marquee .marquee_nav div.selected {
	background-color: #fff;
}

.responsive_marquee .btn {
	width: 39px;
	height: 39px;
	background: rgba(255,255,355,.2)no-repeat;
	background-size: 50px 30px;
	position: absolute;
	top: 263px;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.5);
	transition: background-color .4s, border .4s;
}

.responsive_marquee .btn:hover {
	border-color: #fff;
	background-color: rgba(0,0,0,.6);
}

.responsive_marquee .btn.prev {
	left: 20px;	
	z-index: 104;
	background-image: url(/files/556/marquee/arrow_left.svg);
	background-position: -8px 4px;
}

.responsive_marquee .btn.next {
	right: 20px;
	z-index: 105;
	background-image: url(/files/556/marquee/arrow_right.svg);
	background-position: -3px 4px;
}

.responsive_marquee .marquee_stage_small {
	height: inherit;
	position: relative;
	overflow: hidden;
}

.responsive_marquee .marquee_stage_small .responsive_marquee_panel {
	height: inherit;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}


@media screen and (max-width: 800px) {

.responsive_marquee {
	font-size: 14px;
	height: 325px;
	background-color: #444;
}
.responsive_marquee .btn {
	width: 29px;
	height: 29px;
	background-size: 33px 20px;
	top: 140px;
}
.responsive_marquee .btn.prev {
	background-position: -4px 4px
}
.responsive_marquee .btn.next {
	background-position: -1px 4px
}
.responsive_marquee .responsive_marquee_panel .panel_caption {
	width: 80%;
	margin-left: 10%;
}
.responsive_marquee .responsive_marquee_panel .panel_caption p {
	display: none;
}
.responsive_marquee .responsive_marquee_panel .panel_caption a {
	margin-top: 10px;
	padding: 4px 20px;
}
.responsive_marquee .marquee_nav div {
	width: 13px;
	height: 13px;
	margin: 0px 12px 0px 12px;
}
}











