/* -----------------------------------------------------------
:: Library / components / carousels / welcome / welcome
----------------------------------------------------------- */
/* slider images 
.bootstrap-slider-slide1 {
	background: url('../images/fullscreen-slider1.jpg');
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bootstrap-slider-slide2 {
	background: url('../images/fullscreen-slider2.jpg');
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bootstrap-slider-slide3 {
	background: url('../images/fullscreen-slider3.jpg');
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bootstrap-slider-slide4 {
	background: url('../images/fullscreen-slider4.jpg');
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

*/
/* slider height and width 
#bootstrap-slider.carousel .item, #bootstrap-slider.carousel.slide {
	height: 180px;
	width: 100%;
}
*/
/* indicator dots at bottom */
#bootstrap-slider.carousel.slide ol.carousel-indicators {
	bottom: -38px;
}

/* left and right arrows */
#bootstrap-slider.carousel.slide .carousel-control.right, #bootstrap-slider.carousel.slide .carousel-control.left {
	background-image: none;
	z-index: 11;
	position: absolute;
	top: 75%;
	transform: translateY(-50%);
	height: 60px;
	text-align: center;
}

#bootstrap-slider .carousel-control i {
	transform: scale(.3);
}

/* caption container */
#bootstrap-slider .carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: auto;
	padding-bottom: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* h2 title */
#bootstrap-slider.carousel.slide .carousel-caption h2 {
	color: #ffffff;
	color: rgba(255,255,255,0.5);
	font-size: 30px;
	font-family: "Shadows Into Light";
	line-height: 1;
	padding: 5px;
	margin: 0;
}

/* image large */
#bootstrap-slider.carousel.slide .carousel-caption .bs-slider-img-lg {
	max-width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bs-slider-img-lg img {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border-radius:7px;
	border:5px solid rgba(255,255,255,0.25);
}

/* p description*/
#bootstrap-slider.carousel.slide .carousel-caption p.bs-slider-desc {
	color: #ffffff;
	color: rgba(255,255,255,0.9);
	font-size: 20px;
	font-family: "Shadows Into Light";
	line-height: 1;
	padding: 5px;
	margin: 0;
}

/* p photo taken by*/
#bootstrap-slider.carousel.slide .carousel-caption p.bs-slider-photo1 {
	color: #ffffff;
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	font-family: "Shadows Into Light";
	line-height: 1;
	padding: 5px;
	margin: 0;
	display: inline-block;
}

/* p photo taken by*/
#bootstrap-slider.carousel.slide .carousel-caption p.bs-slider-photo2 {
	color: #418153;
	font-size: 16px;
	font-family: "Shadows Into Light";
	line-height: 1;
	padding: 5px;
	margin: 0;
	display: inline-block;
}

/* image small */
#bootstrap-slider.carousel.slide .carousel-caption .bs-slider-img-sm {
	display: none;
}

/* h3 caption more */
#bootstrap-slider.carousel.slide .carousel-caption .bs-slider-btn {
	color: #418153;
	color: rgba(255,255,255,0.65);
	font-size: 20px;
	font-family: "Shadows Into Light";
	background: rgba(0,0,0,0.5);
	line-height: 1;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 7px;
	box-shadow: 1px 1px 0px 0px rgba(255,255,255,0.25);
}

/*
@media (min-width: 359px) {
#bootstrap-slider.carousel .item, #bootstrap-slider.carousel.slide {
	height: 201px;
	width: 100%;
}

}
@media (min-width: 480px) {
#bootstrap-slider.carousel .item, #bootstrap-slider.carousel.slide {
	height: 270px;
	width: 100%;
}

}
@media (min-width: 640px) {
#bootstrap-slider.carousel .item, #bootstrap-slider.carousel.slide {
	height: 360px;
	width: 100%;
}

}
@media (min-width: 768px) {
#bootstrap-slider.carousel .item, #bootstrap-slider.carousel.slide {
	height: 432px;
	width: 100%;
}

}
@media (min-width: 800px) {
#bootstrap-slider.carousel .item, #bootstrap-slider.carousel.slide {
	height: 450px;
	width: 100%;
}

}
@media (min-width: 960px) {
#bootstrap-slider.carousel .item, #bootstrap-slider.carousel.slide {
	height: 540px;
	width: 100%;
}

}
@media (min-width: 992px) {
#bootstrap-slider.carousel .item, #bootstrap-slider.carousel.slide, .header-wrapper {
	height: 558px;
	width: 100%;
}

}
*/
@media (min-width: 1280px) {
#bootstrap-slider.carousel .item, #bootstrap-slider.carousel.slide, .header-wrapper {
	height: 630px;
	width: 100%;
}

}
@media (min-width: 1440px) {
#bootstrap-slider.carousel .item, #bootstrap-slider.carousel.slide, .header-wrapper {
	height: 630px;
	width: 100%;
}

}
@media (min-width: 1680px) {
#bootstrap-slider.carousel .item, #bootstrap-slider.carousel.slide, .header-wrapper {
	height: 630px;
	width: 100%;
}

}
@media (min-width: 1920px) {
#bootstrap-slider.carousel .item, #bootstrap-slider.carousel.slide, .header-wrapper {
	height: 630px;
	width: 100%;
}

}
@media (min-width: 992px) {
/* indicator dots at bottom */
#bootstrap-slider.carousel.slide ol.carousel-indicators {
	bottom: -0px;
}

