@charset "utf-8";
/* CSS Document */ 
/*
Text panel bacground colour is #EBE9EB 
Dark text colour is #7B7469 
Quotes text colour #9D7D45  
Bottom nav is #333333 
Bottom nav text #cccccc  
*/
@font-face {
  font-family: "cinq-fonts";
  src:url("fonts/cinq-fonts.eot?v=1.0.1");
  src:url("fonts/cinq-fonts.eot?#iefix&=1.0.1") format("embedded-opentype"),
    url("fonts/cinq-fonts.woff?v=1.0.1") format("woff"),
    url("fonts/cinq-fonts.ttf?v=1.0.1") format("truetype"),
    url("fonts/cinq-fonts.svg#cinq-fonts&=1.0.1") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "cinq-fonts" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bunch-of-grapes:before {
  content: "\61";
}
.icon-flower:before {
  content: "\62";
}
.icon-home:before {
  content: "\63";
}
.icon-leaves:before {
  content: "\64";
}
.icon-left-quote:before {
  content: "\65";
}
.icon-sea:before {
  content: "\67";
}
.icon-two:before {
  content: "\68";
}
.icon-weather:before {
  content: "\69";
}
.icon-calendar:before {
  content: "\6a";
}
.icon-castle:before {
  content: "\6b";
}


.fa {
     font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}



.fa-calendar:before {
    content: "\f073";
}
.new-free-consult {
    color: rgb(255, 255, 255);
}
/*Site design */
html{

}
body {
    -webkit-font-smoothing: subpixel-antialiased;
   /* background-image: linear-gradient(to bottom, rgb(144, 115, 148), rgb(58, 43, 60));*/
   background-color:#EBE9EB;
    font-family:"hypatia-sans-pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    line-height: 1.4rem;
}

/*html[lang="de"] body,
html[lang="es"] body,
html[lang="it"] body,
html[lang="de"] .container-fluid .text-content.center-text,
html[lang="es"] .container-fluid .text-content.center-text,
html[lang="it"] .container-fluid .text-content.center-text,
html[lang="de"] .container-fluid.quotes .text-content.center-text p,
html[lang="es"] .container-fluid.quotes .text-content.center-text p,
html[lang="it"] .container-fluid.quotes .text-content.center-text p{ font-size: 1.2rem; line-height: 1.4rem;}	*/



input, textarea, select, button, meter, progress {
    font-family: "hypatia-sans-pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}


 
nav#menu ul > li > a, 
.link-button-top, 
div.footer-left.col-5 > div > a, 
div.footer-right.col-5 > div > a {
    font-size:1rem;
	font-weight: 400;
}
nav#menu ul > li.dropdown-hd div a{
	  font-size:0.9rem;
	  font-weight: 400;
}


/* laa-back-top */
.laa-back-top {
		  cursor: pointer;
		  border-radius: 5px;
		  position: fixed;
		  padding: 12px;
		  bottom: 20px;
		  color: rgba(255, 255, 255, 0.7);
		  right: 10px; 
		  background-color:rgba(13, 11, 11, 0.71);
		  z-index: 996;
		  -ms-transform: translate(0,100px) !important;
		 -webkit-transform: translate(0,100px) !important;
		 transform: translate(0,100px) !important;
		 transition: -webkit-transform 0.8s ease, opacity 0.8s ease;
		 -webkit-transition: -webkit-transform 0.8s ease, opacity 0.8s ease;
}

.laa-back-top.show {
	 -ms-transform: translate(0,0) !important;
	 -webkit-transform: translate(0,0) !important;
	 transform: translate(0,0) !important;
	 transition: -webkit-transform 0.8s ease, opacity 0.8s ease;
	 -webkit-transition: -webkit-transform 0.8s ease, opacity 0.8s ease;
}	

/* laa-button */
.laa-btn {
  padding:.5rem 1rem;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  opacity: 1;
  color: rgb(165, 154, 132) !important;
  text-align: center;
  margin: .5rem;
  cursor: pointer;
  text-decoration: none !important;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  position:relative;
  white-space:nowrap;
  text-transform: uppercase;
  outline:none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.laa-btn:hover {
  opacity:1;
  background: rgba(255, 255, 255, 0.8);
  color: rgb(154, 153, 151) !important;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.laa-btn.send-enquiry {
    max-width: 280px;
    margin: 20px auto;
    overflow: hidden;
    white-space: normal;
}
 
 a.laa-btn.send-enquiry:hover {
  background-color: rgba(51, 51, 51,0.7);
  color:#fff !important;
}

/*laa-ui-overlay*/
.laa-ui-overlay {
  background: none repeat scroll 0 0 rgba(0,0,0,.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
  
}

/*laa-responsive-form*/
.laa-responsive-form {
}

.laa-responsive-form .row {
    margin-bottom: 10px;
}
.laa-responsive-form label {
    padding-top: 10px;
    display: block;
}
.laa-responsive-form .col-8.radio-group-inline label {
    display: inline-block;
    margin-right: 14px;
}
.laa-responsive-form input[type="text"], 
.laa-responsive-form input[type="email"], 
.laa-responsive-form input[type="tel"], 
.laa-responsive-form input[type="password"], 
.laa-responsive-form input[type="date"], 
.laa-responsive-form textarea, 
.laa-responsive-form select {
    padding: 2px 4px;
    outline: none;
    font-size: inherit;
    width: 100%;
    border: 1px solid rgb(221, 221, 221);
    min-height: 34px;
    color: rgb(105, 105, 105);
	-webkit-box-shadow:none;
  	-moz-box-shadow:none;
  	box-shadow:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.laa-responsive-form select.laa-select-box,
.laa-responsive-form select.laa-select-box:-webkit-autofill,
select.form-select,
select.form-select:-webkit-autofill{
    zoom: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 4px 5px 4px 38px; 
    background-position-x: -1px;
    background-position-y: -1px;
    background-size: initial;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color:#fff;
    height: 34px !important;
    min-height: 34px !important;
    background: url(../_images/select-arrow-down.png) no-repeat -1px -1px #fff;
    border-radius: 0px; 
}

.laa-responsive-form .error,
.laa-responsive-form .success{
	padding:8px 10px;
	text-align:right;
	display:block;
}

.laa-responsive-form .error{
	color:#C00;
}
.laa-responsive-form .success{
	color:#060;
}

.laa-responsive-form .options-group label {
    display: inline-block;
    margin: 0px 10px 5px 0px;
}

.laa-responsive-form .error span, .laa-responsive-form .success span {
    display: block;
    line-height: 1.5rem;
}


@media screen and (min-width: 768px) {
.laa-two-column-form.laa-responsive-form > div.row > .col-6:first-child {
    padding-right:10px;
}
.laa-two-column-form.laa-responsive-form > div.row > .col-6:last-child {
    padding-left:10px;
}
.price-table .price-bor > div.bdates {
    white-space: nowrap;
}
.main-header-content h1.title br {
    display: none !important;
}
}

#menu .sub-flags,
footer .sub-flags {
    display: none !important;
}
@media only screen and (max-width: 992px){
	#menu .sub-flags {
       display:block !important;
       height: 25px !important;
	}
}
.cinq-icon{
	margin-top:12px;
}
.cinq-icon:before{
	font-size:2.2rem;
}

.laa-circle-click input[type="radio"]{
    display:none;
}
.laa-circle-click input[type="radio"] + span {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid rgb(221, 221, 221);
    background-color: rgb(232, 232, 232);
    width: 20px;
    height: 20px;
    margin-bottom: -5px;
    position:relative;
    cursor:pointer;
}

.laa-circle-click input[type="radio"] + span:before {
    content:"";
    display: block;
    border-radius: 50%;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    width: 6px;
    height: 6px;
    margin: 6px 0 0 6px;
    position:absolute;
    top:-1px;
    left:-1px;
    z-index:1;    
}
.laa-circle-click input[type="radio"] + span:after {
    content:"";
    display:block;
    border-radius: 50%;
    border: 1px solid rgb(165, 154, 132);
    background-color: rgb(189, 182, 165);
    width: 18px;
    height:18px;
    position:absolute;
    top:-1px;
    left:-1px;
    z-index:0;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.laa-circle-click input[type="radio"]:checked + span:after {
    transform: scale(1);
    -webkit-transform: scale(1);
}


@media screen and (max-width:767px) {
	.laa-responsive-form .row {
		width: 100%;
		display: block;
		table-layout: auto;
	}
	.laa-responsive-form div.row > div[class*="col-"] {
		display: block;
		width: 100%;
	}
	
	.laa-responsive-form div.g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	} 
} 

.prime-links {
    text-align: center;
}

nav {
	   /* background: rgba(255, 255, 255, 0.8);*/
    color: rgb(255, 255, 255);
 /*     background: rgba(114, 73, 122, 0.88);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    color: rgb(220, 220, 220);*/
    height: 80px;
}

/*nav ul {
	list-style: none;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	font-size: 1.2rem;
	font-style: normal;
	text-decoration: none;
	font-variant: small-caps;
	border-bottom: rgba(255,255,255,0.5) 1px solid;
}*/

nav li {
    display: inline-block;
    /*padding: 14px 0 0 22px;*/
    min-height: 34px;
}

nav li a:link,
nav li a:visited {
    color:rgb(255, 255, 255);	
    text-transform: uppercase;
    font-weight: 300;
}
 
nav li a:hover,
nav li a:focus,
nav li.active a { 
    color:rgba(255, 255, 255,0.8);
}

nav li a.active,
div.dpd.active,
li.submenu.showmenu.crnt > .dpd {
  color: rgba(255,255,255,1);
	text-decoration:none;
}

li.dropdown-hd {
	 
}
li.dropdown-hd.show div.dropdown > a {
    font-size: 0.9rem;
}
li.dropdown-hd div.dropdown {
    display: none;
    position: absolute;
    top: 41px;
    left: 75px;
    border-top: 1px solid rgb(255, 255, 255);
    text-align: center;
    width: 670px;
    z-index: 102;
}

li.dropdown-hd.show div.dropdown {
	display: block;
}
li.dropdown-hd div a {
	display: inline-block;
	padding: 5px;
	white-space: nowrap;
}


@media only screen and (min-width:993px){
.prime-links {
	text-align: center;
    position: relative;
    width: 800px;
    margin: 0 auto;
}

li.dropdown-hd > a:first-child {
    position: relative;
    display: block;
}

li.dropdown-hd:hover div.dropdown{
	 display: block;
}
li.dropdown-hd:hover > a:first-child:before {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    border-left: 1px solid #fff;
    top: 19px;
    left: 50%;
} 

li.dropdown-hd:hover div.dropdown:before {content: "";display: block;position: absolute;height: 20px;top: -17px;width: 100%;left: 0;}
body.scrolled li.dropdown-hd:hover > a:first-child:before {  border-left: 1px solid rgba(255, 255, 255, 0.51); }
body.scrolled li.dropdown-hd:hover div.dropdown {border-top: 1px solid rgba(255, 255, 255, .5);}

#menu > div > div > div > div > ul.main-links > li:nth-child(3) > div.dropdown {
    padding-left: 50px !important;
	text-align:left;
}

}

@media only screen and (max-width: 992px){
	li.dropdown-hd div.dropdown{
		position: relative;
    	top: 2px;
		width: 100%;
        left: 0px;
	}
	
	li.dropdown-hd.show div.dropdown > a {
		display: block;
		text-align: left;
		padding: 6px 5px 6px 20px;
		border-bottom: 1px solid rgb(216, 216, 216);
	}
	
	li.dropdown-hd.show div.dropdown > a:nth-child(7), 
	li.dropdown-hd.in-vertical-menu.show div.dropdown > a:nth-child(3), 
	li.dropdown-hd.show div.dropdown > a:last-child {
		border-bottom: 0px;
		padding-bottom: 0px;
	}
	li.dropdown-hd.show div.dropdown > a {
		width: 48%;
		float: left;
    }
	li.dropdown-hd.show div.dropdown:after{
		content:"";
		display:block;
		clear:both;
	}
	li.dropdown-hd > a+i:after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		margin: 0px 0 3px 14px;
		border: 2px solid rgb(169, 169, 169);
		transform: rotate(45deg);
		border-top: 0px;
		border-left: 0px;
	}
	
	li.dropdown-hd > a:first-child { 
		position: relative;
	}
	
	li.dropdown-hd > a+i.submenu-act {
   	 	width: 32px;
    	display: inline-block;
	}
	.menuslide li.dropdown-hd.show > a+i:after {
		transform: rotate(-135deg);
		margin: 0px 0 -4px 13px;
	}
}

#wrapper{
	
}
#wrapper > header > .contents,
#wrapper > main > .contents { 
}

