/*!
 * fullPage 2.8.8
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
 
 
 
 
/* STARTING OVER */

	.section{
		text-align:left;
		padding: 0;
		}
	 
	 .section-body{
		text-align:left;
		padding: 0 10px 0 10px;
		position: relative;
		z-index: 5;
		}
		
	.section-body-wordy{
		padding: 0 5% 0 5%; 
		/*height:80%;*/
		text-align:center;
		}
		
	.section-body-wordyrighty{
		padding: 60% 5% 0 5%; 
		height:0%; 
		text-align:center;
		}	
	 
	h1 {
		font-family: "neuzeit-grotesk", Helvetica, Arial, sans-serif;
	    font-weight: bold;
	    letter-spacing: -.03em;
	    line-height: .95em;
	    font-size: 1.7em !important;
	    font-size: 100%;
	    margin:0;
	    padding:0;
	    color:#fff;
		}
		
	h2 {
		font-family: "neuzeit-grotesk", Helvetica, Arial, sans-serif;
	    font-weight: bold;
	    letter-spacing: -.03em;
	    line-height: .95em;
	    font-size: 3em !important;
	    font-size: 100%;
	    margin:0;
	    padding:0;
	    color:#fff;
		}
	 
	 body{
		font-family: "neuzeit-grotesk", Helvetica, Arial, sans-serif;
		font-weight: 300;
		color: #fff;
		min-width: 350px;
		}
	 
	 p{
		font-size: 1em;
		line-height: 1.25em;
		letter-spacing: .02em;
		}
	 
	 p a{
		color: #ff8d1e;
	 	}
	 
	.slideoverlay {
		position: absolute !important;
	    height: 100%;
	    width: 100%;
	    left: 0;
	    top: 0;
	    overflow: hidden;
	    position: fixed;
	}
	 
	 .article-tags {
	 	margin-bottom: 20px;
	 	}
	 
	  .totem-articletag-main{
	 	font-size: .3em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    background-color: #ff8d1e;
	    color:#000;
	    margin-right: 4px;
		}
		
	.totem-articletag-sub{
	 	font-size: .3em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: rgba(255, 255, 255, 0.10);
	    border-style: solid;
	    border-width: 1px;
	    color: rgba(255, 255, 255, 0.50);
	    margin-right: 4px;
		}

	.totem-notedtag-source{
	 	font-size: .6em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    color: #000;
        margin-left: 10px;
		}

	.work-tags {
	 	position: absolute;
	 	bottom: 20px;
	 	left: 5%;
	 	margin-right: 4px;
	 	}
	 
	  .totem-worktag-main{
	 	font-size: .3em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: #c63827;
	    border-style: solid;
	    border-width: 1px;
	    background-color: #c63827;
	    color:#fff;
	    margin-right: 4px;
		}
		
	.totem-worktag-sub{
	 	font-size: .3em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: rgba(0, 0, 0, 0.10);
	    border-style: solid;
	    border-width: 1px;
	    color: rgba(0, 0, 0, 0.50);
	    margin-right: 4px;
		}
	 
	 .article-details {
	 	position: absolute;
	 	bottom: 40px;
	 	left: 5%;
	 	}
	 	
	 .totem-date{
	 	position: absolute;
	 	font-size: .6em !important;
	 	font-weight: bolder;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    color:#fff;
	    width: 150px;
		}
		
	.totem-author{
	 	position: absolute;
	 	font-size: .6em !important;
	 	font-weight: bolder;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    margin-left: 130px;
	    color:#fff;
	    width: 150px;
		}
		
	/* .navsplash{
		position: fixed;
		display:inline-block;
		width: 95%;
		height: 95%;
		background: #c63827;
		text-align:left;
		padding: 0;
		}	*/
	
	.totem-selected {
		z-index: 70;
	    font-size: 1.65em;
	    font-weight: normal;
	    /*position: fixed;*/
	    opacity: 0.75;
	    display: inline-block;
	    vertical-align: top;
	    margin-left: 8px;
	    margin-top: -6px;
	}
	
	.selected-overlay {
		position: absolute !important;
	    height: 100%;
	    width: 100%;
	    left: 0;
	    top: 0;
	    overflow: hidden;
	    position: fixed;
	    z-index: 1;
	}
	
	.overlay {
    /*height: calc(100% - 20px);*/
    /*width: calc(100% - 20px);*/
    height: 100%;
    width: 100%;
    position: fixed;
    vertical-align: middle;
    z-index: 2;
    /*top: 10px;*/
    /*left: 10px;*/
    background-color: rgba(227,31,64, 1.0);
    overflow-x: hidden;
    transition: 0.5s;
	}
	
	@media (max-width: 600px) {
		.overlay {
			height: 100%;
		    width: 100%;
		    top: 0px;
		    left: 0px;
		}
    }
	
	.aboutback {
			background: -moz-linear-gradient(top, rgba(227,31,64,1) 0%, rgba(227,31,64,1) 55%, rgba(227,31,64,0) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, rgba(227,31,64,1) 0%,rgba(227,31,64,1) 55%,rgba(227,31,64,0) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, rgba(227,31,64,1) 0%,rgba(227,31,64,1) 55%,rgba(227,31,64,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			width: 98%;	
			height: 70px;
			z-index: 1;
			position: fixed;
		}
	
	.overlay-content {
	position: relative;
	text-align:left;
	/* padding: 0 5% 0 5%; */
	top: 250px; /*was 210*/
	width: 100%;
	text-align: left;
	/*overflow-y: scroll;*/
	}
	
	@media (max-width: 600px) {

		.overlay-content {
			top: 190px !important; /*was 150*/
		}
		
		#sub-menu {
			top: 50px !important;
		}
    }
	
	@media (max-width: 890px) {

		.overlay-content {
			top: 210px; /*was 132px*/
		}
    }
	
	.overlaymenucontain {
	    width: 100%;
	    height: 50px;
	    z-index: 70;
	    fill: #e82446;
	    margin: 20px 0 0 5%;
	    position: fixed;
	    vertical-align: top;
	}
	
	@media (max-width: 600px) {
		.overlaymenucontain {
		    margin: 9px 0 0 5%;
		}
	}
	
	#overlaymenu {
		position:fixed;
		/**/top:28px;
		left:50%;
		height: 40px;
		z-index: 70;
		width: 100%;
		padding: 0;
		margin:0;
		font-size: .9em;
		color: #fff;
		font-weight: normal;
		display: block;
	}
		
	#overlaymenu li {
	display:inline-block;
	/* margin: 10px; */
	color: #fff;
	font-size: 1.65em;
	margin-right: 30px;
	margin-top: -2px;
	}
	
	#overlaymenu li a {
	color: #fff;
	opacity: 1;
	}

	#overlaymenu li a:hover {
	opacity: 0.7;
	}

	@media (max-width: 450px) {
	
	    #overlaymenu li {
			font-size: 1em !important;
		    margin-right: 13px !important;
	    }
	    
		#sub-menu-items li {
			font-size: 1em !important;
		}
	    
	}
		
	@media (max-width: 650px) {
	
		#overlaymenu {
			position: initial;
			left: 0;
		    padding: 9px 0 0 60px !important;
	    }
	    
	    #overlaymenu li{
			font-size: 1.25em;
		    margin-right: 20px;
	    }
	    
	    #sub-menu-items li {
		    font-size: 1.25em !important;
		    margin-right: 20px !important;
	    }
	    
	}
	
	@media (max-width: 600px) {
	
		#overlaymenu {
		    padding: 8px 0 0 36px !important;
	    }
	    
	    #sub-menu-items {
		    top: 52px !important;
	    }
	}
	
	
		
	@media (max-width: 1100px) {
	
		#overlaymenu {
			position: initial;
			left: 0;
		    padding: 9px 0 0 70px;
	    }
	    
	    #sub-menu-items {
		    left: 5% !important;
	    }
	}

	@media (min-width: 1101px) {
	
	    #sub-menu-items {
		    left: 50% !important;
	    }
	}


	.glass { 
		width: 20px; 
		height: 30px; 
		vertical-align: middle;
		}

	@media only screen and (max-width: 450px) {
			.glass { 
				width: 12px !important; 
				height: 15px !important;
				}
		}

	@media only screen and (max-width: 650px) {
		.glass { 
			width: 15px; 
			height: 19px;
			}
	}

	/*-- SEARCH ---*/

		input[type="submit"]:hover {
			opacity: 0.8;
		}
		
		input#search {
			font-family: "neuzeit-grotesk", Helvetica, Arial, sans-serif;
			height: 60px;
			font-size: 30px;
			display: inline-block;
			text-fill-color: #fff;
			/*font-family: "Lato";*/
			/*font-weight: 100;*/
			border: none;
			outline: none;
			color: #fff;
			/*padding: 3px;
			padding-right: 60px;*/
			width: 88%;
			margin: 0 5% 0 5%;
			padding-bottom: 8px;
			position: fixed;
			top: 106px;
			/*left: 5%;*/
			background: none;
			z-index: 3;
			transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
			cursor: pointer;
			/*border-bottom: 1px solid rgba(255, 255, 255, 0.25);*/
			cursor: text;
			padding-left: 32px; /* JB— add this to make room for 'back' arrow */

		}
		
		@media only screen and (min-width:600px) {
			input#search {
				top: 137px;
	
			}
	
		}
		
		@media only screen and (min-width:890px) {
			input#search {
				font-size: 55px;
				padding-left: 45px;
				top: 156px;
	
			}
	
		}	
	
		#search.light::-webkit-input-placeholder { /* Chrome/Opera/Safari */
			color: #ffffff;
			opacity: 0.5;
			}
		#search.light::-moz-placeholder { /* Firefox 19+ */
			color: #ffffff;
			opacity: 0.5;
			}
		#search.light:-ms-input-placeholder { /* IE 10+ */
			color: #ffffff;
			opacity: 0.5;
			}
		#search.light:-moz-placeholder { /* Firefox 18- */
			color: #ffffff;
			opacity: 0.5;
			}
	
		#search.dark::-webkit-input-placeholder { /* Chrome/Opera/Safari */
			color: #000;
			opacity: 0.5;
			}
		#search.dark::-moz-placeholder { /* Firefox 19+ */
			color: #000;
			opacity: 0.5;
			}
		#search.dark:-ms-input-placeholder { /* IE 10+ */
			color: #000;
			opacity: 0.5;
			}
		#search.dark:-moz-placeholder { /* Firefox 18- */
			color: #000;
			opacity: 0.5;
			}
	
		/*input[type="text"]::-webkit-input-placeholder {
			opacity: 0.5;
		}
		input[type="text"]::-moz-placeholder {
			opacity: 0.5;
		}
		input[type="text"]:-ms-input-placeholder {
			opacity: 0.5;
		}
		input[type="text"]:-moz-placeholder {
			opacity: 0.5;
		}*/
		
		input#search:focus:hover {
			/*border-bottom: 1px solid rgba(255, 255, 255, 0.25);*/
		}
		
		input#search:focus {
			/*width: 700px;*/
			/*z-index: 1;*/
			/*border-bottom: 1px solid rgba(255, 255, 255, 0.25);*/
			cursor: text;
		}
	
		#searcharrow {
		    border-right: 3px solid white;
			border-bottom: 3px solid white;
			width: 14px;
			height: 14px;
			top: 128px;
			transform: rotate(135deg);
			position: fixed;
			z-index: 5;
			left: calc(5% + 8px);
			opacity: 0.75;
			cursor: pointer;
		}
		
		@media only screen and (min-width:600px) {
			#searcharrow {
			    
				top: 159px;
				left: calc(5% + 8px);			}
		}
		
		@media only screen and (min-width:890px) {
			#searcharrow {
			    border-right: 4px solid white;
				border-bottom: 4px solid white;
				width: 25px;
				height: 25px;
				/*transform: rotate(135deg);
				position: fixed;*/
				top: 172px;
				/*z-index: 5;
				left: calc(5% + 19px);
				opacity: 0.75;
				cursor: pointer;*/
			}
		}
		
		#searcharrow:hover {
			opacity: 1;
		}
	
		.searchback {
			background: -moz-linear-gradient(top, rgba(227,31,64,1) 0%, rgba(227,31,64,0.9) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, rgba(227,31,64,1) 0%,rgba(227,31,64,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, rgba(227,31,64,1) 0%,rgba(227,31,64,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			width: 100%;	
			height: 165px;
			z-index: 1;
			position: fixed;
		}
		
		@media only screen and (min-width:600px) {
			.searchback {	
				height: 204px;
				width: calc(100% - 20px);
			}
		}
		
		@media only screen and (min-width:890px) {
			.searchback {	
				height: 230px;
				z-index: 1;
				position: fixed;
			}
		}
		
		
	/*--- SEARCH INDEX ---*/
	
	.searchfull {
		list-style: none;
		width: 93%;
		margin-left: calc(5% - 5px);
		margin-right: calc(5% - 5px);
		padding: 0;
		float: left;
		overflow: hidden;
		/*column-count: 2;
		column-fill: auto;*/
	}
	
	.searchfull li:last-child {
	    margin-right: 0;
	    padding-right: 0;
}

	.searchblock {
		position: relative;
		display: inline-table;
		overflow: hidden;
		width: 100%; /* Fallback */
		width: -webkit-calc(100% / 1);
		width: calc(100% / 1 - 20px);
		padding: 10px;
		/*list-style: none;
	    display: inline-block;
	    position: relative;
	    padding-right: 10%;
	    width: auto;
	    margin-right: 0.5%;
	    background: #fafafa;
	    padding-left: 0;
	    margin-left: 0;
		/*padding: 10px;
		background: none;*/
	}
/*
	@media only screen and (max-width:1150px) {
		.searchblock {
		    height: 500px;
		}
	}

	@media only screen and (max-width:1500px) {
		.searchblock {
		    height: 550px;
		}
	}
	
	@media only screen and (max-width:1780px) {
		.searchblock {
		    height: 500px;
		}
	}*/

	@media only screen and (min-width:890px) {
		.searchblock {
		    width: 50%; /* Fallback */
			width: -webkit-calc(100% / 2);
			width: calc(100% / 2 - 30px);
		}
	}

	@media only screen and (min-width:1500px) {
		.searchblock {
		    width: 33.33%; /* Fallback */
			width: -webkit-calc(100% / 3);
			width: calc(100% / 3 - 30px);
		}
	}

	@media only screen and (min-width:2200px) {
		.searchblock {
		    width: 25%; /* Fallback */
			width: -webkit-calc(100% / 4);
			width: calc(100% / 4 - 30px);
		}
	}

	.searchblock:hover {
		background-color: rgba(255, 255, 255, 0.15);
		cursor: pointer;
	}
	
	.searchblock img {
		display: block;
		width: 100%;
		/*height: auto;*/
		margin-bottom: 12px;
	}
	
	.searchblock h1 {
	    font-size: 1.5em !important;
		margin-top: 12px;
	}
	
	@media only screen and (min-width:480px) {
		.searchblock h1{
		    font-size: 2em !important;
		}
	}
	
	.searchblock p {
	    font-size: 1em !important;
	    margin: 10px 0 40px 0;
	}
	
	@media only screen and (min-width:480px) {
		.searchblock p {
		    font-size: 1.24em !important;
		}
	}
	
	.searchblock hr {
		height: 1px; 
		color: #fff;
		border: 0;
		margin-bottom: 0px;
		background: rgba(255, 255, 255, 0.5);
		}
	
	.searchtag-main{
		position: absolute;
	 	font-size: .6em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: #fff;
	    border-style: solid;
	    border-width: 1px;
	    background-color: #fff;
	    color:#000;
		}

	.searchtag-sub {
		font-size: .3em !important;
		font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: rgba(255, 255, 255, 0.25);
	    border-style: solid;
	    border-width: 1px;
	    color: rgba(255, 255, 255, 0.75);
		}

	/*--- OVERLAY CONTENT---*/

	.overlay a {
	    /* padding: 8px; */
	    text-decoration: none;
	    /*display: block;*/
	    transition: 0.3s;
	    color: inherit;
	}
	
	.overlay a:hover, .overlay a:focus {
	    opacity: 0.7;
	}
	
	.overlay-tag{
	 	font-size: .6em !important;
	 	font-weight: bolder;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    margin-bottom: 30px;
	    color:#fff;
		}
	
	.overlay-intro {
		font-size: 2em;
		margin-bottom: 30px;
	}
	
	@media (max-width: 600px) {
	    .overlay-intro {
		font-size: 1.5em;
		}
	}
	
	.overlay-clients {
		font-size: 1.4em;
	}
	
	@media (max-width: 600px) {
	    .overlay-clients {
		font-size: 1.2em;
		}
	}
	
	.overlay hr {
		height: 1px; 
		color: #fff;
		border: 0;
		background: #fff;
	    opacity: 0.5;
	}
	
	.overlayleft {
        float: left;
        width: 40%;
        padding: 0 5% 50px 5%;
        /*overflow-y: scroll;*/
    }
    
    @media (max-width: 1100px) {
	    .overlayleft {
		    float: none;
	        width: 90%;
	        padding: 0 5% 0 5%;
	    }
	}
    
    .overlayright {
        float: right;
        width: 45%;
        padding-right: 5%
    }
    
    @media (max-width: 1100px) {
	    .overlayright {
		    float: none;
	        width: 90%;
	        padding: 30px 5% 50px 5%;
	    }
	}	    
    
    .overlayimg {
        max-width: 100%;
        height: auto;
    }
    .group:after {
        content:"";
        display: table;
        clear: both;
    }
		
		
	/* SLIDE ARROWS */
	
	.fp-controlArrow.fp-prev {
	/* position: absolute; */
	top: 50%;
	width: .5rem;
	height: .5rem;
	background: transparent;
	border-top: .2rem solid black;
	border-right: .2rem solid black;
	box-shadow: 0 0 0 lightgray;
	transition: all 200ms ease;
	left: 0;
	transform: /*translate3d(0,-50%,0)*/ rotate(-135deg);
	float: left;
	margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
	}
	
	.fp-controlArrow.fp-next {
	/* position: absolute; */
	top: 50%;
	width: .5rem;
	height: .5rem;
	background: transparent;
	border-top: .2rem solid black;
	border-right: .2rem solid black;
	box-shadow: 0 0 0 lightgray;
	transition: all 200ms ease;
	right: 0;
	transform: /*translate3d(0,-50%,0)*/ rotate(45deg);
	float: right;
	margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
	}
	
		/*&.left {
			left: 0;
			transform: translate3d(0,-50%,0) rotate(-135deg);
			float: left;
		}
	
		&.right {
			right: 0;
			transform: translate3d(0,-50%,0) rotate(45deg);
			float: right;
		}
		
		&:hover {
	
			&.left {
				left: -.3rem;
			}
	
			&.right {
				right: -.3rem;
			}
		}
	}/*
	
	
	/* LOGO */
	
	.logo {
	    /*width: 260px;*/
	    height: 50px;
	    z-index: 70;
	    fill: #e82446;
	    margin: 30px 0 0 5%;
	    position: fixed;
	    vertical-align: top;
		/*opacity: 0;
		animation: lefty;
		animation-duration: 0.5s;
		animation-iteration-count: 1;
		animation-delay: 0s;
		animation-fill-mode: forwards;*/
	}
	
	.logo svg {
			width: 40px;
	    }
	
	@media (max-width: 600px) {

	.logo svg {
			width: 25px;
	    }
	}
	
	.logo:hover {
		fill: #fff;
		/*transition: all .3s;*/
		}
	
	/*@keyframes lefty {
	  0% {
	    opacity: 0;
	    margin: 30px 0 0 3%;
	  }
	  100% {
	    opacity: 1;
	    margin: 30px 0 0 5%;
	  }
	}
	
	@keyframes righty {
	  0% {
	    opacity: 0;
	    padding: 0 3% 0 0;
	  }
	  100% {
	    opacity: 1;
	    padding: 0 5% 0 0;
	  }
	}*/
	
	/* HAMBURGER */
	
	#nav-icon3 {
	  width: 24px;
	  height: 24px;
	  position: relative;
	  margin: 30px 5% 0 0;
	  float: right;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .4s ease-in-out;
	  -moz-transition: .4s ease-in-out;
	  -o-transition: .4s ease-in-out;
	  transition: .4s ease-in-out;
	  cursor: pointer;
	}
	
	#nav-icon3 span {
	  display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  background: #e82446;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .4s ease-in-out;
	  -moz-transition: .4s ease-in-out;
	  -o-transition: .4s ease-in-out;
	  transition: .4s ease-in-out;
	}
	
	#nav-icon3 span:nth-child(1) {
	  top: 0px;
	}
	
	#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	  top: 8px;
	}
	
	#nav-icon3 span:nth-child(4) {
	  top: 16px;
	}
	
	#nav-icon3.open span:nth-child(1) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}
	
	#nav-icon3.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	
	#nav-icon3.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	
	#nav-icon3.open span:nth-child(4) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}

