/*
 * INCOGRAF® - 2016
 */

/* === CUSTOMIZE FOR HOME === */

#content{
    padding-top: 1000px;
}
.content-marker{
    display: inline-block;
    margin-top: 0;
}
.myheader-bg-trans{
    opacity: 0;
}
.carousel-indicators {
/*    bottom: -28px;*/
    
    bottom: -15px;
    background-color: #EDEDEF;
    width: 100%;
    margin: 0px;
    left: 0px;
    right: 0px;
    height: 15px;
}
.carousel-indicators li{
   /*border: 1px solid #000;*/
    border: 2.5px solid #F0D200;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-radius: 0px;
    border-spacing: 0px;
    width: 13.6%;
    height: 15px;
    padding: 0px !important;
    margin: 0px -2px !important;
   
}
.carousel-indicators .active {
    /*background-color: #000;*/
    
    background-color: #F0D200;
    /*border: 2.5px solid #F0D200;*/
    border: 0.5px solid #F0D200;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-radius: 0px;
    border-spacing: 0px;
    width: 13.6%;
    height: 15px;
    padding: 0px !important;
    margin: 0px -2px !important;
}
#homeBanner div.bannerMiddle{
    background-color:#F0D200; 
    height: 60px;
    /*width: 5px;*/
    width: 2px;
    z-index: 50;
    position: absolute;
    /* left: 50%; */
    right: 50%;
    margin-right: -1px;
    bottom: 0px;
}

.carousel-caption {
    /*    background: #000;*/
    /*    width: 100%;*/
    width: 1000px;
    right: 0;
    left: 0;
    padding: 0;
    /*    margin: 0;*/
    margin: 0 auto;
/*    top: 0;*/
    /*    opacity: 0.8;*/
    color: #fff;
    bottom: 55px;
}
.carousel-caption a,
.carousel-caption a:hover,
.carousel-caption a:visited,
.carousel-caption a:active {
    text-decoration: none;
    outline:none;
    cursor: pointer;
}
.carousel-caption .title-caption{
/*    background: #fff;
    width: 500px;
    float: right;*/
    height: 90px;
}
.carousel-caption .subtitle-caption{
    background: #3e3e3e;
    width: 330px;
    float: right;
    margin-left: 500px;
    height: 60px;
}
.carousel-caption h2{
    font-family: 'Roboto-Bold';
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
}
.carousel-caption h3{
    font-family: 'Roboto-Regular';
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
}
.go-down-container{
    position: relative;
    left: 50%;
    /*top: -105px;*/
    top: -120px;
    display: inline-block;
    height: 80px;
    width: 200px;
    margin-left: -100px;
    text-align: center;
    cursor: pointer;
}
.go-down-container span{
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -50px;
    color:#fff;
}
.go-down-container .fa{
    /*font-size: 30px;*/
    font-size: 60px;
    color: #F0D200;
}

@media screen and (max-width: 991px) {
    
    .carousel-caption {
        width: 100%; 
        right: 0;
        left: 0;
        padding: 0;
        margin: 0;
/*        top: 0;*/
        color: #fff;
      
    }

    .carousel-caption h2 {  
        /*        font-size: 40px;        */
    }
    #homeBanner div.bannerMiddle{
        display: none;
    }
    
    .go-down-container {
        position: relative;
        left: 0;
        top: -50px;
        display: inline-block;
        height: 50px;
        width: 100%;
        margin-left: 0px;
        text-align: center;
        cursor: pointer;
        background-color: #fff;
    }

    .go-down-container span{
        position: absolute;
        left: 50%;
        top: 10px;
        margin-left: -50px;
        color:#000;
    }

    .go-down-container .fa {
        font-size: 30px;
        color: #000;
        /*padding-top: 20px;*/
        padding-top: 12px;
    }
}

@media screen and (max-width: 480px) {
    #homeBanner div.bannerMiddle,
    .carousel-caption,
    .carousel-indicators{
        display:none;
    }
}
