@-webkit-keyframes slideIn {
	0% {
		margin-top: 20px;
		opacity: 0;
	}
	
	100% {
		margin-top: 0;
		opacity: 1;
	}
}
@keyframes slideIn {
	0% {
		margin-top: 20px;
		opacity: 0;
	}
	
	100% {
		margin-top: 0;
		opacity: 1;
	}
}
.breadcrumb:first-child {
	margin: 10px 0 0;
}

section:first-of-type {
	margin-top: 0;
}

.content .author-info {
	line-height: 24px;
}
.content .avatar-img {
	width: 48px;
	height: 48px;
}
.content .thumbnail-img, .content .thumbnail-info {
	float: left;
	padding: 10px;
}
.content .thumbnail-img {
	width: 33%;
	padding-left: 0;
}
.content .thumbnail-info {
	width: 66%;
}

article {
	margin-top: 0;
}
article h2 {
/*article deck*/
  margin-bottom: 20px;
  /*font-family: "Freight Display Pro W01";
  font-size: 22px;
  line-height: 26px;*/
  font-family: 'Neue Helvetica W01';
  font-size: 17px;
  line-height: 1.3;
  font-style: italic;
  color: inherit;
    font-weight: 300;
}
article h2 p {
  margin: 0 0 1em 0;
}
.article-body { 
/*article content*/
	font-family: "Freight Display Pro W01";

  font-weight: 500;

  font-size: 18px;

  line-height: 2;

}
article .avatar-name {
	font-size: 14px;
	color: rgb(20, 20, 20);
}
article .avatar-name a {
	font-family: inherit;
	font-size: inherit;
	color: #4A4A4A;
	text-decoration: underline;
}
article .avatar-name a:hover, article .avatar-name a:focus, article .avatar-name a:active {
	color: #d8d8d8;
}
article .social-sharing {
	margin-top: 20px;
}

.article-body blockquote {
	max-width: 640px;
	font-size: 24px;
}
.article-body figure {
	text-align: center;
}
.article-body figure .holder {
	display: inline-block;
}
.article-body figure figcaption {
	color: #979797;
	text-align: right;
}
.article-body strong {
font-weight:800;
}
.article-body strong {
font-weight:800;
}

.well {
	clear: both;
	margin: 20px auto;
	padding: 20px;
	background: #F9F9F9;
}
.well h3 {
	font-family: "Georgia";
	font-size: 24px;
	font-style: italic;
}

.tags {
	font-size:12px;
	padding: 20px 0;
	color: rgb(20, 20, 20);
}
.tags a {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	/* text-decoration: underline;*/
	color: rgb(20, 20, 20);
}
.tags a:hover, .tags a:focus, .tags a:active {
	color: #b10d3a;
}

