/*-----------------------------*/
/* GENERAL                     */
/*-----------------------------*/
#destinationPage {}

/*-----------------------------*/
/* HEADER                      */
/*-----------------------------*/
#destinationPage__header {
  width:100%;
  padding-top:200px;
  height:340px;
  background-size:cover;
  background-position:center;
  background-repeat: no-repeat;
  text-align:center;
  position: relative;
}
#destinationPage__header h1 {
  text-shadow: 0 5px 25px rgba(24, 24, 25, 0.2);
  font: 60px merriweather, palatino, serif ;
  font-weight: bold;
  font-style: italic;
  color: var(--white);
}
.destinationPage__headerSpacer {
  width:50px;
  height:1px;
  background-color: var(--white);
  display:inline-block;
}
#destinationPage__header h2 {
  text-shadow: 0 5px 25px rgba(24, 24, 25, 0.2);
  font: italic 20px merriweather, palatino, serif;
  line-height: 1.3;
  color: var(--white);
  padding-top:10px;
}
#destinationPage__socialRow {
  display: flex;
  justify-content: center;
  bottom: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#destinationPage__socialRow button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--white);
  border-radius: 20px;
  background-color: transparent;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
#destinationPage__socialRow button:last-of-type {
  margin-right: 0;
}
#destinationPage__facebookButton  { background-image:url(/static/images/icons/facebook-white.svg); background-size: 9px;}
#destinationPage__pinterestButton { background-image:url(/static/images/icons/pinterest-white.svg); background-size: 20px;}
#destinationPage__twitterButton   { background-image:url(/static/images/icons/twitter-white.svg); background-size: 20px; }
#destinationPage__emailButton     { background-image:url(/static/images/icons/email-white.svg); background-size: 21px;}

/*-----------------------------*/
/* ANCHOR LINKS                */
/*-----------------------------*/
#destinationPage__navigation {
  padding: 15px 0;
  border-bottom: 1px solid var(--gray-200);
  text-align: center;
}
#destinationPage__navigation button {
  color: var(--gray-500);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  padding-right: 30px;
  border:0;
  border-right: 1px solid var(--gray-200);
  margin-right: 30px;
  background-color: transparent;
}
#destinationPage__navigation button:last-of-type {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}

/*-----------------------------*/
/* INTRO                       */
/*-----------------------------*/
#destinationPage__intro {
  max-width:660px;
  margin:80px auto 30px auto;
  text-align: center;
}
#destinationPage__intro h2 {
  font: bold italic 37px merriweather, palatino, serif;
  line-height: 1.14;
  color: var(--gray-500);
}
#destinationPage__intro p {
  font: 16px merriweather, palatino, serif;
  line-height: 1.63;
  color: var(--gray-500);
  margin-top:20px;
}

/*-----------------------------*/
/* TRAVEL INFO                 */
/*-----------------------------*/
#destinationPage__travelInfo {
  text-align:center;
  margin-bottom:80px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
#destinationPage__travelInfoContainer {
  display:flex;
  flex-flow: row;
  justify-content:space-between;
  align-items:center;
  margin:0 auto;
}
.destinationPage__travelInfoSection {
  display: flex;
  max-width: 375px;
}
.destinationPage__travelInfo-graphic {
  text-align:center;
  display: inline-block;
  vertical-align: middle;
}
.destinationPage__travelInfo-text {
  display: inline-block;
  text-align: left;
  padding-left: 25px;
  vertical-align: middle;
}
.destinationPage__travelInfoSection h3 {
  font: bold 16px poppins, lucida, arial, sans-serif;
  letter-spacing: 4px;
  color: var(--gray-500);
}
.destinationPage__travelInfoSection p {
  font: 16px merriweather, palatino, serif;
  line-height: 1.5;
  color: var(--gray-500);
  margin-top:10px;
}
#destinationPage__currencyInfo {
  border-left:1px solid var(--gray-200);
  border-right:1px solid var(--gray-200);
  padding: 20px 30px;
  margin: 0 30px;
}
.destinationPage__currencyButton {
    width:45px;
    height: 45px;
    background-color:#3e8a6e;
    border-radius:25px;
    color:var(--white);
    border:0;
    padding: 3px 0 0 0;
    font: 600 26px poppins, arial, sans-serif;
}
#destinationPage__electricalImages img {
    margin-right: 10px;
    height:45px;
    width:45px;
}
#destinationPage__electricalImages img:last-of-type {
  margin-right: 0;
}

