body {
	/*background: url('/Programs/byways/images/page_back.jpg');
	background-size: cover;*/
}

.hero-unit {
    background-color: #fff !important;
    padding: 10px;
    margin: 0px;
	/*border-radius: 10px;
		box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
			border: 1px solid #0d6d6d6;*/
}

#collapseOne {
	background: #fff !important;
	/*border-radius: 10px !important;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	border: 1px solid #0d6d6d6;*/
}

hr.divider {
    border: 0;
    height: 1px;
    background: #ffffff !important;
    background-image: linear-gradient(to right, #ccc, #ffffff, #ccc) !important;
}

.panel {
background: transparent !important;	
}

.panel-heading {
	background-color: #fff !important;
}

#map_canvas {
    height: 800px;
	border-radius: 10px;
}

#bywaypage {
	border-radius: 5px;
}



/*#main_content {

	padding-top: 20px !important;
	min-height:800px;
}

#main_content , .#main_content a {font-family: "Open Sans", helvetica, arial, sans-serif; font-weight:300!important;}
*/
.bywaysimage img{

    width:200px;

}

.hero-unit .row{margin-top:30px;}

.hero-unit .row .col-md-6 h4{
 margin-bottom:20px;
 border-bottom:1px dotted #004785;
    padding-bottom:10px;
}


#fader-parent {
    position: relative;
    width: 100%;
    height: 300px;
}

.button {
    background-color: #F6C592;
    width: 50px;
    height: 35px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 37%;
    padding-bottom: 20px;
    color: #FFF;
    z-index: 300;
    cursor: pointer;
}

#next {
    right: 0px;
}