.main-slider-container {
    padding: 0;
    margin-bottom: 50px;
}

.main-slider-container .main-slider img {
    width: 100%;
    min-height: 200px;
}

.main-slider-container .owl-theme .owl-controls{
	position: relative;
        margin-top: -30px;
        z-index: 999;
}

h1 {
    font-size: 24px;
}

h2.coolvetica {
    padding-bottom: 20px;
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    color: #dca000;
    margin-bottom: 30px;
}

@media (min-width: 452px) {
    .main-slider-container img {
        /*height: 300px;*/
    }

    h1 {
        font-size: 40px;
    }

}

@media (min-width: 768px) {
    .main-slider-container img {
        /*height: 400px;*/
    }
    
    .main-slider-container .owl-theme .owl-controls{
	position: relative;
        margin-top: -50px;
        z-index: 999;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        /*font-size: 28px;*/
    }

}

@media (min-width: 992px) {
    .main-slider-container img {
        /*height: 500px;*/
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        /*font-size: 30px;*/
    }
    
    h5 {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .main-slider-container img {
        /*height: 600px;*/
    }

    h1 {
        font-size: 62px;
    }

    h2 {
        /*font-size: 30px;*/
    }
}

@media (min-width: 1610px) {
    .main-slider-container img {
        /*height: 700px;*/
    }
}


.intro-bg {
    height: auto;
    background-image: url(../images/bandhavgarh_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    border-bottom: 1px solid #a67541;
    /*margin: 40px 0 20px 0;*/
    /*margin-top: 30px;*/
    /*margin-bottom: 20px;*/
    /*padding: 50px 30px;*/
    padding-top: 5%;
    padding-bottom: 4%;
    color: #ffffff;
    font-size: 16px;
}

.intro-bg h3.h2 {
    color: #ffffff;
}

.fibre-box {
    width: 100%;
    border: 2px solid rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 20px;
}

.facility .well {
    padding-top: 50px;
    /*background-color: inherit;*/
    background-color: #eae7e0;
    border: 1px dashed #dca000;
}

.facility p, .facility a {
    font-size: 20px;
    color: #444444;
    /*border: 1px solid red;*/
}

.facility .fa {
    font-size: 80px;
    color: #dca000;
    /*border: 1px solid red;*/
}

/*.intro-gal {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: url(../images/AjaxLoader.gif) no-repeat center center;
}*/

#my-slidder img{
    display: block;
    width: 100%;
    height: auto;
}