/* left and right arrows */
#bootstrap-slider.carousel.slide .carousel-control.right, #bootstrap-slider.carousel.slide .carousel-control.left {
	background-image: none;
	z-index: 11;
	position: absolute;
	top: 75%;
	transform: translateY(-50%);
	height: 60px;
	text-align: center;
}

#bootstrap-slider .carousel-control i {
	transform: scale(.3);
}

/* caption container */
#bootstrap-slider .carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: auto;
	padding-bottom: 0px;
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 30px 0 30px 0;
	background: transparent;
	text-align: left;
}

/* left and right arrows */
#bootstrap-slider.carousel.slide .carousel-control.right, #bootstrap-slider.carousel.slide .carousel-control.left {
	background-image: none;
	z-index: 11;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
	text-align: center;
}

#bootstrap-slider .carousel-control i {
	transform: scale(1);
}

/* indicator dots at bottom */
#bootstrap-slider.carousel.slide ol.carousel-indicators {
	bottom: 50px;
}

/* h2 title */
#bootstrap-slider.carousel.slide .carousel-caption h2 {
	color: #ffffff;
	color: rgba(255,255,255,0.5);
	font-size: 30px;
	font-family: "Shadows Into Light";
	line-height: 1;
	padding: 5px;
	margin: 0;
	display: inline-block;
	width: 700px;
	text-align: center;
	position: relative;
}

/* image large */
#bootstrap-slider.carousel.slide .carousel-caption .bs-slider-img-lg {
	background: url('../../../../Site/graphics/bs-slider-frame-large.png') center center no-repeat;
	margin-left: 0;
	margin-right: auto;
	width: 700px;
	height: 450px;
	padding-top: 31px;
	padding-left: 35px;
	position: relative;
}

.bs-slider-img-lg img {
	width: auto;
	margin-left: 0;
	margin-right: auto;
	border-radius: 0px;
	border: 0px solid rgba(255,255,255,0.25);
}


#bootstrap-slider.carousel.slide .carousel-caption .bs-slider-img-lg:before {
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	width: 101px;
	height: 121px;
	background: url('../../../../Site/graphics/bs-slider-tape-left.png') center center no-repeat;
}

#bootstrap-slider.carousel.slide .carousel-caption .bs-slider-img-lg:after {
	content: "";
	position: absolute;
	top: -20px;
	right: -20px;
	width: 93px;
	height: 124px;
	background: url('../../../../Site/graphics/bs-slider-tape-right.png') center center no-repeat;
}

/* p description*/
#bootstrap-slider.carousel.slide .carousel-caption p.bs-slider-desc {
	color: #ffffff;
	color: rgba(255,255,255,0.9);
	font-size: 20px;
	font-family: "Shadows Into Light";
	line-height: 1.42;
	padding: 5px;
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 100px;
	width: 260px;
}

#bootstrap-slider.carousel.slide .carousel-caption p.bs-slider-desc:before {
	content: "";
	position: absolute;
	top: -10px;
	left: -20px;
	width: 22px;
	height: 31px;
	background: url('../../../../Site/graphics/bs-slider-open-quote.png') center center no-repeat;
}

#bootstrap-slider.carousel.slide .carousel-caption p.bs-slider-desc:after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 0px;
	width: 22px;
	height: 31px;
	background: url('../../../../Site/graphics/bs-slider-close-quote.png') center center no-repeat;
}

/* p photo taken by*/
#bootstrap-slider.carousel.slide .carousel-caption p.bs-slider-photo1 {
	color: #ffffff;
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	font-family: "Shadows Into Light";
	line-height: 1;
	padding: 5px;
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 100px;
	top: 350px;
}

/* p photo taken by*/
#bootstrap-slider.carousel.slide .carousel-caption p.bs-slider-photo2 {
	color: #418153;
	font-size: 16px;
	font-family: "Shadows Into Light";
	line-height: 1;
	padding: 5px;
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 100px;
	top: 380px;
}

/* image small */
#bootstrap-slider.carousel.slide .carousel-caption .bs-slider-img-sm {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 340px;
	background: url('../../../../Site/graphics/bs-slider-frame-small.png') center center no-repeat;
	padding: 10px;
}

/* h3 caption more */
#bootstrap-slider.carousel.slide .carousel-caption .bs-slider-btn {
	color: #418153;
	color: rgba(255,255,255,0.65);
	font-size: 20px;
	font-family: "Shadows Into Light";
	background: rgba(0,0,0,0.5);
	line-height: 1;
	padding: 5px 15px;
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 440px;
	border-radius: 7px;
	box-shadow: 1px 1px 0px 0px rgba(255,255,255,0.25);
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}
}
