<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0px !important;
}

body {
	color: #253B44 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

h4 {
  text-transform: capitalize;
}

.select2-dropdown {
	z-index: 99999 !important;
}

.card:hover {
  cursor: grab !important;
}
.carousel .slick-slide {
  cursor: grab !important;
}

.back-to-top {
  z-index: 999 !important;
	top: 90%;
}

/* Common */
a.link-with-icon-right .icon-arrow-right {
	opacity: 0;
	transition: all .3s ease-in-out;
}
a.link-with-icon-right:hover .icon-arrow-right {
  opacity: 1;
}
a.link-with-icon-right .icon-arrow-right2 {
	opacity: 0;
	transition: all .3s ease-in-out;
}
a.link-with-icon-right:hover .icon-arrow-right2 {
  opacity: 1;
}
.icon-arrow-right2 {
  background-image: url("../images/icons/arrow-right.svg");
	width: 12px;
  height: 12px;
}

/* 404 */
.page-404:before {
	background: url("../images/404/bg.png") center top/auto no-repeat;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
@media (max-width: 1023px) {
	.page-404:before {
    background-size: 100%;
  }
}

#welcome .heading2 {
  font:  200 164px/132px "Lato" !important;
  color: #F2F2F2;
}
@media (max-width: 1023px) {
  #welcome .heading2 {
    font: 200 76px/66px "Lato" !important;
  }
}

.private-layer1:before {
  height: 250px;
  top: -250px;
}

.tabs-nav2 ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.tabs-nav2 li {
  display: inline-block;
  background: #EDF2F1;
  border-width: 1px 1px 0 1px;
  position: relative;
  top: 10px;
  width: 380px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (min-width: 1024px) {
  .tabs-nav2 li:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}
@media (max-width: 1023px) {
  .tabs-nav2 li {
    border-radius: 20px;
    top: 0;
  }
  .tabs-nav2 li a {
    font: normal normal bold 18px/24px Lato;
  }
  .tabs-nav2 li.active {
    box-shadow: 0px 20px 24px #004A4A33;
  }
}

.tabs-nav2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font: normal normal bold 28px/34px Lato;
  letter-spacing: -0.3px;
  padding: 35px 15px;
  text-align: center;
  color: #A7B0B3;
  position: relative;
}
@media (min-width: 1024px) {
  .tabs-nav a br {
    display: none;
  }
}

/* Active tab */
.tabs-nav2 li.active {
  background: rgba(255, 255, 255, 0.9) 0% 0% no-repeat padding-box;
  top: 0;
  box-shadow: -3px -1px 3px rgba(0, 0, 0, 0.05);
}

.tabs-nav2 li.active a {
  padding: 35px 15px;
  color: #253B44;
}

.header-layer1 {
  background: none !important;
}
#myVideo {
  width: 100%;
}
@media (max-width: 1920px) {
  #myVideo {
    width: auto;
    height: 100%;
    margin-left: 50vw;
    transform: translate(-50%);
  }
}
#videosound {
  position: absolute; left: 20px;
  background-image: url('/images/icons/soundoff.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px; height: 80px;
}
#videosound:hover {
  cursor: pointer;
}
@media (max-width: 1920px) {
  #videosound {
    position: absolute; left: 10px; margin-top: 50px;
  width: 50px; height: 50px;
  }
}

.page-wrapper {
  overflow: hidden;
}

.entry-info-expandable.open {
	height: auto !important;
}

@media (min-width: 1024px) {
  .embarkation-form-success {
    max-width: 900px;
  }
}

/* Hint */
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-left: 10px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.additional_details_table {
  width: max-content;
}
.additional_details_left_col {
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  float: left; width: 50%;
  font-weight: bold;
}
.additional_details_right_col {
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  float: left; margin-bottom: 30px; width: 50%; padding-left: 20px;
}
.additional_details_left_col2 {
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  float: left; width: 50%;
  font-weight: bold;
}
.additional_details_right_col2 {
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  float: left; margin-bottom: 10px; width: 50%; padding-left: 20px;
}
@media (max-width: 1023px) {
  .additional_details_left_col {
    float: left; width: 100%;
    padding-left: 5px;
    border-left: 3px solid #a7b0b3;
  }
  .additional_details_right_col {
    float: left; width: 100%; margin-bottom: 20px;
    padding-left: 5px;
    border-left: 3px solid #a7b0b3;
  }
  .additional_details_left_col2 {
    float: left; width: 100%;
    padding-left: 5px;
    border-left: 3px solid #a7b0b3;
  }
  .additional_details_right_col2 {
    float: left; width: 100%; margin-bottom: 20px;
    padding-left: 5px;
    border-left: 3px solid #a7b0b3;
  }
}

/* Bio */
.bio-details .thumbnail {
  flex: 0 0 40%;
}
.bio-details .bio-description {
  color: #253B44;
	font: normal normal Lato;
}
@media (max-width: 1023px) {
  .bio-details .thumbnail {
    height: 300px;
  }
}


/* Home */
header .header-top .header-top-right a {
  margin-right: 40px !important;
}
#private-events .image1 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#private-events .image2 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#private-events .image3 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
@media (max-width: 1023px) {
  header .header-top .header-top-right a {
    margin-right: 0px !important;
  }
}

.facilities-layer-bg {
  background-image: url("../images/home/facilities-bg.webp");
	background-image: -webkit-image-set(
    url("../images/home/facilities-bg_500w.png") 1x,
    url("../images/home/facilities-bg.webp") 2x);
  background-image: image-set(
    url("../images/home/facilities-bg_500w.png") 1x,
    url("../images/home/facilities-bg.webp") 2x);
}

