@charset "utf-8";
/* CSS Document */

/*--- bgcolor ---*/

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#ffd335;
}
.BgColor3 {
	background-color:#f9f9f9;
}
.BgColor4 {
	background-color:#161616;
}
.BgColor5 {
	background-color:#222222;
}
/*--Bg--*/
.TopBg{
	position:absolute;
	left:0px;
	width:100%;
	background:transparent;
	top:40px;
}

.IdxHeaderBg {
	position:relative;
	z-index:1;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:720px;
	
}
.InnerHeaderBg {
	background-image: url(../custom-images/bg/inner-header1.jpg);
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	min-height:490px;
	z-index:1;
}
.WelcomeBlock {
	background:url(../custom-images/bg/welcomebg.jpg) no-repeat center;
	background-size:cover;
}

.AbtBlock {
	background:url(../custom-images/bg/abt-contain-bg.jpg) no-repeat center;
	background-size:cover;
	padding:15px 0px;
}
.ConnectWrapper {
	background:url(../custom-images/bg/abt-contain-bg.jpg) no-repeat center;
	background-size:cover;
	padding:15px 0px;
}
.DealersForm {
	background:url(../custom-images/bg/dealers-bg.jpg) no-repeat center right;
	background-size:cover;
	padding:10px 0px 20px;
}
/*   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(../custom-images/line.gif) repeat-x center;*/
	height:1px;
	width:100%;
}


/*---------------*/

/*-----------Text Btn Bg---------------*/

.Button1 {
	display:inline-block;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	line-height:65px;
	text-transform:uppercase;
	font-family: 'ralewaybold';
	letter-spacing:0.5px;
}
.Button1 a{
	display:block;
	background-color:#ffd335;
	color:#222222;
	padding:0px 35px;
	border-radius: 5px;
	/* border:1px solid #fff; */
}
.Button1 a:hover{
	display:block;
	background-color:#fff;
	color:#000;
}
.Button2 {
	display:inline-block;
	color:#ffffff;
	font-size:13px;
	text-align:center;
	line-height:45px;
	text-transform:uppercase;
	font-family: 'ralewaybold';
	letter-spacing:0.5px;
	margin-top:30px;
}
.Button2 a{
	display:block;
	background-color:transparent;
	color:#222222;
	padding:0px 35px;
	border-radius: 5px;
	border:1px solid #ffd335; 
}
.Button2 a:hover{
	display:block;
	background-color:#ffd335;
	color:#000;
}

/*  End  */

/*All Buttons*/

