:root{
	--primary-color: #0b427f;	
	--second-color: #14723a;
	--three-color: #186131;
}
body{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
body:not([class*='no-hero-image']) #MainMenu.navbar{
	background:rgba(255,255,255,1);
}
.line-2 {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.line-3 {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
#MainMenu{
	position: static;
	position: relative;
	margin-bottom: 0;
}
img{
	object-fit: cover;
	max-width: 100%;
}
.row{
	margin-left:-15px;
	margin-right:-15px;
}
col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left:15px;
	padding-right:15px;
}
@media(max-width:1024px){
	.navbar-default .navbar-nav>li>a{
		padding: 8px;
	}
	body:not([class*='no-hero-image']) #MainMenu.navbar{
		position:relative;
		background:rgba(255,255,255,1);
		margin:0;
	}
	body:not([class*='no-hero-image']) #MainMenu.navbar.scrolled{
		position:fixed;
	}
}
body:not([class*='no-hero-image']) #MainMenu.navbar.scrolled{
	background:rgba(255,255,255,1);
}
@media(max-width:991px){
	#MainMenu.navbar .navbar-brand{
		height:auto;
	}
}

@media(max-width:991px){
	#navbar-main{
		position: absolute;
		top: 100%;
		left: 0px;
		right: 0px;
		background: rgb(255, 255, 255);
	}
	#navbar-main .pull-right{
		float:none !important;
		margin:10px 10px;
	}
}
@media(max-width:767px){
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: var(--primary-color);
	}
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#000;
}
.navbar-default .navbar-nav>li>a{
	color:var(--primary-color);
	font-weight:700;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus{
	color:var(--second-color);
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus{
	color:var(--second-color);
}
#MainMenu .navbar-extra-top{
	border-bottom-color:rgba(0,0,0,.7);
}
.navbar-default .navbar-extra-top .navbar-nav>li>a:hover, 
.navbar-default .navbar-extra-top .navbar-nav>li>a:focus{
	background: var(--second-color);
	color: #fff;
}
.navbar-brand{
	float:none;
	height:auto;
}
.navbar-brand img{
	max-height:70px;
}
a{  
	color: var(--primary-color);
}
.text-success{
	color: var(--primary-color);
}
.btn-success,
.btn-primary, input[type='submit']{
	background:var(--primary-color);
	border-color: var(--primary-color);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open>.dropdown-toggle.btn-primary, 
input[type='submit']:hover, 
input[type='submit']:focus, 
input[type='submit']:active, 
input[type='submit'].active, 
.open>.dropdown-toggleinput[type='submit']{
	background:var(--three-color);
	border-color: var(--three-color);
}
.card-details .card-title a{
	color:var(--primary-color);
}
.form-control, input[type='text'], input[type='email'], input[type='password'], textarea, select {
	height: 38px;
}
.sizeIcon{
	font-size: 35px;
	margin-right:5px;
}
#footer .sub-footer {
	padding: 1.5rem 0;
	background: var(--second-color);
	border-top: solid 1px rgba(243, 243, 243, 0.15);
}
#footer {
	color: #fff;
	font-size: 13px;
}
#footer .footer-logo{
	margin:0 auto 10px;
	background: #fff;
	max-width:150px;
}
#footer p{
	margin-bottom:10px;
}
#footer .footer-social{
	display:flex;
	align-items:center;
	gap:6px;
}

