/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen
http://rossching.com/wp-admin/theme-editor.php?file=single.php&theme=twentysixteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html, body {
	 	height: 100%;
 	}
	body {
		text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
		font-family: "proxima-nova",sans-serif !important;
		-webkit-font-smoothing: antialiased;
		letter-spacing: 1px;
		font-style: normal;
		line-height: 1.5em;
		font-weight: 400;
		font-size: 16px;
		color: #555;
		margin: 0;
	}
	body.locked {
		overflow: hidden;
	}
	h2 {
		font-weight: 700;
		color: #000;
	}
    h1,h2,h3,h4,h5,h6 {
		font-weight: normal;
		line-height: 1;
		padding: 0;
		margin: 0;
    }
    ul {
        list-style-type: none;
    }
    em {
		font-style: italic;
    }
    strong {
		font-weight: 700;
		color: #000;
    }
    ::selection {
        background: #222;
        color: #ebebe3;
    }
    ::-moz-selection {
        background: #222;
        color: #ebebe3;
    }
    ::-webkit-scrollbar {
        display: none;
    }
 	.centered {
	 	position: absolute;
	 	margin: auto;
	 	top: 50%;
 	}
 	.hidden {
	 	display: none;
 	}
 	.invisible > *{
	 	opacity: 0.2;
 	}
 	.unselectable {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
 	}

/*
 * Links
 */
	a {
	    text-decoration: none;
	    outline: none;
	    color: #555;
	}
	a:hover {
	    text-decoration: underline;
		color: #000;
		opacity: 1;
	}
	a img {
	   border: none;
	}


/*
 * Page Structure
 */
	#container {
		position: relative;
		min-height: 100%;
		height: 500px;
	}
 	#header {
 		position: fixed;
	 	text-align: center;
	 	right: 0;
	 	left: 0;
	 	top: 0;
	 	height: 50px;
	 	z-index: 20;
	 	background-color: white;
	 	height: 70px;
 	}
 	#sub-header {
	    height: 60px;
	    overflow: hidden;
	    position: fixed;
	    text-align: center;
	    width: 100%;
	    top: 70px;
	 	z-index: 10;
	 	background-color: white;
 	}
	#content {
		position: relative;
		margin: 0 auto;
		padding: 50px;
		max-width: 800px;
		top: 130px;
	}


/*
 * Header
 */
    #header {
        box-sizing: border-box;
        padding: 30px 30px 0;
    }
 	#logo .svg path {
        fill: #000;
 	}
 	#logo {
 		display: inline-block;
	 	width: 133px;
	 	height: 26px;
	 	position: relative;
 	}
    .hamburger {
        position: absolute;
        cursor: pointer;
        padding: 30px;
        width: 30px;
        left: 0;
        top: 0;
    }
    .hamburger .line {
        transition: all 0.3s ease;
        background-color: #000000;
        margin: 0 auto 8px;
        width: 100%;
        height: 1px;
    }
    .hamburger .line:nth-child(4) {
        position: absolute;
        width: auto;
        right: 30px;
        left: 30px;
        top: 39px;
    }

    .menu-open .line,
    .white-text-header .line {
        background-color: #ffffff;
    }
	#logo .imge{		
		width: 100% !important;
	}
	.main-menu-overlay a#logo {
		float: none;
		margin: 0 auto;
		top: 29px;
		z-index: 999999;
		position: relative;
	}
    /* menu open state */
    body.menu-open {
        overflow: hidden;
    }
    .menu-open .hamburger .line:nth-child(1),
    .menu-open .hamburger .line:nth-child(3) {
        opacity: 0;
        width: 0;
    }
    .menu-open .hamburger .line:nth-child(2) {
        transform: rotate(-45deg);
    }
    .menu-open .hamburger .line:nth-child(4) {
        transform: rotate(45deg);
    }

    /* Menu */
    .main-menu-overlay {
        -webkit-flex-direction: column;
        display: -webkit-flex;
        flex-direction: column;
        display: none;

        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        z-index: 15;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
    }
    ul.main-menu {
        text-transform: uppercase;
        list-style-type: none;
        letter-spacing: 1px;
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        margin: auto;
        padding: 75px 25px;
    }
    .main-menu > li {
        position: relative;
    }
    .main-menu > li > a {
        padding: 25px 0;
        display: block;
    }
    .main-menu li li {
        display: inline-block;
    }
    .main-menu a {
        color: #ffffff;
    }
    .main-menu a:hover {
        text-decoration: none;
    }
    .main-menu .sub-menu {
        -webkit-justify-content: space-around;
        -webkit-transition: opacity 0.2s;
        display: -webkit-flex;

        justify-content: space-around;
        transition: opacity 0.2s;
        display: flex;

        margin-bottom: -0.5em;
        position: absolute;
        bottom: -10px;
        z-index: 10;
        width: 100%;
        padding: 0;
        opacity: 0;
    }
    .main-menu .sub-menu a {
        padding: 10px 0;
        display: block;
    }
    .main-menu > li:hover .sub-menu,
    .main-menu > .sub-menu:hover {
        opacity: 1;
    }

    .social-menu {
        text-transform: uppercase;
        text-align: center;
        position: absolute;
        font-weight: 900;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .social-menu a {
        transition: opacity 0.3s;

        display: inline-block;
        padding: 15px 10px;
        color: #ffffff;
    }

    /* hover state */
    .social-menu:hover a {
        opacity: 0.5;
    }
    .social-menu a:hover {
        text-decoration: none;
        opacity: 1;
    }

 	/* White Text Header */
    .menu-open #header,
 	.white-text-header #header {
	 	background-color: transparent;
 	}
    .menu-open #logo path,
 	.white-text-header #logo path {
	 	fill: white;
 	}
	/* Input placeholder color when floating */
    .menu-open ::-webkit-input-placeholder,
	.white-text-header ::-webkit-input-placeholder {
	   color: #fff;
	}
    .menu-open :-moz-placeholder,
	.white-text-header :-moz-placeholder {
	   color: #fff;
	}
    .menu-open ::-moz-placeholder,
	.white-text-header ::-moz-placeholder {
	   color: #fff;
	}
    .menu-open :-ms-input-placeholder,
	.white-text-header :-ms-input-placeholder {
	   color: #fff;
	}

 	/* Clear Background Header */
 	.clear-header #header {
	 	background-color: transparent;
 	}
 	#main-menu .logo-item .svg,
 	#main-menu .logo-item a {
		display: inline-block;
		vertical-align: middle;
		opacity: 1;
 	}
	/* Input placeholder color */
	::-webkit-input-placeholder {
	   color: black;
	}
	:-moz-placeholder {
	   color: black;
	}
	::-moz-placeholder {
	   color: black;
	}
	:-ms-input-placeholder {
	   color: black;
	}



