@charset "utf-8";
/* CSS Document */

/*--- bgcolor ---*/

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#000;
}
.BgColor3 {
	background-color:#ffdb41;
}
.BgColor4 {
	background-color:#136cbe;
}
.BgColor5 {
	background-color:#202020;
}
.BgColor6 {
	background-color:#ffdb41;
}
.BgColor7 {
	background-color:#f4f4f4;
}
.BgColor8 {
	background-color:#63a7e6;
}


/*--Bg--*/
.TopBg{
	position:relative;
	z-index:0;
}

.IdxHeaderBg {
	position:relative;
	z-index:0;
	
}
.InnerHeaderBg {
	position:relative;
	background-repeat:no-repeat;
	z-index:0;
	min-height:200px;
	/*display:table;
	width:100%;*/
}



/*   Date   */

.DateBg {
	width:55px;
	height:55px;
	text-align:center;
	font-size:14px;
	color:#fff;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-transform:uppercase;
	display:block;
	float:left;
	border:1px solid #7fcb31;
	color: #7fcb31;
	font-family: 'source_sans_proregular';
}
.DateBg h6 {
	font-size:24px;
	padding-top:17px;
	font-family: 'source_sans_probold';
	line-height:10px;
	color: #4d4948;
}

/*   End   */

/*--Line--*/

hr{
	border:0px;
	coloor:#666;
	margin:15px auto;
	/*background:url(../images/line.gif) repeat-x center;*/
	height:1px;
	width:100%;
}


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

/*-----------Text Btn Bg---------------*/

.Button1 {
	display:inline-block;
	color:#333;
	font-size:12.5px;
	text-align:center;
	line-height:42px;
	text-transform:uppercase;
	font-family: 'mulisemibold';
	letter-spacing:1px;
}
.Button1 a{
	display:block;
	background-color:#fff;
	color:#333;
	padding:0px 21px;
	border-radius: 5px;
	transition: ease-in 0.2s;
}
.Button1 a:hover{
	display:block;
	background-color:#000;
	color:#fff;
}
.Button1 a i{
	margin-left:22px;
	color:#333;
    font-size: 18px;
    line-height: 28px;	
}
.Button1 a:hover i{
	color:#fff;	
}

.Button2 {
	display:inline-block;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:60px;
	text-transform:uppercase;
	font-family: 'mulibold';
	letter-spacing:1.5px;
}
.Button2 a{
	display:block;
	background-color:#202020;
	color:#fff;
	padding:0px 37px;
	border-radius: 5px;
	transition: ease-in 0.2s;
}
.Button2 a:hover{
	display:block;
	background-color:#136cbe;
	color:#fff;
}
.Button2 a i{
	margin-right:15px;
	color:#fff;
    font-size: 18px;
    line-height: 28px;	
}
.Button2 a:hover i{
	color:#fff;	
}

.Button3 {
	display:inline-block;
	color:#222222;
	font-size:20px;
	text-align:center;
	line-height:53px;
	text-transform:uppercase;
	font-family: 'montserratsemi_bold';
	letter-spacing:0px;
}
.Button3 a{
	display:block;
	background-color:#ffdb41;
	color:#222222;
	padding:0px 28px;
	border-radius: 5px;
	transition: ease-in 0.2s;
}
.Button3 a:hover{
	display:block;
	background-color:#000;
	color:#fff;
}
/*  End  */

/*All Buttons*/

.SepLine1{
	width:725px;
	border-bottom:3px solid #cbcbcb;	
	margin:20px auto 50px;
}
.SepLine2{
	width:171px;
	border-bottom:4px solid #000000;	
	margin:10px auto 25px;
}