

/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */
body {
	padding-top: 0;
	padding-bottom: 0;
	color: #333;
}



@font-face {
    font-family: 'baskervillebold';
    src: url('fonts/baskervilleboldbt-webfont.woff2') format('woff2'),
         url('fonts/baskervilleboldbt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'baskervillebold_italic';
    src: url('fonts/baskervillebolditalicbt-webfont.woff2') format('woff2'),
         url('fonts/baskervillebolditalicbt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'baskervilleroman';
    src: url('fonts/baskervillebt-webfont.woff2') format('woff2'),
         url('fonts/baskervillebt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'baskerville_btitalic';
    src: url('fonts/baskervilleitalicbt-webfont.woff2') format('woff2'),
         url('fonts/baskervilleitalicbt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel .item {
	height: 100%;
	width: 100%;
	text-align: center;
}

.carousel .carousel-inner .item .container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

/* Caption */
.carousel .item .caption-icon {
	animation-delay: 1s;
	max-width: 388px;
}
.carousel .item h1 {
	animation-delay: 1.5s;
	color: #a98c6b;
	font-family: 'Libre Baskerville', serif;
	font-size:30px;
	letter-spacing:-2;
	text-transform:uppercase;

	
}
.carousel .item h2 {
	animation-delay: 2s;
	color: #a98c6b;
	font-family: 'baskerville_btitalic';
	font-size:30px;
	line-height:40px;
	
	
	
}
.carousel .item h3 {
	animation-delay: 2s;
	color: #f5eede;
	font-family: 'baskerville_btitalic';
	font-size:36px;
	
	
}
.carousel .item h4 {
	animation-delay: 2.4s;
	color: #f5eede;
	font-family: 'baskerville_btitalic';
	font-size:24px;
    line-height:40px;
	
}
.carousel .item p .btn-primary {
	animation-delay: 3.4s;
	background-color:#a98c6b;
	border-radius:4px;
	border-color:transparent;
	font-family:'baskervilleroman';
	font-weight:normal;
	padding-top:10px;
	padding-right:25px;
	padding-left:25px;
	padding-bottom:10px;
	font-size:16px;
	margin-top: 20px;
	color:#f5eede;
}
.carousel .item p .btn-success {
	animation-delay: 3.4s;
	background-color:#a98c6b;
	border-radius:4px;
	border-color:transparent;
	font-family: 'baskervilleroman', serif;
	font-weight:normal;
	padding-top:10px;
	padding-right:25px;
	padding-left:25px;
	padding-bottom:10px;
	font-size:16px;
	margin-top: 20px;
	color:#f5eede;
}

/* Fade-in and Fade-out animation */
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 2s;
    -moz-transition: opacity ease-in-out 2s;
    -ms-transition: opacity ease-in-out 2s;
    -o-transition: opacity ease-in-out 2s;
    transition: opacity ease-in-out 2s;
}
.fade .item:first-child {
    top: auto;
    position: relative;;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 2s;
    -moz-transition: opacity ease-in-out 2s;
    -ms-transition: opacity ease-in-out 2s;
    -o-transition: opacity ease-in-out 2s;
    transition: opacity ease-in-out 2s;
}

/* Images centering */
.carousel .item .img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Controllers background image remove and font size reduce */
.carousel-control.right
{
	background: none !important;
	filter: progid: none !important;
	outline: 0;
	transition: all 0.3s ease 0s;
	margin-right: -70px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #a98c6b
}
.carousel-control.left {
	background: none !important;
	filter: progid: none !important;
	outline: 0;
	transition: all 0.3s ease 0s;
	margin-left: -70px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #a98c6b
}
.carousel .carousel-control {
	opacity: 0;
	
}
.carousel:hover .carousel-control {
	opacity: 1;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	font-size: 20px;
}


/* SLIDES BACKGROUNDS
-------------------------------------------------- */

.carousel .slide1 {
	background-image: url(banner1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 741px
}
.carousel .slide2 {
	background-image: url(banner2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 741px
}
.carousel .slide3 {
	background-image: url(banner3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 741px
}
.carousel .slide4 {
	background-image: url(banner4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 741px
}
.carousel .slide5 {
	background-image: url(banner5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 741px
}
.carousel .slide6 {
	background-image: url(banner6.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 741px
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 991px) {
	
	.carousel .carousel-indicators {
		display: none;
	}
	
	.carousel .item .caption-icon {
		max-width: 388px;
	}
	
	.carousel .item h1 {
		font-size: 30px;
		margin-top: 0;;
		color: #36b0ae;
	}
	
	.carousel .item h2 {
		font-size: 24px;
	}
	
	.carousel .item .btn-lg {
		padding: 5px 50px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
	}
	
}

@media (max-width: 767px) {
	
	.carousel .carousel-inner .item .container {
		display: none;
	}
	
}