#jsMap {
	float: left;
  width: 100%;
  min-height: 320px;
    position: relative;
  margin: -60px 0 0 0 ;
}

#center {
	z-index: 3;
}

#map-canvas {
	width: 100%;
	min-height: 320px;
	background: #B1D0FF !important;
}

#headerWrap {
	display: none !important;
}

#smallHeader {
	display: block !important;
	background: rgba(28,55,74,0.685)
}

#map-canvas {
	float: left;
	width:100%;
	height: 100px;
}
.travelWrap {
	float: left;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 60px;
}

.crumbs {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.crumbs ul {
	width: 80%;
}

.crumbs ul li a {
	font-weight: 700;
	color: #000;
}

.crumbs ul li.current a{
	color: #000;
	font-weight: 300;
}

.crumbs ul li a:hover{
	color: #777;
}

.travelText {
	float: left;
	width: 100%;
	text-align: left;
	min-height: 300px;
}

.bxsliderWrap {
	float: left;
	width: 50%;
	margin: 1% 3% 0 0;
}

.bxslider {
	margin: 0;
	padding: 0;
	float: left;
}

.bxslider img{
	float: left;
	width: 100%;
	height: auto;
/*	max-height: 500px;*/
}

.travelText.noImages img{
	float: left;
	margin-left: 0;
}

.travelText h1{
	font-weight: 100;
	font-size: 26px;
	margin: 0 0 0px 0;
}

.travelText p{
	line-height: 180%;
}

.textBlock {
	margin: 20px 0 0 0;
}

.get_prev {
	float: left;
	text-align: left;
	width: 50%;
	margin: 10px 0 15px 0;
}

.get_next {
	float: right;
	text-align: right;
	width: 50%;
	margin: 10px 0 15px 0;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #1a1a1a;
	border: 1px solid #1a1a1a;
}

.bx-pager-item {
	display: inline-block;
	margin: 20px auto;
	float: none;
	text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
text-indent: -9999px;
display: inline-block;
margin: 0 5px;
outline: 0;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border: 1px solid #bababa;
background: none;
border-radius: 8px;
width: 8px;
height: 8px;
float: none;
text-align: center;
}

.bx-wrapper .bx-controls-direction, .bx-controls {
	width: 100%;
	float: left;
	text-align: center;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40%;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.video {
	float: left;
	width: 100%;
	margin-top: 20px;
}