/* DOWN ARROW */
		
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
	transform: translate(0, 0);
	}
	40% {
	transform: translate(0, -10px);
	}
	60% {
	transform: translate(0, -3px);
	}
}

#scrollme {
	display: flex;
	justify-content: center;
	align-items: center;
	&:before
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -26px;
	width: 50px;
	height: 50px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI5NC42N3B4IiBoZWlnaHQ9Ijk0LjY3cHgiIHZpZXdCb3g9IjAgMCA5NC42NyA5NC42NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOTQuNjcgOTQuNjciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNOTQuNjcsMjYuNzc2TDQ3LjMzNSw2OS4zOEwwLDI2Ljc3NmwxLjMzOC0xLjQ4Nmw0NS45OTcsNDEuMzk2bDQ1Ljk5Ny00MS4zOTZMOTQuNjcsMjYuNzc2eiIvPgo8L3N2Zz4=");
	background-size: contain;
	animation: bounce 3s infinite;
	cursor: pointer;
}
	
/* LOGO SOUP */

.soup {
    display: table;
    max-width:100%;
    /*margin: 10px auto;*/
}

.soupr {
    border-spacing: 24px 10px;
    /*display: table-row;*/
}

@media only screen and (min-width:480px) {
	.soupr {
	    border-spacing: 26px 10px;
	    /*display: table-row;*/
	}
}