.weather-layer1 {
  background-image: url("../images/home/weather-bg.webp");
	background-image: -webkit-image-set(
    url("../images/home/weather-bg-500w.jpg") 1x,
    url("../images/home/weather-bg.webp") 2x);
  background-image: image-set(
    url("../images/home/weather-bg-500w.jpg") 1x,
    url("../images/home/weather-bg.webp") 2x);
}


.header-layer1 {
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1100px;
}
.header-layer2 {
  position: absolute;
  height: 1100px;
  width: 100%;
  background: url("../images/home/header-layer1.png") center bottom/100% no-repeat;
}
@media (max-width: 1023px) {
  .header-layer1 {
    top: 0px;
    background-position: bottom 0px right -600px;
  }
  .private_title2 {
    margin-left: 80px;
  }
}
#weather-forecast .property.property-temperature .property-value {
  font: normal normal 200 320px/1 Lato;
}
#weather-forecast .property img {
  width: 67px; margin-bottom: 35px;
}
#weather-forecast .TemperatureDegree {
  position: absolute; top: -40px; right: -120px;
}
#latest-news-events {
  margin-top: 100px;
}
#weather-forecast .weather-layer3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 202px;
    background: url(../images/home/weather-layer-bottom.png) no-repeat bottom center / 150% 202px;
}
#weather-forecast .weather-layer3:before {
    display: none;
    mix-blend-mode: normal;
}
@media (min-width: 1024px) {
    #weather-forecast .weather-layer3 {
        background-size: 100% 202px;
    }
}
@media (max-width: 1023px) {
  #latest-news-events .container1 {
    padding-bottom: 0px;
  }
  #latest-news-events {
    min-height: 600px; padding-bottom: 100px;
  }
  #weather-forecast {
    padding: 0px !important; margin: 0px !important;
    min-height: 800px;
  }
  #weather-forecast .TemperatureDegree {
    position: absolute; top: -20px; right: -50px;
  }
  #weather-forecast .humidity {
    margin-left: 40px;
    text-align: center;
  }
  #weather-forecast .humidity img {
    margin-bottom: 10px;
  }
  #weather-forecast .humidity #humidity {
    margin-bottom: 20px;
  }
  #weather-forecast .property.property-temperature .property-value {
    font: normal normal 200 130px/140px Lato;
  }
  #latest-news-events .heading3 {
    font: normal normal 200 54px/65px Lato;
    margin-bottom: 80px;
  }
  #private-events .title {
    font: normal normal 200 54px/65px Lato;
    margin-top: 120px;
    margin-bottom: 0px !important;
  }
  #private-events .filters {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px !important;
  }
  #private-events .filters div {
    width: 800px;
  }
  #private-events .filters a {
    float: left; width: 150px;
  }
  #dining .heading1 {
    font: normal normal 200 54px/65px Lato;
  }
  #facilities .heading1 {
    font: normal normal 200 54px/65px Lato;
  }
  #wellness .heading1 {
    font: normal normal 200 54px/65px Lato;
  }
}

/* Home Event */
@media (max-width: 1023px) {
}

/* Home Temp */
@media (max-width: 1023px) {
  .weather-layer2 {
    background-size: 100% 100px;
    width: auto;
  }
  .weather-layer3 {
    background-color: #FFFFFF;
    height: 200px;
    top: auto;
    bottom: -200px;
  }
  .weather-layer3:before {
    height: 100px;
    top: -100px;
    background-size: 100% 100px;
  }
}

/* Club NEws */
.clubnews .entry-thumbnail img {
  width: 100% !important;
}

/* Class */
@media (max-width: 1023px) {
	#booking_class_selection .select2 {
		overflow: hidden;
	}
}

/* Dining */
.booking-dining-table-wrapper .booking-table-list li .booking-table {
	width: 158px !important;
  height: 158px !important;
}
#dining_guest_num {
	font: normal 28px/34px Lato;
}
#dining_time {
	font: normal 28px/34px Lato;
}
.dining_selection {
	margin: auto; width: 25%; padding: 30px 0px 30px 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.dining_selection_left {
	float: left; width: 15%; text-align: center; padding-top: 20px; cursor: pointer;
}
.dining_selection_center {
	float: left; width: 70%; text-align: center;
}
.dining_selection_right {
	float: left; width: 15%; text-align: center; padding-top: 20px; cursor: pointer;
}
.booking-dining-restaurant-wrapper .booking-dining-restaurant-datetime.checked .restaurant-list {
  flex: 0 0 356px;
}
.booking-dining-restaurant-wrapper .booking-dining-restaurant-datetime.checked .restaurant-list li.active .restaurant-logo {
  max-width: 356px;
}
@media (max-width: 1023px) {
	#dining_guest_num {
		font: normal 22px/26px Lato;
	}
	#dining_time {
		font: normal 22px/26px Lato;
	}
	.dining_selection {
		margin: auto; width: 85%; padding: 30px 0px 30px 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	.dining_selection_left {
		float: left; width: 15%; text-align: center; padding-top: 20px; cursor: pointer;
	}
	.dining_selection_center {
		float: left; width: 70%; text-align: center;
	}
	.dining_selection_right {
		float: left; width: 15%; text-align: center; padding-top: 20px; cursor: pointer;
	}
  #dining {
      min-height: 800px;
  }
  #dining .title {
    margin-bottom: 32px;
  }
  #dining .actions {
    margin-bottom: 50px;
  }
  .dining-layer-bottom:before {
    bottom: -115px;
    background: url("../images/home/bg222.png");
    background-size: 200% 115px;
    height: 115px;
  }
  .layer-slide {
    background-size: 200% 250px;
    height: 250px;
  }
}
@media (min-width: 1024px) {
  #booking-confirm-dining .portlet.portlet-booking-details {
    flex: 0 0 100%;
  }
  #booking-confirm-dining .portlet.portlet-booking-details .personal-info {
    border: 0;
  }
}
.dingin_closed_title {
  color: #a7b0b3;
}

