html {
	font-size: 10px;
}
html, body {
	position: relative;
	height: 100%;
}
body {
	background: #f6f6f6;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	color: #010101;
	margin: 0;
	padding: 0;
	padding-top: 63px;
	font-size: 16px;
}
/** {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}*/
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
textarea, input {
	outline: none;
}
h2 {
	margin: 0;
}
h4 {
	font-weight: normal;
}
ul {
	padding: 0;
	margin: 0;
}
.headline {
	border-bottom: 1px solid #eee;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.headline--centered {
	text-align: center;
}
/* BASE */
.cf:before, .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
.cf--row {
	margin-bottom: 50px;
}
.ex-container {
	background: #1d1d1d url(/jl-new/images/pattern.gif) repeat;
}
.playfair {
	font-family: 'Playfair Display', serif;
}
.gold {
	color: #d1c387;
}
.white {
	color: #ffffff;
}
.tint {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.7);
}
.tint-big {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.2);
}
.left {
	float: left;
}
.right {
	float: right;
}
.block {
	display: block!important;
}
.none {
	display: none;
}
.full-width {
	background: #FFFFFF;
}
.wrap {
	max-width: 1325px;
	margin: 0 auto;
	font-family: arial;
}
.wrap h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
}
.wrap p {
	text-transform: none;
	line-height: 1.5;
}
.wrap--base {
	margin-top: 45px;
	padding: 60px 60px 50px;
	position: relative;
	background: #fff;
}
.wrap--smaller {
	max-width: 1150px;
	margin-top: 45px;
	padding: 70px 75px 50px;
	position: relative;
	background: #fff;
}
.wrap--1280 {
	max-width: 1280px;
}
.wrap--lg-format-gallery{
	max-width: 900px;
}
.wrap--home::before {
	position: absolute;
	content: '';
	top: 20px;
	left: 60px;
	width: 1205px;
	height: 2px;
	background: #c6c6c6;
	display: none;
}
.wrap--margin {
	padding: 0 0 100px;
	margin: 0 auto;
}
.wrap--margin-more {
	padding: 70px 0 100px;
	margin: 0 auto;
}
.wrap__headline {
	margin: 0;
	padding: 30px 0 0;
	font-size: 4.5rem;
	text-transform: uppercase;
	display: block;
	font-family: 'Playfair Display', serif;
	color: #ffffff;
	position: relative;
	line-height: .8;
}
/*.wrap__headline--border:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 65px;
	height: 3px;
	background: #bea96a;
}*/
.wrap__headline--border-center {
	line-height: 1;
	font-size: 3.5rem;
}
.wrap__headline--in-body {
	color: #000000;
	padding: 30px 0 15px;
}
.wrap__headline--destination {
	padding: 45px 0 50px 30px;
	color: #000000;
}
.wrap__headline--destination:after {
	top: 20px;
	left: 30px;
}
.wrap__headline--destination--landing {
	color: #000;
	padding-bottom: 20px;
}
.wrap__headline--destination--landing:after {
	background: #000;
}
.grid-2-3 {
	width: 66%;
}
.grid-1-3 {
	width: 33%;
}
.flexed {
	flex: 1 1 auto;
}
.flexed.padded {
	padding: 20px;
}
.feed {
	max-width: 615px;
	float: left;
}
.main-column {
	flex: 0 1 835px;
	margin: 0 auto;
}

@media (max-width:1325px) {
.wrap--home::before {
	display: none;
}
.wrap--margin-more {
	padding-left: 20px;
	padding-right: 20px;
}
}

@media (max-width:915px) {
.wrap--margin-more {
	padding-top: 20px;
}
}

@media (max-width:1121px) and (min-width:769px) {
.feed {
	width: 55%;
	padding-left: 5%;
}
}

@media (max-width:768px) {
.feed {
	margin: 0 auto;
	float: none;
}
}

@media (max-width:500px) {
.wrap--base, .wrap--smaller {
	padding-left: 25px;
	padding-right: 25px;
}
}
@media (max-width:400px) {
.wrap--base, .wrap--smaller {
	padding-left: 10px;
	padding-right: 10px;
}
}
/* END BASE */
/* AD */
.ad-container {
	text-align: center;
}
.ad-container-top {
	margin: 0 0 2px;
	padding-bottom: 25px;
	background-color: #000000;
}
.ad--top {
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 0px;
}

@media (max-width: 970px) {
.ad-container--desktop {
	display: none;
}
}

