.displaynone{
    display: none !important;
}

.navbar-brand{
	position:relative;
	z-index: 9998;
}

#admin_header {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	position: fixed;
	z-index: 1100;
	top: 85px;
}

#admin_header a {
	color: white !important;
	text-decoration: none;
	cursor: pointer;
}

#admin_header_margin {
	height: 30px;
}

.admin_menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: white;
	vertical-align: top;
}

.admin_menu li {
	display: inline-block;
}

.admin_menu li + li:before {
    content: " | ";
    padding: 0px 5px;
}

#navbar-brand-img {
	max-height: 80px;
}

html, body {
	font-family: 'Open Sans', sans-serif;
	background-color: black;
}

a:link {
	color: #01a0e2;
	text-decoration: none;
}

a:visited {
	color: #01a0e2;
	text-decoration: none;
}

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

a:active {
	color: #e61d23;
	text-decoration: none;
}

h1 {
	border-bottom: 2px solid #747474;
	margin: 20px 0px;
	padding: 5px 0px;
}

iframe {
	border: none;
}

#main_c {
	padding-top: 90px;
	padding-bottom: 50px; 
	min-height: 80vh;
}

#home_c {
	padding-bottom: 75px;
}

#main_container {
	background-color: #f5f5f5;
}

/* MAIN NAVBAR */
#main_navbar_c {
	background-color: white;
	border: none;
	color: white;
}

.navbar-brand {
	padding: 5px 15px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
	background-color: transparent;
	-webkit-transition: color 0.5s, border-top 0.5s;
	transition: color 0.5s, border-top 0.5s;
	margin: 0px 10px;
	padding: 30px 0px 33px;
	border-top: 3px solid transparent;
	outline: none;
	color: black;
	font-size: 15px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: transparent;
	-webkit-transition: color 0.5s, border-top 0.5s;
	transition: color 0.5s, border-top 0.5s;
	color: #e61d23;
	border-top: 3px solid #e61d23;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #e61d23;
	border-top: 3px solid #e61d23;
}

#main_navbar {
	position: relative;
}

#search_form {
	background-color: white;
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	transition: all ease 0.5;
	z-index: 9999;
	display: none;
}

#search_keywords {
	margin: 20px;
}

#search_submit {
	display: none;
}

.home_slide {
	height: 700px !important;
	background-position: center center;
	background-size: cover;
}

.home_slide h1, .home_slide h2, .home_slide h3, .home_slide h4 {
	border: none;
}

.home_slide h1 {
	font-size: 4vw;
}

.home_slide h2 {
	font-size: 3vw;
}

.home_slide h3 {
	font-size: 2vw;
}

.home_slide h4 {
	font-size: 1vw;
}

.carousel-caption, .carousel-caption p {
	text-align: left;
	font-size: 2vw;
}

/* PAGES */
#page_c {
/* 	margin: 0px auto 25px; */
}

/* PAGINATION */
.pagination > li > a, .pagination > li > span {
	color: #01a0e2;
	border-color: #01a0e2;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #01a0e2;
	border-color: #01a0e2;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: white;
    background-color: #01a0e2;
    border-color: #01a0e2;
}

.pagination_nav {
	text-align: center;
	display: inline-block;
	width: 100%;
}

/* POSTS */
.post_c {
	margin-bottom: 50px;
	height: 540px;
}

.post_title > a > h2 {
	margin: 10px 0px 5px;
}

.post_date {
	font-size: 11px;
	margin-bottom: 10px;
	color: #999;
}

.post_tags {
	margin: 20px auto;
}

.post_excerpt {
	height: 100px;
}

/* FOOTER */
#footer_top_row {
/* 	height: 105px; */
	padding: 10px 0px;
	background-color: #01a0e2;
	color: white;
}

#footer_bottom_row {
	height: 50px;
	padding: 10px 0px;
	background-color: #282a2b;
	color: white;
}

#footer_bottom_text {
	font-size: 12px;
	line-height: 30px;
}

footer a:link {
	color: white;
	text-decoration: none;
}

footer a:visited {
	color: white;
	text-decoration: none;
}

footer a:hover {
	color: white;
	text-decoration: none;
}

footer a:active {
	color: white;
	text-decoration: none;
}

footer img {
	display: inline-block !important;
	max-height: 85px;
	max-width: 100%;
	width: auto;
	height: auto;
	padding: 3px;
}

/* HOME */

#home_content {
	
}

/* GALLERY */

