/*
	Theme Name: The Durham Museum
	Description: The Durham Museum
	Version: 1.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Author: Chip Thompson Design
	Author URI: http://chipthompson.com
*/

/* Reset */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 400 54.31px Arial;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

h1.border {
	border: 1px solid #000;
	margin: 0 -17px 0 -10px;
	padding: 0 10px;
	letter-spacing: 7px;
	text-align: justify;
}

.slide-text h1.border {
	border-color: #FFF;
	margin-bottom: 7px !important;
}

h2 {
	font: 300 34px Arial;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	color: #af0a0a;
}

h3 {
	font: 300 28px Arial;
	text-transform: uppercase;
	color: #ba5f20;
	margin: 0 0 12px 0;
}

h4 {
	font: 300 18px Arial;
	text-transform: uppercase;
	color: #ba5f20;
	margin: 0 0 15px 0;
	line-height: 1.25em;
}

h4 a:link, h4 a:visited {
	color: #000;
}

h5 {
	font: 400 18px Arial;
	color: #fbb162;
	margin: 0 0 3px 0;
}

h6 {
	text-align: center;
	font: 400 18px Arial;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}

h6 a:link, h6 a:visited {
	background: #6e0505;
	color: #FFF;
	border: 1px solid #fbb162;
	padding: 8px 31px;
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	text-decoration: none;
}

h6 a:hover {
	background: #fbb162;
	color: #000;
}

/* Links */

a:link, a:visited, a:active {
	color: #e0855f;
	text-decoration: none;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

a:hover {
	color: #424242;
	text-decoration: underline;
}

/* Paragraphs */

p {
	margin: 0 0 23px 0;
	line-height: 2em;
}

.alignleft {
	float: left;
	display: inline;
	margin: 0 25px 15px 0;
	border: 0px solid #f5d280;
}

.alignright {
	float: right;
	display: inline;
	margin: 0 0 15px 52px;
	border: 0px solid #f5d280;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px auto;
}

td .aligncenter {
	margin-bottom: 25px;
}

/* Lists */

.content ul {
	margin: 17px 0 33px 16px;
}

.content p+ul {
	margin-top: 0px;
}

.content ul li {
	list-style: none;
	margin: 0 0 13px 0;
	position: relative;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 0 9px;
}

.content ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.content ol {
	margin: 0 0 25px 35px;
}

.content p+ol {
	margin-top: -5px;
}

.content ol li {
	list-style: decimal;
	margin: 0 0 4px 0;
	line-height: 1.45em;
	font-style: italic;
}

/* Clearfix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 300 14px Arial, Helvetica, sans-serif;
	color: #424242;
}

table {
	width: 100%;
	margin: 0 0 30px 0;
}

td {
	vertical-align: top;
}

hr {
	border: none;
	border-top: 1px solid #ba5f20;
	margin: 0 17px 25px 17px;
}

p:empty {
	display: none;
}

.frame {
	width: 1020px;
	margin: 0 auto;
	position: relative;
	/*border: 1px solid;*/
}

/* Header */

.header {
	height: 82px;
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;*/
	position: relative;
	background: url('i/header-bg.jpg') repeat-x;
	z-index: 210;
}

.header .frame {
	position: static;
}

.logo {
	margin: 18px 0 0 45px;
	float: left;
	display: inline;
}

.header-social {
	float: right;
	display: inline;
	margin: 20px 0 0 0;
}

.social ul, .social-label {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.social-label {
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	margin: 2px 12px 0 25px;
}

.social li {
	float: left;
	display: inline;
	margin: 0 3px;
}

.header-social li {
	margin: 0 0 0 5px;
}

.social li a:hover {
	opacity: 0.7;
}

/* Top Menu */

.top-menu {
	float: right;
	display: inline;
	margin: 22px 0 0 0;
}

.top-menu li {
	float: left;
	display: inline;
	margin: 0 0 0 25px;
	font-weight: 400;
	font-size: 14px;
}

.top-menu li a:link, .top-menu li a:visited {
	color: #FFF;
	text-decoration: none;
}

.top-menu li a:hover,
.top-menu li.current-menu-item a:link, .top-menu li.current-menu-item a:visited,
.top-menu li.current-menu-parent a:link, .top-menu li.current-menu-parent a:visited,
.top-menu li.current-menu-ancestor a:link, .top-menu li.current-menu-ancestor a:visited {
	text-decoration: underline;
}

a.header-button:link, a.header-button:visited {
	background: url('i/header-ribbon.png') no-repeat;
	width: 182px;
	height: 76px;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: translate(0,50%);
	transform: translate(0,50%);
	display: flex;
	flex-direction: column;
	align-items: center; 
	justify-content: center;
	padding: 0 20px 0 40px;
	line-height: 1em;
	z-index: 110;
}

/* Main Menu */

#menu-button {
	display: none;
}

