@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/la-solid-900.eot");
  src: url("../fonts/la-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/la-solid-900.woff2") format("woff2"), url("../fonts/la-solid-900.woff") format("woff"), url("../fonts/la-solid-900.ttf") format("truetype"), url("../fonts/la-solid-900.svg#lineawesome") format("svg"); }


body{
	font-size:16px;
	font-family: 'Source Code Pro', monospace;
	line-height:1.6em;
	color:#666;
	font-weight: 300;
	margin-bottom:4em;
}

strong{
	font-weight: 500;
	color:#000;
}

a{
	color:inherit !important;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	max-width: 100%;
	height:auto;
}

.footerlogo{
	width:200px;
	max-width: 90%;
	height:auto;
}

.container{
	width:90%;
	max-width:1000px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top:4em;
	position: relative;
}

.container.smallcolumn{
	max-width:350px;
	padding-left:50px;
}

.container.bigbottom{
	margin-bottom:8em;
}

.bigbottom img{
	margin-bottom:0.5em;
}

.justify{
	text-align: justify;
}

.center{
	text-align: center;
}

.rightalign{
	text-align: right;
}

.column{
	width:46%;
	margin-right:4%;
	float:left;
}

.container .column.last{
	margin-right:0em;
	margin-left:4%;
}

.container.audiofiles{
	color:#000;
}

.column.one_third{
	width:32%;
	margin-right:8%;
	float:left;
}

.column.two_thirds{
	width:52%;
	margin-right:8%;
	float:left;
}

.column.two_thirds.last{
	margin-left:8%;
}

.clear{
	clear:both;
}

h1,h2,h3{
	font-weight: normal;
	font-family: "Rubik", sans-serif;
	text-transform: uppercase;
	color:#000;
}

h1{
	font-size:8em;
	line-height:1.15em;
	-webkit-transform:scale(2,1); /* Safari and Chrome */
	letter-spacing: 2px;
	display: block;
	transform: scaleY(0.6);
	transform-origin: 0 0;
	margin-bottom: -1%;		
	transform-origin: left center;	
}

h2{
	font-size:6em;
	line-height:1.15em;
	-webkit-transform:scale(2,1); /* Safari and Chrome */
	letter-spacing: 2px;
	display: block;
	transform: scaleY(0.6);
	transform-origin: 0 0;
	margin-bottom: -1%;		
	transform-origin: left center;	
}

p{
	vertical-align: top;
	margin-top:0em;
	margin-bottom:4em;
}

ul{
	list-style-type: none;
	margin-left:0em;
	padding-left:0em;
	margin-bottom:0em;
}

#menu{
	text-align: center;
}

#menu a{
	margin-left:1em;
	margin-right:1em;
}

#menu a:first-of-type{
	
}

span.headlinebreak{
	display: block;
	margin-bottom:0.75em;
}


.slider_big{
	margin-bottom:0em;
}

.slider_big .owl-controls {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
}

.slider_big .owl-controls .owl-nav{
}	


.slider_big .owl-controls .owl-dots{
	width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: center;
}

.owl-dot{
	width:25px;
	height:15px;
	display: inline-block;
	border-bottom:3px solid #000;
	margin-left:5px;
	margin-right:5px;
	pointer-events:auto;
}

.owl-dot.active{
	border-bottom:3px solid #f2f2f2;
}

.slider_big .owl-controls .owl-nav .owl-prev{
	pointer-events:auto;
	display: inline-block;
	margin-right:1em;
	cursor: pointer;
}

.slider_big .owl-controls .owl-nav .owl-next{
	pointer-events:auto;
	display: inline-block;
	margin-left:1em;
	cursor: pointer;
}

::selection{
	background-color:#333;
	color:#fff;
}

.spacingtop{
	margin-top:3em !important;
	margin-bottom:8em !important;
}

.hideonmobile{
	display:block !important;
}

.hideondesktop{
	display: none !important;
}

.spacingtop h1{
	font-size: 9em;
}

.sl-wrapper{
	outline:none !important;
}

.sl-close{
	outline:none !important;
	color:#fff !important;
	font-size:2em !important;
	position: relative;
}

.sl-image{
	cursor: default;
}

.sl-image:after{
	display: block;
	content:"\f00d";
	color:#000 !important;
	font-family: "Line Awesome Free";
	position: absolute;
	top:0em;
	right:-2em;
	font-size:1.5em !important;
	pointer-events: none;
}	

.sl-wrapper{	
	cursor: pointer;
}

.sl-overlay{
	opacity:1 !important;
}

.responsive-video {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 60px; overflow: hidden;
}

.vertical .responsive-video{
    padding-bottom: 150.25%;
}

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

.privacy p{
	margin-bottom: 2em;
}


