.gallery-item {
    width: 25% !important;
    float: left !important;
    max-width: 25% !important;
}
.gallery{
	padding: 50px 30px 0px 30px;
}
*{
	box-sizing:border-box;
}
.gallery .image{
	width: 25%;
	padding: 10px;
	float: left;
}
.gallery .image img{
	width: 100%;
	height: auto;
}
.responsive-menu-toggle{
	display: none !important;
}
.section-med{
    padding: 50px 20px;
    background-image:url('http://laruedamkt.cl/wp-content/themes/theme-webtres/content/decor2/images/decor2_bg2.png');
    background-size: cover;
}
.ct{
	color: transparent;
}
.section-med--inner{
    max-width: 1200px;
    margin:0 auto;
    display: flex;
}
.slider, .slider2, .slider3, .bx-viewport{
	height: 100% !important;
}
.slider div, .slider2 div, .slider3 div{
	height: 100%;
}
.bx-wrapper {
    border: 5px solid #E84E1B;
    background: #000;
    box-shadow: none;
    margin-bottom: 0;
}
.section-med-left{
    width: 65%;
    display: flex;
    min-height: 500px;
}
.section-med-right{
    width: 35%;
}
.section-med-right--inner{
    background-color: #E84E1B;
    height: 100%;
    padding: 0 50px;
    display: flex;
    align-items:center;
}
.section-med-right--inner h5{
    margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
    .section-med-right p{
        line-height: 140%;
        font-size: 13px;
    }
}
@media only screen and (max-width: 950px) {
    .section-med--inner{
        flex-direction: column;
    }
    .section-med-left{
        width: 100%;
        margin-bottom: 30px;
    }
    .section-med-right{
        width: 100%;
    }
    .section-med-right--inner{
        padding: 50px;
    }
    .gallery .image{
		width: 50%;
	}
}