body {
	background: #f0f0f0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-weight: 300 !important;
	color: #333333;
}
.flex-btn {
    display: none;
}
.logo {
	max-width: 380px;
	min-height: 45px;
	padding-top: 30px;
	float: left;
}
header {
	max-width: 1400px;
	margin:0 auto;
	clear: both;
	overflow: auto;
	padding: 0 30px;
}
header .logo {
	margin-right: 50px;
}
header ul {
	float: left;
	padding-top: 42px;
}

header ul li {
	display: inline-block;
	margin-right: 20px;
}

header ul li a {
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}


header ul li a:hover:after {
	content: '';
	border-bottom: 3px solid #232323;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
}
header ul li.home a {
	color: #232323;
}
	header ul li.home:hover:after {
		border-bottom: 3px solid #232323;
	}
header ul li.str a {
	color: #bde148;
}
	header ul li.str a:hover:after{
		border-bottom: 3px solid #bde148;
	}



header ul li.sbr a {
	color: #fc8700;
}
	header ul li.sbr a:hover:after {
		border-bottom: 3px solid #fc8700;
	}
header ul li.hcr a{
	color: #fc0000;
}
	header ul li.hcr a:hover:after{
		border-bottom: 3px solid #fc0000;
	}
header ul li .active{
	position: relative;
}
header ul li .active:before {
	content: '';
	border-bottom: 3px solid #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
}	






.navigation ul li .anchor {
	font-weight: bold;
}

.container {
	overflow: hidden;
}
.container,
.wrapper {
  width: 100%;
  position: relative;
}

.wrapper {
  left: 0;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
  background: #fff;
}

.videos .container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 10px 10px 5px 10px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 30px -14px #494949;
	box-shadow: 0 0 30px -14px #494949;
}
hr {
	margin: 0 15px 0 15px;
	border-top: 1px solid #eeeeee;
}
.content-wrap {
	width: 100%;
	height: 100%;
	background: #fff;
}
.inner-wrap {
	max-width: 1430px;
	padding: 30px 20px;
	margin: 0 auto;
	display: block;
	position: relative;
	min-height: 1100px;
}
.inner-wrap .block {
	padding: 15px;
}

.inner-wrap h2 {
	text-transform: uppercase;
	color: #ededed;
	padding: 0 15px;
}
.inner-wrap h2 .viewmore {
	text-transform: none;
	font-size: 13px;
	float: right;
	color: #494949;
	font-weight: 300 !important;
}
.inner-wrap h2 .viewmore:hover {
	text-decoration: none;
}

.inner-wrap .block frame {
	padding: 0;
	margin: 0;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

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

.inner-wrap .str {
	color: #bde148;
}
.inner-wrap .sbr {
	color: #fc8700;
}

.inner-wrap .hcr {
	color: #fc0000;
}



.inner-wrap .block .title {
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: 700;
	color: #494949;
}

footer {
	margin-top: 30px;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background: #393939;
	
}

footer .block {
	max-width: 1.wrapper;
	margin: 0 auto;
}

footer article {
	max-width: 1.wrapper;
	margin: 0 auto;
	color: #f0f0f0;
	padding: 20px 15px;
	text-align: center;
}