@media only screen and (max-width: 900px){
	
	.rightalign{
		text-align: left;
	}
	
	.extraspace{
		margin-top:6em !important
	}
	
	.responsivecenter{
		text-align: center;
	}

		
	.column{
		width:100% !important;
		margin-left:0em !important;
		margin-right:0em !important;
		float:none;
	}
	
	h1, h2{
		font-size:4em;
		line-height:1.15em;
		-webkit-transform:none !important; /* Safari and Chrome */
		letter-spacing: 2px;
		display: block;
		transform:none !important;
		transform-origin: 0 0;
		margin-bottom: 0em;		
		transform-origin: left center;
	}
	
	.container.smallcolumn{
		max-width: 90%;
		padding-left:0em;
	}
	
	.spacingtop{
		margin-top:4em !important;
		margin-bottom:4em !important;
	}
	
	.spacingtop h1{
		font-size: 5em;
	}
}

@media only screen and (max-width: 600px){
	
	
	
	.responsivecenter{
		text-align: left;
	}
	
	.smallcenter{
		text-align: center;
	}
	
	.hideonmobile{
		display:none !important;
	}
	
	.hideondesktop{
		display: block !important;
	}

	
	h1{
		font-size:2.5em;
		transform: scaleY(0.6) !important;
		transform-origin: 0 0;
		margin-bottom: -10%;
		margin-top:25%;
	}
	
	h1.homeslogan{
		margin-bottom: -75%;
		margin-top:0%;
	}
	
	h2{
		font-size:2.5em;
		transform: scaleY(0.6) !important;
		transform-origin: 0 0;
	}
	
	#menu a:first-of-type{
		display: block;	
		margin-left:0em;
		margin-right:0em;
	}
	
	#menu a:last-of-type{
	}	
	
	#menu a{
		display: inline-block;
		margin-left:0.5em;
		margin-right:0.5em;
	}
	
	.track-number{
		display: none !important;
	}
	
	.one_third{
		display: none !important;
	}
	
	.container.bigbottom{
		margin-bottom:4em;
	}
	
	.container{
		width:80%;
	}
	
	#menu.container{
		margin-top:1.5em;
		width:90%;
	}
	
	.gallery a{
		pointer-events: none;
		cursor: default;
	}
	
}

@media only screen and (max-width: 400px){
	h1{
		font-size:2.5em;
		transform: scaleY(0.6) !important;
		transform-origin: 0 0;
		margin-bottom: -20%;
		margin-top:20%;
	}
	
	h1.homeslogan{
		margin-bottom: -75%;
		margin-top:0%;
	}
	
	h2{
		font-size:2.5em;
		transform: scaleY(0.6) !important;
		transform-origin: 0 0;
	}

}


/* VIDEO */

body .vimeo.video {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 2em;
}

body .vimeo:hover img.playbutton{
	/*background-color:rgba(255,255,255,0.3);*/
}

.vimeo .playbutton{}
			
.vimeo_overlay{
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	margin-left:0px !important;
	margin-right:0px  !important;
	z-index:99;
	transform: none; 
	-webkit-transform:none;
}

.hoverlay{
	position: absolute;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0);
	text-align:center;
	z-index:999;
	pointer-events: none;
	opacity:0;
}

.hoverlay span{
	
}	

.hoverlay.playbutton{
	opacity:1;
}

.video .hoverlay{
	background-color:transparent;	
	opacity:1;
}

.hoverlay span{
	position: relative;
	display:inline-block;
	text-align:center;
	color:#ffffff;
	padding-top:25%;
	font-size:1.1em;
	text-transform: uppercase;
	font-weight:700;
	text-shadow: 1px 1px 3px #000000;
	opacity:0;
}



/* MUSIC PLAYER */


 .screen-reader-text {
	/* Reusable, toolbox kind of class */
	 position: absolute;
	 top: -9999px;
	 left: -9999px;
}
 .disabled {
	 color: #666;
	 cursor: default;
}
 .show {
	 display: inline-block !important;
}


 body .container .player {
	 display: none !important;
	 height: 60px;
	 margin: 0;
	 position: relative;
	 width: 400px;
	/* Small devices (tablets, 768px and up) */
	/* Small devices (tablets, 768px and up) */
	/* Medium devices (desktops, 992px and up) */
	/* Small devices (tablets, 768px and up) */
	/* Large devices (large desktops, 1200px and up) */
	 *zoom: 1;
}

