

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1342px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .book_room h1 {
        font-size: 28px;
    }
    .carousel-indicators {
        bottom: 17px;
    }
    .about_img {
        margin-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navigation.navbar-dark .navbar-nav .nav-link {
        margin: 0 10px;
    }
    .carousel-item img {
        min-height: 570px;
    }
    .book_room h1 {
        font-size: 19px;
    }
    .carousel-indicators {
        bottom: 27px;
    }
    .about_img {
        margin-right: 0px;
    }
    .book_btn {
        padding: 5px 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .header {
        height: 76px;
    }
    .carousel-item img {
        min-height: 570px;
    }
    .carousel-indicators {
        bottom: 27px;
    }
    .about .titlepage {
        max-width: inherit;
    }
    .about_img {
        margin-right: 0px;
        margin-top: 30px;
    }
    .main_form .send_btn {
        margin-bottom: 30px;
    }
    ul.link_menu {
        margin-bottom: 20px;
    }
    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
        padding-top: 5px !important;
    }
   .navigation .navbar-collapse {
        background: #fff;
        padding: 0px;
        position: absolute;
        width: 100%;
		left:0px;
		right:0px;
        margin:0px;
		margin-top: 57px;
        z-index: 999;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px !important;
        color: #fff;
    }
    .navigation.navbar-dark .navbar-toggler {
        border: inherit;
        float: right;
        padding-top: 9px;
    }
    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
    }
    .d_none {
        display: none;
    }
	
	
	.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 14px 12px !important;
     color: #010101;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
     border-bottom: 1px solid #ccc !important;
	 margin:0px !important;
	 color: #000;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fff;
	 background:#a3aec6;
}
}

.barBox
{
	border:1px solid #FFF;
	padding:5px 10px;
	font-size:24px;
	color:#FFF;
	margin-top:-8px;
	margin-right:-8px;
}
@media (max-width: 575px) {
    .logo {
        text-align: center !important;
        padding-bottom: 6px;
        float: left;
    }
    .header {
        height: 84px;
    }
    .carousel-item img {
        min-height: 570px;
    }
    .book_room h1 {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 15px;
    }
    .book_now .online_book {
        margin-bottom: 20px;
    }
    .book_btn {
        padding: 5px 0;
    }
    .about .titlepage {
        max-width: inherit;
    }
    .about_img {
        margin-right: 0px;
        margin-top: 30px;
    }
    .main_form .send_btn {
        margin-bottom: 30px;
    }
    ul.link_menu {
        margin-bottom: 20px;
    }
    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
    }
	
    .navigation .navbar-collapse {
        background: #fff;
        padding: 0px;
        position: absolute;
        width: 100%;
		left:0px;
		right:0px;
        margin:0px;
		margin-top: -9px;
        z-index: 999;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px !important;
        color: #000 !important;
		font-weight: normal !important;
    }
	.navigation.navbar-dark .navbar-nav .nav-link:hover {
        color: #fff !important;
    }
	.nav-link {
		color: #fe0000;
		border-bottom: #fe0000 solid 0px !important;
	}
    .navigation.navbar-dark .navbar-toggler {
        float: right;
        border: inherit;
        margin-top: -61px;
    }
    .testimonial_box {
        padding: 0px 19px 40px 20px;
    }
    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
    }
    .d_none {
        display: none;
    }
	
	.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 14px 12px !important;
     color: #010101;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
     border-bottom: 1px solid #ccc !important;
	 margin:0px !important;
	 color: #000;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fff;
	 background:#a3aec6;
}


}
















/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 30px;
	padding-left:60px;
	padding-right:60px;
	padding-top:30px;
    text-decoration: none !important;
    font-size: 26px !important;
	font-family:arial !important;
    color: #333;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
	background:#FFF;
	display:inline-block;
	text-align:center;
	border:1px solid #e1e1e1;
	box-shadow: 0 8px 6px -6px black;
	border-radius:20%;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #000;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}







.app_error_box
{
	position:fixed; 
	top:0px; 
	left:0px; 
	right:0px; 
	z-index:999999; 
	width:100%; 
	height:60px;
	display:none;
}

.app_error_box_inner
{
	border: 1px solid #a2d246 !important;
	box-shadow: 0 1px 1px #fff inset;
    color: #000;
    background-color: #ebf8a4;
	text-align:center; 
	font-family:arial; 
	font-size:14px; 
	width:100%;
	
	/*
	background: #FFCCCE;
    border-left: 0.5rem solid #FF4A48;
	color: #434F58;
    line-height: calc(1em + 8px);
	text-align:left;
	font-family:arial;
	font-size:14px;
	box-sizing: inherit;
	width:100%;
	margin:0 auto;
	text-align:center;
	*/
}

.app_error_box_inner_b
{
	padding:10px; 
	display:inline-block;
	font-weight:normal !important;
	font-size:14px !important;
}



.app_success_box
{
	position:fixed; 
	top:0px; 
	left:0px; 
	right:0px; 
	z-index:9999999999999999999; 
	width:100%; 
	height:60px;
	display:none;
}