.booking-dining-table-wrapper .select3 {
  border: 0px !important;
	padding: 10px; appearance: none;
}

.booking-dining-table-wrapper .select3 .dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
}

.booking-dining-table-wrapper .select3-container--default .select3-selection--single .select3-selection__arrow {
  display: none;
}

/*
.wedding-offer.type1 .package-thumbnail {
  width: 514px; height: 548px;
}
*/
@media (max-width: 1023px) {
	.wedding-venues .card6 {
		width: 100%; margin: 0px;
	}
	.wedding-venues .card6 .card-content {
		 padding: 20px;
	}
}
.event-wedding-overview .entry-content p {
  color: #253B44;
}
.wedding-offer.type1 .chef_title {
  font: normal 13px/19px Lato; margin-bottom: 12px;
}
.wedding-offer.type1 .col-sm-pack2 .package-name {
  text-align: left;
}
.wedding-offer.type1 .col-sm-pack2 .package-info p {
  margin-top: 32px;
  font: normal normal normal 15px/24px Lato;
	text-align: left;
}
@media (min-width: 1024px) {
	.wedding-offer.type1 .package-name {
		margin-bottom: 32px !important;
	}
	.wedding-offer.type1 .col-sm-pack1 .package-thumbnail {
	  width: 514px; height: 548px; overflow: hidden; background-color: #ccc;
	}
	.wedding-offer.type1 .col-sm-pack1 .package-thumbnail img {
	  height: 100%; width: 100%;
	}
	.wedding-offer.type2 .type2-package-thumbnail {
    margin-top: 100px;
  }
	.wedding-offer.type3 .col-sm-pack2 .package-name {
	  font: bold 28px/34px Lato;
	  text-align: left; padding-left: 0px;
	}
	.wedding-offer.type3 .col-sm-pack2 .package-info {
	  text-align: left; padding-left: 0px;
	}
	.wedding-offer.type3 {
		margin: 0px !important; padding: 0px !important;
	}
	.wedding-offer.type3 &gt; .row {
		flex-direction: row-reverse;
	  justify-content: flex-end;
	}
  .wedding-offer.type3 &gt; .row .col-sm-pack1 {
    flex: 0 0 48.806% !important;
  }
  .wedding-offer.type3 &gt; .row .col-sm-pack2 {
    flex: 0 0 44.0299% !important;
  }
  .wedding-offer.type4 .package-thumbnail {
    margin-top: 80px;
  }
}

/* Gathering */
.gathering-offers {
  position: relative;
}
.gathering-offers .layer-bg {
  top: 33.33%;
  height: 30.7%;
  bottom: auto;
}

.gathering-offer {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 1023px) {
  .gathering-offer {
    box-shadow: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
  }
}
.gathering-offer &gt; .row {
  align-items: center;
}
@media (max-width: 1023px) {
  .gathering-offer &gt; .row {
    margin-left: 0;
    margin-right: 0;
  }
	.gathering-offer &gt; .row  .col-sm-pack1 {
		justify-content: flex-end;
		padding: 0px !important;
		margin: 0px !important;
	}
	.gathering-offer &gt; .row .col-sm-pack2 {
    display: none;
  }
	.gathering-offer .package-thumbnail {
		width: 100%;
		border-radius: 4px;
	}
}
@media (min-width: 1024px) {
  .gathering-offer &gt; .row {
    margin-left: -70px;
    margin-right: -70px;
  }
  .gathering-offer &gt; .row .col-sm-pack1 {
    flex: 0 0 44.0299%;
  }
  .gathering-offer &gt; .row .col-sm-pack2 {
    flex: 0 0 48.806%;
  }
}
.gathering-offer &gt; .row &gt; [class^=col] {
  padding-left: 70px;
  padding-right: 70px;
}
.gathering-offer.type1 &gt; .row {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .gathering-offer.type2 &gt; .row .col-sm-pack1 {
    flex: 0 0 48.806%;
  }
  .gathering-offer.type2 &gt; .row .col-sm-pack2 {
    flex: 0 0 44.0299%;
  }
}
@media (min-width: 1024px) {
  .gathering-offer.type2 .package-thumbnail {
    margin-left: -120px;
  }
}
.gathering-offer.type3 &gt; .row {
  flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .gathering-offer.type3 &gt; .row .col-sm-pack1 {
    flex: 0 0 48.806%;
  }
  .gathering-offer.type3 &gt; .row .col-sm-pack2 {
    flex: 0 0 44.0299%;
  }
}
@media (min-width: 1024px) {
  .gathering-offer.type3 .package-thumbnail {
    margin-right: -120px;
  }
}
@media (min-width: 1024px) {
  .gathering-offer.type4 &gt; .row .col-sm-pack1 {
    flex: 0 0 48.806%;
  }
  .gathering-offer.type4 &gt; .row .col-sm-pack2 {
    flex: 0 0 44.0299%;
  }
}
.gathering-offer .package-info {
  padding: 0 20px 20px;
  position: relative;
}
.gathering-offer .package-name {
	display: none;
}
.gathering-offer .package-name [class^=icon] {
  display: none;
}
.gathering-offer p {
  font: normal normal normal 15px/24px Lato;
  margin-bottom: 32px;
}

/* Facilities */
@media (max-width: 1023px) {
  #facilities {
    padding-top: 0px;
    min-height: 800px;
  }
  #facilities .facilities-content {
    background: none;
  }
  #facilities .filters {
    padding-bottom: 0px; margin-bottom: 36px;
  }
  .facilities-layer-bottom {
    top: auto;
    background-image: url("../images/home/facilities-bottom.png");
    height: 125px;
    bottom: 0;
  }
}

