/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 0 0;
}
.carousel {height:397px  !important;}
.carousel-control{ top:48% !important;
background:black;
    width:25px;
	left:0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    height:50px;
    filter: alpha(opacity=50);
    opacity: .5;
}
.right{ }

.carousel slide{height:768px;}
@media (max-width: 480px) {
	.carousel slide{height:100%;}
	.carousel {
    height: 300px !important;
}
.carousel-control {
    top: 14% !important;
    background: black;
    width: 25px;
    left: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 50px;
    filter: alpha(opacity=50);
    opacity: .5;
}
.slicknav_nav a
{ color: #000 !important;}
	
}