﻿/* -----------------------------------------------------------
:: 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;
	padding: 30px 0 30px 0;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.0);
}

/* h2 title */
#bootstrap-slider.carousel.slide .carousel-caption h2 {
	color: #ffffff;
	background: #222222;
	background: rgba(0,0,0,0.5);
	font-family: 'Homenaje', serif;
	line-height: 1;
	padding: 5px;
	margin: 0;
	display: inline-block;
}

/* h3 caption */
#bootstrap-slider.carousel.slide .carousel-caption h3 {
	color: #ffffff;
	background: #222222;
	background: rgba(0,0,0,0.5);
	font-family: 'Homenaje', serif;
	line-height: 1;
	padding: 5px;
	margin: 0 0 10px 0;
}

/* h3 caption more */
#bootstrap-slider.carousel.slide .carousel-caption-more {
	color: #ffffff;
	background: #D03E2A;
	font-size: 14px;
	font-family: 'Homenaje', serif;
	line-height: 1;
	padding: 5px;
}

.bootstrap-slider-top {
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: #111111;
	background: rgba(0,0,0,0.70);
}

@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: 720px;
	width: 100%;
}

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

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

}
@media (min-width: 1920px) {
#bootstrap-slider.carousel .item, #bootstrap-slider.carousel.slide, .header-wrapper {
	height: 100vh;
	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;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	text-align: left;
}

/* h2 title */
#bootstrap-slider.carousel.slide .carousel-caption h2 {
	color: #D03E2A;
	font-size: 60px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -1px;
	background: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* h3 caption */
#bootstrap-slider.carousel.slide .carousel-caption h3 {
	color: #222222;
	font-size: 60px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -1px;
	background: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* p description */
#bootstrap-slider.carousel.slide .carousel-caption p {
	color: #222;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	background: none;
	text-align: left;
	font-style: italic;
	padding: 20px 0;
}

.carousel-caption a.btn.btn-primary.btn-lg.active.btn-left {
	color: #990000;
	font-family: Homenaje, sans-serif;
	font-size: 20px;
	line-height: 1;
	background: #E8E8E8;
	border-radius: 5px;
	border-bottom: 5px solid rgba(0,0,0,0.15);
	box-shadow: 0px 0px 0px 5px rgba(51,51,51,0.25);
	padding: 15px 40px;
	border:0;
	margin-right:20px;
}

.carousel-caption a.btn.btn-primary.btn-lg.active.btn-left:hover {
	color: #222;
	background: #ccc;
}

.carousel-caption a.btn.btn-primary.btn-lg.active.btn-right {
	color: #E8E8E8;
	font-family: Homenaje, sans-serif;
	font-size: 20px;
	line-height: 1;
	background: #CC452F;
	border-radius: 5px;
	border-bottom: 5px solid #83271A;
	box-shadow: 0px 0px 0px 5px rgba(232,232,232,0.50);
	padding: 15px 40px;
	border:0;
}

.carousel-caption a.btn.btn-primary.btn-lg.active.btn-right:hover {
	background: #83271A;
}

/* h3 caption more */
#bootstrap-slider.carousel.slide .carousel-caption-more {
	color: #990000;
	font-family: 'Homenaje', serif;
	font-size: 20px;
	font-weight: 300;
	transition: all .3s ease;
	background: none;
	text-align: left;
}

/* h3 caption more */
#bootstrap-slider.carousel.slide .carousel-caption-more:hover {
	opacity: .5;
}

/* 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);
}

.bootstrap-slider-top {
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: #111111;
	background: rgba(0,0,0,0.70);
}

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

/*
  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);
}

}
}