.app_success_box_inner
{
	border: 1px solid #a2d246 !important;
	box-shadow: 0 1px 1px #fff inset;
    color: #4F8A10;
	background-color: #DFF2BF;
	text-align:center; 
	font-family:arial; 
	font-size:14px; 
	width:100%;
}

.app_success_box_inner_b
{
	padding:10px; 
	display:inline-block;
	color:#000 !important;
}


.vtell {
	border: 1px solid #fff;
	color: #000;
	background-color: #fff;
	border-right:8px solid #6CF !important;
	padding:10px;
	text-align:left;
	font-family:arial;
	font-size:14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.vwarn {
	border: 1px solid #a2d246;
	-moz-box-shadow: 0 1px 1px #fff inset;
	-webkit-box-shadow: 0 1px 1px #fff inset;
	box-shadow: 0 1px 1px #fff inset;
	color: #000;
	background-color: #ebf8a4;
	border-left:8px solid #FC6 !important;
	padding:10px;
	text-align:left;
	font-family:arial;
	font-size:13px;
}



.vinform {
    background: #FFCCCE;
    border-left: 0.5rem solid #FF4A48;
	color: #434F58;
    line-height: calc(1em + 8px);
	padding:10px;
	text-align:left;
	font-family:arial;
	font-size:14px;
	box-sizing: inherit;
}


.vsuc {
    background: #E5FEFF;
    border-left: 0.5rem solid #00CAAA;
	color: #434F58;
    line-height: calc(1em + 8px);
	padding:10px;
	text-align:left;
	font-family:arial;
	font-size:14px;
	box-sizing: inherit;
}






.wd_loading_rounds
{
	width:200px;
	margin:0 auto;
	border:1px solid #E4E4E4;
	padding:20px;
	padding-top:30px; 
	background: #fff;
	box-shadow: 0 0px 2px #FAFAFA;
	-moz-box-shadow: 0 0px 2px #FAFAFA;
	-webkit-box-shadow: 0 0px 2px #FAFAFA;
	text-align:center;
	font-family:arial;
	font-size:16px !important;
	color: #666;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
	margin-top:20px;
	margin-bottom:50px;
}

.wd_loading_rounds img  {
	width:100px;
	height:100px;
	margin:0px;
	padding:0px;
	background-color:transparent !important;
}

.wd_loading_img
{
	padding:20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}
.wd_loading_img img
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}








/* The loaders_box (background) */
.loaders_box {
    /* Height & width depends on how you want to reveal the loaders_box (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 9999999999; /* Sit on top */
    left: 0 !important;
    top: 0 !important;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.1); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the loaders_box (height or width, depending on reveal) */
	display:none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.loaders_box .wdlding
{
	width:133px; 
	height:10px; 
	margin-top:20px;
	margin-bottom:14px !important;
	background:url(../../../images/loading.png) center center no-repeat;
}
.loaders_box .loaddingIMG
{
	width:128px !important; 
	height:128px !important; 
	margin-top:20px;
	margin-bottom:14px !important;
	background:url(../images/loading.png) center center no-repeat;
}

/* Position the content inside the loaders_box */
.loaders_box-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the loaders_box */
.loaders_box a {
    padding: 30px;
	padding-left:60px;
	padding-right:60px;
	padding-top:30px;
    text-decoration: none !important;
    font-size: 26px !important;
	font-family:arial !important;
    color: #333;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
	background:#FFF;
	display:inline-block;
	text-align:center;
	border:1px solid #e1e1e1;
	box-shadow: 0 8px 6px -6px black;
	border-radius:20%;
}

/* When you mouse over the navigation links, change their color */
.loaders_box a:hover, .loaders_box a:focus {
    color: #000;
}

/* Position the close button (top right corner) */
.loaders_box .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .loaders_box a {font-size: 20px}
    .loaders_box .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
  


.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.popover{--mdb-popover-zindex: 1080;--mdb-popover-max-width: 276px;--mdb-popover-font-size:0.875rem;--mdb-popover-bg: var(--mdb-surface-bg); }



.wd_alert_box
{
	display:none;
	position:fixed !important; 
	margin:0 auto !important; 
	text-align:center !important; 
	left:0px;
	right:0px;
	top:0px !important; 
	width:100% !important; 
	z-index:99999999999999999999 !important;
	background:#FFF;
	min-height:40px;
	border-bottom:1px solid #E1E1E1;
	padding-right:45px;
}