#footer .footer-payment ul{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
#footer .footer-payment ul li{
	list-style:none;
	display:inline-block;
	background:#fff;
	padding:4px;
}
#footer .footer-payment ul li img{
	max-width: 60px;	
}
#footer a{
	color:#fff;
}
#footer a:hover{
	color:inherit;
}
#footer .fa-facebook-square {
	color: #3b5998;
}
#footer .fa-google-plus{
	color:red;
}
#footer .fa-twitter {
	color: cornflowerblue;
}
#footer .fa-pinterest-p {
	color: #c8232c;
}
#footer .fa-instagram {
	color: pink;
}
#footer .fa-tripadvisor {
	color: #00af87;
}
#footer .sizeIcon{
	font-size:28px;
	max-height: 29px;
	color:#fff;
}
.widgettitle {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 18px;
	font-weight: normal;
}
#footer .top-footer {
	background-color: var(--primary-color);
}
.menusecord {
	padding: 0px;
}
.menusecord li {
	list-style: none;
	width: 100%;
	float: left;
	height: 30px;
	height: auto;
	border-bottom: 1px dotted #404040;
	line-height: 30px;
	margin-right: 5%;
}
.item-content {
	/*margin: 10px 0px 10px -10px;*/
	padding-bottom: 10px;
	padding-top: 10px;
}
.item-content .col-md-3 {
	margin-right: 0px;
	padding: 0px;
}
.img-border {
	float: left;
	margin-right: 30px;
	overflow: hidden;
	border: 1px solid #f2f2f2;
	margin-top: 3px;
	padding: 5px;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
}
.title-content {
	margin: 5px 0px 5px 0px;
	font-weight: normal;
	font-size: 20px;
}
.title-content a{
	font-size: 17px;
	font-weight:700;
}
.content-desc{
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	line-clamp: 3;
	-webkit-box-orient:vertical;
}
.div-book a{
	color: #ffffff;
}
.div-book a:hover {
	text-decoration: none;
}
.from {
	margin: 20px 0px 0px 0px;
	color: #121212;
	font-size: 17px;
}
.div_price {
	color: red;
	font-size: 25px;
	margin-bottom: 10px;
}
.h1-title-d {
	font-size: 25px;
	margin: 16px 0px;
}
.title-h3 {
	color: #003580;
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 2px 0px;
	margin-top:23px
}
.st__gallery{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.list__gallery{
	display: none;
}
.list__gallery.active{
	display: block;
}
.list__gallery img{
	    aspect-ratio: 6 / 4;
}
	
.btn-img{
	margin-top: 30px;
}
.btn__load-img{
	display: inline-block;
	padding: 3px 10px;
	background-color: var(--primary-color);
	border-radius: 4px;
	color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
}
.wrap-category-left h3 {
	font-weight: normal;
	padding: 5px 5px 5px 0px;
	font-size: 16px;
	border-bottom: 1px dotted #B7B7B7;
}
.wrap-category-left h3 i {
	font-size: 15px;
	padding-right: 5px;
}
.wrap-category-left h3.sub-menu-left {
	background: none;
	font-size: 15px;
	margin-right: 18px;
}
.wrap-category-left .sub-menu-left span {
	padding-right: 3px;
}
.wrap-category-left h3:last-child {
	border: none;
} 
.wrap-category-left h3 a {
	color: #000;
}
.title-h1 {
	font-weight: bold;
	color: #363636;
	font-size: 22px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.other-objects {
	margin-left: 6px;
	padding: 0px;
}
ul.gallery li img {
	width: 100%;
	height: 190px;
	border: 1px solid #ccc;
}
ul.gallery li {
	width: 278px;
	float: left;
	margin: 0px 10px 8px 1px;
}
#w-check-date {
	width: 100%;
	height: 70px;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #3385D6;
}
#w-check-date div.check-in-out {
	width: 32%;
	float: left;
}
#w-check-date div.check-in-out input[type="text"] {
	width: 90%;
	height: 28px;
	border: 1px solid #bbb;
	margin-left: 5px;
	border-radius: 3px;
	background: #fff;
}
#w-check-date input#checkprice {
	margin-left: 10px;
	padding: 6px 10px;
	margin-top: 12px;
}
table.b-list-room {
	width: 100%;
	float: left;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
table.b-list-room tr.head-table {
	height: 30px;
	background: #eee;
	color: #2C4C82;
}
table.b-list-room td {
	padding: 10px;
	border-left: 1px solid #ededed;
	border-top: 1px solid #ededed;
}
table.b-list-room td img.b-img-room {
	width: 90px;
	height: 60px;
	float: left;
	margin-right: 8px;
}
table.b-list-room td h3.b-name-room a {
	text-decoration: underline;
}
table.b-list-room td h3.b-name-room a:hover {
	cursor: pointer;
}
#tt-book-room {
	float: right;
	margin-top: 16px;
}
table.b-list-room td select.number-room {
	width: 80px;
	height: 35px;
	border-radius: 3px;
}
.b-name-room {
	font-size: 16px;
	margin: 5px 0px;
	padding: 0px;
}
.ui-dialog {
	z-index: 100;
}
.b-price-room h3 {
	font-size: 16px;
}
ul.other-objects li {
	list-style: none;
}
#wraploadding {
	background-color: #fff;
	opacity: 0.8;
	z-index: 5000;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
}
#wraploadding div#imgloadding {
	width: 100px;
	height: 100px;
	margin: auto;
	position: relative;
}
.p-child {
	width: 40%;
	float: left;
	margin-right: 20px;
}
.p-child  select {
	float: left;
	margin-right: 5px;
	width: 80px;
}
.form-group .col-sm-9 {
	line-height: 42px;
}
.required {
	color: red;
}
.tour-relates {
	width: 100%;
	float: left;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
}
.tour-relates img {
	width: 80px;
	float: left;
	margin-right: 10px;
}
.tour-relates h3 {
	font-size: 16px;
	margin-top: 8px;
}
.pad-1 {
	margin-left: 15px;
}
.pad-2 {
	margin-left: 30px;
	padding: 3px 0px;
	margin-bottom: 6px
}
.pad-3 {
	margin-left: 45px;
}
h2.pad-1 {
	font-size: 20px;
}
.content-article h1 {
	font-size: 16px;
}
.content-article h2 {
	font-size: 14px;
}
.content-article h3 {
	font-weight: normal;
}
.blog-posts article h2.entry-title  {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px!important;
}
#MainMenu.navbar #navbar-main .navbar-nav>li>a {
	font-size: 0.8em;
}
#intro-text {
	color: #fff;
}
.z-tabs.silver > ul > li > a {
	font-size: 15px !important;
}
.owl-buttons [class*='owl-'] {
	position: absolute;
	display: inline-block;
	top: 50%;
	margin: 0px;
	margin-top: -25px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
	background-color: #4a535c;
	border: none;
	border-radius: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align:center;
}
.owl-buttons [class*='owl-']:hover {
	background: #f36b21;
}
.owl-buttons .owl-prev {
	left: -0.5%;
}
.owl-buttons .owl-next {
	right:-0.5%;
}
.owl-list .item {
	margin: 0px 15px;
}

