/*
 * mystyle.css
 * Own styles
 * 
 */

.billboard__subtitle {
	/*color:red !important;*/
}

.top100 {
margin-top:-100px;
}

.top20 {
margin-top:20px;
}

.width50 {
width:50%;
}

.centered_text {
text-align:center;
}

.lista {
list-style-type: circle !important;
margin-left:3%;
}

.billboard--medium {
	height:50vh;
}


.banner-medium {
	height:50vh;
}

.smallest {
	font-size: 13px;
line-height: 18pt;
margin: 0 0 10px;
}

.max-width-medium {
max-width:1200px;
}

/* Ports */

.port-color {
	background: #f1f1f1;
	color: hsla(0,0%,95%,.8);
	margin: 1.5rem 0 0;
	padding: 1.5rem 0;
}

.port-color-title {
	color: #1e76af
}

.port-color-link {
	text-decoration:none;
}

.icon-port-destination {
	transform: rotate(270deg); 
	color:#1e76af;
	width: 1rem !important;
	height: 1rem !important;
	margin-bottom: -2px;
}
/* ---- */

/* FAQ */
.column_left_faq {
  	float: left;
  	width: 20%;
  	padding: 10px;
  	background-color:white;
}

.column_right_faq {
  	float: left;
  	width: 80%;
  	padding: 10px;
  	background-color:#F1F1F1;
  	padding:15px 0 0 40px;
}

.column_right_faq_a {
	float:left;
	width:80% !important;
	margin-left:10px;
}

.column_right_faq_li {
	margin-bottom:50px;
	width:100%;
}

.row_faq:after {
  	content: "";
  	display: table;
  	clear: both;
}

.qa {
	font-weight: 700;
	font-size: 1rem;
	float: left;
	padding-right: 1%;
}

.qa_left {
	float:left;
	clear:left;
}
/* --- */

.p_no_margin {
	margin: 0 0 0 !important;
}

.select_inferior_margin {
	margin: 0 0 1.5rem;
}

/* Ports */
.table_ports {
	background:#f1f1f1 !important;
}

/*Booking-guests*/
.booking_guest_border_input{
	border-width: 1px 1px 0 1px !important;
}

.tabParrafo {
	margin-left: 40px;
}


.Grid {
	width: 100% ; 
	display: table  ;
	table-layout: fixed  ;
	position: relative  ;
	margin: 0 auto  ;
	max-width: 980px  ;
	padding: 0 1.11111rem  ;
}

.Grid-col {
    display: table-cell  ;
}

ul.BoxTwoBtn-container--third {
    display: -webkit-box  ;
    display: -ms-flexbox  ;
    display: flex  ;
    margin: 0 -.27778rem 3.33333rem -.27778rem  ;
}
.BoxTwoBtn-container {
    list-style: none  ;
    padding: 0px  ;
        padding-right: 0px  ;
        padding-left: 0px  ;
    margin: 0 0 2.22222rem  ;
    padding-left: 2px  ;
    padding-right: 2px  ;
    display: -webkit-box  ;
    display: -ms-flexbox  ;
    display: flex  ;
    -webkit-box-align: stretch  ;
    -ms-flex-align: stretch  ;
    align-items: stretch  ;
    -ms-flex-wrap: wrap  ;
    flex-wrap: wrap  ;
}

.BoxTwoBtn {
    height: 100%  ;
    width: 100%  ;
    background-color: #FFF  ;
    position: relative  ;
    padding-bottom: 5rem  ;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3)  ;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3)  ;
}

.Helpdesk-boxes .BoxTwoBtn-content {
    border-top: 1px solid rgba(200,200,200,0.2)  ;
    line-height: 1.44444rem  ;
}

.BoxTwoBtn-content {
    padding: .83333rem .83333rem 0  ;
    font-size: .88889rem  ;
    line-height: 1.4  ;
}

.BoxTwoBtn-btns {
    position: absolute  ;
    bottom: 0px  ;
    left: 0px  ;
    width: 100%  ;
    overflow: hidden  ;
    display: block  ;
}

