@charset "UTF-8";
/* CSS Document */

.front #block-views-Slideshow-block_1 {
	padding:0;
	margin:0;
}
/* .view-home-slideshow {
	position: relative;
	margin: 0;
	height: 400px;
	width:1170px;
} */

/* need this for caption positioning */
.view-home-slideshow .views-field-nothing {
  position:relative;
}

#myCarousel {
	position: relative;
}

/* overlay color and positioning */
#home-slideshow-caption {
  position:absolute;
  bottom: 0;
  right:0;
  padding: 10px 10px 10px 35px;
  width: 350px; /* minus padding. place pager to the bottom right */
  height:380px; /* minus padding */
	background: rgba(52, 76, 100, 0.9); /* slate blue */
}

.carousel-inner .active img {
	margin-left: 104px;
}

.carousel-inner .active .container {
  position:absolute;
  top: 0;
  right: 104px;
  width: 35%; /* minus padding. place pager to the bottom right */
  height: 100%; /* minus padding */
  background: rgba(52, 76, 100, 0.9); /* slate blue */
}

.carousel-caption {
	position: relative;
	padding: 40px 30px;
	background: none;
}

#home-slideshow-text {
 
}
#home-slideshow-caption a:link,
#home-slideshow-caption a:visited,
#home-slideshow-caption a:hover,
#home-slideshow-caption a:active {
	color:#fff;

}

#home-slideshow-caption {
	color:#fff;
}
#home-slideshow-textwrapper {
	margin: 30px;
	padding: 0;
	color:#fff;
	 width:80%; /* pager to the bottom right */
}
#home-slideshow-textwrapper h2.title, .carousel-caption h4 {
  text-transform:uppercase;
	color:#fff;
  font-size: 22px;
	font-weight:normal;
	line-height:1.35em;
	font-family: Verdana, Geneva, sans-serif;
}
#home-slideshow-textwrapper .home-slideshow-text, .carousel-caption p {
	font-size:18px;
	line-height:1.35em;
}
#home-slideshow-textwrapper .home-slideshow-more {
	font-weight:bold;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	margin-top:1.8em;
}

/* pager buttons */

.view-home-slideshow .views-slideshow-controls-bottom {
	z-index: 1000;
	position:relative;
	height: 10px;
	width:100px;
	float:right;
	margin-top:-50px;
	margin-right:250px;
}



.views-slideshow-controls-bottom .views-slideshow-pager-field-item  {
	display: block;
	float: left;
	margin-left: 5px;

}

.views-slideshow-controls-bottom .views-content-counter,
.views-slideshow-controls-bottom .views-content-counter a {
	display: block;
	text-indent: -9999px; 
	width: 8px;
	height: 8px;
  background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.views-slideshow-controls-bottom .active .views-content-counter,
.views-slideshow-controls-bottom .active .views-content-counter a {
	background: transparent; 
}

.views-slideshow-controls-bottom .active .views-content-counter a:hover, .views-slideshow-controls-bottom .views-content-counter a:hover {
  background: rgba(255,255,255,.7);
}

/* previous and next arrows - placed on top by views and moved to the sides by css */
#views_slideshow_controls_text_previous_home_slideshow-block a {
	display:block;
	text-indent:-9999px;
	position:relative;
	top:220px; /* center height of image */
	left:-40px;
	float:left;
	width:40px;
	height:40px;
	background:#f5f0e5 url(../images/slide-leftarrow.png) no-repeat center center;
	-webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, .3);
  box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, .3); 
}
#views_slideshow_controls_text_next_home_slideshow-block a {
	display:block;
	text-indent:-9999px;
	position:relative;
	top:220px; 
	left:960px; 
	width:40px;
	height:40px;
	background:#f5f0e5  url(../images/slide-rightarrow.png) no-repeat center center;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, .3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, .3); 
}

.carousel-control {
	display:block;
	text-indent:-9999px;
	top: 50%;
	opacity: 1;
	border: none;
	border-radius: 0;
}

.left.carousel-control {
	left: 64px;
	background:#f5f0e5 url(../images/slide-leftarrow.png) no-repeat center center;
	-webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, .3);
  	box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, .3); 
}

.right.carousel-control {
	right: 64px;
	background:#f5f0e5  url(../images/slide-rightarrow.png) no-repeat center center;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, .3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, .3); 
}

.carousel-indicators {
    right: 134px;
    top: 90%;
    z-index: 5;
}

#views_slideshow_controls_text_pause_home_slideshow-block {
	display:none;
}
/* top controls leave spacing at top of image after they are re-positioned */
/* equal to height of #views_slideshow_controls_text_next_home_slideshow-block */
#views_slideshow_cycle_main_home_slideshow-block {
	margin-top:-40px;
}

@media (max-width: 1200px) {

	.carousel-inner .active img {
	margin-left: 0;
}

	.carousel-inner .active .container {
		right: 0;
	}

	.carousel-caption {
		padding: 40px 70px 40px 30px;
	}

	.left.carousel-control {
		left: 0;
	}

	.right.carousel-control {
		right: 0;
	}

	.carousel-indicators {
		right: 15px;
	}

}

@media (max-width: 979px) {

	.carousel-caption {
		padding: 30px 60px 30px 20px;
	}

	.carousel-caption h4 {
		font-size: 18px;
	}

	.carousel-caption p {
		font-size: 14px;
	}

}

@media (max-width: 767px) {

	.carousel-caption {
		padding: 20px 15px 55px 15px;
	}

	.carousel-caption h4 {
		font-size: 14px;
	}

	.carousel-caption p {
		font-size: 12px;
	}

	.carousel-control {
		top: 90%;
	}

}

@media (max-width: 480px) {

	.carousel-inner .active .container {
		width: 45%;
	}

	.carousel-caption {
		padding: 15px 10px 55px 10px;
	}

	.carousel-caption h4 {
		font-size: 12px;
	}

	.carousel-caption p {
		visibility: hidden;
	}

	.carousel-control {
		top: 80%;
	}

}