@charset "utf-8";

@-webkit-keyframes FadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes FadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes FadeIn { from { opacity:0; } to { opacity:1; } }

@-webkit-keyframes LayerAppear { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes LayerAppear { from { opacity:0; } to { opacity:1; } }
@keyframes LayerAppear { from { opacity:0; } to { opacity:1; } }

@-webkit-keyframes custom-booking  { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes custom-booking  { from { opacity:0; } to { opacity:1; } }
@keyframes custom-booking  { from { opacity:0; } to { opacity:1; } }
	
.FadeIn, .LayerAppear, .custom-booking {
	opacity:0; 
	opacity:1\9; 
	-webkit-animation:fadeIn ease-in 1, LayerAppear ease-in 1;  
	-moz-animation:fadeIn ease-in 1, LayerAppear ease-in 1;
	animation:fadeIn ease-in 1, LayerAppear ease-in 1;
 
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:0.6s;
	-moz-animation-duration:0.6s;
	animation-duration: 0.6s;}
	
/*-----------juicer----------------------*/

.juicer-feed .j-paginate {
    border: 2px solid  #207fc7!important;
		background: #fff!important;
		-webkit-border-radius: 2px;
		border-radius: 2px;
    color: #207fc7!important;
    font-size: 16px!important;}	
		
.juicer-feed .j-paginate:hover {
    color: #fff!important;
		background: #207fc7!important;}		
	
/*------------cookie-alert---------------*/
	
a.cc_btn.cc_btn_accept_all {
	background-color: #207fc7!important;
	color: #fff!important; border: 1px #207fc7 solid!important;
	color: #fff!important; border: 1px #207fc7 solid!important;
	-webkit-border-radius: 2px!important;
	border-radius: 2px!important;}
	
a.cc_btn.cc_btn_accept_all:hover {
	background-color: none!important;}
	
.cc_message {
	font-size: 1em!important;
	line-height: 0.7em!important;}	
	
/*---------------reminder----------------*/

.reminder {
	text-align: left;
	display: block;
	overflow: hidden;}
	
.reminder h3 {
	color: #207fc7; font-size: 2.2vw;}	
	
.reminder p {
	color: #585858; font-size: 1.4vw;}		

/*---------------------------------------*/	

.cd-top {
	position: fixed;
	display: block;
	width: 48px;
	height: 48px;
	bottom: 40px;
	right: 20px;
	opacity: 0;}
	
.cd-top img {
	border-radius:2px;
	-webkit-border-radius: 2px;}	

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;}
  
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;}

.cd-top.cd-fade-out {
	opacity: 1;}

.cd-top:hover {
	opacity: 0.6;}
	
.no-touch .cd-top:hover {
	opacity: 0.6;}		

/*-------------------------------------------------*/	

.sticky-wrapper header {
	width: 100%; 
	padding: 0; margin:0;
	position: absolute;
	z-index: 10; /*top: 0; left: 0;*/ 
	max-width: 1920px;
	float: left;
	background: rgba(0,0,0,0);
	-webkit-box-shadow: 0 1px 2px 3px rgba(0,0,0,0.0);
	box-shadow: 0 1px 2px 3px rgba(0,0,0,0.0);}

.is-sticky header {
	margin: -15px 0 0 0;
	background: #fff;
	-webkit-box-shadow: 0 1px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px 5px rgba(0,0,0,0.2);}	
	
header .menus {
	display: block; width: 75%;
	margin: 0; float: left;
	background: none; overflow: hidden;}
		
/*----------------------------------------------------*/
		
.custom-logo {
	float: left; width: 12%; margin: 0;
	padding: 15px 0 15px 0; display: block; 
	background: none; text-align: center;}
	
.custom-logo img {
	width:80%; margin: 0;}	
	
.is-sticky .custom-logo {
	background: #333;}
	
.is-sticky header .custom-logo img {
	width:60%; margin: 10px 0 -5px 0;}	

/*------------------------------------------------------*/

.mod-languages-rola-mob {display: none;}
	
.mod-languages-rola {
	display: block; 
	margin: 10px 0 0 5px; 
	padding: 0 0 0 5px;
	width: auto; 
	float: right; overflow: hidden;
	border-left: 1px rgba(255,255,255,0.6) solid;}
	
.is-sticky .mod-languages-rola {
	margin: 20px 0 0 5px;
	border-left: 1px rgba(0,0,0,0.1) solid;}	

.lang-inline {
	float: right; display: block;
	margin: 0; padding: 0; text-align:center; }	
	
.lang-inline li {
	padding: 0; display: inline-block; 
	margin: 0 2px 0 2px;}	
		
ul.lang-inline li a {
	color: #fff; display: block; padding: 0 0 3px 0; 
	font-weight: 400; font-size: 0.9vw; letter-spacing: 0.05em;}
	
ul.lang-inline li.lang-active a { cursor: default; border-bottom: 2px solid #fff;}
.is-sticky ul.lang-inline li.lang-active a { cursor: default; border-bottom: 2px solid #333;}
ul.lang-inline li a:hover {border-bottom: 2px solid #fff;} 
.is-sticky  ul.lang-inline li a:hover {border-bottom: 2px solid #333;}	

/*----------------main-structure---------------------*/

.wrapper, .custom-explore ul {
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 0;
	padding-bottom: 0;
	width: 96%;
	clear: both;}
	
.custom-somewall {margin: 40px 0 0 0;}	
	
.custom-booking .wrapper {padding: 0; width: 100%; margin:0;}	
			
.item-page {
	background: #fff; float: left; width: 100%;
	display: block; margin: 0; padding: 0 0 30px 0;}	
	
.half {float: left; width: 50%;}

/*----------------------------------------------------*/

.layer-text {
	width: 60%; position: absolute;
	z-index: 2; margin: 150px 0 0 20%;
	text-align: center; color: #fff;
	overflow: hidden;}	

.layer-text h1 {
	font-size: 3vw; text-transform: uppercase;
	margin: 0;
	text-shadow: 0 0 5px #000000;
	font-weight: 400; letter-spacing: 0.025em;}
	
.layer-text p {
	font-size: 1.4vw;
    text-transform: uppercase;
    border-top: 1px #fff solid;
    font-weight: 700;
    padding: 10px 30px;
    letter-spacing: 0.025em;
    text-shadow: 0 0 5px #000000;
    border-bottom: 1px #fff solid;
    width: 40%;
    text-align: center;
    margin: 0 auto 30px auto;}
		
.layer-text p.slogan {
	font-size: 2vw; text-transform: uppercase;
	font-weight: 400; letter-spacing: 0.025em;
	text-shadow: 0 0 5px #000000;
	border: none;}	

.custom-bgbanner {
	width: 100%; margin:-130px 0 0 0; z-index: -1;
	height: 72vh; 
	min-height: 650px;
	max-height: 1080px;
	position: relative; padding:0; 
	overflow: hidden; text-align: center;}

.full-width {width: 100%;}

.custom-fullscreen-banner {
	width: 100%; margin:-125px 0 0 0; z-index: -1;
	height: 96vh; 
	min-height: 650px;
	max-height: 1080px;
	position: relative; padding:0; 
	overflow: hidden; text-align: center;}
	
.custom-bgbanner-small {
	width: 100%; margin:-100px 0 0 0; z-index: -1;
	height: 400px; position: relative; padding:0; 
	overflow: hidden; text-align: center;}
	

/*----------------------------------------------------*/

.ingress {
	width: 80%;
	margin: 0 auto;
	display: block;
	overflow: hidden;}

.ingress p {
	font-size: 18px;
	line-height: 28px;}

.item-page-home {
	background: url(../layout/blue-scenery.jpg) 50% 100% no-repeat;
	background-size: 100%;}
	
.intro-text {
	color: #333; font-family:'Noto Serif', serif!important;
	font-size: 20px; line-height: 1.6em; text-align: center;
	margin: 90px 15% 70px;}
	
.intro-text img {
	width: 15%; display: block; clear: both; margin: 50px auto -10px auto;}	

.big-text {
	display: block;
	margin: 20px auto;
	font-family: 'Noto Serif', serif;
	font-size: 28px;}

.center {text-align: center;}
.blue {color: #207fc7;}

.btn-black {
	font-size: 16px;
    font-weight: 700;
    background: #333;
    padding: 12px 18px 10px 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #333;}

.ctr {
	width: max-content;
	display:block;
	margin: 20px auto;}

.btn-black:hover {
    background: #fff;
    color: #333;}
	
.services {
	display: block; margin: 0 0 110px 0;
	color: #333; overflow: hidden;}	
	
.services h2 {font-size: 1.6vw; margin: 22px 0 22px 10%; font-weight: 400; text-transform: uppercase;}	
.services p {font-size: 1.1vw; margin: 22px 12% 22px 10%; line-height: 1.4em; min-height: 150px;}
.services img {
	width: 90%; display:block;
	margin: 0 auto;}
	
.services .box {
	width: 33.3%; display:block; overflow: hidden;
	margin: 0; float: left;}	
	
.services .box {background: #F8F8F8;/*background: #3f8eca;*/}	
	
/*.services .box:first-of-type {background: #E5E5E5; background: #207fc7;}	
	
.services .box:last-of-type {background: #fff; background: #16598c;}	*/

.services .box a {
	margin: 10px 0 40px 4%; background: rgba(255,255,255,0.0);
	display: inline-block; padding: 14px 40px;
	text-transform: uppercase; font-size: 1vw; color: #333;
	-webkit-border-radius: 2px; border-radius: 2px;
	font-weight: 700;
	border: 1px solid #333;}
	
.services .box a:first-of-type {
	margin: 10px 0 40px 10%;}	
	
.services .box a:hover {
	background:#333;
	border: 1px solid #333;
	color: #fff;}	
	
/*------------------------------------------------*/			

.custom-to-do {
	padding: 100px 0 0 0;}
	
.custom-to-do h2 {
	color: #223442; font-size: 1.6vw; margin: 22px 0 22px 17%; 
	font-weight: 400; text-transform: uppercase;}	
	
.custom-to-do p {
	font-size: 1.1vw; margin: 22px 12% 22px 17%; 
	line-height: 1.4em; color: #464646;}		

.custom-to-do p a {	
	margin: 30px 0 40px 0; background: #fff; clear: both;
	display: block; float: left; padding: 14px 40px;
	text-transform: uppercase; font-size: 16px; color: #464646;
	-webkit-border-radius: 2px; border-radius: 2px; 
	font-weight: 700;
	border: 1px solid #464646;}
	
.custom-to-do p a:hover {	
  background: #223442;color: #fff;
	border: 1px solid #223442;}
	
.custom-to-do .half .moduletable {
	width:80%; float: left; margin:30px 0 0 5%; }	
	
.camera_caption > div {border-radius: 0!important;}
.camera_caption > div {background: rgba(0, 0, 0, 0.6)!important;}
.camera_caption > div {padding: 20px!important;}

.camera_caption_title	{text-transform: uppercase; font-size:1.2vw!important;}
.camera_caption_desc {font-size: 1vw!important; padding: 5px 0 0 0;}
				
/*--------------------------------------------------------------------------------*/	

.custom-explore {
	width:100%; display:block; overflow: hidden;
	margin: 0; padding: 100px 0 0 0; float: left;
	background: url(../layout/green-scenery.jpg) 50% 25% no-repeat;
	background-size: 100%;}
	
.custom-explore .half {
	margin: 80px 0 40px 8.3%; padding: 0; 
	width: 41.3%!important;
	border-left: 1px solid #fff;}	
	
.custom-explore .half h3 {
	color: #fff; font-size: 1.6vw; margin: 22px 0 22px 4%; 
	font-weight: 400; text-transform: uppercase;}
	
.custom-explore .half h3 img {
	width: 12%; max-width: 80px;}	
	
.custom-explore .half p {
	font-size: 1.1vw; margin: 22px 12% 22px 17%; 
	line-height: 1.3em; color: #fff;}	
	
.custom-explore .half p span {text-transform: uppercase;}		

.custom-explore .half a {
	font-size: 16px; font-weight: 700; margin: 30px 2% 0 0;
	display: inline-block; background: rgba(255,255,255,0); padding: 14px 40px;
	float: none; text-transform: uppercase; color: #fff;
	-webkit-border-radius: 2px; border-radius: 2px; 
	border: 1px solid #fff; clear: both;}
	
.custom-explore .half a:hover {
	background: rgba(255,255,255,1);
	color: #333;}	
	
.lake-list {
	width:100%; display:block;
	margin: 0 0 20px 0; padding: 0; float: left;
	background: #fff; -webkit-box-shadow: 0 2px 10px 2px #D1D1D1;
	box-shadow: 0 2px 10px 2px #D1D1D1;}

.custom-explore ul li {
	width:16.6%; display:block; overflow: hidden;
	margin: 0; padding: 0; float: left;}
	
.custom-explore ul li:first-of-type a {
	border-left: 1px #ccc solid;}			
	
.custom-explore ul li a {
	display: block; padding: 130px 0 15px 0;
	margin: 0; border-right: 1px #ccc solid;
	background-color: #fff;
	background-image: url(../layout/location-pointer.png), url(../layout/arrow-right.png);
	background-repeat: no-repeat, no-repeat;
	background-position:  10% 25%, 150% 85%;
	background-size: 64px auto, auto 34px;}	
	
a span.thumb {
	visibility: hidden; 
	opacity: 0; max-width:278px;
	width:15.8%;
	margin: -9% 0 0 0;}
	
a span.thumb img {width: 100%; height: 0; display: none;}	
a:hover span.thumb img {width: 100%; height: auto; display: block;}	
	
a:hover span.thumb {
	visibility: visible;
	display:block; opacity: 1;
	z-index:2; position: absolute;
	margin: -13% 0 0 0;
	max-width:278px;
	width:15.8%;
	-webkit-box-shadow: 0 0 2px 2px #333;
	box-shadow: 0 0 2px 2px #333;}

.custom-explore ul li a span {color: #7f7f7f;}	

.custom-explore ul li a span.name {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.2vw; display: block;
	margin: 0 0 0 10%;}
	
.custom-explore ul li a span.name span {
	font-family: 'Noto Serif', serif;
	font-size: 1.6vw; display: block;
	text-transform: uppercase;
	margin: 0}	
	
.custom-explore ul li a span.readmore {
	font-size: 1vw; display: block;
	color: #fff; font-weight: bold;
	margin: 0 0 0 -50%;}

.custom-explore ul li a:hover {
	background-color: #f2f2f2 ;
	background-image: url(../layout/location-pointer.png), url(../layout/arrow-right.png);
	background-repeat: no-repeat, no-repeat;
	background-position:  10% 25%, 90% 80%;
	background-size: 64px auto, auto 34px;}	
	
.custom-explore ul li a:hover span.readmore {
	color: #207fc7; margin: 0 0 0 10%;}
	
.custom-explore ul li a:hover span {color: #207fc7;}						
	
/*--------------------------------------------------------------------------------*/	
	
.custom-karttaohje {
	background:  url(../../../images/rockandlake/modules/module-bg/karttaohje-light.jpg) no-repeat 50% 0;
	background-size: cover; 
	width:100%; display:block; overflow: hidden;
	margin: -20px 0 0 0; padding: 60px 0 60px 0; float: left;}	
	
.custom-karttaohje .half {
	margin: 70px 0 100px 8.3%; padding: 0; 
	width: 41.3%!important;}	
	
.custom-karttaohje .half h3 {
	color: #2c2c2c; font-size: 2vw; margin: 22px 0 22px 0; 
	font-weight: 600; text-transform: uppercase;}
		
.custom-karttaohje .half p {
	font-size: 1.4vw; margin: 22px 12% 22px 0; 
	line-height: 1.3em; color: #2C2C2C;}	
	
.custom-karttaohje .half p span {text-transform: uppercase;}		

.custom-karttaohje .half a {
	font-size: 16px; font-weight: 700; margin: 30px 2% 0 0;
	display: inline-block; background: #2c2c2c; padding: 14px 40px;
	float: none; text-transform: uppercase; color: #fff;
	-webkit-border-radius: 2px; border-radius: 2px; 
	border: 1px solid #2c2c2c; clear: both;}
	
.custom-karttaohje .half a:hover {
	background: #fff;
	color: #2c2c2c;}	

.custom-contact-info-block {
	background: #2c2c2c;
	display:block; overflow: hidden; width:100%;
	margin: 0; padding: 60px 0 10px 0; float: left;
	color: #fff;}


/*---------------------------------------------------------------------------------*/

.custom-reasons-to-travel,
.custom-reasons-to-travel ul  {
	width:100%; display:block; overflow: hidden;
	margin: 40px 0 40px 0; padding: 0; float: left;}
	
.custom-reasons-to-travel ul {
	padding: 50px 0 50px 0!important;}	
	
.custom-reasons-to-travel ul li {
	float: left; display: block;
	margin: 0; padding: 0; text-align: center;
	width: 25%;}	
	
.custom-reasons-to-travel ul li img {
	border: 0.2em solid #207fc7;
	-webkit-border-radius: 50%; border-radius: 50%;
	width: 60%; margin-bottom: 22px;}	

.custom-reasons-to-travel ul li h4,
.custom-reasons-to-travel ul li p {	
	font-family: 'Archivo Narrow', sans-serif;}
	
.custom-reasons-to-travel ul li h4 {
	text-transform: uppercase;
	color: #207fc7; font-size: 1.3vw; line-height: 1.2em;
	font-weight: 700; letter-spacing: 0.05em;
	margin: 0;}
	
.custom-reasons-to-travel ul li p {
	color: #464646; font-size: 1.1vw;
	letter-spacing: 0.05em; margin: 3% 0 0 0;}		

/*--------------------------------------------------------*/

.custom-mailing-list {
	width:100%; display:block; overflow: hidden;
	margin: 0; padding: 30px 0 50px 0; float: left;
	background: url(../layout/paper-bg.jpg) 0 100% no-repeat;
	background-size: cover; text-align: center;}
	
.custom-mailing-list h4 {
	text-transform: uppercase; font-size: 2.2vw;
	font-weight: 400; color: #333; margin: 20px 0 20px 0;}	
	
.custom-mailing-list img {
	width: 14%;}	
	
.custom-mailing-list p {
	text-transform: uppercase; font-size: 1.1vw;
	font-weight: 700; color: #333; letter-spacing: 0.05em; 
	margin: 20px 0 20px 0; line-height: 1.6em;}	
	
.mcSignupFormWrapper {display: block; overflow: hidden; margin: 0; text-align: center;}
.mcSignupFormWrapper form {padding: 0; margin: 0;}
.mcSignupFormWrapper form div:first-of-type {display: inline-block; margin: 0;}
.mcSignupFormWrapper form div:last-of-type {display: inline-block; margin: 0;}

input.mcSignupRequired {
	background: #333; padding: 14px 32px; margin: 0; color: #fff;
	border: none; -webkit-border-radius: 2px 0 0 2px; border-radius: 2px 0 0 2px;}
	
input.mcSignupRequired:focus {
	color: #fff!important; opacity: 1;}	
	
input.mcSignupSubmit {
	padding: 12px 18px; border: 2px solid #333; margin: 0 0 0 -5px;
	-webkit-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0;
	background: #fff; color: #333; text-transform: uppercase;}	
	
input.mcSignupSubmit:hover {background: #333; color: #fff;}	

.mcSignupResult,
.mcSignupTryAgainWrapper {
	color: #fff; font-size: 1.2vw; font-weight: 700;}
	
/*--------------------------------------------------------*/

.custom-world-wide {
	width:100%; display:block; overflow: hidden;
	margin: 0; padding: 80px 0 80px 0; float: left;
	background: #4d4d4d;
	background-size: 100%; text-align: center;}
	
.custom-world-wide img {
	width: 13%; margin: 0 5% 0 5%; opacity: 0.6;}		

/*--------------------------------------------------------*/

.page-intro {
	width: 65%; margin: 40px auto;
	color: #333;}
	
.page-intro h2 {
	font-weight: 400; text-transform: uppercase;
	font-size: 2vw;}
	
.page-intro h3 {
	font-weight: 400;
	font-size: 1.8vw;}	
	
.page-intro p {
	line-height: 1.4em; font-size: 1.2vw;
	color: #494949;}	
	
.page-intro ul {
	font-size: 1.2vw;
	padding: 0 0 0 35px;
	color: #494949;
	list-style: disc;
}

.page-intro ul li a {
	color: #207fc7;
	text-decoration: none;
}

.page-intro ul li a:hover {
	text-decoration: underline;
}
	
p.two-cols {
	font-size: 1.2vw;
	-moz-column-count: 2;
	-moz-column-gap: 35px;
	-webkit-column-count: 2;
	-webkit-column-gap: 35px;
	column-count: 2;
	column-gap: 35px;}	

.target-list {
	width: 49%; float:left; display:block;
	margin: 0 0.5% 15px 0.5%; overflow: hidden;}	

.target-list img {width: 100%;}

.target-list:hover img {
	-webkit-filter:blur(3px);
	filter:blur(3px);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);}

.target-list .layer {
	position: relative; z-index: 2;
	display: block; margin: -35% 0 0 0;
	bottom: 0; background: rgba(0,0,0,0.0);
	color: #fff; overflow: hidden;}	
	
.target-list:hover .layer {
	background: rgba(0,0,0,0.4);}		

.target-list .layer .left {
	width: 46%; margin:0 0 20px 4%;
	float: left; }
	
.target-list .layer h3 {
	text-transform: uppercase; margin: 20px 0 0 0;
	font-weight: 400; font-size: 1.8vw; 
	float: left;}

.target-list .layer h3 span {
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: none; display: block; clear: both;}
	
.target-list .layer a { 
	display: block; float: left; clear: both;
	margin: 10px 0 10px 0; border: 1px solid #fff;
	padding: 15px 40px; text-transform: uppercase;
	font-weight: 700;	color: #fff; font-size: 1.1vw;
	-webkit-border-radius: 2px; border-radius: 2px;
	background: none;}
	
.target-list .layer a:hover { 
	background: #fff; color: #333;}
	
.target-list blockquote	{
	margin: 20px -120% 0 0; display: block;
	float: right; width: 46%;
	font-style: italic; font-size: 1.3vw;
	line-height: 1.4em;}
	
.target-list:hover blockquote	{
	margin: 20px 4% 0 0;}	
	
.module-map {
	width: 90%; overflow: hidden; float: none;
	clear: both; display: block; margin: 40px auto 0 auto;
	-webkit-border-radius: 2px; border-radius: 2px; border: 1px #ccc solid; }	
	
.module-map #map {
	width: 100%; height: 500px!important;}	
	
.video {width: 100%; height: 50vh; margin: 40px auto 40px auto; border: 0.2em #ccc solid;}	
	
/*--------------------------------------------------------*/

.links-block {
	width: 90%; overflow: hidden; float: none;
	clear: both; display: block; margin: 40px auto 0 auto;
	border-top: 1px #ccc solid; padding: 40px 0 0 0;
	text-align: center;}		

.links-block a {
	border: 1px #585858 solid; padding: 14px 14px 14px 46px;
	margin: 0 15px 30px 0; color: #333; font-size: 1.2vw;
	-webkit-border-radius: 2px; border-radius: 2px;
	text-transform: uppercase; font-weight: 700;}

.links-block a.cabin {
	background: #fff url(../layout/cabin.png) 10px 50% no-repeat;
	background-size: 28px auto; display: inline-block;}
	
.links-block a.cabin:hover {
	background: #E8E8E8 url(../layout/cabin.png) 10px 50% no-repeat;
	background-size: 28px auto;}

.links-block a.environment {
	background: #fff url(../layout/explore.png) 10px 50% no-repeat;
	background-size: 28px auto; display: inline-block;}	
	
.links-block a.environment:hover {
	background: #E8E8E8 url(../layout/explore.png) 10px 50% no-repeat;
	background-size: 28px auto;}				
	
/*--------------------------------------------------------*/	

.item-page-info h1, .item-page-faq h1, .item-page-terms h1 {
	font-size: 3vw; display: block; text-align: center;
	font-weight: 400; color: #207fc7; overflow: hidden;
	width: 100%; padding: 60px 0 40px 0; margin: 0;}

.item-page-info p {font-size: 1.4vw; display: block; text-align: center;
	color: #585858; margin: 0 30% 40px; line-height: 1.4em;}

.item-page-info hr {}

.person {float: left; margin: 40px 5%; width: 40%;
	display: block; border-bottom: 1px #ccc solid;
	overflow: hidden;}

.person h2 {
	font-size: 1.6vw; display: block; text-align: center;
	font-weight: 400; color: #333; overflow: hidden;
	width: 100%; padding: 0; margin: 0; text-transform: uppercase;}

.person img {
	width: 45%; -webkit-border-radius: 50%; border-radius: 50%;
	display: block; margin: 40px auto;}

.person h3 {
	font-size: 1.6vw; display: block; text-align: center;
	font-weight: 400; color: #585858; }
	
.person h3 span {
	display: block; color: #207fc7; font-size: 1.2vw;}	

.person p {text-align: center;}

.person a, .person p a {color: #585858; text-align: center;}

.custom-skype {
	background: url(../layout/skype-bg.jpg) 0 0 no-repeat;
	background-size: auto; color: #fff; width: 100%;
	padding: 80px 0; overflow: hidden; clear: both;
	margin: 40px 0;}
	
.custom-skype .half {text-align: center;}	

.custom-skype p {font-size: 2vw; margin-top: 12%; color: #fff;}	
	
.custom-skype p span {font-weight: 700;}	

/*faq & terms*/

.item-page-terms h2 {
	margin: 0 12% 20px; display: block; font-weight: 400;
	color: #333; text-transform: uppercase; font-size: 2vw;}

.item-page-faq p, .item-page-terms p {
	font-size: 1.2vw;  color: #585858; margin: 0 12% 40px; 
	line-height: 1.3em;}
	
span.q, .item-page-terms p a { color: #207fc7; font-weight: 700;}	

/*about us*/

.page-intro p a, .page-article p a {color: #207fc7;}
.page-intro p a:hover, .page-article p a:hover {text-decoration: underline;}
.page-article p a {font-size: 1.2vw;}

.page-article {
	width: 62%; margin: 40px auto 0; display: block; padding: 2%;
	clear: both; -webkit-border-radius: 2px; border-radius: 2px;
	overflow: hidden;}
	
.page-article img {
	width: 32%; margin: 0 4%; display: block; float: left;
	-webkit-border-radius: 50%; border-radius: 50%;}	

.page-article p {	
	font-size: 1.1vw;  color: #333; margin: 0 2% 0 0; 
	line-height: 1.3em; display: block; float: left;
	width: 58%;}
	
.page-article p span.intro {	
	font-size: 1.3vw;  color: #333; line-height: 1.2em;
	font-weight: 700; text-transform: uppercase;
	display: block;}	
	
.gray {background: #F0F0F0; margin: 40px auto 80px;}	

/*--how-to-get-here--*/

.info-links {
	display: block;
	margin: 40px auto; overflow: hidden; padding: 40px 0;
	text-align: center;
	border-bottom: 1px #ccc solid;}
	
.info-links p {
	font-size: 1.2vw; font-weight: 700; color: #207fcf;}
	
.info-links a {
	display: inline-block;}		
	
.info-links a:hover {opacity: 0.6;}	
	
.info-links a.rentalcars {width: 40%;  margin: 25px 0 50px 0;}	

.info-links a.inline-links {width: 14%;  margin: 25px 3%;}		

.g-map {
	width: 99%; border: 4px #207fcf solid; height: 500px;
	-webkit-border-radius: 2px; border-radius: 2px;
	display: block; overflow: hidden; margin: 40px 0;}
	
.g-map iframe {width: 100%; height: 100vh;}	
	
.list-links {
	display: block; clear: both; margin: 0; overflow: hidden;
	padding: 0 0 40px 0;}
	
.list-links h4 {
	color: #207fc7; text-transform: uppercase; font-weight: 400;
	font-size: 1.4vw;}	
	
.list-links h5 {
	color: #333; text-transform: uppercase; font-weight: 700;
	font-size: 1.3vw; letter-spacing: 0.025em; margin: 20px 10%;
	height: 80px;}	
	
.list-links p {font-weight: 700;}

.list-links a {
		background: #fff;
    border: 1px solid #333;
		-webkit-border-radius: 2px;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 40px 0;
    padding: 14px 30px;
    text-transform: uppercase;}	
		
.list-links a:hover {
		background:#333;
    color: #fff;
    display: inline-block;}			
		
.list-links .box {
	text-align: center; width: 28%;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
  border-radius: 2px; float: left;
	margin: 20px 2.5% 0 2.5%;
	display: block; overflow: hidden;}	
	
.list-links .box img { width: 75%; margin-bottom: 10px;}		

/*-----------------contact-form---------------------------*/

.rscontact {
	width: 90%; display: block; margin: 0 auto;
	overflow: hidden;}

.rscontact form {
	width: 100%; display: block;}

.rscontact form .control-group {
	width: 35%; margin: 0 7.5% 20px 7.5%; overflow: hidden; 
	display: block; float: left;}
	
.rscontact form .control-group:nth-of-type(7),
.rscontact form .control-group:nth-of-type(6) {
	width: 85%; margin: 0 auto 20px auto; display: block; float: none;}	

.rscontact form .control-group .controls {width: 100%;}

.rscontact form .control-group .controls input {
	width: 90%;
	border: 1px #333 solid; -webkit-border-radius: 2px;
	border-radius: 2px; padding: 24px 14px; float: left;
	font-size: 1.2vw; letter-spacing: 0.05em;}

.rscontact form .control-group .controls textarea {
	width: 95.5%; border: 1px #333 solid; -webkit-border-radius: 2px;
	border-radius: 2px; padding: 14px; margin-bottom: 10px;
	min-height: 300px;
	font-size: 1.2vw; color: #333;}

.rscontact form .controls {
	width: 100%; display: block; overflow: hidden;}
	
.rscontact form .control-group .controls label.control-label {
	display: block; clear: both; font-size: 1.2vw; color: #585858; margin: 40px 0 0 0;}

.rscontact form .control-group .controls label.radio {
	display: block; float: left; margin: 10px 20px 0 0; font-size: 1.1vw; }

.rscontact form .control-group .controls label.radio input {
	display: block; float: left; margin: 6% 5px 0 0; width: auto;}	

.rscontact form .controls button.submit {
	background: #207fc7; -webkit-border-radius: 2px; border-radius: 2px;
	display: block; padding: 14px 28px; float: left; margin: 20px 0 0 7.5%;
	font-size: 1.4vw; font-wegiht: 700; color: #fff; text-transform: uppercase;
	border: 1px solid #207fc7;}
	
.rscontact form .controls button.submit:hover {
	background: #fff; color: #207fc7;
	border: 1px solid #207fc7;}	
	
.rscontact form .control-group .controls input:focus,
.rscontact form .control-group .controls input:hover,
.rscontact form .control-group .controls textarea:focus,
.rscontact form .control-group .controls textarea:hover {
	border: 1px #207fc7 solid; color: #207fc7;
	background:#F7F7F7;}		

.mod-rscontact-error {color: #EF2629; font-size: 1.3vw;}

.alert-success {
	font-size: 2vw; display: block; text-align: center;
	color: #207fc7; margin: 40px 0 40px 0; line-height: 1.4em;}
	
/*--------------------success-cancelled--------------------*/	

.item-page-travius h2 {font-size: 4vw; padding: 40px 0 40px 0; margin: 0;}
	
.item-page-travius p {
	font-size: 2.4vw; line-height: 1.2em;
	width: 80%; padding: 40px 0 40px 0; margin: 0 10%;}
		
/*--------------------------------------------------------*/

footer {
	background: #2c2c2c;
	display:block; overflow: hidden; width:100%;
	margin: 0; padding: 50px 0 0 0; float: left;}

footer h4 {	
	text-transform: uppercase; font-size: 2.2vw; display: block;
	text-align: center; font-weight: 400; color: #fff; 
	margin: 20px 0 5px 0;}
	
footer p {		
	 font-size: 1.2vw; display: block; text-align: center;
	 font-weight: 700; color: #fff; letter-spacing: 0.05em; 
	 margin: 10px 0 20px 0;}
	
.contact-slot {
	float: left; display: block;
	margin: 20px 6.5% 60px 6.5%; width: 20%;
	text-align: left; padding: 0;}
	
.contact-slot img { 
	display: block; margin: 0; width: 16%; 
	float: left; border: 1px #fff solid;
	-webkit-border-radius: 50%; border-radius: 50%;}	
	
.contact-slot p {
	 font-weight: 300; font-size: 1vw; margin: 4.5% 0 0 10px;
	 float: left; display: block;}
	 
.contact-slot p a {
	 text-decoration: underline; color: #fff;}	 	
	 	
.bottom {
	background: #1f1f1f; width: 100%; padding: 20px 0 20px 0;
	clear: both; display: block; overflow: hidden;}
	
.bottom p {
	font-size: 0.9vw; font-weight: 400;
	text-align: right; margin: 6px 10% 0 0;}
		
.bottom img.p-methods {
	width: 28%; margin: 0 10px 0 0;}		
	
.bottom a {color: #fff; margin: 0 10px 0 0; font-size: 0.9vw; }
	
.bottom a:hover {text-decoration: underline;}	

/*------------------some-panel---------------------*/	


.custom-panel {
	width: 42px; position: fixed;
	z-index: 4; right: 10px!important;
	top: 20%!important; text-align: right;}
	
.custom-panel a {
	width: 36px; height: 36px;
	display: block;
	margin: 0 0 8px 0;}
	
.custom-panel a:hover {
	opacity: 1; width: 42px;
	height: 42px; margin: 8px 0 8px 0;}
	
.custom-panel a:first-of-type:hover {
	margin: 0 0 8px 0;}
	
.custom-panel a:last-of-type:hover {
	margin: 8px 0 0 0;}	
		
	
@media only screen and (max-width: 1024px) {
	
header .menus {display: none;}

.mod-languages-rola {display: none;}
	
.mod-languages-rola-mob {
	display: block; margin: 9px 12px 0 0; padding: 0;
	width: auto; float: right; overflow: hidden;}
	
.is-sticky .mod-languages-rola-mob {/*----sticky-----*/
	margin:21px 12px 0 0;}	

.mod-languages-rola-mob .lang-inline {
	float: left; display: block;
	margin: 0; padding: 0; text-align:center; }	
	
.mod-languages-rola-mob .lang-inline li {
	padding: 13px 6px 13px 0; display: inline-block; 
	margin: 0;}	
	
.mod-languages-rola-mob .lang-inline li:first-child {
	border-left: 1px rgba(255,255,255,0.6) solid;
	padding: 13px 6px 13px 12px;}
	
.is-sticky	.mod-languages-rola-mob .lang-inline li:first-child {/*----sticky-----*/
	border-left: 1px #ccc solid;}
			
.mod-languages-rola-mob ul.lang-inline li a {
	color: #fff; display: block; padding: 0; 
	font-weight: 400; font-size: 12px; letter-spacing: 0.05em;}
	
.is-sticky .mod-languages-rola-mob ul.lang-inline li a {/*----sticky-----*/
	color: #333;}	
	
.mod-languages-rola-mob ul.lang-inline li.lang-active a { cursor: default; border-bottom: 2px solid #fff;}
.is-sticky .mod-languages-rola-mob ul.lang-inline li.lang-active a { cursor: default; border-bottom: 2px solid #333;}
.mod-languages-rola-mob ul.lang-inline li a:hover {border-bottom: 2px solid #fff;} 
.is-sticky .mod-languages-rola-mob ul.lang-inline li a:hover {border-bottom: 2px solid #333;}

.custom-logo {width:20%; margin: 0 0 0 40px; min-width: 150px;}
.is-sticky header .custom-logo img { width: 70%;}	

/*----------------------------------------------------*/

.layer-text {width: 50%; margin: 20% 0 0 25%;}
	
.layer-text h1 {font-size: 4vw; margin: 0; padding: 0; }		
	
.layer-text p {font-size: 2vw; padding: 5px 0; margin:15px 0; width: 100%;}
		
.layer-text p.slogan {font-size: 3vw; border: none;}	

 .custom-bgbanner {
   margin: -90px 0 25px 0;
   height: 30vh;
   min-height: 350px;}
  
.custom-fullscreen-banner {
    margin: -100px 0 0 0;
    height: 53vh;
    min-height:500px;
    max-height: 750px;
}	
	
  
/*------------------------------------------------------------------------------------------*/

.intro-text {
	font-size: 1.8vw; line-height: 1.4em;
	margin: 0 5% 40px;}

.item-page-home {
	background: url(../layout/blue-scenery.jpg) 50% 100% no-repeat;
	background-size: 100%;}
	
.intro-text img {
	width: 25%; margin: 0 auto -20px auto;}	
	
.services { margin: 0 0 80px 0;}	
.services .box { width: 50%; margin: 0;}

/*.services .box:last-of-type { width: 100%; margin: 20px 0 0 0;}
.services .box:last-of-type img { width: 46%; display: block; float: left; margin: 0 0 15px 2.5%;}
		
.services h2 {font-size: 3vw; margin: 14px 0 14px 5%;}	
.services .box:last-of-type h2 {margin: 14px 0 14px 2.5%;}	*/
.services p {font-size: 1.6vw; margin: 14px 10% 14px 5%; line-height: 1.4em;}

/*.services .box:last-of-type p {
	width: 46%; display: block; float: left; margin: 0 0 15px 2.5%;} */

.services .box a {margin: 10px 0 20px 4%; padding: 10px 25px; font-size: 14px;}

/*.services .box:last-of-type a,
.services .box:last-of-type a:first-of-type {margin: 10px 0 20px 2.5%; padding: 10px 25px; font-size: 14px;}*/

.services .box a:first-of-type { margin: 10px 0 20px 5%;}	

/*------------------------------------------------------------------------------------------*/

.custom-to-do {
	padding: 60px 0 0 0;}
	
.custom-to-do h2 {
	font-size: 2.8vw; margin: 0 0 22px 5%; 
	text-transform: uppercase;}	
	
.custom-to-do p {
	font-size: 1.6vw; margin: 22px 10% 22px 5%; 
	line-height: 1.4em; }		

.custom-to-do p a {	
	margin: 20px 0 0 0; padding: 10px 30px; font-size: 16px;}
	
.custom-to-do .half .moduletable {
	width:94%; float: left; margin:0 0 0 1%; }	
.camera_caption > div {padding: 10px!important;}

.camera_caption_title	{text-transform: uppercase; font-size:1.8vw!important;}
.camera_caption_desc {font-size: 1.6vw!important; padding: 5px 0 0 0;}

/*---------------------------------------*/
	
.custom-routes {
	padding: 120px 0 120px 0;
	background: url(../layout/map-bg.jpg) 0 0 no-repeat;
	background-size: cover;}
	
/*------------------------------------------------------------------------------------------*/

.custom-explore {
	padding: 20px 0 0 0;
	background: url(../layout/green-scenery.jpg) 50% 20% no-repeat;
	background-size: 100%;}
	
.custom-explore .half {
	margin: 100px 0 40px 0; padding: 0; 
	width: 49%!important;
	border-left: 1px solid #fff;}	
	
.custom-explore .half h3 {font-size: 2.2vw; margin: 14px 0 0 2%;}
	
.custom-explore .half h3 img {
	width: 10%; max-width: 60px;}	
	
.custom-explore .half p {
	font-size: 1.4vw; margin: 0 5% 0 13%; 
	line-height: 1.5em; }	
	
.custom-explore .half p span {text-transform: uppercase;}		

.custom-explore .half a {font-size: 16px; margin: 10px 2% 0 0;padding: 10px 30px;}
	
.custom-explore ul li a {
	padding: 80px 0 15px 0;
	background-repeat: no-repeat, no-repeat;
	background-position:  10% 25%, 150% 85%;
	background-size: 42px auto, auto 34px;}	
	
a span.thumb {max-width:150px;}
	
a span.thumb img {width: 100%; height: 0; display: none;}	
a:hover span.thumb img {width: 100%; height: auto; display: block;}	

.custom-explore ul li a span.name {
	font-size: 1.6vw; margin: 0 0 0 6%;}
	
.custom-explore ul li a span.name span {
	font-size: 1.8vw; margin: 0;}	
	
.custom-explore ul li a span.readmore {
	font-size: 1.4vw; display: block;
	color: #fff; font-weight: bold;
	margin: 0 0 0 -50%;}

.custom-explore ul li a:hover {
	background-position:  10% 25%, 90% 80%;
	background-size: 42px auto, auto 34px;}	
	
.custom-explore ul li a:hover span.readmore {
	color: #207fc7; margin: 0 0 0 6%;}
	
/*----------------------------------------------------*/
	
.custom-karttaohje .half {margin: 40px 0 70px 2%; padding: 0; width: 80!important;}	
	
.custom-karttaohje .half h3 {font-size: 4vw;}
		
.custom-karttaohje .half p {font-size: 2.4vw;}	
	
.custom-karttaohje .half p span {text-transform: uppercase;}		

.custom-karttaohje .half a {margin: 15px 2% 0 0;}

.custom-contact-info-block {padding: 30px 0 10px 0;}	
	
/*---------------------------------------------------*/	

.custom-reasons-to-travel,
.custom-reasons-to-travel ul  {margin: 0; padding: 0;}

.custom-reasons-to-travel ul li img {
	border: 0.15em solid #207fc7; width: 60%;}	
	
.custom-reasons-to-travel ul li h4 {font-size: 1.8vw; line-height: 1.4em;}
	
.custom-reasons-to-travel ul li p {font-size: 1.6vw;}		
				
/*-------------------------------------------------*/	

.custom-mailing-list {padding: 30px 0 30px 0; }
	
.custom-mailing-list h4 {font-size: 3vw; margin: 10px 0 10px 0;}	
	
.custom-mailing-list img {width: 20%;}	
	
.custom-mailing-list p {font-size: 1.4vw; line-height: 1.4em;}	

.mcSignupResult, .mcSignupTryAgainWrapper {font-size: 1.8vw;}
	
/*--------------------------------------------------------*/

.custom-world-wide {padding: 60px 0 60px 0;}
	
.custom-world-wide img {width: 15%; margin: 0 5% 0 5%;}

/*--------------------------------------------------------*/

.page-intro { width: 75%;}

.page-intro h2 {font-size: 3vw;}	
		
.page-intro p { font-size: 1.6vw;}

.video {height: 40vh;}	

.target-list .layer h3 {font-size: 2vw; margin: 15px 0 0;}

.target-list .layer .left { width: 52%;}

.target-list .layer a {font-size: 2vw;padding: 10px 30px;}
		
.target-list blockquote {font-size: 1.8vw; line-height: 1.2em; width: 40%;}	

/*--------------------------------------------------------*/

.gray { margin: 30px auto 60px;}
.page-article {margin: 30px auto 0; padding: 2%; width: 72%;}	

.page-article p { font-size: 1.6vw; line-height: 1.2em;}

.page-article p span.intro { font-size: 1.8vw; line-height: 1.1em;}

.page-article p a {font-size: 1.6vw;}

/*--------------------------------------------------------*/

.item-page-info h1, .item-page-faq h1, .item-page-terms h1 {font-size: 4vw; padding: 20px 0 20px;}
		
.item-page-info p {font-size: 2vw; line-height: 1.3em; margin: 0 12% 40px;}	
.item-page-faq p, .item-page-terms p {font-size: 2vw;line-height: 1.3em; margin: 0 12% 40px;}

/*--------------------------------------------------------*/

.person h2 {font-size: 2.4vw;}
.person h3 {font-size: 2.6vw;}	
.person h3 span {font-size: 2.4vw;}

.item-page-info p {font-size: 2.4vw; margin: 0 15% 40px;}

.rscontact {width: 100%;}

.rscontact form {width: 100%;}

.rscontact form .control-group {
	width: 40%; margin: 0 5% 20px 5%;}
	
.rscontact form .control-group:nth-of-type(7),
.rscontact form .control-group:nth-of-type(6) {
	width: 95%; margin: 0 auto 20px auto; display: block; float: none;}	

.rscontact form .control-group .controls {width: 100%;}

.rscontact form .control-group .controls input {
	padding: 14px; font-size: 2vw; letter-spacing: 0.025em;}

.rscontact form .control-group .controls textarea {font-size: 2vw; margin: 0 0 10px 3%; width: 90%;}

.rscontact form .controls {width: 100%; }
	
.rscontact form .control-group .controls label.control-label {
	font-size: 2vw; margin: 10px 0 0 3%;}

.rscontact form .control-group .controls label.radio {margin: 10px 10px 0 3%; font-size: 1.8vw; }

.rscontact form .control-group .controls label.radio input {
	display: block; float: left; margin: 6% 5px 0 0; width: auto;}	

.rscontact form .controls button.submit {font-size: 2vw; margin:10px 0 0 5.5%;}
	
.rscontact form .controls button.submit:hover {
	background: #fff; color: #207fc7;
	border: 1px solid #207fc7;}	

.mod-rscontact-error {font-size: 2vw;}

.alert-success {font-size: 2.8vw;}

#mod-rscontact-counter-116 {margin:5px 0 0 3%;}

/*--------------------------------------------------------*/

.custom-skype .half img { width: 65%;}

.custom-skype p {font-size: 4vw; margin-top: 5%;}

/*---------------------------------------------------------*/

footer {padding: 30px 0 0 0;}

footer h4 {	font-size: 3vw; margin: 0 0 5px 0;}
	
footer p {font-size: 1.8vw; margin: 10px 0 10px 0;}
	
.contact-slot {margin: 20px 2% 40px 2%; width: 29%;}
	
.contact-slot img { 
	display: block; margin: 0; width: 16%; 
	float: left; border: 1px #fff solid;
	-webkit-border-radius: 50%; border-radius: 50%;}	
	
.contact-slot p {font-size: 1.6vw; }
	
.bottom p {font-size: 1.4vw; margin: 6px 12% 0 0;}
		
.bottom img.p-methods {width: 40%; }		
	
.bottom a {font-size: 1.4vw;}
		
}

@media only screen and (max-width: 769px) {

.mod-languages-rola-mob .lang-inline {margin: 0 -5px 0 0;}

.mod-languages-rola-mob .lang-inline li {
	padding: 13px 4px 13px 0;}	
	
.mod-languages-rola-mob .lang-inline li:first-child {
	padding: 13px 4px 13px 8px;}

.mod-languages-rola-mob ul.lang-inline li a {font-size: 2vw;}


/*------------------some-panel---------------------*/	

.custom-panel {
	width: 36px; position: fixed;
	z-index: 4; right: 10px!important;
	top: 15%!important; text-align: right;}
	
.custom-panel a {
	width: 28px; height: 28px;
	display: block;
	margin: 0 0 8px 0;}
	
.custom-panel a:hover {
	opacity: 1; width: 36px;
	height: 36px; margin: 6px 0 6px 0;}
	
.custom-panel a:first-of-type:hover {
	margin: 0 0 6px 0;}
	
.custom-panel a:last-of-type:hover {
	margin: 6px 0 0 0;}	
	
/*-------------------------------------------------*/	

.reminder h3 {font-size: 5vw;} .reminder p {font-size: 3vw;}	
a.cc_btn.cc_btn_accept_all:hover { background-color: none!important;}
	
.cc_message { font-size: 0.8em!important; line-height: 1.2em!important;}

.intro-text {font-size: 2.2vw; line-height: 1.6em;}

.half {float: left; width: 100%;}

.custom-logo {margin: 0 0 0 45px;}
  
.ingress {
	width: 76%;
	margin: 0 auto 50px auto;}  

/*-----------------------------------------------------*/

.services h2, .services .box h2 {font-size: 4vw; margin: 14px 0 14px 4%;}
/*.services .box:last-of-type h2 {font-size: 3.8vw; margin: 10px 0 10px 4%;}*/
.services p {font-size: 2.2vw; line-height:1.2em;}
.services .box a {padding: 10px 20px; font-size: 2vw;}

/*-----------------------------------------------------*/

.custom-to-do {padding: 30px 0 0;}
.custom-to-do h2 {font-size: 3.8vw;}
.custom-to-do p {font-size: 2.4vw;}
.custom-to-do .half .moduletable {width: 90%; margin: 20px 0 0 5%;}
.camera_caption_title {font-size: 3vw !important;}
.camera_caption_desc {font-size: 3vw !important;}

/*-----------------------------------------------------*/

.custom-explore {
	background:  #fff url(../layout/green-scenery.jpg) no-repeat 50% -100px;
	background-size: cover; padding: 60px 0 0;}
.custom-explore .half {
	 border-left: none; margin: 20px 0 20px 0; padding: 0; width: 100% !important;}
.custom-explore .half h3 {font-size: 4vw; margin: 14px 0 0 2%;}	 
.custom-explore .half p {font-size: 2.8vw; line-height: 1.2em;}
.custom-explore .half a {padding: 10px 20px;}

.custom-explore ul {
	padding-left: 0;
	padding-right: 0;
	margin: 0 0 0 2%;
	width: 96%;}

.lake-list {
	width:100%; display:block;
	margin: 0 0 20px 0; padding: 0; float: left;
	background: #fff; -webkit-box-shadow: 0 2px 10px 2px #D1D1D1;
	box-shadow: 0 2px 10px 2px #D1D1D1;}

.custom-explore ul li {
	width:33%; display:block; overflow: hidden;
	margin: 0; padding: 0; float: left;}
	
.custom-explore ul li:nth-of-type(4) a {
	border-left: 1px #ccc solid;}	
	
.custom-explore ul li:nth-of-type(4) a,
.custom-explore ul li:nth-of-type(5) a,
.custom-explore ul li:nth-of-type(6) a {
	border-bottom: none;}	
		
.custom-explore ul li a {
	padding: 100px 0 15px 0;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	background-color: #fff;
	background-image: url(../layout/location-pointer.png), url(../layout/arrow-right.png);
	background-repeat: no-repeat, no-repeat;
	background-position:  15% 25%, 150% 85%;
	background-size: 54px auto, auto 32px;}	
	
a span.thumb {
	max-width:180px;
	width:30.8%;
	margin: -9% 0 0 0;}
	
a span.thumb img {width: 100%; height: 0; display: none;}	
a:hover span.thumb img {width: 100%; height: auto; display: block;}	
	
a:hover span.thumb {
	margin: -25% 0 0 0;
	max-width:180px;
	width:30.8%;}

.custom-explore ul li a span {color: #7f7f7f;}	
.custom-explore ul li a span.name {font-size: 3.2vw;}
.custom-explore ul li a span.name span {font-size: 3.8vw;}	
.custom-explore ul li a span.readmore {font-size: 3.2vw; }
.custom-explore ul li a:hover {
	background-position:  15% 25%, 90% 80%;
	background-size: 54px auto, auto 34px;}		
	
/*--------------------------------------------------------------------*/	
	
.custom-karttaohje .half {
	margin: 40px 0 70px 2%; padding: 0; 
	width: 80%!important;}	
	
.custom-karttaohje .half h3 {
	font-size: 4vw;}
		
.custom-karttaohje .half p {
	font-size: 2.4vw;}	
	
.custom-karttaohje .half p span {text-transform: uppercase;}		

.custom-karttaohje .half a {
	margin: 15px 2% 0 0;}
	
.custom-karttaohje .half a:hover {
	background: #fff;
	color: #2c2c2c;}		

/*----------------------------------------------------*/
	
.custom-reasons-to-travel ul li {width: 50%; margin: 0 0 15px 0;}
.custom-reasons-to-travel ul li img { width: 70%;}
.custom-reasons-to-travel ul li h4 {font-size: 3vw;line-height: 1.2em;}
.custom-reasons-to-travel ul li p {font-size: 3vw;}

/*-------------------------------------------------------------------*/

.custom-mailing-list h4 {font-size: 4vw;}
.custom-mailing-list img { width: 30%;}
.custom-mailing-list p { font-size: 2vw;line-height: 1.2em;}

/*-------------------------------------------------------------------*/
.custom-world-wide img {width: 20%;}
footer p {font-size: 2.4vw;}
.contact-slot {margin: 20px 1% 20px 1%; width: 30%; text-align: center;}
.contact-slot img {width: 20%; display: block; margin: 0 0 0 40%; clear: both;}
.contact-slot p {font-size: 2.2vw; margin:15px 5% 0 5%; display: block;}

.bottom a {font-size: 2vw; margin: 0 10px 0 15px;}
.bottom p {font-size: 2vw; width: 100%; margin: 20px 0 15px 0; color: rgba(66,66,66,1.00); text-align: center;}

/*--------------------------------------------------------*/

.page-intro { width: 90%;}
.video {height: 30vh;}
.page-intro h2 {font-size: 4vw;}	
.page-intro p { font-size: 2vw;}
.target-list .layer h3 {font-size: 2vw; margin: 15px 0 0;}
.target-list .layer {margin: -45% 0 0;}
.target-list .layer .left { width: 52%;}
.target-list .layer a {font-size: 2vw;padding: 10px 30px;}
		
.target-list blockquote {font-size: 1.8vw; line-height: 1.2em; width: 40%;}	

/*--------------------------------------------------------*/

.links-block {margin: 20px auto 0 auto; padding: 20px 0 0 0;}		

.links-block a {font-size: 2vw;  margin: 0 15px 20px 0;}

.links-block a.cabin {
	background: #fff url(../layout/cabin.png) 10px 50% no-repeat;
	background-size: 28px auto; display: inline-block;}
	
.links-block a.cabin:hover {
	background: #E8E8E8 url(../layout/cabin.png) 10px 50% no-repeat;
	background-size: 28px auto;}

.links-block a.environment {
	background: #fff url(../layout/explore.png) 10px 50% no-repeat;
	background-size: 28px auto; display: inline-block;}	
	
.links-block a.environment:hover {
	background: #E8E8E8 url(../layout/explore.png) 10px 50% no-repeat;
	background-size: 28px auto;}	
	
/*--------------------------------------------------------*/

/*faq & terms*/

.item-page-terms h2 {margin: 0 5% 20px;font-size: 2.2vw;}

.item-page-faq p, .item-page-terms p {
	font-size: 2.4vw;  margin: 0 5% 20px; line-height: 1.4em;}
	
span.q, .item-page-terms p a { color: #207fc7; font-weight: 700;}	

/*about us*/

.page-intro p a, .page-article p a {color: #207fc7;}
.page-intro p a:hover, .page-article p a:hover {text-decoration: underline;}
.page-article p a {font-size: 2vw;}

.page-article {
	width: 84%; margin: 40px auto 0; display: block; padding: 2%;
	clear: both; -webkit-border-radius: 2px; border-radius: 2px;
	overflow: hidden;}
	
.page-article img {
	width: 32%; margin: 7% 0 0 4%; }	

.page-article p {	
	font-size: 2vw; margin: 0 2% 0 0; 
	line-height: 1.3em; 
	width: 58%;}
	
.page-article p span.intro {	
	font-size: 2vw;  line-height: 1.3em;}	
	
.gray {margin: 20px auto 40px;}	

/*--how-to-get-here--*/

.page-intro h3 {
    font-size: 2.4vw;
    font-weight: 700;}

.info-links {margin: 20px auto; padding: 0;}
	
.info-links p {
	font-size: 2.4vw; font-weight: 700; color: #207fcf;}
	
.info-links a {
	display: inline-block;}		
	
.info-links a:hover {opacity: 0.6;}	
	
.info-links a.rentalcars {width: 40%;  margin: 25px 0 50px 0;}	

.info-links a.inline-links {width: 14%;  margin: 25px 3%;}		

.g-map {
	width: 98%; border: 0.2em #207fcf solid; height: 500px;
	-webkit-border-radius: 2px; border-radius: 2px;
	display: block; overflow: hidden; margin: 40px 0;}
	
.g-map iframe {width: 100%; height: 100vh;}	
	
.list-links {
	display: block; clear: both; margin: 0; overflow: hidden;
	padding: 0 0 40px 0;}
	
.list-links h4 {
	color: #207fc7; text-transform: uppercase; font-weight: 400;
	font-size: 1.4vw;}	
	
.list-links h5 {
	font-size: 2.2vw; margin: 20px 4%;}	
	
.list-links a {
		font-size: 1.8vw;
    margin: 10px 0 20px 0;
    padding: 10px 15px;}	
		
.list-links a:hover {
		background:#333;
    color: #fff;
    display: inline-block;}			
		
.list-links .box {
	text-align: center; width: 28%;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
  border-radius: 2px; float: left;
	margin: 20px 2.5% 0 2.5%;
	display: block; overflow: hidden;}	
	
.list-links .box img { width: 75%; margin-bottom: 10px;}		

/*-----------------contact-form---------------------------*/

.rscontact {
	width: 100%; display: block; margin: 0 auto;
	overflow: hidden;}

.rscontact form {
	width: 100%; display: block;}

.rscontact form .control-group {
	width: 85%; margin: 0 7.5% 20px 7.5%; overflow: hidden; 
	display: block; float: left;}
	
.rscontact form .control-group:nth-of-type(7),
.rscontact form .control-group:nth-of-type(6) {
	width: 85%; margin: 0 auto 20px auto; display: block; float: none;}	

.rscontact form .control-group .controls {width: 100%;}

.rscontact form .control-group .controls input {
	width: 93%; padding: 18px 14px;
	font-size: 3vw; border: 0.1em solid #333; }

.rscontact form .control-group .controls textarea {
	width: 93%; margin: 0 0 10px 0; border: 0.1em solid #333;
	font-size: 2.4vw;}

.rscontact form .controls {
	width: 100%; display: block; overflow: hidden;}
	
.rscontact form .control-group .controls label.control-label {
	font-size:2.8vw; margin: 0;}

.rscontact form .control-group .controls label.radio {
	padding: 10px 20px 0 0; font-size: 2.4vw; }

.rscontact form .control-group .controls label.radio input {
	display: block; float: left; margin: 6% 5px 0 0; width: auto;}	

.rscontact form .controls button.submit {
	font-size: 3vw; margin: 10px 0 0 8%; }
	
.mod-rscontact-error {font-size: 2.8vw;}

.alert-success {font-size: 2.8vw;}
	
/*--------------------success-cancelled--------------------*/	

.item-page-travius h2 {
	font-size: 2.4vw; display: block; text-align: center;
	font-weight: 400; color: #207fc7; overflow: hidden;
	width: 100%; padding: 40px 0 40px 0; margin: 0;}
	
.item-page-travius p {
	font-size: 1.4vw; line-height: 1.2em; display: block; text-align: center;
	font-weight: 400; color: #585858; overflow: hidden;
	width: 70%; padding: 40px 0 40px 0; margin: 0 15%;}
	
.item-page-travius a {color: #207fc7;}	
			
}

@media only screen and (max-width: 480px) {

.mod-languages-rola-mob .lang-inline {margin: 0 -5px 0 0;}

.mod-languages-rola-mob .lang-inline li {
	padding: 16px 4px 16px 0;}	
	
.mod-languages-rola-mob .lang-inline li:first-child {
	padding: 16px 4px 16px 8px;}

.mod-languages-rola-mob ul.lang-inline li a {font-size: 12px;}

.custom-panel {display:none;}
  
.cd-top {width: 32px; height: 32px; bottom: 10px; right: 10px;}

.reminder h3 {font-size: 5vw;} .reminder p {font-size: 3vw;}	

a.cc_btn.cc_btn_accept_all:hover { background-color: none!important;}
	
.cc_message { font-size: 0.6em!important; line-height: 1.1em!important;}
	
.inner .link a,
.inner .link a:link {font-size: 16px!important;}	/*new-stuff*/
	
/*-----------------------------------------------*/	
.custom-logo {display: none;}
/*------------------------------------------------*/

.layer-text {width: 84%;margin: 40vh 0 0 8% !important;}
.layer-text h1 {font-size: 8vw; margin: 0; padding: 0; }		
.layer-text p {font-size: 6vw; padding: 5px 0; margin:5px 0 width: 100%;}
.layer-text p.slogan {font-size: 3.5vw; border: none;}
	
.layer-text h1, .layer-text p {text-shadow: 0 2px 5px #000000;}
	
.layer-text-small {
	width: 75%;
	margin: 30% 0 0 12.5%;}	
	
.custom-bgbanner, .custom-fullscreen-banner {
	width: 100%; margin:-90px 0 0 0; z-index: -1;
	height: 100vh; overflow: hidden;}

.custom-bgbanner img, .custom-fullscreen-banner img {
   margin: 0 0 0 -100%;
   height: 100vh;
   width: auto;
   max-width: none;}
  
 .full-width {width:auto;} 
		
#ui-datepicker-div {
 top: 60px!important;}	

.custom-somewall {display:none;}		
	
/*------------------------------------------------*/

.intro-text img {display: none;}
.intro-text {font-size: 4vw; line-height: 1.4em; margin: 20px 5% 40px;}

/*------------------------------------------------*/

.services .box /*.services .box:last-of-type*/ {margin: 0 0 0 5%; width: 90%;}
.services h2 /*, .services .box:last-of-type h2*/ {font-size: 6vw; margin: 10px 0 10px 5%;}*/
.services p /*, .services .box:last-of-type p*/ { width: 90%; font-size: 16px; line-height: 1.3em; margin: 10px 10% 10px 5%;}
.services .box a {
    font-size: 4vw;
}

.services p {
    font-size: 16px;
	min-height: auto;
}

/*.services .box:last-of-type img {margin: 0 0 0 5%;width: 90%;}
.services .box:last-of-type a, .services .box:last-of-type a:first-of-type {
    font-size: 14px; margin: 10px 0 20px 5%; padding: 10px 25px;}*/
	
.half {float: left; width: 100%;}

/*------------------------------------------------*/

.custom-to-do { padding: 20px 0 0;}
.custom-to-do h2 {font-size: 6vw; margin: 0 0 10px 5%;}
.custom-to-do p {font-size: 4vw; line-height: 1.2em; margin: 10px 3% 10px 5%;}
.custom-to-do p a {font-size: 14px; margin: 20px 0 0;  padding: 10px 25px;}
.custom-to-do .half .moduletable {width: 90%; margin: 20px 0 0 5%;}
.camera_caption_title {font-size: 3vw !important;}
.camera_caption_desc {font-size: 3vw !important;}

/*------------------------------------------------*/

.custom-explore {
	background:  #fff url(../layout/green-scenery.jpg) no-repeat 50% -60px;
	background-size: cover; padding: 60px 0 0;}
.custom-explore .half {
	 border-left: none; margin: 20px 0 20px 0; padding: 0; width: 100% !important;}
.custom-explore .half h3 {font-size: 4vw; margin: 14px 0 0 2%;}	 
.custom-explore .half p {font-size: 2.8vw; line-height: 1.2em;}
.custom-explore .half a {padding: 10px 20px;}

.custom-explore ul {
	padding-left: 0;
	padding-right: 0;
	margin: 0 0 0 2%;
	width: 96%;}

.lake-list {
	width:100%; display:block;
	margin: 0 0 20px 0; padding: 0; float: left;
	background: #fff; -webkit-box-shadow: 0 2px 10px 2px #D1D1D1;
	box-shadow: 0 2px 10px 2px #D1D1D1;}

.custom-explore ul li {
	width:33%; display:block; overflow: hidden;
	margin: 0; padding: 0; float: left;}
	
.custom-explore ul li:nth-of-type(4) a {
	border-left: 1px #ccc solid;}	
	
.custom-explore ul li:nth-of-type(4) a,
.custom-explore ul li:nth-of-type(5) a,
.custom-explore ul li:nth-of-type(6) a {
	border-bottom: none;}	
		
.custom-explore ul li a {
	padding: 100px 0 15px 0;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	background-color: #fff;
	background-image: url(../layout/location-pointer.png), url(../layout/arrow-right.png);
	background-repeat: no-repeat, no-repeat;
	background-position:  15% 25%, 150% 85%;
	background-size: 54px auto, auto 32px;}	
	
a span.thumb {
	max-width:180px;
	width:30.8%;
	margin: -9% 0 0 0;}
	
a span.thumb img {width: 100%; height: 0; display: none;}	
a:hover span.thumb img {width: 100%; height: auto; display: block;}	
	
a:hover span.thumb {
	margin: -25% 0 0 0;
	max-width:180px;
	width:30.8%;}

.custom-explore ul li a span {color: #7f7f7f;}	

.custom-explore ul li a span.name {font-size: 3.2vw;}
	
.custom-explore ul li a span.name span {font-size: 3.8vw;}	
	
.custom-explore ul li a span.readmore {font-size: 3.2vw; }

.custom-explore ul li a:hover {
	background-position:  15% 25%, 90% 80%;
	background-size: 54px auto, auto 34px;}	

/*------------------------------------------------*/
	
.custom-karttaohje {	
	background: url(../../../images/rockandlake/modules/module-bg/karttaohje-light.jpg) no-repeat 58% 0;
	background-size: cover;}	
	
.custom-karttaohje .half {
	margin: 0 0 40px 4%; padding: 0; 
	width: 96%!important;}	
	
.custom-karttaohje .half h3 {
	font-size: 6vw;}
		
.custom-karttaohje .half p {
	font-size: 4.4vw; margin:22px 2% 22px 0;}	
	
.custom-karttaohje .half p span {text-transform: uppercase;}		

.custom-karttaohje .half a {
	padding: 14px 20px;
	margin: 15px 2% 0 0;}
   
	
/*--------------------------------------------------------------------*/	
	
.custom-reasons-to-travel ul {padding: 20px 0 !important;}
.custom-reasons-to-travel ul li {width: 50%; margin-bottom: 20px;}
.custom-reasons-to-travel ul li img {width: 70%;}
.custom-reasons-to-travel ul li h4,
.custom-reasons-to-travel ul li p {font-size: 3vw;}

/*------------------------------------------------*/

.custom-mailing-list { padding: 10px 0 20px 0;}
.custom-mailing-list h4 {font-size: 6vw;}
.custom-mailing-list img { width: 35%;}
.custom-mailing-list p {font-size: 14px; margin: 20px 5%; font-weight: 100;}

/*---------------------------------------------*/

.page-intro {margin:-10px auto 30px}
	
.page-intro h2 {font-size: 24px;}	
.page-intro p { font-size: 16px;}
.target-list .layer h3 {font-size: 20px; margin: 10px 0 0; }
.target-list .layer h3 span {font-size: 20px;}	
.target-list .layer {margin: -50% 0 0;}
.target-list .layer .left { width: 50%;}
.target-list .layer a {
	font-size: 16px;padding: 10px 20px;
	 width: 90%; text-align: center;}

.target-list .layer h3, .target-list .layer a {
	text-shadow: 0 1px 5px #000000;}
	
.target-list {width: 90%; margin: 0 0 15px 5%;}	
		
.target-list blockquote {font-size: 4vw; line-height: 1.2em; width: 60%;}	

.module-map {
	width: 90%; overflow: hidden; float: none;
	clear: both; display: block; margin: 40px auto 0 auto;
	-webkit-border-radius: 2px; border-radius: 2px; border: 1px #ccc solid; }	
	
.module-map #map {
	width: 100%; height: 500px!important;}	
	
/*--------------------------------------------------------*/

.links-block {margin: 20px auto 0 auto; padding: 20px 0 0 0;}		

.links-block a {padding: 14px 14px 14px 36px;
	margin: 0 8px 10px 0; font-size: 2.8vw;}

.links-block a.cabin {background-size: 24px auto;}
	
.links-block a.cabin:hover {background-size: 24px auto;}

.links-block a.environment {background-size: 24px auto; }	
	
.links-block a.environment:hover {background-size: 24px auto;}				
	
/*--------------------------------------------------------*/	

.item-page-info h1, .item-page-faq h1, .item-page-terms h1 {
	font-size: 5vw; padding: 30px 0 20px 0;}

.item-page-info p {
	font-size: 16px;
	margin: 0 15% 20px 15%;}

.item-page-info hr {}

.person {margin: 20px 10%; width: 80%;}

.person h2 {font-size: 20px;}

.person img {width: 60%; margin: 20px auto;}

.person h3 {font-size: 18px;}
	
.person h3 span {font-size: 16px;}	

.custom-skype {
	background: url(../layout/skype-bg.jpg) 0 0 no-repeat;
	background-size: auto; color: #fff; width: 100%;
	padding: 80px 0; overflow: hidden; clear: both;
	margin: 40px 0;}
	
.custom-skype .half {text-align: center;}	
.custom-skype .half img {width: 60%;}
.custom-skype p {font-size: 24px; margin-top: 12%; color: #fff;}	
	
.custom-skype p span {font-weight: 700;}	

/*faq & terms*/

.item-page-terms h2 {
	margin: 0 4% 20px; font-size: 5vw;}

.item-page-faq p, .item-page-terms p {
	font-size: 16px; margin: 0 4% 20px; 
	line-height: 1.2em;}
	
span.q, .item-page-terms p a { color: #207fc7; font-weight: 700;}	

/*about us*/

.page-intro p a, .page-article p a {color: #207fc7;}
.page-intro p a:hover, .page-article p a:hover {text-decoration: underline;}
.page-article p a {font-size:16px;}

.page-article {
	width: 88%; margin: 20px auto 0;}
	
.page-article img {
	width: 70%; margin: 20px 15% 20px;}	

.page-article p {	
	font-size: 16px;  color: #333; margin: 20px 4% 0 4%; 
	line-height: 1.2em; float: none;
	width: 92%; text-align: center;}
	
.page-article p span.intro {	
	font-size: 16px;  color: #333; line-height: 1.2em;
	font-weight: 700; text-transform: uppercase;
	display: block;}	
	
.gray {background: #F0F0F0; margin: 20px auto 20px;}	

/*--how-to-get-here--*/

.info-links {	margin: 20px auto; overflow: hidden; padding: 0;}

.page-intro h3 {font-size: 22px;}
	
.info-links p {
	font-size: 3vw;}
	
/*----------------------------------------------------------------------*/	
	
.info-links a {
	display: inline-block;}		
	
.info-links a:hover {opacity: 0.6;}	
	
.info-links a.rentalcars {width: 60%;  margin: 10px 0 15px 0;}	 

.info-links a.inline-links {width: 16%;  margin: 25px 2%;}		

.g-map {
	width: 98%; border: 0.1em #207fcf solid; height: 500px;
	margin: 20px 0;}
	
.g-map iframe {width: 100%; height: 100vh;}	
	
.list-links {
	display: block; clear: both; margin: 0; overflow: hidden;
	padding: 0 0 40px 0;}
	
.list-links h4 {font-size: 16px;}	
	
.list-links h5 {font-size: 18px; margin: 20px 4%; height: auto;}	
	
.list-links p {font-weight: 700;}

.list-links a {
		font-size: 16px; margin: 10px 0 20px 0;
    padding: 10px 20px;}	

.list-links .box {
	text-align: center; width: 96%;
	border: 0.1em solid #ccc;
	margin: 20px 1% 0 1%;}	
	
.list-links .box img { width: 75%; margin-bottom: 10px;}	

.list-links .box  a {
	font-size: 16px; margin: 10px 8% 20px 8%; padding: 10px 20px;}		

/*-----------------contact-form---------------------------*/

.rscontact {
	width: 100%; display: block; margin: 0 auto;
	overflow: hidden;}

.rscontact form {
	width: 100%; display: block;}

.rscontact form .control-group {
	width: 90%; margin: 0 4% 15px 4%; overflow: hidden; 
	display: block; float: left;}
	
.rscontact form .control-group:nth-of-type(7),
.rscontact form .control-group:nth-of-type(6) {
	width: 93%; margin: 0 auto 20px auto; display: block; float: none;}	

.rscontact form .control-group .controls {width: 100%;}

.rscontact form .control-group .controls input {
	width: 90%; font-size: 16px; }

.rscontact form .control-group .controls textarea {
	width: 89%; margin: 0 0 10px 0; border: 0.1em solid #333;
	font-size: 16px;}
	
.rscontact form .control-group .controls label.control-label {font-size:16px;}

.rscontact form .control-group .controls label.radio {
	padding: 2px 20px 0 0; font-size: 16px; }

.rscontact form .control-group .controls label.radio input {
	display: block; float: left; margin: 6% 5px 0 0; width: auto;}	

.rscontact form .controls button.submit {
	font-size: 16px; margin: 10px 0 0 4%; }
	
.mod-rscontact-error, .alert-success {font-size: 16px;}
	
#mod-rscontact-counter-116 {margin:5px 0 0 0;}
	
/*--------------------success-cancelled--------------------*/	

.item-page-travius h2 {font-size: 4vw; padding: 40px 0 40px 0; margin: 0;}
	
.item-page-travius p {
	font-size: 2.4vw; line-height: 1.2em;
	width: 80%; padding: 40px 0 40px 0; margin: 0 10%;}


/*---------------------------------------------*/

.custom-world-wide img {margin: 0 3%; width: 22%;}

footer h4 {font-size: 6vw;}
footer p {font-size: 4vw; margin: 10px 15% 20px;}
.contact-slot { margin: 0 0 20px 15%; width: 75%;}
.contact-slot img { width: 12%; clear: none; display: inline; margin:-4px 5px 0 0;}
.contact-slot p {font-size: 16px; margin: 1% 0 0 10px; text-align: left;}

.bottom img.p-methods { width: 50%; display:block; clear: both; margin: 0 auto;}
.bottom .half {text-align: center;}
.bottom .half a { display: inline-block; margin: 20px 10px 20px 10px; font-size: 16px;}
.bottom p {font-size: 14px; width: 100%; margin: 6px 0; color: #AAAAAA; text-align: center;}



}

@media screen and (-webkit-min-device-pixel-ratio:0) {

.custom-fullscreen-banner {
    margin: -146px 0 0 0;
}	

}

@media	only screen and (min-width: 3000px)
	{
		
		.custom-fullscreen-banner, .custom-bgbanner {
			margin: -220px 0 0 0 !important;
		}
		
		.layer-text {
			margin: 275px 0 0 20%;
		}
		
		.layer-text h1 {
			font-size: 60px !important;
		}
		
		header .menus a {
			font-size: 20px !important;
		}
		
		#cartDisplay li {
			font-size: 20px !important;
		}
		
		h1	{
			font-size: 44px !important;
		}
		
		h2	{
			font-size: 40px !important;
		}
		
		h3	{
			font-size: 38px !important;
		}
		
		h4	{
			font-size: 36px !important;
		}
		
		p	{
			font-size: 30px !important;
		}
		
		.services .box a {
			font-size: 22px !important;
		}

		.services .box {
			height: 900px !important;
		}

		.tab-links a {
			font-size: 26px !important;
		}

		.custom-booking input {
			font-size: 20px !important;
		}

		.custom-booking select {
			font-size: 20px !important;
		}

		.accessible, .pets, .flex {
			font-size: 20px !important;
		}
		
		input.button-normal {
			font-size: 24px !important;
		}
		
		.filters select.reload {
			font-size: 20px !important;
		}
		
		#showResultsOnMap {
			font-size: 20px !important;
		}
		
		.cabin-intro-text {
			font-size: 18px !important;
		}	
		
		ul.eq-list li {
			font-size: 26px !important;
		}
		
		.to-cart input {
			font-size: 26px !important;
		}

		#Contact {
			font-size: 26px !important;
		}
		
		.selections .date input.datepicker {
			font-size: 28px !important;
		}
		
		.selections .activityLink a {
			font-size: 28px !important;
		}
		
		.item-content .info .calendar span, .item-content .info .Dur span, .item-content .info .timeSpan span {
			font-size: 24px  !important;
		}

		.info .Total span {
			font-size: 24px !important;
		}
		.ToShoppingCart, .cartBottom .backButton a {
			font-size: 26px !important;
		}

		.cartBottom .total span.totalPrice {
			font-size: 50px !important;
		}
		
		#TraviusForm .block input, #TraviusForm .block select, textarea.add-info {
			font-size: 32px;
		}
		
		.formBottom input.ToPayment, .formBottom a.back {
			font-size: 30px;
		}
		
		.target-list .layer a, blockquote {
			font-size: 20px !important;
		}
		
		.ac-specs {
	font-size: 20px;
}
		
		footer a {
			font-size: 30px !important;
		}


}