.landing-page .bd-content{
	position: absolute;
	top: 50px;
	right:60px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3), 0 5px 5px 0 rgba(0, 0, 0, 0.23);
	border-top:#0e8aa3 5px solid;
	padding:0;
}
.landing-page .main-content{
	padding:30px 15px 5px 15px;
	border-bottom: 1px solid #ccc;
}
.landing-page h1{
	font: 400 23px/1 "DIN-Bold";
	margin-top: 0;
}
.landing-page .ibox{
	margin-top:20px;
}
.landing-page ._CELL{
	min-height:50px;
}

.landing-page .faq{
	padding:0 15px;
}
.landing-page img.parkandgo{
	width: 317px;
}
.landing-page .faq h3{
	/*color:#676a6c;*/
	font-family: "DIN-Regular";
	font-size:16px;
}
.landing-page .faq ul{
	list-style: square;
	margin-left:-5px;
	/*color:#676a6c;*/
}
#AJAX_a_1a ._CELL:nth-child(4){
	margin-top:-50px;
}
.landing-page .faq ul li a:link,
.landing-page .faq ul li a:visited,
.landing-page .faq ul li a:active{
	color: inherit;
}
.landing-page .faq ul li a:hover{
	color:#0c699e;
	font-family: "DIN-Medium";
}
.landing-page .smallFS .btn_areas {
    /*margin-top: -50px;*/
}
.landing-page .col-sm-12{
	/*padding-left:20px;
	padding-right:20px;*/
}
.landing-page input[type="Submit"], .btn-primary{
	width:100%;
	text-transform: uppercase;
}
.landing-page .header-back img{
	width:100%;
}
@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: 300px;
    font-size: 30px;
}
}
.landing-page .header-back {
  height: 650px;
  width: 100%;
  overflow:hidden;
}

.landing-page .header-back{
	background: 50% 0 no-repeat;
	background-size:cover;	
}

.landing-page .carousel {
  height: 650px;
}
.landing-page .carousel-caption {
  z-index: 10;
}
.landing-page .carousel .item {
  height: 650px;
  background-color: #777;
}
.landing-page .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 650px;
}
.landing-page .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.landing-page .carousel-fade .carousel-inner .active {
  opacity: 1;
}
.landing-page .carousel-fade .carousel-inner .active.left,
.landing-page .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.landing-page .carousel-fade .carousel-inner .next.left,
.landing-page .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.landing-page .carousel-fade .carousel-control {
  z-index: 2;
}
.landing-page .carousel-control.left,
.landing-page .carousel-control.right {
  background: none;
}
.landing-page .carousel-control {
  width: 6%;
}
.landing-page .carousel-inner .container {
  position: relative;
  display:none;
}
.landing-page .carousel-inner {
  overflow: visible;
}
.landing-page .carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}
.landing-page .carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}
.landing-page .carousel-caption.blank {
  top: 140px;
}
.landing-page .carousel-image {
  position: absolute;
  right: 10px;
  top: 150px;
}
.landing-page .carousel-indicators {
  padding-right: 60px;
}
.landing-page .carousel-caption h1 {
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: -1.5px;
}
.landing-page .carousel-caption p {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}
.landing-page .caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.landing-page .caption-link:hover {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
	html{
		/*background-color:#434247;*/
	}
	.landing-page{
		background-color:#ececec!important;
	}
	.landing-page .bd-content{
		width:100%;
		/*margin-left:5%;*/
		right:auto;
		top:0;
		position:relative;
		display:block;
	}
	#inSlider{
		display:none;
	}
	.landing-page .faq{
		margin-bottom:-5px;
	}
	.landing-page img.parkandgo{
		width: 100%;
	}
	#back-to-top{
		display:none!important;
	}
}