#wrapper > .contents,
#wrapper > * > .contents {
    margin: 0 auto;
}

#top-logo {
    display: inline-block;
    float: left;
    width: 100%;
    margin:-2px 0 0 0;
}

#top-logo > a >img { 
    width: 180px; 
    margin: 0 auto;
    display: block;
}

.col-logo{
	width:24%;
}
.col-nav{
	width:76%;
}
.nav-icons > a+a {
    margin-left: 10px;
}
.nav-icons > a > img {
    margin-bottom: -2px;
}
 
@media only screen and (min-width:992px) and (max-width:1366px) {
#top-logo > a > img {  
    display: block;
    width: 160px;
    margin-top: 0px;
}
nav#menu .col-logo { width: 16%; }
nav#menu .col-nav { width: 84%; }
.container-fluid .text-content {
    padding: 60px 8% 8% 8%;
}
.container-fluid .text-content > h2 {
   margin-bottom: 15px;
}
}  

@media only screen and (min-width:992px){
	
	#wrapper > .contents,
	#wrapper > * > .contents {  width: 980px; } 	
		
	#wrapper > header > .contents,
	#wrapper > main > .contents {
			padding: 0 15px;
	}
	
	#wrapper > header > div > h1 {
		font-size: 2rem;
		line-height: 3rem;
		font-weight: 300;
	}    
	
	nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index:20;
	}   
	body.scrolled nav { top: 0; }	
	nav#menu ul {
		margin-top:16px;
	}
		 
} 

.container-fluid {
    border-bottom: 1px solid rgb(255, 255, 255);
}
 
.container-fluid .row {
    width: 100%;
    display:block;
    table-layout:auto;
}
.container-fluid .row:before, 
.container-fluid .row:after {
  content: "";
  display: table;
  clear: both;
  height:0px;
  width:0px;
}
.container-fluid .row .text-col, 
.container-fluid .row .picture-col {	
    display: block;
    vertical-align: top;
    float: left;
    -moz-transition: width 0.8s ease;
    -webkit-transition: width 0.8s ease;
    transition: width 0.8s ease;	
} 
.container-fluid .row .text-col{
     width: 33.33%;
}
.container-fluid .row .picture-col{
	 width: 66.66%;
}