/*
 * Sub Header
 */

    #sub-header {
        box-sizing: border-box;
        padding: 0 15px;
    }
 	#sub-header .back-title {
	 	text-transform: uppercase;
	 	position: absolute;
	 	text-align: center;
	 	cursor: default;
	 	color: rgba(0,0,0,0.05);
	 	letter-spacing: 12px;
	 	line-height: 100px;
	 	font-weight: 900;
	 	font-size: 110px;
	 	right: 0;
	 	left: 0;
	 	top: 0;
	}
 	#sub-header .current_page_item a {
		font-weight: 700;
		color: #000;
 	}
 	#sub-header .list {
	 	list-style-type: none;
	 	display: inline-block;
	 	position: relative;
	 	z-index: 10;
	 	padding: 0;
	 	margin: 0;
	 	margin-top: 24px;
 	}
 	#sub-header .list li {
	 	text-transform: uppercase;
	 	display: inline-block;
	 	letter-spacing: 2px;
	 	font-weight: 400;
	 	font-size: 11px;
	 	margin: 0 25px;
 	}
    #sub-header .select-wrapper {
        background-color: #222222;
        position: relative;
        margin-top: 27px;
        font-size: 14px;
        cursor: pointer;
        display: none;
        padding: 1px;
    }
    #sub-header .select-list {
        -webkit-appearance: none;
        position: absolute;
        text-align: center;
        background: none;
        cursor: pointer;
        border-radius: 0;
        display: block;
        border: none;
        width: 100%;
        opacity: 0;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
    }
    #sub-header .select-wrapper span {
        text-transform: uppercase;
        font-weight: 900;
        color: #ffffff;
    }
    #sub-header .select-wrapper .arrow-down {
        position: absolute;
        margin: auto;
        width: 13px;
        height: 7px;
        right: 10px;
        bottom: 0;
        top: 0;
    }
 	#sub-header a:hover {
	 	text-decoration: none;
	 	color: #000;
 	}
 	/*
    #header > #social-menu {
	 	display: none;
 	}
 	#social-menu form {
	 	display: inline-block;
	 	display: none;
		text-transform: uppercase;
		font-size: 12px;
	 	color: #000;
 	}
 	#social-menu form.loading {
	 	opacity: 0.5;
 	}
 	#social-menu form input[type=text] {
		text-transform: uppercase;
		background: transparent;
	 	border: none;
	 	border-radius: 0;
		font-weight: 700;
		width: 69px;
	 	color: #000;
		border-bottom: 1px solid #fff;
	 	border-bottom-color: #000;
		font-family: "proxima-nova",sans-serif;
		letter-spacing: 1px;
		opacity: 1;
 	}
 	.white-text-header #social-menu form input[type=text] {
	 	color: white;
	 	border-bottom-color: white;
 	}
 	#social-menu form input[type=text]:focus {
	 	outline: none;
 	}
 	#social-menu form input[type=submit] {
	 	display: none;
 	}
 	#social-menu form {
	 	color: #fff;
 	}
    */