@media only screen and (min-width:1000px) {
	.soupr {
	    border-spacing: 60px 10px;
	    /*display: table-row;*/
	}
}

@media only screen and (min-width:1600px) {
	.soupr {
	    border-spacing: 90px 15px;
	    /*display: table-row;*/
	}
}

.soupc {
    display: table-cell;
    vertical-align: middle;
}

.soup img {
    max-width:100%;
}





/* LOGO SOUP 2nd TRY*/

.soupa2 {
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
}

.soupb2 {
    display: inline-block;
    width: calc(16% - 0px);
    border-spacing: 24px 10px;
}

/*@media only screen and (min-width:480px) {
	.soupr {
	    border-spacing: 26px 10px;
	}
}

@media only screen and (min-width:1000px) {
	.soupr {
	    border-spacing: 60px 10px;
	}
}

@media only screen and (min-width:1600px) {
	.soupr {
	    border-spacing: 90px 15px;
	}
}*/

.soupc2 {
    margin: 0;
	overflow: hidden;
}

.soupa2 img {
    border: none;
	max-width: 100%;
	height: auto;
	display: block;
	transition: transform .2s ease-in-out;
}



/*-------------------------RADIO---------------------------*/


@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";

.player {
/*	background-color: #0b8dd9;*/
	width: 100%;
/*	height: 170px;*/
/*	margin: 150px auto;*/
/*	color: #fff;*/
	position: relative;
/*	padding-top: 30px;*/
}

