
/* MODULE HEADER */
.phead {
	font-size: 15px;
	color: #363838;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top right;
}
.phead i {
	font-size: 16px;
	float: right;
	text-shadow: 2px 2px 0px #EAEAEA, 3px 3px 0px #EAEAEA;
}
.phead .txt {
	display: inline-block;
	font-weight: 100;
	color: #111111;
	font-size: 12px;
	line-height: 10px;
	padding: 0 10px;
	border-left: 10px solid #212121;
}
.idecored {
	height: 7px;
	margin-top: -20px;
	margin-bottom: 10px;
	background-image: url(img/peindex.png);
}
.phead h3 {
	color: #363838;
	font-size: 26px;
	display: inline-block;
	letter-spacing: -.05em;
	text-transform: capitalize;
	/* font-family: 'Righteous', sans-serif, Arial; */
	font-family: 'BebasNeue', Arial, sans-serif;
	font-weight: 400;
	text-shadow: none;
	background-color: #FFFFFF;
	padding: 0 10px;
	margin: 0 15px;
	text-shadow: 1px 1px 0px #FFFFFF, 3px 2px 0px #E8E8E8;
}

/* all module set */
.cgrid h6, .subpost h6, .post-space h6, #container h6, .module5 h6, .module5 h5 {
	line-height: 18px;letter-spacing: 1px;
}
/* CGRID */