/* WEellness */
@media (max-width: 1023px) {
  #wellness {
    padding-top: 0px;
    min-height: 800px;
  }
  .wellness-layer-bottom {
    background-color: #d0e7f4;
  }
  /*
  .carousel1 {
    margin-left: 0px !important;
  }
  */
}

/* About the Club */
.about-club-bg {
  background: url("../images/about-club/header-bg.webp") center top/100% no-repeat;
}
@media (max-width: 1023px) {
  .about-club-bg {
    background-size: 200% 100%;
  }
  .reciprocal-clubs .heading3 {
    font: normal normal 200 54px/65px Lato;
  }
  .our-members .heading3 {
    font: normal normal 200 54px/65px Lato;
  }
}

/* Milsonte */
.timeline .year {
  font: 100 186px/180px Lato !important;
  text-transform: uppercase;
}
.other-events .heading3 {
  font: normal normal 200 90px/108px Lato;
}
@media (max-width: 1023px) {
  .event-environment-safety .title {
    font: normal normal 200 54px/65px Lato;
  }
  .timeline .year {
    font: 100 130px/140px Lato !important;
    text-transform: capitalize;
  }
  .other-events .heading3 {
    font: normal normal 200 54px/65px Lato;
  }
}

/* membership */
.membership-carousel .carousel div {
  margin-right: 50px;
}
@media (max-width: 1023px) {
  @media (max-width: 1023px) {
    .membership-carousel .carousel {
      margin-left: -20px !important;
      margin-right: -20px !important;
    }
  }
  .membership-carousel .carousel div {
    margin-right: 0px;
  }
}

/* Promotion */
.promotion-bg {
  background: url("../images/events-promotions/bg1.webp") center top/100% no-repeat;
  min-height: 1300px;
}
@media (max-width: 1280px) {
  .promotion-bg {
    min-height: 1400px;
    background-size: 200% 70%;
  }
}
@media (max-width: 1023px) {
  .promotion-bg {
    background: url("../images/events-promotions/bg1.webp") right bottom/200% no-repeat;
    min-height: 1200px;
    background-size: 200% 150%;
  }
}
@media (max-width: 980px) {
  .promotion-bg {
    background: url("../images/events-promotions/bg1.webp") right bottom/200% no-repeat;
    min-height: 1000px;
    background-size: 200% 150%;
  }
}

/* Portwatch */
.portwatch .entry-header .title {
  font: normal normal 200 90px/108px Lato;
}
.previous-issues .heading3 {
  font: normal normal 200 90px/108px Lato;
}
.previous-issues .card12 .card-image img {
  -webkit-box-shadow: -4px 8px 13px -9px #000000;
  box-shadow: -4px 8px 13px -9px #000000;
}
@media (max-width: 1023px) {
  .portwatch .entry-header .title {
    font: normal normal 200 54px/65px Lato;
  }
  .previous-issues .heading3 {
    font: normal normal 200 54px/65px Lato;
    margin-bottom:  40px !important; padding: 0px;
  }
  .previous-issues .card12 {
    height: 486px !important;
  }
  .previous-issues .card12 .card-image img {
    width: 223px; height: 298px;
    -webkit-box-shadow: -4px 8px 13px -9px #000000;
    box-shadow: -4px 8px 13px -9px #000000;
  }
  .previous-issues .card12 .card-image {
    padding: 29px 25px 29px 25px !important;
  }
  .previous-issues .card12 .card-content {
    height: 129px !important;
  }
  .previous-issues .card12 .card-content .card-title {
    margin-bottom: 0px !important; padding-bottom: 0px;
  }
  .previous-issues .card12 .card-content .card-description {
    margin: 0px; padding: 0px;
  }
  .previous-issues .card12 .card-content .card-actions {
    position: absolute;
    top: 50px !important;
  }
}

/* Wedding */
.event-wedding-overview {
	margin-bottom:  100px;
}
.event-wedding-overview .entry-header .title {
  font: normal normal 200 90px/108px Lato;
}
.wedding-offers .title {
  padding-top: 64px;
  margin-bottom: 146px;
  font: normal 100 186px/180px Lato;
  color: #0F1E2B;
  text-transform: uppercase;
}
.wedding-offers .title .nextline {
  margin-left: 328px;
}
@media (max-width: 1023px) {
  .event-wedding-overview .entry-header .title {
    font: normal normal 200 54px/65px Lato;
  }
  .wedding-offers .title {
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
    font: normal 100 44px/65px Lato;
    color: #0F1E2B;
    text-transform: uppercase;
  }
  .wedding-offers .title .nextline {
    margin-left: 0px;
  }
  .connect .heading1 {
    font: normal normal 200 54px/65px Lato;
  }
  .connect-weddings {
    margin: 0px;
    height: auto;
    min-height: 500px;
    padding-top: 145px !important;
    padding-bottom: 0px !important;
  }
  .other-events {
    margin-top: 250px;
  }
  .event-other-list .row .col-sm-6:nth-child(2n) .event-other .heading6 {
    margin-left: 265px;
    text-align: left !important;
  }
}