@media only screen and (min-width:620px) {
	.player {
		width: auto;
	}
}

.btn__play {
	width: 100% !important;
	width: 446px;
    height: 50px;
    display: block;
    margin: 5px 0 0;
    float: left;
    border: 2px solid #33a4ec;
    position: relative;
    cursor: pointer;
}

@media only screen and (min-width:540px) {
	.btn__play {
		width: 446px !important;
	}
}

@media only screen and (min-width:620px) {
	.btn__play {
		width: 572px !important;
	}
}

.btn__play__arrow {
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #33a4ec;
    position: absolute;
    top: 16px;
    left: 50%;
}

@media only screen and (min-width:540px) {
	.btn__play__arrow {
		left: 15px;
	}
}

.btn__play__pause {
	position: absolute;
    width: 1%;
    height: 40%;
    border-left: 6px solid #33a4ec;
    border-right: 6px solid #33a4ec;
    top: 15px;
    left: 50%;
    display: none;
}

@media only screen and (min-width:540px) {
	.btn__play__pause {
		left: 13px;
	}
}

.btn__play:hover {
	border-color: #fff;
}

.btn__play:hover>.btn__play__arrow {
	border-left-color: #fff;
}

.btn__play:hover>.btn__play__pause {
	border-left-color: #fff;
	border-right-color: #fff;
}

