/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.header_btn {
	list-style:none;
}
.header_btn li {
	text-align:center;
}

.header_txt {
	font-size:8px;
	clear:left;
	display:block;
}

.topnav {
    font-size: 15px;
	color:#FFF;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.main {
	width:100%;
    text-align: center;
    color: #f8f8f8;
}

.main_bg {
	z-index:0;
}

.main_position {
	position:relative;
}

.main_name {
	position:absolute;
	z-index:100;
	top:17%;
	right:6%;
}

.main_name_small {
	font-size:smaller;
}

.main_name > h1 {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	font-size: 2em;
}
.main_btn {
	position:absolute;
	z-index:100;
    bottom:4%;
	right:6%;

}
.main_btn a:hover {
	opacity:0.7;	
}



@media(max-width:767px) {
    .main_name {
        padding-bottom: 15%;
    }

    .main_name > h1 {
        font-size: 3em;
    }

    ul.main-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.main-buttons > li:last-child {
        margin-bottom: 0;
    }

}



.content-section {
    padding: 20px 0 30px;
    background-color: #fff;
}



.infomation {
    margin-bottom: 30px;
}



.banner {
    padding: 10px 0;
	background-color:#FFF;
}


.banner ul {
    margin-bottom: 0;
}

.footer_banner {
	text-align:left;
    margin-top: 0;
}

@media(max-width:1199px) {
    ulfooter_banner {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {


    ulfooter_banner > li {
        display: block;
        margin-bottom: 10px;
        padding: 0;
    }

    ulfooter_banner > li:last-child {
        margin-bottom: 0;
    }
}



footer {
    /*padding: 10px 0;*/
    background-color: #191919;
	text-align:center;
}

footer ul li {
	color:#FFF;
}

p.copyright {
	color:#FFF;
	background-color:#191919;
    margin: 5px 0 0;
}
.map {
	width:100%;
	max-width:720px;
	margin:0 auto;
}

.map_btn_bg {
	background-color:#333;
	padding-top:10px;
	margin-bottom:10px;
}
.map_title {
	float:left;
}

.map_btn {
	margin:0 auto;
	max-width:720px;
	width:100%;
}

.map_btn ul{
	float:right;
}



	
.map_print {
	text-align:center;
	margin-top:10px;
	margin-right:10px;
}

.search_btn {
	margin-top:15px;
}


#wrapper{
     width: 100%;
     position: relative;
     min-height: 100%;
}

.inner{
     padding-bottom:70px;
}

#footer{
    height:70px;
     width: 100%;
     position:absolute;
     bottom:0%;
}

@media screen and (max-width:1140px) {
	
	#footer{
		display: none;
	}

}