@import url("fonts.css");

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{font-family: 'Roboto', sans-serif;padding:0;margin:0;overflow-x: hidden;}
/* Header */
.shadows-into-light{font-family:'Shadows Into Light'}

body.onloadsite>.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
}
body.onloadsite>.loader .img{
    position: fixed;
    left: 0;
    right: 0;
    width: 200px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: pulse 1.5s linear infinite;
    animation: pulse 1.5s linear infinite;
    margin: 0 auto;
    top: calc(50% - 30px);
}

@media(min-width:1200px){
	body{font-size:16px;}
	p{line-height:1.7;margin:0 0 20px 0;font-weight:300;}
	li{line-height:1.7;margin:0 0 10px 0;font-weight:300;}
	td{line-height:1.7;font-weight:300;}
}
@media(max-width:1200px){
	body{font-size:13px;}
	p{line-height:1.7;margin:0 0 10px 0;font-weight:300;}
	li{line-height:1.7;margin:0 0 10px 0;font-weight:300;}
	td{line-height:1.7;font-weight:300;}
}
strong{font-weight:500}
p:last-child{margin:0}
h1,h2,h3,h4,h5,h6{margin-top:0;}
.font-cabin{font-family: 'Cabin', sans-serif}

/**************** Header ********************/
header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	background-color:#fff;
}
header.header-absolute {
    position: absolute;
}
body.fixed-header header.header-absolute {
    position: fixed;
    -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
header .logo-wrap a,
header .logo-wrap a img{
	width:auto;
	display:block;
	position:relative;
	z-index: 1;
}
header .menu-links,
header .menu-links a{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content:flex-end;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
}
header .menu-links a{
    font-weight: 300;
	line-height:1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
header .menu-links a span{
	position:relative;
	top:1px;
}
header .menu-links a i{
    font-weight: 500;
	position:relative;
	top:1px;
}
header .menu-links a:first-child{
	margin: 0 0 0 0;
}

header .menu-socials a{color:var(--theme-color-1);margin: 0 0 0 10px;}
header .menu-socials a i{position:relative;top:1px;}
header .menu-socials a:first-child{margin: 0;}
/********* Menu ********/

@media (min-width: 1200px) {
	body.fixed-header header .header-top{display:none}
	header .menu-links a{color: #fff;font-size: 14px;line-height: 38px;margin: 0 0 0 30px;}
	
	body.fixed-header header .menu-links{display:none;}	
	header .header-top{position:relative;z-index:1;background-color: var(--theme-color-1);}
	header .logo-wrap a picture img{max-height:55px;}
	body.fixed-header header .logo img {max-height: 45px;}
	
	header .menu-socials{width:124px;}
	
	body.fixed-header header{padding:0;-webkit-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);-moz-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);}
	
	header .buttons a{
		line-height: 40px;
		padding: 0 15px;
		white-space: nowrap;
		font-size: 12px;
		background-color: var(--theme-color-1);
		color:#fff;
		letter-spacing: 1px;
	}
	header .buttons a:hover{
		background-color: var(--theme-color-2);
	}
}
@media (max-width: 1200px) {
	body.fixed-header header .header-top{display:none}
	header .menu-links a{color: #fff;font-size: 14px;line-height: 38px;margin: 0 0 0 10px;display: block;}
	
	body.fixed-header header .menu-links{display:none;}	
	header .header-top{position:relative;z-index:1;background-color: var(--theme-color-1);}
	header .header-middle{padding:5px 0}
	header .logo-wrap a picture img{max-height:35px;}
	
	header .menu-socials{width:124px;}
	
	body.fixed-header header,
	body.mobile-menu-open header{
		background-color:#fff;
	}
	body.fixed-header header{
		-webkit-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);
		-moz-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);
		box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);
	}
	
	header .buttons a{
		line-height: 40px;
		padding: 0 15px;
		white-space: nowrap;
		font-size: 12px;
		background-color: var(--theme-color-1);
		color:#fff;
		letter-spacing: 1px;
	}
	body.mobile-menu-open header .buttons a,
	header .buttons a:hover,
	body.fixed-header header .buttons a{
		background-color: var(--theme-color-1);
		color:#fff;
	}
	
	body.mobile-menu-open header .logo-wrap a:before,
	body.fixed-header header .logo-wrap a:before{
		display:none;
	}
}

