/* @group layout */

body {
	background-color: #f4f1d0;
	font: 16px/1.42857 Georgia, "Times New Roman", Times, serif;
}

.container {
	min-width: 290px;
	max-width: 1032px;
}

.banner {
	display: block;
	background: url(../img/banner_small.png) no-repeat left top;
    height: 100px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1002px;
}

@media (min-width: 481px) {
  .banner {
    background-image: url(../img/banner.jpg);
	height: 158px;
  }
}

/* @group main nav */

.main_nav {
	margin-bottom: 20px;
	font-size: 18px;
}

.main_nav li {
	margin-right: 7px;
}

.main_nav > li a {
	background-color: #98bfbe;
	color: #a13f34;
	padding: 5px 10px;
}

.main_nav > li a:hover {
	background-color: #98bfbe;
	color: #515e56;
}

.main_nav > li.active a, .main_nav > li.active a:hover {
	background-color: #98bfbe;
	color: white;
}

.user_menu {
	margin-bottom: 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #515e56;
}

/* @end */

.footer_nav {
	padding: 0;
	text-align: center;
	margin-top: 50px;
}

.footer_nav li {
	list-style-type: none;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

/* @end */

/* @group tags */

h1, .h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 0;
}

h2 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.custom_intro h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	font-size: 36px;
	margin-top: 0;
}

.comment_list h2 {
	margin-bottom: -10px;	
}

a, label span a {
	color: #a13f34;
	text-decoration: none;
}

a:hover {
	color: #515e56;
	text-decoration: none;
}

a:focus {
	color: #515e56;
	text-decoration: none;
}

a:visited {
	color: #a13f34;	
}

/* @end */

/* @group home */

/* @group side navs */

/* @group common */

.panel-side-nav {
	background-image: none;
}

.panel-side-nav .panel-heading {
	padding: 0;
}

.panel-heading a {
	display: block;
	padding: 10px 15px;
}