/*
 * Home Page
 */
    .main-menu a {
	 	opacity: 1;
 	}
    .main-menu:hover a {
	 	opacity: 0.5;
 	}
    .main-menu a:hover {
 		opacity: 1;
 	}
 	.home #sub-header .page-item-168 a {
	 	font-weight: bold;
	 	color: black;
 	}
 	#content.home,
 	#content.video-grid {
        max-width: initial;
		padding: 0;
 	}
 	.grid-wrap {
 		text-align: center;
 		letter-spacing: 0;
	 	line-height: 0;
 		font-size: 0;
 	}
 	.grid-block:hover .overlay,
 	.grid-block:hover .titles {
	 	opacity: 0;
 	}
	.grid-block {
	 	background-repeat: no-repeat;
	 	background-position: center;
	 	background-size: 106%;
	 	display: inline-block;
	 	width: 33.3333%;
	 	position: relative;
	 	overflow: hidden;
	}
	.grid-block .wp-post-image {
		visibility: hidden;
		width: 100%;
		height: 267px;
	}
	.grid-block .gif {
	 	background-repeat: no-repeat;
	 	background-position: center;
	 	background-size: 106%;
	 	position: absolute;
	 	bottom: 0;
	 	right: 0;
	 	left: 0;
	 	top: 0;
	 	z-index: 6;
 	}
 	.grid-block:hover .gif {
	 	display: block;
 	}
 	.grid-block .titles {
		position: absolute;
		text-align: center;
		letter-spacing: 1px;
		line-height: 1.5em;
		font-size: 16px;
		padding: 0 45px;
		bottom: 20px;
		color: #fff;
		z-index: 5;
		right: 0;
		left: 0;
 	}
 	.grid-block.gif-not-attached .flag {
	 	position: absolute;
	 	top: 0;
	 	right: 216px;
	 	height: 30px;
	 	width: 30px;
	 	background: red;
	 	z-index: 10;
 	}
 	.line-1,
 	.line-2,
 	.line-3 {
	 	display: block;
 	}
 	.grid-block .line-1 {
 		text-transform: uppercase;
	 	font-weight: 700;
	 	font-size: 18px;
 	}
 	.grid-block .line-2 {
	 	font-weight: 400;
 	}
 	.grid-block .line-3 {
	 	text-transform: uppercase;
	 	font-weight: 700;
	 	font-size: 12px;
 	}

 	/* Breakpoints for spot grid */
	@media all and (min-width: 1450px) {
	  .grid-block {
		  width: 25%;
	  }
	}
	@media all and (min-width: 2200px) {
	  .grid-block {
		  width: 20%;
	  }
	}



/*
 * Home Slideshow
 */
 	#takeover {
	 	position: absolute;
	 	overflow: hidden;
	 	background: black;
	 	z-index: 10;
	 	top: 0;
	 	left: 0;
	 	right: 0;
	 	bottom: 0;
 	}
 	#slideshow,
 	#title-slideshow {
	 	position: absolute;
        z-index: 5;
	 	bottom: 0;
	 	right: 0;
	 	left: 0;
	 	top: 0;

		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
 	}
 	#title-slideshow {
	 	z-index: 10;
 	}
 	#slideshow .slide,
 	#title-slideshow .slide {
	 	background-repeat: no-repeat;
	 	background-position: center;
	 	background-size: cover;
	 	position: relative;
	 	overflow: hidden;
	 	min-height: 500px;
	 	height: 100%;
	 	width: 100%;
 	}
 	.slide .titles {
	 	text-align: center;
	 	position: absolute;
	 	bottom: 130px;
	 	z-index: 120;
	 	right: 0;
	 	left: 0;
 	}
 	.slide .titles a {
 		display: inline-block;
	 	color: #fff;
 	}
 	.slide .titles a:hover {
	 	text-decoration: none;
	 	opacity: 0.8;
 	}
 	.slide .titles span {
	 	display: block;
	 	font-size: 16px;
 	}
 	.slide .titles .line-1 {
	 	border-bottom: 1px solid #fff;
 		text-transform: uppercase;
	 	padding-bottom: 15px;
	 	margin-bottom: 8px;
        line-height: 40px;
	 	font-weight: 700;
	 	font-size: 46px;
 	}
 	.slide .titles .line-3 {
	 	text-transform: uppercase;
 	}
 	.creative .video-grid .overlay,
 	.overlay {
 		background: rgba(0,0,0,0.35);
	 	position: absolute;
	 	z-index: 5;
	 	bottom: 0;
	 	right: 0;
	 	left: 0;
	 	top: 0;
 	}

 	.pager {
		position: absolute;
		z-index: 120;
		right: 80px;
		top: 50%;
 	}
 	.pager div {
	 	position: relative;
	 	cursor: pointer;
	 	padding: 5px 10px;
	 	width: 12px;
	 	text-align: center;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
 	}
 	.pager div polygon {
	 	display: none;
 	}
 	.pager .active polygon {
	 	display: block;
 	}
 	#scroll-down {
	 	/*
	 	background-color: rgba(0,0,0,0.4);
	 	position: absolute;
	 	cursor: pointer;
	 	margin-left: -30px;
	 	padding: 10px 20px;
	 	z-index: 120;
	 	bottom: 0;
	 	left: 50%;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-top-left-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-topleft: 3px;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		*/
 	}
 	#scroll-down .svg {
 		opacity: 0.6;
	 	height: 10px;
	 	width: 20px;
 	}
 	#scroll-down:hover .svg {
	 	opacity: 1;
 	}




