/* put here your custom css styles */

/*Custom Font----------------------*/

body { font-family: brandon_Rg; }

h1, h2, h3, h4, h5 { 
	font-family: brandon_Rg; 
}

h1{font-size: 38px; line-height: 120%;} h2{font-size: 30px; line-height: 120%;} h3{font-size: 24px; line-height: 120%;} h4{font-size: 20px; line-height: 120%;} h5{font-size: 18px; line-height: 120%;}

p {
	font-family: brandon_Rg;
	font-size: 20px;
	line-height: 120%;
} 

.copyright_right, .copyright_left {
	font-family: brandon_Rg; 
}

.ts-textillate {
	font-family: brandon_Rg;
}

.footer_box {
	font-size: 15px;	
}

.copyright_area {
	font-size: 14px;
}

ul li {
	font-size: px;
}

.page_header h4 {
	font-family: 'Brandon_rg';
}

/*---------------------------------*/

.textwidget {
	border-bottom: solid 1px #666666;
}

.footer_contact_info_container {
	padding-top: 15px;
}

.sf-menu li ul {
	padding-top: 20px;
}

.header_left a img {
	margin-bottom: 10px;
	max-height: 76px;
  
}

.copyright_area {
	margin-top: 10px;
}

.header_left {
	width: 235px;
}

.controls.slider_navigation{
	display: none;
}

/*.slider_content_box {
	margin-top: -368px;
}

.footer_box_container {
	margin-top: 30px;
}
*/
.columns p, .wpb_text_column p {
	padding: 0px 0;
}
/*.theme_page {
	display: none;
}	

.page_header_right {
	display: ;
}*/

/* Gradient transparent - color - transparent */

.hr {
	border: 0;
    	height: 1px;
    	background: #333;
    	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.circular {
	border-radius: 50%;
}

a.kayabt1: link {
	text-decoration: none; 
	font-size: 20px; 
	color: #eaab00; 
	background: #ffffff; 
	border-radius: 8px; 
	margin: 10px 5px; 
	padding: 6px 5px;
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel {
	background: #666666;
}

/*Custom Button--------------------*/

.button-s1 {
	display: block !important; 
	text-align: center !important;
	font-size: 18px !important; 
	color: #eaab00; 
	background: #ffffff !important; 
	border-radius: 5px !important; 
	margin: 5px 0px !important; 
	padding: 4px 5px 6px 5px !important;
	width: 103px !important;
}

a.button-s1 {
	text-decoration: none;
}

a.button-s1:hover {
	background: #eeab00;
	color: #ffffff;
}

/*---------------------------------*/