@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:0;
	background-color:#fff;
}
.IdxHeaderBg {
	position:relative;
	z-index:0;	
}
.IdxHeaderBg li{
	background-size:cover !important;	
}
.InnerHeaderBg {
	position:relative;
	background-repeat:no-repeat;
	background-position:top left;	
	z-index:0;
	min-height:400px;
	height:400px;
	background-size:cover !important;
}
.InnerHeaderBg .Wrapper{
	display:table-cell;
	vertical-align:middle;	
}

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

.DateBg {
    width: 60px;
    height: 60px;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: block;
    float: left;
    background-color: #ec1d24;
	box-sizing:border-box;
}
.DateBg h1 {
    padding: 5px;
}
.DateBg span {
    border-top: 1px solid #fff;
    padding-top: 2px;
}
/*---3. Buttons---*/

.FillRedBtn {
	display:inline-block;
	color:#ffffff;
	font-size:15.50px;
	text-align:center;
	line-height:40px;
	text-transform:uppercase;
	font-family: 'latoheavy';
	letter-spacing:1.5px;
}
.FillRedBtn a{
	display:block;
	background-color:#ec1d25;
	color:#fff;
	padding:0px 35px;
	border-radius: 5px;
	transition: ease-in 0.2s;
}
.FillRedBtn a:hover{
	display:block;
	background-color:#0072bc;
	color:#fff;
}

.TransRedBtn {
	display:inline-block;
	color:#ec1d25;
	font-size:12px;
	text-align:center;
	line-height:50px;
	text-transform:uppercase;
	font-family: 'latoblack';
	letter-spacing:1.5px;
}
.TransRedBtn a{
	display:block;
	background-color:transparent;
	color:#ec1d25;
	padding:0px 32px;
	border-radius: 5px;
	border:1px solid #ec1d25;
	transition: ease-in 0.2s;
}
.TransRedBtn a:hover{
	display:block;
	background-color:#ec1d25;
	color:#fff;
}

.Btn {
    font-size: 15px;
    line-height: 33px;
}
.Btn a {
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    display: block;
    padding: 0 12px;
    background-image: -ms-linear-gradient(top, #FCFCFC 0%, #DFDFDF 100%);
    background-image: -moz-linear-gradient(top, #FCFCFC 0%, #DFDFDF 100%);
    background-image: -o-linear-gradient(top, #FCFCFC 0%, #DFDFDF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCFCFC), color-stop(1, #DFDFDF));
    background-image: -webkit-linear-gradient(top, #FCFCFC 0%, #DFDFDF 100%);
    background-image: linear-gradient(to bottom, #FCFCFC 0%, #DFDFDF 100%);
}
.Btn a:hover {
	background:#0072bc;
	border:1px solid #0072bc;
	color:#fff;	
}
/*---4. SepLine---*/

hr{
	border:0px;
}
.RedSepLine {
    border-bottom: 2px solid #ec1d25;
    width: 256px;
    margin: 20px auto;
    text-align: center;
}
.FooterContactInfo  .RedSepLine {
    border-bottom: 3px solid #ec1d25;
    width: 153px;
    margin: 20px 0;
    text-align: left;
}