/*
 * Creatives
 */
    .creatives #sub-header {
        background-color: transparent;
        display: none;
        z-index: 20;
    }
    .creatives #sub-header .select-wrapper {
        display: none;
    }
    .creatives #sub-header .back-title {
        color: #ffffff;
    }
 	#previews {
	 	position: absolute;
        z-index: 5;
	 	bottom: 0;
	 	right: 0;
	 	left: 0;
	 	top: 0;
 	}
 	.creatives .image-preview {
	 	background-repeat: no-repeat;
	 	background-position: center;
	 	background-size: cover;
	 	position: absolute;
	 	bottom: 0;
	 	right: 0;
	 	left: 0;
	 	top: 0;
 	}
 	#content.fullscreen {
	 	background-repeat: no-repeat;
	 	background-position: center center;
	 	background-size: cover !important;
	 	position: relative;
	 	overflow: hidden;
	 	width: 100%;
	 	padding: 0;
	 	background-color: black;
	 	top: 0;
 	}
    #content.creatives {
        background-position: center center;
        background-size: cover !important;
        background-repeat: no-repeat;
        background-color: black;
        position: relative;
        max-width: initial;
        overflow: hidden;
        z-index: 10;
        top: 0;

        box-sizing: border-box;
        padding: 130px 50px 100px;
        min-height: 100vh;
        display: flex;
    }
 	#content.fullscreen.media-player {
	 	position: fixed;
	 	left: 0;
	 	top: 0;
 	}
	.media-player .media {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
	}
	.media-player .media iframe {
		position: absolute;
		left: 50%;
		top: 50%;
	}
 	.creatives .overlay,
 	.creative .overlay {
	 	background-color: rgba(0,0,0,0.15);
 	}
 	#creative-menu-wrapper {
	 	padding: 25px 50px;
	 	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	 	border-top: 1px solid rgba(255, 255, 255, 0.75);
	 	max-width: 810px;
	 	z-index: 10;
        margin: auto;
 	}
 	#creative-menu-wrapper .title {
	 	text-transform: uppercase;
	 	position: absolute;
	 	top: -30px;
	 	left: 0;
	 	width: 100%;
	 	text-align: center;
	 	font-size: 20px;
	 	font-weight: bold;
	 	color: white;
	 	letter-spacing: 3px;
 	}
 	#creative-menu {
	 	list-style-type: none;
	 	text-align: center;
	 	font-size: 0;
	 	color: #fff;
	 	margin: 0;
	 	padding: 0;
 	}
 	#creative-menu li {
	 	display: inline-block;
 	}
 	#creative-menu li a {
	 	text-transform: uppercase;
	 	display: inline-block;
	 	padding: 10px 25px;
	 	font-weight: 700;
	 	font-size: 14px;
	 	opacity: 1;
	 	color: #fff;
 	}
 	#creative-menu:hover li a {
	 	opacity: 0.6;
 	}
 	#creative-menu li a:hover {
	 	text-decoration: none;
	 	opacity: 1;
 	}

/*
 * Director grid (video grid page)
 */
 	#big-title {
	 	text-transform: uppercase;
	 	text-align: center;
	 	font-size: 50px;
	 	width: 100%;
	 	z-index: 11;
 	}
 	#big-title h2 {
 		display: inline-block;
 		position: relative;
	 	letter-spacing: 5px;
	 	font-weight: 700;
 		font-size: 90px;
	 	color: #fff;
 	}
 	#big-title .underline {
	 	margin: auto;
	 	background-color: #fff;
	 	height: 1px;
	 	width: 70%;
 	}
 	.creative .grid-block .titles .line-3 {
	 	display: none;
 	}



