body {
	margin: 0;
	padding: 0;
}

.msr-container {
	background: white;
	color: #232323;
	width: 100%;

	overflow-x: hidden;
	/* min-width: 1100px; */
}

.msr-container, .msr-container * {
	-webkit-font-smoothing: antialiased;
}

.msr-container, .msr-container a, .msr-container p, .msr-container h1, .msr-container h2, .msr-container h3, .msr-container span {
	font-family: "raleway", 'Heletica Neue', 'Helvetica', 'Arial', sans-serif;
}

.msr-container a {
	color: #224a87;
}

.msr-header {
	width: 100%;
	position: relative;
	padding-top: 38%;
	background-color: #343434;
	background-size: cover;
}

a.msr-header-cta {
	border-radius: 3px;
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
	padding: 0px 20px;
	color: #224a87;
	background: white;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	margin-top: 24px;
	box-shadow: 0px 6px 24px rgba(0,0,0,0.3);
	text-transform: uppercase;

}

a.msr-header-cta:active, a.msr-header-cta:visited, a.msr-header-cta:hover {
	color: #224a87;
	text-decoration: none;
}

a.msr-header-cta.highlight:active, a.msr-header-cta.highlight:visited {
	color: #0F1A56;
}

a.msr-header-cta.sub:active, a.msr-header-cta.sub:visited {
	color: #fff;
}

a.msr-header-cta.sub {
	background: transparent;
	border: 2px solid white;
	color: white;
	height: 48px;
	line-height: 48px;
}

a.msr-header-cta.sub:hover {
	color: #0F1A56;
	background: white;
}

a.msr-header-cta.highlight {
	background-color: #FEE074;
	color: #0F1A56;
	margin-right: 12px;
}

a.msr-header-cta.highlight:hover {
	color: #0F1A56;
	background: white;
}



.msr-header.heritage {
	background-image: url(../images/header-heritage.jpg);
	background-color: #877063;
}

.msr-header.live {
	background-image: url(../images/header-cam.jpg);
	background-position: center;
	background-color: #6A7D95;
}

.msr-header.heritage-main {
	background-image: url(../images/heritage-bg.jpg);
	padding-top: 0;
	height: 527px;
	background-position: center center;
}

.msr-header.main-header {
	background-image: url(../images/main-boat-bg.jpg);
	padding-top: 0;
	height: 527px;
	background-position: center center;
}

@media(min-width: 1480px){
	.msr-header.heritage-main {
		padding-top: 36%;
		height: auto;
	}

	.msr-header.main-header {
		padding-top: 36%;
		height: auto;
	}
}

.msr-header-highlight-wrap {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: auto;
	bottom: 0;

	transform: translate3d(-50%,0,0);
}

.msr-header-highlight {
	position: static;
	width: 100%;
	height: 527px;
}

