html, body {
	height:100%;
	width: 100%;
}
body {
	color:#404040;
	color:#dbdbdb;
	background: #222;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	position: relative;
	margin: 0;
	overflow-x:hidden;
}
.wrapper {
	height:100%;
	width: 100%;
	position: relative;
}
.mobile-menu {
	position: fixed;
	right:-240px;
	background: #222;
	z-index: 4;
	width: 240px;
	height: 100%;
	padding-top: 68px;
}
.push-left .mobile-menu {
	right:0;
}
.mobile-menu a {
	display: block;
	width: 100%;
	padding: 1em;
	text-transform: uppercase;
	color: #ff5d19 !important;
}
.push-left {
	left: -240px;
	overflow: hidden;
}
.overlay {
	display: none;
}
.push-left .overlay {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.75);
	position: fixed;
	top:0;
	left:0;
	z-index: 3;
	display: block;
}
h1, h2, h3, h4 {
	font-weight: 300;
}
a:link {
	color: #ff5d19;
	text-decoration: none;
}
a:hover {
	color:#E82C0B;
}
header {
	background:#2c2c2c;
	color:#a0a0a0;
	position: fixed;
	top:0;
	left:0;
	z-index: 101;
	width: 100%;
	padding: 1em 0;
	box-shadow: 3px 0 3px 0 rgba(0,0,0,0.5);
}
header h1 {
	line-height: 1em;
	float: left;
	background-image: url(../img/ls-logo-hrz.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: contain;
  	display: block;
  	width: 100%;
  	text-indent: -9999px;
  	max-width: 320px;
}
header nav {
	float:right;
}
nav a {
	color:#a0a0a0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0.5em;
	display: block;
	float: left;
	line-height:2.85em;
}
nav a.contact {
	background: #ff5d19;
	border-radius: 4px;
	padding: 0.75em 1.25em;
	line-height: 1em;
	color:#fff;
	margin-top: 3px;
}
nav a.contact:hover {
	background: #E82C0B;
}
.menu {
	display: none;
  	height: 40px;
  	font-size: 2em;
  	float: right;
  	width: 40px;
  	text-align: center;
  	line-height: 40px;
}
@media screen and (max-width: 47.9374em) {
	.menu {
		display: block;
	}
}
.thin {
	font-weight: 100;
}
.uppercase {
	text-transform: uppercase;
}
.bg-video {
	position:relative;
	overflow: hidden;
	height: 100%;
}
.bg-video video {
	position: absolute;
	top:0;
	left:0;
	width: auto;
  	min-width: 100%;
  	height: 100%;
}
.hero {
	position: absolute; top:0; left:0; height:100%; width:100%; z-index: 2;
	background-image: url(../img/hero.jpg);
	background-repeat: no-repeat;
	background-origin: fixed;
	background-position: 50% 50%;
	background-size: cover;
	padding: 7em 0 1em 0;
}

.hero .row {
	height: 100%;
}
.hero-logo {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-image: url(../img/ls-logo.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
@media screen and (max-width: 480px){
	.hero {
		padding: 5em 0 1em 0;
	}
}
section {
	position: relative;
	height: 100%;
	background: #fff;
}
.section-2 {
	position: relative;
	background: #222222;
	height: auto;
	z-index: 3;
	border-top: 5px solid #525252;
	padding: 2em 0;
}
.section-3 {
	position: relative;
	background: #2c2c2c;
	height: auto;
	z-index: 3;
	padding: 2em 0;
}
footer {
	background: #181818;
}
.copyright {
	font-size: 0.825em;
	color:#464646;
}
.event {
	display: table-row;
	background: #464646;
	width: 100%;
	color:#fff;
	text-transform: uppercase;
	font-size: 0.875em;
}
.event span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1em;
	padding: 1em 1em 1em 3em;
	position: relative;
	border-bottom: 15px solid #222;
	line-height: 1.25em;
}
@media screen and (max-width: 767px){
	.event span {
		display: block;
		padding: 0.25em 0.5em 0.25em 2.5em;
		border-bottom: none;
	}
	.event span.time {
		padding: 0.25em 0.5em 0.5em 2.5em;
		border-bottom: 15px solid #222;
	}
	.event span.calendar {
		border-right:none;
		padding: 0.5em 0.5em 0.25em 2.5em;
	}
	.calendar:before, .location:before, .time:before {
		border-right:none;
		padding:0 0.5em;
	}
}
.info:link, .info:visited {
	background: #ff5d19;
	color:#fff;
	display: table-cell;
	border-bottom: 15px solid #222;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 1em;
}
.info:hover {
	background: #E82C0B;
}
.section-heading {
	margin:0;
	color: #ff5d19;
	text-transform: uppercase;
	line-height: 1em;
  	text-align: center;
  	overflow: hidden;
}
.section-heading span {
  display: inline-block;
  position: relative;
}
.section-heading span:before,
.section-heading span:after {
  content: "";
  position: absolute;
  height: 0.5em;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  border-top: 1px solid rgba(255,255,255,0.25);
  top: 0.25em;
  width: 600px;
}
.section-heading span:before {
  right: 100%;
  margin-right: 15px;
}
.section-heading span:after {
  left: 100%;
  margin-left: 15px;
}
.time {
	white-space: nowrap;
	word-break:none;
}
.col-container.col-collapsed {
	padding: 0 1em;
}
.name {
	color:#ff5d19;
	font-size: 1.25em;
	display: block;
}
.icon-local-phone, .icon-mail {
	padding-right: 0.5em;
}
.vid_container {
	padding: 1em;
}
.flex-video {
    position: relative;
    padding-top: 0;
    padding-bottom: 67.25%;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 56.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-frame {
    position: relative;
    padding-top: 25px;
    padding-bottom: 87.5%;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.flex-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
}

iframe {
    border: none;
}