@media (max-width: 730px) {
	.hide-728 {
		display: none;
	}
	.footer__map a {
		font-size: 24px;
		padding-top: 5px;
	}
	.article__content p {
		font-size:2.6em;
	}
}
/* HEADER */
header {
	background: #000;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 0;
}
header .header__left {
/* line-height: 56px; */
}
header .header__right {
	position: absolute;
	top: 0;
	right: 8px;
}
.header__logo {
	display: inline-block;
	font-size: 3.5rem;
	color: #fff;
	font-weight: normal;
	margin: 15px 15px 0 20px;
}
.header__logo a {
	color: #fff;
}
.header__logo span {
	color: #d1c387;
}
.header__nav {
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	border-left: 1px #4a4a4a solid;
}
.header__main-nav {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header__section-nav {
	display: none;
	margin: 0;
	padding: 0;
}
.header__section-nav span {
	color: #fff;
}
.header__nav .header__main-links {
	text-transform: capitalize;
	font-size: 1.5rem;
	display: inline-block;
	line-height: 63px;
	color: #fff;
}
.header__nav a {
	color: #fff;
	line-height: 63px;
	display: inline-block;
	padding: 0 10px;
}
.header__nav a:hover {
	color: #d1c387;
}
.header__social {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: top;
	margin-right: 15px;
	margin-top: 23px;
}
.header__social li {
	display: inline-block;
	margin-right: 15px;
}
.header__channels {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.channels__title {
	background: #1D1D1D url(/jl-new/images/downarrow.png) no-repeat 90% center;
	padding: 0 45px 0 15px;
	line-height: 63px;
	vertical-align: top;
	cursor: pointer;
	display: inline-block;
	color: #d1c387;
	font-size: 1.8rem;
	z-index: 4;
	position: relative;
	width: 180px;
}
.uparrow {
	background-image: url(/jl-new/images/uparrow.png)!important;
}
.channels__submenu {
	-webkit-transform: translateY(-172px);
	transform: translateY(-172px);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	left: 0;
	background-color: #fff;
	z-index: 3;
	width: 180px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	display: none;
}
.translateInitial {
	-webkit-transform: translateY(0px)!important;
	transform: translateY(0px)!important;
	display: block;
}
.channels__submenu li {
	padding: 0px;
	border-bottom: 2px solid #000;
}
.channels__submenu li:hover {
	background: #e5e5e5;
}
.header__search {
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	background: #0d0d0d;
}
.header__search img {
	display: block;
	padding: 22px 24px;
	margin: 0 auto;
	float: left;
}
.header__search div {
	display: none;
	float: left;
}
.header__search input[type="search"] {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	margin: 15px 0 0 10px;
	padding: 6px 0 3px;
}
.header__user {
	display: inline-block;
	display: none;
	cursor: pointer;
	margin-right: 8px;
}
.header__mobile-icon {
	display: none;
	float: left;
}
.header__mobile-icon--desktop {
	display: block;
}
.submenu {
	visibility: hidden;
	position: absolute;
	z-index: 4;
	top: -2000px;
	left: 0;
	right: 0;
	width: 100%;
	background: #ffffff;
	opacity: 0;
	transition: visibility 0s, opacity 0.2s linear;
	-webkit-transition: visibility 0s, opacity 0.2s linear;
}
.header__main-links a:hover + .submenu {
	visibility: visible;
	opacity: 1;
	top: 63px;
	left: 0;
	right: 0;
}
.submenu:hover {
	visibility: visible;
	opacity: 1;
	top: 63px;
	left: 0;
	right: 0;
}
/*
@media (max-width: 1600px) {
	.header__main-links a:hover + .submenu {
		top: 100px;
	}
	.submenu:hover {
		top: 100px;
	}
}
*/
.submenu__container {
	max-width: 1730px;
	margin: 30px auto 35px;
	font-family: 'Playfair Display', serif;
}
.submenu h6 {
	border-bottom: 3px solid #000;
	text-transform: uppercase;
	color: #000;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.submenu__navigation {
	width: 250px;
	float: left;
	margin: 0 50px 0 0;
	padding: 0;
	list-style: none;
}
.submenu__navigation li {
	display: block;
	border-bottom: 1px solid #000;
}
.submenu__navigation a {
	color: #000;
	text-decoration: none;
	font-size: 1.3em;
	display: block;
	line-height: 2;
	background: url(/jl-new/images/black-arrow-right.png) no-repeat right center;
	padding-left: 10px;
}
.submenu__posts {
	float: left;
	max-width: 1430px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.submenu__posts li {
	float: left;
	width: 325px;
}
.submenu__posts li:not(.submenu__posts--last) {
	margin-right: 30px;
}
a.submenu__posts-text {
	color: #000;
	font-size: 1.25em;
	line-height: 1.35;
	margin: 0 10px;
	display: block;
}
.submenu__category {
	font-size: .75em;
	color: #1b1b1b;
	text-transform: uppercase;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-weight: bold;
	margin: 13px 10px;
}
.submenu__category span {
	color: #a6994d;
}
.mobile-activate {
	background: #1D1D1D;
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
	display: none;
	width: 44px;
	height: 44px;
}
.mobile-activate--desktop {
	display: block;
	width: 63px;
	height: 63px;
}
.mobile-activate:before {
	content: '';
	background: #fff;
	width: 60%;
	height: 4px;
	display: block;
	margin: 12px auto 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.mobile-activate--desktop:before {
	margin-top: 20px;
}
.mobile-activate span {
	background: #fff;
	width: 60%;
	height: 4px;
	display: block;
	margin: 5px auto 0;
	opacity: 1;
	transition: all .2s;
}
.mobile-activate:after {
	content: '';
	background: #fff;
	width: 60%;
	height: 4px;
	display: block;
	margin: 5px auto 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.toggle-nav-active span {
	opacity: 0;
}
.toggle-nav-active:before {
	transform: rotate(45deg) translate(8px, 6px);
}
.toggle-nav-active:after {
	transform: rotate(-45deg) translate(7px, -5px);
}
/* FOR MOBILE NAV */
.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.canvas {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.show-nav .canvas {
	width: 100%;
}
.show-mobile.menu {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
}
.menu {
	width: 240px;
	height: 100%;
	position: fixed;
	top: 40px;
	background: #111111;
	border-right: 5px solid #0b0b0b;
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-webkit-transform: translate3d(-240px, 0, 0);
	transform: translate3d(-240px, 0, 0);
	z-index: 2;
}
.menu .toggle-nav {
	display: block;
	color: #999999;
	font-size: 1em;
	background: #1a1a1a;
	width: 20%;
	line-height: 2;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	float: right;
	margin-top: 10px;
}
.mobile-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Roboto', sans-serif;
	color: #cccccc;
	font-weight: 300;
}
.mobile-search {
	background-color: #212121;
	display: block;
	width: 100%;
}
.mobile-search form {
	display: inline-block;
	max-width: 180px;
}
.mobile-search img {
	padding: 10px 10px 0 10px;
	float: right;
	margin-top: 5px;
}
.mobile-navigation input[type="search"] {
	border: 0;
	line-height: 3;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	background: transparent;
}
.mobile-navigation__link {
	color: #fff;
	font-size: .875em;
	cursor: pointer;
	line-height: 3;
	border-bottom: 1px solid #252525;
}
.mobile-navigation__parent {
	background: url(/jl-new/images/downarrow.png) no-repeat 95% center;
	padding: 0 0 0 10px;
}
.mobile-navigation__parent:hover {
	background: url(/jl-new/images/downarrow.png) no-repeat 95% center, #222;
}
.mobile-navigation__link a {
	color: #fff;
	line-height: 3;
	display: block;
	padding: 0 0 0 10px;
}
.mobile-navigation__link .header__logo {
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
}
.mobile-navigation__link .header__logo a {
	line-height: 2;
}
.mobile-navigation__sub-navigation {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #212121;
}
.mobile-navigation__sub-navigation a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	line-height: 2.5;
	font-size: 13px;
	display: block;
	border-bottom: 1px solid #666;
}
.mobile-navigation__sub-navigation a:hover {
	background: #111111
}

/* end MOBILE NAV */

/*for sticky ad on desktop only if there is a right column */
/*
@media (min-width:1086px) {

	.wrapper{
		overflow:visible;
	}
	#article-sidebar{
		min-height: 5000px; 
	}

}
*/

@media (max-width:1745px) {
.submenu__posts li, .submenu__posts li:not(.submenu__posts--last) {
	width: 25%;
	margin-right: 0;
}
.submenu__navigation {
	width: 13%;
	margin-right: 2%;
}
.submenu__posts {
	width: 85%
}
/*
	.submenu__posts li:nth-child(4) {
		display: none;
	}
	.submenu__posts li:nth-child(3) {
		margin: 0;
	}
	*/
}

/* Removed 21-02-05 
@media (max-width: 1600px) {
	.header__nav {
		display: block;
		background-color: #000;
	}
}
*/

@media (max-width:1456px) {
.submenu__posts li:nth-child(3) {
	display: none;
}
.submenu__posts li, .submenu__posts li:not(.submenu__posts--last) {
	width: initial;
	max-width: 310px;
	margin-right: 2rem;
}
}

@media (max-width:1164px) {
.submenu__posts li:nth-child(2) {
	display: none;
}
}

@media (min-width:1438px) {
.menu--desktop {
	top: 65px;
}
}

@media (max-width:1438px) {
.menu--desktop {
	top: 124px;
}
body {
	padding-top: 113px;
}
.header__main-nav {
	display: block;
}
.header__main-links {
	/* width: 6%; */
	text-align: center;
}
.header__main-links--text {
	width: initial;
}
.submenu {
	/*top: 108px;*/
	text-align: left;
}
}

@media (max-width:1145px) {
.header__logo {
	margin-top: 5px;
	margin-bottom: 10px;
}
.header__nav {
	margin-top: 0;
}
.header__social {
	margin-top: 12px;
}
.header__search {
	height: auto;
}
.header__search img {
	padding: 11px 13px 10px;
}
.header__search input[type="search"] {
	margin-top: 0;
}
.header__user {
	width: 44px;
	height: auto;
}
.header__channels .channels__title {
	font-size: 1.5rem;
	padding: 0 25px 0 15px;
	line-height: 40px;
	background-size: 7px;
}
.channels__submenu {
	top: 40px;
	-webkit-transform: translateY(-164px);
	transform: translateY(-164px);
	font-size: 75%;
}
.mobile-activate--desktop {
	width: 44px;
	height: 44px;
}
.mobile-activate--desktop:before {
	margin-top: 12px;
}
}
@media (max-width: 991px) {
	.header__nav a {
		font-size: 12px;
	}
}
@media (max-width:840px) {
.menu--desktop {
	top: 44px;
}
body {
	padding-top: 40px;
}
.header .left {
	width: 100%;
	margin-top: 45px;
}
.header__left .header__logo {
	display: block;
	float: left;
	margin: 5px;
}
.header__nav {
	float: right;
	margin: 0 15px 0 0;
}
.header__nav .header__main-nav {
	display: none;
}
.header__mobile-icon {
	display: block;
	margin: 0 auto;
}
.mobile-activate {
	display: block;
}
.header__search {
	display: none;
}
}

@media (max-width:710px) {
.header__social {
	display: none;
}
}

@media (max-width:550px) {
.header__channels {
	display: none;
}
}
/* END HEADER */
/* FOOTER */
.footer__community {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	display: inline;
	position: relative;
	text-align: left;
	font-size: 1.3rem;
	color: #998632;
	margin: 20px 0 15px;
}
.footer-community {
	margin: 9px 0;
}
.footer-community a {
	color: #998632;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
.footer-community img {
	width: 15px
}
.footer-main {
	background: rgba(0, 0, 0, 0.8);
	padding: 35px 0 30px;
}
.footer__copyright {
	float: left;
	color: #999999;
	font-size: 1.1rem;
	line-height: 1.7;
	padding: 10px 10px 10px 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #464646;
}
.footer__copyright .footer__copyright-link {
	font-weight: normal;
	color: #ffffff;
}
.footer__copyright a {
	color: #998632;
}
.footer__map {
	list-style: none;
	float: left;
	font-size: 1.1rem;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	margin-left: 80px;
}
.footer__map li {
	margin: 0 0 8px;
}
.footer__map a {
	color: #bababa;
	font-size: 13px;
}
.footer__newsletter span {
	display: inline-block;
	font-size: 1.1rem;
	color: #fff;
	margin-right: 15px;
}
.footer__newsletter form {
	display: inline-block;
}
.footer__newsletter input[type="email"] {
	display: inline-block;
	font-size: 1.1rem;
	border: 0;
	padding: 0 0 0 15px;
	line-height: 28px;
	width: 150px;
	vertical-align: top;
}
.footer__newsletter input[type="submit"] {
	display: inline-block;
	background: #998632;
	border: 0;
	color: #fff;
	line-height: 28px;
	padding: 0 18px;
}
.footer__social {
	float: right;
	clear: both;
	margin-top: 10px;
}
.footer__social span {
	font-size: 1.1rem;
	display: inline-block;
	color: #ffffff;
	margin-right: 15px;
}
.footer__social ul {
	list-style: none;
	margin: 0;
	display: inline-block;
	padding: 0;
}
.footer__social li {
	margin-right: 20px;
	display: inline-block;
}
.footer__social li:last-child {
	margin-right: 0px;
}
.footer-sub {
	background: rgba(0, 0, 0, 0.6);
	padding: 12px 0;
}
.footer-sub .right img {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
}
.footer-sub span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 1.1rem;
}
.media-partners {
	margin-right: 5px;
}
.footer-community {
	margin-left: 5px
}
.footer-flex {
	display: flex;
	flex-wrap: wrap;
}
.footer-flex--space {
	justify-content: space-around;
}
.footer-flex--border {
	border-bottom: 4px solid #2a2f32;
	padding: 0 0 60px;
	margin: 0 0 45px;
	position: relative;
}
.footer-flex--border:after {
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -35px;
	background: #FFF;
	height: 4px;
	width: 70px;
	content: '';
}
.footer__call-outs {
	text-align: center;
	flex: 0 1 50%;
}
.footer__call-outs p {
	font-size: 1.6rem;
	color: #fff;
}
.footer__call-outs a {
	font-size: 1.6rem;
	color: #998637;
	display: block;
	text-transform: uppercase;
}
.footer-column {
	flex: 0 0 auto;
}
.footer-column .header__logo {
	margin: -10px 0 10px;
	line-height: 0;
}
.footer-column .footer__social {
	float: none;
	margin: 0;
	padding: 0;
}
.footer-column .footer__social li {
	margin-right: 5px;
}
.footer-link {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 1.4rem;
	margin: 0 0 12px;
	opacity: .7;
}

@media (max-width:1000px) {
.footer-main {
	padding: 35px 20px 30px;
}
.footer__newsletter span {
	display: block;
	margin: 0 0 10px;
}
.footer__map {
	margin-right: 20px;
}
.footer__copyright {
	padding-right: 20px;
	margin-right: 20px;
}
}

@media (max-width:768px) {
.footer__copyright {
	float: none;
	border: 0;
}
}

@media (max-width:482px) {
.footer__copyright {
	display: none;
}
ul.footer__map.footer__map--highlight {
	margin-bottom: 20px;
}
.right {
	float: left;
	clear: both;
}
.footer__social {
	float: none;
}
}
/* END footer */
/* Start Sidebar */
.sidebar {
	float: right;
	max-width: 300px;
}
.s-ad {
	margin-bottom: 50px;
}
.recent-article {
	background: #f6f6f6;
	text-align: center;
	padding: 0 0 40px;
}
.recent-article h3 {
	color: #333333;
	font-family: 'Playfair Display', serif;
	font-size: 1.8rem;
	margin: 20px 0 0;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #998632;
	display: inline-block;
}
.recent-article__article {
	max-width: 250px;
	margin: 0 auto;
	background-image: url(/jl-new/images/linesep-recentart.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	/*border-bottom: 1px solid #d5d5d5;*/
	padding: 25px 0 25px;
}
.recent-article__article img {
	margin-bottom: 15px;
}
.recent-article__article h2 {
	font-family: 'Playfair Display', serif;
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 0;
}
.recent-article__article a {
	color: #333333;
}
.sidebar__widget {
	text-align: center;
}

@media (max-width:1121px) and (min-width:769px) {
.sidebar {
	width: 40%;
	padding-left: 5%;
}
}

@media (max-width:768px) {
.sidebar {
	margin: 0 auto;
	float: none;
}
}
/* End Sidebar */
/*SLIDER*/
.article-banner {
	width: 100%;
	height: 425px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.article-banner__image {
	width: 100%;
	position: absolute;
	top: -25%;
	left: 0;
	z-index: -1;
}
.article-banner__content {
	position: relative;
	z-index: 3;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.4);
	padding: 25px 115px 45px;
	text-align: center;
}
.article-banner__category {
	display: block;
	color: #d1c387;
	text-transform: uppercase;
	font-size: 1.6rem;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 0 0 10px;
}
.article-banner__title {
	max-width: 730px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.25;
	font-size: 3.5rem;
	margin: 0;
	text-transform: capitalize;
}
.article-banner__title a {
	color: #fff;
}

@media (max-width: 1600px) {
.article-banner__image {
	top: 0;
}
}

@media (max-width: 1100px) {
.article-banner {
	height: 400px;
}
.article-banner__title {
	max-width: 500px;
	font-size: 2.5rem;
}
}

@media (max-width: 875px) {
.article-banner {
	height: 350px;
}
.article-banner__content {
	padding: 25px 15px 25px;
}
.article-banner__category {
	font-size: 1.2rem;
}
.article-banner__title {
	max-width: 400px;
	font-size: 2rem;
}
}

@media (max-width: 875px) {
.article-banner {
	height: 250px;
}
}

@media (max-width: 550px) {
.article-banner {
	height: 200px;
}
.article-banner__title {
	max-width: 300px;
	font-size: 1.75rem;
}
}

@media (max-width: 420px) {
.article-banner {
	height: initial;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.article-banner__content {
	border: none;
	background: none;
	padding: 70px 40px;
}
.article-banner__title {
	font-size: 1.8rem;
}
}
/* End Slider */
/* Featured-articles */
.featured-articles {
	border-bottom: 2px solid #f5f5f5;
	margin: 0 0 100px;
	max-width: 1925px;
	margin: 0 auto;
}
.featured-articles__block {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	float: left;
	height: 313px;
	width: 20%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: background-size 2s ease-in;
	-moz-transition: background-size 2s ease-in;
	-ms-transition: background-size 2s ease-in;
	-o-transition: background-size 2s ease-in;
	-webkit-transition: background-size 2s ease-in;
	border-right: 1px #b3b3b3 solid;
    border-top: 1px #b3b3b3 solid;
}
.featured-articles__block:last-child {
	border-right: 0;
}
.featured-articles__block
.featured-articles__block:hover .featured-articles__title a {
	color: #d1c387;
}
.featured-articles__content {
	text-align: center;
	padding: 0 20px 0;
	position: relative;
	z-index: 3;
}
.featured-articles__category {
	display: block;
	color: #d1c387;
	text-transform: uppercase;
	font-size: 1.6rem;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 0;
}
.featured-articles__title {
	max-width: 730px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-size: 2.2rem;
	margin: 0;
	text-transform: capitalize;
}
a .tint {
	-webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}
a:hover .tint {
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.featured-articles__title a {
	color: #fff;
	line-height: 1.25;
}

@media screen and (max-width:1535px) {
.featured-articles__content {
	padding: 0px 10px;
}
}

@media (max-width: 1155px) and (min-width:691px) {
.featured-articles__block {
	width: 33.33%;
	height: 200px;
}
.featured-articles__block:nth-child(4), .featured-articles__block:nth-child(2) {
	width: 50%;
}
}

@media (max-width: 690px) {
.featured-articles__block {
	width: 50%;
	height: 200px;
}
.featured-articles__block:nth-child(10) {
	width: 100%;
}
.featured-articles__content {
	padding: 0px 10px;
}
.featured-articles__category {
	font-size: 1.2rem;
}
.featured-articles__title {
	font-size: 1.8rem;
}
}

@media (max-width: 480px) {
.featured-articles__block {
	width: 100%;
}
}
/* End Featured-articles */
/* Start Card */
.featured-video {
	position: relative;
	margin-bottom: 60px;
}
.featured-video__container {
	float: left;
}
.featured-video__content {
	float: right;
	width: 380px;
	background: #f6f6f6;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 50px 45px 0 30px;
}
.featured-video__content h6 {
	font-size: 1.5em;
	font-weight: normal;
	font-family: 'Playfair Display', serif;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.featured-video__content h2 {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	line-height: 1.3;
	margin: 0 0 15px;
}
.featured-video__content h2 a {
	color: #333;
}
.video-duration {
	font-size: .65em;
	color: #998632;
	text-transform: uppercase;
	display: block;
	margin: 0 0 20px;
}
.featured-video__content p {
	color: #666;
	font-size: 1em;
	line-height: 1.5;
}

@media (max-width:1300px) {
.featured-video__container {
	width: 60%;
}
.featured-video__content {
	position: relative;
	width: 40%;
	padding-left: 20px;
	padding-right: 20px;
}
}

@media (max-width:1000px) {
.featured-video__container {
	max-width: 792px;
	width: 100%;
}
.featured-video__content {
	position: relative;
	max-width: 792px;
	width: 100%;
}
}
.filter-header {
	border-bottom: 1px solid #c6c6c6;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 45px;
	padding-bottom: 12px;
}
.filter-header h3 {
	white-space: nowrap;
	flex-grow: 1;
	font-size: 4.1rem;
	margin: 0;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
}
.filter-widget label {
	font-size: .75em;
}
.customSelect {
	white-space: nowrap;
	display: inline-block;
	border: 1px solid #c7c7c7;
	padding: 7px 25px 7px 10px;
	min-width: 175px;
	font-size: .75em;
	background: #fff url(/jl-new/images/downarrow-black.png) no-repeat 91% center;
}
.card__video-image {
	clear: both;
	position: relative;
}
.card__video-image {
	clear: both;
	position: relative;
}
.card__video-image .tint {
	background: rgba(0, 0, 0, 0.5) url(/jl-new/images/card__video-image.png) no-repeat center;
}
.card--brand .card__content {
	background: #e0dccd;
}
.card__category {
    float: right;
    display: block;
    text-transform: uppercase;
    font-size: 1.4rem;
    clear: both;
    margin-bottom: 2px;
    color: #333;
    font-weight: normal;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    /* font-size: 16px; */
}
.card.one-fourth img {
	border: 1px solid #f6f6f6;
}
.card__category a {
	color: #998632;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    
    color: #AC9F66;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}
.card__category-sub {
	color: #AC9F66;
}
.card__category-sub a {
	color: #AC9F66;
}
.card__category--ll {
	font-family: Futura, Trebuchet MS, "century gothic", Arial, sans-serif;
	text-transform: inherit;
}
.card__category--ll b {
	font-wight: normal;
	color: #b4aa6d;
}
.card__category--alternate {
	float: none;
	color: #b4aa6d;
}
.card__offlink {
	float: right;
	display: block;
	clear: both;
	margin-bottom: 2px;
	display: none;
}
.card__content {
	/*background: #f6f6f6;*/
	padding: 15px 25px 15px;
	min-height: 200px;
	position: relative;
}
.card__content--nomin {
	min-height: inherit;
}
.card__content--noheight {
	height: auto;
}
.card__content--cityguide {
	padding: 0 0 25px;
	background: #fff url(/jl-new/images/cityguide-cardbg.png) repeat 100% center;
	height: 220px;
}

@media (max-width: 768px) {
.flex-center-mobile {
	justify-content: center!important;
}
}
.card__content--column {
	background: none;
	flex: 1 0 500px;
	height: 178px;
	padding: 0 0 0 10px;
}
.card__content--column-listing {
	height: auto;
}
.card__sub-content {
	background: #ffffff;
	padding: 10px 7px 25px;
}
.card__content .card__sub-content {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.card__content .card__sub-content p a {
	font-family: arial;
}
.card__image {
	display: block;
	-webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}
a:hover .card__image {
	opacity: 0.8;
	-webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}

.card__author {
    font-size: 1.2rem;
    /* text-transform: capitalize; */
    /* color: #998632; */
    display: block;
    margin: 0 0 15px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    /* font-size: 16px; */
    color: #777777;
    /* line-height: 20px; */
    font-style: normal;
    font-weight: 300;
    /* text-transform: uppercase; */
}
.card__content h2 a {
    font-size: 2.8rem;
	-webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	margin-bottom: 20px!important;
    display: block;
}
.card__content h2 a:hover {
    color: #AC9F66;
	-webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.card__city {
	background: #333;
	font-family: 'Playfair Display', serif;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	float: right;
	clear: both;
	font-size: 1.4rem;
	padding: 15px 25px 10px;
}
.card__city--position {
	float: none;
	position: absolute;
	top: -15px;
	padding: 23px 20px 20px;
}
.card__city--position span {
	position: relative;
}
.card__city--position span:before {
	position: absolute;
	top: -8px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #FFF;
	content: '';
}
.card__author--cityguide {
	padding: 0 10px 5px 0;
	border-bottom: 1px solid #d5d5d5;
	color: #484d50;
	text-transform: capitalize;
	margin: 30px 0 15px 15px;
	clear: both;
	display: inline-block;
}
.card__content .card__author--cityguide a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #666666;
}
.card__author--cityguide-landing {
	float: right;
	margin: 5px 15px 0 0;
	border: none;
	padding: 0;
}
.card__headline {
	font-size: 2rem;
	text-transform: capitalize;
	margin: 0 0 15px;
	line-height: 1.35;
}
.card__headline--cityguide {
	line-height: 1.15;
	padding: 0 25px 0 25px;
	margin-bottom: 15px;
}
.card__headline--cityguide-landing {
	clear: both;
	padding: 40px 20px 0 20px;
}
.card__headline--bottom-border {
	position: relative;
	padding-bottom: 10px;
	margin: 0 0 10px;
	line-height: 1;
}
.card__headline--bottom-border:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 55px;
	height: 2px;
	content: '';
	background: #000;
}
.card__content a {
	color: #000000;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	line-height: 1.3;
}
.card__content p {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 1px;
}
.card__share {
	margin: 20px 0 0;
}
.card__share a {
	display: inline-block;
}
.card.one-third {
	width: 385px;
}
.card.two-third {
	width: 795px;
}
.card.one-fourth {
	width: 280px;
}
.card.one-fifth {
	width: 18%;
}
.card--460 {
	max-width: 460px;
	width: 100%;
}
.card--row {
	background: #f9f9f9;
	padding: 11px 21px 11px 21px;
	margin-bottom: 20px;
}
.wrap--smaller .card.one-fourth {
	width: 231px;
}
.card--circle {
	padding: 0 25px;
}
.card--circle .card__content {
	background: none;
	padding: 0;
}
.card--circle .card__category {
	float: left;
	margin-bottom: 10px;
}
.card--circle .card__image {
	display: block;
	clear: both;
	-webkit-clip-path: circle(50px at center);
	-moz-clip-path: circle(50px at center);
	clip-path: circle(50px at center);
	margin-bottom: 5px;
}
.card--centered {
	text-align: center;
}
.card--centered .card__category {
	float: none;
}
.card--centered .card__image {
	margin: 0 auto 5px;
}
.card--centered h2 {
	margin: 0 0 5px;
}
.card--centered span {
	font-size: 1.4rem;
}
.img-overlay {
	height: 400px;
	background-size: cover;
	padding: 0 10px 20px;
	display: flex;
	width: 100%;
	align-items: flex-end;
}
.img-overlay .card__content {
	height: initial;
	overflow: hidden;
}
.img-overlay .card__content h2 {
	height: initial;
	margin-bottom: 0px;
	font-size: 1.7rem;
}

@media (max-width:1325px) {
.card.one-third {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 31%;
	-ms-flex: 0 1 31%;
	flex: 0 1 31%;
}
.card__content {
	height: auto;
}
.card__content--column {
	height: 178px;
}
.card__content--column-listing {
	height: auto;
}
.card.two-third {
	width: 66%;
}
.card.one-fourth, .wrap--smaller .card.one-fourth {
	width: 22%;
}
}

@media (max-width:915px) {
.flex--row {
	flex-wrap: wrap;
}
.flex--space-between {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.card.one-third {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 385px;
	-ms-flex: 0 0 385px;
	flex: 0 0 385px;
	margin-bottom: 25px;
}
.card.two-third {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 25px;
}
.card.one-fourth, .wrap--smaller .card.one-fourth {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 280px;
	-ms-flex: 0 1 280px;
	flex: 0 1 280px;
	margin: 0 25px 25px;
}
}

@media (max-width:960px) {
.card.one-fifth {
	width: 100%;
	height: 400px;
	float: left
}
.card.one-fifth img {
	margin: 0 auto;
	display: block;
}
.card.one-fifth {
	text-align: center;
}
}

@media (max-width:768px) {
.card--460.flex-grow {
	flex: 0 0 auto;
}
.card.one-third {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.card.one-fourth, .wrap--smaller .card.one-fourth {
	margin: 10px auto;
}
}

@media (max-width:1200px) {
.best-hotels h3 a {
	font-size: 22px!important;
	line-height: 24px!important;
}
}

@media (max-width:915px) and (min-width:600px) {
.wrap--smaller .card.one-fourth {
	width: 37%;
	margin: 0 6% 25px;
}
}

@media (max-width:505px) {
.card__content p {
	font-size: 1.2rem;
}
.card__city--position {
	position: relative;
	top: 0;
	padding: 20px 10px 10px;
}
.card__headline--cityguide-landing {
	padding: 10px 20px 0 20px;
}
}

@media (max-width:340px) {
.card__content p {
	display: none;
}
.card.one-third {
	-webkit-flex: 0 0 300px;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
}
}
.card--last {
	margin-right: 0;
}

@media (max-width:600px) {
.wrap--smaller .card.one-fourth {
	width: 280px;
	margin: 0 auto 25px;
	float: none;
}
}
/* End Card */

/* Start article-overlay */
.article-overlay {
	position: relative;
}
.article-overlay__title {
	position: absolute;
	bottom: 10px;
	left: 5%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.8);
	width: 90%;
	padding: 15px 12px;
	margin: 0;
	line-height: 1.5;
	font-size: 1.7rem;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
}
.article-overlay__title a {
	color: #fff;
}
.article-overlay__title--subtitle {
	width: 100%;
	left: 0%;
	color: #ffffff;
	text-align: center;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.article-overlay__subtitle {
	display: block;
	font-size: 1rem;
	letter-spacing: 1px;
	margin-top: 10px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

@media (max-width:1050px) {
.article-overlay__title {
	font-size: 1.4rem;
}
}

@media (max-width:915px) {
.article-overlay img {
	width: 100%;
}
}
/* End article-overlay */

/* Start Category Header */
.category-header {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.category-header h3 {
	white-space: nowrap;
	flex-grow: 1;
	font-size: 3.8rem;
	margin: 0;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	border-bottom: 1px solid #c6c6c6;
}
@media (max-width: 600px) {
	.category-header h3 {
		white-space: normal;
		font-size: 3rem;
	}
}
.category-header h3 span {
	display: inline-block;
	font-size: 20px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	padding-left: 10px;
}
.category-header h3 span.category-header__subtitle {
	font-family: 'Playfair Display', serif;
	color: #606060;
	font-style: italic;
	font-size: 3.2rem;
	padding-left: 0px;
}
.category-header h3 span span {
	color: #AC9F66;
	display: inline-block;
	padding: 0
}

@media (max-width:915px) {
.category-header h3 span {
	display: none
}
}
.category-header a {
	white-space: nowrap;
	color: #998632;
	font-size: 1.2rem;
	display: block;
	margin: 0 0 0 5px;
}
.category-header--extra h3 {
	border-bottom: 0;
}
.category-header--extra p {
	font-size: 1.3rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	flex-grow: 2;
	margin: 0;
}
/* End Category Header */
/* Start ad-container */
.ad-container.one-fourth {
	width: 300px;
	float: left;
}

@media (max-width:1325px) {
.ad-container.one-fourth {
	width: 22%;
}
}

@media (max-width:915px) and (min-width:505px) {
.ad-container.one-fourth {
	width: 48%;
	margin-bottom: 25px;
}
}

@media (max-width:505px) {
.ad-container.one-fourth {
	width: 100%;
	margin-bottom: 25px;
}
}
/* End ad-container */
/* Start article-list */
.article-list.one-fourth {
	width: 280px;
	float: left;
}
.article-list ul {
	list-style: none;
	padding: 20px 12px 0;
	margin: 0;
	border: 3px solid #f6f6f6;
	overflow: hidden;
	font-family: 'Playfair Display', serif;
}
.article-list ul li {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px dotted #000;
}
.article-list ul li:last-child {
	padding: 0 0 15px;
	margin: 0;
	border-bottom: none;
}
.article-list ul a {
	color: #000;
	font-weight: 400;
	font-size: 1.9rem;
	line-height: 1.43
}
.opentable-widget {
	width: 280px;
	float: left;
	padding: 20px 12px 20px;
	margin: 0;
	border: 3px solid #f6f6f6;
	overflow: hidden;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
.ow-header {
	padding-bottom: 1em;
	margin-bottom: 1.25em;
	border-bottom: dashed 1px #acacac;
	font-family: 'Playfair Display', serif;
}
.ow-header span {
	font-size: 2rem;
	margin-bottom: .5em;
	display: block;
	text-transform: uppercase;
}
.ow-header h5 {
	font-size: 1.6rem;
	margin: 0;
	color: #998632;
	font-weight: normal;
}
.opentable-widget form {
	max-width: 230px;
}
.opentable-widget .customSelect {
	background-color: #000;
	color: #fff;
	width: 100%;
	font-size: 1.2rem;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.opentable-widget input[type="text"] {
	width: 100%;
	margin-bottom: 30px;
	font-size: 1.2rem;
	color: #666666;
	border: 1px solid #e6e6e6;
	padding: 10px;
}
.opentable-widget input[type="button"] {
	background-color: #000;
	color: #fff;
	float: right;
	width: 120px;
	text-align: center;
	font-size: 1.1rem;
	padding: 10px 0;
	border: 0;
	margin-bottom: 75px;
}
.ow-brand {
	display: block;
}

@media (max-width:1325px) {
.article-list.one-fourth {
	width: 22%;
}
}

@media (max-width:915px) and (min-width:505px) {
.article-list.one-fourth {
	width: 100%;
	margin-bottom: 25px;
}
}

@media (max-width:505px) {
.article-list.one-fourth {
	width: 100%;
	margin-bottom: 25px;
}
}
/* End article-list */
/* Start load-more */
.load-more {
	text-align: center;
	position: relative;
	cursor: pointer;
	padding-bottom: 40px;
}
.load-more:before {
	position: absolute;
	z-index: 1;
	top: 14px;
	left: 0;
	content: '';/*background: #c6c6c6;
	height: 1px;
	width: 37%;*/
}
.load-more:after {
	position: absolute;
	z-index: 1;
	top: 14px;
	right: 0;
	content: '';/*background: #c6c6c6;
	height: 1px;
	width: 37%;*/
}
.load-more span {
	background: #fff url(/jl-new/images/load-icon.png) no-repeat center right;
	font-size: 2.5rem;
	font-family: 'Playfair Display', serif;
	cursor: pointer;
	display: inline-block;
	padding: 0 35px;
	position: relative;
	z-index: 2;
	color: #b7b7b7;
}
/* End load-more */
/* Start video-scroller */
.video-scroller {
	width: 310px;
	float: left;
	padding: 35px 0 0;
}
.video-scroller h4 {
	font-size: 2.5rem;
	color: #ad9f51;
	margin: 0 0 25px;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
}
.video-scroller-container {
	float: right;
	width: 860px;
}
.video-scroller__post {
	position: relative;
	float: left;
	clear: both;
}
.video-scroller__post img {
	position: relative;
	display: block;
	z-index: 1;
}
.video-scroller__post h2 {
	font-family: 'Playfair Display', serif;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	line-height: 57px;
	font-size: 2rem;
	color: #fff;
	font-weight: normal;
	padding: 0 0 0 12px;
}
/* End video-scroller */
/* Start article-fat */
.article-fat {
	position: relative;
	height: 380px;
	margin-bottom: 10px;
	width: 100%;
	padding: 0 20px;
}
.article-best-hotel-fat {
	position: relative;
	height: 228px;
	margin-bottom: 10px;
	width: 100%;
	margin: 2px auto;
	padding: 0 20px;
}
.article-best-hotel-fat img {
	position: absolute;
	bottom: 0;
	right: 0
}
.article-best-hotel-fat__content {
	padding: 60px 0 0;
}
.article-best-hotel-fat__content h3 {
	margin: 0;
}
.article-best-hotel-fat__content h3 span {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	color: #AC9F66;
	line-height: 20px;
	font-style: normal;
	font-weight: 300;
}
.article-best-hotel-fat__content h3 a {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
	text-transform: uppercase;
}
.article-best-hotel-fat__content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 17px;
	color: #fff;
	padding: 5px 0;
	margin: 0
}
.article-best-hotel-fat__content hr {
	width: 20%;
	margin: 0;
	border: 1px solid #AC9F66;
}
.article-best-hotel-fat__content a {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	color: #AC9F66;
	line-height: 20px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}
.article-fat__content {
	padding: 150px 0 0;
	position: relative;
	z-index: 3;
	font-family: 'Playfair Display', serif;
	max-width: 730px;
}
.article-fat__content--right {
	float: right;
	text-align: right;
	padding: 140px 0 0;
}
.article-fat__category {
	font-size: 5rem;
	color: #ad9f51;
	display: block;
	margin-bottom: 20px;
}
.article-fat__content h2 {
	font-size: 3rem;
	line-height: 2;
	font-weight: normal;
	margin: 0;
}
.article-fat__content h2 a {
	color: #fff;
}
.article-fat__link {
	display: block;
	clear: both;
	float: right;
	color: #ad9f51;
	text-transform: uppercase;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size: 1.5rem;
}
.article-fat__content--right .article-fat__link {
	float: left;
}

@media (max-width:640px) {
.article-fat__category {
	font-size: 2rem;
}
.article-fat__content h2 {
	font-size: 2.5rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
}

@media (max-width:420px) {
.article-fat__content {
	padding: 75px 0 0;
}
.article-fat__content h2 {
	font-size: 2rem;
}
}
/* End article-fat */

/* start article */
.article__category {
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #998632;
	margin-bottom: 20px;
	display: block;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
.article__category a {
	color: #998632;
}
.article__category span {
	color: #333333;
}
.article h1 {
	font-size: 4rem;
	line-height: 1.125;
	margin: 0 0 20px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
}
.article h1 a {
	color: #000;
}
.article__container {
	border-top: 2px solid #bfbfbf;
	padding-top: 25px;
	margin-bottom: 80px;
}
.article__content {
	float: left;
	max-width: 620px;
	font-family: Arial, Helvetica, sans-serif;
}
.article__content h3 {
	clear: both;
	margin: 0 0 10px;
}
.image-credit {
	font-style: italic;
	margin: 0 20px 15px 0px;
	font-size: 8pt;
	text-align: right;
}
.article__content p {
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 1rem 0;
    margin: 0;
    letter-spacing: 1px;
}
.article__content p strong {
	line-height: inherit;
}
.article__content p a {
	color: #660066;
	font-size: 1.6rem;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
}
.article__content ul {
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.7;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: inside;
}
.article__content li {
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 5px 0;
	list-style: square outside none;
}
.article__meta li {
	list-style: none;
}
.article__meta--footer li {
	list-style: none;
}
.article__image {
	padding: 2px;
	margin: 0;
	border: 1px solid #CCCCCC;
	margin-bottom: 1rem;
}
p .article__image {
	margin-bottom: 0;
}
p + .article__image {
	margin: 20px 0 10px;
}
.article__author {
	color: #999999;
	display: block;
	float: left;
	font-size: 1.2rem;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
.article__author a {
    color: #d1c387;
    font-family: arial;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
.article__meta {
	margin-bottom: 45px;
}
.article__meta .share-widget {
	float: right;
}
.share-widget {
	padding: 0;
	margin: 0;
	list-style: none;
}
.share-widget > li {
	float: left;
}
.share-widget > li:not(:nth-last-child(1)) {
 margin-right: 10px;
}
.share-widget > li a, .share-start {
	/*border:1px solid #e1e1e1;
padding:5px;*/
	display: block;
	cursor: pointer;
}
.share-widget__container {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}
.article__meta--footer .share-widget {
	float: left;
	margin: 0 0 0 0px;
}
.article_jump {
	float: right;
	display: block;
	padding: 35px 25px 0 0;/* color: #fff;
  background: #000 url(/jl-new/images/rightarrow-white.png) no-repeat 90% center;
  padding: 9px 35px 9px 20px;
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;*/
}
.ownit-link {
	background: url(/jl-new/images/article-ownit-bg.jpg) repeat-x center;
	margin-bottom: 70px;
	/*margin-right: 25px;*/
}
.ownit-link span {
/*
	background-image: url(/jl-new/images/article-ownit-bgs.jpg);
    background-repeat: repeat;
    background-position: center;
    width: 200px;
*/
	background-color: #000;
    color: #FFF;
    text-align: center;
    padding: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	width: 80%;
	display: inline-block;

}

.ownit-link span a {
	color: #FFF;
	padding: 12px;
/*	font-family: 'Playfair Display', serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

@media (max-width:1121px) and (min-width:769px) {
.article__content {
	width: 100%;
}
}

@media (max-width:768px) {
.article__content {
	float: none;
	margin-bottom: 50px;
}
.article h1 {
	font-size: 1.75em;
}
}
/* End article */
/* Category banner */
.category-banner--lifestyle {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-lifestyle.jpg) no-repeat center center;
}
.category-banner--trending {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-lifestyle.jpg) no-repeat center center;
}
.category-banner--travel {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-travel.jpg) no-repeat center center;
}
.category-banner--fashion {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-fashion.jpg) no-repeat center center;
}
.category-banner--bestof {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-bestof.jpg) no-repeat center center;
}
.category-banner--video, .category-banner--tech {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-video.jpg) no-repeat center center;
}
.category-banner--epicure {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-epicure.jpg) no-repeat center center;
}
.category-banner--luxeepicure {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-epicure.jpg) no-repeat center center;
}
.category-banner--epicure-eat {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-epicure-eat.jpg) no-repeat center center;
}
.category-banner--drink {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-epicure-drink.jpg) no-repeat center center;
}
.category-banner--experiences {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-epicure-experiences.jpg) no-repeat center center;
}
.category-banner--interview {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-epicure-interview.jpg) no-repeat center center;
}
.category-banner--eat {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-epicure-eat.jpg) no-repeat center center;
}
.category-banner--dine {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-epicure-dine.jpg) no-repeat center center;
}
.category-banner--autos {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-auto.jpg) no-repeat top center;
}
.category-banner--luxuryyachts {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-boat.jpg) no-repeat center center;
}
.category-banner--aircraft {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-aircraft.jpg) no-repeat center 60%;
}
/*.category-banner--house {
	background: #000 url(http://i0.wp.com/residences.justluxe.com/wp-content/uploads/2019/03/bg-1.jpg) no-repeat center 60%;
}*/
.category-banner--house {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-house.jpg) no-repeat center 60%;
}
.category-banner--jewelrywatches {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-jewelry.jpg) no-repeat center 70%;
}
.category-banner--leisure {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-leisure.jpg) no-repeat center 90%;
}
.category-banner--resortsspas {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-resortsspas.jpg) no-repeat center 60%;
}
.category-banner--luxuryvacations {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-luxuryvacations.jpg) no-repeat center 40%;
}
.category-banner--luxuryvillas {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-luxuryvillas.jpg) no-repeat center;
}
.category-banner--chatter {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-chatter.jpg) no-repeat center;
}
.category-banner--hotels {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-hotels.jpg) no-repeat center 90%;
}
.category-banner--mensstyle {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-mensstyle.jpg) no-repeat center 30%;
}
.category-banner--womensstyle {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-womensstyle.jpg) no-repeat center;
}
.category-banner--healthbeauty {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-healthbeauty.jpg) no-repeat center 92%;
}
.category-banner--artsculture {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-artsculture.jpg) no-repeat center 40%;
}
.category-banner--cityguides {
	background: #000 url(http://cdn.justluxe.com/jl-assets/category-banner/category-cityguides.jpg) no-repeat center;
}
.category-banner {
	width: 100%;
	height: 350px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 1px solid #ffffff;
}
.category-banner__content {
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.2);
	padding: 25px 115px 25px;
}
.category-banner__category {
	display: block;
	color: #d1c387;
	text-transform: uppercase;
	font-size: 1.6rem;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 0 0 10px;
}
.category-banner h3 {
	font-size: 7rem;
	margin: 0 0 25px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	display: block;
	font-family: 'Playfair Display', serif;
	letter-spacing: 2px;
	font-weight: normal;
}
.category-banner h3 span {
	font-size: 60%;
	display: block;
}
.category-banner__links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.category-banner__links li {
	padding-left: 10px;
	font-size: 2.2rem;
}
.category-banner__links li:after {
	content: '\2022';
	padding-left: 10px;
	color: #aa9e96; /* or whatever color you prefer */
}
.category-banner__links li:last-child:after {
	content: '';
}
.category-banner__links a {
	color: #fff;
}
.category-banner__popup {
	position: relative;
}
.category-banner__popup .destination-dropDown {
	top: 53px;
	left: 0;
	width: 880px;
}
.category-banner__popup .selectContain .selectSubmit {
	background-image: url("http://dev.justluxe.com/hotels/img/search_overlayButton.png");
}
.category-banner .popup-trigger {
	margin-bottom: 20px;
}
.category-title {
	background: rgba(0, 0, 0, 0.5);
	padding: 45px;
	border: 2px solid rgba(255, 255, 255, 0);
	outline: 1px solid rgba(0, 0, 0, 0.5);
	box-sizing: content-box;
	BACKGROUND-CLIP: padding-box;
}
.c-t__description {
	font-size: 6rem;
}
.category-title p {
	color: #fff;
	float: right;
	font-size: 3rem;
	margin: 0;
}
.category-banner--newstrends {
	height: initial;
	border-bottom: 0;
	padding-top: 40px;
}
.category-banner--newstrends .category-banner__content {
	border: 0;
	background: 0;
	padding: 0;
}
.category-banner--newstrends a {
	display: none;
}
.category-banner--newstrends h3 {
	font-size: 5rem;
	padding: 20px;
	margin: 0;
	background: rgba(0, 0, 0, 0.5);
}
.category-title h4 {
	font-family: 'futura_ltcn_btlight';
	font-size: 9rem;
	letter-spacing: -2px;
	margin: 0 0 10px;
	text-transform: none;
	font-weight: normal;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	color: #FFF;
}
.category-title h4 span {
	color: #b4aa6d;
}