a.list-group-item {
	color: #a13f34;
	text-decoration: none;
	outline: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media (min-width: 991px) {
	a.list-group-item {
		padding-top: 2px;
		padding-bottom: 2px;
	}
}

.panel-heading a, .panel-heading a:visited, .panel-heading a:hover, .panel-heading a:active, .panel-heading a:focus {
	color: white;
	text-decoration: none;
	outline: none;
}

.panel-heading a span.glyphicon:before {
	content: "\e113";
}

.panel-heading a.collapsed span.glyphicon:before {
	content: "\e114";
}

.list-group {
	background: none no-repeat right bottom;
}

a.list-group-item:hover, a.list-group-item:focus {
	color: #515e56;
	text-decoration: none;
}

.list-group .list-group-item:hover, .list-group .list-group-item:focus {
	background-color: transparent;
}

.list-group .list-group-item {
	background-color: transparent;
	border-style: none;
}


/* @end */

/* @group eras */

.panel-eras {
	border-color: #d29f56;
}

.panel-eras > .panel-heading {
	background-color: #d29f56;
	border-color: #d29f56;
}

.panel-eras .list-group {
	background-color: #e6cf9c;
}

.panel-eras .list-group.bg {
	background-image: url(../img/nav_eras_bg.png);
}

.panel-eras .list-group .active, .eras .active:hover {
	background-color: #d29f56;
	border-color: #d29f56;
}

/* @end */

/* @group themes */

.panel-themes {
	border-color: #617957;
}

.panel-themes > .panel-heading {
	background-color: #617957;
	border-color: #617957;
}

.panel-themes .list-group {
	background-color: #c8cdab;
}

.panel-themes .list-group.bg {
	background-image: url(../img/nav_themes_bg.png);
}

.panel-themes .list-group .active, .themes .active:hover {
	background-color: #617957;
	border-color: #617957;
}

/* @end */

/* @group areas */

.panel-areas {
	border-color: #5a636c;
}

.panel-areas > .panel-heading {
	background-color: #5a636c;
	border-color: #5a636c;
}

.panel-areas .list-group {
	background-color: #c5c6b2;
}

.panel-areas .list-group.bg {
	background-image: url(../img/nav_areas_bg.png);
}

.panel-areas .list-group .active, .areas .active:hover {
	background-color: #5a636c;
	border-color: #5a636c;
}

/* @end */

/* @group cultural groups */

.panel-cultural {
	border-color: #a3a05d;
}

.panel-cultural > .panel-heading {
	background-color: #a3a05d;
	border-color: #a3a05d;
}

.panel-cultural .list-group {
	background-color: #dcd9ad;
}

.panel-cultural .list-group.bg {
	background-image: url(../img/nav_cultural_bg.png);
}

.panel-cultural .list-group .active, .cultural .active:hover {
	background-color: #a3a05d;
	border-color: #a3a05d;
}



/* @end */

/* @end */

.panel-featured {
	background-color: #98bfbe;
	border-color: #98bfbe;
	margin-top: 7px;
}

.panel-featured .intro {
	color: white;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 15px;
}

.map_container {
}

/* @group featured */

.featured {
	margin-top: 20px;
}

.featured img {
	float: left;
	margin-right: 15px;
	border: 1px solid #5c9e9a;
}

.featured .description {
	float: left;
	width: 243px; 
}

.featured .list-group {
	margin-bottom: 0;
}

.featured .list-group-item {
	overflow: hidden;
	padding-left: 0;
}

.featured h4.list-group-item-heading {
	color: #a13f34;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.featured h4.list-group-item-heading:hover {
	color: #515e56;
}

.featured .list-group-item-text {
	color: black;
	margin-bottom: 10px;
}

/* @end */

/* @end */

a.add_location, a.add_location {
	display: block;
	background-color: #a24133;
	padding: 20px 10px;
	font-size: 18px;
	color: white;
	font-style: italic;
	text-align: center;
border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    }

a.add_location:hover {
	background-color: #515e56;
}

/* @group location */

h1.user-submitted {
	color: #c66328;
	margin-bottom: 0;
}

.user-submitted-info {
	color: #c66328;
	font-style: italic;
}

.gallery {
	margin-top: 20px;
	margin-bottom: 20px;
}

.gallery .img_container {
	height: 365px;
	position: relative;
}

.gallery .img_container span {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.gallery .img_container span img {
	max-width: 100%;
	display: inline-block;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	height: 365px;
	font-size: 40px;
}

.carousel-control.left span {
	right: auto;
	left: 20px;
}

.carousel-control.right span {
	left: auto;
	right: 20px;
}

a.carousel-control {
	opacity: 0.7;
}

a.carousel-control:focus {
	outline: none;
	opacity: 0.7;
}

a.carousel-control:hover {
	opacity: 1;
}

.carousel-inner {
}

.carousel-caption {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-shadow: none;
	color: black;
	padding-top: 6px;
	padding-bottom: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	height: 80px;
	padding-right: 20px;
	font-style: italic;
}

.comment_list {
	margin-top: 40px;
	margin-bottom: 50px;
}

.comment_flag {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 0;
}

.comment_flag a {
	
}

.comment {
	margin-top: 20px;
	border-bottom: 1px dotted gray;
	padding-top: 5px;
}

.comment img {
	max-width: 100%;
}

/* @end */

/* @group comment form */

#comment_form #id_contact, #comment_form label[for=id_contact]{
	display: none;
}

/* @end */

/* @group category */

.mini_nav .list-group.bg {
	background-image: none;
}

.panel-eras .list-group a.active,
.panel-themes .list-group a.active,
.panel-areas .list-group a.active {
	color: black;
	background-color: transparent;
}

/* @end */

/* @group search */

.search_form {
	background-color: #98bfbe;
	color: #3f4324;
	padding: 15px;
border-radius: 4px 4px 4px 4px;
	margin-bottom: 35px;
}

.search_form ul {
	list-style-type: none;
	padding: 0;
}

.filters {
	background-color: white;
	color: black;
	margin-left: 0;
	margin-right: 0;
}

.filters label {
	font-weight: normal;
	font-style: normal;
}

.btn-filters {
	border-bottom-left-radius: 0px;	
	border-bottom-right-radius: 0px;
	background-color: #617957;
	color: white;
	font-weight: bold;
}


.btn-filters:hover, .btn-filters:focus {
	color: white;
}

.btn-filters span.glyphicon {
	margin-left: 15px;
	top: 3px;
}

.btn-filters span.glyphicon:before {
	content: "\e113";	
}

.btn-filters.collapsed span.glyphicon:before {
	content: "\e114";	
}

.filters h4 {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.search_results_map #gmap {
	height: 365px;	
}

@media (min-width: 481px) {
	.search_results_map #gmap {
		height: 600px;
	}
}

/* @end */

/* @group maps */

#gmap_info {
	display: none;
}

#gmap {
	width: 100%;
	height: 365px;
	border: 1px solid #5c9e9a;
}

