@charset "UTF-8";
/* LAZYLOAD */
img.lazyload {
	opacity: 0;
}
.lazyload, .lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 1300ms;
}
/* TOP NAVI */
.topbar {
	background-color: #222222;
	left: 0;
	padding: 0.3% 0%;
	position: absolute;
	width: 100%;
}
.fa-angle-down:before {
	font-size: 1.8em;
	padding-right: 5px;
	vertical-align: sub;
}
header .dropdown-menu {
	background: none repeat scroll 0 0 #222222;
	border-width: 0;
}
.dropdown-menu {
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	float: left;
	font-size: 14px;
	list-style: outside none none;
	margin: 2px 0 0;
	/*min-width: 230px;*/
	padding: 0;
	position: absolute;
	z-index: 1000;
}
.dropdown-menu > li > a {
	clear: both;
	color: #666666;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	padding: 7px 10px;
	white-space: nowrap;
    font-size: 1.1em;
}
.pull-right.hidden-xs a.dropdown-toggle:focus {
	color: white;
	text-decoration: none;
}
/* NAVI */
.symblogo {
	width: 170px;
	height:15px;
	pointer-events: none;
}
.navbar-custom {
	font-weight: 300;
}
/* CAROUSEL */
.item {
	background: none repeat scroll 0 0 #333333;
	/*height: 43.9vh !important;*/
	text-align: center;
}
@media screen and (min-width:768px) {
.item {
	background: none repeat scroll 0 0 #333333;
	/*height: 94.9vh !important;*/
	text-align: center;
}
}
.carousel {
	margin-top: 0 !important;
	/*height: 46vh;*/
}
@media screen and (min-width:768px) {
.carousel {
	height: 46vh;
}
}
@media screen and (min-width:1024px) {
.carousel {
	height: 94.9vh;
}
}
.fa.fa-angle-left, .fa.fa-angle-right {
	position: relative;
	top: 43%;
	font-size: 5em;
}
@media screen and (min-width:1024px) {
.fa.fa-angle-left, .fa.fa-angle-right {
	top: 48%;
}
}
.bs-example {
	left: 0;
	position: absolute;
	width: 100%;
}
h2 {
	margin: 0;
	color: #666;
	font-size: 48px;
}
.release {
	background: white;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.col-xs-6.col-sm-4.release {
}
.release > img {
	width: 100%;
}
.release div iframe {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
    padding-bottom: 7px;
}
.bg-1 {
	background: #efefef;
	position: relative;
	top: -32px;
}
.bg-2 {
	background: #fff;
	position: relative;
	top: -32px;
}
.bg-3 {
	background: #efefef;
	position: relative;
	top: -32px;
}
.fa {
	margin-right: 5px;
}
.subheadline {
	color: #999999;
	font-size: 20px;
	padding-bottom: 5%;
}
.release div.view.view-first:hover img.blur {
	-webkit-filter: blur(15px);
	filter: blur(15px);
}
.cta{
    text-align: center;
    margin-top: 50px;
    /*text-transform: uppercase;*/
}
.cta a {
    color: white;
    padding: 4% 6%;
    text-align: center;
    border-radius: 5px;
    background-color:#2e2e2e;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media screen and (min-width:768px){
.cta a {
    padding: 2% 3%;
}
}
.cta a:hover{
    transition: 0.3s;
    text-decoration: none;
    color: white;
    background-color:#000000;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.0);
	box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.0);
}

.dropdown-menu li a i.fa {
    margin-right: 10px;
    font-size: 1.6em;
    vertical-align: sub;
}

.text-footer {
    text-align: center;
}
