@charset "utf-8";
/* CSS Document */
/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

::-webkit-resizer {
  background-color: #666;
}
::-webkit-scrollbar {
  width: 12px;
  height: 3px;
  padding-left: 10px;
}
::-webkit-scrollbar-button {
  height: 0;
}
::-webkit-scrollbar-corner {
  background-color: #999;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  border-radius: 0;
  background-color: #5b5b5b;
}
::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
}
input[type="search"],
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}

a:link {
  cursor: pointer;
}

a,
a:link,
a:visited {
  text-decoration: underline;
  color: #3D5378;
  outline: none;
}

a:focus,
a:hover {
  color: #CC0000;
  outline: none;
  text-decoration:none;
}

.tbold {
  font-weight: bold;
  color: rgb(105, 105, 105);
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

.clr:before,
.clr:after {
  content: "";
  display: table;
  clear: both;
  height: 0px;
  width: 0px;
}

/* Box Model */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Grid */
.row {
  width: 100%;
  display: table;
  table-layout: fixed;
}
/*.row:before, .row:after {
  content: "";
  display: table;
  clear: both;
  height:0px;
  width:0px;
}*/
.row [class*="col-"],
.row .col {
  display: table-cell;
  vertical-align: top;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
 

@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  .responsive-grid .row {
    width: 100%;
    display: block;
    table-layout: auto;
  }
  .responsive-grid div.row > div[class*="col-"] {
    display: block;
    width: 100%;
  }
  .responsive-grid div.row > section[class*="col-"] {
    display: block;
    width: 100%;
  }  
}

.responsive-grid.list-grid .row {
  border-bottom: 1px solid rgb(221, 221, 221);
  margin: 15px 0;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.42);
  padding: 15px;
}
.responsive-grid.list-grid strong {
  font-weight: bold;
  color: rgb(136, 135, 135);
}

.print-only {
  display: none;
}
.dsblok {
  display: block;
}
.txtb {
  font-weight: bold;
}
img.img-responsive {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

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

html:not(.laapopup) body.cbackdrop .laa-ui-overlay {
  display: block;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  z-index: 6 !important;
}














.laaCPs.collapse{
	/*box-shadow: 5px 5px 5px rgba(0,0,0,0.5);*/
}

.laaCPs {
	    border: 1px solid rgb(255 255 255 / 68%);
		border-left:0px;
		border-right:0px;
}

.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: 40px;
    top: 4px;
    font-size: 0.9rem;
}

.laaCPs .cpt:after {
    content: "Close";
    position: absolute;
    right: 40px;
    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";
}

html[lang="fr"] .laaCPs.collapse .cpt:after {
    content: "ouvrir";
}
html[lang="fr"] .laaCPs .cpt:after {
    content: "fermer";
}


