body {
	background-color: white;
	color: black;
}

.background-image {
	background: black;
}

.footer-text {
	color: white !important;
}

#page_content {
	margin: 10px 0px;
}

section#contact {
    margin: 10px 0px 50px 0px;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #24817A;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #d9534f;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #24817A;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #24817A;
}
/*
.section {
	padding: 10px 0px !important;
}
*/

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.dropdown-menu {
	min-width: 190px;
}

/* TOURS */
.tour_list_container {
	margin: 20px 0px 50px 0px;
}

.tour_list_h3 {
	text-align: center;
	font-size: 18px;
	line-height: 25px;
}

#tour-single-name {
	margin: 0px 0px 20px 0px;
	font-size: 25px;
}

.tour-props > div {
	padding-bottom: 5px;
}

#tour_single_ul {
	list-style: none;
	padding: 0px;
}

#lightgallery {
	margin-bottom: 20px;
}

#lightgallery a {
	margin-bottom: 5px;
	min-height: 50px;
	display: inline-block;
}

.form_title {
	margin: 15px 0px 5px;
}

.tour_pass_del_c {
	margin: 10px 0px;
	text-align: right;
}

.top-menu {
	background-color: black;
	padding: 20px 0px;
	border: none;
}

@media (max-width: 992px) {
	.section-info {
		text-align: center;
	}
}

#notify_msg {
	width: 300px;
	border: 1px solid #6cff78;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: #d3ffd7;
	padding: 10px;
	margin-bottom: 20px;
}

#error_msg {
	width: 300px;
	border: 1px solid #ff6969;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: #ffc3c3;
	padding: 10px;
	margin-bottom: 20px;
}

/* REGISTRATION */
.reg_form_container {
	width: 300px;
	margin-bottom: 20px;
}

.reg_title {
	font-weight: bold;
	margin: 15px 0px 5px;
}

#reg_agree {
	margin-right: 10px;
}

.highlight {
	border-color: red;
	border-width: 2px;
}

.tour_list_container .col-md-4 {
	min-height: 450px;
}

.tour_list_container a {
	color: black !important;
}

.navbar-brand {
    padding: 0px 15px;
    height: auto !important;
}

#main_menu > ul {
	margin-top: 25px;
}