/* Event */
#bookingFormWrapper {
  width: 100%;
}
#booking-enquiry.modal {
  z-index: 9999 !important;
}
.event-bg {
  background: url("../images/venues/bg.png") center top/100% no-repeat;
  min-height: 1300px;
}
.our-venues .subtitle1 {
  font: bold 28px/34px Lato;
}
.our-venues .venue-comparsion-capacity .table tbody td {
  color: #253B44;
	font: normal normal Lato;
}
@media (max-width: 1280px) {
  .event-bg {
    min-height: 1400px;
    background-size: 200% 70%;
  }
}
@media (max-width: 1023px) {
  .event-bg {
    background: url("../images/venues/bg.png") right bottom/200% no-repeat;
    min-height: 1200px;
    background-size: 200% 150%;
  }
  .our-venues .subtitle1 {
    font: normal normal 200 54px/65px Lato;
  }
  .our-venues .venues-list .table {
    padding-top: 0px;
  }
  .our-venues .venue-comparsion-capacity {
    margin-bottom: 70px;
  }
}
@media (max-width: 980px) {
  .event-bg {
    background: url("../images/venues/bg.png") right bottom/200% no-repeat;
    min-height: 1000px;
    background-size: 200% 150%;
  }
}

/* Dining */
.our-restaurants .heading3 {
  font: normal normal 200 90px/108px Lato;
}
@media (max-width: 1023px) {
  .our-restaurants .heading3 {
    font: normal normal 200 54px/65px Lato;
    margin-bottom: 70px;
  }
  .bar-list .entry-bar .heading6 {
    margin-bottom: 0px !important;
  }
}
.dinging_details .event-overview .title {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
/*
  .dinging_details .entry-thumbnail {
    margin-left: -20px;
    margin-right: -20px;
  }
*/
  .dinging_details .entry-thumbnail img {
    width: 100%;
    min-height:375px;
    object-fit:cover;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .dinging_details .current-offers {
    padding-bottom: 150px; margin-bottom: 0px !important;
  }
  .dinging_details .additional-details {
    margin-top: 0px !important;
  }
  .event-overview .title {
    font: normal normal 200 54px/65px Lato;
  }
  .current-offers .heading1 {
    font: normal normal 200 54px/65px Lato;
  }
}

/* Sports */
.facility_details .entry-header .title {
  font: normal normal 200 90px/108px Lato;
}
@media (max-width: 1023px) {
  .facility_details .entry-header .title {
    font: normal normal 200 54px/65px Lato;
    margin-bottom: 40px;
  }
  .facility_details .entry-thumbnail {
    margin-left: -20px;
    margin-right: -20px;
  }
  .facility_details .entry-thumbnail img {
    width: 100%;
    min-height:375px;
    object-fit:cover;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .facility_details .sport-machine .entry-thumbnail {
  }
  .personal-traning .heading3 {
    font: normal normal 200 54px/65px Lato;
  }
  .personal-traning p {
    margin-bottom: 40px;
  }
}

/* Recreation */
.event-overview .title {
  font: normal normal 200 90px/108px Lato;
}
@media (max-width: 1023px) {
  .event-overview .title {
    font: normal normal 200 54px/65px Lato;
  }
}

/* Margina */
.marina-berths .event-other-list .event-other {
	position: relative !important;
}
.marina-berths .event-other-list .marina-heading1 {
	position: relative; top: 0px;
}
.marina-berths .event-other-list .marina-heading2 {
	position: relative; top: -50px;
}
@media (min-width: 1024px) {
  .event-other-list .row .event-other .header6 {
     margin: 0px !important;
  }
}

/* Event Venur Details */
.service-amenity .icon-catering img {
	height: 30px;
}

/* menu */
.menu-wrapper .main-menu .submenu-wrapper li a:hover {
  color: #53ABB2 !important;
  font-weight: bold !important;
}

/* Member Portal */
.memberportal .heading3 {
  font: 200 90px/108px "Lato" !important;
}
.memberportal .entry-header .title {
  font: 200 90px/108px "Lato" !important;
}
.memberportal .entry-header1 .title {
  font: 200 90px/108px "Lato" !important;
}
.memberportal .entry-header2 .title {
  font: 200 90px/108px "Lato" !important;
}
.memberportal .entry-header3 .title {
  font: 200 90px/108px "Lato" !important;
}
.memberportal .portlet-title .subtitle1 {
  font: 200 28px/34px "Lato" !important;
  font-weight: bold !important;
}
@media (max-width: 1023px) {
	.memberportal .entry-header .title {
    font: 200 24px/29px "Lato" !important;
  }
  .memberportal .entry-header1 .title {
    font: 200 54px/65px "Lato" !important;
  }
  .memberportal .entry-header2 .title {
    font: 200 24px/29px "Lato" !important;
  }
  .memberportal .entry-header3 .title {
    font: 200 24px/29px "Lato" !important;
  }
  .memberportal .heading3 {
    font: 200 24px/29px "Lato" !important;
  }
  .memberportal .portlet-title .subtitle1 {
    font: 200 20px/24px "Lato" !important;
    font-weight: bold !important;
  }
	.memberportal #membership-forms input[name=submit] {
		padding: 10px 15px 10px 15px !important;
		width: 120px; height: 35px;
	}
}

/* Profile */
.portlet.portlet-membership {
  width: 100%;
}
.portlet.portlet-membership .personal-info {
  justify-content: flex-start;
}
.portlet.portlet-membership .personal-info .info {
  margin-right: 70px;
}
.portlet.portlet-membership .personal-info .info:nth-child(2) {
  width: 400px !important;
}

/* Booking */
.booking-instructions_dining {
  margin-top: 10px;
	margin-bottom: 80px;
}
.booking-instructions_dining h3 {
  font: normal normal bold 18px/24px Lato;
  margin-bottom: 15px;
  text-transform: none;
}
.booking-instructions_dining p {
  font: normal normal normal 15px/20px Lato;
  margin-bottom: 15px;
}
.booking-instructions_dining ul {
  margin-bottom: 50px;
  list-style-position: inside;
  list-style-type: disc;
}
.booking-instructions_dining ul li {
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  #booking-dining {
    margin: 0px !important; padding: 0px !important; top: 0px;
  }
}