@media only screen and (max-width:1023px){
	.container-fluid .row {
		width: 100%;
		display: block;
		table-layout: auto;
	}
	.container-fluid .row  > [class*="-col"] {
		display: block;
		width: 100%;
	}
}
@media only screen and (min-width:1024px){
	div.col-list-mobile > div.container-fluid:nth-child(odd) > div.row > div.picture-col {
		float: right !important;
	} 
} 
.container-fluid  .img-content img {
    width: 100%;
    height: auto;
    display: block;
} 

.center-text {
    text-align:center;
}
.right-text {
    text-align: right;
}
.left-text {
    text-align:left;
}

.text-content {
    color: #7B7469;
    padding:100px 4% 4% 4%; 
    font-size: 1.5rem;
    line-height: 2rem;
	font-weight: 300;
}

.text-content sup {
    vertical-align: super;
    font-size: 1rem;
	font-weight: 300;
}

.text-content.right-text {
    float: right;
}

.text-content > h2 {
   /* font-size: 3.125rem;
    line-height: 3.5rem;*/
	 font-size: 2rem;
    line-height: 2.2rem;
    /*margin-bottom: 50px;*/
	font-weight: 300;
}

.text-content >p+a {
    margin-top: 10px;
}

.text-content > a {
    display: block;
    color:#333;/* #7B7469;*/
    text-transform: uppercase; 
	font-weight:bold;
	font-size:1rem;
	font-weight: 300;
}
.text-content > a:hover {
    color:#333;
  text-decoration:underline;
}
a.readmore{
	font-weight:300;
/*	text-decoration: none !important;*/
}
a.readmore:after {
    content: ">";
    padding-left: 5px;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}

.text-content > img.module-icon {
    margin:20px auto 0 auto;
    width: 40px;
    display: block;
}

.container-fluid .text-content.center-text a{
	color:#333;
}
.container-fluid .text-content.center-text a:hover{
    text-decoration:underline;
 }

.container-fluid .row .text-col {
    display: table;
}

.text-content.center-text {
    vertical-align: middle;
    display: table-cell;
}

.row-x.row.lwwww {
    margin-top: 20px;
}   
.img-content {
    background-position: center;
    display: block;
    height: 640px;
    width: 100%;
    background-size: cover;
}  
footer {
    background-color: rgb(51, 51, 51);
    padding: 40px 0;
}

footer > div {
    text-align: center;
    text-transform: uppercase;
}

footer ul li {
    display: inline-block;
    padding: 16px 0 0 24px;
    min-height: 34px;
}

footer ul li > a:link {
	color:#ccc;
}
footer ul li > a:hover{
	color: rgb(165, 154, 132);
}
footer ul li > a:link > small,
a.readmore > small {
    text-transform: initial;
}
  
/** LAA Slider **/
.laa-slider .arrow_p,
.laa-slider .arrow_n,
.parrow_p,
.parrow_n {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 60;
    height: 70px;
    width: 70px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-transition: all 1s cubic-bezier(.445,.050,.55,.95);
    -moz-transition: all 1s cubic-bezier(.445,.050,.55,.95);
    -o-transition: all 1s cubic-bezier(.445,.050,.55,.95);
    transition: all 1s cubic-bezier(.445,.050,.55,.95);
} 
.laa-slider .arrow_p:hover,
.laa-slider .arrow_n:hover,
.parrow_p:hover,
.parrow_n:hover{
   background-color: rgba(255, 255, 255,1);
}
.laa-slider .arrow_n,
.parrow_n{
	right:20px; 
}   
.laa-slider .arrow_p,
.parrow_p{
	left: 20px;
}
.laa-slider .arrow_p:before,
.laa-slider .arrow_p:after,
.laa-slider .arrow_n:before,
.laa-slider .arrow_n:after,
.parrow_p:before,
.parrow_p:after,
.parrow_n:before,
.parrow_n:after{
    content: "";
    display: block;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: rgb(80, 79, 79) !important;
    width: 20px;
    height: 20px;
    position: absolute;
}

.laa-slider .arrow_p:before,
.parrow_p:before{
	top: 24px;
	left: 24px;
}

.laa-slider .arrow_p:after,
.parrow_p:after{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
    border-bottom: 2px solid;
    border-left: 2px solid;
    top: 25px;
    left: 25px;
}

.laa-slider .arrow_n:after,
.parrow_n:after{
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform: rotate(-45deg);
	top: 25px;
	left: 20px;
}
.laa-slider .arrow_n:before,
.parrow_n:before{
	top: 22px;
	left: 21px;
} 
.laa-slider span.arrow_n.fillbg:before,
.laa-slider span.arrow_p.fillbg:before,
span.parrow_n.fillbg:before,
span.parrow_p.fillbg:before{
    content: "";
    display: block;
    border: 0;
    border-top: 2px solid;
    width:20px;
    height: 1px;
    position: absolute;
    top: 34px;
}  
.fullscreen .laa-slider {
	position: fixed !important;
	top: 0px;
	left: 0px;
} 
.fullscreen .laa-slider{
	background-color: rgba(0, 0, 0, 0.8);
} 
.laa-slider div.large-img {
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4);
	filter:alpha(opacity=0.4);
	opacity:0.4; 
	position:absolute;
	top:0px;
	left:0px;
	outline:none;
	padding:0px;
	margin:0px;
	width:100%;
    height: calc(100% + 0.001rem);
	    -moz-transition:opacity 1s ease;
    -webkit-transition:opacity 1s ease;
    transition: opacity 1s ease;	
} 
.laa-slider div.large-img.last{
	z-index:4;
	display:block;
} 
.laa-slider div.large-img.selected{
	z-index:5;
	display:block;
	position:absolute;
	opacity:1;
} 
.laa-slider .last,
.laa-slider .selected{
	background-position:center center !important;
	background-size: cover !important; 
} 
.fullscreen div.last,
.fullscreen div.selected{ 
	background-position:center center !important;
    background-size: cover !important;
} 
.laa-slider span.caption {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 300;
  display:none !important;
  bottom: 10%;
  left: 10%;
  position: absolute;
  z-index: 6;
  text-shadow: 2px 1px 3px rgba(0,0,0,1);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2px 20px 5px 20px;  
} 
.pre-load .arrow_p, 
.pre-load .arrow_n,
.pre-load .parrow_p, 
.pre-load .parrow_n{
    display:none !important;
} 
@media only screen{
.laa-slider.touchenabled .arrow_p, 
.laa-slider.touchenabled .arrow_n,
.touchenabled .parrow_p, 
.touchenabled .parrow_n{
    display:none !important;
}
}  
/*nav#menu {
    padding-right: 90px;
}*/ 
body.slideractive:not(.no-slider) nav#menu {
    opacity: 0; 
} 
nav#menu {
    opacity: 1;
    -moz-transition:top 1.5s ease, opacity 1s ease,  padding-right 1s ease;;
    -webkit-transition:top 1.5s ease, opacity 1s ease,  padding-right 1s ease;
    transition:top 1.5s ease, opacity 1s ease,  padding-right 1s ease;
} 
/*#mainslider .laa-slider .arrow_p{
	display:none;
}*/  
.slidernextarrow {
    position: fixed;
    right: 0px;
    opacity: 1;
    top:0;
	display:none;
	transform: scale(1);
    -moz-transition: top 3s ease, opacity 10s ease;
    -webkit-transition: top 3s ease, opacity 10s ease;
    transition: top 3s ease, opacity 10s ease;
} 
.sliderarrow {
	cursor:pointer;
	z-index:62;
    background-color: rgba(133, 128, 120, 0.8);
    width: 90px; 
    height: 90px;
	outline:none;
}
body.no-slider .slidernextarrow,
body.scrolled .slidernextarrow {
    opacity: 0;
   transform: scale(0);
	  -moz-transition:transform 1s ease, opacity 2.5s ease;
  -webkit-transition:transform 1s ease, opacity 2.5s ease;
  transition:transform 1s ease, opacity 2.5s ease;
}