.player__footer {
	position: absolute;
    /* bottom: 0; */
    width: 100%;
    /* height: 45px; */
    margin: 25px 47px;
    font-size: 15px;
    display: none;
}

@media only screen and (min-width:540px) {
	.player__footer {
		display: block;
	}
}

/*.player h3 {
	font-size: 23px;
}

.player p {
	width: 90%;
	font-size: 14px;
}*/

.player__timeline,
.player__volume__bar {
	height: 10px;
	position: relative;
	background: rgba(255,255,255,.5);
	display: inline-block;
	cursor: pointer;
	transition: all .3s;
}

.player__timeline {
	width: 252px;
	margin-left: 10px;
    margin-right: 10px;
    display: none;
}

@media only screen and (min-width:540px) {
	.player__timeline {
		display: inline-block;
	}
}

.btn__volume {
	width: 23px;
    height: 23px;
    font-size: 20px !important;
    display: block;
    position: absolute;
    top: -2px;
    left: 400px;
    cursor: pointer;
    display: none !important;
}

@media only screen and (min-width:620px) {
	.btn__volume {
		display: inline-block !important;
	}
}

.player__volume__progress,
.player__timeline__progress {
	background-color: #33a4ec;
	height: 100%;
	display: block;
	transition: all .3s;
}