#yachts-for-sale{
	color:#fff;
	font-size:3rem; 
	font-weight:bold;
	padding-left: 35px;
}

@media (max-width:1168px) {
.category-title h4 {
	font-size: 5rem;
}
.c-t__description {
	font-size: 3rem;
}
.category-title p {
	font-size: 2rem;
}
}

@media (max-width:400px) {
.category-title {
	padding: 15px;
}
.category-title h4 {
	font-size: 3rem;
	letter-spacing: 0px;
}
.category-title p {
	font-size: 1.2rem;
}
.c-t__description {
	font-size: 2rem;
}
}

@media (max-width:768px) {
.category-banner {
	height: 275px;
}
.category-banner h3 {
	font-size: 5rem;
}
}

@media (max-width: 650px) {
	.category-banner__links {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.category-banner__links li {
		flex: 1 0 50%;
		padding: 0 0 10px;
		text-align: center;
		font-size: 1.6rem;
	}
	.category-banner__links li:after {
		content: '';
	}
	#yachts-for-sale{
		font-size:2rem; 
		padding-left: 5px;
	}

}

@media (max-width:480px) {
.category-banner {
	height: 140px;
}
.category-banner h3 {
	font-size: 2.5rem;
}
.category-banner__links li {
	font-size: 1.6rem;
}
}
/* Subcategory */
.subcat-banner {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	padding: 0 0 20px;
	margin: 0 0 45px;
	border-bottom: 2px solid #bfbfbf;
}
.subcat-banner__title {
	padding-bottom: 20px;
	font-size: 6.250em;
	color: #1a1a1a;
	line-height: .9;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
	flex-grow: 1;
	white-space: pre-wrap;
}
.subcat-banner__meta {
	text-align: right;
	flex-grow: 2;
	white-space: nowrap;
}
.subcat-banner__meta .subcat-banner__category, .feed__category {
	display: block;
	font-size: .875em;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.subcat-banner__category-sub, .feed__category-sub {
	color: #998632;
}
.subcat-banner__meta h4 {
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
	font-size: 1.5em;
}
.feed-article {
	margin-bottom: 40px;
}
.feed-article--doubled {
	max-width: 300px;
	float: left;
	background: #f7f7f7;
	text-align: center;
	padding-bottom: 6px;
}
.feed__category {
	text-align: left;
	margin: 0;
	padding-bottom: 8px;
	background: #fff;
}
.feed-article--doubled-margin {
	margin-right: 15px;
}
.feed__author {
	color: #998632;
	font-size: .625em;
	margin: 10px 0 10px 40px;
	display: block;
	text-align: left;
}
.feed-article h2 {
	font-size: 1.5em;
	font-family: 'Playfair Display', serif;
	line-height: 1.35;
	font-weight: normal;
	margin: 0 20px 20px 40px;
	text-align: left;
}
.feed-article h2 a {
	color: #000;
	text-decoration: none;
}
.feed-article__link {
	position: relative;
}
.feed-article__link::before {
	content: '';
	position: absolute;
	background: #bfbfbf;
	width: 75%;
	top: 14px;
	height: 2px;
}
.feed-article__link a {
	font-size: .625em;
	letter-spacing: 1px;
	display: block;
	float: right;
	text-decoration: none;
	background: #000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
	width: 20%;
}
.ownit-links {
	display: inline-block;
	background: #fff;
	color: #656565;
	padding: 8px 12px;
}
.ownit-links__price {
	display: inline-block;
	font-size: .625em;
	color: #000;
}
.ownit-links a {
	display: inline-block;
	color: #660066;
	font-size: .625em;
}

@media (max-width:768px) {
.feed-article--doubled {
	margin: 0 auto 40px;
	float: none;
}
.footer-community {
	margin: 20px auto;
	width: 200px;
	display: block;
	position: relative;
	float: none;
	text-align: center;
}
.media-partners {
	margin: 0 auto;
	width: 250px;
	float: none;
}
}

@media (max-width:715px) {
.subcat-banner__title {
	font-size: 3.1250em;
}
}

@media (max-width:525px) {
.subcat-banner__meta {
	text-align: left;
	margin: 20px 0 0;
}
}
/* Author info */
.meta-author {
	margin: 30px 0 0;
}
.meta-author img {
	float: left;
	margin-right: 20px;
	padding: 2px;
	border: 1px #eee solid;
}
.meta-author__content {
	float: left;
	max-width: 500px;
}
.meta-author__content h3 {
	font-family: 'Playfair Display', serif;
	margin: 0 0 10px;
}
.meta-author__content p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 1.4rem;
}

