/* * * * * * * * * * * * * * * * * * * * *
 *   Created on : 2016                   *
 *   Author     : INCOGRAF® - E.Pimentel *
 * * * * * * * * * * * * * * * * * * * * */

.content-marker{
    display: inline-block;
    margin-top: 0;
}
.myheader-bg-trans{
    opacity: 0;
}
.carousel-indicators {
    top: 0;
    height: 30px;
    width: 1%;
    position: absolute;
    bottom: 10px;
    left: -10px;
    z-index: 15;
    padding-left: 35px; 
    margin-left: 0; 
    text-align: left;
    list-style-type: none;
}
.carousel-indicators li {
    position: relative;
    width: 190px;
    height: 3px;
    border-radius: 0px;
    margin: 0px;
    border: 0px;
    text-indent: 0;
    margin-top: 20px;
}
.carousel-indicators .active {
    list-style-type: none;
    margin-top: 20px;
    width: 12px;
    height: 0;
    background-color: transparent;
}
.carousel-indicators .myball {
    background-color: #000;
    width: 6px;
    height: 6px;
    display: none;
    position: absolute;
    top: -3px;
    left: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.carousel-indicators .active .myball {
    display: block;
}
.carousel-indicators li span{
    color: #000;
    font-size: 10px;
    position: relative;
    bottom: 0px;
    width: 190px;
    font-weight: bold;
}
.carousel-indicators .line-title{
    border-top: 1px solid #000;
    height: 10px;
    width: 50px;
    position: relative;
}
/*.carousel-caption {
    background: rgba(183, 203, 5, 0.9);
    width: 50%;   
    left: 0;    
    bottom: 410px;
    padding-left: 30px;
    padding-right: 100px;
    position: relative;
    float: right;
    margin-right: 39px;
    overflow: hidden;
}*/
.carousel-caption {
    background: rgba(183, 203, 5, 0.9);
    width: 50%;
    left: 50%;
    /* bottom: 270px; */
    padding-left: 30px;
    padding-right: 100px;
    /* position: relative; */
    /*    float: right;*/
    margin-right: 39px;
    overflow: hidden;
    /* top: -28%; */
    bottom: 50px;
    position: absolute;
    /* right: 0; */
}

.carousel-caption a,
.carousel-caption a:hover,
.carousel-caption a:visited,
.carousel-caption a:active {
    text-decoration: none;
    outline:none;
    cursor: pointer;
}
.carousel-caption h4{
    font-family: 'Roboto-Regular';
    font-size: 14px;
    color: #000;
    text-align: left;
}
.carousel-caption h2{
    font-family: 'Roboto-Bold';
    font-size: 16px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}
.carousel-caption p{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    text-align: left;
    color: #000;
    text-shadow: 0 0px 0px rgba(0,0,0,.6);
}
.carousel-caption-icons{
    position: relative;
    left: 100px;
    width: 10px;
    float: right;
    top: 50px;
}
.carousel-caption-icons span:first-child{
    bottom: 10px;
    position: relative;
}
.caption-cat{
    font-family: 'Roboto-Regular';
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.caption-cat span{
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    padding: 15px 0 15px 0;
}
.go-down-container{
    position: relative;
    left: 50%;
    top: -50px;
    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: 45px;
    color: #000;
}
.sponsor{
    position: relative;
    /* bottom: 186px;*/
    bottom: 180px;
}
.sponsor img{
    margin-left: 20px;
    height: 60px;
}

/*@media screen and (max-width: 990px) {*/
@media screen and (max-width: 991px) {  
    .carousel-indicators {  
        width: 3%;
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 0px;
        margin: 0px;
        opacity: 1;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #000;
        margin-top: 10px;
    }
    .carousel-indicators .active {
        width: 10px;
        height: 10px;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        background-color: #ccc;
        margin-top: 10px;
        margin-left: 0px;
    }
    .carousel-indicators .active .myball {
        display: none;
    }
/*    .carousel-caption {
        width: 75%;
        right: 0;
        left: 0;
        top: 450px;
        position: absolute;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 20px;
    }*/
    .carousel-caption {
        width: 75%;
        right: 0;
        left: 0;
        /* top: 610px; */
        position: absolute;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 20px;
        /* bottom: 300px; */
        bottom: 20%;
        padding-bottom: 0px;
    }
    .carousel-caption h2 {  
        font-size: 25px;        
    }
    .carousel-caption p{
        display:none;
    }
/*    .carousel-caption-icons-rwd {
        text-align: left;
        padding-top: 30px;
        position: absolute;
        bottom: 20px;
    }*/
    .carousel-caption-icons-rwd {
    position: relative;
    float: right;
    bottom: 0;
    }
    
    .carousel-caption-icons-rwd .fa {
        padding: 10px;
    }
    .carousel-caption-icons-rwd .fa-download {
        display: none;
    }
    .carousel-caption-icons-rwd span{
        margin-right: 10px;
    }
    .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;
    }
    .sponsor {
        bottom: 153px;
    }
    .sponsor img {
        margin: 0 auto;
        margin-left: 10%;
    }   
}

/* CAROUSEL-CAPTION - OTHER SITUATIONS */
@media screen and (max-width: 1300px) {
    .carousel-caption p *{
        font-size: 12px;
    }
}
@media screen and (max-height: 800px) {
    .carousel-caption p *{
        font-size: 10px;
    }
    .sponsor{
        bottom: 160px;
    }
}
@media screen and (max-height: 650px) {
    .carousel-caption p div:not(:first-child){
        display: none;
    }
}

@media screen and (max-height: 750px) and (max-width: 991px) {
    .carousel-caption-icons-rwd {
        /*        text-align: right;
                padding-top: 0px;
                position: relative;
                bottom: 80px;*/       
        position: relative;
        float: right;
/*        top: -110px;*/
    }
    .carousel-caption h2 {
        font-size: 17px;
    }
}

/*@media screen and (max-width: 990px) {  
    .sponsor img {
        margin-left: 10%;
    }
}*/