.card-dining-status {
  position: absolute; top: 28px; right: 57px;
}
@media (max-width: 1023px) {
  .card-dining-status {
    position: static;
  }
}

.pagetitle {
  font: 200 90px/108px "Lato" !important;
}
@media (max-width: 1023px) {
  .pagetitle {
    font: 200 54px/65px "Lato" !important;
  }
}

.img-full {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


.img-responsive {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 1023px) {
/*
  .img-responsive {
    width: 100%;
    max-width: 380px;
    max-height: 675px;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
*/
}

@media (max-width: 1023px) {
  .event-other-list .row .col-sm-6:nth-child(2n) .event-other {
    text-align: right;
    margin-right: -20px;
  }
  .event-other-list .row .col-sm-6:nth-child(2n) .event-other .heading6 {
    text-align: right;
    width: 100%;
    right: 100px;
  }
}
.event-other-list .row .col-sm-6:nth-child(2n) .event-other .heading6 {
  position: relative;
  top: 0px;
}

.venue-comparsion-capacity .subtitle2.open [class^=icon] {
  transform: rotate(180deg);
}
@media (max-width: 1023px) {
  .venue-capacity.open .venues-list {
    height: auto;
  }
  .venue-capacity.open .title [class^=icon] {
    transform: rotate(180deg);
  }
}

.viewongoogle::after {
  /*content: url('..images/gluten_free.png');*/
}
.bybus::after {
  margin-left: 10px;
  content: url('/css/icons/busicon.png');
}
.bymtr::after {
  margin-left: 10px;
  content: url('/css/icons/mtricon.png');
}

.additional-details {
  margin-top: 0px !important; padding-bottom: 0px !important;
  position: relative !important;
}

/* Family */
.entry-room .room-capacity .capacity-count {
  color: #53ABB2;
}
@media (min-width: 991px) {
	.recreation-carousel1 .entry-thumbnail {
		width: 100%; margin-right: 30px; padding-bottom: 0px; margin-bottom: 0px;
	}
}
@media (max-width: 991px) {
	.recreation-carousel .sport-machine .entry-thumbnail {
	  position: relative;
	}
	.recreation-carousel .sport-machine .entry-thumbnail a {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
	.recreation-carousel {
		margin-bottom: 80px;
	}
	.recreation-carousel .entry-thumbnail {
		width: 100%; margin-right: 0px; padding-bottom: 0px; margin-bottom: 0px;
	}
	.recreation-carousel .entry-thumbnail img {
		width: 100%;
	}
}

/* Enquiry */
@media (max-width: 1023px) {
	.enquiry-form .entry-header.entry-header5 {
	  padding-top: 40px !important;
	}
	.enquiry-numbers-emails span {
		font-size: 12px;
	}
}

/* Footer */
footer #footer-menu a:hover {
	color: #40A1A8;
}
@media (max-width: 1023px) {
  footer #footer-menu li a {
    font: normal normal 600 14px/18px "Lato" !important;
    color: #FFFFFF;
  }
}

/* Home Promotion Slider  */
#facilities img {
  border-radius: 4px 4px 4px 4px;
}