body.no-slider .laa-slider .arrow_p, 
body.no-slider .laa-slider .arrow_n{
	z-index:-1 !important;
} 
 
.container-fluid.quotes {
	font-style:italic;
} 
.container-fluid.quotes .text-content {
    color: #9D7D45;
   font-size: 2rem;
    line-height: 2rem;
} 
	.container-fluid .text-content > a.tripad {
		margin:15px auto 0 auto;
	}
	.container-fluid .text-content > a.tripad > img.module-icon{
		width:auto;
	}
 
.container-fluid.quotes span.author {
    display: block;
    font-style: normal;
} 
nav#menu div.nav-icons {
    display: block;
    float: right;
    width: 148px;
    margin:24px 0 0 10px;
}
#mobile-hamburger{ display:none; }
.hamburger > span, 
.hamburger > span:before, 
.hamburger > span:after{
    border-top: 3px solid #fff;
    display: block;
    width: 30px;
}
.hamburger > span {
    position: relative;
    margin: 0 auto;
    top: 10px;
    left: 0;
}
.hamburger > span:before, 
.hamburger > span:after {
    content: "";
    position: absolute;
    left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform:    rotate(0deg);
	-ms-transform:     rotate(0deg);
	-o-transform:      rotate(0deg);
	transform:         rotate(0deg);	
    transition:transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
}
.hamburger > span:before {
    top: 4px;
}
.hamburger > span:after {
    top: 11px;
}
.menuslide .hamburger > span {
    top: 28px;
    border: 0px;
    left: -4px;
    -webkit-transform: rotate(180deg);
    -moz-transform:    rotate(180deg);
    -ms-transform:     rotate(180deg);
    -o-transform:      rotate(180deg);
    transform:         rotate(180deg);
    border-radius: 50%;
	border-top:none !important;
}
.menuslide .hamburger > span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);		
}
.menuslide .hamburger > span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	transform:         rotate(-45deg);		
}
.menuslide .hamburger > span:before,
.menuslide .hamburger > span:after {
	top: 8px;
    left: -3px;
}
@media only screen and (max-width:992px){ 
 
.sliderarrow{ display:none; }
.text-content > a{
	 font-weight: 100;
    font-size: 0.8rem;
}
a#mobile-hamburger {
    position: fixed;
    display: block;
    z-index: 1033;
    top: 25px;
    left: 15px;
    width: 40px;
    height: 38px;
    background-color: rgb(51, 51, 51);
}
nav#menu ,
a#mobile-hamburger {
    -moz-transition:top 0.2s ease;
    -webkit-transition: top 0.2s ease;
    transition:top 0.2s ease;	
}
/*body.scrolled #mobile-hamburger { 
    top: 50px !important;
    z-index: 1000 !important;
}*/
.img-content {
    height: 100vw;
}
.text-content.center-text {
    height:100vw;
    font-size: 1rem;
	font-weight: 300;
    line-height: 1.2rem;
    padding: 25px 15px 25px 15px;
    position: relative;
}
.text-content > h2 {
    font-size: 1.6rem;
    line-height: 2rem;
	font-weight: 300;
    text-transform: uppercase;
    /*margin-bottom: 10px;*/
} 
.text-content > img.module-icon {
    margin: 14px auto 0px auto;
/*    position: absolute;
    left: calc(50% - 20px);
    bottom: -20px;*/
}

}
@media only screen and (min-width:480px) and (max-width:991px){ 
.text-content.center-text {
    font-size: 1.5rem;
    line-height: 2rem;
	font-weight: 300;

}
}
@media only screen and (max-width:992px) and (-webkit-min-device-pixel-ratio: 2){ 
.text-content.center-text {
	font-size: 1.1rem;
    line-height: 1.4rem;
	font-weight: 300;
    padding:30px 2.5% 30px 2.5%;
}
.text-content > h2 {
   /* font-size: 1.8rem;
    line-height: 2rem;
	font-weight: 300;*/
    margin-bottom: 12px;
}
}
/*@media only screen and (max-width:992px) and (-webkit-min-device-pixel-ratio: 3){ 
.text-content.center-text { 
    padding: 50px 2.5% 2.5% 2.5%; 
}

.text-content > h2 {
    font-size: 2.4rem;
    line-height: 2.8rem; 
    margin-bottom: 10px;
} 
}*/
@media only screen and (max-width:992px){  /* 767*/

#mainslider .main-header-content{
	top: calc((100% - 275px)/2);
}
#mainslider .main-header-content h1.title { 
    line-height: 2.4rem; 
}
	.container-fluid {
		border-bottom: 5px solid rgb(255, 255, 255);
	}
	nav#menu {
			height: auto !important;
			padding-right: 0px !important;
			background-color: #fff;
			 -moz-transition: none;
			-webkit-transition: none;
			transition: none;
    }
		
	nav#menu .row {
			width: 100%;
			display: block;
			table-layout: auto;
	}
	nav#menu .col-logo,
	nav#menu .col-nav {display: block;width: 100%;}
	#top-logo > a > img {
			max-width: 100%;
			width: 120px;
			margin: 0 auto;
			display: block;
	}
	#wrapper > header #mainslider {
		width: 100%;
		height:100vw !important;
		position: relative;
		margin: 0 auto;
		border-bottom: 5px solid rgb(255, 255, 255);
		overflow:hidden;
		margin-top:0px;
	} 
	nav#menu .col-logo:after, 
	nav#menu .col-nav:after{
		  content:"";
		  display: block;
		  clear: both;
	}
 
	#top-logo {
			display: block;
			float: none;
	}	
	button.sliderarrow.inn-search {
			top: initial;
			right: 28px;
			bottom: 20px;
			display: inline-block;
			width: 30px;
			height: 26px;
			background-color: rgb(253, 253, 253);
			border: 1px solid rgb(221, 221, 221);
			color: rgb(105, 105, 105);
			text-align:center;
		}
		button.sliderarrow.inn-search:after,
		button.sliderarrow.inn-search:before {
			display: none;
		}	
/*a#mobile-hamburger:before, a#mobile-hamburger:after {
    content: "";
    border: 2px solid #333;
    border-bottom: 0px;
    border-right: 0;
    width: 18px;
    height: 18px;
    display: block;
    -moz-transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    -o-transform: rotate(224deg);
    transform: rotate(224deg);
    margin: 6px 0 0 0px;
    -moz-transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
    transition: transform 1s ease;
}

a#mobile-hamburger:after {
    margin: -11px 0px 0 0px;
}		

.menuslide a#mobile-hamburger:before,
.menuslide a#mobile-hamburger:after{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menuslide a#mobile-hamburger {
    top: inherit;
    bottom: 28px;
    z-index: 1030;
}*/

