﻿.LPDetailPage .paragraphText{
  font-size:16px;
}


.LPDetailPage .pageIntroduction span
{
  float:left;
  width:100%;
  color:#6d7b83;
  font-size:18px;
}

.LPDetailPage .pageIntroduction span.mainIntro
{
  color:#3c58a5;
  font-size:25px
}

.LPDetailPage .pageIntroduction figure{
  position:relative;
  margin-top: 50px;
}

.LPDetailPage .pageIntroduction a
{
  float:left;
  width:100%;
  z-index:2;
}

.LPDetailPage .pageIntroduction figure img
{
  display:inline-block;
}

.LPDetailPage .pageIntroduction figure:after{
  content: attr(data-overlaytitle);
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  display:inline-block;
  color:white;
  text-transform:uppercase;
  height: 25px;
  margin: auto;
  z-index:1; 
  pointer-events: none;
}

.LPDetailPage .tabNavigation
{
  margin-top:50px;
  margin-bottom:20px;
}

.LPDetailPage nav.tabNavigation ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.LPDetailPage nav.tabNavigation ul li {
  list-style: none;
  flex-grow: 1;
  text-align: center;
  margin:0;
}

.LPDetailPage nav.tabNavigation ul li a {
  display: block;
  
  background-color:#2a57ad;
  color:white;
  font-size:14px;
  text-transform:uppercase;
  border-radius:0;
  
  -webkit-transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
}  

.LPDetailPage nav.tabNavigation ul li.active a,
.LPDetailPage nav.tabNavigation ul li:hover a,
.LPDetailPage nav.tabNavigation ul li a:hover,
.LPDetailPage nav.tabNavigation ul li a:focus
{
  background-color:#194395;  
}

.LPDetailPage h2
{
  font-weight:bold;
  color:#2a57ad;
  font-size:16px;
  padding-bottom:5px;
  margin-bottom:0;
  /*text-transform:uppercase;*/
}

.LPDetailPage .productListLP1 h2 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}

.LPDetailPage .goBackLP{
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto 0;
  font-size: 18px;
  width: 100px;
  text-transform: uppercase;
}

.LPDetailPage .goBackLP i
{
  font-size:14px;
}

.LPDetailPage .goBackLP + h1
{
  font-weight: bold;
  font-size: 45px;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #2a57ad;
}

.LPDetailPage .type2StyleIntro .row
{
  padding-top: 30px;
}

.LPDetailPage  .formsListArea .formsList li
{
  background-color: transparent!important;
  padding-top:0!important;
}

.LPDetailPage .formsListArea .formsList li a
{
  font-size:16px;
}

.LPDetailPage .formsListArea .formsList li:hover a,
.LPDetailPage .formsListArea .formsList li:hover a:after
{
  color: inherit!important;  
}

.LPDetailPage .formsListArea .paragraphHeader,
.LPDetailPage .formsListArea .formsList
{
  padding:0;
}

/*********************** Price Table (LP2) ***********************/
.LPDetailPage .priceTableLP table
{
  width: 100%;
  border: 10px solid #ebebeb;
  background-color: #ebebeb;
}

.LPDetailPage .priceTableLP table td
{
  width:50%;
  padding: 5px 20px;
  background-color:#2a57ad;
  color:white;
  text-transform:uppercase;
  text-align:center;
  border:0 transparent!important;
}

.LPDetailPage .priceTableLP table td a
{
  color:white;
  text-decoration:none;
}

.LPDetailPage .priceTableLP table td:first-child
{
  background-color:transparent;
  color:#2a57ad;
  font-weight:bold;
  text-align:left;
}

/*********************** Accordion Info Useful ***********************/

.accordionUsefulInfo
{
  margin-bottom:50px;
}

.accordionUsefulInfo .panel
{
    border-radius: 0;
    box-shadow: none;
}

.accordionUsefulInfo .panel-heading
{
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}

.accordionUsefulInfo .panel-heading h2,
.accordionUsefulInfo .panel-heading h2 a
{
  text-transform:uppercase;
  font-size:16px;
  color:#2a57ad;
  font-weight: bold;
  text-decoration:none!important;
}

.accordionUsefulInfo .panel-heading h2 a
{
  display:inline-block;
  width:100%;
}

.accordionUsefulInfo .panel-heading + .panel-collapse > .panel-body,
.accordionUsefulInfo .panel-heading + .panel-collapse > .list-group
{
  border-top:0!important;  
}

.accordionUsefulInfo .panel-body
{
  color:6d7b83;
}

.accordionUsefulInfo .panel-heading a[data-toggle="collapse"]:after {
  font-family: 'icomoon' !important;
  content: "\e92b";

  color: #2a57ad;  
  position: absolute;
  line-height: 22px;
  right: 20px;
  top: calc(50% - 10px);
}

.accordionUsefulInfo .panel-heading a[data-toggle="collapse"].collapsed:after {
  content: "\e92a";
}

/*********************** Destination Hotel List ***********************/
.destinationHotelList li
{
  padding-top:25px;
}

.destinationHotelList li:first-child
{
  padding-top:0;
}

.destinationHotelList figure + div
{
  padding-left:50px;
}

.destinationHotelList .hotelInfo h2
{
  font-size:18px;
  text-transform:uppercase;
  color:#3b579d;
  font-weight:bold;
  display:inline-block;
}

.destinationHotelList .hotelInfo .rating,
.destinationHotelList .hotelInfo h2
{
  margin:0;
  padding:0;
}

.destinationHotelList .hotelInfo > a
{
  text-decoration:underline;
}

.destinationHotelList .hotelInfo > div + span,
.destinationHotelList .hotelInfo > a
{
  color:#3b579d;
  font-size:16px;
  font-weight:bold;
}

.destinationHotelList .hotelInfo .shortDescription
{
  font-size:12px;
  color:#63727b;
}

/************************************************ Media screens ************************************************/
/*MD*/
@media (min-width: 991px) and (max-width: 1199px) {

}

/*SM*/
@media (min-width: 768px) and (max-width: 990px) {
  .LPDetailPage a.goBackLP {text-decoration:none;}
  .LPDetailPage .goBackLP{font-size: 14px;width: 70px;top: -25px;left: 0;}
  .LPDetailPage .goBackLP i{font-size:12px;}
  .LPDetailPage .goBackLP + h1{font-size: 35px;}
  .LPDetailPage .tabNavigation {margin-top:30px;}
    .LPDetailPage .pageIntroduction a.swipebox-video {margin-top:30px;}
}

/*XS*/
@media (max-width: 767px) {
  .LPDetailPage nav.tabNavigation ul {display: inline;}
  .nav-pills > li {float: none;}
  
  .LPDetailPage a.goBackLP {text-decoration:none;}
  .LPDetailPage .paragraphText {font-size: 13px;}
  
  .LPDetailPage .goBackLP{font-size: 12px;width: 60px;top: -25px;left: 15px;}
  
  .LPDetailPage .goBackLP i{font-size:10px;}
  .LPDetailPage .goBackLP + h1{font-size: 35px;}
  
  .LPDetailPage .type2StyleIntro .row{padding-top: 15px;margin:0;}
  .LPDetailPage .tabNavigation {margin-top:30px;}
  
  .LPDetailPage .pageIntroduction span.mainIntro {font-size: 20px;line-height: 24px;}
  .LPDetailPage .pageIntroduction span {font-size: 16px;}
  
  .LPDetailPage h3 {font-size: 22px;}
  .LPDetailPage .pageIntroduction a.swipebox-video {margin-top:15px;}
}

/*XSM*/
@media (min-width: 490px) and (max-width: 767px) {
}