#slides,
#slides-2 {
	position: relative;
	max-height:530px !important;
	height:530px !important;
}
@media screen and (min-width:250px) and (max-width:480px){
	#slides,
#slides-2 {
	position: relative;
	max-height:350px !important;
	height:350px !important;
}

.p.hero {
	display:block;
}
.hero-content .call-to-action, .hero-slider-content .call-to-action {
    display:none;
}
.hero-slider-content .c-vertical {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  bottom: 80px !important;
}
.hero-content p, .hero-slider-content p:last-child {
    display: none;
}
.slides-navigation {
	top:57% !important;
}

}


#slides .slides-container,
#slides-2 .slides-container {
	display: none;
}

#slides .scrollable,
#slides-2 .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

#slides .scrollable:after,
#slides-2 .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

.slides-navigation {
	margin: -35px auto 0;
	position: absolute;
	z-index: 3;
	top: 50%;
	width: 100%;
}

.slides-navigation a {
	position: absolute;
	background: #fff;
	display: block;
	height: 40px;
	width: 40px;
	top: 50%;
	margin: -20px 10px 0;
	padding: 0;
	opacity: 0;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	color: #111;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.slides-navigation a:focus {
	color: #111;
}

.slides-navigation a.prev {
	left: -20px;
}

.slides-navigation a.next {
	right: -20px;
}

#slides:hover a.prev,
#slides-2:hover a.prev {
	opacity: 0.5;
	left: 0px;
}

#slides:hover a.next,
#slides-2:hover a.next {
	opacity: 0.5;
	right: 0px;
}

#slides:hover a.prev:hover,
#slides:hover a.next:hover,
#slides-2:hover a.prev:hover,
#slides-2:hover a.next:hover {
	opacity: 0.8;
	color: #111;
}

.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: 10px;
	text-align: center;
	width: 100%;
}

.slides-pagination a {
	position: relative;
	background: rgba(255, 255, 255, 0.7);
	display: inline-block;
	overflow: hidden;
	height: 6px;
	width: 6px;
	margin: 6px 4px;
	text-indent: -200%;
	z-index: 1000;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
	   -moz-box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
	     -o-box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
	        box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
	-webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.slides-pagination a.current {
	-webkit-transform: scale(1.3);
	   -moz-transform: scale(1.3);
	     -o-transform: scale(1.3);
	        transform: scale(1.3);
}

#hero-slider-section {
	position: relative;
	background-size: cover;
}

.overlay-slider {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-slider-content {
  position: relative;
  z-index: 34;
  display: table;
  height: 100%;
  width: 100%;
}

.hero-slider-content img {
	width: 100%;
	height: 100%;
}

.hero-slider-content .c-vertical {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  bottom: 120px;
}
.hero-content h1, p.hero, .hero-slider-content h1 {
    color: #fff;
	font-size:25px;
}

.hero-content p, .hero-slider-content p {
    color: #fff;
    margin-bottom: 10px;
    line-height: 2.2;
    font-size: 12px;
    font-weight: 300;
}
p.hero {
    line-height: 1.5;
    margin: 0;
    font-family: 'Abel', sans-serif;
    letter-spacing: 1px;
    font-size: 14px!important;
    margin-bottom: 10px!important;
    text-transform: uppercase;
}

.btn1-primary {
    text-transform: uppercase;
    background-color: #004884;
    border-color: #023158;
    border: 2px solid #014783;
    color: #fff;
}

.btn1-light-solid {
    background: #fff;
    color: #222;
}

.btn1-primary:hover, .btn1-primary:focus, .btn1-primary.focus, .btn1-primary:active, 
.btn1-primary.active, .open>.dropdown-toggle.btn1-primary, .btn1-light-solid:hover, 
.btn1-light-solid:focus, .btn1-light-solid:active, .btn1-light-solid:visited {
  color: #fff;
  background-color: transparent;
  border-color: #004884;
}

.btn1-colored {
  background-color: #d6b161;
  color: #fff;
}

.btn1-colored:hover, .btn1-colored:focus, .btn1-colored:active {
  background-color: #222;
  color: #fff;
}

.btn1-dark-border {
  background: transparent;
  border: 1px solid #222;
  color: #222;
}

.btn1-dark-border:hover {
  background: #222;
  border: 1px solid #222;
  color: #fff;
}

.btn1-clean {
  color: #fff;
  border: 1px solid #fff;
}

.btn1-clean:hover, .btn1-clean:visited, .btn1-clean:active, .btn1-clean {
  color: #fff;
}

.btn1-clean-2 {
  border-color: #6B6B6B;
  color: #1f2021;
  text-transform: uppercase;
  letter-spacing: 0;
  background: transparent;
}

.btn1-md {
    padding: 13px 27px;
}
.btn1 {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 8px 15px;
    border-radius: 1px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.hero-content .call-to-action, .hero-slider-content .call-to-action {
    padding-top: 30px;
}
.hero-content .call-to-action, .hero-slider-content .call-to-action a:hover {
	text-decoration:none;
}