.banner .fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		max-height:620px !important;
		overflow:hidden;
	}
.bannerAbout .fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		max-height:480px !important;
		overflow:hidden;
	}
/*Font Family*/
.fullwidthbanner{ font-family: 'Raleway', sans-serif;} 
.common_fonts{ font-family: 'Raleway', sans-serif;}

.defult_fonts{ font-family: 'Raleway', sans-serif;}
/* font size */
.size15{ font-size: 15px; }
.size25{ font-size: 25px; }
.size22{ font-size: 22px; }
.size20{ font-size: 20px; }
.size28{ font-size: 28px; }
.size32{ font-size: 32px; }
.size30{ font-size: 30px; }
.size35{ font-size: 35px; }
.size40{ font-size: 40px; }
.size45{ font-size: 45px; }
.size50{ font-size: 50px; }
.size60{ font-size: 60px; }
/* border style */ 
.sky_border{ 
	border: #5dbbd1 4px solid !important; 
	 -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	padding: 20px 15px;
} 
.line_border{ border-bottom: #5dbbd1 1px solid !important; }
/* font color */
.common_color{
	color: #be594e; 
}
.defult_color{
	color: #2f2929; 
}
.color_white{ color: #ffffff; }
.color_gray{ color: #d3d3d3; }
.color_sky{ color: #5dbbd1; }
/* Font style */
.uppercase{ text-transform: uppercase; }
.shadow{ text-shadow: 0 0 8px #090909; }
/*Font Weight:*/

.bold{
	font-weight: 600;
}
.normal{
	font-weight: 400;
}
/* line height */
.line_normal{
	line-height: 38px; 
}
.line_defult{
	line-height: 22px;	
}
.line_header{
	line-height: 44px; 
}
.line_header{
	line-height: 44px; 
}
.line_70{ line-height: 70px; }
.line_60{ line-height: 60px; }
.line_50{ line-height: 50px; }
.line_45{ line-height: 45px; }
.line_40{ line-height: 40px; }
.line_22{ line-height: 22px; }
.line_20{ line-height: 20px; }
.line_126{ line-height: 126px; }
/*text align*/

.center_text{
	text-align: center;
} 
/* navigation */
/*.tp-leftarrow.default{ width: 29px; height: 46px; background: url(../images/arrow_left.png); } 
.tp-rightarrow.default{ width: 29px; height: 46px; background: url(../images/arrow_right.png); } 
.tp-leftarrow:hover, .tp-rightarrow:hover{ background-position: 0 0; }*/
body{ margin: 0px; }
/* text background */
.bg_btngreen{ 
	background: #669933 url(../images/arrMorebtn.png) 100% 50% no-repeat; 
	border: 1px solid #93b66f;
}
.bg_btngreen a{ color:#fff; display:block; padding: 7px 56px 8px 16px;
}
.bg_btngreen:hover{ background:#000;}
.bg_btnVideo{ 
	background-color:rgba(102,153,51,0.9);
	padding: 50px 24px;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.bg_btnVideo a{ color: #fff; font-weight:500; display:block;}

#undefined-sticky-wrapper{ width: 100%; overflow-x: hidden; }

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.bg_btngreen{ 
		background: #669933 none; 
		border: 1px solid #93b66f;
	}
	.bg_btngreen a{ color:#fff; display:block; padding: 10px; font-size:10px;}
	
	}