@charset "UTF-8";
/* CSS Document */

#main-slideshow-container { 
	float: left;
	width: 100%; 
	height: 100%;
	max-height: 600px;
	position: relative; 
	text-align: center;
}

#main-slideshow .main-slide { 
	width: 100%; 
	height: 100%; 
	background-size: cover; 
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute; 
	top: 0; 
	left: 0; 
	opacity: 0;
}

#main-slideshow .main-slide.main-active { 
    opacity: 1;
}

#main-slideshow .main-slide img {
  min-height: 100%;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}


/* Arrows */

#main-slideshow-previous {
	position: absolute;
	left: 10px;
	top: 40%;
	width: 48px;
	height: 50px;
	background-position: 0 100%;
	cursor: pointer; 
	opacity: 0.7;
	z-index: 5; 
	display: none;
}

#main-slideshow-next {
	position: absolute;
	right: 10px;
	top: 40%;
	width: 48px;
	height: 50px;
	background-position: 100% 100%;
	cursor: pointer; 	
	opacity: 0.7;
	z-index: 5; 
	display: none;
}

#main-slideshow-previous:hover, #main-slideshow-next:hover {
	opacity: 1;
}

/* Indicators */

#main-indicators {
	display: inline-block;
	z-index: 5;
	position: absolute;
	bottom: 50px;
	right: 5%;
}

#main-buttom {
	display: inline-block;
	z-index: 5;
	position: absolute;
	bottom: 50px;
}

.main-indicators {
	width: 21px;
	height: 20px;
	float: left;
	margin-right: 2px;
	cursor: pointer;
	opacity: 1.0;
	background:url(../images/bg-indicator.png) no-repeat center;
}

.main-indicators.main-active {
	background:url(../images/bg-indicator-active.png) no-repeat center;
	opacity: 1.0;
}

.main-slide-filter {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/header-filter.png);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat !important;
	z-index: 0;
}

.main-slide-content {
	max-width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:3%;
	padding-right:3%;
	bottom: 0px;
	z-index: 3;
}

.main-slide-content-inner {
	position: absolute;
	bottom:60px;
}


.main-slide-content h1, .main-slide-content h2 {
	clear: both;
	float:left;
	width: 50%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	color:#575756;
	font-size: 32px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.3em;
}

.main-slide-content .text {
	float:left;
	clear: both;
	color:#838383;
	font-size: 16px;
	text-align: left;
	width: 50%;
	margin: 0 0 40px 0;
}
.main-slideshow-btn {
	float:left;
	position: relative;
	width: 100%;
	z-index: 10;
}

.main-slideshow-btn a:link, .main-slideshow-btn a:visited {
	clear: both;
background:none;
color: #ffffff;
padding: 3px 9px 3px 9px;
text-decoration: none !important;
text-transform:uppercase;
font-size:14px;
border:#45b384 solid 2px;
	background-color: #45b384;
border-radius: 7px;
	opacity: 0.8;
	float:left;
	width: auto;
	box-sizing: border-box;
}

.main-slideshow-btn a:hover {
	opacity: 1.0;
}

.main-slideshow-btn .fa {
	margin-left:10px;
	color: #ffffff;
	font-size: 14px;
	font-weight:600;
}
a.btn-more-center:link, a.btn-more-center:visited {
  position:absolute;
  margin-left:-68px;
  left:50%;
  width:136px;
  height:44px;
  line-height:44px;
  background:url(../images/bg-btn-more.png) no-repeat center;
  color: #666666;
  font-size: 14px;
  padding: 0 0 0 0;
  text-decoration: none !important;
  text-transform:uppercase;
  box-sizing:border-box;
}

a.btn-more-center:hover {
  text-decoration: none;
  color:#e42313;
}

@media screen and (max-width:767px) {
		#main-slideshow-container { 
	max-height: 450px;
	margin-top:0px;
}
}


@media screen and (max-width:520px) {
	#main-indicators {
		display: block;
		 bottom: 25px;
	}
	
	#main-slideshow-container { 
	max-height: 300px;
	margin-top:0px;
}
	.main-slide-content-inner {
	position: absolute;
	bottom:25px;
}

.main-slide-content h1 {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-size: 22px;
}

.main-slide-content .text {
	font-size: 16px;
	text-align: left;
	width: 100%;
	margin: 0 0 15px 0;
}
.main-slideshow-btn {
	float: left;
	width: 100%;
}

.main-slideshow-btn a:link, .main-slideshow-btn a:visited {
padding: 3px 9px 3px 9px;
font-size:14px;

}


#main-slideshow-previous, #main-slideshow-next {
 opacity: 0.0;
}

	.btn-donate, .main-slide-content .text, .main-slideshow-btn span {
	display: none;
}
	.main-slide-content-inner {
    
    width: 80%;
}
	.main-slide-content h1 {
    font-size: 24px;
    }
	.main-slideshow-btn a:link, .main-slideshow-btn a:visited {
    padding:0;
	}
.main-slideshow-btn .fa {
    margin-right:0px;
	font-size: 30px;
}
	.main-slideshow-btn a:link, .main-slideshow-btn a:visited {
    border: none;
}
	#main-indicators {
		width: 21px;
		height: auto;
	}
	.main-indicators {
		margin-right:0px;
		margin-top:2px;
	}
}