@media (min-width: 1200px) {
	.menu-toggle{display:none;}
    .menu-wrap .bottom ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	.menu-wrap .bottom>ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
	}
	.menu-wrap .bottom ul li.menu-item{position:relative;border:0;padding:0;margin:0;}
	
	
	.menu-wrap .bottom ul li.menu-item a{
		font-weight: 400;
		position: relative;
		line-height: 74px;
		color: #000;
		letter-spacing: 1.5px;
		text-decoration: none;
		z-index:1;
		display:block;
		font-size: 14px;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		white-space: nowrap;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		letter-spacing: 1.5px;
	}
	
	
	.menu-wrap .bottom>ul>li.menu-item{margin:0 0 0 20px;}
	
	.menu-wrap .bottom>ul>li.sub-item>a:after{
		content: "\f078";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 500;
		text-align: center;
		font-size: 10px;
		margin: 0 0 0 5px;
		position: relative;
	}
	
	.menu-wrap .bottom>ul>li.sub-item>a{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	body:not(.fixed-header) .menu-wrap .bottom ul li.menu-item.sub-item:hover>a,
	body:not(.fixed-header) .menu-wrap .bottom ul li.menu-item.sub-item a:hover{
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	.menu-wrap .bottom>ul>li.sub-item>.next-link{display:none;}
	.menu-wrap .bottom>ul>li.sub-item .sub-menu .next-link{
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		line-height: 1;
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item a{
		font-size: 14px;
		color: #000;
	}
	body.fixed-header .menu-wrap .bottom>ul>li.sub-item>a:after{
		color:#000;
	}
	.menu-wrap .bottom .menu-list .back-link{display:none}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		min-width: 250px;
		visibility:hidden;
		opacity:0;
		background-color: #f1f1f1;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		top: 100%;
		position: absolute;
		width: 350px;
		left: 0;
		-moz-transform: translate(0, 30px);
		-webkit-transform: translate(0, 30px);
		-o-transform: translate(0, 30px);
		-ms-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu ul{
		padding:20px 0
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a {
		line-height: 35px;
		padding: 0 30px;
		font-size: 12px;
		color: #000;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a:hover{
		background-color:#fff;
		position:relative;
	}
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item:hover>.sub-menu {
		visibility:visible;
		opacity:1;
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.menu-wrap .bottom>ul>li.sub-item>.sub-menu ul li.sub-item:hover>.sub-menu {
		top: 0;
		left: 100%;
		right:auto;
		text-align:left;
	}
	.menu-wrap .bottom>ul>li>ul>li.sub-item:hover>.sub-menu{
		right: 400px;
	}
	body.mobile-menu-open .menu-wrap{
		-moz-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}
@media (max-width: 1200px) {
	header .header-middle{
		position: relative;
		z-index: 1;
	}
    .menu-toggle {
		width:25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span:nth-child(1),
    .menu-toggle span:nth-child(2),
    .menu-toggle span:nth-child(3) {
        height: 1px;
        background-color: #000;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        width: 25px;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 0.5px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }
    
	
	.menu-list .back-link {
		cursor: pointer;
		display: block;
		padding: 0 15px 0 65px;
		height: 45px;
		line-height: 45px;
		border-top: 1px solid #f1f1f1;
		position: relative;
		font-size: 14px;
	}
	.menu-list .back-link > i {
		display: block;
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 47px;
		width: 45px;
		height: 45px;
		text-align: center;
		z-index: 5;
		border-right: 1px solid #f1f1f1;
		border-bottom: 1px solid #f1f1f1;
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		top:78px;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		z-index: 99;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		-webkit-transform: translate(0, 100%);
		-o-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
	body.fixed-header .menu-wrap {
		top:50px;
	}
	body.mobile-menu-open .menu-wrap {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list,
	.menu-list ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.menu-list ul {
		height: calc(100% - 37px);
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list,
	.menu-list > ul,
	.menu-list > ul div.sub-menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list li.sub-item > .next-link {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 0;
		line-height: 48px;
		width: 45px;
		height: 45px;
		text-align: center;
		border-left: 1px solid #f1f1f1;
		margin: -45px 0 0 0;
	}
	.menu-list li.sub-item > .next-link + .back-link {
		position: fixed;
		right: 0;
		left: auto;
		width: 100%;
		top: 33px;
		z-index: 5;
		line-height: 1;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item.open > .next-link + .back-link {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list li:last-child a {
		border-bottom: 1px solid #f1f1f1;
	}
	.menu-list li a h3 {
		margin-bottom:5px;
	}
	.menu-list li a h3 + p {
		opacity:0.7;
	}
	.menu-list li {
		margin:0;
	}
	.menu-list li a {
		display: block;
		line-height: 1;
		color: #000;
		font-size: 14px;
		padding: 15px 20px;
		border-top: 1px solid #f1f1f1;
		text-decoration: none;
	}
	.menu-list li.sub-item a {
		padding-right: 50px;
	}
	.menu-list li.sub-item > div.sub-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		width: 100%;
		z-index: 5;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item li.sub-item > div.sub-menu {
		top: 0;
	}
	.menu-list li.sub-item.open > div.sub-menu {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
}
/********* Menu ********/
/**************** Header ********************/



/**************** Emailing ********************/
footer .emailings {
    color: #000;
    letter-spacing: 0.5px;
    background-color: #f6f7f8;
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 700px;
}
footer .emailings form {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
footer .emailings form input {
    padding: 0 60px 0 20px;
    line-height: 45px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ececec;
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
    color: #666;
}
footer .emailings form button {
    background-color: var(--theme-color-1);
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 10px 0 0 auto;
    display: table;
    padding: 0 17px;
    letter-spacing: 1px;
}

/**************** Emailing ********************/
/**************** Breadcrumb ********************/
.breadcrumb {
    color: #333;
}
.breadcrumb .wrap {
    background-color: #f7f7f7;
}
.breadcrumb ul {
    list-style-type: none;
    padding: 10px 0;
    margin: 0 auto;
    display: table;
}
.breadcrumb ul li {
    display: inline-block;
    margin: 0;
    color: #000;
	font-weight:300;
	letter-spacing:1px;
	font-size:13px;
}
.breadcrumb ul li a {
	font-weight:300;
    color: #333;
    text-decoration: none;
    display: block;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
    margin: 0 10px;
}

/**************** Breadcrumb ********************/
/**************** Footer ********************/
/**************** Footer ********************/

footer .wrap{
	position:relative;
    background-color: #fff;
	color:#000;
	font-weight:300
}
footer .wrap:before{
    content: "";
    background-image: url(../../temp/img/gezimax-footer.jpg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    opacity: 0.07;
}
footer .wrap picture,
footer .wrap picture img{
	display:inline-block
}
footer .wrap picture img{
	max-height:80px;
	width:auto;
}
footer .wrap>*{
	position:relative;
	z-index:2
}


footer .footer-socials a,
footer .links a{
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    color: #000;
    display: block;
}
footer .links a{
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
}
footer .footer-socials a{
    margin: 0 0 0 30px;
}
footer .footer-socials a:first-child{
    margin: 0;
}
footer .footer-socials a:hover,
footer .links a:hover{
	color:#000
}
footer a{
	text-decoration:none;
}

footer .footer-contact .f-c-phone {
    background-color: #fff;
    padding: 20px 30px;
    border: 1px solid #ec6807;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
footer .footer-contact .f-c-item,
footer .footer-contact .f-c-phone{
    color: #000;
    line-height: 1;
}
footer .footer-contact .f-c-item i,
footer .footer-contact .f-c-phone i{
    top: 5px;
	position:relative;
}
footer .footer-contact .f-c-item div small,
footer .footer-contact .f-c-phone div small{
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 400;
}
footer .footer-contact .f-c-phone div h1{
    margin: 10px 0 0 0;
    line-height: 1;
}
footer .footer-contact .f-c-item div h1{
    margin: 3px 0 0 0;
}


/**************** Footer ********************/
/**************** Cookies ********************/
.cookies{-moz-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-webkit-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-o-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-ms-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);position:fixed;z-index:15;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#fff}@media(min-width:768px){.cookies{max-width:400px;bottom:30px;left:30px;padding:30px}}@media(max-width:768px){.cookies{right:90px;bottom:20px;left:20px;padding:20px}}.cookies h4{margin:0 0 15px 0;font-weight:600}.cookies a{cursor:pointer}
/**************** Cookies ********************/

.block-title.left .top:before{
    content: "";
    display: inline-block;
    width: 50px;
    background-color: var(--theme-color-1);
    height: 1px;
    margin: 0 10px 5px 0;
}
.block-title.right .top:after{
    content: "";
    display: inline-block;
    width: 50px;
    background-color: var(--theme-color-1);
    height: 1px;
    margin: 0 0 5px 10px;
}
.theme-btn {
	cursor:pointer;
	border:0;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    padding: 18px 30px 18px 30px;
    background-color: var(--theme-color-1);
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    overflow: hidden;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	position:relative;
}
.theme-btn *{
	position:relative;
	z-index:1;
}
.theme-btn.hovered-white:before,
.theme-btn.hovered:before {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    bottom: auto;
    z-index: 0;
    content: "";
    position: absolute;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	background-color:var(--theme-color-1);
}
.theme-btn.hovered-white:before {
	background-color:var(--theme-color-1);
}
.theme-btn.hovered:hover:before,
.theme-btn.hovered-white:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}
.theme-btn.hovered:hover {
    color: #fff !important;
}
.theme-btn.hovered-white:hover {
    color: #000;
}

.content{
    position: relative;
    z-index: 1;
}

.main-search-banner h1{
    letter-spacing: 1px;
    position: relative;
}
.main-search-banner .select2-selection--single{
    background-color: #fff;
    border: 0;
    height: auto;
    padding: 0 55px 0 25px;
    -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 0 4px 0 rgb(0 0 0 / 11%);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 11%);
}
.main-search-banner .select2-selection--single .select2-selection__rendered{
    line-height: 55px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
}
.main-search-banner .select2-selection__arrow:after{
    font-size: 16px;
    top: calc(50% - 3px);
    right: 20px;
    line-height: 1;
}
.main-search-banner .text-field,
.main-search-banner .date-range-wrap .date-range{
	z-index:2;
    position: relative;
    background-color: #fff;
    border: 0;
    height: auto;
    -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 0 4px 0 rgb(0 0 0 / 11%);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 11%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 55px;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 300;
    color: #767676;
    padding: 0 30px 0 20px;
    text-align: center;
    width: 100%;
    outline: none !important;
}
.main-search-banner .text-field{
	text-align:left;
	padding:0 30px 0 30px;
}
.main-search-banner .date-range-wrap i{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 55px;
    line-height: 55px;
    text-align: center;
}
.main-search-banner .tour-search{
    position: relative;
    height: 100%;
    padding: 15px 30px;
    width: 100%;
    background-color: var(--theme-color-1);
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
	cursor:pointer;
}


.home-tours-block-slider-1 .swiper-slide .swiper-slide-wrap{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-tours-block-slider-1 .swiper-slide .swiper-slide-wrap:before{
    content: "";
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-tours-block-slider-1 .swiper-slide .swiper-slide-wrap .caption{
    height: 100%;
    position: relative;
    z-index: 1;
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
}
.home-tours-block-slider-1 .swiper-pagination {
	z-index: 3;
	width: 100%;
}
@media(min-width:992px){
	.home-tours-block + .main-search-banner:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgb(0 0 0 / 20%);
	}
	.home-tours-block + .main-search-banner{
		background-color: rgb(32 58 143 / 46%);
		position: absolute;
		bottom: -40px;
		left: 0;
		right: 0;
		z-index: 2;
		display: table !important;
		margin: 0 auto;
		width: 100%;
		max-width: 1290px;
		padding: 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
}
@media(min-width:1200px){
	.home-tours-block-slider-1 .swiper-slide .swiper-slide-wrap{
		height:65vh
	}
	.home-tours-block-slider-1 .swiper-slide .swiper-slide-wrap .caption{
		padding: 200px 0 60px 0;
	}
	.home-tours-block-slider-1 .swiper-pagination {
		bottom: 70px;
	}
}
@media(max-width:1200px) and (min-width:992px){
	.home-tours-block-slider-1 .swiper-slide .swiper-slide-wrap{
		height:100vh
	}
	.home-tours-block-slider-1 .swiper-slide .swiper-slide-wrap .caption{
		padding: 200px 0 162px 0;
	}
	.home-tours-block-slider-1 .swiper-pagination {
		bottom: 162px;
	}
}
@media(max-width:992px) and (min-width:768px){
	.home-tours-block-slider-1 .swiper-slide .swiper-slide-wrap{
		height:100vh
	}
	.home-tours-block-slider-1 .swiper-slide .swiper-slide-wrap .caption{
		padding: 200px 0 60px 0;
	}
	.home-tours-block-slider-1 .swiper-pagination {
		bottom: 50px;
	}
}
@media(max-width:768px){
	.home-tours-block-slider-1 .swiper-slide .swiper-slide-wrap{
		height:60vh
	}
	.home-tours-block-slider-1 .swiper-slide .swiper-slide-wrap .caption{
		padding: 200px 0 30px 0;
	}
	.home-tours-block-slider-1 .swiper-pagination {
		bottom: 20px;
	}
}





.home-tours-block-slider-1 .swiper-slide .swiper-slide-wrap .caption a{
    padding: 12px 20px;
    font-weight: 900;
    font-size: 15px;
    font-family: 'Shadows Into Light';
    letter-spacing: 3px;
    line-height: 1.5;
    background-color: #fff;
    color: var(--theme-color-1);
}
.home-tours-block-slider-1 .swiper-slide .swiper-slide-wrap .caption .old:before{
	content:"";
    left: 0;
    right: 0;
    height: 2px;
    background-color: red;
    position: absolute;
    top: calc(50% - 1px);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.home-tours-block-slider-1 .swiper-pagination .swiper-pagination-bullet{
    width: 55px;
    height: 8px;
    background-color: #fff;
    border: 0
    opacity: 1;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
}
.home-tours-block-slider-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#fff;
	position:relative;
    opacity: 1;
}
.home-tours-block-slider-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}


.home-tours .item{
    min-height: 100%;
    position: relative;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 7px 0 rgb(0 0 0 / 3%);
    -moz-box-shadow: 0 5px 7px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 5px 7px 0 rgb(0 0 0 / 3%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.home-tours .item:hover{
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.home-tours .item .images{
    height: 100%;
	min-height:200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.home-tours .item h2{
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 1px;
}
.home-tours .item h2 a{
    text-decoration: none;
    color: var(--theme-color-1);
}
.tour-informaitons .info-item{
    margin: 10px 0 0 0;
	position:relative;
}
.tour-informaitons .info-item i{
    width: 20px;
    text-align: center;
}
.tour-informaitons .info-item .toltip-text{
    position: absolute;
    bottom: calc(100% + 10px);
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    left: -15px;
    max-width: 200px
}
.tour-informaitons .info-item .toltip-text:before{
    content: "";
    background-color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: calc(100% - 10px);
    width: 15px;
    left: 18px;
    height: 15px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.home-tours .item .prices{
    height: 100%;
	position:relative;
}
.home-tours .item .prices .price .old{
    opacity: 0.3;
}
.home-tours .item .prices .price .old:before{
    content: "";
    left: 0;
    right: 0;
    height: 2px;
    background-color: red;
    position: absolute;
    top: calc(50% - 1px);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.home-tours .item .prices .price .new{
    color: var(--theme-color-1);
}
.home-tours .item .prices .theme-btn{
    font-size: 14px;
    padding: 12px 15px;
    cursor: pointer;
    letter-spacing: 2px;
}
.home-tours .item .detail-text{
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    opacity: 0.7;
}
.home-tours .item .tour-location-times{
	display:none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}
.home-tours .item .tour-location-times [data-tour-location-times-button]{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 51px;
    text-align: left;
    cursor: pointer;
    color: var(--theme-color-1);
}
.home-tours .item.tour-location-times-open .tour-location-times{
	display:block;
}
.tour-location-times .programs-list{
    overflow-y: auto;
    max-height: 100%;
}


.tour-location-times .programs-list::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
    background-color: #ffffff;
    width: 4px;
}
.tour-location-times .programs-list::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: var(--theme-color-1);
}


.tour-location-times .table{
	margin:0;
}
.tour-location-times .table .p-item .p-item-date{
    width: 1px;
    font-weight: 600;
    color: var(--theme-color-1);
}
.tour-location-times .table .p-item-program{
	line-height:1.5;
    width: 100%;
}



.home-tour-left-right-block .item,
.home-tour-left-right-block .item-2{
	position:relative;
	height:100%;
	width:100%;
    background-color: #f1f1f1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	display:block;
}
.home-tour-left-right-block .item{
	min-height:450px;
}
.home-tour-left-right-block .item-2{
	min-height:calc((450px / 2) - 5px);
}
.home-tour-left-right-block .item-2 h4{
    color: #fff;
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    padding: 10px 15px;
    margin: 0;
    letter-spacing: 2px;
    font-weight: 400;
    background-color: rgb(0 0 0 / 34%);
    text-align: center;
}





.home-tour-left-right-block-slider .swiper-pagination{
    position: absolute;
    right: 15px;
    top: 15px;
}
.home-tour-left-right-block-slider .swiper-pagination .swiper-pagination-bullet{
	width: 20px;
    height: 20px;
    background-color: transparent;
    opacity: 0.8;
    position: relative;
    display: block;
    float: left;
	margin:0 0 0 10px;
}
.home-tour-left-right-block-slider .swiper-pagination .swiper-pagination-bullet:first-child{
	margin:0;
}
.home-tour-left-right-block-slider .swiper-pagination .swiper-pagination-bullet:before{
	content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.home-tour-left-right-block-slider .swiper-pagination .swiper-pagination-bullet>div{
	display:none;
}
.home-tour-left-right-block-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}
.home-tour-left-right-block-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active>div{
	display:block;
}

.home-tour-left-right-block-slider .autoplay-progress {
    position: absolute;
    right: -4px;
    left: -4px;
    z-index: 10;
    top: -4px;
    bottom: -4px;
    font-weight: bold;
}
.home-tour-left-right-block-slider .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    z-index: 10;
    stroke-width: 3px;
    stroke: #fff;
    fill: none;
	stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
	stroke-dasharray: 125.6;
    line-height: 1;
    top: 1px;
    left: 1px;
}




.tour-images-slider .swiper-slide>a,
.tour-images-slider-thumbs .swiper-slide>div{
	width:100%;
	display:block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
@media(min-width:1200px){
	.tour-images-slider .swiper-slide>a{height:500px;}
}
@media(max-width:1200px) and (min-width:992px){
	.tour-images-slider .swiper-slide>a{height:400px;}
}
@media(max-width:992px) and (min-width:768px){
	.tour-images-slider .swiper-slide>a{height:350px;}
}
@media(max-width:768px){
	.tour-images-slider .swiper-slide>a{height:300px;}
}
.tour-images-slider-thumbs .swiper-slide>div{
	height:70px;
}
.tour-images-slider-thumbs .swiper-slide.swiper-slide-thumb-active{
	position:relative;
}
.tour-images-slider-thumbs .swiper-slide.swiper-slide-thumb-active:before{
	content:"";
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 2px solid var(--theme-color-1);
}

.tour-images-slider .swiper-pagination{
    margin: 10px 0 0 0;
    left: 0;
    right: 0;
    bottom: 15px;
}
.tour-images-slider .swiper-pagination .swiper-pagination-bullet{
    margin: 0 0 0 10px;
    width: 30px;
    height: 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
}
.tour-images-slider .swiper-pagination .swiper-pagination-bullet:first-child{
    margin: 0;
}
.tour-images-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:var(--theme-color-1);
}


.tour-speed-details{
    position: relative;
    height: 100%;
    padding: 30px 30px 250px 30px;
}
.tour-speed-details:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50000px;
    background-color: #fff;
}
.tour-speed-details>h4{
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--theme-color-1);
}
.tour-speed-details .tour-informaitons .info-item{
    margin: 25px 0 0 0;
}


.tour-prices-list .item{
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ededed;
}
.tour-prices-list.tour-prices-list-tabs .item{
	cursor:pointer;
}
.tour-prices-list .item .top{
    padding: 30px;
    border-bottom: 1px solid #ededed;
}
.tour-prices-list .item .tour-informaitons .info-item{
    margin: 25px 0 0 0;
}


.tour-speed-details-prices:not(.tour-prices-list) .prices{
    text-align: center;
    padding: 30px 30px 30px 30px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
}
.tour-speed-details-prices:not(.tour-prices-list) .prices:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50000px;
    background-color: #f6f7f8;
}
.tour-speed-details-prices .prices *{
	position:relative;
}
.tour-speed-details-prices.tour-prices-list .prices .price{
    padding: 30px;
}
.tour-speed-details-prices .prices .price .old{
    opacity: 0.3;
}
.tour-speed-details-prices .prices .price .old:before{
    content: "";
    left: 0;
    right: 0;
    height: 2px;
    background-color: red;
    position: absolute;
    top: calc(50% - 1px);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.tour-speed-details-prices .prices .price .new{
    color: var(--theme-color-1);
}
.tour-speed-details-prices .prices .theme-btn{
    font-size: 14px;
    padding: 12px 15px;
    cursor: pointer;
    letter-spacing: 2px;
}

.tour-detail-tabs table{background-color:#fff;}
.tour-detail-tabs table:last-child{margin:0;}
@media(min-width:1200px){
	.tour-detail-tabs .tabs .nav{
		top: 55px;
	}
	.tour-detail-tabs .tabs .nav li a{
		line-height: 50px;
	}
}
@media(max-width:1200px){
	.tour-detail-tabs .tabs .nav{
		top: 45px;
	}
	.tour-detail-tabs .tabs .nav li a{
		line-height: 50px;
	}
}
.tour-detail-tabs .tabs .nav{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	z-index: 2;
    display: block;
    text-align: center;
    background-color: var(--theme-color-2);
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
}
.tour-detail-tabs .tabs .nav li{
    display: inline-block;
    margin: 0;
}
.tour-detail-tabs .tabs .nav li a{
    white-space: nowrap;
    padding: 0 30px;
    display: block;
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
}
.tour-detail-tabs .tabs .nav li a.active{
    background-color: var(--theme-color-1);
    color: #fff;
}
.accordions .accordion-item{
    border: 1px solid #ededed;
    background-color: #fff;
	border-top:0;
}
.accordions .accordion-item:first-child {
    border-top: 1px solid #ededed;
}
.accordions .accordion-item .accordion-item-title {
    position: relative;
    font-weight: 400;
    cursor: pointer;
    padding: 15px 30px 15px 115px;
	line-height:1.5
}
.accordions .accordion-item .accordion-item-title.empty {
    padding: 15px 30px 15px 50px;
}
.accordions .accordion-item .accordion-item-title>span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 120px;
    white-space: nowrap;
    padding: 15px 0 0 20px;
}
.accordions .accordion-item .accordion-item-title.empty>span {
    width: 50px;
}
.accordions .accordion-item .accordion-item-title>span:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f067";
    margin: 0 20px 0 0;
}
.accordions .accordion-item.active .accordion-item-title>span:before {
    content: "\f068";
}
.accordions .accordion-item .accordion-item-caption {
    font-weight: 400;
    padding: 30px;
}
.accordions .accordion-item:not(.active) .accordion-item-caption {display: none;}

.tour-reservation-modal>.caption{
    max-width: 1100px !important;
}
.tour-reservation-modal>.caption>.caption-body{
    height: 100%;
    padding: 50px;
    background-color: #f6f7f8 !important;
}
.tour-reservation-modal>.caption>.caption-body .select2 .select2-selection--single{
    height: 45px;
    background-color: #fff;
    line-height: 45px;
	border-color:#ededed
}
.tour-reservation-modal>.caption>.caption-body input[type=text],
.tour-reservation-modal>.caption>.caption-body input[type=email],
.tour-reservation-modal>.caption>.caption-body textarea{
	display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    position: relative;
    border: 1px solid #ededed;
    white-space: nowrap;
    border-radius: 3px;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
}
.tour-reservation-modal>.caption>.caption-body textarea{
    height: auto;
    line-height: 1.4;
    padding: 20px;
    white-space: normal;
	resize: none;
}
.tour-reservation-modal>.caption>.caption-body .submit{
    border-radius: 3px;
    box-shadow: none !important;
    outline: none !important;
    padding: 15px 20px;
    border: 0;
    background-color: var(--theme-color-1);
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}
.tour-reservation-modal>.caption>.caption-body .submit:hover{
    background-color: var(--theme-color-2);
}


.c-items{
    padding: 30px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 100%;
}
.c-items h3{
    font-weight: 600;
    font-size: 13px;
}
.c-items .c-item{
    line-height: 1.5;
}
.c-items .c-item a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: var(--theme-color-1);
    position: relative;
    color: #fff !important;
    display: block;
    line-height: 1;
}
.contact-map iframe{width:100%;height:325px;}
blockquote{
    border-left: 10px solid #ececec;
    padding: 30px;
    margin: 0;
    background-color: #f6f7f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0 20px 0;
}
blockquote a{
	text-decoration:none;
    color: var(--theme-color-1);
}


.pagination{
	list-style:none;
	margin:0;
	padding:0;
}
.pagination li{
    margin: 0 0 0 10px;
}
.pagination li a{
	line-height: 40px;
    padding: 0 15px;
    background-color: #fff;
    display: block;
    text-decoration: none;
    color: #000;
    box-shadow: none !important;
    outline: none !important;
    height: 40px;
    border: 1px solid #ededed;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.pagination li.active a{
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}


.home-tours.list-view table tr .td-image{
    padding: 3px !important;
    width: 85px;
}
.home-tours.list-view table tr .td-image img{
	display:block;
}
.home-tours.list-view table tr .td-title{
	width:100%;
}
.home-tours.list-view table tr a{
	text-decoration:none;
	color:var(--theme-color-1)
}

@media print {
	.print-none{
		display: none !important;
	}
	.home-tours.list-view table{
		margin:0;
	}
	.home-tours.list-view tr td{
		margin:0;
		white-space: nowrap;
	}
	.home-tours.list-view tr td a,
	.home-tours.list-view tr td img{
		display:block;
	}
	.home-tours.list-view tr .td-price{
		text-align:center;
	}
	.home-tours.list-view table tr a{
		text-decoration:none;
		color:var(--theme-color-1)
	}
	.home-tours.list-view,
	.home-tours.list-view .container-fluid{
		padding:0;
	}
	.home-tours.list-view h2{
		font-size:14px;
	}
}




































