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


/*---1. IdxHeader Bg,InnerHeader Bg---*/
/*---2. DateBg---*/
/*---3. Buttons---*/
/*---4. SepLine---*/




/*---1. IdxHeader Bg,InnerHeader Bg---*/
.TopHeader{
	position:relative;
	z-index:100;
	background-color:#fff;
}
.IdxHeaderBg {
	position:relative;
	z-index:0;	
}
.IdxSlideImg {
    display: none !important;
}
.IdxHeaderBg li {
	background-size: cover !important;
}
.InnerHeaderBg {
	position:relative;
	background-repeat:no-repeat;
	z-index:0;
	min-height:300px;
	height:300px;
	background-size:cover !important;
	display:table;
	width:100%;
}
.InnerHeaderBg .Wrapper{
	display:table-cell;
	vertical-align:middle;	
}

/*---2. DateBg---*/

.DateBg {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    margin-right: 25px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-transform: uppercase;
    display: block;
    float: left;
    background-color: #007a41;
}
.DateBg h5 {
    padding: 5px;
}

/*---3. Buttons---*/

.Button1 {
	display:inline-block;
	color:#ffffff;
	font-size:13px;
	text-align:center;
	line-height:40px;
	text-transform:uppercase;
	font-family: 'latoblack';
	letter-spacing:0.5px;
}
.Button1 a{
	display:block;
	background-color:transparent;
	color:#fff;
	padding:0px 35px;
	border-radius: 5px;
	border:1px solid #fff;
	transition: ease-in 0.2s;
}
.Button1 a:hover{
	display:block;
	background-color:#fff;
	color:#000;
}


/*---4. SepLine---*/

hr{
	border:0px;
}