/*
 * Category page
 */
 	#content.category {
	 	top: 50px;
 	}
	.single ul li:first-of-type, .error404 ul li:first-of-type, .page ul li:first-of-type{
		display:none !important;
	}
	.single ul li:nth-child(8), .single ul li:nth-child(9), .single ul li:nth-child(10) {
		display: inline-block;
		padding: 10px 30px;
	}
	.archive ul li:nth-child(8), .archive ul li:nth-child(9), .archive ul li:nth-child(10) {
		display: inline-block;
		padding: 10px 30px;
	}
	.home ul li:nth-child(8), .home ul li:nth-child(9), .home ul li:nth-child(10) {
		display: inline-block;
		padding: 10px 30px;
	}
	.page ul li:nth-child(8), .page ul li:nth-child(9), .page ul li:nth-child(10) {
		display: inline-block;
		padding: 10px 30px;
	}
	.page .type-page header.entry-header {
		text-align: center;
		font-size: 16px;
	}
	.page .type-page .entry-content {
		padding: 10px 15px;
		text-align: center;
		margin: 20px;
		font-size: 30px;
	}
	div#content.page_contact {
		background: #ffffff;
	}
 	/*.category .post {
	 	position: relative;
        max-width: 800px;
	 	display: block;
	 	margin: 0 auto 25px;
 	}*/
 	/*.category .post img {
        display: block;
        height: auto;
        width: 100%;
 	}*/
 	/*.category .overlay {
	 	background-color: rgba(255, 255, 255, 0.45);
	 	opacity: 0;
 	}*/
 	.category .post .title {
 		text-transform: uppercase;
	 	box-sizing: border-box;
 		text-align: center;
 		line-height: 1.2em;
        position: absolute;
	 	font-weight: 700;
 		padding: 0 45px;
	 	font-size: 46px;
        display: flex;
	 	width: 100%;
 		color: #000;
 		z-index: 10;
 		opacity: 0;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
 	}
    .category .title span {
        margin: auto;
    }
 	.category .post:hover .title,
 	.category .post:hover .overlay {
	 	opacity: 1;
 	}

/*
 * Single Post
 */
 	#content.single-post {
	 	top: 50px;
 	}
 	.single-post h2 {
 		text-transform: uppercase;
		text-align: center;
		margin-bottom: 20px;
		font-weight: 700;
		font-size: 45px;
 	}
 	.single-post h3 {
	 	line-height: 1.3em;
	 	font-size: 22px;
 	}
 	.single-post .entry {
	 	text-align: center;
 	}

    .entry img {
        max-width: 100%;
        height: auto;
    }
 	.single-post .post-preview {
	 	width: 800px;
	 	opacity: 0;
 	}
 	.single-post .next .coverlink,
 	.single-post .previous .coverlink {
	 	position: absolute;
	 	bottom: 0;
	 	right: 0;
	 	left: 0;
	 	top: 0;
	 	z-index: 10;
 	}
 	.single-post .previous,
 	.single-post .next {
		text-align: justify;
		position: absolute;
 		overflow: hidden;
 		padding-top: 100px;
 		height: 83%;
		width: 50px;
		top: 0;
 	}
 	.single-post .previous .arrow,
 	.single-post .next .arrow {
	 	position: absolute;
	 	left: 50%;
	 	top: 50%;
	 	height: 30px;
	 	width: 10px;
	 	margin-top: -55px;
 	}
 	.single-post .previous .post-preview {
	 	margin-left: -750px;
 	}
 	.single-post .previous {
	 	padding-right: 9%;
		left: 0;
 	}
 	.single-post .next {
	 	padding-left: 9%;
	 	right: 0;
 	}
 	.single-post .entry a {
	 	color: #000;
 	}
 	.single-post .previous:hover,
 	.single-post .next:hover {
	 	text-decoration: none;
	 	color: #555;
	 	opacity: 1;
 	}
 	.single-post .previous:hover .post-preview,
 	.single-post .next:hover .post-preview {
	 	opacity: 1;
 	}
 	.single-post .previous:hover .arrow,
 	.single-post .next:hover .arrow {
	 	opacity: 0;
 	}