.BoxTwoBtn-btn--full {
    width: 100%  ;
}
.BoxTwoBtn-btn {
    display: block  ;
    float: left  ;
    width: 50%  ;
    height: 2.77778rem  ;
    text-decoration: none  ;
    text-transform: uppercase  ;
    color: #595959  ;
    font-size: .77778rem  ;
    line-height: 1.2  ;
}

.BoxTwoBtn-btn--full div {
    border: none ;
}
.BoxTwoBtn-btn--full {
    width: 100%;
}

.BoxTwoBtn-btn div {
    padding: .55556rem .83333rem .55556rem 1.11111rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #E6E0D2;
    -webkit-transition: background,0.3s;
    transition: background,0.3s;
}

.BoxTwoBtn-content p {
    margin-bottom: 0;
    color: #4A4A4A;
}

ul.BoxTwoBtn-container--third li {
    padding: 0 .55556rem 1.11111rem .55556rem;
}
ul.BoxTwoBtn-container--third li {
    padding: 0 .55556rem 1.11111rem .55556rem;
    width: 33.3%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.BoxTwoBtn-container li {
    padding: 0 0 1.11111rem 0;
}
.BoxTwoBtn-btn div span {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
.rawTable {
	border: 1px solid black;
	border-collapse: collapse;

}

.rawTable tr:nth-child(even) {background: transparent}
.rawTable tr:nth-child(odd) {background: #transparent}

.rawTable td {
	border: 1px solid black;
}

.rawTable th {
	border: 1px solid black;
	font-weight: bold;
}

/* Sitemap */
.columnsLayoutColumn {
    float: left;
    width: 50%;
}

@media screen and (max-width: 992px) {
  .columnsLayoutColumn {
    width:100%;
  }
}
/* *** */



.bottom-padding-margin0 {
	padding-bottom:0px;
	margin-bottom:0px;
}

/* Clear floats after the columns */
.columnsLayoutRow:after {
    content: "";
    display: table;
    clear: both;
	
}

.columnsLayoutRow {
	padding: 0 10% 0 25%;
}

@media screen and (max-width: 992px) {
  .columnsLayoutRow {
    padding: 0 10% 0 38%;
  }
}

@media screen and (max-width: 600px) {
  .columnsLayoutRow {
    padding: 0 10% 0 33%;
  }
}
/* *** */

.columnsLayoutRow ul {
	 -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;
	width: 100%;
}

.darkClass
{
    background-color: white;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top: 0px;
    left: 0px;
}

.results_for
{
	font-family: "Roboto", sans-serif;

font-size: 29px;

font-size: 1.8rem;

line-height: 35pt;

font-weight: 300;
}

.search-result-detail
{
width: 85%;

padding: 30px 20px 30px 40px;
float: left;
}

.search-result-detail p {
text-decoration:none;
}

.search-list-result {
-webkit-box-sizing: border-box;

-moz-box-sizing: border-box;

box-sizing: border-box;

border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.search-list-result .search-result-more{
width: 5%;

padding: 42px 0;

text-align: center;

float: right;
}

.glyphicon {

    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-list-result .search-result-more i {

    font-size: 24px;
    font-size: 1.8rem;
    color: #E7E7E7;

}

.search-list-result::after {

    clear: both;
    content: '';
    display: block;

}

.linkNoStyle {
color: black;

cursor: pointer;

display: inline;

text-decoration: none;
}

.itineraryClose {
    background: transparent;
    left: 50%;
    max-height: 80vh;
    max-width: 60rem;
    padding: .3rem;
    position: fixed;
    top: 4vh;
    transform: translateX(-50%);
    width: 90%;
    color: white !important;
    text-decoration: none;
    text-align: right !important;
}

/* ************* */
/* Tooltip Phone */
.tooltipCEL {
      position: relative;
      display: inline-block;
  }

  .tooltipCEL .tooltiptextCEL {
      visibility: hidden;
      width: 180px;
      background-color: black;
      color: #fff;
      text-align: center;
      border-radius: 1px;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      top: 100%;
      left: 50%;
      margin-left: -150px;
  }

  .tooltipCEL .tooltiptextCEL::after {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 85%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent black transparent;
  }

  .tooltipCEL:hover .tooltiptextCEL {
      visibility: visible;
  }
/* ************* */


/* *************** */
/* Tooltip Summary */
.tooltipCELSummary {
      position: relative;
      display: inline-block;
  }

  .tooltipCELSummary .tooltiptextCELSummary {
      visibility: hidden;
      width: 282px;
      background-color: black;
      color: #fff;
      text-align: center;
      border-radius: 1px;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      top: 100%;
      left: 50%;
      margin-left: -150px;
  }

  .tooltipCELSummary .tooltiptextCELSummary::after {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 60%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent black transparent;
  }

  .tooltipCELSummary:hover .tooltiptextCELSummary {
      visibility: visible;
  }
/* *************** */

/* FAQ */
.faq_left {
  width:30%;
}

@media screen and (max-width: 992px) {
  .faq_left {
    width:100%;
  }
}

.faq_right {
  width:70%;
}

@media screen and (max-width: 992px) {
  .faq_right {
    width:100%;
  }
}
/* *** */

/* Itinerary */
.heightItinerary {
  
}

@media screen and (max-width: 992px) {
  .heightItinerary {
    min-height:18rem !important;
  }
}
/* *** */

/* Itinerary */
.widthItinerary {
  
}

@media screen and (max-width: 992px) {
  .widthItinerary {
    width:100% !important;
  }
}
/* *** */


/* Layout */
.layout_image {
  width:60% !important;
}

@media screen and (max-width: 1024px) {
  .layout_image {
    width:100% !important;
    padding: 0 0 0 0;
  }
}


.layout_text {
  width:40% !important;
  padding:1rem 1rem 1rem 1rem;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .layout_text {
    width:100% !important;
    padding:3rem 5rem 2rem 5rem;
  }
}


.layout_image_container {
  
}

@media screen and (max-width: 1024px) {
  .layout_image_container {
    display: block !important;
  }
}
/* *** */

.section-header__title_alaska:after {
  background:#FFFFFF;
  content:"";
  display:block;
  height:2px;
  margin:1.5rem auto;
  width:2.25rem
}


/* block-reveal--third */
.block-reveal--third {
  width:33.33%;
}

@media screen and (max-width: 768px) {
  .block-reveal--third {
    width:100%;
  }
}
/* *** */

/* block-reveal--third */
.block-why-travel {
  min-height: 20.25rem;
  height: 35vh !important;
  background-image: black;
}

@media screen and (max-width: 768px) {
  .block-why-travel {
    min-height: 45.25rem;
  }
}
/* *** */


/* Excursion */
.excursionMarginLeft {
  margin-left: 180px;
}

@media screen and (max-width: 1024px) {
  .excursionMarginLeft {
    margin-left: 0px;
  }
}

.excursionMarginRight {
  margin-right: 180px;
}

@media screen and (max-width: 1024px) {
  .excursionMarginRight {
    margin-right: 0px;
  }
}

/* Excursion */
.excursionImage {
  width: 40% !important;
  padding: 0 0 0 0;
}

@media screen and (max-width: 1024px) {
  .excursionImage {
    width:100% !important;
    padding: 0 0 0 0;
  }
}

.excursion_2 {
  width: 40% !important;

}

@media screen and (max-width: 1024px) {
  .excursion_2 {
    width:100% !important;
  }
}

/* *** */

.info_h3 {
  font-weight:bold;
  font-size:17px;
}

.info_p {
  font-size:.825rem;
}

.destinationItinerary {
    background: #003565;
    content: "";
    display: block;
    height: 2px;
    margin: 1.5rem auto;
    margin-left: 0rem;
    width: 2.25rem;  
}

/* block-reveal--third */
.buttonAlaska {
  position:absolute;
  bottom:0;
}

@media screen and (max-width: 768px) {
  .buttonAlaska {
    min-width: 6.25rem !important;
    position: relative;
  }
}
/* *** */

/* cruiseToursResponseive */
.cruiseToursResponsive {
  min-height: 12.25rem; 
  height: 12vh !important;
  margin-top:-25px;
}

@media screen and (max-width: 768px) {
  .cruiseToursResponsive {
    min-height: 22.25rem !important;
  }
}
/* *** */

/* cruiseToursResponseive2 */
.cruiseToursResponsive2 {
  width:70%; 
  margin-bottom: -20px;
  margin-left: 15%;
}

@media screen and (max-width: 768px) {
  .cruiseToursResponsive2 {
    width:100%;
  }
}
/* *** */

/* cruiseToursResponseive3 */
.cruiseToursResponsive3 {
  background:#ccc; 
  height:150px;
  width:100%; 
  opacity: 0.8;
  margin-bottom:-150px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cruiseToursResponsive3 {
    height: 21.25rem !important;
    margin-bottom:15px;
  }
}
/* *** */

/* cruiseToursResponseive4 */
.cruiseToursResponsive4 {
  width:calc((100% - 3rem) / 2);
}

@media screen and (max-width: 768px) {
  .cruiseToursResponsive4 {
    width:100%;
  }
}
/* *** */

/* slideDestinationAlaska */
.slideDestinationAlaska {
  background: #f0f0f0;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .slideDestinationAlaska {
    padding-bottom: 10px;
  }
}
/* *** */

/* slideDestinationAlaskaPrice */
.slideDestinationAlaskaPrice {
  font-size:18px;
}

@media screen and (max-width: 1024px) {
  .slideDestinationAlaskaPrice {
    font-size:14px !important;
  }
}
/* *** */

/* slideDestinationAlaska */
.slideAlaska:before {
}

@media screen and (max-width: 768px) {
  .slideAlaska:before {
    width:0% !important;
  }
}
/* *** */

/* kreuzfahrtschiffe */
.kreuzfahrtschiffe {
}

@media screen and (max-width: 768px) {
  .kreuzfahrtschiffe {
    margin-top:40px !important;
  }
}
/* *** */

/* Counter */
.counter_left_div {
  background-color: #003565; 
  width:60%; 
  display:table; 
  height:80px;
}

@media screen and (max-width: 1024px) {
  .counter_left_div {
    float:left;
    width:100%;
  }
}

@media screen and (max-width: 768px) {
  .counter_left_div {
    float:left;
    width:100%;
  }
}

.counter_left_h1 {
  color: #fff; 
  text-align: center; 
  display: table-cell; 
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .counter_left_h1 {
    font-size:21px;
  }
}

/* **** */

.counter_div {

}

@media screen and (max-width: 768px) {
  .counter_div { 
    content: "";
    clear: both;
    display: table !important;
  }
}

.counter_right_div {
  background-color: #f0f0f0;
  width:40%;
  margin:0;
}

@media screen and (max-width: 1024px) {
  .counter_right_div {
    float:left;
    width:100%;
  }
}

@media screen and (max-width: 768px) {
  .counter_right_div {
    float:left;
    width:100%;
  }
}

.counter_right_div_1 {
  width:40% !important; 
  margin : 0; 
  float:left;
  display: table;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .counter_right_div_1 {
    padding-left: 25px;
  }
}

.counter_right_div_span_1 {
  color: #003565;
  text-transform: uppercase;
  margin-left:20px;
  font-size:17px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0px;
  float:left;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .counter_right_div_span_1 {
    margin-left:10px;
    font-size:10px;
  }
}

.counter_right_div_span_11 {
  font-size:11px;
}

@media screen and (max-width: 768px) {
  .counter_right_div_span_11 {
    font-size:9px;
  }
}

.counter_right_div_2 {
  color: #003565;
  font-weight: 400;
  font-size: 50px;
  width:60% !important;
  margin : 0; 
  float : left;
  display: table;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .counter_right_div_2 {
    font-size: 30px;
  }
}


.counter_right_div_div_2 {
  
}

@media screen and (max-width: 768px) {
  .counter_right_div_div_2 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

/* *** */
.section_onbcredit{
    width: 93px;
    left: 29%;
}

.polig{
    width: 88px;
    height: 86px;
    background: white;
    font-family: arial;
    font-weight: bold;
    color: #003565;
    margin-right: 251px;
    font-size: 11px;
    line-height: 18px;
    border-radius: 50px;
    padding-top: 1px;
    margin-top: 7px;
}
@media only screen and (min-width: 451px) and (max-width: 1535px) {
    .polig{
      width: 77px;
      height: 77px;
      font-size: 10px;
      line-height: 16px;
      border-radius: 50px;
      padding-top: 1px;
      margin-top: 8px;
      float: left;
      margin-left: 7px;
    }
    .value_add_text{
      font-size:20px !important;
    }
    .section_onbcredit{
      position: inherit !important;
    }
    .section_onbcredit {
        left: 0px;
    }
}
@media only screen and (min-width: 451px) and (max-width: 1086px) {
    .title_promos_icons{
      font-size: 20px;
    }
}
@media only screen and (max-width: 450px){
    .section_onbcredit {
        top: 15px !important;
        left: 29% !important;
    }
}
/* *** */
.form_edge-label{
  position:static
}

.spanButtonCheckbox{
  width:100%;
  position:relative
}



/* Index Tab */

/* Style the tab */
.tabIndex {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tabIndex button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tabIndex button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tabIndex button.active {
  background-color: #ccc;
}

/* Style closeDiv */
.closeDiv {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
  position: relative;
}

.closeDiv:hover {
  background-color: #eee;
}

.closeSpan {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0%;
  padding: 12px 16px;
  transform: translate(0%, -50%);
}

.closeSpan:hover {background: #bbb;}
/* ********** */

/* Style the tab content */
.tabcontentIndex {
  display: none;
  /*padding: 6px 12px;*/
  border-top: none;
}

.demo-solution--flexbox {
  display: flex;
  align-items: center;
  
  img {
    margin: 10px;
    padding: 10px;
    transition: margin 300ms;
  }
}
/* ********** */


/* ********** */
/* *ESPRESSO* */
/* ********** */
.espresso {
  width:100%;
}

.espressoContainer {
  position: relative;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .espressoContainer {
    width: 100%;
  }
}

.espressoImage {
}

@media screen and (max-width: 1024px) {
  .espressoImage {
    width: 100%;
    height: 500px;

  }
}


.espressoCenter {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: left;
  color: white;
  font-size: 18px;
}


.espressoLinkBanner {
  position: absolute;
  bottom:2em;
  right:1em;
  color:white;
  text-transform:uppercase;
  padding:1em 1.5em;
  width:95%;
}

@media screen and (max-width: 312px) {
  .espressoLinkBanner {
    width: 90%;
  }
}

.mainIframe{
  margin-top: 50px;
}

@media screen and (max-width: 312px) {
  .mainIframe {
    margin-top: 0px;
  }
}


.imageContact {
  width:5%; 
  float:left;
}

@media screen and (max-width: 312px) {
  .imageContact {
    width:13%;
    float:left;
  }
}

.imageComercial {
  width:100%;
}

@media screen and (max-width: 312px) {
  .imageComercial {
    width:90%;
  }
}


.tradeImage {
  width:20%;
}

@media screen and (max-width: 312px) {
  .tradeImage {
    width:100%;
  }
}



.textComercial {
  margin-top: 0px;
}

@media screen and (max-width: 312px) {
  .textComercial {
    margin-top: -10px;
  }
}



/* ********** */
/* ********** */



/* ********** */
/* BreadCrumb */
/* ********** */

.breadCrumbStyle {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .breadCrumbStyle {
    margin-top: 0px;
  }
}

