@media only screen
and (min-width : 0px) 
and (max-width : 991px) 
{
	
}

@media only screen
and (min-width : 0px) 
and (max-width : 767px) 
{
	#main-menu.navbar.navbar-light .navbar-nav > .menu-item{
        border-right: 0px;
    }
}

@media only screen
and (min-width : 0px) 
and (max-width : 575px) 
{
    .logo{
        display: block;
        text-align: center;
    }
	.slider-box-item i{
        font-size: 20px;
    }
    .slider-box-item h3{
        display: none;
    }
    .talleres-actualizacion .banner-content table td{
        float: left;
        width: 100%;
    }
    .talleres-actualizacion .banner-content table td .btn-blue{
        margin-top: 30px;
    }
    .slider-boxes-wrapper .slider-boxes{
        padding: 5px;
        background: #303c71;
    }
    .slider-boxes-wrapper{
        position: relative;
        left: auto;
        bottom: auto;
        right: auto;
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .search-form-header{
        width: 100%;
        margin-bottom: 15px;
    }
    .owl-carousel .item-thumbnail{
        height: 90px;
    }
    .owl-carousel .post-item .item-title{
        font-size: 13px;
    }
}

@media (min-width: 768px)
{
	
}