nav#menu .col-nav .contents-nav{
    visibility: visible;
    backface-visibility: hidden;
    position: fixed;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    top: -800px; 
    width: 100%;
    height: 80vh; 
    z-index: 1024 !important;
	padding-top:100px;
}
.menuslide a#mobile-hamburger {
    /*top: calc(66vh - 36px) !important;* /
	top: 20px;/*calc(66vh + 16px) !important;*/
    z-index: 1022 !important;
}
.menuslide nav#menu .col-nav .contents-nav{
    -ms-transform: translate(0px,768px) !important;
    -webkit-transform: translate(0px,768px) !important;
    transform: translate(0px,768px) !important;
}
/*.menuslide:not(.showing-popup) .laa-ui-overlay.fill { z-index:-1 !important; }*/
/*nav#menu .col-logo {
    position: fixed;
    top: calc(23vh + 6px);
    z-index: 1005;
} */
.menuslide nav#menu {
	top:0;
}
body.scrolled nav#menu{
    top: 0;
    background-color: rgb(255, 255, 255);
}
body.scrolled a#mobile-hamburger{
	background-color: rgb(255, 255, 255);
}
body.scrolled .hamburger > span, 
body.scrolled .hamburger > span:before,
body.scrolled .hamburger > span:after {
    border-top: 3px solid #000;
}
nav#menu ul > li a:link, 
nav#menu ul > li a:visited {
    color: rgb(169, 169, 169);
}
nav#menu ul > li {
    display: block;
    text-align: left;
    padding: 6px 5px 6px 20px;
    border-bottom: 1px solid rgb(216, 216, 216);
}
.menuslide nav#menu .col-nav:after {
    content: "";
    display: block;
    width: 100%;
    height: 28px;
}
.menuslide nav#menu,  
.menuslide nav#menu .col-nav .contents-nav,
.menuslide a#mobile-hamburger,
.menuslide nav#menu .col-nav:after, 
.menuslide nav#menu .col-logo {
    background-color: #fff;
 }
.menuslide .hamburger > span:before,
.menuslide .hamburger > span:after {
    border-top: 3px solid rgb(0,0,0);
 }
nav#menu div.nav-icons {
	display:none;
}
/*nav#menu ul {
    margin-bottom: 40px;
}*/
footer{
	padding: 20px 0;
	display:none;
}
footer ul li {
    display: block;
    padding:6px 15px;
    min-height: auto; 
}
footer > div > ul+ul {
    margin-top: 40px;
}

.prime-links,
ul.sub-links {
    float: left;
    width: 100%;
	margin-bottom:50px;
}

ul.sub-links > li {
    border-left: 1px solid rgb(216, 216, 216);
}
.contents-nav {
    padding: 0px 20px;
    margin-top: 20px;
}
 
}

.social-icon,
 .link-button-top {
	 display:none;
 }
 .link-button-top a.free-consult {
    color: rgb(255, 255, 255);
}

@media only screen and (min-width:1024px){
.link-button-top {
    position:fixed;
    top: 16px;
    right: 39px;
    border: 1px solid rgb(255, 255, 255);
    z-index: 22;
    padding: 6px;
    text-transform: uppercase;
    font-size: 1rem;
	font-weight: 400;
    display: block;
}

.social-icon {
    position:fixed;
    top: 1px;
    right: 0px;
    z-index: 50;
    width: 20px;
    height: 24px;
    display: block;
}
}
@media only screen and (max-width:1124px){
	/*.link-button-top { 
		top: 10px;
	}*/
	/*.social-icon{
		top: 24px;
	}*/
}
@media only screen and (max-width:992px){
	nav#menu{
		position: fixed;
		top:0;
		z-index: 1005;
		width:100%;
	}
	body a#mobile-hamburger{
		background-color: rgba(255, 255, 255,0.7);
		/*top:20px;
		z-index: 1000;*/
	}
	body .hamburger > span, 
	body .hamburger > span:before,
	body .hamburger > span:after {
		border-top: 3px solid #000;
	}
	 
}

 
/*@media only screen and (max-width:1440px){*/
	body {
		font-size: 1.1rem;
		line-height: 1.2rem;
    }
	nav li {
		padding: 6px 0 0 12px;
		min-height: 34px;
	}
/*}*/
@media only screen and (min-width:1024px) { /*and (max-width:1440px)*/  
	nav#menu .col-logo {
		width: 18% !important;
	}
	nav#menu .col-nav {
		width: 82% !important;
	} 
	 
	 
	nav#menu {
		height: 80px !important;
	}	
	/*.container-fluid .img-content {
		height: 440px;
	}*/
	.container-fluid .img-content {
		height: 440px;
	}
	.container-fluid .row .picture-col {
		width: calc(100% - 440px);
	}
	.container-fluid .row .text-col {
		width: 440px;
		height:440px;
	}
	/*.container-fluid .text-content.center-text {
		padding: 55px 6% 6% 6%;
	}*/
.container-fluid .text-content.center-text {
    padding: 30px 15px 15px 15px; 
	 font-size: 1rem;
    line-height: 1.3rem;
}	
img.circle-map-img{
	margin-top:-8px;
	transform:scale(0.7);
}

div.col-list-mobile > div.container-fluid:nth-child(odd) > div.row > div.picture-col > div.img-content {
    float: right;
}
	
	/*.container-fluid .text-content > h2 {
			font-size: 2.5rem;
			line-height: 2.8rem;
			margin-bottom: 20px;
	}*/
	.container-fluid .text-content > h2 {
			font-size: 2rem;
			line-height: 2.2rem;
			margin-bottom: 15px;
	}
 
 .container-fluid.quotes .text-content{
     color: rgb(157, 125, 69);
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
 }
	

}
.container-fluid .text-content.center-text p + p {
    margin-top: 8px;
}
 
@media only screen and (min-width:1225px) and (max-width:1399px){
	nav#menu ul,
	nav#menu div.nav-icons {
		margin-top:16px;
	}
}

@media only screen and (min-width:1440px){
	nav#menu ul {
		margin-top:16px !important;
	}
	nav#menu div.nav-icons {
		margin-top:25px !important;
	}
	nav#menu .col-logo {
		width: 18% !important;
	}
	nav#menu .col-nav {
		width: 82% !important;
	}	
}

@media only screen and (min-width:993px) and (max-width:1260px){
/*	nav#menu div.prime-links {
    width: calc(100% - 320px);
}
nav#menu div.prime-links > ul > li {
    width: calc(97%/4);
    text-align: center;
    padding: 0px;
    min-height: 28px;
}
nav#menu ul.main-links {
    max-width: 540px;
    margin:14px auto 0  auto;
}*/

}


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

}

 
 

@media only screen and (max-width:992px) and (orientation: landscape) {
.img-content {
    height:95vh !important;
}

.text-content.center-text {
    height:95vh !important;
}
}

 
/*  (portrait) ----------- */ 

