/*
Theme Name: Theme INKAS
Theme URI: http://webrprojectperu.com/themes/theme-general.zip
Author: Eduardo Carbajal Reyes - (973873494) - eduardo198722@gmail.com
Author URI: http://webrprojectperu.com/
Description: Plantilla base para desarrollar tu web con elementor.
Version: 5.0
Requires PHP: 7.0
*/
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeue-Roman.eot');
    src: url('fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Roman.woff') format('woff'),
        url('fonts/HelveticaNeue-Roman.ttf') format('truetype'),
        url('fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeueBold.eot');
    src: url('fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('fonts/HelveticaNeueBold.woff') format('woff'),
        url('fonts/HelveticaNeueBold.ttf') format('truetype'),
        url('fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body, html {
    padding: 0;
    margin: 0;
    min-height: 100%;
}
.container {
    max-width:1360px;
    margin:0 auto;
    display:block;
    padding:0 30px;
    width:100%;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
    /*transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;*/
}
a:hover {
    text-decoration: underline;
}
p, h1, h2, h3, h4, h5, h5, ul, ol {
    padding:0;
    margin:0;
}
img {
	max-width:100%;
	height:auto;
	border:0;
}
body {
	font-family: 'HelveticaNeue';
	font-weight: normal;
    font-style: normal;
	font-size: 16px;
	color: #000;
	line-height:1.2;
	background:#FFF;
}

/*HEADER*/
.header {
	background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
.header.fixed-header {
	background:#FFF;
}
.header.fixed-header .logo img {
	height:40px;
	margin:10px 0;
}
.header.fixed-header .nav {
	padding:0;
}
.header.fixed-header .nav ul li a {
	padding:20px 3px;
}
.header .container {
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.header .logo img {
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
.header .logo .black {
	display:none;
}
.fixed-header .logo .black {
	display:block;
}
.fixed-header .logo .white {
	display:none;
}
/*NAV*/
.nav {
	font-weight: bold;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	padding:15px 0 0 0;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
.fixed-header .nav {
	color:#000;
}
.nav ul {
	display:block;
}
.nav ul:after {
	content:"";
	display:block;
	clear:both;
}
.nav ul ul {
	display:none;
}
.nav ul ul ul {
	display:none;
}
.nav ul li {
	display: inline-block;
	padding-left:54px;
}
.nav ul li:nth-child(1) {
	padding-left:0;
}
.nav ul li.menu-item-has-children a::after {
	content: "\005E";
    display: inline-block;
    width: 14px;
    height: 14px;
    /* background: url(images/submenu.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% auto; */
    /* background-position: center; */
    margin: 0 0 0 5px;
    transform: rotate(180deg);
    vertical-align: middle;
}
.nav ul li.menu-item-has-children li a::after {
	display:none;
}
.nav ul li.menu-item-has-children i {
	display:none;
}
.nav ul li a {
	display:block;
	padding:40px 3px;
	text-decoration:none;
	border-bottom:2px solid Transparent;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
.nav ul li.menu-item-45 a {
	background: #61aac3;
    color: #FFF;
    padding: 17px 63px;
}
.nav ul li.menu-item-45 a:hover {
	background:#3e60a5;
}
.nav ul li a span {
	
}
.nav ul li a:hover {
	
}
.nav ul li a:hover > span {
	
}
.nav ul li:hover > a,
.nav ul li.current_page_item a {
	color:#c6ac3a;
	border-color:#c6ac3a;
}
.nav ul li:hover > a span,
.nav ul li.current_page_item a span {
}
.nav ul li.current_page_item::before {
}
@media only screen and (min-width: 980px)  {
	.nav ul li:hover > ul {
		display:block;
	}
}
.nav ul ul {
	width: 218px;
    position: absolute;
    z-index: 9999;
    text-align: left;
    text-transform: initial;
    padding:0;
	background-color: rgba(0, 0, 0, 0.5);
}
.fixed-header .nav ul ul {
	background-color: rgba(255, 255, 255, 0.5);
}
.nav ul ul li {
	display:block;
	float:none;
	border:0;
	margin:0;
	padding:0;
}
.nav ul ul li:first-child {
}
.nav ul ul li a {
	padding:14px 20px !important;
	border:0 !important;
}
.nav ul ul li a span {
	color:#000;
}
.nav ul ul li a:hover {
}
.nav ul ul li a:hover > span {
	
}
.nav ul ul li:hover > a,
.nav ul ul li:hover > a span {
	
}
.nav ul ul ul {
	left:210px;
	top:0;
	padding-left:1px;
	padding-top:0;
}

/*CONTENT*/
.content .width590 {
	max-width:590px;
}
.content .width570 {
	max-width:570px;
}
.content .width520 {
	max-width:520px;
}
.content .width535 {
	max-width:535px !important;
}
.content .width620 {
	max-width:620px;
}
.content h4::after {
	width: 42px;
    height: 2px;
    background: #c6ac3a;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.content .subtitle2 h4::before {
	width: 42px;
    height: 2px;
    background: #c6ac3a;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0 ;
}
.content h3 span {
	font-size:50px;
}
.content .banner--title h2::before,
.content .banner--title h2::after {
	width: 70px;
    height: 3px;
    background: #fff;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

/*FOOTER*/
.footer {
	color:#FFF;
	background:#000000;
}
.footer .footer--top {
	padding:45px 0;
}
.footer .footer--bottom {
	padding:18px 0;
	background:#1e2227;
	border-top:1px solid #FFF;
	color:#8e8f90;
}
.footer .footer--bottom .container {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .socials {
	padding:0;
}
.footer .socials a {
	display: inline-block;
    margin: 0 0 0 6px;
    width: 30px;
    height: 30px;
    background: #c6ac3a;
    color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 1.9;
    font-size: 16px;
    text-decoration: none;
}
.footer .socials a:hover {
	background: #fff;
}
.footer .footer--top .container {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.footer .footer--top .widget {
	width: calc(25% - 23px);
}
.footer .footer--top .widget p,
.footer .footer--top .widget img {
	margin:0 0 20px 0;
}
.footer .footer--top .widget h3 {
	padding:0 0 25px 0;
	font-weight:bold;
}
.footer .widget h4 {
	font-weight: bold;
    font-size: 25px;
    padding: 0 0 20px 0;
    color: #c6ac3a;
}
.footer .widget h4::after {
	content: "";
    display: inline-block;
    width: 42px;
    height: 2px;
    background: #c6ac3a;
    vertical-align: middle;
    margin: 0 0 0 8px;
}
.footer .widget ul {
	padding:0 0 0 20px;
}
.footer .widget ul li {
	padding: 0 0 5px 0;
}
.footer .widget ul li::marker {
	color: #c6ac3a;
	font-size: 1.2em;
}
.footer .footer--top .widget i {
	color: #c6ac3a;
    font-size: 18px;
    margin: 2px 0 0 0;
}
.footer .footer--top .widget p {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.footer .footer--top .widget p span {
	width: calc(100% - 30px);
}

/*Top Page*/
#top-page {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 10;
    color: #6F1512;
    font-size: 50px;
	display:none;
}


.content .gform-theme--foundation .gfield input.large,
.content .gform-theme--foundation .gfield textarea.large,
.content .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input,
.content .gform-theme--foundation .gfield select.large {
	border:0;
	background-color: rgba(0, 0, 0, 0.2);
	border-bottom:1px solid #FFF;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: 47px;
    padding: 0 10px;
    font-size: 16px;
    color: #b3b4b5;
    font-weight: normal;
	width:100%;
}
.content .gform-theme--foundation .gfield select.large {
	font-size: 14px;
    color: #00C1DF;
    padding: 0 8px;
}
.content .gform-theme--foundation .gfield textarea.large {
	padding: 20px 10px;
    height: 145px;
    min-height: 145px;
}
.content .gform-theme--foundation .gform_fields {
	gap:30px;
}
.content .gform-theme--framework .gform-field-label {
	font-size: 14px;
    font-weight: 500;
    font-family: 'Gilroy';
    color: #00C1DF;
	padding: 0 0 10px 0;
    margin: 0;
}
.content .gform-theme--framework .gform-field-label span {
	display:none;
}

.content .gform-theme--foundation .gform_fields .gfield_description {
	font-size: 12px;
    color: #00C1DF;
    padding: 10px 0 0 0;
    margin: 0;
    font-weight: 500;
}
.content .gform-theme--foundation .gform_fields .gfield_description.gfield_validation_message {
	color:red;
}

.content .gform-theme--foundation .gform_footer {
	padding: 0;
    margin: 0;
}
.content .gform-theme--foundation .gform_footer input[type="submit"] {
	width: 146px !important;
    height: 48px !important;
    background: #c6ac3a !important;
    border-radius: 3px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    outline: none !important;
    border: 0 !important;
    cursor: pointer !important;
}
.content .gform-theme--foundation .gform_footer input[type="submit"]:hover {
	background: #6f1512 !important;
}
#gform_1 {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}
#gform_1 .gform_body {
	width: calc(100% - 176px);
}
#gform_1 .gform_footer {
	width: 146px;
}
#gform_2 .gform_footer {
	position: absolute;
    right: 0;
    bottom: 30px;
}
/*wp paginate*/
.content .navigation {
	text-align: center;
	padding:50px 0 0 0;
}
.content .navigation  ol {
	display: block;
    list-style: none;
    margin: 0;
	padding: 0 0 50px 0;
}
.content .navigation ol li {
	display: inline-block;
    padding: 0 5px;
}
.content .navigation ol li a,
.content .navigation ol li span {
	width: 50px;
    height: 50px;
    display: block;
    background: #c6ac3a;
    color: #FFF;
    line-height: 50px;
	text-decoration:none;
}
.content .navigation ol li span.current {
	background:#6f1512;
}
/*Nav Mobile*/
.nav__menu__bar {
	display: none;
    color: #fff;
    position: fixed;
    right: 10px;
    top: 20px;
    font-size: 26px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 999999;
}
.nav__menu__bar.fixed {
	position:fixed;
	top:12px;
}
.nav__menu__bar.fixed-icon-mobile {
	top:12px;
}
.content .sfsi_plus_wDiv {
	float:right;
	position:relative !important;
}


/*SLIDER*/
h4.sr7-layer::after,
h4.sr7-layer::before {
	left: -85px;
    content: "";
    display: block;
    width: 70px;
    height: 3px;
}
h4.sr7-layer::after {
	left:auto;
	right:-85px;
}

.tour-categories-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.tour-category-item {
	text-align: center;
	overflow: hidden;
}
.tour-category-item a {
	text-decoration: none;
	color: inherit;
	display: block;
	position:relative;
}
.tour-category-item img {
	width: 100%;
	height: auto;
	vertical-align:top;
	transition: transform 0.3s ease;
}
.tour-category-item:hover img {
	transform: scale(1.05);
}
.tour-category-item h3 {
	margin: 0;
    font-size: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 14px 0;
    color: #FFF;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
}
.tour-category-item:hover h3 {
	background-color: rgba(0, 0, 0, 0.7);
	color:#c6ac3a;
}

.tour-item {
	/*max-width: 305px;*/
    text-align: center;
    background: #f2f2f2;
}
.tour-item a.thumb {
	display:block;
	overflow: hidden;
}
.tour-item img {
	vertical-align:top;
	transition: transform 0.3s ease;
}
.tour-item:hover img {
    transform: scale(1.1);
}
.tour-item .tour-title {
	font-size: 25px;
    color: #6f1512;
    font-weight: bold;
    padding: 30px 20px 0 20px;
}
.tour-item .tour-days {
	font-weight: bold;
    padding: 0 20px;
    margin: 5px 0 0 0;
}
.tour-item .tour-subtitle {
	max-width: 200px;
    margin: 0 auto;
    color: #c6ac3a;
    font-weight: bold;
}
.tour-item .tour-excerpt {
	padding: 15px 20px 0 20px;
    text-align: justify;
}
.tour-item .tour-bottom {
	margin: 25px 20px 0 20px;
    text-align: left;
    border-top: 1px solid #c2c2c2;
    display: flex;
    padding: 30px 0 50px 0;
    justify-content: space-between;
    align-items: flex-end;
}
.tour-item .tour-price {
	font-weight: bold;
    color: #9a9a9a;
}
.tour-item .tour-price span {
	display:block;
	font-size:25px;
	color:#6f1512;
}
.tour-item .tour-link {
	width: 148px;
    height: 48px;
    font-weight: bold;
    color: #FFF;
    background: #c6ac3a;
    border-radius: 3px;
    text-align: center;
    line-height: 48px;
    text-decoration: none;
}
.tour-item .tour-link:hover {
	background:#6f1512;
}
.tours--items {
	display: flex;
    flex-wrap: wrap;
    gap: 26px;
}
.tours--items .tour-item {
	width: calc(25% - 20px);
}
/*OWL CAROUSEL*/
.content .owl-theme .owl-nav {
	margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 100%;
}
.content .owl-theme .owl-nav button {
	width: 60px;
    height: 60px;
    background: url(images/prev.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0;
    padding: 0 !important;
    margin: 0;
    position: absolute;
    left: -100px;
}
.content .owl-theme .owl-nav button span {
	display:none;
}
.content .owl-theme .owl-nav button.owl-next {
	transform: rotate(180deg);
    left: auto;
    right: -100px;
}
/*BREADCRUMS*/
.content .breadcrumbs {
	padding:95px 0 0 0;
	color:#FFF;
	font-size:20px;
	text-align:center;
	font-weight:bold;
}
/*BANNER*/
.banner {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    min-height: 400px;
    color: #FFF;
    display: flex;
    text-align: center;
    align-items: end;
}
.banner .container {
	padding-bottom:30px;
}
.banner h2::before,
.banner h2::after {
	width: 70px;
    height: 3px;
    background: #fff;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}
.banner h2 {
	padding:0 0 15px 0;
	font-size:41px;
	font-weight:bold;
}
.banner p {
	font-size:20px;
	font-weight:bold;
	padding:0 0 15px 0;
	max-width:976px;
	margin:0 auto;
	min-height:120px;
}
.banner .breadcrumbs {
	padding:0 0 0 0;
	font-size:20px;
	font-weight:bold;
}
.category--description {
	margin:50px 0 0 0;
	padding:50px 0;
	background:#f2f2f2;
	text-align:center;
}
.category--description h3 {
	font-size:25px;
	color:#c6ac3a;
	font-weight:bold;
	padding:0 0 20px 0;
}
.category--description h3::before,
.category--description h3::after {
	width: 42px;
    height: 2px;
    background: #c6ac3a;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}
.category--description h2 {
	font-size:40px;
	color:#6f1512;
	font-weight:bold;
	padding:0 0 40px 0;
}
.category--description h2 span {
	font-size:50px;
}
.category--description p {
	
}
.content--category {
	padding:50px 0 0 0;
	text-align:center;
}
.content--category h3.h3 {
	font-size:25px;
	color:#c6ac3a;
	font-weight:bold;
	padding:0 0 20px 0;
}
.content--category h3.h3::before,
.content--category h3.h3::after {
	width: 42px;
    height: 2px;
    background: #c6ac3a;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}
.content--category h2.h2 {
	font-size:40px;
	color:#6f1512;
	font-weight:bold;
	padding:0 0 40px 0;
}
.content--category h2.h2 span {
	font-size:50px;
}

.content .absolute {
	position:absolute;
}
.content .elementor-element .swiper .elementor-swiper-button {
	background-color: rgba(0, 0, 0, 0.4);
    width: 56px;
    height: 56px;
    font-size: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.content .elementor-element .swiper .elementor-swiper-button-prev {
	left:20px;
}
.content .elementor-element .swiper .elementor-swiper-button-next {
	right:20px;
}
.content .elementor-element .swiper .elementor-swiper-button svg {
	fill:#FFF;
}
.content .elementor-element .swiper .elementor-swiper-button:hover > svg {
	fill:#c6ac3a;
}
#tab--buttons .elementor-button-link {
	width:146px;
}
#tab--buttons .elementor-button-link.active {
	background:#6f1512;
}
.content .elementor-icon-list-items span span {
	color:#6f1512;
	font-weight:bold;
	padding:0 0 0 10px;
}
.content .e-n-accordion-item-title-text span {
	display:block;
	font-size:25px;
	color:#c6ac3a;
	font-weight:bold;
}
.content .e-n-accordion-item-title-text span::after {
	width: 42px;
    height: 2px;
    background: #c6ac3a;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.elementor-slideshow__header {
	display:none !important;
}
.acordeon--itinerary .e-n-accordion-item-title {
	background:#FFF;
	border-radius:5px !important;
}
.acordeon--itinerary details[open] > summary {
  background: #c6ac3a; !important;
	color:#FFF !important;
}
.acordeon--itinerary details[open] > summary i {
	background:#fff;
	color:#c6ac3a;
}
.acordeon--itinerary .e-n-accordion-item-title-text {
	display:flex;
	gap:10px;
}
.acordeon--itinerary .e-n-accordion-item-title-text i {
	width:38px;
	height:38px;
	border-radius:5px;
	background:#c6ac3a;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:25px;
	font-style:normal;
	line-height:38px;
}
.acordeon--itinerary .elementor-widget-text-editor ul {
	padding:0 0 0 15px;
}
.content .comment-reply-title {
	font-size:25px;
	color:#c6ac3a;
	font-weight:bold;
	padding:0 0 25px 0;
}
.content .comment-reply-title::after {
	width: 42px;
    height: 2px;
    background: #c6ac3a;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
#commentform {
	display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 15px;
}
#commentform p {
	width: calc(50% - 8px);
}
#commentform p.comment-form-comment {
	width:100%;
}
#commentform p.comment-form-rating {
	color:#b2b2b2;
}
#commentform p.form-submit {
	width:100%;
	text-align:right;
}
#commentform input[type="text"], #commentform input[type="email"], #commentform textarea {
	width:100%;
	height:48px;
	padding:0 12px;
	background:#ffffff;
	border-radius:5px;
	border:0;
	color:#b2b2b2;
}
#commentform textarea {
	padding:15px 12px;
	height:144px;
	min-height:144px;
	max-height:144px;
	max-width:100%;
	min-width:100%;
	font-family: 'HelveticaNeue';
}
#commentform p.form-submit .submit {
	width:187px;
	height:48px;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	border-radius:5px;
	background:#c6ac3a;
	border:0;
	outline:none;
}
#commentform p.form-submit .submit:hover {
	background:#6f1512;
}

.content .commentlist {
	background:#FFF;
	border-radius:5px;
	display:block;
	list-style:none;
	padding:20px;
	margin:0 0 40px 0;
}
.content .commentlist li.comment {
	padding:30px 0 0 0;
	border-top:1px solid #ddd;
	margin-top:30px;
}
.content .commentlist li.comment:first-child {
	padding:0;
	margin:0;
	border:0;
}
.content .commentlist .comment-body {
	display: flex;
    flex-wrap: wrap;
}
.content .commentlist .reply,
.content .commentlist .comment-body .comment-author .says,
.content .elementor-widget-post-comments .navigation,
.content h3#comments {
	display:none;
}
.content .commentlist .comment-body .comment-author {
	order:0;
	width:50%;
	font-size: 20px;
    color: #c6ac3a;
    font-weight: bold;
}
.content .commentlist .comment-body .comment-author img {
	width: 64px;
    margin: 0 20px 0 0;
    vertical-align: top;
    border-radius: 8px;
}
.content .commentlist .comment-body .comment-author cite {
	font-style:normal;
	font-size:14px;
}
.content .commentlist .comment-body .comment-meta {
	order: 2;
    padding: 0 0 20px 85px;
    color: #c5c5c5;
    position: relative;
    margin-top: -30px;
}
.content .commentlist .comment-body .comment-rating {
	order: 1;
    width: 50%;
    text-align: right;
    color: #c6ac3a !important;
    margin: 0 !important;
}
.content .commentlist .comment-body p {
	order: 3;
    padding: 0 0 0 85px;
    text-align: justify;
}


/* Ocultar solo en el front-end, no en el editor de Elementor */
body:not(.elementor-editor-active) #overview,
body:not(.elementor-editor-active) #itinerary,
body:not(.elementor-editor-active) #faqs,
body:not(.elementor-editor-active) #gallery {
    display: none;
}
.content .effect--scale {
	overflow:hidden;
}
.content .effect--scale img {
	transition: transform 0.3s ease;
}
.content .effect--scale:hover img {
	transform: scale(1.1);	
}
#block--full--tour.fixed {
	position:fixed;
	left:0;
	top:62.5px;
	width:100%;
	z-index:99;
}

