/* Novas modalidades */

.img_bg_mod{
    background-size: cover !important; 
    background-position: center !important;
    filter: grayscale(70%);
    overflow: hidden;
    transition: 0.8s;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.titulo_modalidade_bg{
    background-size: cover !important; 
    background-position: center !important;
}

.wrapper_bg{
    border-right: 1px solid white; 
    border-bottom: 1px solid white; 
    height: 300px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.wrapper_bg:hover .img_bg_mod{
    filter: grayscale(0%);
    transform: scale(1.3);
}

.wrapper_bg:hover .titulo_mod{
    background: rgba(0, 0, 0, 0.5);
    bottom: 40%;
}

.titulo_mod{
    transition: 0.8s;
    background: rgba(182, 0, 0, 0.25);
    z-index: 998;
    position: absolute;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.5);*/
    text-align: center;
    width: 100%;
    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 200;
}

.titulo_mod>span {
    font-size: 45px;
    font-weight: 200;
}

/*Fim novas modalidades */

.main-slider-wrapper{
	position: relative;
    top: 50px;
    width: 70%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
/*.carousel-inner{
	margin-top: 15px;
	width: calc(100%);
    height: 700px;
    margin-bottom: 100px;
}*/
/*.item{
	height: 100%;
}
.slide-text-wrapper{
	height: 100%; !important;
}*/
ol.slide-indicators li{
    background-color: #8c0000;
}
.item-hover a.item-link{
    top: -35%;
}
.news-thumbs{
    background-position: center;
    background-size: cover; 
    width: 100%;
    height: 200px;
}
.filter-bar{
    width: 100%;
    border-bottom: 1px solid #bababa;
    /*padding: 10px;*/
    overflow: hidden;
    margin-bottom: 25px;
}
.filter-bar input{
    height: 36px;
    width: 100%;
    background-image: url(https://cdn1.iconfinder.com/data/icons/hawcons/32/698627-icon-111-search-512.png);
    background-repeat:no-repeat;
    background-position:98% 50%;outline:0;
    background-size: 25px 25px;
    /*margin-right: 10px;*/
}
.filter-bar select{
    width: 100%;
    height: 36px;
    /*margin-bottom: 10px;*/
}
.glyphicon {
    position: absolute;
    padding-left: 35px;
}
#news-wrapper .row{

    padding: 15px;
    border-bottom: 1px solid #dadada;
    

}
#news-wrapper h3 a{
    color: #222 !important;
}
.btn-show-more{
    padding: 10px 20px;
    width: 50%;
    background-color: #b60000;
    color: #f2f2f2;
    font-size: 20px;
    text-decoration: none;
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    transition: 0.4s;


}
.btn-show-more:hover{
    background-color: #222;
}

.news-list-thumb{
    background-position: center; 
    width: 100%; 
    height: 150px;
    background-size: cover;

}
.news-list-container{
    box-sizing: border-box;
}
.news-list-content{
    display:block;
}
@media only screen and (max-width: 767px){

    /*.filter-bar input, .filter-bar select{

        width: 75%;
        margin: 0 auto;

    }*/
    .news-list-content{
        display: none;
    }
    #news-wrapper .single-product{
        margin: 0 auto;
        width: 75%;
    }
    #news-wrapper h3{
        margin-left: 11vw;
    }
    .item-hover{
        border: none;
    }
    .btn-show-more{
     width: 95%;
     transition: 0.4s;

    }
    

}


@media only screen and (max-width: 481px){

    #news-wrapper h3{
        margin-left: 0px;
    }
    .filter-bar input, .filter-bar select{

        width: 100%;

    }
    #news-wrapper .single-product{
        width: 100%;
    }


}