@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,500i,700,900&subset=latin-ext');

.show-640 {
	display: none;
}


* {
	font-family: 'Raleway', sans-serif;
}

a, li {
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear;
			transition: all .2s linear;
}

.overlayNav, .overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	display: none;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.7);
	z-index: 20;
}

body.active {
	overflow: hidden;
}

body.active .overlayNav {
	display: block;
}

body {
	text-align: center;
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}

.col100 {width: 100%; padding: 0 15px; float: left; position: relative;}
.col50 {width: 50%; padding: 0 15px; float: left; position: relative;}
.col33 {width: 33.33%; padding: 0 15px; float: left; position: relative;}
.col66 {width: 66.66%; padding: 0 15px; float: left; position: relative;}
.col25 {width: 25%; padding: 0 15px; float: left; position: relative;}
.col75 {width: 75%; padding: 0 15px; float: left; position: relative;}

.colRight {
	float: right;
}

.colCenter {
	text-align: center;
}

header {
	padding: 25px 0 0;
	background: #fff;
}

.header-small {
	display: none;
}

.burger {
	width: 40px;
	height: 24px;
	float: right;
	display: block;
	position: relative;
	top: 2px;
	z-index: 10;
}

.burger span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #0066cc;
	-webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.burger span:nth-child(2) { top: 10px; }
.burger span:nth-child(3) { top: 20px; }

body.active .burger span:nth-child(1), body.active .burger span:nth-child(2) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.active .burger span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.logo {
	width: 200px;
	max-width: 100%;
	display: block;
	float: left;
}

img {
	max-width: 100%;
}

.destinations {
	list-style: none;
	float: left;
	margin: 80px 0 0 -30px;
	padding: 0;
}

.destinations li {
	width: 33.33%;
	float: left;
	text-align: left;
}

.destinations a {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	position: relative;
	padding-left: 25px;
}

.destinations span {
	position: absolute;
	width: 19px;
	height: 5px;
	top: 9px;
	left: 0;
	border-radius: 5px;
}

.destinations span:before {
	display: block;
	content: '';
	position: absolute;
	width: 13px;
	height: 5px;
	top: 0;
	left: 3px;
	border-radius: 5px;
	z-index: -1;
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
		-ms-transition: all .1s linear;
		 -o-transition: all .1s linear;
			transition: all .1s linear;
	opacity: 0;
}

.destinations span.pais:before {}


.destinations a:hover span:before {
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		 -o-transform: rotate(-90deg);
			transform: rotate(-90deg);
	opacity: 1;
}

header * {
	font-family: 'Open Sans';
}

.data {
	list-style: none;
	margin: 60px 0 0 0;
	padding: 0;
	float: right;
}

.data li {
	display: block;
	text-align: left;
	color: #333;
}

.data strong {
	margin: 0;
	color: #0066cc;
	font-weight: bold;
}

.data span {
	margin-right: 10px;
}

nav {
	background: #0066cc;
	width: 100%;
	margin: 25px 0 0 0;
	padding: 15px 0;
}

nav ul {
	padding: 0;
	margin: 0 -30px;
}

nav li {
	float: left;
	list-style: none;
	margin: 0 30px;
	color: #fff;
}

nav a {
	color: #fff;
	position: relative;
}

nav ul.menu a {
	font-size: 18px;
}

nav ul.menu a:before {
	content: '';
	position: absolute;
	bottom: -16px;
	display: block;
	width: 100%;
	height: 0;
	background: #5dcfcf;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

nav ul.menu a.active:before, nav ul.menu a:hover:before {
	height: 4px;
}

nav ul.lang {
	float: right;
	margin: 4px -5px 0;
}

nav ul.lang li {
	margin: 0 5px;
	font-weight: bold;
	font-size: 14px;
}

nav ul.lang li a {
	color: #3399cc;
}

nav ul.lang li a.active {
	color: #fff;
}

section {
	width: 100%;
	position: relative;
}

.slideshow {
	height: 450px;
	position: relative;
}

.slideshowInternal {
	height: 250px;
	position: relative;
}

ul.slides {
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: #000;
}

ul.slides li {
	height: 100%;
}

ul.slides .wrapper {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
}

ul.slides .caption {
	display: flex;
	flex-direction: column;
}

ul.slides .caption h1 {
	-webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	opacity: 0;
	-webkit-transform: translateY(50px);
	   -moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		 -o-transform: translateY(50px);
			transform: translateY(50px);
}

ul.slides .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}

ul.slides .bg:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/texture.png') center center;
	opacity: .4;
}

ul.slides .bg:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,0))
}

ul.slides h2 {
	display: inline-block;
	background: #fff;
	padding: 5px 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	margin: 0 auto 10px auto;
}

