/* Menu */
header .logo {
	margin-top: 15px !important;
}

/* Carousel */
.col-center{
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
	left: -50px;
}

.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -50px;
}

/* Contacto */
.flat-row.v1 {
    padding: 5px 0 67px 0px;
}

.flat-row .divider-line{
	margin-top: 80px;
	width: 100%;
	height: 7px;
	background-color: #1688d3;

}

/* Footer */
footer {
    padding: 50px 0;
}

.footer .widget-infomation p {
	color: #ffffff;
    padding: 13px 0px 13px 25px;
    border-bottom: none;
}

.widget ul li {
    padding: 0;
}

.widget ul li a{
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	/* */
	article.post.style2 {
	    width: 100% !important;
	}

	/* Carousel */

	.owl-theme .owl-controls .owl-nav div.owl-prev {
		left: 0px;
	}

	.owl-theme .owl-controls .owl-nav div.owl-next {
	    right: 0px;
	}
}