@CHARSET "UTF-8";

.jumbotron {
	background-size: cover;
	max-height: 495px;
}

.head_image {
	width: 100%;
}

/* footer */
.foot_1 {
	background-color: white;
}

.foot_2 {
	background-color: #A6BBCC;
}

.foot_2, .foot_2 a, .foot_2 a:hover {
	color: white;
}

.message_error {
	background-color: #ffafb2 !important;
	border: 1px solid black;
}

.message_success {
	background-color: #DFFFDF !important;
	border: 1px solid black;
}

#form_message {
	padding: 10px;
}

#g_map_frame {
	width: 100%;
	height: 520px;
}

#coupons_view {
	height: 595px;
}

#coupon_list {
	height: 520px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.coupon_list_element {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #dfdfdf;
}

#coupon_list .btn {
	margin: 5px;
}

#distance_steps {
	list-style-type: none;
	list-style: none;
	padding: 0;
}

#distance_steps li {
	float: left;
}

@media (max-width: 991px) {
	#coupons_view {
		height: auto;
	}
	#coupon_list {
		height: auto;
		overflow: hidden;
	}
}

a { color: #626262; }
a.btn { text-decoration: none; }
a:hover, a:focus, a.active { color: #A4B9CA }
nav a { text-decoration: none; }

#faq ol, #faq ul {
	list-style-type: none;
	padding: 0;
}

#faq li {
	margin-bottom: 5px;
	padding: 8px;
	cursor:pointer;
}

#faq li.active {
	cursor:default;
}

#faq li.active span {
	font-weight: bold;
}

#fancybox-loading div {
	background: rgba(0, 0, 0, 0) url(../../../../../modules/landing/img/loading24.gif) no-repeat scroll center center;
}

.fancybox-skin {
	background: #ffffff none repeat scroll 0 0;
}

/*bootstrap*/
.navbar-default {
	background-color: #f8f8f8;
	border-color: #CACACA;
}

.well {
	border-color: #CACACA;
}