body, .top-bar, header {
	min-width: 360px;
}
.font-poppinfs {
	font-family: 'Poppins', sans-serif !important;
}

.font-prompt {
	font-family: 'Prompt', sans-serif !important;
}

.font-sriracha {
	font-family: 'Sriracha', cursive !important;
}

.top-bar {
	position: fixed;
	top: 0;
	width: 100%;
	height: 32px;
	z-index: 9999;
	background: #101522;
	color: #DDDDDD;
}
.top-bar-link-box {
	padding-top: 3px;
}

.top-bar-link {
	margin-right: 1px;
	margin-left: 1px;
}

.text-right {
	text-align: right;
}

#header.header-scrolled {
	background-color: #0c2c38;
	border-bottom: 1px solid rgba(43, 172, 107, .3);
	max-height: 60px;
	margin-top: 32px;
}
#header #logo > a > img {
	position: absolute;
	max-height: 50px;
	display: inline;
}

.navbar a {
	color: whitesmoke;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #2bac6b;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #bd1f26;
  background: rgba(0,0,0, .1);
}

#logo a {
	
}

.navbar-mobile a, .navbar-mobile a:focus {
	color: #2bac6b;
}
.navbar-mobile .dropdown ul {
	background: transparent;
	margin: 0px 20px;
}
.navbar .dropdown ul a {
  color: #2bac6b;
}
.title {
	font-size: 200%;
	color: #FFFFFF;
	font-weight: 400;
	display: inline;
}
.title-o {
	max-height: 30px;
  	border-radius: 50%;
  	margin-left: 2px;
  	margin-right: 2px;
  	margin-top: -6px;
  	display: none;
}

.buy-tickets {
	font-weight: 600;
}

#footer .footer-top .footer-info img {
 	height: 50px;
 	margin-bottom: 10px;
 	margin-right: 5px;
}

.footer-title {
	font-weight: 600;
  	font-size: 200%;
}

.round-50{
	border-radius: 50%;
}

#introCarousel {
	overflow: hidden;
	max-height: 700px;
}

@media (max-width: 575px) {
	
}

@media (max-width: 600px) {
	.email-link {
		display: none;
	}
}

@media (max-width: 420px) {
	.d-xs-none {
		display: none;
	}
}

@media (max-width: 460px) {
	.text-o {
		display: inline;
	}
	.title-o {
		display: none;
	}
	.buy-tickets {
		display: none;
	}
}

@media (min-width: 461px) {
	.text-o {
		display: inline;
	}
	.title-o {
		display: none;
	}
}

@media (min-width: 576px) {
	.top-bar-link {
		margin-right: 1px;
		margin-left: 1px;
	}
}

@media (max-width: 575px) {
	#introCarousel .carousel-inner .carousel-item .carousel-caption h2 {
		display: none;
	}
	.carousel-item .caption-container {
	    max-width: 70%;
	 }
}

@media (max-width: 615px) {
	.top-bar-link {
		margin-right: 0px;
		margin-left: 0px;
	}
}

@media (max-width: 768px) {
	#header.header-scrolled {
		max-height: 50px;
		margin-top: 28px;
	}
	#header #logo > a > img {
	  	max-height: 50px;
	}
	.top-bar {
		height: 28px;
	}
	.top-bar-link-box {
		padding-top: 1.5px;
	}
	.page-content {
		margin-top: 78px;
		transition: 0.3s margin-top fade-in-out;
	}
	.follow-us-label small {
		display: none;
	}
	.title {
		margin-left: 55px;
	}
	.footer-info,
	.footer-links,
	.footer-contact {
		padding-left: 30px;
		padding-right: 30px;
	}
	.slider-box {
		margin-right: 0px;
		margin-bottom: 20px;
	}
}