@media only screen and (min-width:768px) and (max-width:992px) and (orientation : portrait) {
	#top-logo > a > img {
		width: auto;
		height: 100px;
		margin: 20px auto;
	}
	 
	
	.text-content.center-text {
		font-size: 2rem !important;
		line-height: 2.4rem !important;
		padding: 100px 8% 8% 8% !important;
	}
    .container-fluid.quotes span.author{
	    font-size: 1.2rem !important;
		line-height: 1.8rem !important;
	}	
	.text-content > h2 {
		font-size: 3rem !important;
		line-height: 3.4rem !important;
		margin-bottom: 50px !important;
	}
	.text-content > img.module-icon{
		margin: 20px auto 0 auto;
		width: 50px;
	}
	.text-content > a.readmore {
		margin-top: 40px;
		font-weight: 400;
		font-size: 1rem;
	}

	nav#menu ul > li {
		padding: 10px 5px 10px 20px;
	}
	
	nav#menu ul.sub-links > li a {
		font-size: 1rem;
		line-height: 1.2rem;
	}
}

 
@media only screen and (max-width:767px){
.text-content > img.module-icon {
    width: 30px !important;
}
}


#mainslider {
    width: 100%;
    height: 90vh;
	height: calc(90vh - 2px) !important;
    position: relative;
    margin: 0 auto;
	border-bottom: 2px solid rgb(255, 255, 255);		
}
div#cinqmainslide {
    width: 100%;
    height: 100% !important;
}


.price-table {
    text-transform: uppercase;
    text-align: right;
    font-size: 1.1rem;
    color: #fff;
}

.price-table table {
    max-width: 500px;
    margin: 40px auto 10px auto;
	text-transform: capitalize;
}

.price-table td {
    padding: 4px 10px;
    text-align: right;
    color: rgb(255, 255, 255);
}

.price-table td.price-bor {
    text-align: center;
    border: 1px solid rgb(255, 255, 255);
}


@media only screen and (min-width:380px){ 
.book-date-select-box {
    width: 350px;
    margin: 20px auto;
}
}
@media only screen and (max-width:379px){ 
.book-date-select-box .reserve-your-stay .row {
					width: 100%;
					display: block;
					table-layout: auto;
				}
	 
.book-date-select-box .reserve-your-stay [class*="col-"]{display: block;width: 100%;}
}

.book-date-select-box  label.bookdate {
    margin-left: 18px;
}

.book-date-select-box input[type="text"]{
    font-size: 0.9rem !important;
    padding: 2px 8px !important;
    height: 25px !important;
    min-height: 25px !important;
    width: 140px !important;
    background-color: rgb(255, 255, 255);
}

.book-date-select-box input+i.fa {
    font-size: 1rem;
    margin-left: -19px;
    color: rgb(166, 154, 132);
}
.book-date-select-box button[type="submit"] {
    border: 1px solid rgb(221, 221, 221);
    text-transform: uppercase;
    background-color: #fff;
    padding:2px 6px;
    cursor: pointer;
    font-size: 0.9rem;
}






p.in-txt {
    margin: 8px 0px 20px 0px;
}


#wrapper > main > .contents h1.title {
    font-size: 2rem;
    line-height: 3rem;
    margin: 20px 0;
    text-align: center;
}
.subtitle{
	font-size: 2rem;
    line-height:3.5rem;
    margin: 15px 0; 
}

.laaCPs {
	border-bottom:1px solid #fff;	 
}

.laaCPs:before {
    content: "";
    clear: both;
    display: block;
}

.laaCPs .cpt {
	cursor: pointer;
	position:relative;
}

.laaCPs.collapse .cpc{
	display:none;	
}
 

.laaCPs.collapse .cpt:after {
    content: "open";
    position: absolute;
    right: 12px;
    top: 4px;
    font-size: 0.9rem;
}

.laaCPs .cpt:after {
    content: "close";
    position: absolute;
    right: 12px;
    top: 4px;
    font-size: 0.9rem;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition: all 1s ease;
}

html[lang="it"] .laaCPs.collapse .cpt:after {
    content: "apri";
}
html[lang="it"] .laaCPs .cpt:after {
    content: "chiudi";
}
html[lang="de"] .laaCPs.collapse .cpt:after {
    content: "öffnen";
}
html[lang="de"] .laaCPs .cpt:after {
    content: "schließen";
}
html[lang="es"] .laaCPs.collapse .cpt:after {
    content: "abrir";
}
html[lang="es"] .laaCPs .cpt:after {
    content: "cerrar";
}

.laaCPs.collapse .cpt:before {
    transform: rotate(0deg);
}
.laaCPs .cpt:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 13px;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid rgb(255, 255, 255);
    transform: rotate(180deg);
    transition: transform 1s ease;
}

.laaCPs .cpt h2 {
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 10px 0;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.laaCPs div.cpc > p,
.laaCPs div.cpc > ul li {
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding-bottom: 15px;
}


@media only screen and (min-width:380px){
.book-date-select-box .laa-responsive-form div.row > div[class*="col-"] {
    display: table-cell;
    width: inherit;
}

.book-date-select-box .laa-responsive-form div.row > div[class*="col-"] label.bookdate {
    margin-left: 10px;
}
}

.video-title {
    padding: 8px;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #333;
}
@media only screen and (min-width:768px){
	.video-title {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
}

@media only screen and (max-width:1024px){
#wrapper > main > div.contents {
    padding: 0 15px;
}

.faqs-content .laaCPs .cpt h2 {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-right: 45px;
}
}


.laa-login-single-row.laa-responsive-form {
    margin: .5rem 0;
    max-width: 300px;
}

@media only screen and (min-width:480px){
	.laa-login-single-row.laa-responsive-form div.row > div[class*="col-"]{
		display: table-cell;
		vertical-align: top;
	} 
	.laa-login-single-row.laa-responsive-form .laa-btn {
		margin: 0 .5rem;
	} 
}
@media only screen and (max-width:479px){
	.laa-login-single-row.laa-responsive-form .laa-btn {
		margin: .5rem 0;
	}
}


ul.bulletlist {
    margin: 20px 0;
}

ul.bulletlist > li {
    display: block;
    margin-bottom: 9px;
    padding: 3px 5px 2px 28px !important;
}

ul.bulletlist > li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: -20px;
    margin-right: 10px;
    margin-top: 10px;
    vertical-align: top;
}

ul.bulletlist > li > a, 
ul.bulletlist > li > a:link,
ul.bulletlist > li > a:visited{

}

ul.bulletlist > li > a:hover,
ul.bulletlist > li > a:focus {
    color: rgba(255, 255, 255, 0.8)
}

.pics-tr {
    float: right;
    margin: 0 0 10px 20px;
}

#wrapper > main > div.contents p+p {
    margin-top: 10px;
}




@media only screen and (max-width: 991px) and (min-width: 768px) and (orientation: portrait){
	/* a#mobile-hamburger {
		position: fixed;
		display: block;
		z-index: 1033;
		top: 144px;
		left: 15px;
		width: 40px;
		height: 40px;
		background-color: rgb(51, 51, 51);
	}
	.menuslide nav#menu .col-nav .contents-nav {
		-ms-transform: translate(0px,990px) !important;
		-webkit-transform: translate(0px,990px) !important;
		transform: translate(0px,990px) !important;
	}*/
}


div#join-newsletter-popup {
    min-width: 280px;
    max-width: 475px;
    padding: 10px;
}

div#join-newsletter-popup h2 {
    padding: 0 0 8px 0;
    font-weight: 400;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.8rem;
    display: block;
    margin-bottom: 10px;
}
div#join-newsletter-popup h2,
div#join-newsletter-popup .laa-responsive-form label{
	color: rgb(51, 51, 51);
}
@media only screen and (min-width: 768px){
.pdl-fm-nm{
	padding-left:10px;
}
.pdr-fm-nm{
	padding-right:10px;
}
}