body .container .player .large-toggle-btn {
	 border: 1px solid #d9d9d9;
	 border-radius: 2px;
	 float: left;
	 font-size: 1.5em;
	 height: 50px;
	 margin: 0 10px 0 0;
	 overflow: hidden;
	 padding: 5px 0 0 0;
	 position: relative;
	 text-align: center;
	 vertical-align: bottom;
	 width: 54px;
}
 body .container .player .large-toggle-btn .large-play-btn {
	 cursor: pointer;
	 display: inline-block;
	 position: relative;
	 top: -14%;
}
 body .container .player .large-toggle-btn .large-play-btn:before {
	 content: "\f04b";
	 font: 1.5em/1.75 "FontAwesome";
}
 body .container .player .large-toggle-btn .large-pause-btn {
	 cursor: pointer;
	 display: inline-block;
	 position: relative;
	 top: -13%;
}
 body .container .player .large-toggle-btn .large-pause-btn:before {
	 content: "\f04c";
	 font: 1.5em/1.75 "FontAwesome";
}
 body .container .player .info-box {
	 bottom: 10px;
	 left: 65px;
	 position: absolute;
	 top: 15px;
}
 body .container .player .info-box .track-info-box {
	 float: left;
	 font-size: 12px;
	 margin: 0 0 6px 0;
	 visibility: hidden;
	 width: 400px;
	 *zoom: 1;
}
 body .container .player .info-box .track-info-box .track-title-text {
	 display: inline-block;
}
 body .container .player .info-box .track-info-box .audio-time {
	 display: inline-block;
	 padding: 0 0 0 5px;
	 width: 80px;
}
 body .container .player .info-box .track-info-box:before, body .container .player .info-box .track-info-box:after {
	 content: " ";
	 display: table;
}
 body .container .player .info-box .track-info-box:after {
	 clear: both;
	 display: block;
	 font-size: 0;
	 height: 0;
	 visibility: hidden;
}
 body .container .player .progress-box {
	 float: left;
	 min-width: 270px;
	 position: relative;
}
 body .container .player .progress-box .progress-cell {
	 height: 12px;
	 position: relative;
}
 body .container .player .progress-box .progress-cell .progress {
	 background: #fff;
	 border: 1px solid #000;
	 height: 8px;
	 position: relative;
	 width: auto;
}
 body .container .player .progress-box .progress-cell .progress .progress-buffer {
	 background: #337ab7;
	 height: 100%;
	 width: 0;
}
 body .container .player .progress-box .progress-cell .progress .progress-indicator {
	 background: #fff;
	 border: 1px solid #000;
	 border-radius: 3px;
	 cursor: pointer;
	 height: 10px;
	 left: 0;
	 overflow: hidden;
	 position: absolute;
	 top: -2px;
	 width: 22px;
}
 body .container .player .controls-box {
	 bottom: 10px;
	 left: 350px;
	 position: absolute;
}
 body .container .player .controls-box .previous-track-btn {
	 cursor: pointer;
	 display: inline-block;
}
 body .container .player .controls-box .previous-track-btn:before {
	 content: "\f049";
	 font: 1em "FontAwesome";
}
 body .container .player .controls-box .next-track-btn {
	 cursor: pointer;
	 display: inline-block;
}
 body .container .player .controls-box .next-track-btn:before {
	 content: "\f050";
	 font: 1em "FontAwesome";
}
 body .container .player:before, body .container .player:after {
	 content: " ";
	 display: table;
}
 body .container .player:after {
	 clear: both;
	 display: block;
	 font-size: 0;
	 height: 0;
	 visibility: hidden;
}
 body .container .play-list {
	 display: block;
	 margin: 0 auto 20px auto;
	 width: 100%;
}
 body .container .play-list .play-list-row {
	 display: block;
	 margin: 10px 0;
	 width: 100%;
	 *zoom: 1;
}
 body .container .play-list .play-list-row .track-title .playlist-track {
	 color: #000;
	 text-decoration: none;
}
 body .container .play-list .play-list-row .track-title .playlist-track:hover {
	 text-decoration: underline;
}
 body .container .play-list .play-list-row .small-toggle-btn {
	 border: 1px solid #000;
	 border-radius: 100%;
	 cursor: pointer;
	 display: inline-block;
	 height: 16px;
	 margin: 0 auto;
	 margin-top:-2px;
	 overflow: hidden;
	 position: relative;
	 text-align: center;
	 vertical-align: middle;
	 width: 16px;
}
 body .container .play-list .play-list-row .small-toggle-btn .small-play-btn {
	 display: inline-block;
	 margin-top:3px;
	 margin-left:1px;
}
 body .container .play-list .play-list-row .small-toggle-btn .small-play-btn:before {
	 content: "\f04b";
	 font: 0.65em "Line Awesome Free";
}
 body .container .play-list .play-list-row .small-toggle-btn .small-pause-btn {
	 display: inline-block;
	 margin-top:3px;
	 margin-left:0px;
}
 body .container .play-list .play-list-row .small-toggle-btn .small-pause-btn:before {
	 content: "\f04c";
	 font: 0.65em "Line Awesome Free";
}
 body .container .play-list .play-list-row .track-number {
	 display: inline-block;
}
 body .container .play-list .play-list-row .track-title {
	 display: inline-block;
}
 body .container .play-list .play-list-row .track-title .playlist-track {
	 text-decoration: none;
}
 body .container .play-list .play-list-row .track-title .playlist-track:hover {
	 text-decoration: underline;
}
 body .container .play-list .play-list-row .track-title.active-track {
	 font-weight: 500;
}
 body .container .play-list .play-list-row:before, body .container .play-list .play-list-row:after {
	 content: " ";
	 display: table;
}
 body .container .play-list .play-list-row:after {
	 clear: both;
	 display: block;
	 font-size: 0;
	 height: 0;
	 visibility: hidden;
}
 