@media (max-width:1122px) {
.meta-author img {
	width: 50px;
}
.meta-author__content {
	width: 70%;
}
}
.pagination {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	color: #000;
	padding-top: 50px;
}
.pagination a:link {
	color: #333;
	text-decoration: none;
	padding: 0 10px;
}
.pagination a:visited {
	color: #333;
	text-decoration: none;
	padding: 0 10px;
}
.pagination a:hover {
	color: #333;
	text-decoration: none;
}
.pagination a:active {
	color: #998632;
	text-decoration: underline;
	font-weight: bold;
}
.pagination img {
	margin: 0 30px;
}
.header__alfa {
	display: inline-block;
	margin: 14px 10px 0 0;
}

@media (max-width:840px) {
.header__alfa {
	margin: 5px 10px 0 0;
}
}

@media (max-width:810px) {
.header__alfa {
	display: none;
}
}
.best-hotels h3 span {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	color: #AC9F66;
	line-height: 20px;
	font-style: normal;
	font-weight: 300;
}
.best-hotels h3 a {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #4B3D32;
	font-style: normal;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
}
.best-hotels p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
	color: #000;
	padding-top: 20px;
	padding-bottom: 10px;
}
.best-hotels a {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	color: #AC9F66;
	line-height: 20px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}
.luxe-lounge-filter {
	max-width: 300px;
	float: right;
}
.luxe-lounge-filter label {
	float: left;
	margin: 6px 10px 0 0;
}
.luxe-lounge-filter .editor-dropdown {
	float: right;
	max-width: 200px;
	padding: 8px 10px;
}
iframe[src^="https://www.youtube.com"] {
	width: 100%!important;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-grow {
	flex: 1 1 0%;
}
.flex--row {
	margin-bottom: 50px;
}
.indexpg .flex--row {
	margin-bottom: 25px;
}
.flex--wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex--space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 100%;
}
.flex--column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
}
.flex--space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
}
.flex--justify-start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 100%;
}
.flex--center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
}
.flex--space-between-rows {
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	max-width: 100%;
}
.flex--start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 100%;
}
.flex--end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	max-width: 100%;
}
.flex--baseline {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	max-width: 100%;
}
.flex--align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
}
.flex--border {
	border-bottom: 1px solid #acacac;
	padding: 0 0 30px;
}
.destination-block {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 430px;
	-ms-flex: 0 0 430px;
	flex: 0 0 430px;
}
.destination-block--city-landing {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.destination-block__city {
	font-size: 1.8rem;
	margin: 0 0 12px;
}
.destination-block__meta {
	margin-bottom: 60px;
}
.destination-block__headline {
	font-size: 5rem;
	color: #666666;
	font-family: 'Playfair Display', serif;
	;
}
.destination-block__social {
	list-style: none;
	margin: 0;
	padding: 0;
}
.destination-block__social li {
	margin: 0 5px;
}
.destination-block__link {
	color: #998632;
	font-size: 2.2rem;
	font-family: 'Playfair Display';
	width: 60%;
	display: block;
	line-height: 1.3;
	margin: 0 0 25px;
}
.destination-block p {
	font-size: 2rem;
	color: #666666;
	margin: 0;
	font-family: "Playfair Display";
	line-height: 1.5;
}
.city-block--atlanta {
	background: #000 url(/images/city-guide-cities/atlanta.jpg)
}
.city-block--atlantic {
	background: #000 url(/images/city-guide-cities/atlantic.jpg)
}
.city-block--boston {
	background: #000 url(/images/city-guide-cities/boston.jpg)
}
.city-block--cabo {
	background: #000 url(/images/city-guide-cities/cabo.jpg)
}
.city-block--char {
	background: #000 url(/images/city-guide-cities/char.jpg)
}
.city-block--chicago {
	background: #000 url(/images/city-guide-cities/chicago.jpg)
}
.city-block--vegas {
	background: #000 url(/images/city-guide-cities/vegas.jpg)
}
.city-block--london {
	background: #000 url(/images/city-guide-cities/london.jpg)
}
.city-block--losang {
	background: #000 url(/images/city-guide-cities/losang.jpg)
}
.city-block--madrid {
	background: #000 url(/images/city-guide-cities/madrid.jpg)
}
.city-block--miami {
	background: #000 url(/images/city-guide-cities/miami.jpg)
}
.city-block--milan {
	background: #000 url(/images/city-guide-cities/milan.jpg)
}
.city-block--neworleans {
	background: #000 url(/images/city-guide-cities/neworleans.jpg)
}
.city-block--ny {
	background: #000 url(/images/city-guide-cities/ny.jpg)
}
.city-block--orlando {
	background: #000 url(/images/city-guide-cities/orlando.jpg)
}
.city-block--paris {
	background: #000 url(/images/city-guide-cities/paris.jpg)
}
.city-block--phila {
	background: #000 url(/images/city-guide-cities/phila.jpg)
}
.city-block--diego {
	background: #000 url(/images/city-guide-cities/diego.jpg)
}
.city-block--sanfran {
	background: #000 url(/images/city-guide-cities/sanfran.jpg)
}
.city-block--scott {
	background: #000 url(/images/city-guide-cities/scott.jpg)
}
.city-block--singa {
	background: #000 url(/images/city-guide-cities/singa.jpg)
}
.city-block--washdc {
	background: #000 url(/images/city-guide-cities/washdc.jpg)
}
.city-block {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 215px;
	-ms-flex: 0 0 215px;
	flex: 0 0 215px;
	background-size: cover;
	color: #fff;
	min-height: 215px;
	display: block;
	padding: 30px 25px 20px 30px;
	position: relative;
	background-color: #000;
	margin-bottom: 5px;
	position: relative;
}
.city-block--small {
	-webkit-flex: 0 0 193px;
	-ms-flex: 0 0 193px;
	flex: 0 0 193px;
}
.city-block--long {
	min-height: 380px;
}
.city-block--short {
	height: 193px;
}
.city-block--fat {
	height: 190px;
	padding: 43px 52px 43px 68px;
}
.city-block--small .city-block__initials {
	font-size: 1.2rem;
}
.city-block--short .city-block__initials {
	font-family: 'Roboto', sans-serif;
}
.city-block--short .city-block__city {
	font-size: 2.2rem;
	font-family: "Playfair Display";
}
.city-block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75);
	z-index: 0;
	transition: .5s background;
}
.city-block:hover:before {
	background: rgba(0,0,0,1);
}
.city-block--long:before {
	width: 179px;
	height: 179px;
	left: 7px;
	top: 18px;
}
.city-block--fat:before {
	width: 195px;
	height: 129px;
	left: 50%;
	top: 50%;
	margin: -65px 0 0 -97px;
}
.city-block > * {
	position: relative;
}
.city-block__initials {
	font-size: 2.8rem;
	text-transform: capitalize;
	border-top: 3px #fff solid;
	padding: 10px 0 15px;
	margin: 0 0 15px;
	display: inline-block;
	font-family: "Playfair Display";
}
.city-block__city {
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0;
}
.city-block--fat .city-block__initials {
	font-size: 1.4rem;
}
.city-block--fat .city-block__city {
	font-family: "Playfair Display";
	line-height: 1.3;
}
.destination-descriptor {
	overflow: hidden;
	margin: 0 0 0 30px;
}
.destination-descriptor--margin {
	margin: 0;
}
.destination-descriptor--space-bottom {
	margin: 0 0 30px;
}
.destination-descriptor img {
	display: block;
	float: left;
}
.destination-descriptor span {
	display: block;
	float: left;
	margin: 15px 0 0 8px;
	color: #969696;
}
.destination-descriptor--margin span {
	color: #000;
	font-size: 2.5rem;
}
.destination-descriptor--center {
	margin: 0 0 10px;
}
.destination-descriptor--center + .destination-block__link {
	margin: 0 auto 50px;
	font-size: 1.5rem;
}
.destination-descriptor--center img {
	float: none;
	margin: 0 auto;
}
.destination-descriptor--center span {
	float: none;
	margin: 0 auto;
}
.city-block__link {
	opacity: 0;
	border-top: 1px solid #808080;
	padding: 10px 0 0;
	display: block;
	text-align: right;
	position: absolute;
	bottom: 20px;
	width: calc(100% - 55px);
	color: #c4b77f;
	font-size: 1.4rem;
	-webkit-transition: .5s opacity;
	transition: .5s opacity;
}
.city-block:hover .city-block__link {
	opacity: 1;
}
.city-guide-nav {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 15px 0 30px;
	padding: 0;
}
.city-guide-nav li {
	padding: 3px 0 0;
	margin: 10px 0 0;
	line-height: 1;
	border-top: 2px solid transparent;
}
.city-guide-nav li ul {
	display: none;
	list-style: none;
}
.city-guide-nav li > * {
	color: #111;
	text-transform: uppercase;
	font-size: 2.4rem;
	font-family: "Playfair Display";
	cursor: pointer;
}
.localluxe-mobile-nav {
	display: none;
}
.city-guide-nav li:hover {
	border-top: 2px solid #bea96a;
}
.module--container {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
	max-width: 940px;
	width: 100%
}
/*adding header menu colors*/
.hotels-link-color, .villas-link-color {
	color: #d1c387!important;
}
.residences-link-color {
	color: #e40638!important;
}
.hotels-link-color:hover, .villas-link-color:hover, .residences-link-color:hover {
	color: #ffffff!important;
}
/*end of adding header menu colors*/
@media (max-width: 1325px) {
.module--container .card {
	margin-right: 25px;
}
}