.laa-popup.laa-hint-pop {
    z-index: 500;
    display:none;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.35);
   border: 1px solid rgb(165, 154, 132);	
}

.laa-popup.laa-hint-pop .pop-content {
    max-width: 300px;
    height: 80px;
    color: rgb(204, 0, 0);
}
.laa-popup.laa-hint-pop .pop-content b {
    font-weight: 400;
}
@media only screen and (min-width: 768px){
	.laa-popup.laa-hint-pop .pop-content {
		max-width: 360px;
		height: 100px;
		padding-top: 15px;
		font-size: 1.2rem;
		line-height: 1.4rem;
	}	
}
.laa-popup.laa-hint-pop > .pop-close-btn {
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    padding: 8px 10px;
    /* box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5); */
    height: 24px;
    width: 24px;
    overflow: hidden;
    top: -12px;
    right: -12px;
    border: 0px;
}

.laa-popup.laa-hint-pop  > .pop-close-btn:after, .laa-popup.laa-hint-pop  > .pop-close-btn:before {
    height: 14px;
    width: 1px;
    position: absolute;
    top: 5px;
    left: 11px;
}

.laa-popup.laa-hint-pop .pop-content a,
.laa-popup.laa-hint-pop .pop-content a:link,
.laa-popup.laa-hint-pop .pop-content a:visited{
    color: rgb(204, 0, 0);
}
.laa-popup.laa-hint-pop .pop-content a:focus,
.laa-popup.laa-hint-pop .pop-content a:hover{
    color: rgba(204, 0, 0,0.8);
}

.text-content > button+img.module-icon {
    margin: 20px auto 0 auto;
}

.text-content > button.laa-btn.view-gallery {
    margin-top: 20px;
}

.laa-popup.popup-gallery-slider {
    width: 95%;
    height: 95%;
}
 
@media only screen and (max-width:1024px){
 body.showing-popup .laa-popup > .pop-close-btn {
		top: 0px;
		right: 0px;
		border: 2px solid rgba(255, 255, 255, 0);
		z-index: 2;
		background-color: rgba(255, 255, 255, 0.8);
     }	
.laa-popup.popup-gallery-slider > .pop-close-btn.popup-close {
    z-index: 10;
}
.laa-popup.popup-gallery-slider > .pop-close-btn:after, 
.laa-popup.popup-gallery-slider > .pop-close-btn:before{left: 13px;top: 4px;}

body.showing-popup .laa-popup.popup-gallery-slider {
    width: calc(100% - 2%) !important;
    height:auto;
	min-height:20vh;
}

body.showing-popup .laa-ui-overlay.fill {
    z-index: 1199;
}

body.showing-popup .laa-popup.popup-gallery-slider > .pop-close-btn.popup-close + div.pop-content {
    margin: 0px;
    overflow: hidden;
    padding: 0px;
}
.laa-popup.popup-gallery-slider .laa-slider.showslides{
	position: relative;
    min-height: 40vh;
}
}

@media only screen (orientation:portrait){
.laa-popup.popup-gallery-slider .laa-slider.showslides{
	position: relative;
    min-height: 40vh;
}
}
@media only screen (orientation:landscape){
.laa-popup.popup-gallery-slider .laa-slider.showslides{
	position: relative;
    min-height: 80vh;
}
}
@media only screen and (max-width:767px) and (orientation:landscape){
.laa-popup.popup-gallery-slider .laa-slider > .large-img.selected,
.laa-popup.popup-gallery-slider .laa-slider > .large-img.last {
  /*  background-position: top left !important;
    background-size: contain !important;*/
}
.laa-popup.popup-gallery-slider .laa-slider.showslides{
	position: relative;
    min-height: 80vh;
}
}

/*@media only screen and (min-width:992px) and (max-width:1024px) and (orientation:landscape){
.laa-popup.popup-gallery-slider .laa-slider.showslides{
	position: relative;
    min-height: 80vh;
}	
	nav#menu div.prime-links > ul > li > a {
		font-size: 1rem;
		display: block;
	}
	
}
/*
@media only screen and (min-width:992px) and (max-width:1368px){
.container-fluid .text-content > button.laa-btn.view-gallery,
.container-fluid .text-content > button.laa-btn.view-gallery+img.module-icon{
    margin-top: 20px;
}
}  
@media only screen and (max-width: 1360px) and (min-width:1280px){
    nav#menu ul > li > a{
        font-size:1rem;
    }    
} 
@media only screen and (max-width:1279px) and (min-width:1260px){
    nav#menu ul > li > a{
        font-size:0.9rem;
    }    
}
@media only screen and (max-width:1259px) and (min-width:992px){
    nav#menu ul > li > a{
        font-size:0.9rem;
    }    
} */
.laa-popup.popup-gallery-slider div.msg-swipe-enable{
	display:none;
}
@media only screen and (max-width:1368px){
	div.laa-slider.touchenabled > .msg-swipe-enable {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
		color: #333;
		font-size: 1.2rem;
		font-weight: 400;
		text-align: center;
		width: 100%;
		padding: 12px 10px;
		background-color: #fff;
	}
} 
/*@media only screen and (max-width: 1259px) and (min-width: 993px){
    nav#menu div.prime-links{
        width: 482px;
    } 
    nav#menu div.prime-links > ul > li { width: 18%;}
    nav#menu div.prime-links > ul > li > a {padding:0 10px;}    
    nav#menu .col-nav {
           width: 80% !important;
    }
    nav#menu .col-logo {
            width: 20% !important;
    }

    nav#menu div.prime-links > ul > li:nth-child(4) {
        width: 28%;
        margin-right: 0px;
    }
    nav#menu div.prime-links > ul > li:nth-child(5){
        width: 25%;
    }
    nav#menu div.prime-links > ul > li:nth-child(8) {
        margin-right: 0px;
        width: 24%;
    }
} */
@media only screen and (max-width: 1023px) and (min-width: 992px){
	#top-logo > a > img{margin-top: 16px;}
	nav#menu ul.main-links {
		margin: 18px auto 0 auto;
	}
} 
@media only screen and (max-width:414px){
 
	.text-content > button.laa-btn.view-gallery {
		margin-top: 10px;
	} 
	
	.text-content > button+img.module-icon {
		margin: 10px auto 0 auto;
	}
} 
@media only screen and (max-width:374px){	
	.text-content.center-text {
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
}  
 
 
.slider-info { display:none; } 
@media only screen and (max-width:1024px) {
	.slider-info {
		position: absolute;
		display:none;
		background-color: rgb(255, 255, 255);
		color: rgb(51, 51, 51);
		padding: 4px 10px;
		font-size: 0.8rem;
		text-transform: uppercase;
        bottom: 0px;		
		left: calc((100% - 230px)/2);
		border-radius: 5px 5px 0 0;
		width: 230px;		
	    z-index: 10;
	}
}
@media only screen and (max-width: 992px) and (orientation: landscape) {
	body >  #wrapper > header #mainslider {
		width: 100%;
		height:84vh !important; 
	}
	body.ismobile.showing-popup div#landing-popup {
    	top: 4px !important;
	}
}
@media only screen and (min-width:560px)  and (max-width: 992px) and (orientation: landscape) {
	/*body >  #wrapper > header #mainslider {
		margin-top: 68px;
	}*/	
	body.menuslide nav#menu .col-nav .contents-nav {
		-ms-transform: translate(0px,767px) !important;
		-webkit-transform: translate(0px,767px) !important;
		transform: translate(0px,767px) !important;
		padding-top:100px;
	}	
	body #menu #top-logo > a > img {
    max-width: 100%;
    width: 170px;
    display: inline-block;
    }
	body nav#menu .col-logo, body nav#menu .col-nav {
		display: table-cell;
		width: initial;
	}
	body a#mobile-hamburger{
		top: 15px;
	}    
	nav#menu .col-logo{padding-left: 62px;}
} 
i.asterisk-mark {
    color: #cc0000;
    display: inline-block;
}
 