.info_window {
	overflow: hidden;
}

.info_window .thumb {
	float: left;
	width: 68px;
	height: 68px;
	margin-right: 10px;
	display: block;
}

.info_window .thumb img {
	border: 1px solid #5c9e9a;	
}

.info_window .text {
	float: left;
	width: 200px;
}



/* @end */

/* @group add location */

.add_location_ad {
	display: block;
	font-size: 18px;
	color: white;
border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	background: #a24133 url(../img/add_location_image.png) no-repeat right bottom;
	padding: 15px;
}

.add_location_ad a {
	color: white;	
}

.add_location_ad a:hover, a.add_location_ad:hover, a.add_location_ad:visited {
	text-decoration: underline;
	color: white;
}

.home_ad {
	
}

.home_ad p {
	font: italic 24px Georgia, serif;	
}

.home_ad ul {
	padding: 0;
	list-style-type: none;
}

.home_ad li {
	padding: 0;
}



/* @end */

/* @group forms */

label {
	display: block;
	margin-bottom: 0;
}

input[type=text],input[type=password],input[type=email] {
	border: 1px solid black;
	display: block;
	margin-bottom: 20px;
	padding: 5px;
	width: 100%;
}

input[type=text].error,input[type=password].error,input[type=email].error,textarea.error {
	border-width: 3px;
	border-color: red;
}

input[type=submit] {
	background-color: #a24133;
	color: white;
	padding: 10px 30px;
	border: 1px solid #a24133;
border-radius: 4px 4px 4px 4px;
display: block;
}

.search_form input[type=submit] {
	margin-top: 10px;
	margin-left: auto;	
}

textarea {
	width: 100%;
	margin-bottom: 20px;
	height: 200px;
	border: 1px solid black;
}

select {
	margin-bottom: 20px;
}

#id_body_parent {
	margin-bottom: 20px;	
	display: block;
}

.form_container {
	background-color: #98bfbe;
	color: #3f4324;
	padding: 15px;
border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

.form_container h1 {
	color: white;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.upload_images {
border-radius: 4px 4px 4px 4px;
	color: black;
	margin-left: 0;
	margin-right: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.btn-upload_images {
	border-bottom-left-radius: 0px;	
	border-bottom-right-radius: 0px;
	background-color: #A24133;
	color: white;
	font-weight: bold;
	margin-top: 0px;
}


.btn-upload_images:hover, .btn-upload_images:focus {
	color: white;
}

.btn-upload_images span.glyphicon {
	margin-left: 15px;
	top: 3px;
}

.btn-upload_images span.glyphicon:before {
	content: "\e113";	
}

.btn-upload_images.collapsed span.glyphicon:before {
	content: "\e114";	
}

.form_container .errorlist {
	padding: 0;
	margin-bottom: 0;
	list-style-type: none;
	color: red;
	font-size: 14px;
	font-style: italic;
	margin-top: -5px;
}

.alert-danger {
	border-width: 3px;
	border-color: red;
}

label.address {
	margin-top: 30px;
}

#id_area, #id_themes, #id_era, #id_cultures  {
	padding: 0;
	list-style-type: none;
}

form ul li label {
	font-weight: normal;
	font-style: normal;
}

label {
	color: #3F4324;
}

label a {
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	color: #3F4324;
	margin-left: 5px;
}

label span {
	font-weight: normal;
	font-style: normal;
}

label span a {
	font-size: 16px;
	margin-left: 0;
}

label a:hover {
	text-decoration: underline;
}

input[type=file] {
	margin-bottom: 10px;
}

form .categories ul {
	margin-bottom: 30px;
}

form .categories >label {
	margin-bottom: 5px;
}

.jumbotron {
	background-color: #98bfbe;
	font-size: 18px;
	padding-bottom: 44px;
	margin-top: 44px;
}

.center-block {
	margin-left: auto;
	margin-right: auto;
}

a.btn {
	color: white;
}

h1.submit_location {
	margin-bottom: 30px;
}

p.submit {
	margin-top: 20px;
}

.form_info {
	font-style: italic;
	font-size: 14px;
	margin-bottom: 5px;
}

.mini_form {
	margin-top: 30px;
}

.form_info span {
	display: inline;
}


@media (min-width: 991px) {

.form_info {
	margin-bottom: 0;
}
	.form_info span {
		display: block;
		text-align: right;
	}
}

div.add_photos {
	margin-bottom: 15px;
}



/* @end */