/*
 * About Us
 */
 	.about.fullscreen {
	 	background-color: #777;
 	}
    #content.about {
        max-width: initial;
    }
 	.about-us ul.bottom-nav {
		list-style-type: none;
		text-align: center;
		position: absolute;
		z-index: 110;
		bottom: 20px;
		padding: 0;
		right: 0;
		left: 0;
 	}
 	.about-us .overlay {
	 	pointer-events: none;
 	}
 	ul.bottom-nav li {
	 	text-transform: uppercase;
	 	display: inline-block;
	 	font-weight: 700;
	 	font-size: 14px;
 	}
 	ul.bottom-nav li a {
	 	padding: 0 25px;
	 	opacity: 1;
	 	color: #fff;
 	}
 	ul.bottom-nav:hover li a {
	 	opacity: 0.6;
 	}
 	ul.bottom-nav li:hover a {
	 	opacity: 1;
 	}
 	ul.bottom-nav li a:hover {
	 	text-decoration: none;
	 	opacity: 1;
 	}
 	.close-detail {
	 	position: absolute;
	 	top: 20px;
	 	right: 20px;
	 	width: 30px;
	 	height: 30px;
	 	z-index: 150;
 	}

/*
 * Contact
 */
    .contact #sub-header {
        background-color: transparent;
        display: none;
    }
    .contact #sub-header .select-wrapper {
        display: none;
    }
 	#content.contact {
 		padding: 50px 0 100px 0;
	 	max-width: initial;
	 	overflow: hidden;
	 	top: auto;
 	}
 	a.mail:hover .svg {
	 	opacity: 0.6;
 	}
 	a.mail .svg {
		height: 9px;
		width: 14px;
		margin-right: 3px;
 	}
 	.contact .locations {
	 	overflow: hidden;
	 	margin: 40px 0;
 	}
 	.contact .address,
 	.contact .people {
		text-align: center;
		margin: auto;
		padding: 0 50px;
	}
	.contact .half {
		float: left;
		width: 50%;
	}
	.contact .map-wrapper {
		position:  relative;
	}
	.contact .entry a:hover,
	.contact a.mail:hover {
		text-decoration: none;
		color: #666;
	}
	.contact .address {
		text-transform: uppercase;
		margin: auto;
		width: auto;
		color: #000;
	 	font-weight: 100;
	}
	.contact .address a {
		margin-left: 10px;
		color: #000;
	}
	.contact .address h2 {
		line-height: 1.2em;
		font-weight: 700;
		font-size: 22px;
	}
	.contact em {
		text-transform: none;
	}
	/* Maps */
	.contact .map-wrapper .gm-style > div:nth-child(2n),
	.contact .map-wrapper .gm-style > div:nth-child(3n),
	.contact .map-wrapper .gm-style > div:nth-child(7n) {
		display: none;
	}
	.contact #map-1,
	.contact #map-2 {
		height: 420px;
	}
	.contact .map-wrapper .overlay-1 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
		bottom: 0;

		pointer-events: none;
		background: rgba(176,186,37,0);
		background: -moz-linear-gradient(45deg, rgba(176,186,37,0) 0%, rgba(206,171,37,0) 55%, rgba(230,159,37,1) 100%);
		background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(176,186,37,0)), color-stop(55%, rgba(206,171,37,0)), color-stop(100%, rgba(230,159,37,1)));
		background: -webkit-linear-gradient(45deg, rgba(176,186,37,0) 0%, rgba(206,171,37,0) 55%, rgba(230,159,37,1) 100%);
		background: -o-linear-gradient(45deg, rgba(176,186,37,0) 0%, rgba(206,171,37,0) 55%, rgba(230,159,37,1) 100%);
		background: -ms-linear-gradient(45deg, rgba(176,186,37,0) 0%, rgba(206,171,37,0) 55%, rgba(230,159,37,1) 100%);
		background: linear-gradient(45deg, rgba(176,186,37,0) 0%, rgba(206,171,37,0) 55%, rgba(230,159,37,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0ba25', endColorstr='#e69f25', GradientType=1 );
		opacity: 0.75;
	}
	.contact .map-wrapper .overlay-2 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
		bottom: 0;

		pointer-events: none;
		background: -moz-linear-gradient(top,  rgba(176,186,37,0) 0%, rgba(214,149,85,0) 55%, rgba(245,118,124,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,186,37,0)), color-stop(55%,rgba(214,149,85,0)), color-stop(100%,rgba(245,118,124,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(176,186,37,0) 0%,rgba(214,149,85,0) 55%,rgba(245,118,124,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(176,186,37,0) 0%,rgba(214,149,85,0) 55%,rgba(245,118,124,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(176,186,37,0) 0%,rgba(214,149,85,0) 55%,rgba(245,118,124,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(176,186,37,0) 0%,rgba(214,149,85,0) 55%,rgba(245,118,124,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0ba25', endColorstr='#f5767c',GradientType=0 ); /* IE6-9 */
		opacity: 0.75;
	}
	/* people */
	.contact .people {
		text-transform: uppercase;
		margin: 60px 0;
		font-size: 12px;
		color: #000;
		overflow: hidden;
		line-height: 1;
	}
	.contact .people ul {
		list-style: none;
		text-align: center;
		margin: 0 0 40px 0;
		padding: 0;
	}
	.contact .people ul li {
		display: inline-block;
		width: 310px;
	}
	.contact .people ul.bottom {
		margin-bottom: 0;
	}
	.contact .people h3 {
		font-weight: bold;
	}
	.contact .people p {
		margin: 0.8em 0;
		line-height: 1.5;
	}
	.contact .people a {
		color: #000;
	}
	.contact .people em {
		font-family: serif;
		font-weight: normal;
		text-transform: uppercase;
	}
	/* reps */
	.contact .reps {
		text-align: center;
		font-size: 12px;
		color: #000;
		line-height: 1;
		margin: 40px 0;
	}
	.contact .reps > div {
		display: inline-block;
		vertical-align: top;
		line-height: 1.7;
		width: 280px;
	}
	.contact .reps .center {
		margin: 0 60px;
		width: 380px;
	}
	.contact .reps h2 {
		margin: 0 0 40px 0;
	    font-size: 28px;
	    font-weight: 700;
	    line-height: 1.2em;
	    text-transform: uppercase;
	}
	.contact .reps h3 {
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1.5;
	}
	.contact .reps a,
	.contact .reps span {
		text-transform: uppercase;
		color: #000;
		text-decoration: none;
	}
	.contact .reps p i {
		line-height: 1.2;
		display: block;
	}
	#funkhaus-badge {
		width: 116px;
		margin: 100px auto 50px auto;
		display: block;
		text-align: center;
	}
	#funkhaus-badge:hover path {
		fill: black;
	}

/*
 * Video detail page
 */
	body.video-detail {
		background-color: #111;
		position: relative;
		min-height: 100%;
		height: 500px;
		overflow: hidden;
	}
	.video-detail #blackout .entry {
		white-space: pre;
	}
	#main-media {
		position: absolute;
		min-width: 400px;
		left: 50%;
		top: 50%;
 	}
 	#content.media-detail {
		text-align: center;
		position: absolute !important;
		width: auto;
		padding-right: 100px;
		padding-left: 100px;
		min-height: 300px;
		padding-bottom: 0;
		padding-top: 0;
		bottom: 60px;
		top: 120px;
		right: 0;
		left: 0;
 	}
 	.media-detail .title-wrapper {
	 	text-transform: uppercase;
	 	position: relative;
	 	margin-top: 20px;
	 	letter-spacing: 2px;
	 	line-height: 1.3;
 	}
 	.media-detail .title-wrapper > * {
	 	display: block;
	 	margin: 5px 0;
 	}
 	.title-wrapper .line-1 {
	 	font-weight: 700;
	 	font-size: 22px;
	 	color: #fff;
 	}
 	.title-wrapper .line-2 {
	 	margin-bottom: 5px;
	 	font-weight: 300;
	 	font-size: 16px;
	 	color: #008ec7;
 	}
 	.title-wrapper h3 a,
 	.title-wrapper h3 {
 		font-weight: 700;
	 	font-size: 12px;
	 	color: #fff;
	 	text-decoration: none;
 	}
 	.title-wrapper h3 a:hover {
	 	opacity: 0.75;
 	}
 	.title-wrapper .bts,
 	.title-wrapper .credits {
 		font-weight: 400;
		font-size: 12px;
		color: #989898;
		margin: 7px 0;
		display: block;
 	}
 	.title-wrapper .bts:hover,
 	.title-wrapper .credits:hover {
	 	text-decoration: none;
	 	opacity: 0.75;
	 	cursor: pointer;
 	}

 	.video-detail #container {
	 	overflow: hidden;
 	}
 	#video-thumb-tray-wrapper {
		position: absolute;
		overflow: hidden;
		height: 24px;
		bottom: 0;
		right: 0;
		left: 0;
 	}
 	#video-thumb-tray-wrapper .background {
	 	position: absolute;
		background-color: #000;
		top: 24px;
		bottom: 0;
		right: 0;
		left: 0;
 	}
 	.video-thumb-tray {
	 	overflow: hidden;
	 	position: relative;
	 	padding: 0 60px;
 	}
 	.video-thumb-tray .browse {
		height: 20px;
		width: 5px;
		position: absolute;
		top: 50%;
		padding: 10px 20px;
		margin-top: -10px;
		cursor: pointer;
 	}
 	.video-thumb-tray .browse.disabled {
	 	display: none !important;
 	}
 	.video-thumb-tray .browse.next {
		right: 11px;
 	}
 	.video-thumb-tray .browse.prev {
		left: 11px;
 	}
 	.video-thumb-tray .browse:hover .svg path {
	 	fill: #fff;
 	}
 	.video-thumb .video-meta {
	 	display: none;
 	}
 	.video-thumb {
	 	display: inline-block;
	 	float: left;
	 	opacity: 0.3;
 	}
 	.video-thumb.active,
 	.video-thumb:hover {
	 	opacity: 1;
 	}

 	#tray-tab .toggle {
	 	display: inline-block;
 	}

 	#tray-tab {
	 	text-transform: uppercase;
	 	text-decoration: none;
	 	text-align: center;
	 	display: block;
	 	font-weight: 700;
	 	font-size: 12px;
 	}
 	#tray-tab a {
	 	color: #989898;
 	}
 	#tray-tab .line-1 {
	 	color: #fff;
 	}
 	#tray-tab .toggle:hover {
	 	text-decoration: none;
	 	opacity: 0.75;
 	}
 	.open .hide-videos {
	 	color: #fff;
 	}
 	button.close:hover {
	 	opacity: 0.5;
 	}