@media (max-width: 915px) {
.module--container {
	margin: 0;
}
.module--container > * {
	margin-bottom: 30px;
}
.module--container .card {
	margin: 0 10px;
}
}

@media (max-width: 768px) {
.module--container .card {
	margin: 0 auto 30px;
}
}
.container--two-three .card {
	margin-right: 20px;
}
.container--two-three .card:last-child {
	margin-right: 0;
}
.sidebar--flexed {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 300px;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
}

@media (max-width:1121px) {
.sidebar {
	width: initial;
	padding-left: 0;
	margin: 0 auto;
}
}
.media, .media img {
	position: relative;
}
.media__content {
	padding: 40px 25px 0 30px;
}
.media__content--overlay {
	position: absolute;
	z-index: 2;
	top: 75px;
	right: 160px;
	background: #000000;
	color: #fff;
}
.media__content--overlay-map {
	left: 50%;
	margin-left: -204px;
	text-align: center;
	width: 408px;
	padding: 35px 0 0;
}
.wrap__headline--border-center:after, .media__content--overlay-map .wrap__headline--border:after {
	left: 50%;
	margin-left: -32px;
}
.media__content--overlay .destination-block__city {
	font-weight: normal;
	margin: 0 0 20px;
}
.media__content .wrap__headline {
	padding: 0;
	margin: 0 0 10px;
	font-weight: normal;
}
.media__content .wrap__headline--border:after {
	top: -10px;
}
.media__content .destination-block__link {
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	padding: 0 0 50px;
}

