#album-flexslider {
	overflow: hidden;
}
#album-flexslider .flex-pauseplay a {
	height: 25px;
}
#album-flexslider li.slide {
	position: relative;
}
#album-flexslider li.slide div {
    position: absolute;
    bottom: 20px;
}
#album-flexslider .flex-direction-nav a {
	width: 25px;
	height: 45px;
}
#album-flexslider .flexslider {
	border: 0px;
}
#album-flexslider .flex-caption {
	position: absolute;
	padding: 2%;
	left: 20px;
	bottom: 70px;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 30px;
	line-height: 35px;
	text-transform:uppercase;
}
#album-flexslider .flex-caption span{
	
	font-size: 20px;
	line-height: 25px;
	text-transform:none;
}
#album-flexslider.container{
	padding:0;
}
.flex-control-nav li a {color:transparent;}
.flex-control-nav {
	padding-right:20px;
    position: absolute;
    bottom: 5px;
    text-align: right;
}
.flexslider {margin:0;}
.flex-control-paging li a.flex-active {
    background: #2b70b8;
    background: rgba(43,112,184,.9);
    cursor: default;
}
.flex-control-paging li a.flex-active {
    background: #2b70b8;
    background: rgba(43,112,184,.9);
    cursor: default;
}
.flex-control-paging li a {
	width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.btn-group-lg>.btn, .btn-lg {
	background-color:#8cc63f;
	margin-left:20px;
	color:white;
}
@media (min-width: 320px) and (max-width: 540px) {
#album-flexslider .flex-viewport {height:300px;}
#album-flexslider .flexslider .slides img {
    height: 300px;}
#album-flexslider .flexslider .slides img {
    width: auto;}
}