@media (min-width: 768.1px){
	.page-content {
		margin-top: 92px;
		transition: 0.3s margin-top fade-in-out;
	}
	#header #logo > a > img {
	  	max-height: 59px;
	  	margin-top:-5px;
	}
	.title {
		margin-left: 65px;
	}
	.slider-box {
		margin-right: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 991px) {
	.navbar {
	  border: none;
	  border-radius: none;
	}
	.top-bar-link {
		margin-right: 3px;
		margin-left: 3px;
	}
}

@media (max-width: 990px) {
	.navbar {
	  border: 1px solid gray;
	  border-radius: 3px;
	}
}

@media (min-width: 1400px) {
  	.title {
  		display: inline;
  		margin-left: 65px;
  		font-size: 250%;
	}
	#header #logo > a > img {
	  	max-height: 60px;
	  	margin-top: 0px;
	}
}

@media (min-width: 991px) and (max-width: 1440px){
	#introCarousel {
		max-height: 500px;
	}
}

#hero {
  width: 100%;
  height: 88vh;
  background: #000;
  overflow: hidden;
  position: relative;
  margin: auto;
}

#hero .container {
  text-align: center;
  background: rgba(0,0,0, .3);
  padding: 30px 30px;
  bottom: 50px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
}

.max-width-1400 {
	max-width: 1400px;
	margin: auto !important;
}

#hero p {
  width: 100%;
  font-size: 38px;
  line-height: 1.2;
  margin: 0 auto 0px auto;
  color: #fff;
}

#introCarousel .carousel-inner,
#introCarousel .carousel-inner .carousel-item {

}

#introCarousel .carousel-inner .carousel-item img{
		width: 100%;
		margin: auto;
}

#introCarousel .carousel-container {
    position: absolute;
    width: 100%;
    bottom: 30px;
    background: rgba(0,0,0, .5);
    color: white;
    padding: 15px;
}

.carousel-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -8px;
    z-index: 5;
    max-height: 600px;
}