.player__volume__progress {
	width: 70%;
}

.player__volume__progress:hover,
.player__timeline__progress:hover {
	background-color: #ffffff;
}

.player__volume__bar {
	width: 80px;
	margin-left: 40px;
	display: none;
}

@media only screen and (min-width:620px) {
	.player__volume__bar {
		display: inline-block;
	}
}

/*-------------------------------------------------------------*/

	
 @media only screen and (min-width:480px) {
	 
 	.section-body{
		text-align:left;
		padding: 0 15% 0 3%;
		}
	 
	 h1 {
		font-family: "neuzeit-grotesk", Helvetica, Arial, sans-serif;
	    font-weight: bold;
	    letter-spacing: -.03em;
	    line-height: .95em;
	    font-size: 3em !important;
	    font-size: 100%;
	    margin:0;
	    padding:0;
	    color:#fff;
		}
	 
	 h2 {
	    line-height: .95em;
	    font-size: 1.75em !important;
	    font-size: 100%;
	 }
	 
	 body{
		font-family: "neuzeit-grotesk", Helvetica, Arial, sans-serif;
		font-weight: lighter;
		color: #fff;
		}
	 
	 p{
		font-size: 1.25em;
		letter-spacing: .02em;
		}
	 
	 p a{
		color: #ff8d1e;
	 	}
	 
	 .article-tags {
	 	margin-bottom: 20px;
	 	}
	 
	  .totem-articletag-main{
	 	font-size: .6em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: #ff8d1e;
	    border-style: solid;
	    border-width: 1px;
	    background-color: #ff8d1e;
	    color:#000;
		}
		
	.totem-articletag-sub{
	 	font-size: .6em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: rgba(255, 255, 255, 0.10);
	    border-style: solid;
	    border-width: 1px;
	    color: rgba(255, 255, 255, 0.50);
		}

	.work-tags {
	 	position: absolute;
	 	bottom: 20px;
	 	}
	 	
	  .totem-worktag-main{
	 	font-size: .6em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: #c63827;
	    border-style: solid;
	    border-width: 1px;
	    background-color: #c63827;
	    color:#fff;
		}
		
	.totem-worktag-sub{
	 	font-size: .6em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: rgba(0, 0, 0, 0.10);
	    border-style: solid;
	    border-width: 1px;
	    color: rgba(0, 0, 0, 0.50);
		}
	 
	 .totem-date{
	 	position: absolute;
	 	font-size: .6em !important;
	 	font-weight: bolder;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    color:#fff;
		}
		
	.totem-author{
	 	position: absolute;
	 	font-size: .6em !important;
	 	font-weight: bolder;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    margin-left: 130px; 
	    color:#fff;
		}
}