/*
 * Blackout
 */
 	#blackout {
	 	background-color: rgba(0,0,0,0.75);
	 	position: absolute;
	 	z-index: 180;
	 	bottom: 0;
	 	right: 0;
	 	left: 0;
	 	top: 0;
 	}
 	#blackout-content {
 		position: absolute;
        max-width: 980px;
	 	margin: auto;
	 	top: 50%;
	 	z-index: 300;
 		text-align: center;
	 	overflow: hidden;
	 	display: none;
	 	color: #fff;
	 	z-index: 310;
	 	right: 0;
	 	left: 0;
 	}
    #blackout-content .entry {
        padding: 0 20px;
    }
 	#blackout-content .heading {
	 	text-align: center;
	 	margin-bottom: 15px;
 	}
 	#blackout-content button.close {
	 	display: inline-block;
	 	background: none;
	 	cursor: pointer;
	 	outline: none;
	 	border: none;
	 	padding: 0;
	 	margin: 0;
 	}
 	#blackout-content .close .svg {
	 	height: 30px;
	 	width: 30px;
 	}
 	#blackout-content .entry strong {
	 	color: #fff;
 	}
 	#blackout-content .entry .col {
	 	display: inline-block;
	 	vertical-align: top;
	 	font-size: 14px;
	 	width: 435px;
	 	margin: 0 10px;
	 	text-align: justify;
	 	white-space: pre;
 	}
 	#blackout-content .entry .col:nth-child(even) {
 		width: 350px;
 	}
 	.blackout-option {
	 	display: none;
 	}