/*-----------------------------*/
/* INSIDER ARTICLE SECTION     */
/*-----------------------------*/
#destinationPage__insiderSection {
  max-width: 1000px;
  margin: 0 auto;
}
.destinationPage__sectionHeader {
  position: relative;
  text-align: center;
  margin: 0 15px;
}
.destinationPage__sectionHeader h3 {
  font: 700 16px poppins, arial, sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: inline-block;
}
.destinationPage__sectionHeader h3:before {
  border-top: 1px solid var(--gray-200);
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.destinationPage__sectionHeader h3 span {
  position: relative;
  background: var(--white);
  padding: 0 40px;
  z-index: 2;
}

/*-----------------------------*/
/* FEATURED INSIDER ARTICLE    */
/*-----------------------------*/
.destinationPage__featuredInsider {
    margin:60px auto;
    cursor:pointer;
    display: flex;
    flex-flow: row nowrap;
    padding: 0 15px;
}
.destinationPage__featuredInsider:hover .destinationPage__featuredInsider-image img {
  transform: scale(1.05);
}
.destinationPage__featuredInsider:hover .destinationPage__featuredInsider-image {
  box-shadow: 0 5px 25px var(--gray-overlay-100);
}
.destinationPage__featuredInsider-content {
    width: 33.33%;
    margin-right: 50px;
}
.destinationPage__featuredInsider-title {
    font: 700 14px poppins, lucida, arial, sans-serif;
    letter-spacing: 4px;
    color: var(--yellow-200);
    margin-bottom: 10px;
}
.destinationPage__featuredInsider a {
    font: 700 italic 37px merriweather, palatino, serif;
    color: var(--gray-500);
}
.destinationPage__featuredInsider-content h2 a {
  display: block;
}
.destinationPage__featuredInsider-author {
    font: 16px merriweather, palatino, serif;
    margin-top:20px;
}
.destinationPage__featuredInsider-author a {
  width: 30px;
  height: 30px;
  padding: 0;
  background-size: cover;
  margin-left: 5px;
}
.destinationPage__featuredInsider-author strong {
    font-weight:600;
}
.destinationPage__featuredInsider-image {
  justify-content: center;
  overflow: hidden;
  display: flex;
  height: 360px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.destinationPage__featuredInsider-image img {
  width: 100%;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  object-fit: cover;
}

/*-----------------------------*/
/* INSIDER ARTICLE GRID        */
/*-----------------------------*/
#destinationPage__insiderGrid {
  margin:0 auto 80px auto;
  overflow: hidden;
  max-width:1000px;
  padding: 0 15px;
}
.destinationPage__insiderGridRow {
  display: flex;
  flex-flow: row nowrap;
  justify-content:center;
  align-items:flex-start;
  margin-bottom:10px;
}
.destinationPage__insiderArticle {
  display:flex;
  flex-flow:column;
  justify-content: start;
  margin:0 43px 20px 0;
  cursor:pointer;
  width:calc(33.33% - 26px);
  overflow-x: hidden;
}
.destinationPage__insiderArticle:last-of-type {
  margin-right: 0;
}
.destinationPage__insiderArticle-title a {
  font: bold italic 18px merriweather, palatino, serif;
  color: var(--gray-500);
  display:block;
  margin:10px 0;
}
.destinationPage__insiderArticle img {
  width:100%;
  height:200px;
  object-fit: cover;
}
.destinationPage__insiderArticle-author {
  font: italic 16px merriweather, palatino, serif;
  color: var(--gray-500);
}

/*-----------------------------*/
/* PORTICO SECTION             */
/*-----------------------------*/
#destinationPage__porticoSection {
  max-width: 1000px;
  margin: 0 auto;
}
#destinationPage__porticoSection-header {
    max-width: 1000px;
    margin:0 auto;
}