@media only screen and (min-width:800px) {
	
	h1 {
		font-family: "neuzeit-grotesk", Helvetica, Arial, sans-serif;
	    font-weight: bold;
	    letter-spacing: -.03em;
	    line-height: .95em;
	    font-size: 2.2em !important;
	    font-size: 100%;
	    margin:0;
	    padding:0;
	    color:#fff;
		}
		
}

@media only screen and (max-width: 1200px) {
	h1 {
	    font-size: 3.25em !important;
		}
}


/* 1000PX */

@media only screen and (min-width:1000px) {
	 
	 .section-body{
		text-align:left;
		padding: 0 45% 0 5%;
		}
	 
	 .section-body-wordy{
		text-align:left;
		padding: 0 65% 0 5%;
		height: auto;
		}
		
	.section-body-wordyrighty{
		text-align:right;
		padding: 0 5% 0 65%;
		height: auto;
		}
	 
	 h1 {
		font-family: "neuzeit-grotesk", Helvetica, Arial, sans-serif;
	    font-weight: bold;
	    letter-spacing: -.03em;
	    line-height: .95em;
	    font-size: 4em !important;
	    font-size: 100%;
	    margin:0;
	    padding:0;
	    color:#fff;
		}
	 
	 h2 {
	    line-height: .95em;
	    font-size: 3em !important;
	    font-size: 100%;
	 }
	 
	 body{
		font-family: "neuzeit-grotesk", Helvetica, Arial, sans-serif;
		font-weight: lighter;
		color: #fff;
		}
	 
	 p{
		font-size: 1.25em;
		letter-spacing: .02em;
		}
	 
	 p a{
		color: #ff8d1e;
	 	}
	 
	 .article-tags {
	 	margin-bottom: 20px;
	 	}
	 
	  .totem-articletag-main{
	 	font-size: .6em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: #ff8d1e;
	    border-style: solid;
	    border-width: 1px;
	    background-color: #ff8d1e;
	    color:#000;
		}
		
	.totem-articletag-sub{
	 	font-size: .6em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: rgba(255, 255, 255, 0.10);
	    border-style: solid;
	    border-width: 1px;
	    color: rgba(255, 255, 255, 0.50);
		}

	.work-tags {
	 	position: absolute;
	 	bottom: 20px;
	 	}
	 
	  .totem-worktag-main{
	 	font-size: .6em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: #c63827;
	    border-style: solid;
	    border-width: 1px;
	    background-color: #c63827;
	    color:#fff;
		}
		
	.totem-worktag-sub{
	 	font-size: .6em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: rgba(0, 0, 0, 0.10);
	    border-style: solid;
	    border-width: 1px;
	    color: rgba(0, 0, 0, 0.50);
		}

	 
	 .totem-date{
	 	position: absolute;
	 	font-size: .6em !important;
	 	font-weight: bolder;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    color:#fff;
		}
		
	.totem-author{
	 	position: absolute;
	 	font-size: .6em !important;
	 	font-weight: bolder;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    margin-left: 170px; 	   
	    color:#fff;
		}
}




