/* Styles Added by Neto - July 2014 */

/* General styles */


/* Home Columns */
.home-column h3 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	overflow:hidden;
}

.home-column h3 span {
	display: inline-block;
	position: relative;
}

.home-column h3 span:before,
.home-column h3 span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 2px solid #000;
	top: 33%;
	width: 999px;
}
.home-column h3 span:before {
	right: 100%;
	margin-right: 15px;
}
.home-column h3 span:after {
	left: 100%;
	margin-left: 15px;
}


/* Custom Boxes */
.custom-boxes {
	padding-left: 0;
}

.custom-boxes li {
	display: block;
	margin-bottom: 20px;
}

.custom-boxes h5.title {
	margin-left: 0;
}

.custom-boxes .category-name {
	color:#999;
	margin-bottom: 10px;
}

.custom-box img {
	box-shadow:0 1px 3px rgba(0,0,0,0.15);
}

/* Home content zone */
.home-zone {
    background: url("/assets/themes/skeletal/img/stripe-pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 50px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.custom-box.thumbnail-box {
    display: inline;
    padding: 20px;
}

/* Articles */
.latest-articles {
	margin-bottom: 50px;
}

/* Footer */
.wrapper-footer {
	margin-top: 30px;
}


.zoom-icon {
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 30px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 70%;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.flex-onpage:hover .zoom-icon {
	opacity:0.8;
}