ul.slides h1 {
	display: inline-block;
	background: linear-gradient(45deg, #0066cc, #1a99cc);
	padding: 10px 35px;
	font-size: 68px;
	float: none;
	color: #fff;
	font-weight: 100;
	margin: 0 auto;
}

ul.categories {
	list-style: none;
	margin: -45px -15px 15px -15px;
	padding: 0;
}

ul.categories li {
	width: 33.33%;
	float: left;
	padding: 15px;
}

ul.categories a {
	display: block;
	overflow: hidden;
	position: relative;
}

ul.categories h2 {
	margin: 0;
	padding: 10px 15px;
	color: #fff;
	font-weight: 400;
	font-size: 28px;
	position: relative;
	z-index: 2;
	text-align: center;
}

article.content {
	box-shadow: inset 0 80px #e5e8ea;
	background: #f2f3f3;
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
	text-align: left;
}

article.contentBox {
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: -1;
	padding: 177px 0 0;
}

article.contentBox .wrapper {
	max-width: 650px;
}

ul.aboutus {
	padding: 0;
	list-style: inside;
}

ul.aboutus li {
	border-bottom: 2px #0066cc solid;
	padding: 5px 0 5px 20px;
	position: relative;
	list-style: none;
}

ul.aboutus li:before {
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	left: 3px;
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 50%;
}

.timelineContainer {
	position: relative;
}

.timeline ul {
	list-style: disc;
	padding: 0 0 0 18px;
	font-size: 14px;
	margin: 18px 0 0;
}

.timeline li {
	margin: 10px 0 0;
}

ul.categories a img {
	width: 100%;
	-webkit-transition: all 5s ease-in-out;
	   -moz-transition: all 5s ease-in-out;
	    -ms-transition: all 5s ease-in-out;
	     -o-transition: all 5s ease-in-out;
	        transition: all 5s ease-in-out;
}

ul.categories a:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

ul.categories a:hover img {
	-webkit-transform: scale(1.3);
	   -moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		 -o-transform: scale(1.3);
			transform: scale(1.3);
	-webkit-transition: all 20s ease-out;
	   -moz-transition: all 20s ease-out;
		-ms-transition: all 20s ease-out;
		 -o-transition: all 20s ease-out;
			transition: all 20s ease-out;
}

ul.accordeon li, ul.accordeon p, ul.links-big li, ul.links-big p {
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;	
}

ul.accordeon, ul.links-big {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.accordeon {
	margin-bottom: 30px;
}

ul.accordeon li, ul.links-big li {
	margin: 3px 0;
}

ul.accordeon h2, ul.links-big h2 {
	margin: 0;
	padding: 10px 15px 10px 45px;
	color: #fff;
	font-weight: 400;
	font-size: 28px;
	position: relative;
	z-index: 2;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	background: url('../img/icon-plus4.png') left 15px center no-repeat;
	cursor: pointer;
}

ul.links-big h2 {
	background: url('../img/icon-arrows.png') right 25px center no-repeat;
	padding: 10px 80px 10px 15px;
}

ul.links-big h2 small {
	display: block;
	text-transform: none;
	font-weight: 400;
	font-size: 18px;
}

ul.accordeon li.open h2, ul.links-big li.open h2 {
	background-image: url('../img/icon-minus.png');
}

ul.accordeon .content {
	padding-bottom: 10px;
}

ul.accordeon .content img {
	margin: 0 0 10px 0;
	width: 100%;
}

ul.accordeon .content .cabins {
	text-align: center;
}

ul.accordeon .content .cabins img {
	width: auto;
	margin: 0 auto;
	display: inline-block;
	padding: 10px 18px;
}

ul.accordeon .content, ul.links-big .content {
	background: #e1e9f0;
	display: none;
}

ul.accordeon p, ul.links-big p {
	padding: 10px 15px;
	margin: 0;
}

ul.accordeon .content p:last-child, ul.links-big .content p:last-child {
	margin-bottom: 0;
}

ul.accordeon .open a:hover img, ul.links-big .open a:hover img {
	-webkit-transform: none;
	   -moz-transform: none;
		-ms-transform: none;
		 -o-transform: none;
			transform: none;
}

ul.accordeon .open, ul.links-big .open {margin: 15px 0;}
ul.accordeon .open:first-child, ul.links-big .open:first-child {margin: 0 0 15px;}
ul.accordeon .open:last-child, ul.links-big .open:last-child {margin: 15px 0 0;}

.footerFixed footer {
	display: none;
}

footer {
	background: #c7d4e0;
	padding: 30px 0;
	margin-top: 15px;
}

footer ul.menu, footer ul.data {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
}

footer ul.menu li, footer ul.data li {
	float: left;
	margin: 0 15px;
}

footer ul.menu a, footer ul.data li {
	color: #333;
	font-family: 'Open Sans';
	font-weight: 16px;
}

footer ul.data li {
	font-size: 14px;
}

footer ul.data {
	margin-top: 15px;
	float: none;
}

footer p.firma {
	float: right;
	font-size: 14px;
	font-family: 'Open Sans';
	margin: 0;
}

footer p.firma a {
	color: #0066cc;
	font-family: 'Open Sans';
}

.buttonContainer h3 {
	background: #333;
}

.buttonContainer a {
	background: #e1e9f0;
	color: #333;
	display: block;
	padding: 15px;
	margin-top: -27px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.buttonContainer a.download {
	background: #e1e9f0 url(../img/icon-download1.png) left 15px center no-repeat;
	background-size: 25px;
	padding-left: 52px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.buttonContainer a.download:hover {
	background: #0066cc url(../img/icon-download2.png) left 15px center no-repeat;
	background-size: 25px;
	color: #fff;
}

form.adminForm {
	border-radius: 3px;
}

form.adminForm h2 {
	font-size: 36px;
	font-weight: 400;
	padding: 10px 30px 10px 60px;
	background: url(../img/icon-arrows.png), linear-gradient(45deg, #0066cc, #1a99cc);
	background-position: center left 20px, center center;
	background-repeat: no-repeat;
	line-height: 1.2em;
	text-align: left;
	text-transform: none;
	border-radius: 3px 3px 0 0;
}

form.adminForm label {
	text-align: left;
}

form.adminForm input[type=submit] {
	display: inline-block;
	width: auto;
	padding: 10px 40px;
	height: auto;
}

label.comment {
	margin: 60px 0 -10px 0;
	font-weight: 400;
	padding-top: 15px;
	border-top: 1px solid #bfd0dc;
}

/*===================================================================================================================================
INTERNA PAIS
===================================================================================================================================*/

.internal article.content {
	box-shadow: none;
	background: #fff;
	padding-top: 20px;
}

.slideshowInternal .info {
	position: absolute;
	z-index: 10;
	bottom: -20px;
	width: 100%;
	border-bottom: 20px solid;
}

.slideshowInternal ul.slides .bg:before {
	background: linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,0));
}


.slideshowInternal h1 {
	float: left;
	color: #fff;
	margin: 0;
	font-size: 46px;
	font-weight: 400;
	padding: 10px 30px 0 70px;
	background-image: url('../img/icon-arrows.png');
	background-position: bottom 12px left 20px;
	background-repeat: no-repeat;
	line-height: 1.2em;
}

.slideshowInternal h1 a {
	color: #fff;
}

.slideshowInternal .info ul {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.slideshowInternal .info li {
	float: left;
	color: #fff;
	margin: 0 5px;
	font-size: 16px;
}

.slideshowInternal .info li a {
	color: #fff;
}

.slideshowInternal .info li a.active {
	font-weight: bold;
}

.slideshowFull {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
}

.slideshowFull ul.slides .bg:before {
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.1));
}

h3 {
	font-size: 18px;
	padding: 7.5px 15px;
	background: #0066cc;
	background: linear-gradient(45deg, #0066cc, #1a99cc);
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	margin: 30px 0;
	font-weight: 900;
}

h3 small {
	text-transform: none;
	font-size: 100%;
	font-weight: bold;
	margin-left: 7px;
}

.col66 > h4 {
    font-size: 17px;
    padding: 7.5px 15px;
    background: #e1e9f0;
    color: #06c;
    text-transform: uppercase;
    width: 100%;
    margin: 30px 0 3px;
    font-weight: 700;
}

.image-region {
	padding-bottom: 20px;
	margin-top: -30px;
	width: 100%;
}


.regions {
	background: #e1e9f0;
}

.regions h3 {
	margin-bottom: 0;
}

.regions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.regions li {
	width: 100%;
	border-top: 2px solid #fff;
	background: url('../img/icon-plus1.png') center left 16px no-repeat;
}

.regions a {
	padding: 15px 30px 15px 55px;
	display: block;
}

.regions h4 {
	text-transform: uppercase;
	color: #0066cc;
	margin: 0;
	line-height: 1.2em;
}

.regions p {
	color: #222;
	margin: 0;
}

.regions li:hover, .regions li.mouseover, .regions li.active {
	background: #0066cc url('../img/icon-plus2.png') center left 16px no-repeat;
}

.regions li:hover h4, .regions li:hover p, .regions li.mouseover h4, .regions li.mouseover p, .regions li.active h4, .regions li.active p {
	color: #fff;
}

.interactiveMap {
	position: relative;
}

.interactiveMap img {
	width: 100%;
}

.interactiveMap .regionPoints {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.interactiveMap .regionPoints .point {
	position: absolute;
	width: 100%;
}

.interactiveMap .regionPoints .point a {
	width: 24px;
	height: 24px;
	position: absolute;
	top: -12px;
	left: -12px;
	background: url('../img/icon-plus5.png') center center no-repeat;
	display: block;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 0 15px rgba(255,255,255,.5);
	border-radius: 50%;
	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		 -o-transition: all .3s ease-out;
			transition: all .3s ease-out;
}

.interactiveMap .regionPoints .point a:hover, .interactiveMap .regionPoints .point a.mouseover, .interactiveMap .regionPoints .point a.active {
	box-shadow: 0 0 0 30px rgba(0, 102, 204, .5);
	background: url('../img/icon-plus3.png') center center no-repeat;
}

.interactiveMap .regionPoints .point:hover .tooltip {
	opacity: 1;
	-webkit-transform: none !important;
	   -moz-transform: none !important;
		-ms-transform: none !important;
		 -o-transform: none !important;
			transform: none !important;
}

.interactiveMap .regionPoints .point .tooltip {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 5;
	left: -20px;
	top: 24px;
	background: #000;
	padding: 10px;
	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		 -o-transition: all .3s ease-out;
			transition: all .3s ease-out;

	-webkit-transform: translateY(-15px);
	   -moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		 -o-transform: translateY(-15px);
			transform: translateY(-15px);
}

.interactiveMap .regionPoints .point .tooltip span {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #000000 transparent;
}

.interactiveMap .regionPoints .point .tooltip.upper {
	bottom: 24px;
	top: auto;
	-webkit-transform: translateY(15px);
	   -moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		 -o-transform: translateY(15px);
			transform: translateY(15px);
}

.interactiveMap .regionPoints .point .tooltip.upper span {
	top: auto;
	bottom: -6px;
	border-width: 6px 6px 0 6px;
	border-color: #000000 transparent transparent transparent;
}

.interactiveMap .regionPoints .point .tooltip h4 {
	margin: 0 0 5px 0;
	color: #fff;
	font-weight: 900;
	font-size: 14px;
	line-height: 1em;
}

.interactiveMap .regionPoints .point .tooltip p {
	margin: 0;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 1em;
}

.generalInfo {
	column-count: 2;
	column-gap: 30px;
}

p {
	margin: 15px 0;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
}

p strong {
	font-weight: 700;
}

.generalInfo p:first-child {
	margin-top: 0;
}

.generalInfo ul, .description ul, .timelineInfo ul {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	padding: 0 0 0 17px;
	list-style: disc;
}

.timelineInfo .text {
	column-count: 2;
	margin: 7px 0;
}

.timelineInfo .text p:first-child {
	margin-top: 0;
}

.timelineInfo img {
	width: 100%;
	margin: -30px 0 30px 0;
	border: 1px solid #e1e9f0;
	border-top: 0;
}

.timelineInfo ul {
	margin: 0;
}

.timelineInfo ul li, .generalInfo ul li {
	margin: 0 0 15px;
}

.description ul li {
	margin: 0;
}

.generalInfo ul li strong {

}

.internal .categories {
	margin: -15px;
}

.internal .categories li {
	width: 50%;
}

.internal .categories h2 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}

.internal .tourPlaces {
	background: #e1e9f0;
	margin: 0 0 30px 0;
	width: 25%;
	float: left;
}

.internal .tourPlaces img {
	width: 100%;
	padding: 10px;
	background: #f7f7f7;
}

.cruisesInternal .tourPlaces img {
	padding: 0;
}

.internal .tourPlaces h2 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	background: #0066cc;
	color: #fff;
	padding: 7px 15px;
	text-transform: uppercase;
	font-weight: 900;
	border-bottom: 3px solid #fff;

	display: none;
}

/*.internal .tourPlaces h2 {
	margin: 30px;
	font-size: 20px;
	font-weight: bold;
}

.internal .tourPlaces h2 span {
	color: #0066cc;
	cursor: pointer;
}*/

.internal .tourPlaces .links {
	padding: 0;
	margin: 0;
	list-style: none;
}

.internal .tourPlaces li {
	border-top: 3px solid #fff;
}

.internal .tourPlaces a {
	background: #e1e9f0;
	padding: 7px 15px;
	display: block;
	color: #0066cc;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2em;
}

.internal .tourPlaces a small {
	display: block;
	font-weight: normal;
	font-size: 14px;
}

.internal .tourPlaces a:hover {
	background: #0066cc;
	color: #fff;
}

ul.timeline, .timelineInfo {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0 0 0 30px;
	position: relative;
	width: 75%;
	float: right;
}

.timelineInfo {
	padding: 0;
	width: 100%;
}

ul.timeline:before {
	content: '';
	width: 1px;
	display: block;
	position: absolute;
	left: 15px;
	background: #ddd;
	height: 100%;
}

ul.timeline li:last-child p:last-child {
	margin-bottom: 0;
}

ul.timeline > li {
	position: relative;
	margin: 0 0 20px;
}

ul.timeline .checkpoint {
	/*width: 25%;
	float: left;
	padding: 3px 0 0 30px;*/
	margin-bottom: 7px;
}

ul.timeline .checkpoint:before {
	content: '';
	display: block;
	position: absolute;
	left: -19px;
	top: 3px;
	width: 9px;
	height: 9px;
	background: #0066cc;
	box-shadow: 0 0 0 1px #fff;
	border-radius: 50%;
}

ul.timeline .checkpoint h4, .timelineInfo h4 {
	font-size: 14px;
	font-weight: 900;
	color: #333;
	margin: 0;
	border-bottom: 2px solid #0066cc;
	padding: 0 0 7px 0;
}

.timelineInfo h4 {
	margin-bottom: 10px;
}

ul.timeline .checkpoint h4 span {
	display: block;
	font-size: 12px;
	color: #0066cc;
	font-weight: 600;
}

ul.timeline .description {
	/*width: 75%;
	float: right;
	padding-left: 30px;*/
}

ul.timeline .description img {
	width: 100%;
	margin: 7px 0 15px 0;
}

ul.timeline .description p strong {
	font-weight: bold;
}

h4 {
	margin: 15px 0 0 0;
}

.table {
	display: table;
	padding: 10px 15px;
	width: 100%;
}

.table h4, .table2 h4 {
	margin: 0;
	color: #003366;
	font-weight: 900;
	font-size: 14px;
}

.table .row {
	display: table-row;
}

.table .row.title .cell {
	border-bottom: 2px solid #003366;
	font-weight: 700;
	color: #003366;
	padding-bottom: 1px;
}

.table .cell {
	font-size: 14px;
	display: table-cell;
	padding: 5px;
	border-bottom: 1px solid #bdc5cd;
}

.table .cell:first-child {
	color: #003366;
	padding-left: 0;
}

.table .cell:last-child {
	padding-right: 0;
}

.table .row:last-child .cell {
	border: none;
}

.table2 {
	width: 100%;
	padding: 10px 15px 20px 15px;
	font-size: 14px;
	display: table;
}

.table2 .row {
	display: table-row;
}

.table2 .cell {
	border-bottom: 1px solid #bdc5cd;
	display: table-cell;
	padding: 5px;
}

.table2 .cell:first-child {
	padding-left: 0;
}


.table2 .cell:first-child:not(:last-child) {
	font-weight: 700;
	color: #003366;
}

form {
	margin: 30px 0;
	padding: 30px;
	background: #e1e9f0;
}

form h2 {
	background: #0066cc;
	color: #fff;
	font-weight: 900;
	line-height: 1.2em;
	font-size: 20px;
	text-transform: uppercase;
	margin: -30px -30px 30px -30px;
	padding: 20px 30px;
}

form label {
	color: #222;
	font-weight: bold;
	display: block;
	font-size: 14px;
}

form input, form textarea, form select, form button {
	width: 100%;
	border: none;
	background: #fff;
	height: 30px;
	margin: 5px 0 20px 0;
	box-shadow: inset 0 -1px 0 #bfd0dc;
	color: #333;
	padding: 0 5px;
	font-size: 14px;
}

form textarea {
	height: 90px;
}

form input[type=submit], form button {
	background: #222;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	box-shadow: none;
	margin: 7px 0 0 0;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

form input[type=submit]:hover, form button:hover {
	background: #0066cc;
}

form .check {
	margin: 5px 0 20px;
}

form .check input {
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: -1px 7px 0 -2px;
	padding: 0;
	cursor: pointer;
	position: relative;
	outline: none !important;
}

form .check input:before {
	content: '';
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	background: #0066cc;
	left: 5px;
	top: 5px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}

form .check input:checked:before {
	opacity: 1;
}

form .check input + label {
	margin: 10px 0;
	font-weight: 400;
	color: #666;
}

form .fromTo label {
	width: 48%;
	float: left;
	font-weight: 400;
	color: #666;
	margin-top: 5px;
}

form .fromTo input {
	float: left;
	width: 48%;
	position: relative;
}

form .fromTo input:last-child, form .fromTo label:nth-child(2) {
	float: right;
}

span.inputFormRojo {
    display: none !important;
}

input.inputFormRojo, select.inputFormRojo {
    box-shadow: inset 0 -2px 0 #cc3333;
}

.moreTours h2 {
	background: #222;
	color: #fff;
	font-weight: 900;
	line-height: 1.2em;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px 30px;
}

.moreTours h4 {
	font-weight: 900;
	margin: 0;
	border-bottom: 2px solid #0066cc;
	padding-bottom: 5px;
}

.moreTours ul {
	padding: 0;
	margin: -14px 0 30px 0;
	list-style: none;
	background: #f7f7f7;
}

.moreTours li {
	border-bottom: 3px solid #fff;
}

.moreTours li a {
	padding: 9px 15px;
	display: block;
	color: #06c;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2em;
}

.moreTours small {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.moreTours li a:hover {
	background: #e1e9f0;
}

.moreTours.listNav h2 {
	margin: 30px 0 2px 0;
	padding: 7.5px 15px;
	font-size: 18px;
}

.moreTours.listNav ul {
	background: #e1e9f0;
	margin-top: 0;
}

.moreTours.listNav li {
	border-bottom: 2px solid #fff;
}

.moreTours.listNav li a {
	padding: 12px 15px;
}

.moreTours.listNav li a:hover {
	color: #fff;
	background: #06c;
}

.tourTitle {
	height: 300px;
	margin: 30px 0;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.tourTitle h3 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 15px;
	font-size: 20px;
}

.contact-success, .contact-error, .formEdit {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	display: none;
}

.contact-success .wrapper, .contact-error .wrapper, .formEdit .wrapper {
	height: 100%;
	max-width: 650px;
	display: flex;
	align-items: center;
	z-index: 30;
}

.formEdit textarea {
	font-family: 'Verdana';
}

.contact-success .col100, .contact-error .col100 {
	background: #fff;
	padding: 30px;
}

a.close {
	position: absolute;
	right: 0;
	background: #0066cc;
	color: #fff;
	font-weight: bold;
	padding: 9px 15px;
	top: 0;
}

.formEdit form {
	text-align: left;
	-webkit-transform: translateY(100px);
	   -moz-transform: translateY(100px);
	    -ms-transform: translateY(100px);
	     -o-transform: translateY(100px);
	        transform: translateY(100px);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.formEdit.active form {
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;	
}

.formEdit a.close {
	position: absolute;
	top: 30px;
	right: 15px;
	color: #fff;
	padding: 18px 25px;
	background: #2d8be8;
	font-size: 20px;
	font-weight: 900;
}

.formEdit .ok, .formEdit .no {
	display: none;
	background: #fff;
	padding: 30px;
}




/*===================================================================================================================================
COLORES DE PAIS
===================================================================================================================================*/

.generalInternal .slideshowInternal h1,
.generalInternal ul.accordeon h2, .generalInternal ul.links-big h2 { background-color: #0066cc; }
.generalInternal .info { border-bottom-color: #0066cc; }
.generalInternal .info a.active { color: #0066cc; }
.bg-general, .destinations span.bg-general:before,
.generalInternal .regions h3, 
.generalInternal .tourPlaces a:hover, 
.generalInternal .tourPlaces h2, 
.generalInternal .moreTours h2, 
.generalInternal .tourTitle h3 { background: #0066cc; }
ul.categories a.bg-general:hover:before { box-shadow: inset 0 0 0 5px #0066cc; }

.argentinaInternal .slideshowInternal h1,
.argentinaInternal ul.accordeon h2, .argentinaInternal ul.links-big h2 { background-color: #37bdea; }
.argentinaInternal .info { border-bottom-color: #37bdea; }
.argentinaInternal .info a.active { color: #37bdea; }
.bg-argentina, .destinations span.bg-argentina:before,
.argentinaInternal .regions h3, 
.argentinaInternal .tourPlaces a:hover, 
.argentinaInternal .tourPlaces h2, 
.argentinaInternal .moreTours h2, 
.argentinaInternal .tourTitle h3 { background: #37bdea; }
ul.categories a.bg-argentina:hover:before { box-shadow: inset 0 0 0 5px #32beec; }

.brazilInternal .slideshowInternal h1,
.brazilInternal ul.accordeon h2, .brazilInternal ul.links-big h2 { background-color: #4ace76; }
.brazilInternal .info { border-bottom-color: #4ace76; }
.brazilInternal .info a.active { color: #4ace76; }
.bg-brazil, 
.destinations span.bg-brazil:before,
.brazilInternal .regions h3, 
.brazilInternal .tourPlaces a:hover, 
.brazilInternal .tourPlaces h2, 
.brazilInternal .moreTours h2, 
.brazilInternal .tourTitle h3 { background: #4ace76; }
ul.categories a.bg-brazil:hover:before { box-shadow: inset 0 0 0 5px #4ace76; }

.peruInternal .slideshowInternal h1,
.peruInternal ul.accordeon h2, .peruInternal ul.links-big h2 { background-color: #de723c; }
.peruInternal .info { border-bottom-color: #de723c; }
.peruInternal .info a.active { color: #de723c; }
.bg-peru, 
.destinations span.bg-peru:before,
.peruInternal .regions h3, 
.peruInternal .tourPlaces a:hover, 
.peruInternal .tourPlaces h2, 
.peruInternal .moreTours h2, 
.peruInternal .tourTitle h3 { background: #de723c; }
ul.categories a.bg-peru:hover:before { box-shadow: inset 0 0 0 5px #de723c; }

.chileInternal .slideshowInternal h1,
.chileInternal ul.accordeon h2, .chileInternal ul.links-big h2 { background-color: #cc3333; }
.chileInternal .info { border-bottom-color: #cc3333; }
.chileInternal .info a.active { color: #cc3333; }
.bg-chile, 
.destinations span.bg-chile:before,
.chileInternal .regions h3, 
.chileInternal .tourPlaces a:hover, 
.chileInternal .tourPlaces h2, 
.chileInternal .moreTours h2, 
.chileInternal .tourTitle h3 { background: #cc3333; }
ul.categories a.bg-chile:hover:before { box-shadow: inset 0 0 0 5px #cc3333; }

.cruisesInternal .slideshowInternal h1,
.cruisesInternal ul.accordeon h2, .cruisesInternal ul.links-big h2 { background-color: #003366; }
.cruisesInternal .info { border-bottom-color: #003366; }
.cruisesInternal .info a.active { color: #43709e; }
.bg-cruises, 
.destinations span.bg-cruises:before,
.cruisesInternal .regions h3, 
.cruisesInternal .tourPlaces a:hover, 
.cruisesInternal .tourPlaces h2, 
.cruisesInternal .moreTours h2, 
.cruisesInternal .tourTitle h3 { background: #003366; }
ul.categories a.bg-cruises:hover:before { box-shadow: inset 0 0 0 5px #003366; }

.southamericaInternal .slideshowInternal h1,
.southamericaInternal ul.accordeon h2, .southamericaInternal ul.links-big h2 { background-color: #ff9900; }
.southamericaInternal .info { border-bottom-color: #ff9900; }
.southamericaInternal .info a.active { color: #ff9900; }
.bg-southamerica, 
.destinations span.bg-southamerica:before,
.southamericaInternal .regions h3, 
.southamericaInternal .tourPlaces a:hover, 
.southamericaInternal .tourPlaces h2, 
.southamericaInternal .moreTours h2, 
.southamericaInternal .tourTitle h3 { background: #ff9900; }
ul.categories a.bg-southamerica:hover:before { box-shadow: inset 0 0 0 5px #ff9900; }




/*===================================================================================================================================
RESPONSIVE
===================================================================================================================================*/

@media(max-width: 1200px) {
	header .col33:nth-child(1) {
		width: 25%;
	}

	header .col33:nth-child(2) {
		width: 75%;
		position: absolute;
		right: 0;
		height: 100%;
		padding: 0 30px;
	}

	header .col33:nth-child(3) {
		display: none;
	}

	.destinations{
		margin: 0;
		position: absolute;
		bottom: 0;
	}
	.slideshow {
		height: 400px;
	}
}

@media(max-width: 960px) {
	ul.categories li {
		width: 50%;
	}
	.slideshow {
		height: 350px;
	}
	nav ul {
		margin: 0 -15px;
	}
	nav li {
		margin: 0 15px;
	}
	ul.slides h2 {
		font-size: 20px;
	}
	ul.slides h1 {
		font-size: 45px;
	}

	ul.categories h2 {
		font-size: 24px;
		padding: 7px 15px;
	}
	footer ul.menu li, footer ul.data li {
		margin: 0 7px;
	}
	footer ul.menu, footer ul.data {
		margin: 0 -7px;
	}
	footer ul.menu {
		margin-bottom: 15px;
	}
	.generalInfo {
		column-count: 1;
	}
	.internal .categories h2 {
		font-size: 16px;
	}

	.content .wrapper > .col66, .content .wrapper > .col33 {
		width: 100%;
	}

	.content.content-country .wrapper > .col66, .content.content-country .wrapper > .col33, .content.content-region .wrapper > .col66, .content.content-region .wrapper > .col33 {
		width: 50%;
	}

	.content.content-country .wrapper > .col66.colRight, .content.content-region .wrapper > .col66.colRight {
		width: 100%;
		float: left;
	}

	.reservation, .moreTours {
		margin: 0;
		width: 50%;
		float: left;
		position: relative;
	}
	.moreTours {
		padding: 0 0 0 30px;
	}
	.moreTours.listNav {
		width: 100%;
		padding: 0;
	}
	.moreTours h2 {
		margin-top: 0;
	}
	.slideshowInternal h1 {
		font-size: 36px;
		padding: 7px 20px 0 50px;
		background-position: bottom 12px left 17px;
		background-size: 25px;
	}
	.slideshowInternal {
		height: 150px;
	}
	.interactiveMap .regionPoints .point a {
		-webkit-transform: scale(.8);
		   -moz-transform: scale(.8);
		    -ms-transform: scale(.8);
		     -o-transform: scale(.8);
		        transform: scale(.8);
		transform-origin: center;
	}
}

/*========================================================================================
ADMIN
==========================================================================================*/

.adminInternal ul.categories {
	display: flex;
	flex-wrap: wrap;
}

.adminInternal ul.categories li {
	width: 33.33%;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
	display: none;
	position: relative;
}

.adminInternal ul.categories .info {
	background: #e1e9f0;
	padding: 7px 15px 15px;
	border-top: 3px solid #fff;
}

.adminInternal ul.categories .info p {
	margin: 7px 0;
	border-bottom: 1px solid #bfd0dc;
	padding: 0 0 5px;
	font-family: 'Verdana';
}

.adminInternal ul.categories .info p.price {
	text-align: right;
}

.adminInternal ul.categories .info p:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

ul.filters {
	margin: 7px -7px 20px -7px;
	padding: 0;
	display: inline-block;
	width: 100%;
}

ul.filters li {
	display: inline-block;
	margin: 7px;
	list-style: none;
}

ul.filters a {
	color: #666;
	padding: 10px 15px;
	display: inline-flex;
	line-height: 1em;
	font-size: 15px;
	font-weight: 500;
	border: 1px solid #bcc5ce;
}

/*ul.filters li:nth-child(1) a.sort:after {
	content: '';
	position: relative;
	display: block;
	width: 13px;
	height: 13px;
	border-top: 2px solid;
	border-left: 2px solid;
	transform: translateY(3px) rotate(45deg);
}

ul.filters li:nth-child(2) a.sort:after {
	content: '';
	position: relative;
	display: block;
	width: 13px;
	height: 13px;
	border-top: 2px solid;
	border-left: 2px solid;
	transform: translateY(-3px) rotate(225deg);
}

ul.filters li:nth-child(3) a.sort:after {
	content: 'X';
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	text-align: center;
	font-weight: bold;
	transform: translateY(-3px) rotate(90deg);
	font-size: 19px;
}*/
ul.filters li:nth-child(3) a.sort {
	position: relative;
	top: -1px;
}


ul.filters a:hover, ul.filters a.active {
	background: #0066cc;
	color: #fff;
	border-color: #fff;
}

.filtersContainer h4 {
    text-transform: uppercase;
    float: left;
    padding-top: 3px;
}

.filtersContainer {
    margin-bottom: 30px;
    border-bottom: 3px solid #e1e9f0;
}

span.edit {
	position: absolute;
	top: 30px;
	right: 30px;
	background: #fff;
	padding: 5px 15px;
	color: #06c;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #ccc;
	cursor: pointer;
	display: none;
}

.adminInternal ul.categories li:hover span.edit {
	display: block;
}

/*========================================================================================
RESPONSIVE
==========================================================================================*/


@media(max-width: 800px) {
	header > .wrapper {
		display: none;
	}
	header .header-small {
		display: block;
	}
	header {
		padding: 17px 0 15px 0;
		border-bottom: 5px solid #0066cc;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 50;
	}
	header .col33:nth-child(1) {
		width: 100%;
	}
	header .col33:nth-child(2) {
		display: none;
	}
	.logo {
		width: 110px;
	}
	.logo-small {
		display: none;
		position: relative;
		z-index: 50;
	}
	section {
		padding-top: 100px;
	}
	.burger {
		top: 18px;
	}

	header nav {
		display: none;
	}

	header .header-small nav {
		display: block;
	}

	/*MENU*/
	nav {
		position: fixed;
		background: none;
		right: 0;
		top: 0;
		width: auto;
		padding: 100px 0 0 0;
		margin: 0;
		height: 100vh;
		overflow-y: scroll;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
		-o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	}
	nav .container {
		position: relative;
		top: 0;
		left: 0;
		height: 100%;
		padding: 15px 30px 30px 30px;
		background: #105aa4;
		overflow-y: scroll;
	}
	nav ul { 
		width: auto;
		margin: 0;
	}
	nav li {
		float: none;
		width: auto;
		text-align: left;
		margin: 0;
		padding: 2px 0;
	}
	nav li a {
		padding: 3px 0;
		display: block;
	}
	nav span {
		display: block;
	}
	
	header .data {
		border-top: 1px solid rgba(255,255,255,.5);
		margin: 30px -30px 0 -30px;
		padding: 30px;
	}
	header .data li, header .data span, header .data strong {
		margin: 0;
		color: #fff;
		padding: 0;
	}
	nav.active {
		display: block;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	header .destinations {
		display: none;
	}
	header .header-small .destinations {
		display: block;
		float: none;
		position: relative;
	}
	header .destinations li {
		color: #fff;
		float: none;
		width: auto;	
	}
	header .destinations a {
		color: #fff;
		font-size: 18px;
		padding-left: 30px;
	}
	header .destinations span {
		top: 12px;
	}
	nav ul.menu a:before {
		top: 0;
		left: -30px;
		bottom: auto;
		height: 100% !important;
		width: 0;
	}
	nav ul.menu a.active:before, nav ul.menu a:hover:before {
		width: 4px;
	}
	nav ul.lang {
		float: none;
	}
	nav ul.lang li {
		float: left;
	}
	nav ul.lang li a, nav ul.lang li {
		padding: 0;
		font-size: 16px;
	}

	.slideshowInternal .info ul {
		overflow: hidden;
		position: relative;
		display: block;
		width: 100%;
		bottom: auto;
		left: 0;
		padding: 10px 15px;
		margin: 0 -15px;
		background: #000;
		box-shadow: 30px 0 0 #000;
		margin-bottom: -40px;
	}
	.slideshowInternal .info {
		bottom: -40px;
		border-bottom-width: 40px;
	}
	.slideshowInternal .info li {
		margin: 0 3px;
		text-align: left;
	}
	.slideshowInternal .info li a.active {
		color: #fff !important;
	}
	.internal article.content {
		padding-top: 25px;
	}
	.timelineInfo .text {
		column-count: 1;
	}
	.generalInternal .slideshowInternal .info ul { box-shadow: 100px 0 0 0 #0066cc, -100px 0 0 0 #0066cc; background: #0066cc; }
	.argentinaInternal .slideshowInternal .info ul { box-shadow: 100px 0 0 0 #32beec, -100px 0 0 0 #32beec; background: #32beec; }
	.brazilInternal .slideshowInternal .info ul { box-shadow: 100px 0 0 0 #4ace76, -100px 0 0 0 #4ace76; background: #4ace76; }
	.peruInternal .slideshowInternal .info ul { box-shadow: 100px 0 0 0 #de723c, -100px 0 0 0 #de723c; background: #de723c; }
	.chileInternal .slideshowInternal .info ul { box-shadow: 100px 0 0 0 #cc3333, -100px 0 0 0 #cc3333; background: #cc3333; }
	.cruisesInternal .slideshowInternal .info ul { box-shadow: 100px 0 0 0 #003366, -100px 0 0 0 #003366; background: #003366; }
	.southamericaInternal .slideshowInternal .info ul { box-shadow: 100px 0 0 0 #ff9900, -100px 0 0 0 #ff9900; background: #ff9900; }



	footer .menu {
		display: none;
	}
	footer ul.data {
		float: left;
	}
	footer ul.data li {
		float: none;
	}

	.adminInternal ul.categories li {
		width: 50%;
	}
}

@media(max-width: 640px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 50;
	}
	.logo {
		width: 100px;	
		display: none;
	}
	.logo-small {
		display: block;	
	}
	.burger {
		top: 2px;
	}

	nav {
		padding-top: 66px;
	}

	header + section {
		padding-top: 66px;
	}

	.wrapper {
		padding: 0;
	}
	ul.categories li {
		width: 100%;
	}
	.content.content-country .wrapper > .col66, .content.content-country .wrapper > .col33, .content.content-region .wrapper > .col66, .content.content-region .wrapper > .col33 {
		width: 100%;
	}
	ul.slides h2 {
		font-size: 16px;
	}
	ul.slides h1 {
		font-size: 24px;
	}
	.slideshow {
		height: 200px;
	}
	.flex-direction-nav .flex-next {
		right: 5px;
	}
	.flex-direction-nav .flex-prev {
		left: 5px;
	}

	.internal .tourPlaces {
		width: 33.33%;
	}
	ul.timeline {
		width: 66.66%;
	}
	.reservation, .moreTours {
		width: 100%;
	}
	.moreTours {
		padding: 30px 0 0 0;
	}

	.moreTours + .moreTours {
		padding-top: 0; 
	}

	.hide-640 {
		display: none;
	}

	.show-640 {
		display: block;
	}

	.show-640 .moreTours h2 {
		margin: 0;
	}
	article.contentBox {
		position: relative;
		margin-top: -70px;
		padding-top: 70px;
	}
}

@media(max-width: 550px) {
	.internal ul.categories li {
		width: 100%;
	}
	footer ul.data {
		display: none;
	}
}