@media only screen and (min-width:1600px) {
	 
	.section{
		text-align:left;
		padding: 0;
		}
	 
	 .section-body{
		text-align:left;
		padding: 0 45% 0 5%;
		}
		
	 h1 {
		font-family: "neuzeit-grotesk", Helvetica, Arial, sans-serif;
	    font-weight: bold;
	    letter-spacing: -.03em;
	    line-height: .95em;
	    font-size: 5em !important;
	    font-size: 100%;
	    margin:0;
	    padding:0;
	    color:#fff;
		}
	 
	 h2 {
	    line-height: .95em;
	    font-size: 3.25em !important;
	    font-size: 100%;
	    }
	 
	 body{
		font-family: "neuzeit-grotesk", Helvetica, Arial, sans-serif;
		font-weight: 300;
		color: #fff;
		}
	 
	 p{
		font-size: 1.5em;
		letter-spacing: .02em;
		}
	 
	 p a{
		color: #ff8d1e;
	 	}
	 
	 .article-tags {
	 	margin-bottom: 20px;
	 	}
	 
	  .totem-articletag-main{
	 	font-size: .6em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: #ff8d1e;
	    border-style: solid;
	    border-width: 1px;
	    background-color: #ff8d1e;
	    color:#000;
		}
		
	.totem-articletag-sub{
	 	font-size: .6em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: rgba(255, 255, 255, 0.10);
	    border-style: solid;
	    border-width: 1px;
	    color: rgba(255, 255, 255, 0.50);
		}
	 
	.work-tags {
	 	position: absolute;
	 	bottom: 20px;
	 	}
	 
	  .totem-worktag-main{
	 	font-size: .6em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: #c63827;
	    border-style: solid;
	    border-width: 1px;
	    background-color: #c63827;
	    color:#fff;
		}
		
	.totem-worktag-sub{
	 	font-size: .6em !important;
	 	font-weight: bold;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    padding: 3px;
	    border-color: rgba(0, 0, 0, 0.10);
	    border-style: solid;
	    border-width: 1px;
	    color: rgba(0, 0, 0, 0.50);
		}
	 
	 .totem-date{
	 	position: absolute;
	 	font-size: .6em !important;
	 	font-weight: bolder;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    color:#fff;
		}
		
	.totem-author{
	 	position: absolute;
	 	font-size: .6em !important;
	 	font-weight: bolder;
		letter-spacing: .12em;
	    text-transform: uppercase !important;
	    margin-left: 170px; 
	    color:#fff;
		}
}





 
 
 
 
 /* OLD HAT */
 
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
	overflow: hidden;
}
.fp-tableCell {
    display: table-cell;
	
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 14px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 4px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: rgba(0, 0, 0, 0.80);
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.25);
	box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.25);
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}