/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
/*.bg1{ background-image:url(../images/Slider/header-1.png); }
.bg2{ background-image:url(../images/Slider/header-2.png); }
.bg3{ background-image:url(../images/Slider/header-3.png); }
.bg4{ background-image:url(../images/Slider/header-4.png); }*/

/*.bg1{ background-image:url(../Header_Pictures/header-1.png); }
.bg2{ background-image:url(../Header_Pictures/header-2.png); }
.bg3{ background-image:url(../Header_Pictures/header-3.png); }
.bg4{ background-image:url(../Header_Pictures/header-4.png); }*/


.carousel-control.left {
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
	/*border:1px solid #CCC;*/
	background-position:50% 50%;
	left:20px;
}
.carousel-control.right {
    background-image: url(../images/right_arrow.png);
    background-repeat: no-repeat;
	/*border:1px solid #CCC;*/
	background-position:50% 50%;
	right:20px;
}
.carousel-control.left:hover {
    background-image: url(../images/left_arrow_press.png);
}
.carousel-control.right:hover {
    background-image: url(../images/right_arrow_press.png);
}
.carousel-control {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 47px;
	height:52px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0;
	margin:auto;
	z-index: 99;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
	top:0;
    left: 0;
	margin:auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
    text-align: left;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
	width:95%;
	/*max-width:1200px;*/
	height:536px;
	max-height:100%;
	display:table;
	vertical-align:middle;
}
.table_cell{display:table-cell;
	vertical-align:top; }
.carousel-caption h1 {
    font-size:60px;
	color:#FFF;
	width:60%;
	font-family: 'LatoBlack';
}
.carousel-caption p {
    font-size:25px;
	color:#FFF;
	width:80%;
	font-family: 'Lato';
	margin-top:10px;
}

#header-slider:hover .carousel-control{
	opacity: 1;
}
.carousel .item > img {
    width: 100%;
}