.main-menu {
	/*background: #70262e;*/
	background: rgba(109,14,14,0.83);
	text-align: center;
	/*position: absolute;
	top: 82px;
	left: 0;
	right: 0;*/
	position: relative;
	z-index: 110;
}

.main-menu>.frame>ul {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.main-menu>.frame>ul>li {
	float: left;
	display: inline;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 1px;
	position: relative;
}

.main-menu>.frame>ul>li>a:link, .main-menu>.frame>ul>li>a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 11px 12px;
}

.main-menu>.frame>ul>li:hover>a:link, .main-menu>.frame>ul>li:hover>a:visited,
.main-menu>.frame>ul>li.current-menu-item>a:link, .main-menu>.frame>ul>li.current-menu-item>a:visited,
.main-menu>.frame>ul>li.current-menu-parent>a:link, .main-menu>.frame>ul>li.current-menu-parent>a:visited,
.main-menu>.frame>ul>li.current-menu-ancestor>a:link, .main-menu>.frame>ul>li.current-menu-ancestor>a:visited {
	background: #FFF;
	color: #72272f;
}

/* Dropdown */

.main-menu li ul {
	max-height: 0;
	overflow: hidden;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	z-index: 999;
	text-align: left;
	background: #70262e;
	opacity: 0;
	-webkit-transition: max-height 150ms ease-out, opacity 200ms ease-out;
	transition: max-height 150ms ease-out, opacity 200ms ease-out;
}

.main-menu li:hover ul {
	max-height: 500px;
	opacity: 1;
	-webkit-transition: max-height 750ms ease-in, opacity 200ms ease-in;
	transition: max-height 750ms ease-in, opacity 200ms ease-in;
}

.main-menu li:hover ul:hover {
	overflow: visible;
}

.main-menu li ul.open {
	opacity: 1;
}

.main-menu li ul li {
	float: none;
	display: block;
	height: auto;
	line-height: 1.1em;
	position: relative;
	margin: 0;
	white-space: nowrap;
}

.main-menu>.frame>ul>li li a:link, .main-menu>.frame>ul>li li a:visited {
	display: block;
	height: auto;
	line-height: 1.1em;
	padding: 9px 42px 9px 12px;
	position: relative;
	text-decoration: none;
	position: relative;
	z-index: 20;
	color: #FFF;
}

.main-menu>.frame>ul>li li a:hover {
	background: #FFF;
	color: #70262e;
}

/* Third Level */

.main-menu li ul ul {
	max-height: 500px;
	opacity: 1;
	position: absolute;
	top: 0;
	left: auto;
	right: -220px;
	width: 220px;
	min-width: 220px;
	display: none;
}

.main-menu li ul li:hover>ul {
	display: block;
	opacity: 1;
}

.main-menu li ul ul li a:link, .main-menu li ul ul li a:visited {
	white-space: normal;
}

/* Third Level */
.main-menu li ul ul {
	position: absolute;
	top: 0;
	left: auto;
	right: -250px;
	width: 250px;
	min-width: 250px;
	display: none;
}
.main-menu li ul li:hover>ul {
	display: block;
	opacity: 1;
}
.main-menu li ul ul li a:link, .main-menu li ul ul li a:visited {
	white-space: normal;
}

/* Slider */

.slide {
	width: 100%;
	height: 621px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.slide-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.slide-image {
	display: none;
}

.slide .frame {
	height: 100%;
}

.slide-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgba(0,0,0,0.32);
	color: #FFF;
	padding: 17px 55px;
	margin: -5px 0 0 0;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	display: none;
}

.display-text .slide-text {
	display: block;
}

.slide-text h1, .slide-text h2 {
	color: #FFF;
	margin-bottom: 0 !important;
	line-height: 1em;
	text-align: left;
}

.slide-text p {
	line-height: 1.15em;
	margin: 0;
	letter-spacing: 3.2px;
}

/* Previous - Next */