@media (max-width:1400px) {
.city-guide-nav {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.city-guide-nav li > * {
	font-size: 1.6rem;
	padding: 5px;
}
}

@media (max-width:1300px) {
.destination-block {
	/*-webkit-flex-basis: 100%;*/
	-ms-flex-preferred-size: 100%;/*flex-basis: 100%;*/
}
}

@media (max-width:1105px) {
.media__content--overlay {
	position: relative;
	top: 0;
	right: 0;
	padding: 20px;
	width: 100%;
	margin: 0;
	left: 0;
}
}

@media (max-width:800px) {
.destination-block {
	text-align: center;
}
.destination-descriptor {
	display: inline-block;
}
.destination-block__link {
	width: initial;
}
.destination-descriptor--margin span {
	font-size: 2rem;
}
.wrap__headline {
	font-size: 3rem;
}
.wrap__headline--border:after {
	display: none;
}
.wrap__headline--destination--landing {
	padding: 10px 0;
}
.destination-block p {
	font-size: 1.2rem;
	width: 80%;
	margin: 0 auto;
}
}

@media (max-width:860px) {
.city-block {
	-webkit-flex-basis: 45%;
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	min-width: 215px;
	margin: 0 0 20px;
}
.city-block--long:before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
}
/*
@media (max-width:680px) {
	.city-guide-nav li {
		display: none;
	}
	.city-guide-nav li.localluxe-mobile-nav {
		display: block;
	}
} */

/* epicure */
@font-face {
	font-family: 'futura_ltcn_btlight';
	src: url('epicure-fonts/futuralc-webfont.eot');
	src: url('epicure-fonts/futuralc-webfont.eot?#iefix') format('embedded-opentype'),  url('epicure-fonts/futuralc-webfont.woff2') format('woff2'),  url('epicure-fonts/futuralc-webfont.woff') format('woff'),  url('epicure-fonts/futuralc-webfont.ttf') format('truetype'),  url('epicure-fonts/futuralc-webfont.svg#futura_ltcn_btlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media (max-width: 1000px) {
.banner-ad {
	display: none!important;
}
}
.sticky-bar {
	background: #1d1d1d url(/jl-new/images/pattern.gif) repeat;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 145px;
	height: 68px;
	transition: .5s width;
}
.sticky-bar__container {
	align-items: center;
}
.sticky-bar.expand {
	width: 100%;
}
.sticky-bar__item {
	opacity: 0;
	-webkit-transition: opacity 1s linear .5s;
	transition: opacity 1s linear .5s;
	color: #cccccc;
	align-items: center;
}
.sticky-bar__item img {
	margin: 0 5px 0 0;
}
.sticky-bar.expand .sticky-bar__item {
	opacity: 1;
}
.sticky-bar__init {
	opacity: 1;
	text-align: center;
	color: #bda869;
	height: 68px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.sticky-bar__init img {
	margin: 0 5px 0 0;
}
.sticky-bar__init span {
}
.card__image-area {
	flex: 0 0 288px;
}
.city-map {
	position: relative;
	background: #EFEFEF;
}
.city-map__init {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -46px;
	cursor: pointer;
}
.city-map__map {
	height: 95px;
	transition: height .5s;
}
.city-map__map--expand {
	height: 500px;
}
.city-map__locate {
	color: #998632;
	font-size: 1.2rem;
	cursor: pointer;
	display: block;
	text-align: right;
}
.card__contact-info {
	margin: 20px 0 0 12px;
}
.card__contact-info h5 {
	display: inline-block;
	clear: both;
	font-size: 2rem;
	font-family: "Playfair Display";
	margin: 0 0 15px;
	padding: 0 0 12px;
	border-bottom: 2px solid #000;
}
.contact-info__meta {
	display: block;
	color: #666666;
	font-size: 1.4rem;
	font-family: "Roboto";
}
.contact-info__meta--tiny {
	margin: 5px 50px 5px 0;
	font-size: 70%;
}
.contact-info__meta--spaced {
	margin-bottom: 15px;
}
.map-listing {
	flex: 0 0 100%;
	height: 180px;
}

@media (max-width: 860px) and (min-width: 500px) {
.card__image-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0 0 15px;
}
}

@media (max-width:820px) {
.card__content--column {
	flex: 0 1 auto;
}
}

@media (max-width: 680px) {
.card--row {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.card__content--column {
	padding: 0;
	max-width: 288px;
}
.card__content--column-listing {
	max-width: 100%;
}
}

@media (max-width: 500px) {
.card__image-area {
	margin: 100px 0 15px;
}
}
.category-banner--city-cg .popup {
	top: 50px;
}
.category-banner--city-cg h3 {
}
.link-boxes > * {
	background: #EAEAEA;
	margin: 0 10px 20px;
	text-align: center;
}
.link-boxes h5 {
	font-size: 1.2rem;
	padding: 10px 0;
	margin: 0;
	color: #000;
}
.relative-loader {
	position: relative;
}
.set-min-height {
	min-height: 100px;
	margin-bottom: 50px;
}
#loader-container {
	animation: animate 1.5s linear infinite;
	clip: rect(0, 80px, 80px, 40px);
	height: 80px;
	width: 80px;
	position: absolute;
	left: calc(50% - 40px);
	top: calc(50% - 40px);
	display: none;
}
#loader-container.show-loader {
	display: block;
}
@keyframes animate {
 0% {
 transform: rotate(0deg)
}
 100% {
 transform: rotate(220deg)
}
}
#loader:after {
	animation: animate2 1.5s ease-in-out infinite;
	clip: rect(0, 80px, 80px, 40px);
	content: '';
	border-radius: 50%;
	height: 80px;
	width: 80px;
	position: absolute;
	box-shadow: inset #000 0 0 0 10px;
}
@keyframes animate2 {
 0% {
 transform: rotate(-140deg);
}
 100% {
 transform: rotate(140deg);
}
}