/*-----------------------------*/
/* FEATURED PORTICO6 ARTICLE   */
/*-----------------------------*/
.destinationPage__featuredPortico6 {
    max-width:1000px;
    padding: 0 15px;
    margin:150px auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between;
    align-items:normal;
}
.destinationPage__featuredPortico6-content {
    max-width:450px;
    padding-top:60px;
    padding-right: 40px;
}
.destinationPage__featuredPortico6-contentTag {
    font: bold 16px poppins, lucida, arial, sans-serif;
    letter-spacing: 4px;
    color: var(--coral-200);
}
.destinationPage__featuredPortico6-content h2 {
    font: 700 italic 37px merriweather, palatino, serif;
    line-height: 1.14;
    color: var(--gray-500);
}
.destinationPage__featuredPortico6-intro {
    font: 16px merriweather, palatino, serif;
    line-height: 1.63;
    color: var(--gray-500);
}
.destinationPage__featuredPortico6-images {
    display: flex;
    flex-flow: row nowrap;
    justify-content:center;
    align-items:normal;
    max-width:500px;
}
#destinationPage__featuredPortico6Link {
  margin-top: 20px;
  display: inline-block;
}
.destinationPage__featuredPortico6-images img {
    width:100%;
    margin-bottom:10px;
}
.destinationPage__featuredPortico6-imagesCol1 {
    padding-top:60px;
    margin-right:10px;
}
.destinationPage__featuredPortico6-imagesCol2 {

}

/*-----------------------------*/
/* PORTICO ARTICLE GALLERY     */
/*-----------------------------*/
#destinationPage__porticoGallery {
    margin:60px auto 80px auto;
    display:flex;
    flex-flow:row nowrap;
    position:relative;
}
.destinationPage__porticoGallery__buttonContainer {
    width:40px;
}
#destinationPage__porticoGallery__prevButton, #destinationPage__porticoGallery__nextButton {
    position:absolute;
    height: 350px;
    width: 40px;
    border: 0;
    outline: 0;
    z-index:25;
    margin:0;
    top:0;
}
#destinationPage__porticoGallery__prevButton {
    background-image:url(/static/images/arrows/back.svg);
    background-size:11px;
    background-position: center;
    background-repeat: no-repeat;
    background-color:var(--white);
    opacity:0.6;
}
#destinationPage__porticoGallery__nextButton {
    background-image:url(/static/images/arrows/forward.svg);
    background-size:11px;
    background-position: center;
    background-repeat: no-repeat;
    background-color:var(--white);
    opacity:0.6;
}
#destinationPage__porticoGallery__list {
    display: flex;
    flex-flow: row nowrap;
    justify-content:start;
    align-items:center;
    overflow: hidden;
}
.destinationPage__porticoArticle {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  width:205px; /* 235px with padding */
  padding:30px 15px;
  margin:0 20px 0 0;
  background-size:cover;
  background-position:center;
  background-repeat: no-repeat;
  text-align:left;
  height: 290px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  max-width: 220px !important;
  cursor:pointer;
}
.destinationPage__porticoArticle-content {
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.destinationPage__porticoArticle:hover .destinationPage__portico6Article-content{
    transform: translateY(-20px);
}
.destinationPage__porticoArticle-title {
    font: 700 italic 18px merriweather, palatino, serif;
    color: var(--white);
    display:inline-block;
}
.destinationPage__porticoArticle-title:hover {
  color: var(--white);
}
.destinationPage__porticoArticle-date {
    font: 16px merriweather, palatino, serif;
    color: var(--white);
}

/*-----------------------------*/
/* PLACE GALLERY               */
/*-----------------------------*/
.destinationPage__placeGallery {
    border-top:solid 3px var(--gray-500);
    padding:80px 0 20px 0;
}
.destinationPage__placeGallery-content {
    max-width:1000px;
    margin:0 auto 60px auto;
}
.destinationPage__placeGallery-header {
    text-align:center;
}
.destinationPage__placeGallery-header h3 {
    font: bold 16px poppins, lucida, arial, sans-serif;
    letter-spacing: 4px;
}
.destinationPage__placeGallery-intro {
    font: 14px merriweather, palatino, serif;
    line-height: 1.5;
}
.destinationPage__placeGallery-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content:center;
    align-items:center;
    margin-bottom:20px;
    height:360px;
}

