

/* star */
#button-contact-vr {
	bottom: 14px;
	right: 44px;
	margin: -10px;
	transform: scale(0.8);
	margin-bottom: 0px !important;
	position: fixed;
	z-index: 99999;
}
.button-action {
	position: relative;
	z-index: 4;
	height: 48px;
	width: 48px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ffffff;
	cursor: pointer;
	background: #d94e28;
	box-shadow: 0 4px 8px rgb(231 125 125 / 92%);
	animation: zoom 1.3s infinite;
}

.button-action svg {
	fill: #ffffff;
	width: 30px;
	height: 46px;
}
.button-action .svgico path{stroke: #fff;}
.button-action .svgico--close{
	position: absolute;
	/* opacity: 0; */
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}
.button-action .svgico--close svg{
    width: 20px;
    height: 23px;
}
.button-action:not(.is-show) .svgico--close{
	opacity: 0;
}
.button-action.is-show .svgico>svg:first-child{
	opacity: 0;
}
#gom-all-in-one {
	position: absolute;
	bottom: 115%;
	right: 0;
	background: #f5f6fa;
	width: 349px;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
	display: none;
	overflow: hidden;
}

#gom-all-in-one li {
	padding: 10px 9px;
}

#gom-all-in-one li:not(:last-child) {
	/* border-bottom: 1px solid #ecedf1; */
	box-shadow: 0 1px 0 0 #fff;
}

#gom-all-in-one a {
	gap: 10px;
	flex-wrap: wrap;
	font-size: 18px;
}

#gom-all-in-one .icon {
	width: 35px;
	height: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 0;
	background: #3d7fac;
}

#gom-all-in-one .icon-phone {
	background: red;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

@keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}
.widget.box-footer-item-2 {
    padding-left: 25px;
}
.widget h3:before {
    content: "";
    width: 80%;
    height: 2px;
    background: #fff;
    bottom: 0;
    position: absolute;
}

.widget.widget_tripguide_social_links h3:before {
    content: "";
    background: none;
}
ul#gom-all-in-one .icon img {
    width: 36px;
    height: 36px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 100%;
}

#gom-all-in-one span.txt {
    flex: 1;
}
.addThis_close svg {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.addThis_close {
    padding: unset;
    margin: unset;
    height: unset;
}












.footer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    /* margin-top: 100px; */
    color: #707070;
    background-color: #addccf;
    overflow: hidden;
}

.footer .col-light {
    position: relative;
    z-index: 0;
    background-color: #f3f3f3;
    color: #212121;
    padding-top: 27px !important;
    padding-left: 45px;
    padding-right: 45px;
    -webkit-box-shadow: 0px 0 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 0px rgba(0, 0, 0, 0.1);
}

.box-footers h2 {
    font-weight: 700;
    color: #cbbe73;
    font-size: 32px;
}

.box-footers p {
    font-size: 14px;
    font-weight: 500;
}

span.Places {
    font-weight: 700;
    color: #cbbe73;
}

.list-former {
    padding-top: 10px;
}

.list-former ul li {
    list-style: auto;
    margin-left: 20px;
    margin-bottom: 7px;
    position: relative;
}

.list-former ul li a {
    font-weight: 500;
}

.list-former ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    bottom: 0;
    left: -20px;
}



.footer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    /* margin-top: 100px; */
    color: #707070;
    background-color: #60a441;
    overflow: hidden;
}

.footer .col-light {
    position: relative;
    z-index: 0;
    background-color: #f3f3f3;
    color: #212121;
    padding-top: 27px !important;
    padding-left: 45px;
    padding-right: 45px;
    -webkit-box-shadow: 0px 0 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 65px;
}

.box-footers h2 {
    font-weight: 700;
    color: #60a441;
    font-size: 32px;
}

.box-footers p {
    font-size: 14px;
    font-weight: 500;
}

span.Places {
    font-weight: 700;
    color: #60a441;
}

.list-former {
    padding-top: 10px;
}

.list-former ul li {
    list-style: auto;
    margin-left: 20px;
    margin-bottom: 7px;
    position: relative;
}

.list-former ul li a {
    font-weight: 500;
}

.list-former ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    bottom: 0;
    left: -20px;
}

.list-doitacs ul li {
    width: calc(97% / 4);
}

.list-doitacs {
    width: 50%;
    padding-left: 30px;
}

.box-contacts-imperial {
    display: flex;
    justify-content: space-between;
}

.racktate {
    width: 50%;
}

.Galileo {
    width: 50%;
}

.Galileo h2 {
    font-weight: 700;
    color: #60a441;
    font-size: 32px;
}