.laaCPs.collapse .cpt:before {
    transform: rotate(0deg);
}
.laaCPs .cpt:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 12px;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgb(62,85,121);
    transform: rotate(180deg);
    transition: transform 1s ease;
}
.laaCPs .cpt{
  
  padding-right:80px;
}
.laaCPs .cpc {
 /* padding: 15px;*/
}
.laaCPs .cpt h2 {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 10px 0;
  text-align: left;
  padding: 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.laaCPs div.cpc > p:first-child{
  padding-top: 0px !important;
}
.laaCPs div.cpc > p,
.laaCPs div.cpc > ul li {
    font-size: 1rem;
    line-height: 1.4rem;
    padding-top: 15px;
}
.image-box-right {
    float: right;
    margin: 15px 8px 15px 15px;
    padding: 10px;
    border: 1px solid #f1f1f1;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}


@media only screen and (max-width:767px) {
.image-box-right {
	float: none;
    margin: 15px 0;
    display: inline-block;
}
}
.divider{
  display: block; 
  height: 20px;

}
.responsive-grid.header .row .col-4 img {
    display: block;
    margin: 0px auto;
    padding: 15px 0;
    max-width: 100%;
}


.container {
    max-width:990px;
    margin: 10px auto;
    border: 4px solid #fff;
    background: #dee0db;
}
.container:after {content: "";display: block;clear: both;width: 0;height: 0;} 

.header{
	 background-color:#e8e9e1;
	 border-bottom:1px solid #fff;
}

html {
    background-image: url('../_images/spirals.jpg');
    background-repeat: repeat;
}

.col-5.contents {
    padding:16px;
	border-right: 1px solid rgba(255,255,255,0.68);
}
.contents {
    padding:16px;
}


table.laa-table {
    width: 100%;
}

table.laa-table thead  th {
    color: #FFFFFF;
    background-color: #5C7FB6;
    padding: 4px 4px 4px 16px;
    font-weight: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #46618C;
    text-align: left;
}
table.laa-table tbody > tr > th,
table.laa-table tbody > tr > td {
	line-height: 20px;
	color: #3D5378;
    padding: 4px 4px 4px 16px;
	text-align: left;
	background-color: #F2F5EF;
	border-bottom: 1px solid #ddd;
}
table.laa-table thead > tr > th.col-weekly-rate,
table.laa-table tbody > tr > td.col-weekly-rate, 
table.laa-table tbody > tr > td.col-more {
    white-space: nowrap;
}

@media only screen and (max-width:767px) {
table.laa-table {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
}
table.laa-table thead > tr > th,
table.laa-table tbody > tr > th,
table.laa-table tbody > tr > td {
    padding: 4px 4px 4px 8px;  
}

table.laa-table thead > tr > th + th,
table.laa-table tbody > tr > th + td,
table.laa-table tbody > tr > td + td {
    padding: 4px 4px 4px 0px;  
}

}



ul.picstable {
    display: block;
    float: right;
    width: 58.33%;
    margin-left: 20px;
    margin-top: 18px;	
}

ul.picstable > li {
    position: relative;
    float: left;
    overflow: hidden;
    border: 2px solid #fff;
    width: calc((100%/2) - 8px);
    height: 180px;
    margin: 0px 5px 5px 0px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
ul.picstable > li > img {
    display: none !important;
}

ul.picstable > li > span {
    position: absolute;
    z-index: 2;
    display: block;
    left: 0px;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #4040408c;
    padding: 8px 5px;
    line-height: 1.2rem;
	font-size:0.9rem;
}

@media only screen and (max-width:767px) {
ul.picstable {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-top: 18px;
	margin-bottom:20px;
}
ul.picstable:after {content: "";clear: both;display: block;height: 0px;width: 0;}
}

@media only screen and (max-width:560px) {
ul.picstable > li { 
    float: none;
    width: 300px;
    margin: 15px auto;
}
}

@media only screen and (max-width:380px) {
ul.picstable > li { 
    float: none;
    min-width:180px;
	width:100%;
    margin: 15px auto;
}
}
 


.laaCPs.laa-special-collapse .pics {
    display: block;
    border: 1px solid #fff;
    padding: 1px;
    margin: 15px 10px;
    background-color: #f5f5f5;
}

.laa-special-collapse h3.subheads {
    padding-top: 15px;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.laa-special-collapse h3.subheads+p {
    padding-top: 10px !important;
}

.laa-special-collapse .laa-spc-contents {
    padding: 0px 12px;
}

.laa-special-collapse ul.picstable {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-top: 18px;
}


div#lng-flags{
	
}
div#lng-flags {
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 10;
    width: 30px;
    height: 26px;
    text-align: right;
}
			
div#lng-flags  a > img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
	
/*div#lng-flags a + a {
	margin-top: 2px;
}*/
			
div#lng-flags a {
	width: 25px;
	height: 26px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	float:right;
	opacity: 0.5;
}
div#lng-flags a:first-child {
    margin-right: 0;
}

div#lng-flags a:hover {
	opacity:1;
}
@media only screen and (min-width:993px){
	div.header{
		position:relative;
	}
}
@media only screen and (max-width:992px){
	div#lng-flags {
		z-index:15;
	    position: fixed;
		top:12px;
	}
	div#lng-flags a{
		opacity:0.8;
		width:38px;
		height:38px;
		text-align:center;
		float:none !important;
	}
}

@media only screen and (max-width:767px){
div#detail-slider {
    margin: 0 -15px;
    width: calc(100vw + -10px) !important;
}
}


ul.flight-list {
    margin: 20px 0px;
}

ul.flight-list > li {
    padding: 2px 0;
    display:block;
}
ul.flight-list > li{
    margin-left: 20px;
}

ul.flight-list > li:before {
    content: "\f072";
    font-family: 'app-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
}



ul.resource-list {}

ul.resource-list > li {
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
}

ul.resource-list li a {
    text-decoration: none;
    font-size: 1.1rem;
}

ul.resource-list li div.note {
    font-size: 1rem;
    margin-top:5px;
}
