.rmp{
	padding: 0;
}

.gallery-slider{
	position: relative;
}

.slider-image-container{
	height: 860px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.slick-arrow{
	position: absolute;
	top: 45%;
	z-index: 99;
	text-indent: -99999px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: none;
}

.slick-prev{
	left: 0;
	background-image: url(../images/left_arrow.png);
}

.slick-next{
	right: 0;
	background-image: url(../images/right_arrow.png);
}

.slick-disabled{
	opacity: 0.5;
}

.media-thumbnails{
	padding: 25px 0;
	float: left;
	display: block;
	width: 100%;
}

.tp-background{
	background-image: url(../images/fshf_fan_club_home_pattern.svg);
	background-position: center center;
	background-size: 1200px;
	background-repeat: no-repeat;
}

.newsletter-form{
	border: 1px solid #e51b24;
}

.newsletter-form input[type="email"]{
	font-size: 12px;
	padding-left: 10px;
	background: #adb4bb;
	border:none;
}

.newsletter-register{
	background: #e51b24;
	color: #fff;
	border: none;
	border-radius: 0!important;
}

.newsletter-register:hover{
	background: #e51b24;
}

input::-webkit-input-placeholder{
  color: #e51b24!important;
}

input::-moz-placeholder, 
input:-moz-placeholder {
  color: #e51b24!important;
  opacity: 1!important;
}