#gallery_view {
	
}

.gallery_cat_c {
	height: 650px;
	padding-bottom: 25px;
	
}

.gallery_desc {
	text-align: justify;
}

#gallery_desc {
	margin: 25px auto 30px;
}

.gallery_item {
	text-align: center;
	margin-bottom: 30px;
}

/* CONTACT */
#contact_row {
	margin-bottom: 20px;
}

#contact_row > .col-md-6 {
	margin-bottom: 50px;
}

#user_message {
	resize: vertical;
	min-height: 182px;	
}

#contact_submit {
	background-color: #005AA6;
	color: white;
}

#contact_divider {
	display: none;
}

#contact_error, #contact_success {
	display: none;
}

#contact_page_c {
	margin-bottom: 50px;
}

/* PLACES */
#pth_view > div > ul, .pthl_c > ul {
	padding: 0px;
	margin-bottom: 25px;
	list-style: none;
}

#pth_view > div > ul > li > a, .pthl_c > ul > li > a {
	display: block;
	padding: 10px;
	background-color: #EEE;
	color: black;
	border: 1px solid #DDD;
	border-bottom: none;
}

#pth_view > div > ul > li > a:last-child, .pthl_c > ul > li > a:last-child {
	border-bottom: 1px solid #DDD;
}

#pth_view > div > ul > li > a:hover, .pthl_c > ul > li > a:hover {
	color: white;
	background-color: #01a0e2;
}

.pthl_c > h4 {
	padding: 10px;
	margin: 0px;
	border: 1px solid #DDD;
	border-bottom: none;
	color: white;
	background-color: #01a0e2;
}

.pth_name_active {
	color: white !important;
	background-color: #01a0e2 !important;
}

#pth_name_list {
	
}

#pth_list > li:not(:first-child) {
	display: none;
}

#pth_list > li > h2 {
	margin-top: 0px;
}

.pth_description {
	margin: 20px 0px;
}

/* PRICES */
.price_c {
	margin: 20px 5px;
	padding: 10px;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
	background-color: #f8f8f8;
}

.price_c > div {
	border: 1px solid #DDD;
	background-color: white;
}

.price_c h2 {
	margin: 0px;
	padding: 15px 5px;
	text-align: center;
	font-size: 16px;
}

.price_price {
	padding: 15px 5px;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	color: #01a0e2;
	letter-spacing: -3px;
}

.price_time {
	padding: 15px 5px;
	font-size: 12px;
	text-align: center;
	color: #333;
}

.price_programs {
}

.price_programs > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.price_programs > ul > li {
	background-color: #01a0e2;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #6dd3ff;
}

.price_programs > ul > li > a {
	display: block;
	color: white;
}

@media (max-width: 1198px) {
	
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
		font-size: 13px;
		margin: 0px 10px;
	}
	
	.home_slide {
		height: 600px !important;
	}

	
}

@media (max-width: 1024px) {
	
	.gallery_cat_c {
		height: 700px;
	}
	
	.home_slide {
		height: 500px !important;
	}
	
}

@media (max-width: 992px) {
	
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
		font-size: 11px;
		margin: 0px 5px;
	}
	
}

@media (max-width: 767px) {
	
	#admin_header {
		top: 50px;
		z-index: 1;
	}
	
	#admin_header_margin {
		height: 50px;
	}
		
	#main_c {
		padding-top: 35px;
	}
	
	#home_c {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.home_slide {
		height: 300px !important;
	}
	
	.navbar-brand {
		padding: 10px;
	}
	
	#navbar-brand-img {
		max-height: 30px;
	}
	
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
		font-size: 11px;
		margin: 0px;
		padding: 5px;
		border-bottom: 1px solid #EEE;
	}
	
	.gallery_img {
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
	
	.gallery_img > img {
		display: inline-block;
	}
	
	.post_featured_img {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.post_featured_img > img {
		display: inline-block;
	}
	
	.post_c {
		margin-bottom: 50px;
		height: auto;
	}
	
	.post_c > img {
		margin: 0px auto;
	}
	
	.gallery_cat_c {
		height: auto;
	}
	
	#footer_top_row .row > div {
		margin-bottom: 25px;
		text-align: center;
	}
	
	#search_keywords {
		margin: 20px 0px;
	}
}

#footer_bottom_row {
	height: auto;
}

#footer_bottom_text {
	line-height: 50px;
}

.sp-image {
	padding: 5px 0 0;
}