.destinationPage__place {
    width: calc(33% - 20px);
    height: 300px;
    margin: 0 10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.destinationPage__placeTag {
    float:right;
    background-color:var(--gray-100);
    margin:10px;
    font: 600 12px poppins, lucida, arial, sans-serif;
    text-align: center;
    padding:2px 20px;
    color: var(--gray-500);
    border-radius:20px;
}
.destinationPage__placeFooter {
    background: var(--white);
    padding: 8px;
    top: 10px;
    margin: 272px 10px 0 10px;
    border: 1px solid var(--gray-200);
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between;
    align-items:normal;
}
.destinationPage__placeDetails {
    max-width: 240px;
    line-height:0;
}
.destinationPage__addPlaceButton {
    background: transparent url(/static/images/buttons/add-to-itinerary.svg) 0 0/contain no-repeat;
    width: 20px;
    height: 20px;
    border: 0;
    outline: none;
    cursor: pointer;
    line-height:0;
}
.destinationPage__placeTitle {
    font: 600 16px poppins, arial, sans-serif;
    color: var(--gray-500);
    padding:0;
    line-height: 1.38;
    display:inline-block;
}
.destinationPage__placeOwner {
    font: 12px poppins, arial, sans-serif;
    line-height: 1.5;
    color: var(--gray-300);
    display:inline-block;
}
.destinationPage__placeOwner strong {
    font-weight:600;
}

/*-----------------------------*/
/* FOOTER                      */
/*-----------------------------*/
#destinationPage__footer {
    max-width:1000px;
    margin:60px auto;
    padding:40px 15px;
    text-align:center;
}
#destinationPage__aboutUs {
    margin:20px 0;
}
#destinationPage__aboutUs h2 {
    font: bold italic 37px merriweather, palatino, serif;
    line-height: 1.14;
    color: var(--gray-500);
    margin-bottom:20px;
}
#destinationPage__aboutUs p {
    max-width:650px;
    font: 16px merriweather, palatino, serif;
    line-height:1.63;
    color:var(--gray-500);
    margin:0 auto;
}
#destinationPage__footerContent {
    max-width:650px;
    font: 16px merriweather, palatino, serif;
    line-height:1.63;
    color:var(--gray-500);
    margin:0 auto;
}
#destinationPage__footerRegisterButton {
    margin-top:30px;
}

