
.row_head {
    background-color: #333;
    margin-top: 10px;
    min-height: 50px;
    width: 100%;
    text-align: center;
}
.row_text {
    color: #fff;
    font-size: 18px;
    line-height: 47px;
    margin: 10px;
}
.nav_cont{
background-image: url("../images/50_bkg.png");
    height: 100%;
    position: absolute;
    width: 240px;
    z-index: 1000;
    }
.nav_body{}
.nav_item_top{
    display: inline;
    line-height: 50px;
    margin-left: 10px;
    margin-right: 20px;
}
.nav_item_top a{
    text-decoration: none;
    color:#fff;
    font-weight: bold;
    font-size: 18px;
}
.social_sec{
    float:right;
}
.social_item{
    display: inline-block;
    margin-top: 25px;
}
.nav_item{
border-bottom: 1px solid #999;
    height: 73px;
    line-height: 70px;
    padding: 10px;
    text-align: center;
    }
.nav_item a{
text-decoration: none;
font-size: 20px;
color:#fff;
font-weight: bold;
text-shadow: 5px 5px 5px #000;
    }
.row_button {
    background-color: #000;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #fff;
    float: right;
    margin: 6px;
    padding: 5px;
    text-align: center;
    width: 60px;
}
.feature_box {
    margin-top: 10px;
}
.feature_img {
    width:100%;
}
.feature_img img{
    width:100%;
}
.header {
    height: 100px;
    margin-top: 0;
}
#template_container{
	min-height:900px;
	border-left: 1px solid #333;
    border-right: 1px solid #333;
}
#template_content{
	margin-left:23%;
}
#template_footer{
	border-left: 1px solid #333;
    border-right: 1px solid #333;
}
.header_logo img {
    margin-left: 16px;
    width: 100%;
    margin-top: 10px;
}
.stepcarousel {
    box-sizing: border-box;
    float: right;
    height: 470px;
    overflow: scroll;
    position: relative;
    width: 100%;
}
.stepcarousel .belt {
    left: 0;
    position: absolute;
    top: 0;
}
.stepcarousel .panel {
    float: left;
    overflow: hidden;
    width: 980px;
}
.stepcarousel .panel img {
    width: 100%;
}

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

.stepcarousel_time {
    box-sizing: border-box;
    float: right;
    height: 400px;
    overflow: scroll;
    position: relative;
    width: 100%;
}
.stepcarousel_time .belt {
    left: 0;
    position: absolute;
    top: 0;
}
.stepcarousel_time .panel {
    float: left;
    overflow: hidden;
    width: 300px;
    margin:10px;
}
.stepcarousel_time .panel img {
    width: 100%;
}
.panel_text{
background-color: #eee;
    padding: 0 10px;
    }

#mygallery-paginate {
    text-align: center;
}
span.paginatecircle {
    background: white none repeat scroll 0 0;
    border: 2px solid black;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 6px;
    margin-right: 4px;
    width: 6px;
}
span.paginatecircle:hover {
    background: gray none repeat scroll 0 0;
}
span.paginatecircle.selected {
    background: black none repeat scroll 0 0;
}
.f_link_cont{
    padding: 20px;
    width: 70%;
}
.f_link{
   float: left;
    margin: 0 5%;
    width: 15%; 
}

.f_link a{
    text-decoration:none;
    color:#000;
}

.footer_logo{
    float: right;
    width: 30%;
}
.footer_logo a img{
    width:100%;
}
#content_header{
    background-color: #880000;
    color: #fff;
    font-size: 29px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 5px;
}