.cgrid {
	padding: 0px 0;
	font-weight: 300;
	color: #444442;
	line-height: 25px;
	border-bottom: 1px solid #D8D8D8;
}
.cgrid .texts{
	height: 22px;
	overflow: hidden;
}
.cgrid .cg-date {
	font-size: 10px;
	color: #555555;
	border-radius: 2px;
	display: inline-block;
}
.cgrid .postdate {
	padding-top: 6px;
	margin-top: 2px;
	text-align: right;
	font-size: 10px;
	font-weight: 500;
	text-align: justify;
	text-transform: uppercase;
	border-top: 1px dotted #D8D8D8;
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.06);
}
.cgrid .post2 .p2date {
	display: inline-block;
	padding: 0;
	font-size: 12px;
	color: #121212;
}
.cgrid .post1 {
	width: 50%;
	float: left;
	margin-bottom: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cgrid .post1 h2 {
	margin-top: 10px;
}
.cgrid .post1 h4 { 
	height: 64px;
	overflow: hidden;
}

.cgrid .post1 img {
	max-width: 100%;
	background-color: #3D3D3D;
}
.cgrid .post2 {
	margin-bottom: 15px;
	line-height: 20px;
	overflow: hidden;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.cgrid .post2 .imgpost {
	height: 84px;
	width: 84px;
	overflow: hidden;
	margin-right: 15px;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}
.cgrid .post2 .imgpost:hover {
	background-position: center top;
	background-color: #505050;
}
.cgrid .post2 img {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/loading.gif);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.cgrid .post2 img:hover {
	opacity: .7;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	transform: rotate(20deg) scale(1.67) skew(1deg) translate(0px);
	-webkit-transform: rotate(20deg) scale(1.67) skew(1deg) translate(0px);
	-moz-transform: rotate(20deg) scale(1.67) skew(1deg) translate(0px);
	-o-transform: rotate(20deg) scale(1.67) skew(1deg) translate(0px);
	-ms-transform: rotate(20deg) scale(1.67) skew(1deg) translate(0px);
}
.cgrid .post2 h6 { 
	height: 34px;
	overflow: hidden;
}
.cgrid img {
	/*	background-image: url(img/preload.gif); */
	background-repeat: no-repeat;
	background-position: top left;
}

/* SUBPOST */
.subpost {
	padding-bottom: 0;
	border-bottom: 1px solid #D8D8D8;
	font-weight: 300;
	color: #444442;
}
.subpost h2 {
	margin-top: 5px;
}
.subpost .mypost {
	padding-right: 0;
	width: 40.00%;
	display: inline-block;
	float: left;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.subpost .mypost .iimg {
	max-height: 100px;
	overflow: hidden;
	margin-bottom: 5px;
}
.subpost .mypost img {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/loading.gif');
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.subpost .mypost img:hover {
}
.subpost .decore {
	margin: 0 2%;
	margin-top: -1px;
	width: 46%;
}
.subpost .mypost2 {
	width: 60.00%;
	display: inline-block;
	float: left;
	padding-right: 15px;
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
}
.subpost .mypost2 .iimg {
	max-height: 250px;
	overflow: hidden;
}
.subpost .mypost2 p {
	padding: 0;
	margin: 0;
}
.subpost .mypost2 img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.subpost .mypost2 img:hover {
}

.subpost .subrate {
	display: inline-block;
	text-align: left;
	padding: 0;
	padding-right: 0;
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
	overflow: hidden;
}
.subpost .idate {
	font-weight: 500;
	font-size: 12px;
	font-style: normal;
	color: #323132;
	padding: 2px 10px;
	padding-left: 15px;
}
.subpost .rright {
}
.subpost .idate i {
	padding: 2px;
}

.subpost .mypost .imgpost {
	width: 120px;
	height: 80px;
	float: left;
	display: inline-block;
	padding-right: 15px;
	overflow: hidden;
}
.subpost .mypost:hover .imgpost {
}
.subpost .mypost2 .nonimg {
	text-align: center;
	padding: 110px 38px;
	color: #343434;
	font-size: 32px;
	border-radius: 1px;
	background: #F2F2F2;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.subpost .mypost .nonimg {
	text-align: center;
	padding: 22px 38px;
	color: #343434;
	font-size: 32px;
	border-radius: 1px;
	background: #F2F2F2;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.subpost .mypost .imgpost .type5 {
	padding: 22px 38px;
	color: #FFFFFF;
	font-size: 32px;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
}
.subpost .mypost:hover .imgpost .type5 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.subpost .mypost .imgpost img {
}
.subpost .mypost:hover .imgpost img {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.subpost .mypost .imgpost .read {
	background: rgba(255,255,255,.45);
	position: absolute;
	border-radius: 1px;
	font-size: 32px;
	line-height: 42px;
	padding: 1px;
	margin: 8px;
}
.subpost .mypost .imgpost img {
}
.subpost .mypost2 .imgpost2 {
	width: 100%;
	overflow: hidden;
}
.subpost .mypost2 .imgpost2 img {
}

.post-space img, .subpost img {
	/*	background-image: url(img/preload.gif); */
	background-repeat: no-repeat;
	background-position: top left;
}

/* POST SPACE */

.post-space {
	margin-right: 0;
	border-bottom: 1px solid #D8D8D8;
	overflow: hidden;
	color: #444442;
	padding-bottom: 15px;
}
.post-space img {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/loadblack.gif');
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.post-space img:hover {
}
.post-space p{
	height: 28px;
	overflow: hidden;
}
.post-space .post2 {
	width: 100%;
	float: left;
	line-height: 20px;
	padding-top: 15px;
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
	border-top-width: 0;
}
.post-space .ppdate {
	color: #121212;
	font-size: 11px;
}
.post-space .post2 .p2date {
	font-size: 12px;
}

.post-space .post2 .imgpost {
	width: 84px;
	height: 84px;
	margin-right: 15px;
	float: left;
	overflow: hidden;
	padding: 2px;
}
.post-space .post2 .imgpost img {
	background: #EDEDEF;
	width: 100%;
	height: 100%;
}

.post-space .imgpost {
	transition: all .3s ease;
}

/* BLOG DEFAULT */

/* CONTENER */
#container {
	/* background-image: url(img/shattered.png);*/
	background-attachment: fixed;
	border-bottom: 1px solid #D8D8D8;
	color: #444442;
}
.contenin {
	border-right: 0px solid #FFFFFF;
	margin-left: 34px;
	padding-bottom: 15px;
	border-left: 2px dotted #EFEFEF;
}
.contenin img {
	background-repeat: no-repeat;
	background-position: center;
}

.post-content {
	font-weight: 300;
	line-height: 24px;
	margin-left: 50px;
	margin-top: 0;
	margin-right: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border-style: dashed;
}
.post-content a {
	font-weight: 400;
}

.post-content p {
}
.post-content .texts{
	height: 50px;
	overflow: hidden;
}
.post-content .author {
	position: absolute;
	z-index: 9;
	margin-left: -86px;
	margin-top: 10px;
	font-weight: 200;
	border-radius: 100%;
	background-color: #F6F6F7;
	border: 1px solid #ECECEC;
	width: 56px;
	height: 56px;
	padding: 6px;
	border-radius: 100%;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 0px 0px 2px #FFFFFF;
	-moz-box-shadow: inset 0px 0px 0px 2px #FFFFFF;
	box-shadow: inset 0px 0px 0px 2px #FFFFFF;
}
.post-content .author img {
	border-radius: 100%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	/*border: 1px solid rgba(0, 0, 0, 0.24);*/
}
.post-content .author img:hover {
	/*
	 filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	/*
	 filter: gray;
	 filter: grayscale(50%);
	 -webkit-filter: grayscale(50%);
	 -moz-filter: grayscale(50%);
	 -ms-filter: grayscale(50%);
	 -o-filter: grayscale(50%);
	 */
}
.post-content .date {
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	font-size: 12px;
	z-index: 9;
	margin-left: -86px;
	margin-top: 96px;
	font-weight: 200;
	border-radius: 100%;
	background-color: #F3F4F3;
	border: 1px solid #E6E6E7;
	width: 56px;
	height: 56px;
	padding: 6px;
	border-radius: 100%;
	-webkit-box-shadow: inset 0px 0px 0px 2px #FFFFFF;
	-moz-box-shadow: inset 0px 0px 0px 2px #FFFFFF;
	box-shadow: inset 0px 0px 0px 2px #FFFFFF;
}
.post-content .date .imonth {
	background: #FFFFFF;
	padding: 0px 3px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 23px;
	margin-top: -12px;
	margin-left: 8px;
	position: absolute;
	display: inline-block;
	border-bottom: 1px solid rgba(0,0,0,.3);
}
.post-content .date .imonth i {
	color: #FFFFFF;
}
.post-content .date p {
	font-size: 25px;
	margin-top: 6px;
	padding-top: 15px;
	background-color: transparent;
	text-align: center;
	line-height: 12px;
	color: #545454;
	font-weight: normal;
	letter-spacing: 1px;
	text-shadow: 0px 0px 3px #E6E6E6;
}
.contenin .post-content span {
	display: inline-block;
	color: #FFFFFF;
	padding: 15px 15px;
	font-size: 17px;
}

.contenin .contimg {
	background-position: center;
	overflow: hidden;
	text-align: center;
	background-image: url(../img/gif-load.gif);
	background-repeat: no-repeat;
}
.post-content .titles {
	background: rgba(255,255,255,.5);
	padding: 0 20px;
	position: relative;
	z-index: 9;
	text-align: right;
	border-top: 1px solid rgba(211,211,211,.2);
	overflow: hidden;
}
.post-content .titles2 {
	margin-top: 0;
}
.contenin .contimg img {
	width: 100%;
	-webkit-filter: contrast(100%); /* play with the percentages */
	-webkit-filter: brightness(100%);
}

.contenin .categories {
	position: relative;
	z-index: 9;
	/* background-image: url(../img/staff.png); */
	background-repeat: repeat-x;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: right;
	margin: 0 auto;
	margin-top: 5px;
	border-top: 1px dashed #EFEFEF;
	border-bottom: 1px dashed #EFEFEF;
	padding: 12px 0px;
	color: #121212;
}
.contenin .categories .first {
	padding: 0px 14px;
	left: 0;
	font-size: 12px;
	font-weight: bold;
	color: #707172;
	background: #FDFDFD;
	display: inline-block;
	border-radius: 2px;
	margin-left: 15px;
	border: 1px solid #E3E3E3;
	border-bottom: 2px solid #DADADA;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.contenin .categories .first:hover {
	color: #FFFFFF;
	border-color: #474A4A;
	background: #474A4A;
}
.contenin .categories .first:active a {
	color: #D8D8D8;
	padding: 3px 14px;
	border-bottom-width: 0;
}
.atta {
	padding: 0;
	margin: 0;
}

.contenin .setn {
	padding: 5px 6px;
	border-top: 1px solid #FFFFFF;
}
#icontent .contenin h2 {
	text-transform: none;
	font-size: 18px;
	line-height: 26px;
}
/* MODULE 5 */
.module5 {
	border-bottom: 1px solid #D8D8D8;
	font-weight: 300;
	color: #444442;
} 
.module5 .item{
   padding: 0 5px;	 
} 
.module5 .owl-controls {
	background: rgba(255,255,255,.1);
	opacity: 0; 
	margin-bottom: 0;
} 
.module5:hover .owl-controls {
	background: rgba(255,255,255,.3); 
	border-top: 1px solid #EBEBED;
		border-bottom: 1px dashed #EBEBED;
	opacity: 1;
	margin-top: 15px;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
} 
.module5 h6{
	height: 36px;
	overflow: hidden;
} 
.module5 .texts{
		height:  36px;
		line-height: 18px;
		margin-top: 5px;
	overflow: hidden;
}
.module5 img {
	text-align: center;
	max-width: 100%; 
}
.module5 .idecore {
	background: #4F5151;
	height: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
	overflow: hidden;
}
.module5 h4 {
	font-size: 12px;
	color: #363838;
	text-transform: uppercase;
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	background: #FFFFFF;
	padding: 0 7px;
	line-height: 16px;
	font-family: 'Asap', sans-serif;
}
.module5  .idate {
	font-size: 12px;
	color: #121212;
	margin-top: 10px;
	border-top: 1px solid #EFEFEF;
}
.module5  .idate i {
	background: #323132;
	color: #FAFAFA;
	padding: 2px;
	margin-right: 2px;
	border-radius: 2px;
}
.module5 > ul {
	list-style: none outside none;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.module5 > ul li {
	float: left;
	padding: 0 8px;
	width: 33.3%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 15px;
}
.module5 > ul li:first-child {
	padding-left: 0;
}
.module5 > ul li:last-child {
	padding-right: 0;
}
.module5 > ul li:nth-child(3) {
	padding-right: 0;
}
.module5 > ul li .text {
	color: #747879;
	line-height: 22px;
	position: relative;
	letter-spacing: -.05px;
	padding-top: 0;
}
.module5 > ul li .text a {
}

@media screen and (max-width: 835px) {
	.module5 > ul li {
		float: none;
		width: auto;
	}
}

/* MODULE 6 */

.module6 {
	cursor: pointer;
	float: left;
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 220px;
}
.module6 img {
	position: absolute;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.module6:hover img {
	transform: rotate(20deg) scale(2) skew(1deg) translate(0px);
	-webkit-transform: rotate(20deg) scale(2) skew(1deg) translate(0px);
	-moz-transform: rotate(20deg) scale(2) skew(1deg) translate(0px);
	-o-transform: rotate(20deg) scale(2) skew(1deg) translate(0px);
	-ms-transform: rotate(20deg) scale(2) skew(1deg) translate(0px);
}
.module6  .bgon {
	position: absolute;
	top: 0px; /* position will be on bottom */
	left: 0;
	width: 100%;
	height: 100%;
	/* styling bellow */
	background-color: rgba(0,0,0,.3);
	font-size: 20px;
	color: white;
	z-index: 9;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-align: center;
	display: table-cell;
}
.module6  .bgon h4{ 
	height: 74px;
	overflow: hidden; 
}
.module6  .inline {
	padding: 20px;
	width: 100%;
	position: absolute;
	bottom: -50%;
	z-index: 999;
	text-align: center;
	font-size: 20px; 
	font-family: 'BebasNeue', Arial, sans-serif;
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.module6  .inline .author-post-rating-label {
	display: none;
}
.module6 div.author-post-rating {
	text-align: center;
}
.module6  .inline .author-post-rating-label {
	display: none;
}
.module6:hover .inline {
	bottom: 0%;
}
.module6 h4 {
	padding: 15px;
	width: 100%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-family: 'HermeneusOne', Arial, sans-serif;
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
}
.module6 h4 a {
	color: #FFFFFF;
}
@media screen and (max-width: 980px) {
	.module6 {
		text-align: center;
		width: 100%;
	}

}

#blog {
	margin: 15px 0;
}
#blog .texts{
	height: 84px;
	overflow: hidden;
}
#blog p {
	padding: 0;
	margin: 0;
}
#blog .idates {
}
#blog .mypost {
	border-bottom: 1px dashed #EFEFEF;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#blog .more {
	border: 1px solid #565656;
	display: inline-block;
	padding: 0px 10px;
	line-height: 24px;
	border-radius: 3px;
}

.img-shadow {
	position: relative;
	max-width: 100%;
	float: left;
}

.img-shadow::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 120px rgba(0,0,0,.8);
	-moz-box-shadow: inset 0 0 120px rgba(0,0,0,.8);
	-webkit-box-shadow: inset 0 0 120px rgba(0,0,0,.8);
}
.img-shadow img {
	float: left;
}

/* ------------------ TEXT OVER IMAGES --------------------- */

.text-on {
	line-height: 24px;
	margin-bottom: 0px;
	color: #363838;
	background: #111111;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-on .imgs img {
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.text-on:hover .imgs img {
	transform: rotate(0) scale(1.2) skew(0deg) translate(0px);
	-webkit-transform: rotate(0) scale(1.2) skew(0deg) translate(0px);
	-moz-transform: rotate(0) scale(1.2) skew(0deg) translate(0px);
	-o-transform: rotate(0) scale(1.2) skew(0deg) translate(0px);
	-ms-transform: rotate(0) scale(1.2) skew(0deg) translate(0px);
}
.text-on .imgssingle img {
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	height: 100%;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.text-on:hover .imgssingle img {
	transform: rotate(0) scale(1.2) skew(1deg) translate(0px);
	-webkit-transform: rotate(0) scale(1.5) skew(1deg) translate(0px);
	-moz-transform: rotate(0) scale(1.5) skew(1deg) translate(0px);
	-o-transform: rotate(0) scale(1.5) skew(1deg) translate(0px);
	-ms-transform: rotate(0) scale(1.5) skew(1deg) translate(0px);
}
.text-on .domeinsingle {
	line-height: 20px;
	display: inline-block;
	position: absolute;
	padding: 15px;
	padding-bottom: 10px;
	z-index: 9 !important;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-size: 18px;
	text-align: left;
	font-family: 'Asap', Arial, sans-serif;
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-shadow: inset 0px -138px 78px -82px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -138px 78px -82px rgba(0,0,0,0.75);
	box-shadow: inset 0px -138px 78px -82px rgba(0,0,0,0.75);
}
.text-on .dome {
	position: absolute;
	top: 0px; /* position will be on bottom */
	left: 0px;
	width: 100%;
	height: 100%;
	/* styling bellow */
	font-size: 20px;
	color: white;
	z-index: 9;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-align: center;
	display: table-cell;
	background: rgba(0,0,0,0.21);
}
.text-on .dome::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 80px rgba(0,0,0,.86);
	-moz-box-shadow: inset 0 0 80px rgba(0,0,0,.86);
	-webkit-box-shadow: inset 0 0 80px rgba(0,0,0,.86);
	background-color: rgba(0,0,0,.12);
	overflow: hidden;
}

.text-on p {
	width: 80%;
	margin: auto;
	color: #EFEFEF;
	font-size: 12px;
}
.text-on h4 {
	color: #FFFFFF;
	text-transform: capitalize;
}
.text-on .bigger {
	font-size: 26px;
}
.text-on .domein {
	padding: 15px;
	width: 100%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFFFFF;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
}
.text-on .onhover .domein {
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.text-on .onhover:hover .domein {
	opacity: 1;
}
.text-on .dome .author img {
	width: 56px;
	height: 56px;
	float: left;
	left: 0;
	bottom: 0;
	margin-right: 15px;
}
.text-on .view-single {
	color: #FFF;
	position: absolute;
	text-align: right;
	display: inline-block;
	top: 15px;
	right: 15px;
	background-color: rgba(255,255,255,.2);
	padding: 2px 10px;
	border-radius: 36px;
	margin-bottom: 15px;
	font-size: 14px;
}
.text-on .bioline {
	font-size: 12px;
	padding: 2px 0;
	margin-top: 5px;
	border-top: 1px solid rgba(255,255,255,.1);
	color: #DFDFDF;
}
.text-on  .post-date {
	font-size: 12px;
	padding: 2px 15px;
	margin-top: 10px;
	border-top: 1px solid rgba(255,255,255,.8);
	color: #DFDFDF;
	display: inline-block;
}
.text-on .ddate .post-date .ptype {
	float: left;
	border-radius: 2px;
	padding: 0 5px;
	margin-top: -2px;
	border-radius: 4px;
}

.myfree {
	height: 84px;
	width: 84px;
	overflow: hidden;
	text-align: center;
	border: 4px double #FFFFFF;
	margin: auto;
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
	padding-top: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #293033;
}

.myfreebig {
	height: 200px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	border: 8px double #FFFFFF;
	margin: auto;
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
	padding-top: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #293033;
	color: #FFFFFF;
}
.myfreebig120 {
	height: 150px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	border: 8px double #FFFFFF;
	margin: auto;
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
	padding-top: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #293033;
	color: #FFFFFF;
}
.myfreebig120 a, .myfreebig a, .myfree a {
	font-size: 28px;
	color: #FFFFFF;
	text-shadow: -1px -1px 1px #151516, 1px 1px 1px #151516;
}
.myfree_small_font a {
	font-size: 16px;
}
.myfree_verysmall_font a {
	font-size: 12px;
}