

/*-----------------------Side Navigation----------------------------*/
#nav_right{
	width:180px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transition-delay: 0s;
	background-color: #edf4e2;	
	-webkit-overflow-scrolling: touch;
	border:solid 1px #88b541;
	border-top-left-radius:10px;
	border-bottom-right-radius:10px;
	padding-top:10px;
	padding-left: 10px;	
	padding-right: 10px;
	padding-bottom: 120px;
	background-image:url(bl3.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#nav_right li{
	margin: 0px;
	padding: 0px;
	display: block;
	
}
#nav_right li a{
	text-decoration: none;
	color: #244010;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: auto;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #afafaf;
	margin-right: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: capitalize;
	}
#nav_right li a:hover{
	background-color: #fff;
	color: #32ac56;
	}

#nav_right #close{
	visibility: hidden;
	margin-left: 40px;
	vertical-align: middle;
}

@media only screen and (max-width: 800px) {
#nav_right{
	display:none;
	
	}

}


/*--------------------------------------------------- Responsive FB ---------------------------------------------------*/
.right{
	width:250px;
	vertical-align:top;
	}
	
.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important;	
}	

@media only screen and (max-width: 800px) {
	.right{
	width:100%;
	margin-bottom:20px;	
	}
	
	}