.icon-dadfus {
    display: flex;
    margin-top: 20px;
}

.icon-dadfus svg {
    width: 20px;
    height: 20px;
}

.icon-Galileo {
    margin-right: 10px;
}

.descp-galileo p {
    font-size: 13px;
}

.racktate ul li {
    padding-bottom: 10px;
}

.racktate ul {
    padding-left: 40px;
}

.list-doitacs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0px;
}

.resort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.coppy-rights-footers {
    text-align: center;
    width: 50%;
    color: #fff;
}

.clm.imperial {
    padding-top: 50px;
}
.box-maps iframe {
    width: 100%;
}


.racktate ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.Galileo h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.Galileo ul li {
    color: #fff;
    list-style: disc;
    margin-left: 20px;
}

.coppy-rights-footers strong a {
    color: #fff;
}
/* footer fix */
footer{

}
.footer-top{
    background: #FFFBF1;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.footer-top__map{
	line-height: 0;
}
.footer-top__map iframe{
	width: 100%;
	height: 450px;
}
.footer-top__info{
	background: var(--color-main);
	color: white;
	height: 100%;
	padding: 20px;
	flex-direction: column;
}
.footer-top__info h2, .footer-top__info h3{
	font-size: 18px;
	margin-bottom: 15px;
}

.footer-content{
	padding: 50px 0 0;
}
.footer-content ul{
	padding-left: 18px;
}
.footer-content ul li{
	list-style: disc;
}
.footer-content .row{
	gap: 30px 0;
}
.footer-content__logo{
	text-align: center;
}
.footer-content__logo:not(:last-child){
	margin-bottom: 10px;
}
.footer-content__logo img{
	max-width: 250px;
}
.footer-content__info ul{

}
.footer-content__info{
	text-align: justify;
}
.footer-content h2, .footer-content h3{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 5px;
}
.footer-content__info h3{
	padding-bottom: 0;
	font-size: 16px;
	margin-top: 15px;
	font-weight: 600;
	color: var(--color-main);
}
.footer-content__info h3::after{
	display: none;
}
.footer-content h2::after, .footer-content h3::after{
	content: "";
	width: 45px;
	height: 2px;
	background: var(--color-main);
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer-content__contact-desc{
	margin-bottom: 15px;
}
.footer-content__form{
	position: relative;
	margin-bottom: 15px;
}
.footer-content__contact-input{
	border: 1px solid #ccc;
	height: 32px;
	padding: 5px 40px 5px 5px;
	width: 100%;
}
.footer-content__contact-submit{
	position: absolute;
	top: 0;
	right: 0;
	background: black;
	height: 100%;
	width: 32px;
	padding: 0;
}

.footer-content__contact-submit svg{
	width: 20px;
	height: 20px;
}
.footer-content__text{
	margin-bottom: 10px;
	font-weight: 700;
}
.footer-content__socail{
	gap: 10px;
}
.footer-content__socail .icon{
	width: 25px;
	height: 25px;
	display: block;
}
.footer-content__socail .icon svg, .footer-content__socail .icon img{
	width: 25px;
	height: 25px;
}
.footer-copyright{
	margin-top: 30px;
	padding: 10px 0;
	border-top: 1px solid #eee;
	text-align: center;
}

.wrap-socail ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-left: 0 !important;
}
.wrap-socail ul li{
	list-style: none !important;
}
.wrap-socail ul li a{
	width: 30px;
	height: 30px;
	border: 1px solid var(--color-hover);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrap-socail ul li a img{
	width: 20px !important;
	height: 20px !important;
}
@media (min-width: 992px){
	.footer-top__flex-left{
		padding-right: 0;
	}
	.footer-top__flex-right{
		padding-left: 0;
	}
	.footer-content__first{
		padding-right: 40px;
	}
}
@media(max-width:768px){
	.footer-content h2, .footer-content h3{
		margin-bottom: 10px;
	}
	/* end fix */
    .racktate {
        width: 100%;
        order: 2;
    }
    
    .Galileo {
        width: 100%;
        order: 1;
    }
    
    .box-contacts-imperial {
        flex-wrap: wrap;
    }
    
    .racktate ul {
        padding-left: 0px;
    }
    
    .list-doitacs {
        width: 100%;
    }
    
    .coppy-rights-footers {
        width: 100%;
        padding-top: 20px;
    }
    
    .resort {
        flex-wrap: wrap;
    }
    
    .list-doitacs ul li {
        width: calc(97% / 2);
    }
    
    .racktate ul li {
        text-align: center;
    }
	.footer-content{
		padding-top: 30px;
	}
}