/*
 * Tools
 */
    #tagline {
        display: none;
    }
    .post-edit-link {
	    font-size: 10px;
	    text-transform: uppercase;
    }
	#more-posts,
	#infscr-loading {
		display: none !important;
	}

/*
 * Animations
 */
    /* Color */
	.main-menu li a {
		transition: color 0;
	}

    /* Opacity */
    .invisible > *,
	.post-preview,
	.arrow.
    #sub-header,
    .browse,
    .overlay,
    .titles,
    #logo .svg,
    .close .svg,
	.home #header li a,
	li a {
		transition: opacity 0.2s;
    }

    /* Color & Opacity */
    a,
    .mail .svg,
	button.close {
    	transition: color 0.4s, opacity 0.2s;
    }

    /* Everything */
    svg path {
		transition: 0.4s;
    }



/*
 * 404 Error
 */
    .error-404 {
        text-align: center;
        font-size: 32px;
    }


/*
 * Wordpress Required
 */
	.alignleft {
	    display: inline;
	    float: left;
	}
	.aligncenter {
	    margin: 0 auto 10px auto;
	    display: block;
	    clear: both;
	}
	.alignright {
	    display: inline;
	    float: right;
	}
	img.alignleft {
	    margin: 0 10px 10px 0;
	}
	img.alignright {
	    margin: 0 0 10px 10px;
	}
	img.aligncenter {
	    margin: 0 auto 10px auto;
	}

	.wp-caption {
	    width: auto !important;
	    text-align: center;
	    -moz-border-radius: 0 0 4px 4px;
	    border-radius: 0 0 4px 4px;
	    background: #f1f1f1;
	    margin-bottom: 15px;
	    color: #888;
	}
	.wp-caption img {
	    margin: 0px;
	}
	.wp-caption p.wp-caption-text {
	    font-style: italic;
	    margin: 0 0 5px;
	    padding: 4px;
	}
	@media screen and (max-width: 883px) and (min-width: 320px) {
		#sub-header .list {
			display: none !important;
		}
		#sub-header .back-title {
			font-size: 32px !important;
			color: rgba(1,1,1,0.1) !important;
		}
		.grid-block .wp-post-image {
			visibility: hidden;
			width: 100%;
			height: auto;
		}
		.main-menu > li > a {
			padding: 12px 0;
			display: block;
		}
		ul.main-menu{
			font-size:13px;
		}
	}