/*Font Family*/

.common_fonts{
	font-family: 'Arimo', sans-serif; 
}

.defult_fonts{
	font-family: 'Cutive', serif;
}

/*Fonts Size*/

.size22{
	font-size: 22px; 
}

.size25{
	font-size: 25px; 
}

.size30{
 	font-size : 30px;  
}

.size35{
	font-size: 35px; 
}

.size36{
	font-size: 36px; 
}

.size50{
	font-size: 50px; 
}

.size40{
	font-size: 40px; 
}

.slider_icon{
    font-size: 95px; 
}

.size70{
    font-size: 70px; 
}

/*Text backgrond*/

.text_background_black{
	background: url("../images/slides/00_bg.png") repeat scroll 0 0 transparent;
}

.text_background_white{
	background: url("../images/slides/white_bg.png") repeat scroll 0 0 transparent;
	line-height: 35px !important;
}

.color_bg{
	background: #101a0c; 
	border: 2px solid #ffffff !important; 
	border-radius: 2px; 
	line-height: 50px !important;
}

.green_bg {
    background: none repeat scroll 0 0 #101A0C;
    border: 2px solid #FFFFFF !important;
    padding: 20px 6px;
}

/*Common Color*/

.common_color{
	color: #ffffff; 
}

.defult_color{
	color: #2a323a; 
}

.black_color{
	color: #000000; 
}

.green_color{
	color: #6fb554; 
}

.slider_content{
	padding: 8px 10px; 
}

.padding_lf{
	padding: 0 6px; 
}

.defult_slider_content{
	padding: 5px 10px; 
	line-height: 47px !important; 

}

/*Font Weight:*/

.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}

/*Text shadow*/

.text_shodow{
	text-shadow: 0px 4px 2px rgba(0, 0, 0, 1);
}

/*line-height*/

.line_normal{
	line-height: 35px; 
}

.line_defult{
	line-height: 50px !important;	
}

/*text align*/

.center_text{
	text-align: center;
} 


.bp{
	padding: 30px 62px 30px 18px;	
}