.wd_alert_box .wdexit {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	cursor:pointer;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.app_error_box
{
	position:fixed; 
	top:0px; 
	left:0px; 
	right:0px; 
	z-index:999999; 
	width:100%; 
	height:60px;
	display:none;
}

.app_error_box_inner
{
	border: 1px solid #a2d246 !important;
	box-shadow: 0 1px 1px #fff inset;
    color: #000;
    background-color: #ebf8a4;
	text-align:center; 
	font-family:arial; 
	font-size:14px; 
	width:100%;
	
	/*
	background: #FFCCCE;
    border-left: 0.5rem solid #FF4A48;
	color: #434F58;
    line-height: calc(1em + 8px);
	text-align:left;
	font-family:arial;
	font-size:14px;
	box-sizing: inherit;
	width:100%;
	margin:0 auto;
	text-align:center;
	*/
}

.app_error_box_inner_b
{
	padding:10px; 
	display:inline-block;
	font-weight:normal !important;
	font-size:14px !important;
}



.app_success_box
{
	position:fixed; 
	top:0px; 
	left:0px; 
	right:0px; 
	z-index:9999999999999999999; 
	width:100%; 
	height:60px;
	display:none;
}

.app_success_box_inner
{
	border: 1px solid #a2d246 !important;
	box-shadow: 0 1px 1px #fff inset;
    color: #4F8A10;
	background-color: #DFF2BF;
	text-align:center; 
	font-family:arial; 
	font-size:14px; 
	width:100%;
}

.app_success_box_inner_b
{
	padding:10px; 
	display:inline-block;
	color:#000 !important;
}

.small-box .inner
{
	text-align:left !important;
}

.vtell {
	border: 1px solid #fff;
	color: #000;
	background-color: #fff;
	border-right:8px solid #6CF !important;
	padding:10px;
	text-align:left;
	font-family:arial;
	font-size:14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.vwarn {
	border: 1px solid #a2d246;
	-moz-box-shadow: 0 1px 1px #fff inset;
	-webkit-box-shadow: 0 1px 1px #fff inset;
	box-shadow: 0 1px 1px #fff inset;
	color: #000;
	background-color: #ebf8a4;
	border-left:8px solid #FC6 !important;
	padding:10px;
	text-align:left;
	font-family:arial;
	font-size:13px;
}



.vinform {
    background: #FFCCCE;
    border-left: 0.5rem solid #FF4A48;
	color: #434F58;
    line-height: calc(1em + 8px);
	padding:10px;
	text-align:left;
	font-family:arial;
	font-size:14px;
	box-sizing: inherit;
}


.vsuc {
    background: #E5FEFF;
    border-left: 0.5rem solid #00CAAA;
	color: #434F58;
    line-height: calc(1em + 8px);
	padding:10px;
	text-align:left;
	font-family:arial;
	font-size:14px;
	box-sizing: inherit;
}



.wd_pagination_system 
{
    display: inline-block;
}

.wd_pagination_system a 
{
    color: black !important;
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 4px;
	font-family:arial !important;
	font-weight: normal !important;
	font-size:16px !important;
}

.wd_pagination_system a.active 
{
    background-color: #415E9B;
    color: white !important;
    border: 1px solid #415E9B;
}

.wd_pagination_system span.current
{
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
	background: #00A859 !important;/*rgb(66, 184, 221) !important;*/
    color: white !important;
    border: 2px solid #98cc54 !important;
	font-family:arial !important;
}

.wd_pagination_system span.disabled 
{
	color: black !important;
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
	background-color:#f9f9f9;
	border:1px solid #e1e1e1;
}



.wd_pagination_system a:hover:not(.active) {background-color: #f1f1f1;color: black !important;border: 1px solid #e2e2e2;}



.wd_pagination_box
{
	border: solid 0px #E1E1E1; 
	background-color: #FFF;
	box-shadow: 0 0 2px #cbcbcb;
	-moz-box-shadow: 0 0 2px #cbcbcb;
	-webkit-box-shadow: 0 0 2px #cbcbcb;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
	margin:0 auto;
	margin-top:0px;
	padding:10px;
	padding-bottom:5px !important;
	width:100%;
	display:block !important;
	
	box-shadow: 0 8px 6px -6px black; border: 1px solid #e9e9e9 !important;
}

.wd_pagination_box .pleft
{
	text-align:center; 
	margin:10px 0px;
	width:100%;
	display:block;
}
.wd_pagination_box .pright
{
	text-align:center; 
	margin:10px 0px;
	width:100%;
	display:block;
}


.empty_box
{
	border:1px solid #E5E5E5; 
	width:100%; 
	padding:100px 10px; 
	margin:0 auto; 
	text-align:center; 
	vertical-align:middle;
	font-family:arial !important;
	font-size:14px;
	line-height:32px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
	background:#FFF !important;
	/*border-top:0px solid; background:#FFF;padding:20px; padding-bottom:70px;*/
}





/* Style tab links */
.tablink {
  background-color: #999;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 16px !important;;
  font-family:arial !important;
  width: 50%;
  margin-bottom:16px !important;
}

.tablink:hover {
   background-color: #ccc;
  color: #fff !important;
  font-weight:bold !important;
}

.tablink.active {
  background-color: #ccc;
  color: #000 !important;
  font-weight:bold !important;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#Home {background-color: red;}
#News {background-color: green;}
#Contact {background-color: blue;}
#About {background-color: orange;}
