/*Frontend Styles*/

#customcontent_footer h4 {color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 8px;
    text-transform: none;}
	
#customcontent_footer .item_html p {font-size:15px; color:#87786b;}


#customcontent_home {
	margin-right: 0;
	overflow:hidden;
}
#customcontent_home ul {
	margin: 0px;
	overflow: hidden;
}
#customcontent_home ul li > a {
	display: block;
}
#customcontent_home ul li {
	list-style: none;
	width: auto;
	padding: 0px;
	box-sizing: border-box;
	position:relative;
	margin-bottom:0px;
}

#customcontent_top {position:absolute; right:0; top:94px;}
#customcontent_top strong,
#customcontent_top i {display:block; font-weight:bold; font-style:normal; font-family: 'Open Sans', sans-serif;}

#customcontent_top strong {color:#FFFFFF; font-size:20px; text-transform:uppercase; text-align:right; padding-bottom:7px;}
#customcontent_top i {font-size:30px; color:#ab8363;}

@media only screen and (max-width: 767px) {#customcontent_top {top:110px;} 
	#customcontent_top i {font-size:20px;}
	#customcontent_top strong {font-size:16px; padding-bottom:0;}
	#customcontent_footer {display:none;}
	}

@media only screen and (max-width: 400px) {
	#customcontent_top { right:5px;}
	#customcontent_top strong {font-size:12px;}
	#customcontent_top i {font-size:16px;}
}
@media only screen and (min-width: 768px)  and (max-width: 980px) {
	#customcontent_footer .item_html p {font-size: 12px;}
	#customcontent_footer h4 {font-size:17px;}
	}