.hero-overlap .container{
	height:450px;
}
.blog__content h1{
	font-size: 30px;
}
.blog__content td,
.blog__content th{
	padding:5px;
}

.blog__content img{
	display: inline-block;
	margin: 10px auto;
	padding:0 5px;
}
.featured-destinations .cards .card a.featured-image{
	height: 250px;
}
@media(min-width:768px){
	.hero-overlap .container{
		height:640px;
	}
	
}
.has-submenu{
	position:relative;
}
/*.caret{
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	z-index:1;
}*/
.header{
	z-index:999;	
}
.main__tabs ul.gallery{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.main__tabs ul.gallery::before{
	display: none;
}
.main__tabs ul.gallery li{
	width: unset;
	float: unset;
	margin: 0;
}
@media(max-width:767px){
	.dropdown-menu{
		max-width:100% !important;
	}
	.dropdown-menu li{
		border-bottom:1px solid #ddd;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:10px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
		color:inherit;
	}
	.main__tabs ul.gallery,
	.st__gallery{
		grid-template-columns: repeat(2, 1fr);
	}
	.blog__content img{
		width: 100% !important;
	}
	.main__tabs table td{
		width: 100% !important;
		display: block;
	}
}

@media(min-width:768px){
	.featured-destinations{
		padding-top:150px;
	}
}
.z-tabs ul{
	margin-left:20px;
	list-style-type: disc;
}
.z-tabs ul.gallery{
	margin-left:0px;
	list-style-type: none;
}
