/*---Mis estilos*/
/*contact form*/
.one-full, .one-half, .one-third, .one-fourth{
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
}
.one-full { width: 100%; }
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.one-fourth { width: 21%; }
.last {
    margin-right: 0 !important;
    clear: right;
}
@media only screen and (max-width: 767px) {
    .one-full, .one-half, .one-third, .one-fourth {
        width: 100%;
        margin-right: 0;
    }
}
input, select, textarea {
    width: 100%;
    padding: 8px;
	  border-width: 1px !important;
}
input[type=submit] {
    width: 100%;
    background-color: #674ea7 !important;
    padding: 10px !important;
}
/*blog*/
.blog.metro::before {
    content: "BLOG";
    position: absolute;
    width: 100% !important;
    background-color: #674ea7;
    text-align: center;
    color: white;
    font-size: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -125px;
}
@media(max-width:768px){
.blog.metro::before {
    margin-top: -135px;
}	
}
.blog.metro {
  padding: 200px 0px 0px 0px !important;
}
.single-post .rating-result, .single-post .rating-form{
    display: none;
}
/*footer*/
#footer {
    position: relative !important;
    padding: 35px 0 0 0 !important;
}
.footer-distributed {
    padding: 0px 10px !important;
}
/*videos responsive*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}