@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:3 !important;
	background-color:#1d1d1d;
}
.HomeTop {
    z-index: 999;
	/*position: fixed;
    background-color: #1d1d1d;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);*/
}
.IdxHeaderBg {
	position:relative;
	z-index:0;
	overflow: hidden;	
}
.IdxHeaderBg img {
	width:100%;
	max-width:100%;	
}
.IdxHeaderBg .slides li{
	background-size:cover !important;
	background-repeat:no-repeat;
	background-position: center;
}
.InnerHeaderBg {
	position:relative;
	background-repeat:no-repeat;
	background-position:center;	
	z-index:0;
	min-height:410px;
	height:410px;
	background-size:cover !important;
	display:table;
	width:100%;
	/*border-left: 25px solid #f76c4a;
	border-right: 25px solid #00a34c;*/
}
.InnerHeaderBg .Wrapper {
	display:table-cell;
	vertical-align:middle;	
}
.InnerHeaderBg:before, .IdxHeaderBg:before {
	content: ' ';
	background: url(../images/icons/orange-border.jpg) repeat-y;
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0px;
	left:0px;
	z-index: 4;
}
.InnerHeaderBg:after, .IdxHeaderBg:after {
	content: ' ';
	background: url(../images/icons/green-border.jpg) repeat-y;
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0px;
	right:0px;
	z-index: 4;
}
.TopHeaderLine {
	background: url(../images/bg/line.jpg) top center;
	height: 25px;
}
.BottomHeaderLine {
	background: url(../images/bg/line.jpg) bottom center;
	height: 25px;
}

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

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

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

.FillOrangeBtn {
	display:inline-block;
	color:#ffffff;
	font-size:13px;
	text-align:center;
	line-height:46px;
	text-transform:uppercase;
	font-family: 'roboto_slabbold';
	letter-spacing:1px;
}
.FillOrangeBtn a{
	display:block;
	background-color:#f76c4a;
	color:#fff;
	padding:0px 35px;
	border-radius: 50px;
	border:2px solid #fff;
	transition: ease-in 0.3s;
}
.FillOrangeBtn a:hover{
	display:block;
	background-color: #1d1d1d;
	color:#f76c4a;
	border: 2px solid #f76c4a;
}


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

hr{
	border:0px;
}
.GreenSepLine {
	border-bottom:4px solid #00a34c;
	width:153px;
	margin:10px 0 ;
	text-align:left;
}
.OrangeSepLine {
	border-bottom:4px solid #f76c4a;
	width:95px;
	margin:10px auto;
	text-align:center;
}
.GreyBottomLine {
	border-bottom:1px solid #d5d5d5;
	width: 53px;
	margin:15px 0;
	text-align:left;
}