#travel-index-tagline {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	color: white;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1.2em;
}

#travel-index-heading {
	font-family: 'Playfair Display', serif;
	color: white;
	text-transform: uppercase;
	font-size: 4.5rem;
	margin: 0 0 25px;
	letter-spacing: 1px;
}
/*responsive destinations popup*/
@media (max-width: 887px) {
	.states-dropDown {
		float: right!important;
    	width: 150%!important;
	}
	.continent-dropDown {
		width: 100%!important;
	}
	#destination-dd {
    	height: auto!important;
	}
	.continent-dropDown li {
        display: block;
    	width: 30%;
    	float: left;
    	text-align: left!important;
    	margin-right: 1%;
	}
}
@media (max-width: 680px) {
	.states-dropDown {
		float: right!important;
    	width: 120%!important;
	}
	#US-cities ul {
        width: 33%!important;
        font-size: 13px!important;
	}
	#US-cities ul li {
        line-height: 16px!important;
	}
	.continent-dropDown {
		width: 100%!important;
	}
}
@media (max-width: 571px) {
	.states-dropDown {
		float: right!important;
    	width: 100%!important;
	}
	.continent-dropDown {
		width: 100%!important;
	}
}
@media (max-width: 375px) {
	#destinationOpen {
		margin-top: 32px;
	}
	#destination-dd {
    	top: 73px!important;
	}
	.destinations .articles-body-nav {
        height: 100px!important;
	}
	#destinationOpen .selectSubmit {
        width: 345px!important;
      	margin-top: 10px;
	}
	.category-banner__content {
		padding: 0;
	}

}
/*end of responsive destinations popup*/

/*lifestyle house changes*/
/*@media (min-width: 850px) {
		.category-banner--house .category-banner__content {
		margin-left: -40%;
	}
	.category-banner--house .category-banner__content h3:after {
		text-align: left;
		width: 350px;
	}
}
.category-banner--house .category-banner__content a {
	display: none;
}
.category-banner--house .category-banner__content h3:before {
	content: 'New Residences';
	text-indent: 0;
	float: left;
	font-size: 5rem;
}

.category-banner--house .category-banner__content h3:after {
	content:'Exceeding the ordinary. High-quality finishes, spacious, thoughtful, luxurious residences as beautiful as their surroundings.';
	display: block;
	color: white;
	
	font-size: 1.8rem;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	text-indent: 0;
	
	text-transform: none;
	line-height: 1.5em;
    letter-spacing: 0;
}
.category-banner--house .category-banner__content h3 {
	display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
}*/
/*end of lifestyle house changes*/