.article-nav a {
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	width: 49%;
	max-width: 360px;
	background: #F9F9F9;
	font-family: "Torino Modern W90 Regular";
	font-size: 24px;
	line-height: 1;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.article-nav a:hover, .article-nav a:focus, .article-nav a:active {
	background: #d8d8d8;
}
.article-nav a .thumbnail-img {
	padding-left: 10px;
}
.article-nav a .thumbnail-info {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
}
.article-nav a .category-tag {
	padding: 15px;
	background: none;
	text-transform: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.article-nav a .category-tag.no-img {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}
.article-nav .article-prev {
	float: left;
	padding-left: 38px;
}
.article-nav .article-prev:before {
	content: url(../img/arrow-left-black.png);
	position: absolute;
	top: 50%;
	left: 0;
	padding: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.article-nav .article-next {
	float: right;
	padding-right: 38px;
}
.article-nav .article-next:after {
	content: url(../img/arrow-right-black.png);
	position: absolute;
	top: 50%;
	right: 0;
	padding: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#overlay-custom {
	position: absolute;
	top: 0;
	left: -120%;
	width: 100%;
	padding: 40px 0;
	background: black;
}

#close-custom {
	display: inline-block;
	position: absolute;
	top: -35px;
	right: 30px;
	padding: 10px 20px;
	border-radius: 6px 6px 0 0;
	background: black;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}

.slide-dup {
	float: left;
	width: 66%;
}

.slide-indicator {
	float: right;
	width: 33%;
	font-family: "Georgia";
	font-size: 18px;
	font-style: italic;
	color: #999;
	text-align: center;
}
.slide-indicator span {
	margin: 0 5px;
	font-style: normal;
}
.slide-indicator h2 {
	font-family: "Georgia";
	font-size: 24px;
	font-style: italic;
	color: white;
	text-align: left;
}
.slide-indicator p {
	font-family: "forma_relight";
	font-size: 14px;
	font-style: normal;
	color: white;
	text-align: left;
}

.slide-prev, .slide-next {
	position: relative;
	top: 5px;
	font-size: 36px;
}
.slide-prev:hover, .slide-prev:focus, .slide-prev:active, .slide-next:hover, .slide-next:focus, .slide-next:active {
	color: white;
}

.slide-caption {
	position: relative;
	top: 5px;
	margin-bottom: 20px;
	padding: 0 20px;
	font-family: "Georgia";
	font-size: 24px;
	font-style: italic;
	color: white;
	text-align: left;
}

.royalSlider figcaption {
	display: none;
}

.contentSlider  .rsArrow .rsArrowIcn {
	width: 40px;
	height: 77px;
}

.contentSlider  .rsArrowLeft .rsArrowIcn {
	background: url("../img/arrow-left.png") !important;
}

.contentSlider  .rsArrowRight .rsArrowIcn {
	background: url("../img/arrow-right.png") !important;
}

	
.gallerySlider .rsArrowIcn {
	width: 33px !important;
	height: 60px !important;
}
.gallerySlider .rsArrowLeft .rsArrowIcn {
	background: url("../img/slider-arrow-left-mobile.png") !important;
}

.gallerySlider .rsArrowRight .rsArrowIcn {
	background: url("../img/slider-arrow-right-mobile.png") !important;
}
.gallerySlider .rsArrow {
	opacity: 0.4;
	visibility: visible;
}
.gallerySlider .rsArrow:hover {
	opacity: 1;
}

.rsThumbsContainer {
	height: auto !important;
	/*-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;*/
}

.rsThumbs {
	margin-top: 10px;
	padding: 0 40px;
}

.rsThumb {
	width: 140px;
	height: 77px;
}

.rsThumbsArrow {
	background: #4A4A4A;
}

.rsThumbsArrowDisabled {
	opacity: 0.75;
	cursor: default;
}

/* royalslider contentslider */
.sliderContents {
	position: relative;
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
}
.royalSlider.contentSlider {
	background: none;
}
.sliderContentsNav {
	background: white;
	color: #b10d3a;
	font-family: "Freight Display Pro W01";
	font-size: 25px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 81;
}
.royalSlider.contentSlider .rsArrow {
	top: 220px;
	transform: none;
	z-index: 80;
}
.content-slide-prev, .content-slide-next {
	position: relative;
	font-size: 25px;
	top: 4px;
	color: #b10d3a;
	font-family: "Freight Display Pro W01";
}
.royalSlider.contentSlider h3, .royalSlider.contentSlider h3 a, .royalSlider.contentSlider div h3 strong, .royalSlider.contentSlider h3 a {
	font-size: 32px;
	font-family: "Freight Display Pro W01";
	font-weight: 300 !important;
	color: #b10d3a;
	width: 90%;
}
.royalSlider.contentSlider .ad-contentSlider-lrec {
	max-width: 300px;
	margin: 140px auto;
}
@media (max-width: 979px) {
	.royalSlider.contentSlider .rsArrow {
		top: 300px;
	}
}
@media (max-width: 767px) {
	.royalSlider.contentSlider .rsArrow {
		top: 140px;
	}
	.royalSlider.contentSlider h3, .royalSlider.contentSlider h3 a, .sliderContentsNav {
		font-size: 20px;
		line-height: 22px;
	}
	.royalSlider.contentSlider h3 {
		max-width: 200px;
		margin-top: 5px;
	}
	.royalSlider.contentSlider .ad-contentSlider-lrec {
		margin: 50px auto;
	}
}
.author-bio {
	position: relative;
  margin: 70px 0 40px;
	padding: 20px;
	border: 1px solid #EDEDE1;
	font-size: 12px;
	color: #979797;
}
.author-bio .author-info {
	position: absolute;
	top: -40px;
}
.author-bio .avatar-name {
	font-family: "Torino Modern W90 Regular";
	font-size: 16px;
	color: black;
}

aside h2 {
	clear: both;
}

.section-header {
	margin-top: 20px;
	font-size: 28px;
}
.article-body ul li a {
	color: #b10d3a;
	font-weight: 500;
}
.article-body p {
	font-family: "Freight Display Pro W01";
	font-weight: 500;
	font-size: 18px;
	line-height: 2;
}
.article-body .caption {
	/*font-family: 'Neue Helvetica W01';
	font-weight: 300;
	font-size: 14px;
	line-height: 1.3;*/
	font-family: 'Neue Helvetica W01';
	font-weight: 300;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	font-style: italic;
	color: #333;
}


/* full width advertorial - tatler focus*/
#tatlerfocus.wrapper {
	padding: 0;
	max-width: 100%;
}
.tatler-focus article {
	margin: 0 !important;
	padding: 0 !important;
}
.tatler-focus img {
	display: block;
	width: 100%;
	/*max-width: 980px;*/
}
.tatler-focus {
	/*max-width: 980px;*/
	margin: 0 auto !important;
}
.tatler-focus p, .tatler-focus h3 {
	max-width: 728px;
	padding: 0 10px;
}
.tatler-focus p {
	margin: 1em auto;
}
.tatler-focus h3 {
	margin: 0 auto;
	text-align: center;
}
.tatler-focus-image-container {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.tatler-focus-image-left {
	display: block;
	position: relative;
	float: left;
	width: 60%;
	/*max-width: 588px;*/
}
.tatler-focus-image-right {
	display: block;
	position: relative;
	float: right;
	width: 40%;
	/*max-width: 392px;*/
}
.tatler-focus-image-logo {
	width: 30% !important;
	max-width: 120px !important;
	height: auto;
	margin: 0 auto;
	display: block;
}
.tatler-focus-image-desc {
	position: absolute;
	bottom: 5px;
	left: 0;
	margin-left: 5px;
	background: rgba(0,0,0,0.4);
	padding: 5px;
	font-size: 15px;
	border-radius: 5px;
	color: #fff;
	line-height: 1;
}
.tatler-focus-header {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: rgba(0,0,0,0.4);
	width: 100%;
	text-align: center;
}
.tatler-focus-header h1, .tatler-focus-header h2 {
	color: #fff;
}
.tatler-focus-header h2 {
	margin-bottom: 20px;
	font-family: 'Neue Helvetica W01';
	font-size: 17px;
	line-height: 1.3;
	font-style: italic;
	color: inherit;
	font-weight: 300;
}
.tatler-focus-sharing {
	text-align: center;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.tatler-focus-sharing .social-sharing {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.tatler-focus-sharing .at-icon-wrapper {
	background-color: #000 !important;
}
@media (max-width: 500px) {
	.tatler-focus-header {
		position: relative;
		bottom: 45px;
		width: 80%;
		margin: 0 auto;
	}
	.tatler-focus-image-left, .tatler-focus-image-right {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.tatler-focus-header h2 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 0px;
		font-weight: 300;
	}
}
/* end tatler focus */


@media (max-width: 979px) {
	.breadcrumb:first-child {
		/*margin: 100px 0 0;*/
	}
	
	.content .thumbnail-story {
		float: left;
		width: 50%;
	}
	
	.author-bio {
		float: left;
		width: 50%;
	}
	
	#overlay-custom .ad-lrec {
		float: right;
	}
	
	.slide-dup {
		float: none;
		width: auto;
	}
	
	.slide-indicator {
		float: left;
		width: 50%;
	}
	
	.slide-caption {
		text-align: center;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 24px;
	}
	
	.content .thumbnail-story {
		float: none;
		width: 100%;
	}
	
	article h2 {
    font-size: 18px;
	line-height:20px;
	margin-bottom:0px;
	  font-weight: 300;
  }
	.content article .avatar-img {
		width: 36px;
	}
	article .avatar-name {
		font-size: 12px;
		line-height: 36px;
	}
	
	.article-body figcaption {
		font-size: 12px;
	}
	
	#map-canvas {
		height: 300px;
	}
	
	.article-nav a {
		float: none;
		width: 100%;
	}
	
	.author-bio {
		float: none;
		width: 100%;
	}
	
	#overlay-custom {
		display: none;
	}
	
	.rsNavSelected .thumbIco {
		border: 0;
	}
}
/* SPECIAL BREAKPOINT */
@media (max-width: 320px) {
	.breadcrumb:first-child {
		margin: 10px 0 0;
	}
}

.slider-thumbnail:after {
	content: '';
	clear: both;
	display: block;
}

.brg-list td {
	vertical-align: top;
}
.brg-list a {
	color: #b10d3a;
}