.laa-popup .laa-responsive-form input[type="text"], 
.laa-popup .laa-responsive-form input[type="email"],
.laa-popup .laa-responsive-form input[type="tel"],
.laa-popup .laa-responsive-form textarea, 
.laa-popup .laa-responsive-form select{
    width: 95%;
}
body.showing-popup div#ui-datepicker-div {
    z-index: 1270 !important;
} 
@media only screen and (max-width: 992px) and (min-width: 520px){
body.showing-popup > div#join-newsletter-popup {
    top: calc((100% - 388px)/2) !important;
    left: calc((100% - 480px)/2) !important;
    width: 480px !important;
}
}  
 


.stage {
    position: relative;
}

.stage .video-badge {
    position: absolute;
    z-index: 1;
    top: calc((100% - 200px)/2);
    left: calc((100% - 200px)/2);
    width: 200px;
    height: 200px;
}

.stage .video-badge > img {
    max-width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    box-shadow: 2px 4px 20px rgba(0,0,0,0.5);
} 
@media only screen and (min-width:480px) {
.stage .video-badge {
    top: calc((100% - 290px)/2);
    left: calc((100% - 290px)/2);
    width: 290px;
    height: 290px;
}	 
}

 

@media only screen and (max-width:300px){
	.text-content.center-text {
		height: auto;
	}
}

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

html[lang="de"] #mainslider .slider-info, 
html[lang="es"] #mainslider .slider-info, 
html[lang="it"] #mainslider .slider-info {
    width: 96%;
    left: 2%;
    text-align: center;
    max-width: 450px;
}

}


div#bottom-logo {padding: 0 8px;}

div#bottom-logo img {
    max-width: 68px;
    margin: 0 auto;
    display: block;
}

.footer-center.col {
    width: 120px;
}

header{
	position:relative;
}
#mainslider{
	overflow:hidden;
}
.main-header-content {
    position: absolute;
    top: 100px;
    z-index: 8;
    width: 100%;
	top: calc((100% - 335px)/2);
}

.main-header-content h1.title {
    font-size: 2.4rem;
    line-height: 3rem;
	margin-top: 20px;
    text-align: center;
	font-weight:300;
}
.main-header-content h3.sub-title {
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-align: center;
	font-weight:300;
}


.footer-left.col-5 > div {
    text-align: right;
}

.footer-right.col-5 > div {
    text-align: left;
}

div.footer-left.col-5 > div > a, div.footer-right.col-5 > div > a {
    padding: 5px 10px;
}
div.footer-left.col-5 > div > a:hover,
div.footer-right.col-5 > div > a:hover{
	color:rgba(117, 110, 100, 0.5);
}
div.footer-left.col-5 > div, div.footer-right.col-5 > div {
    display: block;
    margin: 12px 0 0 0;
}

@media only screen and (min-width:993px) {
body.scrolled nav#menu {
    background-color: rgba(0, 0, 0, 0.5);
	height: 90px !important;
}
body.scrolled nav#menu ul{
	    margin-top: 16px !important;
}
body.scrolled .link-button-top {
    top: 17px;
}



}

@media only screen and (min-width:993px) and (max-width:1080px){
	.link-button-top {
    position:fixed;
    top: 15px;
    right: 39px;
    border: 1px solid rgb(255, 255, 255);
    z-index: 22;
    padding: 6px;
    text-transform: uppercase;
    font-size: 1rem;
    display: block;
}
    nav#menu ul > li > a, .link-button-top {
        font-size: 0.9rem;
    }
    /*.social-icon {
        top: 20px;
    }*/
    .link-button-top {
        top: 15px;
    }
}

div#mainslider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    z-index: 6;
}

 .la-back-top {
		  cursor: pointer;
		  border-radius: 5px;
		  position: fixed;
		  padding: 0px;
		  bottom: 20px;
		  width:38px;
		  height:38px;
		  color: rgba(255, 255, 255, 0.7);
		  right: 10px;
		  background-color:rgba(13, 11, 11, 0.71);
		  z-index: 996;
		  -ms-transform: translate(0,100px) !important;
		  -webkit-transform: translate(0,100px) !important;
		  transform: translate(0,100px) !important;
		  transition: -webkit-transform 0.8s ease, opacity 0.8s ease;
		  -webkit-transition: -webkit-transform 0.8s ease, opacity 0.8s ease;
}

.la-back-top:before {
    content: "";
    width:14px;
    height:14px;
    border: 2px solid rgb(185, 185, 185);
    display:block;
    border-right:0px;
    border-bottom:0px;
    transform:rotate(45deg);
    top: 13px;
    left: 12px;
    position:absolute;
}

.la-back-top:after {
    content: "";
    width: 1px;
    height:14px;
    border-left: 2px solid rgb(185, 185, 185);
    display:block;
    top: 13px;
    left: 18px;
    position:absolute;
}

.la-back-top.show {
	 -ms-transform: translate(0,0) !important;
	 -webkit-transform: translate(0,0) !important;
	 transform: translate(0,0) !important;
	 transition: -webkit-transform 0.8s ease, opacity 0.8s ease;
	 -webkit-transition: -webkit-transform 0.8s ease, opacity 0.8s ease;
}	

body.menuslide .laa-ui-overlay {
    display: block;
    z-index: 99 !important;
    height: -webkit-calc(100% + 30px) !important;
    height: calc(100% + 30px) !important;
}

@media only screen and (min-width:993px) {
#mainslider #top-logo {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 42px 0 0 0;
}
#mainslider #top-logo > a >img {
    width: 120px;
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
}
}
@media only screen and (min-width:768px) and (max-height:480px){
	#mainslider #top-logo > a >img {
		margin-bottom: 10px;
	}
	#mainslider #top-logo{
		margin:0px;
	}
	.main-header-content{ top:60px; }
}
@media only screen and (min-width:768px) and (min-height:481px) and (max-height:560px){
	#mainslider #top-logo > a >img {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:768px){
    .main-header-content h1.title, 
    .main-header-content h3.sub-title {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width:360px){
    .main-header-content h1.title{
        font-size: 1.8rem;
        line-height: 1.6rem !important;
    }
    .main-header-content h3.sub-title {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

.faq-list{
  padding:20px;
}

.col-12.faq-list {
    color: rgb(123, 116, 105);
}

.col-12.faq-list > h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: rgb(123, 116, 105);
}

.col-12.faq-list > p {
    font-size: 1rem;
    line-height: 1.3rem;
}

.col-12.faq-list > p + h2 {
   margin-top:15px; 
}

.col-12.faq-list > h2 + p {
    margin-top: 10px;
}

@media only screen and (max-width:360px){
	.faq-list{
	  padding:20px 0px;
	}	
}

#payment-form{
	margin:10px auto;
}

@media only screen and (min-width:480px){
#payment-form{
	max-width:400px;
}
}