/*
Theme Name: Custom Theme
Author: Molto Digital Limited
Version: 1.0
License: Private
Text Domain: customtheme
*/

/* Roboto: thin 100, light 300, regular 400, medium 500, bold 700, black 900, i italic for all */
/* Roboto Condensed: thin 300, regular 400, bold 700, i italic for all */

/* GENERAL */

html, body {
	width: 100%;
	height: 100%;
}
body {
  min-width: 300px; /* 300px */
  color: #333;
  background-color: #DFE0E0;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400; /* regular */
  font-size: 62.5%; /* 10px */
  line-height: 1.2;
  overflow: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}
body.small {
	font-size: 46.875%;
}
body.large {
	font-size: 78.125%;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
	color: #C1A52D;
  text-decoration: none;
}
p {
  margin-bottom: 1em;
  color: #333;
  font-size: 1.8em;
  text-align: left;
}
p:last-child {
  margin-bottom: 0;
}
p a {
	font-weight: 500;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.content table {
	width: 100%;
	table-layout: fixed;
}
.content td, .content th {
	padding: 5px 10px;
	border: 1px solid #777;
	font-size: 1.8em;
	vertical-align: middle;
}
#wp-calendar td, #wp-calendar th {
	position: relative;
	border: 0;
}
input[type="text"], input[type="email"],
input[type="submit"], textarea {
	-webkit-appearance: none;
}
textarea {
	border-radius: 0;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
sup {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
span.description {
	color: transparent;
	font: 0/0 a;
}
span.highlight {
	color: #00C1D5;
}
.content ul {
  list-style: outside disc;
  margin-left: 3em;
  margin-bottom: 3em;
}
.content ol {
  list-style: outside decimal;
  margin-left: 3em;
  margin-bottom: 3em;
}
.content li {
  margin-bottom: 0.5em;
  font-size: 1.8em;
}
.content li h3 {
	margin-bottom: 0.5em;
	font-size: 1.25em;
}
.highlight {
	color: #B2272D !important;
}

table {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.content li p, .content p li, .content p p,
.content li li, .content th p, .content td p,
.content th li, .content td li {
  font-size: 1em;
}
.content th ul, .content th ol,
.conten td ul, .content td ol {
	margin-left: 1em;
}
.container {
	width: 100%;
	min-width: 300px;
	height: 100%;
}
.wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: 0 auto;
	overflow: hidden;
}
.video-container iframe, .video-container object,
.video-container embed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-container p {
	color: transparent;
	font: 0/0 a;
}
.content-button-container {
	display: block;
	margin-bottom: 40px;
}
.content-regular-text + .content-button-container {
	margin-top: -40px;
}
.content-button {
	display: inline-block;
	padding: 10px 20px;
	color: #FFF;
	background-color: #C1A52D;
	/* color: #C1A52D;
	border: 1px solid #C1A52D; */
	font-size: 1.8em;
	text-align: center;
}


/* ALL PAGES */

.header {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
.header:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 210px;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(top, rgba(59,111,167,0.6) 0%, rgba(59,111,167,0) 100%);
	background: -moz-linear-gradient(top, rgba(59,111,167,0.6) 0%, rgba(59,111,167,0) 100%);
	background: linear-gradient(to bottom, rgba(59,111,167,0.6) 0%, rgba(59,111,167,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
	z-index: 1;
}
.header-language-switcher.header-language-switcher-mobile {
	display: none;
	margin-left: 0;
	margin-bottom: 10px;
}
.header-wrapper {
	position: relative;
	display: inline-block;
	height: 100%;
}
.logos {
	position: absolute;
	left: 0;
	top: 0;
	width: 22%;
	overflow: hidden;
	z-index: 2;
}
.logo {
	float: left;
	display: block;
	margin-top: 49px;
}
.logo-1 {
	width: 48%;
	margin-right: 8%;
}
.logo-2 {
	width: 43.5%;
}
.logo img {
	width: 100%;
	height: auto;
}

.header-corner {
	float: right;
	bottom: 100%;
	height: 49px;
	padding: 11px 25px;
	background-color: #C1A52D;
	overflow: hidden;
}
.header-top-buttons {
	float: left;
	display: block;
	margin-left: 20px;
	height: auto;
}
.header-top-button {
	display: inline-block;
	height: 27px;
  color: #FFF;
  background-color: #5E84B1;
  padding: 4px 15px;
  margin: 0 10px 0 0;
  font-size: 1.6em;
  list-style: none;
	vertical-align: top;
}
.font-size-switcher {
	float: left;
}
.font-size-selector {
	position: relative;
	cursor: pointer;
}
.font-size-selector.active {
	color: #FFF;
}
.size-intro {
	font-size: 1.4em;
}
.size-small {
	font-size: 1.2em;
	padding: 0 10px;
	border-right: 1px solid #333;
}
.size-medium {
	font-size: 1.6em;
	padding: 0 10px;
	border-right: 1px solid #333;
}
.size-large {
	padding-left: 10px;
	font-size: 2em;
}

.header-language-switcher {
	float: left;
	margin-top: 6px;
	margin-left: 12px;
}
.header-language-switcher li {
	display: inline-block;
}
.header-language-switcher a {
	display: inline-block;
	padding: 0 8px;
	border-right: 1px solid #000;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	font-weight: 500;
}
.header-language-switcher.header-language-switcher-mobile a {
	padding: 0 15px;
	border-right: 1px solid #FFF;
	color: #FFF;
}
.header-language-switcher li.active a {
	color: #FFF;
}
.header-language-switcher.header-language-switcher-mobile li.active a {
	color: #3B6FA7;
}
.header-language-switcher li:last-child a {
	padding-right: 0;
	border-right: 0;
}
.language-chooser {
	display: none;
}
.header-search {
	display: block;
	float: left;
	width: 26px;
	height: 27px;
	margin-left: 20px;
	background: url('images/icon-search@2x.png') no-repeat left top;
	background-size: contain;
}

.header-social-icons {
	float: left;
	margin-left: 20px;
}
.header-social-icon {
  display: inline-block;
  width: 27px;
  height: 27px;
}
.header-facebook {
  background: url('images/icon-facebook@2x.png') no-repeat left top;
  background-size: contain;
}
.header-instagram {
	margin-left: 8px;
  background: url('images/icon-instagram@2x.png') no-repeat left top;
  background-size: contain;
}

.main-menu-mask, .main-menu-button, .main-menu-close {
	display: none;
}
.menu-item.hide {
	display: none !important;
}
.main-menu {
	position: relative;
	float: right;
	width: 78%;
	margin-top: 46px;
	z-index: 100;
}
.main-menu > ul {
	float: right;
	width: 100%;
	text-align: right;
}
.main-menu > ul > li {
	position: relative;
	display: inline-block;
	text-align: left;
}
.main-menu > ul > li:first-child {
	margin-left: 0;
}
.main-menu > ul > li:last-child {
	margin-right: 0;
}
.main-menu > ul > li > a {
	display: inline-block;
	padding: 50px 15px;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8em;
	font-weight: 600;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}
/* .main-menu > ul > li.active > a,
.main-menu > ul > li.active-parent > a, */
.main-menu > ul > li:hover > a {
	background-color: rgba(193,165,45,0.83);
	text-shadow: none;
}
.main-menu-row {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 640px;
	padding: 0 0 35px 35px;
	background-color: rgba(193,165,45,0.83);
	text-align: left;
	z-index: 10;
}
.main-menu-row.right {
	left: auto;
	right: 0;
}
.main-menu-row.thin {
	width: 300px;
}
.main-menu-row.wide {
	width: 800px;
}
@media (min-width: 1001px) {
	.main-menu > ul > li:hover > .main-menu-row {
		display: block;
	}
}
/* .main-menu > ul > li > ul > li > a {
	display: block;
	padding: 20px 15px;
	color: #FFF;
	background-color: #808080;
	font-family: 'Raleway', sans-serif;
	font-size: 1.6em;
	font-weight: 600;
}
.main-menu > ul > li > ul > li.active > a,
.main-menu > ul > li > ul > li > a:hover {
	background-color: #00C1D5;
}
.main-menu > ul > li > ul:hover > li.active > a {
	background-color: #808080;
}
.main-menu > ul > li > ul:hover > li.active > a:hover {
	background-color: #00C1D5;
} */

.slogan {
	position: absolute;
	/* width: 100%;
	padding-left: 160px; */
	/* height: 200px; */
	right: 0;
	bottom: 160px;
	padding: 20px;
	color: #FFF;
	font-size: 5.8em;
	line-height: 1.1;
	font-weight: 300;
	font-style: italic;
	text-align: right;
	z-index: 3;
	text-shadow: 0 2px 7px rgba(0,0,0,0.5);
}
/* .slogan:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.slogan:after {
	display: block;
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
  -webkit-filter: blur(1px);
  filter: blur(1px);
  margin: -20px;
  border-radius: 10px;
} */
body.home .slogan:before,
body.home .slogan:after {
	display: none;
}
.slogan span {
	position: relative;
	z-index: 10;
}
.slogan-2 {
	bottom: 115px;
}
/*
.header-buttons {
	position: absolute;
	left: 0;
	bottom: 142px;
}
*/
.header-buttons {
	position: absolute;
	display: block;
	left: 0;
	bottom: 160px;
	z-index: 10000;
}
.header-button {
	position: relative;
	display: inline-block;
	width: 133px;
	height: 118px;
	margin-right: 30px;
	background: url('images/header-button@2x.png') no-repeat left top;
	background-size: contain;
	text-align: center;
	vertical-align: bottom;
}
.header-button span {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	padding: 12px 5px 0 5px;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-border {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 125px;
	overflow: hidden;
	z-index: 2;
}
.header-border span {
	position: relative;
	display: block;
	width: 245px;
	height: 125px;
	margin: 0 auto;
	background: url('images/header-border-middle-silver@2x.png') no-repeat center top;
	background-size: 245px 125px;
}
.header-border span:before, .header-border span:after {
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	width: 3000px;
	height: 125px;
	background: url('images/header-border-line@2x.png') repeat-x center top;
	background-size: 100% 125px;
}
.header-border span:before {
	right: 100%;
}
.header-border span:after {
	left: 100%;
}

/* .header-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
  width: 100%;
  height: 360px;
  z-index: 1;
  background: inherit;
  overflow: hidden;
}
.header-bottom:before {
  content: '';
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
  -webkit-filter: blur(3px);
  filter: blur(3px);
  margin: -20px;
}
body.home .header-bottom {
	display: none;
} */

/*
.slide-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
  width: 100%;
  height: 360px;
  z-index: 1;
  background: inherit;
  overflow: hidden;
}
.slide-bottom:before {
  content: '';
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
  filter: blur(7px);
  margin: -20px;
}
*/


/* CONTENT */

/* .main {
	min-height: 500px;
} */

.content-wrapper {
	max-width: 960px;
	padding: 150px 0 200px 0;
}
.content-home .content-wrapper {
	padding: 150px 0;
}

.content-white {
	background-color: #FFF;
}

h1 {
	margin-bottom: 70px;
	color: #3B6FA7;
	font-size: 3.7em;
	font-weight: 700;
	/* font-style: italic; */
}
h1.hide {
	margin: 0;
	font: 0/0 a;
	visibility: hidden;
}
h1 a {
	font-size: 1em;
}
h1 span.separator {
	display: inline-block;
	padding: 5px 5px 0 5px;
	font-size: 0.8em;
	font-weight: 700;
	vertical-align: top;
}
.content-2col, .content-row {
	overflow: hidden;
}
.content-2col {
	margin-bottom: 80px;
}
.content-row {
	margin-bottom: 130px;
}
.content-image {
	float: left;
	display: block;
	width: 40%;
	/* padding-top: 10px; */
}
.with-border {
	padding: 18px;
  border: 1px solid #C1A52D;
}
.content-row .content-image {
	width: 25%;
}
.content-image img {
	display: block;
	margin: 0 auto;
}
.content-image.full-width img {
	width: 100%;
	height: auto;
}
.content-text {
	float: right;
	width: 55%; 
}
.content-text.full-width {
	float: none;
	width: 100%;
}
.content-2col.right .content-text {
	float: left;
}
.content-2col.right .content-image {
	float: right;
}
.content-row .content-text {
	width: 68%; 
}
.content-regular-text {
	margin-bottom: 80px;
}

.content-gold {
	position: relative;
	/* padding: 100px 0; */
	background: #9E8739;
	background: -webkit-linear-gradient(top, #9E8739 0%, #C7B34D 100%);
	background: -moz-linear-gradient(top, #9E8739 0%, #C7B34D 100%);
	background: linear-gradient(top, #9E8739 0%, #C7B34D 100%);
	background: linear-gradient(to bottom, #9E8739 0%, #C7B34D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9E8739', endColorstr='#C7B34D',GradientType=0 );
	overflow: visible;
}
.content-gold .content-2col {
	margin-bottom: 0;
}
.gold-border {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 64px;
}
.gold-border span {
	display: block;
	width: 145px;
	height: 64px;
	margin: 0 auto;
	background: url('images/gold-border-alt@2x.png') no-repeat center center;
	background-size: 100% auto;
	opacity: 0.9;
}

.content-image-large {
	display: block;
	width: 100%;
	margin: 180px auto 100px auto;
}
.content-image-large.multiple {
	margin-top: 0;
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	margin-bottom: 20px;
}
.content-row + .content-image-large {
	margin-top: -130px;
	margin-bottom: 130px;
}

h1 + .content-image-large {
	margin-top: 0;
}
.content-image-large img {
	display: block;
	margin: 0 auto;
}

.content-image-multi-entries {
	display: table;
	table-layout: fixed;
	margin-top: 20px;
	width: 100%;
}
.content-image-multi-entry {
	display: table-cell;
	padding: 20px;
	vertical-align: top;
}
.content-row + .content-image-multi-entries {
	margin-top: -50px; /* -110px */
	margin-bottom: 130px;
}
.cim-caption {
	margin-bottom: 20px;
	font-size: 1.8em;
}

h2 {
	margin-bottom: 37px;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.2em; /* 3.7em */
	font-weight: 700;
}
h2.gallery-title, h2.event-title,
h2.trip-row-title,
h2.small {
	font-size: 2.8em;
}
h2.trip-row-title {
	color: #3B6FA7;
}
h2.event-title {
	margin-bottom: 70px;
}
h3 {
	margin-bottom: 1em;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.1em;
	font-weight: 700;
}

/* BOTTOM SITEMAP */

.bottom {
	position: relative;
	width: 100%;
	background-image: url('images/bottom-bg.jpg');
	background-repeat: no-repeat;
	background-position: 55% -100px;
	background-size: cover;
	overflow: visible;
}
.bottom:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(77,78,78,0.9);
}
.bottom-wrapper {
	width: 100%;
}
.bottom-border {
	position: absolute;
	left: -3px;
	bottom: 100%;
	width: 100%;
	height: 66px;
	opacity: 0.96;
}
.bottom-border span {
	display: block;
	width: 146px;
	height: 66px;
	margin: 0 auto;
	background: url('images/bottom-border-alt@2x.png') no-repeat center top;
	background-size: cover;
}

.bottom-menu-row {
	position: relative;
	display: table;
	table-layout: auto;
	width: 100%;
	margin: 0 auto;
	z-index: 10;
}
/* .bottom-menu-row:before, .bottom-menu-row:after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	width: 3000px;
	height: 100%;
}
.bottom-menu-row:before {
	right: 100%;
	margin-right: -2px;
}
.bottom-menu-row:after {
	left: 100%;
	margin-left: -2px;
} */

.bottom-menu-row > li {
	display: table-cell;
	padding: 45px 0 45px 40px;
	margin: 0;
	list-style: none;
	overflow: hidden;
	vertical-align: top;
}
.bottom-menu-row > li.one-third {
	width: 33.3333%;
}
.bottom-menu-row > li.two-third {
	width: 66.6667%;
}
.bottom-menu-row > li.current-menu-ancestor,
.bottom-menu-row > li:hover {
	background-color: rgba(54,129,209,0.6);
}
.bottom-menu-row > li.footer-buttons:hover  {
	background-color: inherit;
}
.bottom-menu-row > lii {
	overflow: hidden;
}
.bottom-menu-row > li > a {
	display: block;
	color: #C1A52D;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3em;
	font-weight: 700;
	letter-spacing: -0.5px;
	clear: both;
}
.menu-col {
	padding-right: 20px;
	margin-top: 35px;
}
.menu-col.half, .half-col {
	float: left;
	width: 50%;
}
.half-col {
	padding-right: 30px;
}
.menu-col.third {
	float: left;
	width: 33.3333%;
}
.menu-col > ul {
	margin: 0;
	list-style: none;
}
.menu-col > ul > li, .menu-col > ul > .half-col > li {
	display: block;
	margin-bottom: 25px;
}
.menu-col > ul > li > a, .menu-col > ul > .half-col > li > a {
	color: #FFF;
	font-size: 1.6em;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: -0.5px;
}
.menu-col > ul > li > ul, .menu-col > ul > .half-col > li > ul {
	margin-left: 1.5em;
	list-style: disc;
	color: #FFF;
}
.menu-col > ul > li > ul > li, .menu-col > ul > .half-col > li > ul > li {
	margin: 7px 0;
}
.menu-col > ul > li > ul > li > a, .menu-col > ul > .half-col > li > ul > li > a {
	color: #FFF;
	font-size: 1.6em;
	font-weight: 300;
	letter-spacing: -0.5px;
}


/* FOOTER */

.footer {
	background-color: #FFF;
}
.footer-wrapper {
	padding: 37px 0;
	overflow: hidden;
}
.footer-left {
	float: left;
	width: 40%;
	/* max-width: 350px; */
}
.footer-logo {
	display: inline-block;
	vertical-align: middle;
}
.footer-logo-1 {
	width: 28.8%;
	margin-right: 4.8%;
}
.footer-logo-2 {
	width: 26.1%;
}
.footer-right {
	float: right;
	width: 60%;
}
.footer-menu {
	margin-top: 10px;
	text-align: right;
}
.footer-menu li {
	display: inline-block;
	padding-left: 17px;
	margin-left: 17px;
	border-left: 1px solid #000;
}
.footer-menu li.en,
.footer-menu li.tc,
.footer-menu li.sc {
	display: none;
}
html.en_US .footer-menu li.en,
html.zh_TW .footer-menu li.tc,
html.zh_CN .footer-menu li.sc {
	display: inline-block;
}
.footer-menu li:first-child {
	margin-left: 0;
	border-left: 0;
}
.footer-menu li a {
	display: inline-block;
	color: #000;
	font-size: 1.6em;
	line-height: 1;
	text-align: right;
}
.bottom-menu-row > li > a.footer-button {
	display: inline-block;
	width: 180px;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #FFF;
	color: #FFF;
	text-align: center;
}
.bottom-menu-row > li > a.footer-button:hover {
	border: 1px solid #C1A52D;
	color: #C1A52D;
}
.copyright {
	margin-top: 5px;
	color: #000;
	font-size: 1.6em;
	line-height: 1.5;
	text-align: right;
}
.disclaimer {
	width: 100%;
	padding-top: 10px;
	font-size: 1.2em;
	text-align: right;
	clear: both;
}


/* HOMEPAGE */

.banner-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
}
.slider-container .bx-wrapper,
.slider-container .bx-viewport,
.slider,
.slider-container .slide {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.slider {
	visibility: hidden;
}
.slider-container .slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner-slider-container .slide {
	background-attachment: fixed;
}

.content-home {
	position: relative;
	width: 100%;
}
.content-home .deco {
	position: absolute;
	width: 380px;
	height: 100%;
	background-repeat: no-repeat;
}
.content-home .deco-1 {
	left: 15px;
	top: 12px;
	background-image: url('images/home-deco-1@2x.png');
	background-position: left top;
	background-size: 54.2% auto;
}
.content-home .deco-2 {
	right: 15px;
	top: 12px;
	background-image: url('images/home-deco-2@2x.png');
	background-position: right top;
	background-size: 44.47% auto;
}
.content-home .deco-3 {
	left: 15px;
	bottom: 12px;
	background-image: url('images/home-deco-3@2x.png');
	background-position: left bottom;
	background-size: 100% auto;

}
.content-home .deco-4 {
	right: 15px;
	bottom: 12px;
	background-image: url('images/home-deco-4@2x.png');
	background-position: right bottom;
	background-size: 42.37% auto;
}

.home-news {
	max-width: 800px;
	margin: 0 auto;
}
.home-news .news-heading {
	margin-bottom: 20px;
}
.news-calendar {
	position: relative;
	margin-bottom: 40px;
}
.news-calendar table, .news-heading {
	max-width: 600px;
	margin: 0 auto;
}
.news-calendar table {
	width: 100%;
	margin-bottom: 40px;
	table-layout: fixed; /* auto */
}
.news-calendar th, .news-calendar td {
	padding: 16px;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.1em;
	text-align: center;
}
.news-calendar th {
	font-weight: 700;
	text-transform: uppercase;
}
.news-calendar td.outmonth {
	color: #999;
}
.news-calendar td.blue, .news-calendar td div.blue {
	color: #FFF;
	background: url('images/calendar-blue@2x.png') no-repeat center 3px;
	background-size: 49px 43px;
}
.news-calendar td.gold {
	color: #FFF;
	background: url('images/calendar-gold@2x.png') no-repeat center 3px;
	background-size: 49px 43px;
}
.news-calendar td.grey, .news-calendar td div.grey {
	color: #FFF;
	background: url('images/calendar-grey@2x.png') no-repeat center 3px;
	background-size: 49px 43px;
}



body#home .content-gold {
	padding: 20px 0 100px 0;
}
a.home-button {
	position: relative;
	display: block;
	width: 100%;
	height: 250px;
	padding: 90px 0 0 0;
	margin: 0 auto;
	color: #FFF;
	background: url('images/home-button-bg-new@2x.png') no-repeat center top;
	background-size: 4000px 965px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.3em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
/* a.home-button:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 64px;
	bottom: 100%;
	background: ;
	background-size: 145px 64px;
} */
a.home-button.home-button-2 {
	margin-top: -100px;
	margin-bottom: -130px;
}

.daywithevent {
	cursor: pointer;
}
.daywithevent.active .tooltip {
    display: block;
}
.tooltip {
    position: absolute;
    display: none;
    width: 300%;
    top: 100%;
    left: 50%;
    text-align: left;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    transform: translateX(-50%);
    z-index: 1;
}
.tooltip:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #3B6FA7 transparent;
}
.tooltip-top {
    padding: 5px 10px;
    color: #FFF;
    background-color: #3B6FA7;
    font-size: 0.8em;
}
.tooltip-bottom {
    display: block;
    padding: 5px 10px;
    color: #333;
    background-color: #FFF;
    font-size: 0.8em;
}
.tooltip-bottom-item + .tooltip-bottom-item {
	margin-top: 10px;
}
.tooltip-bottom-item a {
	color: #333;
	text-decoration: underline;
}


/* MOTTO PAGE */

.content-motto {
	position: relative;
	padding-bottom: 128px;
}
.content-motto .content-wrapper {
	padding-bottom: 0;
}
.content-motto .content-image-large {
	margin-bottom: 0;
}
.content-motto:after {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 128px;
	background: #927A36;
	background: -webkit-linear-gradient(top, #C6B04B 0%, #927A36 100%);
	background: -moz-linear-gradient(top, #C6B04B 0%, #927A36 100%);
	background: linear-gradient(top, #C6B04B 0%, #927A36 100%);
	background: linear-gradient(to bottom, #C6B04B 0%, #927A36 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C6B04B', endColorstr='#927A36',GradientType=0 );
}


/* GRID */

.grid-entries {
	max-width: 920px;
	margin: 0 auto;
	overflow: hidden;
}
.grid-entry {
	float: left;
	width: 27%;
	margin-right: 9.5%;
	margin-bottom: 96px;
}
.grid-entry:nth-child(3n+1) {
	clear: both;
}
.grid-entry:nth-child(3n+3) {
	margin-right: 0;
}
.grid-image {
	position: relative;
	height: 0;
	padding-bottom: 95%;
	margin: 0 11px 47px 11px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.grid-image:before {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('images/photo-frame@2x.png') no-repeat center top;
	background-size: 101% auto;
}
.content-white .grid-image:before {
	background-image: url('images/photo-frame-white@2x.png');
}
.grid-heading {
	margin-top: 100px;
}
.grid-title {
	display: block;
	padding: 0 11px;
	margin-bottom: 15px; /* 27px */
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.1em;
	font-weight: 700;
}
a.grid-title:hover {
	color: #C1A52D;
}
.grid-text {
	padding: 0 11px;
}

.grid-entry.one-row {
	width: 100%;
	margin: 0 0 50px 0 !important;
	overflow: hidden;
}
.grid-entry.one-row .grid-image {
	float: left;
	width: 25%;
	margin: 0 10% 0 0;
	padding-bottom: 30%;
}
.grid-entry.one-row .grid-title,
.grid-entry.one-row .grid-text {
	float: right;
	width: 65%;
}
.grid-entry.one-row .grid-title {
	margin-top: 70px;
}


/* PUBLICATIONS PAGE */

.media-row {
	margin-bottom: 150px;
	overflow: hidden;
}
.media-title {
	float: left;
	width: 25%;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.8em;
	font-weight: 700;
}
.media-image {
	margin-bottom: 52px;
}
.media-image img {
	display: block;
	width: 100%;
	height: auto;
}
.media-text {
	float: right;
	width: 68%; 
}
.media-links {
	overflow: hidden;
}
a.media-link {
	float: left;
	display: block;
	width: 155px;
	padding: 15px 5px;
	margin: 0 7px 7px 0;
	border: 1px solid #C1A52D;
	color: #333;
	font-size: 1.8em;
	text-align: center;
}
a.media-link:hover {
	color: #FFF;
	background-color: #C1A52D;
}


/* VIDEO GALLERY PAGE */

.video-entries {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.video-entry {
	float: left;
	width: 44%;
	margin-right: 12%;
	margin-bottom: 100px;
}
.video-entry:nth-child(2n+1) {
	clear: both;
}
.video-entry:nth-child(2n+2) {
	margin-right: 0;
}
.video-title {
	margin-bottom: 35px;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.8em;
	font-weight: 700;
}
.video-preview {
	padding: 18px;
	border: 1px solid #C1A52D;
}


/* PHOTO GALLERY PAGE */

.gallery-row {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 37px auto;
}
.gallery-intro {
	float: left;
	width: 24.25%;
	margin: 0 1% 38px 0;
}
.gallery-intro:nth-child(4n+1) {
	clear: both;
}
.gallery-row .gallery-intro:last-child {
	margin-right: 0;
}
.gallery-intro-photo {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 58%;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
a.gallery-more {
	position: absolute;
	right: 0;
	top: -62px;
	font-size: 1.8em;
	font-weight: 500;
	text-align: right;
}
h3.gallery-name a {
	font-size: 1em;
}

.gallery-entries {
	overflow: hidden;
}

.gallery-entries .gallery-intro:nth-child(4n+4) {
	margin-right: 0;
}

.gallery-photos {
	margin-bottom: 100px;
	overflow: hidden;
}
.gallery-photo {
	float: left;
	display: block;
	width: 24.25%;
	height: 0;
	padding-bottom: 14.065%;
	margin: 0 1% 1% 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.gallery-photo:nth-child(4n+4) {
	margin-right: 0;
}


/* ACADEMIC CONFERENCE SUPPORT PAGE */

.event-row {
	max-width: 1200px;
	margin: 0 auto 100px auto;
	overflow: hidden;
}
.event-row:last-child {
	margin-bottom: 150px;
}
.event-image {
	float: right;
	width: 44%;
}
.content-image img {
	display: block;
	/* width: 90%; */
	height: auto;
	margin: 0 auto;
}
.event-text {
	float: left;
	width: 56%; 
	padding-right: 50px;
}
.event-info {
	margin-bottom: 55px;
}
.event-info-row {
	display: table;
	table-layout: auto;
	width: 100%;
	margin-bottom: 10px;
}
.event-info-heading, .event-info-text {
	display: table-cell;
	color: #333;
	font-size: 1.8em;
	vertical-align: top;
}
.event-info-heading {
	width: 30%;
}


/* RESIDENT TUTORS PAGE */

h2.small + .content-row {
	margin-top: -70px;
}


/* EXCHANGE PROGRAMMES PAGE */

.content-table {
	/* margin-top: 100px;
	margin-bottom: 150px; */
	margin: 50px 0 100px 0;
}
.content-table.less-top {
	margin-top: -50px;
}
.content-table table {
	width: 100% !important;
	table-layout: fixed;
	/* background: #C1A52D;
	background: -moz-linear-gradient(top, #80621E 0%, #C1A52D 30%, #C1A52D 70%, #80621E 100%);
	background: -webkit-linear-gradient(top, #80621E 0%, #C1A52D 30%, #C1A52D 70%, #80621E 100%);
	background: linear-gradient(to bottom, #80621E 0%, #C1A52D 30%, #C1A52D 70%, #80621E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C1A52D', endColorstr='#80621E',GradientType=0 ); */
}
.content-table th {
	/* width: 200px; */
	/* padding: 55px 20px; */
	width: auto !important;
	padding: 20px;
	border: 2px solid #C1A52D;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.2em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.content-table td {
	/* padding: 55px 20px 55px 50px; */
	width: auto !important;
	padding: 15px;
	border: 2px solid #C1A52D;
	font-size: 1.8em;
	/* line-height: 25px; */
	/* vertical-align: top; */
}
.content-table td.middle {
	width: 220px;
	font-size: 2.1em;
	font-weight: 700;
}
.content-table td.data {
	width: 540px;
}
.content-table td p {
	margin-bottom: 0;
	/* margin-bottom: 25px; */
}


/* DEAR S.H., PAGE */

.content-postcard .content-wrapper {
	padding-bottom: 250px;
	overflow: hidden;
}
.content-postcard h2, .content-postcard h3 {
	clear: both;
}
.content-postcard .postcard-row + h2 {
	padding-top: 100px;
}
.content-postcard h3 {
	padding: 30px 0;
	margin-bottom: 0;
}
.postcard-row {
	width: 93.75%;
	float: right;
	clear: both;
}
.postcard {
	display: block;
	width: 100%;
	padding: 18px;
	margin-bottom: 33px;
	border: 1px solid #C1A52D;
}
.postcard-image {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 72%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.postcard.thin .postcard-image {
	padding-bottom: 19.5%;
}
.postcard.half {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.postcard.half:last-child {
	margin-right: 0;
}
.postcard-text {
	float: right;
	width: 93.75%;
	padding-bottom: 50px;
	clear: both;
}


/* BURSARIES AND LOANDS PAGE */

.content-table-alt table {
	width: 100%;
	table-layout: auto;
	background: #C1A52D;
	background: -webkit-linear-gradient(top, #80621E 0%, #C1A52D 3%, #C1A52D 96%, #80621E 100%);
	background: -webkit-linear-gradient(top, #80621E 0%, #C1A52D 3%, #C1A52D 96%, #80621E 100%);
	background: linear-gradient(to bottom, #80621E 0%, #C1A52D 3%, #C1A52D 96%, #80621E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C1A52D', endColorstr='#80621E',GradientType=0 );
}
.content-table-alt th {
	vertical-align: middle;
}
.content-table-alt tr.table-top th {
	padding: 30px 40px;
	color: #333;
	font-size: 2.1em;
	font-weight: 700;
	text-align: center;
}
.content-table-alt tr.table-bottom th {
	padding: 40px;
}
.content-table-alt tr.table-bottom th p {
	color: #FFF;
	font-size: 1.8em;
}
.content-table-alt td {
	padding: 50px 40px;
	border: 1px solid #C1A52D;
	background-color: #FFF;
	font-size: 1.8em; 
	vertical-align: middle;
}
.content-table-alt td.table-heading {
	color: #333;
	background-color: #E9E1BD;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.1em;
	font-weight: 700;
	vertical-align: middle;
}
.content-table-alt td.no-top-border {
	border-top: 0;
}
.content-table-alt td.no-bottom-border {
	border-bottom: 0;
}
a.icon-pdf {
	display: block;
	width: 49px;
	height: 56px;
	background: url('images/icon-pdf@2x.png') no-repeat left top;
	background-size: contain;
}


/* WHAT'S NEWS PAGE */

.news-container {
	overflow: hidden;
}
.news-years {
	float: left;
}
.news-years ul {
	list-style: none;
	margin: 0;
}
.news-years li {
	margin: 0 0 50px 0;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.8em;
	font-weight: 700;
	cursor: pointer;
}
.news-years li a {
	color: #333;
	font-size: 1em;
}
.news-years li.active, .news-years li.active a {
	color: #C1A52D;
}
.news-years li.disabled, .news-years li.disabled a {
	color: #AAA;
}

.news-main {
	float: right;
	width: 780px;
}
.news-months {
	margin-bottom: 60px;
}
.news-months ul {
	margin: 0;
	text-align: center;
	list-style: none;
}
.news-months li {
	display: inline-block;
	padding: 0 14px;
	margin: 0;
	color: #999;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.1em;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
}
.news-months li:first-child {
	padding-left: 0;
}
.news-months li:last-child {
	padding-right: 0;
}
.news-months li a {
	color: #4D4D4D;
	font-size: 1em;
}
.news-months li.active, .news-months li.active a {
	color: #C1A52D;
}
.news-months li.disabled, .news-months li.disabled a {
	color: #AAA;
}

.news-heading {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.news-current-month {
	font-size: 3.7em;
}


.calendar-control-container {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}
.calendar-control#prev, .calendar-control#next {
	position: absolute;
	color: #333;
	font-size: 1.8em;
	top: 50%;
	transform: translateY(-30%);
	cursor: pointer;
}
.calendar-control#prev {
	left: 0;
}
.calendar-control#next {
	right: 0;
}
.calendar-control#prev:before, .calendar-control#next:after {
	display: inline-block;
	color: #333;
	font-size: 1.2em;
}
.calendar-control#prev:before {
	margin-right: 8px;
	content: '◀';
}
.calendar-control#next:after {
	margin-left: 8px;
	content: '▶';
}
.currentcalendar {
	text-align: center;
	font-size: 3.7em;
}

a.prev-month, a.next-month {
	position: absolute;
	display: inline-block;
	bottom: 3px;
	color: #333;
	font-size: 1.8em;
	line-height: 21px;
	vertical-align: bottom;
	cursor: pointer;
}
a.prev-month {
	left: 0;
}
a.next-month {
	right: 0;
}
a.prev-month:before, a.next-month:after {
	display: inline-block;
	padding-top: 20px;
	color: #333;
	font-size: 1.2em;
	line-height: 20px;
	vertical-align: bottom;
}
a.prev-month:before {
	margin-right: 8px;
	content: '◀';
}
a.next-month:after {
	margin-left: 8px;
	content: '▶';
}

.news-list {
	width: 100%;
	padding: 0 20px 50px 20px;
	/* height: 300px; */
	overflow: auto;
}
.news-row {
	display: table;
	table-layout: auto;
	width: 100%;
	padding: 20px 50px 20px 120px;
	border-top: 1px solid #333;
	color: #333;
	font-size: 1.8em;
	text-align: left;
}
.news-date, .news-title {
	display: table-cell;
	vertical-align: top;
}
.news-date {
	width: 30%;
	text-align: left;
}
.news-years li.current, .news-months li.current {
  color: #4D4D4D;
	/* font-weight: 700; */
}
.news-years li.past, .news-months li.past {
	color: #4D4D4D;
}
.news-row.past {
	color: #999;
}
.news-row.current {
	/*color: #C1A52D;*/
	font-weight: 700;
}
.news-title a {
	color: #333;
	text-decoration: underline;
}
.news-row.current .news-title a {
	/*color: #C1A52D;*/
}
.news-row.past .news-title a {
	color: #999;
}


/* MENU TABLE */

.menu-table {
	margin-bottom: 150px;
}
.menu-table table {
	width: 100%;
	table-layout: auto;
}
.menu-table th {
	width: 15%;
	padding: 55px 10px;
	color: #FFF;
	background: #C1A52D;
	background: -webkit-linear-gradient(top, #80621E 0%, #C1A52D 30%, #C1A52D 70%, #80621E 100%);
	background: -webkit-linear-gradient(top, #80621E 0%, #C1A52D 30%, #C1A52D 70%, #80621E 100%);
	background: linear-gradient(to bottom, #80621E 0%, #C1A52D 30%, #C1A52D 70%, #80621E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C1A52D', endColorstr='#80621E',GradientType=0 );
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.2em;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
.menu-table td {
	border: 2px solid #C1A52D;
	background-color: #FFF;
	font-size: 1.8em;
	line-height: 25px;
	vertical-align: top;
}
.menu-table td a {
	display: block;
	padding: 20px 10px 20px 40px;
	color: #333;
}
.menu-table td.middle a {
	padding-left: 70px;
}
.menu-table td.middle a.has-children {
	cursor: pointer;
}
.menu-table td a:hover, .menu-table td a.active {
	color: #FFF;
	background: #C1A52D;
}
.menu-table td:hover a.active {
	color: #333;
	background-color: transparent;
}
.menu-table td:hover a.active:hover {
	color: #FFF;
	background: #C1A52D;
}
.menu-table td.data {
	width: 29%;
}
.page-group {
	display: none;
}
.page-group.active {
	display: block;
}

.search-page-form {
	padding-bottom: 40px;
}
.search-page-count {
	margin-bottom: 20px;
}
.searchform input[type="text"] {
	padding: 5px;
	font-size: 1.6em;
}
.searchform input[type="submit"] {
	padding: 5px;
	margin-left: 5px;
	color: #FFF;
	background-color: #C1A52D;
	font-size: 1.6em;
}
.search-result {
	margin-bottom: 20px;
}


.page-buttons {
	display: block;
	text-align: center;
}
.page-button {
	display: inline-block;
	width: 20%;
	padding-bottom: 20%;
	height: 0;
	margin: 2%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}


p.visitors-date {
  margin-bottom: 37px;
}
.visitors-caption {
	margin-top: 10px;
	font-size: 1.6em;
	margin-bottom: 30px;
}
.visitors-entry .content-image img + img {
	margin-top: 30px;
}
.visitors-entry .content-image-multi-entries {
	margin-top: -60px;
	margin-bottom: 80px;
}

.pagination-text {
	text-align: center;
	clear: both;
	padding-top: 50px;
}
.pagination-text p {
	text-align: center;
}
.pagination-text br {
	display: none;
}
.postcard-pagination-link {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
}
.ppl-current {
	color: #999;
}

.content.content-single-news th,
.content.content-single-news td {
	border: 1px solid #C1A52D;
}


/* MAP */

.content-map {
	padding: 40px 30px 120px 30px;
}
.leaflet-container {
	font: inherit !important;
}
.leaflet-popup-content {
	width: 600px !important;
}
@media (max-width: 700px) {
	.leaflet-popup-content {
		width: 450px !important;
	}
}
@media (max-width: 600px) {
	.leaflet-popup-content {
		width: 350px !important;
	}
}
@media (max-width: 500px) {
	.leaflet-popup-content {
		width: 250px !important;
	}
}
@media (max-width: 400px) {
	.leaflet-popup-content {
		width: 200px !important;
	}
}
@media (max-width: 320px) {
	.leaflet-popup-content {
		width: 150px !important;
	}
}

@media (max-width: 900px) {
	.leaflet-container {
		height: 700px !important;
	}
}
@media (max-width: 800px) {
	.leaflet-container {
		height: 600px !important;
	}
}
@media (max-width: 600px) {
	.leaflet-container {
		height: 400px !important;
	}
}

.leaflet-popup-content img {
	width: 32%;
	padding: 0;
	border: 0;
}
.infobox-title, .umsMarkerTitle {
	font-family: inherit !important;
	font-size: 1.5em !important;
}
.ums_map_opts {
	position: relative;
}
.ums_map_opts .umsLeft {
	float: none !important;
	width: 100% !important;
}
.ums_map_opts .filterRight {
	position: absolute !important;
	float: none !important;
	left: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	max-width: 300px !important;
	height: auto !important;
	z-index: 1000 !important;
}
.ums_map_opts .filterRight .list-group-item {
	font-size: 1.4em !important;
}
.ums_map_opts .filterRight .treeview span.icon.check-icon {
	vertical-align: middle !important;
}
.list-group .list-group-item:last-child {
	background-color: #4A4B4C !important;
}


/* OVERSEAS TRIPS */

.trip-row {
	margin-bottom: 80px;
}
.trip-row-description {
	margin-bottom: 45px;
}
.trip-row-description p {
	line-height: 1.3;
}
.trip-entries {
	overflow: hidden;
}
.trip-entry {
	display: block;
	position: relative;
	float: left;
	width: 49.75%;
	margin: 0 0.5% 0.5% 0;
}
.trip-entry:nth-child(5n+3),
.trip-entry:nth-child(5n+4),
.trip-entry:nth-child(5n+5) {
	width: 33%;
}
.trip-entry:nth-child(5n+2),
.trip-entry:nth-child(5n+5) {
	margin-right: 0;
}
.trip-entry-image {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56%;
	background-color: #CCC;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.trip-entry-title {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 25px 20px 15px 20px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	color: #FFF;
	font-size: 2em;
	font-weight: 700;
	transition: all 0.3s ease-out;
}
.trip-entry:hover .trip-entry-title {
	padding: 25px 20px 23px 20px;
	transition: all 0.3s ease-in;
}

.trip-slider-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56%;
	margin-bottom: 80px;
}
.trip-description {
	max-width: 700px;
  margin: 0 auto;
}
.trip-description p {
  line-height: 1.4;
}


/* MAP */

.umsMapDetailsContainer {
	height: auto !important;
}
.world-map {
	position: relative;
}
.map-pin-photos {
	overflow: hidden;
}
.map-pin-photo {
	float: left;
	width: 50%;
	height: 0;
	padding-bottom: 37.5%;
	border: 2px solid #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.leaflet-container a.map-pin-more {
	display: block;
	width: 120px;
	padding: 5px 15px;
	margin: 10px auto 15px auto;
	font-size: 1.8em;
	color: #FFF;
	background-color: #3B6FA7;
	text-align: center;
	border-radius: 20px;
}
.map-title {
	float: left;
}
.map-button {
	display: inline-block;
	position: absolute;
  right: 20px;
  bottom: 40px;
	z-index: 1111;
	transition: all 0.2s ease-in-out;
}
.map-button span {
	display: inline-block;
	padding: 10px 15px;
  margin-top: 2px;
  color: #FFF;
  background-color: #3B6FA7;
  font-size: 1.8em;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	border-radius: 15px;
	transition: all 0.2s ease-in-out;
}
.map-button:hover {
	padding-bottom: 5px;
	transition: all 0.2s ease-in-out;
}
.map-button:hover span {
  box-shadow: 0 15px 10px rgba(0,0,0,0.1);
	transition: all 0.2s ease-in-out;
}
.world-map {
	clear: both;
}

.page-top-container {display:table;table-layout:auto;width:100%;margin-bottom:70px;}
.page-top-title {display:table-cell;vertical-align:middle;padding-right:10px;}
.page-top-link {display:table-cell;vertical-align:middle;text-align:right;}
.page-top-link a {color:#3B6FA7;font-size:2.2em;font-weight: 700;}

.page-top-link a.gold-btn {
  position: relative;
  display: inline-block;
  font-size: 2.4em;
  text-align: center;
  color: #fff;
  padding: 15px 20px;
  border: 0;
  background: #927a36;
  background: -webkit-gradient(linear, left top, left bottom, from(#c6b04b), to(#927a36));
  background: linear-gradient(top, #c6b04b 0%, #927a36 100%);
  background: -webkit-gradient(linear, left top, right top, from(#c6b04b), to(#927a36));
  background: linear-gradient(to right, #c6b04b 0%, #927a36 100%);
  z-index: 2;
}

.content-accordion { border: 2px solid #c1a52d; margin-bottom: 40px; }
.acc-topic {position:relative;cursor: pointer;padding:20px;}
.acc-topic h2 {font-size: 2.2em; font-weight: 600; margin-bottom: 0; }
.acc-details {display:none;padding:20px;}
.acc-details h2, .acc-details h3 { font-size: 2.2em; margin-bottom: 1em;}
.acc-details p {margin-bottom: 0.5em;}
.acc-topic.active h2, .acc-topic:hover h2 {color: #3B6FA7;}
.acc-topic:after {position:absolute;display:block;right:20px;top:27px;font-size:1.6em;line-height:1;content:'\25BC';color:#c1a52d;transition:all 0.3s ease-in-out;}
.acc-topic.active:after {-ms-transform:rotate(180deg);transform:rotate(180deg);top:22px;transition:all 0.3s ease-in-out;}