/*SLIDER BEGINNING ============================================================*/

#carousel-example-generic {
	background-image: url(../images/background-02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-top: 71px;
}

.carousel-inner {
	width: 100%;
	height: 100%;
}
.carousel-inner .item {
	width: 90%;
	margin: 0 auto;
}
.carousel-control.left {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0) 100%);
}

.carousel-control.right {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.5) 100%);
}


.carousel-control .icon-prev:before {
	content: "";
	background-image: url(../images/arrow-left-carousel.png);
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	position: absolute;
	margin-left: -15px;
}

.carousel-control .icon-next:before {
	content: "";
	background-image: url(../images/arrow-right-carousel.png);
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	position: absolute;
	right: 0;
}

.text-slider {
	position: absolute;
	top: 45%;
	z-index: 0;
	left: 0;
	right: 0;
}

.text-slider p {
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: white;
	text-shadow:1px 1px 2px #1b1f24;
	line-height: 45px;
}

.text-slider p:nth-of-type(2) {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 18px !important;
	text-transform: none !important;
}

.carousel-control {
	font-weight: bold;
	top: 43%;
	width: 59px;
	height: 59px;
	border: none;
	padding-top: 0;
	color: #fff;
}

.start-here {
	background-image: url(../images/start-here.png);
	background-size: 271px 109px;
	height: 109px;
	width: 271px;
	position: relative;
	display: block;
	bottom: 108px;
	margin: 0 auto;
	text-align: center;
}

.start-here a {
	display: inline-block;
}

.start-here span {
	display: block;
	font-size: 40px;
	margin: 0 auto;
}

.start-here span i {
	margin-top: 15px;
	color: #aa2626;
}

.start-here span i:nth-of-type(1){
	opacity: 0.4;
}

.start-here span i:nth-of-type(2){
	font-size: 50px;
	display: block;
	margin-left: 4px;
}

/* Media Queries ============================================================*/

 /*Large desktop */
@media (max-width: 1200px) { 

.text-slider {
	max-width: 90%;
	margin: 0 auto;
	top: 40%;
}

 }


 /* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

.text-slider {
	max-width: 80%;
	margin: 0 auto;
	top: 25%;
}

.carousel-control .icon-prev:before {
	margin-top: -5px;
}

.carousel-control .icon-next:before {
	margin-top: -5px;
}

 }

 /* Landscape phones and down */
@media (max-width: 480px) { 
	
.text-slider {
	max-width: 80% !important;
	top: 30% !important;
}

.text-slider p {
	font-size: 35px !important;
	line-height: 35px !important;
}

.text-slider p:nth-of-type(2) {
	font-size: 18px !important;
	line-height: 18px !important;
}

.start-here {
	background-size: 220px 88px;
	height: 88px;
	width: 220px;
	bottom: 87px;
}

.start-here span i {
	margin-top: 5px;
}

 }