@charset "utf-8";
a.fotofly_fn_fixed_p_btn:after{
	color: rgba(255,255,255,0.2);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	content: '';
	display: block;
	z-index: -1;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;

	-webkit-box-shadow: 1px 1px 3px;
	   -moz-box-shadow: 1px 1px 3px;
			box-shadow: 1px 1px 3px;
}
a.fotofly_fn_fixed_p_btn{
	z-index: 9999;
    padding: 0;
    position: fixed;
    top: 200px;
    right: 0;
    text-decoration: none;
    outline-color: transparent;
    outline: none;
    margin: 0;
    display: block;
    width: auto;
    height: 40px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Trebuchet MS', sans-serif;
    text-align: center;
    line-height: 40px;
    letter-spacing: -.5px;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 0;
	background-color: #111;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: all .3s ease;
}
a.fotofly_fn_fixed_p_btn .text{
    padding: 0 20px 0 10px;
}
a.fotofly_fn_fixed_p_btn .icon{
	position: relative;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    top: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 10px;
	color: #111;
    transition: all .3s ease;
}
a.fotofly_fn_fixed_p_btn .icon .fotofly_fn_svg{
	position: absolute;
	top: 5px;
	left: 5px;
}
a.fotofly_fn_fixed_p_btn:hover{
	background-color: #348f30;
}
a.fotofly_fn_fixed_p_btn:hover .icon{
    color: #348f30;
}
.fotofly_fn_blog_single_wrap .blog_single_wrapper .post_content .content_holder{
	width: 100%;
	float: left;
	clear: both;
}