/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height:93%;
}

.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: 50px 0;
}



/* SM AYARI  */
@media (max-width:1200px) {
.fill {width: 100%;height: 100%;}
.carousel{height: 90%;}
body{height:90% !important}
}




/* SM AYARI 2 */
@media (max-width:1100px) {
.fill {width: 100%;height: 100%;}
.carousel{height: 90%;}
body{height:80% !important}
}


/* SM AYARI 3 */
@media (max-width:1050px) {
.fill {width: 100%;height: 100%;}
.carousel{height: 90%;}
body{height:75% !important}
}


/* SM AYARI 3 */
@media (max-width:1000px) {
.fill {width: 100%;height: 100%;}
.carousel{height: 90%;}
body{height:9% !important}
}


/* SM AYARI */
@media (min-width:768px) and (max-width:991px) {
.fill {width: 100%;height: 100%;}
.carousel{height: 90%;}
body{height:80% !important}
}



/* XS AYARLARI */
@media (max-width:767px) { 
.fill {width: 100%;height: 100%;}
.carousel{height: 90%;}
.slider-h2{font-size:26px;}
.carousel-indicato2rs{display:none !important}
body{height:75% !important}
}

/* x XS AYARLARI */
@media (max-width:550px) { 
.fill {width: 100%;height: 100%;}
.carousel{height: 90%;}
.slider-h2{font-size:22px;}
body{height:55% !important}
}

/* x x XS AYARLARI */
@media (max-width:450px) { 
.fill {width: 100%;height: 100%;}
.carousel{height: 90%;}
.slider-h2{font-size:16px;}
body{height:42% !important}
}

/* x x x XS AYARLARI */
@media (max-width:350px) { 
.fill {width: 100%;height: 100%;}
.carousel{height: 90%;}
.slider-h2{font-size:14px;}
body{height:35% !important}
}