#wellness .card.card6 .card-image img {
  border-radius: 4px 4px 4px 4px;
}
.card.card9 {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 855px;
  margin-right: 60px;
}
@media (max-width: 1023px) {
  .card.card9 {
    width: 280px;
    height: 385px;
    display: block;
    margin-right: 32px;
  }
}
.card.card9:last-child {
  margin-right: 0;
}
.card.card9 .card-image {
  flex: 0 0 44.9123%;
  padding: 0px;
  border-radius: 4px 0px 0px 4px;
}
@media (min-width: 1024px) {
  .card.card9 .card-image {
    padding: 0px;
    width: 384px; height: 524px;
  }
  .card.card9 .card-image img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
@media (max-width: 1023px) {
  .card.card9 .card-image img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.card.card9 .card-content {
  flex: 0 0 55.0877%;
  padding: 76px 42px 35px 57px;
  position: relative;
  width: 100%; height: 100%;

}
@media (max-width: 1023px) {
  .card.card9 .card-content {
    position: relative;
    padding: 16px;
    height: 178px;
  }
}
.card.card9 .card-content-news {
  flex: 0 0 55.0877%;
  padding: 28px 42px 28px 57px;
  position: relative;
  width: 100%; height: 100%;

}
@media (max-width: 1023px) {
  .card.card9 .card-content-news {
    position: relative;
    padding: 16px;
    height: 178px;
  }
}
.card.card9 .card-info {
  font: 700 13px/19px "Lato";
  letter-spacing: 0.65px;
  color: #253B44;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.card.card9 .card-content-news .card-info {
  font: 700 13px/19px "Lato";
  letter-spacing: 0.65px;
  color: #253B44;
  text-transform: uppercase;
  margin-bottom: 64px;
}
.card.card9 .card-category {
  font: normal bold 13px/19px Lato;
  letter-spacing: 0.65px;
  color: #253B44;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .card.card9 .card-content-news .card-info {
    margin-bottom: 10px;
  }
  .card.card9 .card-category {
    font: normal bold 13px/19px Lato;
    margin-bottom: 10px;
  }
}
.card.card9 .card-title {
  font: 300 38px/46px "Lato";
  color: #0F1E2B;
  text-transform: none;
  margin-bottom: 20px;
}
.card.card9 .card-content-news .card-title {
  font: 300 38px/46px "Lato";
  color: #0F1E2B;
  text-transform: none;
  margin-bottom: 55px;
}
.card.card9 .card-title .desktop {
  display: block;
}
.card.card9 .card-title .mobile {
  display: none;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .card.card9 .card-content-news .card-title {
    font: 300 24px/28px "Lato";
    color: #0F1E2B;
    text-transform: none;
    margin-bottom: 55px;
  }
  .card.card9 .card-title {
    font: 300 24px/28px "Lato";
    margin-bottom: 10px;
  }
  .card.card9 .card-info {
    margin-bottom: 10px;
  }
}
.card.card9 .card-description {
  font: 400 15px/24px "Lato";
  color: #253B44;
}
@media (max-width: 1023px) {
  .card.card9 .card-description {
    display: none;
  }
}
.card.card9 .card-actions {
  position: absolute;
  left: 57px;
}
@media (min-width: 1024px) {
  .card.card9 .card-actions {
    text-align: right;
    position: absolute;
    top: 440px;
    right: 57px;
    height: 44px;
  }
  .card.card9 .card-content-news .card-actions {
    text-align: right;
    position: absolute;
    top: 450px;
    right: 42px;
    height: 44px;
  }
}
@media (max-width: 1023px) {
  .card.card9 .card-actions {
    top: 118px;
    left: 16px;
  }
}
.card.card9 .card-actions a {
  margin-right: 24px;
}
.card.card9 .card-actions a:last-child {
  margin-right: 0;
}
.card.card9 .card-header {
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  text-align: right;
}


/* Home Promotion Slider NO image */
.card.card10 {
  display: flex;
  justify-content: space-between;
  width: 471px; height: 524px;
  margin-right: 60px;
}
@media (max-width: 1023px) {
  .card.card10 {
    width: 280px;
    height: 385px;
    display: block;
    margin-right: 32px;
  }
}
.card.card10:last-child {
  margin-right: 0;
}
.card.card10 .card-image {
  display: none;
}
.card.card10 .card-content {
  padding: 76px 42px 35px 57px;
  width: 100%; height: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .card.card10 .card-content {
    padding: 20px; height: 385px;
  }
}
.card.card10 .card-info {
  font: 700 13px/19px "Lato";
  letter-spacing: 0.65px;
  color: #253B44;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.card.card10 .card-title {
  font: 300 38px/46px "Lato";
  color: #0F1E2B;
  text-transform: none;
  margin-bottom: 20px;
}
.card.card10 .card-title .desktop {
  display: block;
}
.card.card10 .card-title .mobile {
  display: none;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .card.card10 .card-title {
    font: 300 24px/33px "Lato";
  }
  .card.card10 .card-title .desktop {
    display: none;
  }
  .card.card10 .card-title .mobile {
    display: block;
  }
}
.card.card10 .card-description {
  font: 400 15px/24px "Lato";
  color: #253B44;
}
@media (max-width: 1023px) {
  .card.card10 .card-description {
    display: none;
  }
}
.card.card10 .card-actions {
  position: absolute;
  left: 57px;
}
@media (min-width: 1024px) {
  .card.card10 .card-actions {
    text-align: right;
    position: absolute;
    top: 440px;
    right: 57px;
    height: 44px;
  }
}
@media (max-width: 1023px) {
  .card.card10 .card-actions {
    bottom: 20px;
    left: 16px;
  }
}
.card.card10 .card-actions a {
  margin-right: 24px;
}
.card.card10 .card-actions a:last-child {
  margin-right: 0;
}
.card.card10 .card-header {
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  text-align: right;
}

/* About the Club - Reciproal Club */
.card.card11 {
  display: flex;
  justify-content: space-between;
  width: 905px;
  height: 390px;
  margin-right: 60px;
}
@media (max-width: 1023px) {
  .card.card11 {
    width: 280px;
    height: 600px;
    display: block;
    margin-right: 32px;
  }
}
.card.card11:last-child {
  margin-right: 0;
}
.card.card11 .card-image {
  flex: 0 0 47.5138%;
}
.card.card11 .card-content {
  flex: 0 0 52.4862%;
  padding: 42px 30px 35px 35px;
  position: relative;
}
@media (max-width: 1023px) {
  .card.card11 .card-content {
    padding: 20px;
  }
}
.card.card11 .card-title {
  font: 300 38px/46px "Lato";
  text-transform: none;
  color: #0F1E2B;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .card.card11 .card-title {
    font: 300 24px/33px "Lato";
    letter-spacing: -0.26px;
  }
}
.card.card11 .property {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .card.card11 .property {
    margin-bottom: 35px;
  }
}
.card.card11 .property .property-name {
  font: 700 13px/19px "Lato";
  letter-spacing: 0.65px;
  color: #253B44;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.card.card11 .card-actions a {
  margin-right: 24px;
}
.card.card11 .card-actions a:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .card.card11 .card-header {
    position: absolute;
    top: 28px;
    left: 35px;
    right: 30px;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  .card.card11 .card-header {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.card.card11 .card-header a {
  font: normal normal bold 15px/24px Lato;
  color: #53ABB2;
}
.card.card11 .clublogo {
  height: 54px;
  width: auto;
}
@media (max-width: 1023px) {
  .card.card11 .clublogo {
    height: 30px;
  }
}

/* Portwatch */
.card.card12 {
  display: flex;
  justify-content: space-between;
  width: 855px;
  margin-right: 60px;
}
@media (max-width: 1023px) {
  .card.card12 {
    width: 280px; height: 385px;
    display: block;
    margin-right: 32px;
  }
}
.card.card12:last-child {
  margin-right: 0;
}
.card.card12 .card-image {
  flex: 0 0 44.9123%;
  padding: 15px 75px 15px 75px;
  background: transparent linear-gradient(37deg, #CAE3E0 0%, 51%, 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(37deg, #CAE3E0 0%, #DBEAE8 51%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px 0px 0px 4px;
}
@media (min-width: 1024px) {
  .card.card12 .card-image {
    float: left;
    padding: 55px 40px 55px 40px;
    width: 384px; height: 524px;
  }
}
@media (max-width: 1023px) {
  .card.card12 .card-image img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.card.card12 .card-content {
  float: left; width: 471px; height: 524px;
  padding: 76px 42px 35px 57px;
  position: relative;
}
@media (max-width: 1023px) {
  .card.card12 .card-content {
    position: relative;
    flex: 0 0 55.0877%;
    padding: 20px;
  }
}
.card.card12 .card-info {
  font: 700 13px/19px "Lato";
  letter-spacing: 0.65px;
  color: #253B44;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.card.card12 .card-title {
  font: 300 38px/46px "Lato";
  color: #0F1E2B;
  text-transform: none;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .card.card12 .card-title {
    font: 300 24px/33px "Lato";
  }
  .card.card12 .card-title .desktop {
    display: none;
  }
  .card.card12 .card-title .mobile {
    display: block;
  }
}
.card.card12 .card-description {
  font: 400 15px/24px "Lato";
  color: #253B44;
}
@media (max-width: 1023px) {
  .card.card12 .card-description {
    display: none;
  }
}
.card.card12 .card-actions {
  margin-top: 24px;
  position: absolute;
  bottom: 35px;
  left: 57px;
  right: 42px;
}
@media (min-width: 1024px) {
  .card.card12 .card-actions {
    text-align: right;
  }
}
@media (max-width: 1023px) {
  .card.card12 .card-actions {
    position: absolute;
    left: 16px;
    top: 100px;
  }
}
.card.card12 .card-actions a {
  margin-right: 24px;
}
.card.card12 .card-actions a:last-child {
  margin-right: 0;
}
.card.card12 .card-header {
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  text-align: right;
}

/* About the Club */

.reciprocal-clubs {
  margin-bottom: 130px;
}
.reciprocal-clubs .heading3 {
  margin-bottom: 40px;
}
.reciprocal-clubs .contactinfo {
  position: relative; width: 100%; float: left;
}
.reciprocal-clubs .email {
  float: left; width: 100%;
}
@media (min-width: 1024px) {
  .reciprocal-clubs {
    margin-bottom: 180px;
  }
  .reciprocal-clubs .heading3 {
    margin-bottom: 100px;
    max-width: 600px;
  }
  .reciprocal-clubs .heading3 .indent {
    display: block;
    text-align: right;
  }
  .reciprocal-clubs .contactinfo {
    position: relative; width: 50%; float: left;
  }
}



/* Portwatch */
.entry-issue .entry-thumbnail .portwatchimg {
  padding-left: 20px; position: relative; height: 450px;  z-index: 9;
}
.entry-issue .entry-thumbnail .portwatchimg .cover1 {
  position: absolute; top: 0px; left: 0px;
  width: 476px; height: 635px;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,0.1825105042016807) 0%, rgba(0,0,0,0.13769257703081228) 5%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 79%, rgba(0,0,0,0.0844712885154062) 95%, rgba(0,0,0,0.12368697478991597) 100%);
}
.entry-issue .entry-thumbnail .portwatchimg .cover2 {
  position: absolute; top: 0px; left: 0px;
  width: 476px; height: 635px;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,0.1825105042016807) 0%, rgba(0,0,0,0.13769257703081228) 5%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 68%, rgba(0,0,0,0.18531162464985995) 84%, rgba(0,0,0,0.2805497198879552) 100%);
}
.entry-issue .entry-thumbnail .portwatchimg1 {
  position: absolute; top: 0px; left: 0px;
  transform-origin: bottom left; z-index: 99; width: 476px; height: 635px;
  -webkit-box-shadow: -11px 11px 6px -7px rgba(0,0,0,0.38); z-index: 9;
  box-shadow: -11px 11px 6px -7px rgba(0,0,0,0.38);
}
.entry-issue .entry-thumbnail .portwatchimg2 {
  position: absolute; top: -15px; left: 20px; width: 476px; height: 635px;
  transform-origin: bottom left; transform: rotate(5deg); z-index: 8;
  -webkit-box-shadow: -11px 11px 6px -7px rgba(0,0,0,0.38);
  box-shadow: -11px 11px 6px -7px rgba(0,0,0,0.38);
}
.entry-issue .entry-thumbnail .portwatchimg3 {
  position: absolute; top: -30px; left: 40px; width: 476px; height: 635px;
  transform-origin: bottom left; transform: rotate(10deg); z-index: 7;
  -webkit-box-shadow: -11px 11px 6px -7px rgba(0,0,0,0.38);
  box-shadow: -11px 11px 6px -7px rgba(0,0,0,0.38);
}
@media (max-width: 1200px) {
  .entry-issue .entry-thumbnail .portwatchimg .cover1 {
    width: 300px; height: 400px;
  }
  .entry-issue .entry-thumbnail .portwatchimg .cover2 {
    width: 300px; height: 400px;
  }
  .entry-issue .entry-thumbnail .portwatchimg1 {
    width: 300px; height: 400px;
  }
  .entry-issue .entry-thumbnail .portwatchimg2 {
    width: 300px; height: 400px;
  }
  .entry-issue .entry-thumbnail .portwatchimg3 {
    width: 300px; height: 400px;
  }
  .entry-issue .entry-thumbnail .portwatchimg1 img {
    width: 300px;
    margin-bottom: 30px;
  }
  .entry-issue .entry-thumbnail .portwatchimg2 img {
    width: 300px;
    margin-bottom: 30px;
  }
  .entry-issue .entry-thumbnail .portwatchimg3 img {
    width: 300px;
    margin-bottom: 30px;
  }
}
</pre></body></html>