div.msr-h-pic-wrap {
	position: absolute;
	top: 102px;
	bottom: 48px;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.msr-header-highlight-pic {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-image: url(../images/boat-header-4.png);
	width: 100%;
	height: 527px;
	position: absolute;
	top: -102px;
}

.msr-gutter {
	width: calc(100% + 48px);
	position: absolute;
	height: 100%;
	left: 48px;
	transform: translate3d(-100%,0,0);
	overflow: hidden;
}

.msr-gutter-inner {
	width: calc(100% - 48px);
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(100%,0,0);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-image: url(../images/boat-header-2.jpg);
	height: 100%;
}

.msr-header-heritage-content, .msr-header-main-content {
	top: 102px;
	bottom: 48px;
	position: absolute;
	height: auto;
	width: calc(53% - 72px);
	right: 72px;
	color: white;
}

.msr-header-heritage-content-inner, .msr-header-main-content-inner {
	width: 100%;
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
	transform: translate3d(0,-50%,0);
}

.msr-header-heritage-content p, .msr-header-main-content p {
	font-size: 18px;
	line-height: 24px;
	padding: 0;
	margin: 0;
}

a.heritage-card-link {
	display: block;
	width: calc(50% - 16px);
	float: left;
	height: auto;
	border-radius: 4px;
	background: rgba(252,252,252,1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 70px 24px 24px 24px;
	margin-top: 36px;
	box-shadow: 0px 4px 24px rgba(0,0,0,0.25);
	transform-origin: 50% 50%;
	transition: transform 0.3s cubic-bezier(0.4,1,0.4,1);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 24px 24px;
	text-decoration: none;
	color: #232323;
	font-size: 16px;
	line-height: 18px;
}

a.heritage-card-link:hover, a.heritage-card-link:visited, a.heritage-card-link:active {
	color: #232323;
	text-decoration: none;
}

a.heritage-card-link.info {
	background-image: url(../images/info.svg);
}

a.heritage-card-link.live {
	background-image: url(../images/live.svg);
}

a.heritage-card-link span.card-title {
	font-size: 20px;
	line-height: 24px;
	display: block;
	height: 24px;
	width: 100%;
	overflow: hidden;
	font-weight: 600;
}

a.heritage-card-link span.card-detail {
	display: block;
	height: auto;
	width: 100%;

	overflow: hidden;

}

@media(min-width: 1570px){
	a.heritage-card-link span.card-detail {
		min-height: 0;
	}
}

a.heritage-card-link:hover {
	background-color: white;
	transform: translate3d(0,0,0) scale(1.02);
}

a.heritage-card-link:last-of-type {
	float: right;
}

.msr-header-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px 24px;
	/*max-width: 1280px;*/
	background-image: url(../images/header-gradf.png);
	background-repeat: repeat-x;
	background-size: 100% 88px;
	background-position: top;
	overflow: visible
}

.msr-header.nav-only {
	height: 90px;
	padding-top: 0;
	background-image: none;
	background-color: #26436F;
}

.msr-header.nav-only .msr-header-inner {
	background-image: none;
}

nav.msr-nav {
	width: 100%;
	height: 90px;
}

nav.msr-nav:after {
	display: block;
	content: " ";
	visibility: visible;
	clear: both;
}

nav.msr-nav a.msr-logo {
	width: 156px;
	height: 90px;
	display: block;
	line-height: 90px;
	float: left;
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 156px auto;
}

nav.msr-nav > ul.msr-nav-links {
	float: right;
	height: 100%;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav.msr-nav > ul.msr-nav-links > li {
	display: inline-block;
	height: 100%;
	line-height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

nav.msr-nav > ul.msr-nav-links > li > a {
	display: block;
	height: 100%;
	line-height: 90px;
	color: white;
	text-decoration: none;
	padding: 0 18px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

nav.msr-nav > ul.msr-nav-links > li.msr-nav-wide:last-of-type > a {
	padding-right: 0;
}

nav.msr-nav > ul.msr-nav-links > li > a.msr-social,
nav.msr-nav > ul.msr-nav-links > li > a.msr-menu  {
	width: 24px;
	background-size: 24px 24px;
	background-position: center;
	background-repeat: no-repeat;
}

a.msr-social.msr-fb {
	background-image: url(../images/fb.svg);
}

a.msr-social.msr-twitter {
	background-image: url(../images/twit.svg);
}

.msr-menu-open .msr-menu {
	background-image: url(../images/open-menu.svg);
}

.msr-menu-close .msr-menu {
	background-image: url(../images/close-menu.svg);
}

nav.msr-nav > ul.msr-nav-links > li.msr-nav-small {
	display: none;
}

nav.msr-nav > ul.msr-nav-links > li.msr-nav-small.msr-menu-close {
	display: none;
}

.msr-main {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 48px 48px 72px 48px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.msr-main.msr-two-col > .msr-col-left, .msr-main.msr-two-col > .msr-col-right {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.msr-main.msr-two-col:after {
	display: block;
	content: " ";
	visibility: visible;
	clear: both;
}

.msr-main.msr-two-col > .msr-col-left {
	width: 33%;
	padding-right: 24px;
}

.msr-main.msr-two-col > .msr-col-right {
	width: 67%;
	padding-left: 24px;
}

.msr-main h2 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

ul.msr-live-updates {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: 24px;
}

ul.msr-live-updates > li {
	display: inline-block;
	width: calc(50% - 11px);
	margin-right: 16px;
	vertical-align: top;
	margin-bottom: 16px;
	background-color: #ebebeb;
}

ul.msr-live-updates > li:nth-child(even){
	margin-right: 0;
}

a.msr-update-photo {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 100%;
	display: block;
	border-radius: 5px;
	position: relative;
}

a.msr-update-photo.msr-video:after {
	display: block;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: " ";
	visibility: visible;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	background-size: 114px 114px;
	background-position: center;
	position: absolute;
}

div.msr-header h1 {
	color: white;
	font-weight: 700;
	font-size: 48px;
	margin: 0;
	padding: 0;
	line-height: 56px;
}

span.msr-header-sub {
	font-weight: 400;
	color: white;
	font-size: 20px;
	line-height: 24px;
}

div.msr-header-content {
	position: absolute;
	width: 100%;
	bottom: 48px;
	box-sizing: border-box;
	padding-right: 96px;
	left: calc(50% + 48px);
	max-width: 1280px;
	-moz-box-sizing: border-box;
	transform: translate3d(-50%,0,0);
}

.msr-main p, .msr-modal-wrap p {
	margin: 0;
	padding: 8px 0 16px 0;
	font-size: 18px;
	line-height: 24px;
}

.msr-main h2 {
	margin-top: 32px;
}

.msr-main h3 {
	margin: 0;
	padding: 24px 0 0 0;
	font-size: 22px;
	font-weight: 600;
}

.msr-main h2:first-of-type {
	margin-top: 16px;
}

.msr-main.msr-two-col h2:first-of-type {
	margin-top: 0;
}

.msr-main.msr-two-col > .msr-col-left h2 {
	margin-top: 48px;
}

.msr-main.msr-two-col > .msr-col-left > h2:first-of-type {
	margin-top: 0;
}

div.msr-cam-preview {
	width: 100%;
	background: #f2f2f2;
	border-radius: 5px;
	height: 300px;
	margin-top: 16px;
}

@media(min-width: 1400px){
	.msr-header {
		padding-top: 0;
		height: 532px;
	}
}

@media(max-width: 1200px){

	div.msr-header-content {
		bottom: 36px;
	}

}

div.msr-modal-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
}

div.msr-modal-wrap.enabled {
	opacity: 1;
	pointer-events: auto;
}
div.msr-click-out {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.msr-modal {
	width: calc(100% - 48px);
	max-height: calc(100% - 48px);
	box-sizing: border-box;
	max-width: 920px;
	-moz-box-sizing: border-box;
	padding: 16px 32px 32px 32px;
	background: white;
	box-shadow: 0px 8px 32px rgba(0,0,0,0.3);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	color: #232323;
	transform-origin: 50% 50%;
	transform: translate3d(-50%,-50%,0) scale(0.9);
	position: absolute;
	left: 50%;
	top: 50%;
	background: white;
}

div.msr-modal-wrap, div.msr-modal {
	transition: all 0.4s cubic-bezier(0.4,1,0.4,1);
}

div.msr-modal-wrap.enabled div.msr-modal {
	transform: translate3d(-50%,-50%,0) scale(1);
}

div.msr-modal-top {
	height: 50px;
	width: 100%;
}

div.msr-modal-top h2 {
	font-size: 24px;
	float: left;
	height: 50px;
	line-height: 50px;
	display: block;
	padding: 0;
	margin: 0;
}

div.msr-modal-top a.msr-close-modal {
	background-image: url(../images/close.svg);
	opacity: 0.25;
	width: 50px;
	height: 50px;
	float: right;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px 28px;
}

div.msr-media-container {
	width: 100%;
	display: flex;
	clear: both;
	margin-top: 12px;
}

div.msr-media-area {
	position: relative;
	background-color: #ebebeb;
	flex-grow: 1;
}

div.msr-media-detail-area {
	margin-top: 12px;
	width: 308px;
	margin-left: 20px;
}

div.msr-media-detail-area p strong {
	font-weight: 700;
}

span.msr-posted-time, span.msr-posted-time a {
	font-size: 12px;
	color: #767676;
	line-height: 16px;
}

.msr-media-area > * {
	width: 100%;
	height: auto;
}

ul.msr-filter-list {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 0;
}

ul.msr-filter-list > li {
	display: block;
	width: 100%;
	height: 64px;
	line-height: 64px;
	margin-bottom: 12px;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #ebebeb;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.07);
	text-indent: 72px;
	background-repeat: no-repeat;
	background-size: 58px 50px;
	background-position: 0 center;
	font-size: 18px;
	font-weight: 500;
	overflow: visible;
	position: relative;
	user-select: none;
	-webkit-user-select: none;
}

ul.msr-filter-list > li.selected {
	color: #29446D;
	font-weight: 700;
}

ul.msr-filter-list > li.selected:after {
	border: 3px solid #29446D;
	position: absolute;
	pointer-events: none;
	content: " ";
	display: block;
	visibility: visible;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a.msr-filters-pill {
	display: none;
	position: fixed;
	bottom: 24px;
	right: 24px;
	border-radius: 24px;
	text-decoration: none;
	font-weight: 700;
	background-color: #fff;
	color: #29446D;
	font-size: 14px;
	text-transform: uppercase;
	box-shadow: 0px 4px 16px rgba(0,0,0,0.3), 0px 2px 6px rgba(0,0,0,0.02);
	min-width: 80px;
	height: 44px;
	line-height: 44px;
	padding: 0 14px;
	border: 2px solid #29446D;
}

@media(max-width: 1200px){
	div.msr-header h1 {
		font-size: 40px;
		line-height: 46px;
	}
}

@media(max-width: 1088px){
	.msr-header.heritage-main {
		background-position: 35% center;
	}

	.msr-header.main-header {
		background-position: 35% center;
	}
}

@media(max-width: 1010px){

	.msr-header-heritage-content, .msr-header-main-content {
		width: calc(52% - 48px);
		right: 48px;
	}

	a.heritage-card-link span.card-detail {
		min-height: 0;
		max-height: none;
	}

	a.heritage-card-link, a.heritage-card-link:last-of-type {
		width: 100%;
		float: none;
		margin-top: 16px;
		padding: 20px;
		background-position: 20px 24px;
	}

	.msr-header-heritage-content p {
		font-size: 16px;
		line-height: 20px;
		padding-top: 6px;
		padding-bottom: 4px;
	}

	a.heritage-card-link span {
		padding-left: 48px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
}

@media(max-width: 768px){
	.msr-header-heritage-small {
		position: absolute;
		width: 100%;
		height: 360px;
		background-image: url(../images/boat-vert-2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.msr-header-main-small {
		position: absolute;
		width: 100%;
		height: 474px;
		background-image: url(../images/main-vert.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center 17%;
	}

	.msr-header-heritage-content, .msr-header-main-content {
		width: 100%;
		right: auto;
		left: auto;
		top: auto;
		bottom: auto;
		position: relative;
		padding-top: 260px;
		box-sizing: border-box;
		padding-left: 24px;
		padding-right: 24px;
		padding-bottom: 32px;
		pointer-events: none;
		background-image: url(../images/blue-grad.png);
		background-repeat: repeat-x;
		background-size: 100% 1200px;
		background-position: center 150px;
	}

	.msr-header-main-content {
		background-image: none;
		padding-top: 374px;
	}

	.msr-header-heritage-content-inner, .msr-header-main-content-inner {
		transform: translate3d(0,0,0);
		position: relative;
		top: auto;
		left: auto;
		pointer-events: all;
	}

	.msr-header.heritage-main {
		height: auto;
		background-image: none;
		background-color: #273749;
	}

	.msr-header.main-header {
		height: auto;
		background-image: none;
		background-color: #0F1956;
	}

	a.heritage-card-link span.card-title {
		font-size: 17px;
		line-height: 24px;
	}

	a.heritage-card-link {
		font-size: 14px;
		line-height: 18px;
		max-width: 300px;
		display: inline-block;
		margin-right: 16px;
	}

	a.heritage-card-link.live {
		margin-right: 0;
	}

	a.heritage-card-link, a.heritage-card-link:last-of-type {
		padding: 14px 14px 16px 14px;
		background-position: 16px center;
		background-size: 24px 24px;
	}

	a.heritage-card-link span {
		padding-left: 40px;
	}

	div.msr-header .msr-header-heritage-content h1, div.msr-header .msr-header-main-content h1 {
		font-size: 29px;
		line-height: 36px;
	}

}

@media(max-width: 440px){
	.msr-header-main-content {
		padding-top: 324px;
	}

	.msr-header-main-small {
		height: 424px;

	}
}

@media(max-width: 390px){
	.msr-header-main-content {
		padding-top: 280px;
	}

	.msr-header-main-small {
		height: 380px;

	}
}

@media(max-width: 768px){

	.msr-container {
		overflow: visible;
	}

	.msr-header.nav-only {
		height: 82px;
		overflow: visible;
	}

	nav.msr-nav {
		height: 82px;
	}

	nav.msr-nav > ul.msr-nav-links > li.msr-nav-wide {
		display: none;
		opacity: 0;
	}

	nav.msr-nav > ul.msr-nav-links > li.msr-nav-small {
		display: block;
		position: absolute;
		top: 4px;
		right: 24px;
		height: 72px;
	}

	nav.msr-nav.menu-open a.msr-logo {
		display: block;
		float: none;
	}

	nav.msr-nav.menu-open > ul.msr-nav-links {
		width: 100%;
		display: block;
		float: none;
		margin-top: 0;
		margin-bottom: 32px;
	}

	nav.msr-nav > ul.msr-nav-links > li.msr-nav-wide > a {
		line-height: 48px;
		height: 48px;
	}

	nav.msr-nav.menu-open > ul.msr-nav-links > li.msr-nav-wide {
		display: block;
		width: 100%;
		height: 48px;
		line-height: 48px;
		opacity: 1;
	}

	.msr-container nav {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0 24px;
	}

	nav.menu-open {
		background: #26436F;
		z-index: 9999;
		height: auto;
		box-shadow: 0px 6px 48px rgba(0,0,0,0.4);
	}

	nav.msr-nav.menu-open ul.msr-nav-links {
		height: auto;
	}

	nav.menu-open.msr-nav > ul.msr-nav-links > li.msr-nav-small.msr-menu-close {
		display: block;
	}

	nav.menu-open.msr-nav > ul.msr-nav-links > li.msr-nav-small.msr-menu-open {
		display: none;
	}

	nav.msr-nav a.msr-logo {
		height: 82px;
		line-height: 82px;
	}

	.msr-header-content {
		width: calc(100% - 50px);
	}
}

@media(max-width: 960px){
	nav.msr-nav a.msr-logo {
		width: 138px;
		background-size: 138px auto;
	}

	nav.msr-nav > ul.msr-nav-links > li > a {
		font-size: 14px;
		letter-spacing: 0.1px;
		padding: 0 8px;
	}

	.msr-header {
		padding-top: 0;
		height: 360px;
	}

	.msr-the-event {
		display: none;
	}

	div.msr-header-content {
		bottom: 24px;
	}

	span.msr-header-sub {
		font-size: 18px;
	}

	div.msr-header h1 {
		font-size: 34px;
		line-height: 38px;
	}

	.msr-main.msr-two-col > .msr-col-left, .msr-main.msr-two-col > .msr-col-right {
		float: none;
	}

	.msr-main.msr-two-col > .msr-col-left {
		width: 100%;
		padding: 0;
	}

	.msr-main.msr-two-col > .msr-col-right {
		width: 100%;
		padding: 0;
		margin-top: 32px;
	}

	.msr-cam-area {
		display: none;
	}

	.msr-main {
		padding-top: 24px;
	}

	.mrs-car-filters.inline, .msr-team-updates-col {
		display: none;
	}

	.latest-updates-title {
		/* display: none;*/
	}

	a.msr-filters-pill {
		display: block;
	}
}

@media(max-width: 600px){
	ul.msr-live-updates > li {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}

	.msr-main {
		padding-left: 24px;
		padding-right: 24px;
	}

	div.msr-header-content {
		left: calc(50% + 24px);
	}
}

@media(max-width: 740px){
	div.msr-media-container {
		display: block;
	}

	div.msr-media-area {
		width: 100%;
		display: block;
		flex-grow: none;
	}

	div.msr-media-detail-area {
		margin-top: 24px;
		width: 100%;
		margin-left: 0;
		display: block;
	}

}


@media(max-width: 480px) {
	div.msr-modal {
		width: 100%;
		max-height: none;
		height: 100%;
		max-width: none;
		background: white;
		box-shadow: none;
		transform: translate3d(0,0,0) scale(0.9);
		left: 0;
		top: 0;
	}

	div.msr-modal-wrap.enabled div.msr-modal {
		transform: translate3d(0,0,0) scale(1);
	}
}

.msr-modal.filters ul.msr-filter-list {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: visible;
	width: 100%;
}

.msr-modal.filters ul.msr-filter-list > li {
	display: inline-block;
	width: 124px;
	text-indent: 0;
	padding-top: 58px;
	background-position: center 16px;
	vertical-align: top;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	height: 52px;
	margin-right: 12px;
	overflow-y: visible;
}

.latest-updates-sub {
	clear: both;
}

.latest-updates-title {
	/*float: left;*/
}

.msr-filter-link {
	display: inline-block;
	float: right;
	padding: 0 0 0 16px;
	text-transform: uppercase;
	color: #29446D;
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
}

.msr-cam-container {
	width: 100%;
	display: block;
	padding-top: 74%;
	position: relative;
	margin-top: 16px;
}

.msr-cam-container iframe {
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

ul.msr-info-cars {
	list-style-type: none;
	padding: 0 0 32px 0;
}

ul.msr-info-cars > li {
	display: block;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-indent: 0;
	clear: both;
}

ul.msr-info-cars > li > .msr-info-car-img {
	display: block;
	padding-top: 25%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 30%;
	height: auto;
	float: left;
	margin-bottom: 24px;
	background-color: #dbdbdb;
}

ul.msr-info-cars > li > p {
	float: right;
	box-sizing: border-box;
	padding: 8px 0 0 24px;
	display: block;
	width: 70%;
	height: auto;
}

ul.msr-info-cars > li span.car-title {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 4px;
}

ul.msr-info-cars:after {
	display: block;
	content: " ";
	clear: both;
	visibility: visible;
	width: 1px;
	height: 1px;
}

/* test */
ul.msr-info-cars > li {
	display: inline-block;
	width: calc(50% - 20px);

	min-width: 320px;
	margin-right: 16px;
	margin-bottom: 48px;
	vertical-align: top;
}

ul.msr-info-cars > li:last-child {
	margin-bottom: 0;
}

@media(max-width: 480px){
	ul.msr-info-cars > li {
		width: 100%;
		margin-right: 0;
	}
}

ul.msr-info-cars > li > .msr-info-car-img {
	width: 100%;
	float: none;
	display: block;
	padding-top: 75%;
	margin-bottom: 6px;
}

ul.msr-info-cars > li > p {
	float: none;
	display: block;
	width: 100%;
	padding-left: 0;
}

.msr-container .template {
	display: none;
}

a.on-air {
	display: block;
	text-decoration: none;
	color: #232323;
	width: 100%;
	height: 78px;
	background-repeat: no-repeat;
	background-image: url(../images/on-air.png);
	background-position: left center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 90px;
	background-size: 74px 77px;
	padding-top: 17px;
	margin-top: 8px;
	margin-bottom: 8px;
	position: relative;
}

a.on-air span.on-air-tag {
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #D66853;
	font-weight: 700;
}

a.on-air p {
	height: auto;
	line-height :24px;
	width: 100%;
	display: block;
	padding: 0;
}

a.on-air div.on-air-content {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 90px;
	height: auto;
	top: 50%;
	left: 0;
	transform: translate3d(0,-50%,0);
}

@media(max-width: 640px){
	a.on-air p {
		font-weight: 600;
		color: #767676;
		font-size: 16px;
		line-height: 21px;
	}
}
