.anton-fem-transition {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.anton-fem-wrap {
	margin: 0 auto;
	max-width: 100%;
	opacity: 0;
}
.anton-fem-layout div:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.anton-fem-overlay {
	padding: 60px 0;
}
.anton-fem-padding-0 {
	padding: 0;
}
.anton-fem-relative {
	position: relative;
	z-index: 2;
}
.anton-fem-overflow-hidden {
	overflow: hidden;
}
.anton-fem-bc-3 {
	background-color: rgba(0, 0, 0, 0.3);
}
.anton-fem-bg-fixed {
	background-attachment: fixed;
}
.anton-fem-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.anton-fem-center {
	text-align: center;
}
.anton-fem-title {
	overflow: hidden;
}
.anton-fem-title:after {
	content: '';
	display: block;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #04bdff;
	width: 40px;
	max-width: 40px;
	margin: 20px auto 15px;
}
.anton-fem-description {
	font-size: 18px;
}
.anton-fem-entry {
	margin-top: 50px !important;
}
.anton-fem-layout-1 .anton-fem-item-thumb {
	float: left;
	margin-bottom: 15px;
}
.anton-fem-layout-1 .anton-fem-item-thumb img {
	border: 1px solid #e9eaee;
}
.anton-fem-layout-1 .anton-fem-item-thumb .button {
	display: block;
	min-width: 1px;
}
.anton-fem-layout-1 .anton-fem-item-content {
	padding-left: 170px;
}
.anton-fem-more-wrap {
	padding-top: 35px;
	clear: both;
}
.anton-fem-more-wrap .button:visited,
.anton-fem-more-wrap .button {
    border: 2px solid #555;
    text-decoration: none;
    padding: 0 25px;
    line-height: 40px;
    display: inline-block;
    color: #555;
}
.anton-fem-more-wrap .button:hover {
    border: 2px solid #0088d0;
    color: #0088d0;
}
/*-----------------------------------------------
COLUMNS CSS
-----------------------------------------------*/
@media only screen and (min-width: 1025px) {
.anton-fem-column-wrap {
	margin: 0 -15px;
}
.anton-fem-column {
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}
.anton-fem-one-half, .anton-fem-three-sixths, .anton-fem-two-fourths {
	width: 50%;
}
.anton-fem-one-third, .anton-fem-two-sixths {
	width: 33.33%;
}
.anton-fem-four-sixths, .anton-fem-two-thirds {
	width: 66.66%;
}
.anton-fem-one-fourth {
	width: 25%;
}
.anton-fem-three-fourths {
	width: 75%;
}
.anton-fem-one-fifth {
	width: 20%;
}
.anton-fem-two-fifths {
	width: 40%;
}
.anton-fem-three-fifths {
	width: 60%;
}
.anton-fem-four-fifths {
	width: 80%;
}
.anton-fem-one-sixth {
	width: 16.66%;
}
.anton-fem-five-sixths {
	width: 83.33%;
}
.anton-fem-clear-left {
	clear: left;
}
}
#anton-fem-layout-1 .anton-fem-item-thumb {
	height: 265px;
	margin: 15px 0;
	display: block;
	max-width: 100%;
	width: 100%;
}
#anton-fem-layout-1 .anton-fem-item .anton-fem-date {
	background-color: #fff;
	padding: 0 15px;
	position: absolute;
	right: 15px;
	top: 0;
}
#anton-fem-layout-1 .anton-fem-item-title {
	text-align: center;
	padding: 20px 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 22px;
}
#anton-fem-layout-1 .anton-fem-item-title a {
	color: #fff !important;
	font-size: 22px;
	font-weight: lighter;
}
#anton-fem-layout-1 .anton-fem-item .anton-fem-item-title:after {
	content: none;
}
#anton-fem-layout-2 .anton-fem-item-thumb {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
}
#anton-fem-layout-2 .anton-fem-small {
    height: 160px;
}
#anton-fem-layout-2 .anton-fem-large {
    height: 540px;
}
#anton-fem-layout-2 .anton-fem-item-title {
	text-align: center;
	padding: 20px 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 22px;
}
#anton-fem-layout-2 .anton-fem-item-title a {
	color: #fff !important;
	font-size: 22px;
	font-weight: lighter;
}
#anton-fem-layout-2 .anton-fem-item .anton-fem-date {
	background-color: #fff;
	padding: 0 15px;
	position: absolute;
	right: 15px;
	top: 0;
}
@media only screen and (max-width: 1024px) {
.anton-fem-wrap {
	padding: 0 30px;
}
.anton-fem-column {
	clear: both;
}
#anton-fem-layout-2 .anton-fem-item-thumb {
	margin-left: auto;
	margin-right: auto;
}
}