.cycle-slideshow>.frame {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 110;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.prev, .next {
	display: block;
	position: absolute;
	top: 0;
	background: url('i/prev.png') no-repeat;
	width: 37px;
	height: 114px;
	opacity: 0.27;
	z-index: 110;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.slide .prev, .slider .next {
	opacity: 0.35;
}

.prev {
	left: -70px;
}

.next {
	background-image: url('i/next.png');
	right: -70px;
}

a.prev:focus, a.next:focus {
	outline: none;
}

.prev:hover, .next:hover {
	opacity: 0.65;
}

/* Station */

.station {
	background: url('i/station-bg.png') repeat-x 50% 0;
	text-align: center;
	height: 116px;
	position: relative;
	z-index: 100;
	margin: -15px 0 -30px 0;
}

/* Content */

.content {
	padding: 35px 0 25px 0;
}

.content:first-child {
	padding-top: 90px;
}

.content:last-child {
	padding-bottom: 50px;
}

.video-area {
	padding: 15px 0 33px 0;
}

.graphic-background {
	background-size: cover;
}

.page-template-no-header-footer .graphic-background {
	background-repeat: repeat;
	background-size: auto auto;
}

.gfield_checkbox br {
	display: none;
}

.white-text, .white-text a:link, .white-text a:visited,
.white-text h1, .white-text h2, .white-text h5, .white-text h6 {
	color: #FFF;
}

.white-text ul li:before {
	background: #FFF;
}

.video-description {
	margin: 42px 0 0 7.5%;
	line-height: 2em;
}

.video-description p {
	line-height: 2em;
	margin: 0 0 25px 0;
}

.video {
	float: right;
	display: inline;
	width: 444px;
	height: 324px;
	background: url('i/video-bg.png') no-repeat;
	background-size: 100% auto;
	position: relative;
	margin: 0 50px 0 20px;
}

.video p {
	line-height: 1em;
	margin: 0;
}

.video img, .video object, .video iframe {
	position: absolute;
	top: 42px;
	left: 1px;
	right: 1px;
	width: 442px !important;
	height: 258px !important;
}

/* CTA */

.cta {
	background: url('i/cta-bg.png') repeat-x;
	height: 57px;
	margin: 0 0 -13px 0;
	position: relative;
	z-index: 50;
}

a.cta-button:link, a.cta-button:visited {
	background: url('i/cta-ribbon.png') no-repeat;
	width: 226px;
	height: 76px;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center; 
	justify-content: center;
	padding: 1px 20px 0 23px;
	line-height: 1em;
	position: absolute;
	top: -18px;
	left: 158px;
}

/* Carousel */

.carousel {
	margin: 0 0 20px 0;
}

.carousel-slide {
	width: 100%;
}

.item {
	width: 30.78%;
	margin: 0 0 0 2.84%;
	font-size: 14px;
	text-align: center;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.item:first-child {
	margin-left: 0;
}

.thumbnail a {
	position: relative;
	display: block;
}

.thumbnail img {
	display: block;
	margin: 0 auto;
	border: 1px solid #680202;
	margin: 0 0 15px 0;
	width: 100%;
	height: auto;
}

.white-text .thumbnail img {
	border-color: #fad46e;
}

.item p {
	margin: 0;
}

.caption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(239,29,9,0.48);
	color: #FFF;
	padding: 12px 12px;
}

.caption h5 {
	color: #FFF;
}

/* Footer */

.footer {
	position: relative;
	z-index: 60;
	padding: 30px 0 65px 0;
	color: #FFF;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}

.footer a:link, .footer a:visited {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color: #FFF;
}

.footer-contacts {
	float: left;
	display: inline;
	width: 18.6%;
	text-align: center;
	margin: 8px 0 0 0;
}

.footer-logo {
	margin: 0 0 20px 0;
}

.footer-social {
	margin: 0 0 15px 0;
}

.map {
	float: right;
	display: inline;
	margin: -90px -33px -25px 0;
}

.map p {
	line-height: 1.25em;
	margin: 0;
}

.map img {
	display: block;
}

.footer-menu {
	float: right;
	display: inline;
	margin: 7px 12px 0 0;
}

.footer-menu li {
	margin: 0 0 7px 0;
	text-transform: uppercase;
}

.bottom-line {
	position: relative;
}

.bottom-text {
	font-size: 11px;
	text-align: center;
	margin: 0 0 0 -100px;
}

.bottom-text .aligncenter {
	margin-bottom: 7px;
}

.bottom-text p {
	line-height: 1.3em;
	margin: 0;
}

.copyright {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 11px;
	color: #cb8e4b;
}

.copyright p {
	margin: 0;
	line-height: 1.3em;
}

.copyright a:link, .copyright a:visited {
	color: #cb8e4b;
}


/* Post */

.post {
	margin: 0 0 40px 0;
	line-height: 1.45em;
}

.more {
	margin: 10px 0 0 0;
}

.post-pic-big {
	margin: 0 0 25px 0;
}

h3.post-title { font-size: 20px !important; }

/* Pagination */

.pagination {
	text-align: center;
}

.pagination a:link, .pagination a:visited, .pagination span {
	border: 1px solid #70262e;
	color: #70262e;
	text-decoration: none;
	text-align: center;
	padding: 7px 12px;
	margin: 0 6px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.pagination span, .pagination a:hover {
	background: #70262e;
	color: #FFF;
}

/* Timeline */

@font-face {
    font-family: 'Park Lane NF';
    src: url('includes/fonts/ParkLaneNF.eot');
    src: url('includes/fonts/ParkLaneNF.eot') format('embedded-opentype'),
         url('includes/fonts/ParkLaneNF.woff2') format('woff2'),
         url('includes/fonts/ParkLaneNF.woff') format('woff'),
         url('includes/fonts/ParkLaneNF.ttf') format('truetype'),
         url('includes/fonts/ParkLaneNF.svg#ParkLaneNF') format('svg');
}

.timeline-area {
	background: #f6eed9 url('i/timeline/timeline-bg.gif') 50% 0;
}

.timeline-wrapper {
	background: url('i/timeline/timeline-grid.png') 50% 0;
	padding: 80px 0;
}

.established {
	font: 18px Georgia;
	text-transform: uppercase;
	color: #393534;
	text-align: center;
	letter-spacing: 2.3px;
}

.established strong {
	font: 64px 'Park Lane NF';
	letter-spacing: 8px;
	line-height: 1em;
}

ul.timeline {
	background: url('i/timeline/lines-new.png') repeat-y 50% 0;
	position: relative;
	margin: 55px auto;
	width: 850px;
}

.timeline:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	background: url('i/timeline/top-new.png') no-repeat;
	width: 34px;
	height: 32px;
	-webkit-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
}

.timeline:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: url('i/timeline/bottom-new.png') no-repeat;
	width: 34px;
	height: 33px;
	-webkit-transform: translate(-50%,100%);
	transform: translate(-50%,100%);
}

ul.timeline li {
	z-index: 20;
	font-weight: 700;
	font-size: 12px;
	color: #393534;
	margin: 0 0 -190px 0;
	padding: 0;
	list-style: none;
}

ul.timeline li.timeline-text-only {
	margin-top: 190px;
	min-height: 150px;
}

ul.timeline li:before {
	display: none;
}

ul.timeline li:first-child {
	margin-top: -30px;
}

ul.timeline li.timeline-background:first-child {
	margin-top: 0;
	margin-bottom: -30px;
}

ul.timeline li:last-child {
	margin-bottom: 0;
}

ul.timeline li.timeline-background {
	z-index: 10;
	height: 0;
	overflow: visible;
	text-align: center;
	margin: 0;
}

.timeline-background img {
	transform: translate(0,25%);
}

.timeline-spacer+.timeline-background img {
	transform: translate(0,-75%);
}

.timeline-right {
	text-align: right;
}

.timeline-left, .timeline-right {
	min-height: 480px;
}

.timeline-item {
	width: 358px;
	text-align: center;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.timeline-item:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 11;
	top: 133px;
	left: -96px;
	width: 230px;
	height: 2px;
	background: url('i/timeline/line-right.png') no-repeat;
}

.timeline-text-only .timeline-item:before {
	top: 14px;
}

.timeline-left .timeline-item:before {
	right: -96px;
	left: auto;
	background-image: url('i/timeline/line-left.png');
}

.timeline-photo {
	margin: 0 0 13px 0;
	border: 4px solid #736357;
	position: relative;
	z-index: 12;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.timeline-photo img {
	border: 4px solid #e9bd58;
	display: block;
}

.year {
	font: 22px Georgia;
	text-transform: uppercase;
	color: #393534;
	position: relative;
	letter-spacing: 3px;
	margin: 0 0 7px 0;
}

.timeline-popup, .popup {
	position: absolute;
	top: 0;
	left: 50%;
	background: #f6eed9;
	width: 500px;
	-webkit-transform: translate(-50%,-110%);
	transform: translate(-50%,-108%);
	z-index: 30;
	font: 700 12px Arial;
	letter-spacing: 0;
	text-transform: none;
	border: 4px solid #d7d5c7;
	padding: 15px 20px;
	box-shadow: 2px 2px 10px 0 #999;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	opacity: 0;
	pointer-events: none;
}

.popup {
	top: auto;
	bottom: 100%;
	left: 100%;
	margin: 0 0 11px -40px;
	-webkit-transform: none;
	transform: none;
}

.popup-trigger {
	position: relative;
	background: url('i/information.png') no-repeat 100% 50%;
	padding: 0 20px 0 0;
}

.info-icon:hover .timeline-popup, .popup-trigger:hover .popup {
	opacity: 1;
	pointer-events: inherit;
}

.timeline-popup:before, .popup:before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	border: 1px solid #d7d5c7;
	background: transparent;
}

.timeline-popup:after, .popup:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-top: 15px solid #d7d5c7;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	-webkit-transform: translate(-50%,100%);
	transform: translate(-50%,100%);
}

.popup:after {
	left: 18px;
	-webkit-transform: translate(0,100%);
	transform: translate(0,100%);
}

.info-icon {
	position: absolute;
	top: -3px;
	left: 6px;
}

.info-icon .the-icon {
	width: 29px;
	height: 29px;
	background: url('i/timeline/ico-info.png') no-repeat;
	cursor: pointer;
}

.timeline-left .info-icon {
	left: auto;
	right: 6px;
}

.timeline p {
	line-height: 1.5em;
	margin: 0;
}

.timeline-spacer {
	height: 470px;
}

.today {
	font: 64px 'Park Lane NF';
	text-transform: uppercase;
	color: #393534;
	text-align: center;
	margin: 0 0 20px 0;
	letter-spacing: 9px;
}

.timeline-outro {
	width: 540px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 12px;
	color: #393534;
	text-align: center;
}

.timeline-outro p {
	line-height: 1.5em;
}

/* Map with Hotspots */

.product-image {
	position: relative;
	margin: 0 -90px;
	text-align: center;
	z-index: 120;
}
.product-image img {
	display: block;
}
.feature {
	position: absolute;
	z-index: 90;
}
.feature:hover {
	z-index: 91;
}
.trigger {
	width: 29px;
	height: 29px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #70262e;
	font-size: 27px;
	font-weight: 800;
	color: #FFF;
	text-align: center;
	line-height: 25px;
	position: relative;
	z-index: 10;
	border: 2px solid #FFF;
	cursor: pointer;
}
.details {
	position: absolute;
	top: 50%;
	left: -152px;
	min-width: 170px;
	background: rgba(200,200,200,0.95);
	font-size: 14px;
	color: #424242;
	text-align: center;
	z-index: 120;
	padding: 20px 25px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	pointer-events: none;
}
.details * {
	color: #424242;
}
.details img {
	max-width: 400px;
	height: auto;
}
.feature:hover .details {
	opacity: 1;
	pointer-events: inherit;
}
.trigger-left .details {
	left: auto;
	right: -152px;
}
.trigger-bottom .details {
	left: 50%;
	top: auto;
	bottom: 15px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.trigger-top .details {
	left: 50%;
	top: 15px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.message {
	background: rgba(109,14,14,0.83);
	color: #FFF;
	padding: 12px 0;
	text-align: center;
}

.message p {
	margin: 0;
}

.message a:link, .message a:visited {
	color: #FFF;
}

.single-ai1ec_event .post-date, .ai1ec-event-footer {
	display: none !important;
}

.ai1ec-stream-view .ai1ec-event-description {
	max-height: 999px !important;
}

.ai1ec-stream-view .ai1ec-event, .ai1ec-stream-view .ai1ec-event-inner {
	height: auto !important;
}

ul.ai1ec-nav li {
	padding: 0 !important;
}

ul.ai1ec-nav li:before {
	display: none !important;
}

.ai1ec-stream-view .ai1ec-event-title {
	max-height: 999px !important;
	overflow: visible !important;
	line-height: 1.3em !important;
}

.ai1ec-stream-view .ai1ec-event-avatar img {
	width: 100% !important;
	height: auto !important;
}

.soliloquy-outer-container ul li:before {
	display: none !important;
}


.soliloquy-container .soliloquy-caption { 
  position: relative !important; 
}

/* Form */

.gchoice br {
	display: none !important;
}

#gform_wrapper_19 li {
	font-size: 18px !important;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
	margin-right: 30px !important;
}

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
    box-sizing: inherit !important;
}

.gform_wrapper {
	max-width: 100% !important;
	margin: 0 !important;
	display: block !important;
}

ul.gfield_radio {
	margin-bottom: -10px !important;
	white-space: nowrap !important;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
	white-space: nowrap !important;
}

.form .gform_wrapper {
	margin: 18px 5px 0 5px !important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
	margin: 0 !important;
}

.gform_button {
	background: #70262e !important;
	text-transform: uppercase !important;
	font: 400 14px Arial !important;
	color: #FFF !important;
	cursor: pointer !important;
	padding: 10px 20px !important;
	border: none !important;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

.gform_button:hover {
	background: #550707 !important;
}

ul.gform_fields {
	margin: 0 !important;
}

ul.gform_fields>li {
	padding-left: 0 !important;
	font-style: normal;
	margin: 0 0 14px 0 !important;
	font-weight: 400 !important;
	background: transparent;
	overflow: hidden !important;
}

.gform_wrapper li.gfield.gfield_error {
	padding: 0 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: transparent !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-left: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
	max-width: 100% !important;
}

.validation_error, .validation_message {
	display: none !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.gform_wrapper .top_label .gfield_error {
	width: auto !important;
}

.gform_wrapper ul li:before {
	display: none;
}

.no-label .gfield_label {
	display: none !important;
}

.show-label .gfield_label {
	display: block !important;
}

.ginput_container input, .ginput_container textarea, .ginput_container select,
.field-large .ginput_container input, .field-large .ginput_container textarea, .field-large .ginput_container select {
	display: block !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin: 8px 0 0 0 !important;
	padding: 9px 15px !important;
	text-indent: 0 !important;
	font: 18px 'Proxima Nova' !important;
	letter-spacing: 1px !important;
	color: #1e1919 !important;
	background: #f9f9f9 !important;
	border: 1px solid #c8c8c8 !important;
	width: 100% !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 5px #ddd;
	-moz-box-shadow: inset 0 1px 5px #ddd;
	box-shadow: inset 0 1px 5px #ddd;
	-webkit-transition: background 400ms, color 400ms, border 1s;
	-moz-transition: background 400ms, color 400ms, border 1s;
	-o-transition: background 400ms, color 400ms, border 1s;
	transition: background 400ms, color 400ms;
}

.gfield_checkbox input, .gfield_radio input {
	display: inline-block !important;
	vertical-align: top !important;
	margin-right: 3px !important;
	margin-top: 2px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	width: auto !important;
}

.gchoice {
	margin-bottom: 11px !important;
}

.gfield_description {
	line-height: 2em !important;
}

.ginput_container input:focus, .ginput_container textarea:focus {
	outline: none;
	background: #fff !important;
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
}

.gfield_error .ginput_container input, .gfield_error .ginput_container textarea, .gfield_error .ginput_container select {
	background: #ffbfbf !important;
}

.ginput_container_checkbox input {
	-webkit-box-shadow: 0 0 0 transparent !important;
	-moz-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
}

.ginput_container_checkbox input {
	margin-top: 3px !important;
}

::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}

.gform_footer {
	margin: 15px 0 0 0 !important;
	padding: 0 !important;
}

.gform_wrapper .ginput_container input.datepicker,
.gfield_captcha_input_container input {
    width: 11.75em !important;
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
	width: 45% !important;
	display: inline-block !important;
}

p:empty {
	display: none;
}

.fancybox-inner {
	overflow: hidden !important;
}

.ginput_complex.ginput_container_name {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.ginput_complex.ginput_container_name>p {
	width: 48%;
	margin: 0;
}

.ginput_complex.ginput_container_name>p>span {
	width: 100% !important;
}

.ginput_complex.ginput_container_name>p br {
	display: none !important;
}

.ginput_complex.ginput_container_name>p label {
	margin-bottom: 0 !important;
}

/* Responsive Menu */

html, .container, .scroller {
	height: 100%;
}
.scroller {
	overflow: hidden;
}
.mp-pushed .scroller {
	overflow-y: hidden;
}
.scroller,
.scroller-inner {
	position: relative;
}
.container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 2;
}
.pusher {
	position: relative;
	left: 0;
	height: 100%;
	perspective: 1000px;
}

/* Side Menu Layout */
.side-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 290px;
	height: 100%;
	overflow: hidden;
	background: #FFF;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.mp-level:first-child {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* overlays for pusher and for level that gets covered */
.pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}
.pusher::after {
	z-index: 999;
}
.pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}
.mp-level::after {
	z-index: -1;
}
.pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.mp-level.mp-level-overlay {
	cursor: pointer;
}
.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}
.pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}
/* First level */
.side-menu > .mp-level,
.side-menu > .mp-level.mp-level-open,
.side-menu.mp-overlap > .mp-level,
.side-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
/* Side Menu Styling */
.side-menu {
	display: block;
}
.the-side-menu {
	margin: 0 0 40px 0;
}
.the-side-menu>.mp-level ul li>a:link, .the-side-menu>.mp-level ul li>a:visited {
	display: block;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #70262e !important;
	text-decoration: none;
	text-align: center;
	padding: 14px 10px;
	border-bottom: 1px solid #cce5c8;
	letter-spacing: 1px;
}
a.mp-back:link, a.mp-back:visited {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	background: #70262e;
	color: #FFF;
	text-decoration: none;
	padding: 12px 25px 11px 25px;
	border-bottom: 1px solid #FFF;
	letter-spacing: 1px;
	position: relative;
}
a.mp-back:link:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	border-right: 6px solid #FFF;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin: -4px 0 0 0;
}
.the-side-menu>.mp-level ul li>a>span {
	position: relative;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span {
	padding-right: 39px;
	margin: 0 -30px 0 0;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 26px;
	border-top: 5px solid #FFF;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin: -3px 0 0 0;
	-webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
	transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
}
.the-side-menu>.mp-level ul li.current-menu-item>a, .the-side-menu>.mp-level ul li.current-menu-parent>a, .the-side-menu>.mp-level ul li.current-menu-ancestor>a,
.the-side-menu>.mp-level ul li.open {
	background: #70262e;
	color: #FFF !important;
}
.the-side-menu>.mp-level ul li>a:hover {
	background: #70262e;
	color: #FFF !important;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a:hover>span:before,
.the-side-menu>.mp-level ul li.open>a>span:before {
	border-top-color: #FFF;
}
.the-side-menu>.mp-level ul li.current-menu-item a:link, .the-side-menu>.mp-level ul li.current-menu-item a:visited,
.the-side-menu>.mp-level ul li.current-menu-item a:link, .the-side-menu>.mp-level ul li.current-menu-parent a:visited,
.the-side-menu>.mp-level ul li.current-menu-ancestor a:link, .the-side-menu>.mp-level ul li.current-menu-ancestor a:visited,
.the-side-menu>.mp-level ul li.open a:link, .the-side-menu>.mp-level ul li.open a:visited {
	color: #FFF;
}
.the-side-menu>.mp-level ul li.current-menu-item>a>span:after,
.the-side-menu>.mp-level ul li.current-menu-parent>a>span:after,
.the-side-menu>.mp-level ul li.current-menu-anestor>a>span:after,
.the-side-menu>.mp-level ul li.current_page_item>a>span:after,
.the-side-menu>.mp-level ul li.current_page_parent>a>span:after,
.the-side-menu>.mp-level ul li.current_page_anestor>a>span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	height: 3px;
	background: #000;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span:after {
	right: 39px;
}
.mp-menu-open {
	z-index: 200;
}

/* Narrow Desktop */
@media (max-width: 1170px) {
	.frame {
		width: 940px;
	}
	.prev {
		left: 0;
	}
	.next {
		right: 0;
	}
	.slide-text {
		width: 70%;
	}
	.main-menu {
		text-align: left;
	}
	.logo {
		margin-left: 0;
	}
	.carousel-slide {
		width: 90%;
		margin: 0 5%;
		text-align: center;
	}
	.item {
		width: 30.3%;
		margin: 0 1.5%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.product-image {
		margin: 0;
	}
}

/* Tablet */
@media (max-width: 959px) {
	.frame {
		width: auto !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
		position: relative;
	}
	.header .frame {
		position: relative;
	}
	a.header-button:link, a.header-button:visited {
		right: -20px;
		bottom: -20px;
	}
	.main-menu, .top-menu {
		display: none;
	}
	a#menu-button:link, a#menu-button:visited {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		background: #550707;
		color: #FFF;
		font-size: 14px;
		font-weight: 700;
		padding: 15px 44px 15px 14px;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		text-transform: uppercase;
		outline: none;
	}
	#menu-button:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 21px;
		right: 14px;
		width: 20px;
		height: 11px;
		border-top: 4px solid #FFF;
		border-bottom: 4px solid #FFF;
		-webkit-transition: all 350ms ease;
		transition: all 350ms ease;
	}
	#menu-button:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 14px;
		right: 14px;
		width: 20px;
		height: 8px;
		border-bottom: 4px solid #FFF;
		-webkit-transition: all 350ms ease;
		transition: all 350ms ease;
	}
	.header-social {
		margin: 25px 120px 0 0;
	}
	.slide {
		height: 450px;
	}
	.slide-text {
		width: 90%;
	}
	.station {
		display: flex;
		flex-direction: column;
		align-items: center; 
		justify-content: center;
	}
	.video-description, .video {
		float: none;
		display: block;
		margin: 0 auto 20px auto;
	}
	.video-description {
		width: auto;
		margin: 0;
	}
	a.cta-button:link, a.cta-button:visited {
		left: 0;
	}
	.cycle-slideshow>.frame {
		left: 0;
		right: 0;
		margin: 0;
		-webkit-transform: none;
		transform: none;
	}
	.carousel>.frame {
		left: -20px;
		right: -20px;
	}
	.prev, .next {
		
	}
	.caption {
		position: static;
		background: transparent;
		color: #000;
		padding: 0;
	}
	.caption h5 {
		color: #000;
	}
	.footer {
		padding-bottom: 30px;
	}
	.map {
		width: 270px;
	}
	.footer-contacts {
		width: 25%;
		text-align: left;
	}
	.bottom-text {
		margin: 0 0 20px 0;
	}
	.copyright {
		position: static;
		text-align: center;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	h5 {
		font-size: 16px;
	}
	table {
		width: 100% !important;
		margin: 0 0 10px 0 !important;
	}
	img, iframe, .wp-caption {
		max-width: 100%;
		height: auto;
	}
	td {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	td img {
		max-width: 85%;
	}
	td .alignleft, td .alignright {
		max-width: 90%;
	}
	.fancybox-wrap {
		max-width: 520px;
	}
	.fancybox-inner {
		max-width: 100%;
	}
	.prev, .next {
		background-size: cover;
		width: 18px;
		height: 57px;
	}
	ul.timeline {
		width: 560px;
	}
	.timeline-item {
		width: 250px;
	}
	.timeline-popup {
		width: 400px;
	}
	.timeline-item:before {
		top: 110px;
	}
	.timeline-text-only .timeline-item:before {
		top: 13px;
		width: 140px;
	}
	.timeline-right .timeline-item:before {
		left: -60px;
	}
	.timeline-left .timeline-item:before {
		right: -60px;
	}
	.trigger {
		width: 18px;
		height: 18px;
	        font-size: 16px;
	    	line-height: 14px;
	}
	.details {
	    min-width: 140px;
	    font-size: 14px;
	    padding: 10px 15px;
	}
}

/* Mobile */
@media (max-width: 599px) {
	.alignleft, .alignright, .aligncenter {
		float: none;
		display: block;
		margin: 0 auto 15px auto !important;
	}
	.header {
		height: auto;
		background-size: cover;
	}
	.header .frame {
		padding: 0 0 30px 0;
	}
	.logo {
		float: none;
		display: block;
		margin: 0;
		padding: 70px 0 20px 0;
		text-align: center;
	}
	a#menu-button:link, a#menu-button:visited {
		top: 0;
		left: 50%;
		right: auto;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	.header-social {
		float: none;
		display: block;
		text-align: center;
		margin: 0;
	}
	.social-label {
		margin-left: 0;
	}
	a.header-button:link, a.header-button:visited {
		bottom: -10px;
	}
	.slide {
		background: transparent !important;
		height: auto;
	}
	.slide-image {
		display: block;
	}
	.slide-image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.slide-text {
		display: block !important;
		position: static;
		background: transparent;
		width: 100%;
		-webkit-transform: none;
		transform: none;
		color: #000;
		text-align: center;
		margin: 0;
		padding: 20px 0 20px 0;
	}
	.slide-text h1, .slide-text h2 {
		color: #000;
		text-align: center;
	}
	.slide-text h1.border {
		border-color: #000;
	}
	.video {
		width: 280px;
		height: 204px;
	}
	.video img, .video object, .video iframe {
		top: 27px;
		width: 278px !important;
		height: 162px !important;
	}
	td img {
		max-width: 100% !important;
	}
	a.cta-button:link, a.cta-button:visited {
		left: 50%;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	.item {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.thumbnail img {
		margin: 0 auto 15px auto;
	}
	.slider>.frame {
		/*top: 54px;
		-webkit-transform: none;
		transform: none;*/
		display: none;
	}
	.carousel>.frame {
		left: -30px;
		right: -30px;
	}
	.prev, .next {
		opacity: 0.5;
	}
	.prev:hover, .next:hover {
		opacity: 0.7;
	}
	.footer-contacts, .footer-menu, .map {
		float: none;
		display: block;
		margin: 0;
		width: auto;
		text-align: center;
	}
	.map {
		margin: 0 0 10px 0;
	}
	.map img {
		width: 280px;
		margin: 0 auto;
	}
	.footer-menu {
		margin: 0 0 25px 0;
	}
	.content ul {
		margin-left: 0;
	}
	.fancybox-wrap {
		max-width: 280px;
	}
	.fancybox-prev span, .fancybox-next span {
		background: transparent !important;
	}
	table, tbody, tr, td {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
	}
	td {
		padding: 10px 0 !important;
	}
	.tablepress .row-hover tr:hover td {
		background: transparent !important;
	}
	table.table {
		display: table !important;
	}
	td p {
		margin: 0;
	}
	table.table tbody, table.table thead {
		display: table-row-group !important;
	}
	table.table tr {
		display: table-row !important;
	}
	table.table th, table.table td {
		display: table-cell !important;
		width: auto !important;
		padding: 5px 5px !important;
	}
	ul.timeline {
		width: 300px;
		background-position: 0 0;
	}
	ul.timeline:before {
		left: 0;
		-webkit-transform: translate(0,-100%);
		transform: translate(0,-100%);
	}
	ul.timeline:after {
		left: 0;
		-webkit-transform: translate(0,100%);
		transform: translate(0,100%);
	}
	ul.timeline li, ul.timeline li.timeline-text-only {
		text-align: right;
		margin: 0 0 30px 0;
		min-height: 1px;
	}
	.timeline-item {
		width: 250px;
	}
	.timeline-popup {
		width: 220px;
		left: 100%;
		top: 100%;
		-webkit-transform: none;
		transform: none;
	}
	.timeline-item:before {
		top: 110px;
	}
	.timeline-text-only .timeline-item:before {
		top: 13px;
		width: 140px;
	}
	.timeline-right .timeline-item:before, .timeline-left .timeline-item:before {
		left: -60px;
		background-image: url('i/timeline/line-right.png');
	}
	.timeline-spacer {
		height: 50px;
	}
	.timeline-outro {
		width: auto;
	}
	.details img {
		max-width: 200px;
	}
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside { font-family: sans-serif !important; }