/*-----------------------------*/
/* RESPONSIVE                  */
/*-----------------------------*/
/*max-page width*/
@media only screen and (max-width : 1000px) {
  #destinationPage__porticoGallery {padding: 0 15px;}
}
/*ipad portrait*/
@media only screen and (max-width : 900px) and (min-width : 768px){
  .destinationPage__travelInfoSection {text-align: center; display: block; flex: 1 1 0px;}
  .destinationPage__travelInfo-graphic {display: block;}
  .destinationPage__travelInfo-text {text-align: center; padding-left: 0; padding-top: 15px;}
  .destinationPage__featuredInsider-content {width: 50%;}
}
/* mobile portrait */
@media only screen and (max-width : 767px) and (orientation : portrait) {
    #destinationPage__header {padding: 120px 15px 0 15px; height: 200px; width: calc(100% - 30px);}
    #destinationPage__header h1 {font-size: 37px;}
    #destinationPage__header h2 {font-size: 18px;}
    #destinationPage__navigation {padding: 10px 15px; text-align: left; white-space: nowrap; overflow: scroll;}
    #destinationPage__navigation button {font-size: 12px; padding-right: 15px; margin-right: 15px;}
    #destinationPage__socialRow {bottom: 15px;}
    #destinationPage__socialRow button {width: 30px; height: 30px;}
    #destinationPage__facebookButton  {background-size: 7px;}
    #destinationPage__pinterestButton {background-size: 15px;}
    #destinationPage__twitterButton   {background-size: 15px; }
    #destinationPage__emailButton     {background-size: 16px;}
  /*INTRODUCTION*/
    #destinationPage__intro {max-width: initial; padding: 0 15px; margin: 50px auto 0 auto;}
    #destinationPage__intro h2 {font-size: 26px;}
    #destinationPage__intro p {font-size: 14px;}
    #destinationPage__travelInfo {padding: 30px 15px 50px 15px; margin-bottom: 0;}
    #destinationPage__travelInfoContainer {width: 100%; display: initial;}
    .destinationPage__travelInfoSection {text-align: left; width: 100%;}
    .destinationPage__travelInfoSection h3 {font-size: 14px;}
    .destinationPage__travelInfoSection p {font-size: 14px; margin-top: 0;}
    .destinationPage__travelInfo-graphic {width: 70px;}
    #destinationPage__languageInfo .destinationPage__travelInfo-graphic img {width: 55px !important;}
    #destinationPage__currencyInfo {padding: 15px 0; margin: 15px 0; border-right: none; border-left: none; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200);}
    .destinationPage__currencyButton {width: 30px; height: 30px; padding: 0; font-size: 18px;}
    #destinationPage__electricalImages img {width: 30px; height: 30px;}
    /*INSIDER*/
    .destinationPage__sectionHeader h3 {font-size: 14px;}
    .destinationPage__sectionHeader h3 span {padding: 0 25px;}
    .destinationPage__featuredInsider {height: initial; margin: 50px auto; flex-wrap: wrap;}
    .destinationPage__featuredInsider-content {width: 100%; margin-right: 0; margin-bottom: 20px;}
    .destinationPage__insiderGallery-header h3 {font-size: 14px;}
    .destinationPage__insiderGallery {margin: 50px 0 80px 0;}
    .destinationPage__insiderGridRow {justify-content: space-between; flex-wrap: wrap;}
    .destinationPage__insiderArticle {width: calc(50% - 8px); margin: 0 0 20px 0;}
    .destinationPage__featuredInsider a {font-size: 26px;}
    .destinationPage__featuredInsider-title {font-size: 12px; margin-bottom: 5px;}
    .destinationPage__featuredInsider-author {font-size: 14px; margin-top: 10px;}
    .destinationPage__featuredInsider-image {height: 190px;}
    .destinationPage__insiderGallery-header {width: initial;}
    .destinationPage__featuredPortico6 {display: block; margin: 50px auto;}
    .destinationPage__featuredPortico6-content {padding-top: 0; padding-right: 0;}
    .destinationPage__featuredPortico6-content h2 {font-size: 26px;}
    .destinationPage__featuredPortico6-intro {font-size: 14px; padding-top: 10px;}
    .destinationPage__featuredPortico6-contentTag {font-size: 14px;}
    #destinationPage__featuredPortico6Link {width: calc(100% - 130px); text-align: center;}
    .destinationPage__featuredPortico6-images {display: block;}
    .destinationPage__featuredPortico6-imagesCol1, .destinationPage__featuredPortico6-imagesCol2 {width: calc(50% - 8px); display: inline-block;}
    /*PORTICO6GALLERY*/
    .destinationPage__portico6Gallery {padding: 0 15px; margin: 0 auto;}
    #destinationPage__portico6Gallery-gallery {margin-top: 20px;}
/*
CHANGED TO JS DRIVEN SIZING WITH GALLERY
    #destinationPage__portico6Gallery-gallery {display: block;}
    .destinationPage__portico6Article {display: inline-block; width: calc(50% - 88px); margin: 0; background-size: 50px; padding-left: 70px; vertical-align: text-top; margin-bottom: 10px;}
    #destinationPage__portico6Gallery-gallery .destinationPage__portico6Article:nth-child(even) {margin-left: 10px;}
    .destinationPage__portico6Article-title {font-size: 12px;}
    */
    .destinationPage__placeGallery {padding: 80px 15px 20px 15px;}
    .destinationPage__placeGallery-content {margin-bottom: 0;}
    .destinationPage__placeGallery-header h3 {font-size: 14px;}
    .destinationPage__placeGallery-row {display: block; height: initial;}
    .destinationPage__place {width: calc(50% - 8px); margin: 0 auto 45px auto; display: inline-block; height: 200px;}
    .destinationPage__placeTag {padding: 2px 8px;}
    .destinationPage__placeGallery-row .destinationPage__place:nth-child(even) {margin-left: 10px; transform: translateY(22px);}
    .destinationPage__placeFooter {margin: 150px 10px 0 10px;}
    #destinationPage__footer {padding: 0 15px;}
    #destinationPage__footerContent {font-size: 14px;}
    #destinationView__footerContent {font-size: 14px;}
  #destinationPage__aboutUs h2 {font-size: 26px;}
  #destinationPage__aboutUs p {font-size: 14px;}
    #destinationView__footer button {margin-bottom: 0; padding: 15px 0; width: 100%;}
    #destinationPage__footer button {margin-bottom: 0; padding: 15px 0; width: 100%;}
}
