

    body{
    	    	    	font-family: 'Roboto', sans-serif;
    	    	    	    		
    }
    
.header_bottom,
.header_top {
	background-color: rgba(50,50,50,1);
}








.header_top,
.header_top .header-widget.widget_nav_menu ul ul{
	background-color: rgba(50,50,50,1);
}
header.sticky .header_top{
	background-color: rgba(50,50,50,0.7);
}



.content{
	margin-top: 0;
}
















.qbutton, .qbutton.medium, #submit_comment, .load_more a{
	color: #000; 		font-family: 'Roboto', sans-serif;
	
    	border-color: #fcbf08; 
		font-size: 16px; 				font-style: normal; 	        background: -ms-linear-gradient(bottom, #febf01 0%, #febf01 100%);
    background: -moz-linear-gradient(bottom, #febf01 0%, #febf01 100%);
    background: -o-linear-gradient(bottom, #febf01 0%, #febf01 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #febf01), color-stop(1, #febf01));
    background: -webkit-linear-gradient(bottom, #febf01 0%, #febf01 100%);
    background: linear-gradient(to top, #febf01 0%, #febf01 100%);

    }
	.qbutton:hover,
    .qbutton.medium:hover,
	#submit_comment:hover,
	.load_more a:hover{
		 color: #000 !important; 			}
	.qbutton:hover,
	#submit_comment:hover,
	.load_more a:hover{
		 background: #f6bd11 !important; 			}