.carousel-item .caption-container {
    background: rgba(0,0,0, .5);
    max-width: 80%;
    max-height: 400px;
    padding: 20px;
    text-align: center;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.carousel-item.active .caption-container h2,
.carousel-item.active .caption-container p {
	opacity: 0;
	display: none;
}

.carousel-item.active .caption-container {
		opacity: 1;
		display: flex;
    animation: fadeInAnimation .3s ease-in-out;
}

.carousel-item.active .caption-container h2 {
	opacity: 1;
	display: block;
	animation: fadeUpAnimation .6s ease-in-out;
}

.carousel-item.active .caption-container p {
	opacity: 1;
	display: block;
	animation: fadeInAnimation .9s ease-in-out;
}

@keyframes fadeInAnimation {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUpAnimation {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.addons-name {
	display: block;
	width: 100%;
	text-align: center;
	background: white;
	font-weight: 600;
	font-size: 120%;
}

.social-media-icon:hover {
	color: #2bac6b;
}

.item-title:hover {
	color: #bc1f26;
}

.btn-theme {
	background: #2bac6b;
	color: white !important;
	font-weight: 600;
	border-radius: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active {
	background: #bc1f26;
}

.controller-icon {
	background: rgba(0,0,0, .5);
	width: 40px;
	border-radius: 50%;
	height: 40px;
}

.controller-icon i {
	font-size: 180%;
	color: wheat;
}

.controller-icon:hover i {
	color: white;
}

#contact .php-email-form input[type=checkbox] {
    padding: 10px 10px;
    margin-top: 0px;
    margin-right: 6px;
}

.bg-1 {
	background: url("../../imgs/bg-1.jpg");
  background-size: cover;
  position: relative;
	background-color: rgba(0,0,0, .5);
	background-position: bottom;
	background-repeat: no-repeat;
}

.bg-shadow-75 {
	background: rgba(0,0,0, .75);
}

.bg-transparent {
	background: transparent;
}

.a-link {
	color: #ffc107;
}

.a-link:hover {
	color: #ffc107;
	text-decoration: underline;
}
.ml-5 {
	margin-left: 5px;
}
#account-menu {
	margin-top: 2px;
	background: #0c2c38;
	color: white;
	padding: 6px 10px;
	margin-right: -12px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;;
}
.account-menu-link {
	display: block;
	padding: 5px 0px;
	background: #0c2c38;
}
.account-menu-link:active,
.account-menu-link:focus {
	color: unset !important;
}

.pl-0 {
	padding-left: 0px;
}

.pr-0 {
	padding-right: 0px;
}

.top-bar-link .dropdown-menu .dropdown-item:hover {
	background: rgba(0,0,0, .1);
	font-weight: 600;
}

.book-now label {
	font-weight: 600;
}
#booking {
	background: url("../../imgs/slide-4.jpg") top center no-repeat;
    background-size: cover;
    position: relative;
    background-color: rgba(0,0,0, .5);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.book-now input.form-control:focus,
.book-now input.form-control:active,
.white-shadow-conteiner form input.form-control:active,
.white-shadow-conteiner form input.form-control:focus,
.white-shadow-conteiner .form-check-input:focus {
	box-shadow: none;
	border-color: #2bac6b;
}
.mh-btn-37 {
	max-height: 37.6px;
}
.section-header {
/*	margin-bottom: 50px;*/
}

.white-shadow-conteiner {
	background: rgba(255,255,255, .90);
	padding: 60px;
}

.white-shadow-conteiner form label.control-label {
	font-weight: 600;
	font-size: 110%;
}

/*.white-shadow-conteiner form input.form-control {
	color: white;
	background: transparent;
}*/

.white-shadow-conteiner form input.form-control::placeholder {
	/*color: lightgray;
	opacity: .95;*/
}
.form-check-input {
    border-color: #2bac6b;
}
.form-check-input:checked {
    background-color: #2bac6b;
    border-color: #2bac6b;
}
.form-check-input-md {
	width: 1.5em;
	height: 1.5em;
	margin-top: 0px;
	margin-left: -1.9em !important;
}
.bold {
	font-weight: 600;
}
.fs-sm {
	font-size: 90%;
}
.fs-md {
	font-size: 100%;
}
.fs-md-2 {
	font-size: 120%;
}
.font-normal {
	font-weight: 500 !important;
}
.text-theme-g {
	color: #2bac6b;
}
.text-theme-r {
	color: #bc1f26;
}
.btn-xs {
	padding: 0px 5px;
}
.mt--5 {
	margin-top: -5px;
}
.no-border {
	border: none;
}
.box-shadow-1 {
	box-shadow: 5px 5px 4px rgba(0,0,0, .1);
}
.hidden-input {
	width: 0px;
	height: 0px;
	opacity: 0;
}
.room-package-checkbox {
	position: absolute;
  	bottom: 15px;
  	right: 15px;
}
#booking .nav .nav-item .nav-link {
	font-weight: 600;
	font-size: 110%;
	color: #2bac6b;
}
#booking .nav .nav-item .nav-link.active {
	color: #bc1f26;
}
.mt-2px {
	margin-top: 2px;
}
.font-90 {
	font-size: 90%;
}
#room-table .input-group input.form-control,
#room-table .input-group span {
	height: 30px;
}

.addons-counter {
	width: 40px;
	padding: 1px 2px;
  	text-align: center;
}

.section-header p {
	padding: 0 20px;
	color: #060c22;
	font-style: italic;
	font-size: 15px;
}

#subscribe {
	padding: 60px;
  	background: url('../../imgs/bg-1.jpg') center center no-repeat;
    background-attachment: fixed;
    background-size: auto;
  	background-size: cover;
  	overflow: hidden;
  	position: relative;
}
.mr-20 {
	margin-right: 20px;
}
.room-title {
	color: #6c757d;
}
.room-title:hover {
	color: #bc1f26;
}
.loader {
    position: fixed;
	display: flex;
	height: 100%;
	width: 100%;
	align-content: center;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0, .35);
	z-index: 99;
}
table.cart-table tbody tr td:last-child,
table.cart-table thead tr th:last-child {
    width: 150px;
}
.embed-div iframe {
	width: 100%;
}