
	
.section_title 

{

    color: #ea2e5a;

}

.fully-exceprt-post a{

	color: #666666;
	text-decoration-line: underline;

}

.fully-exceprt-post a:hover{
color: #ea2e5a;
	text-decoration: underline;

}




	#sidebar{

		width: 28%;

	}












.rst-inner-post-item .rst_thumbnail +  .rst-meta-info{

	margin-top: -10px;

}


.fully-post-bottom{

	border-top: 0px solid #eee;

	border-bottom: 0px solid #eee;

	font-family: lato;

}



.container {

	max-width: 1100px;

	margin: 0 auto;

	width: auto;

}




/*content*/

.rst-meta-info h2{

	padding: 0;

	margin: 0px 2px 2px 0px;


}

.author-comment,.fully-post-bottom-readmore,.fully-share{

	line-height: 0px;

	padding: 0px 0;

}






.fully-post-bottom{

	margin-top: 3px;

}




.fully-post-bottom  .fully-read-more{

	background: none;

	color:  #d3527d;

	position: relative;

	line-height: 20px;	

	overflow: hidden;

	padding: 12px 0;
	
	font-family: "clicker script";
		
	text-transform: lowercase;
	
	font-size: 20px;
	

}

.fully-post-bottom-readmore{

	padding: 0;

}

.fully-post-bottom  .fully-read-more span{

	display: block;

	transition: all 0.4s ease 0s;

	-webkit-transition: all 0.4s ease 0s;

	-moz-transition: all 0.4s ease 0s;

	width: 100%;

}

.fully-post-bottom  .fully-read-more span:first-child {

    transform: translate(0px);

    -webkit-transform: translate(0px);

    -moz-transform: translate(0px);

}

.fully-post-bottom  .fully-read-more span:last-child {

    left: 50%;

    position: absolute;

    transform: translateY(200%) translateX(-50%);

    -webkit-transform: translateY(200%) translateX(-50%);

    -moz-transform: translateY(200%) translateX(-50%);

}

.fully-post-bottom  .fully-read-more:hover span:first-child {

    transform: translateY(-200%);

    -webkit-transform: translateY(-200%);

    -moz-transform: translateY(-200%);

}

.fully-post-bottom  .fully-read-more:hover span:last-child {

    transform: translateY(-100%) translateX(-50%);

    -webkit-transform: translateY(-100%) translateX(-50%);

    -moz-transform: translateY(-100%) translateX(-50%);

}

.fully-post-bottom  .fully-read-more:hover{

	color:  #c7b773;

}






