/*
Theme Name:   	SLAM JAM
Theme URI:    	n.a.
Author:       	SLAM JAM
Author URI:			n.a.
Description:  	n.a.
Version:      	1.0
*/

/**************************************************** RESET ****************************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	float: left;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************************************************** FONTS ****************************************************

@font-face {
	font-family: Slamjam;
	src: url('font/SLAMJAM-Regular.eot');
	src: url('font/SLAMJAM-Regular.woff2') format('woff2'), url('font/SLAMJAM-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/**************************************************** FONTS ****************************************************/

@font-face {
	font-family: Slamjam;
	src: url('font/SlamjamType-Roman.eot');
	src: url('font/SlamjamType-Roman.woff2') format('woff2'), url('font/SlamjamType-Roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/**************************************************** BASIC ****************************************************/

* {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-webkit-box-shadow: none;
	font-style: normal;
	box-sizing: border-box;
	outline: none;
}

body {
	width: 100%;
	padding-bottom:60px;
}

@media screen and (max-width:480px) {
	* {
		font-size: 18px;
		line-height: 20px;
	}
}

/**************************************************** TYPO ****************************************************/

.slamjam {
	font-family: Slamjam;
}

.justify {
	text-align: justify;
	/*-o-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;*/
}

.uppercase {
	text-transform: uppercase;
}

h1 {
	text-transform: uppercase;
}

/**************************************************** LINKS ****************************************************/

a {
	color: black;
	text-decoration: none;
}

a:hover,
a.active {
	color: red;
	text-decoration: none;
}

/**************************************************** INPUT ****************************************************/

input,
button,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid black;
	background: none;
	outline: 0px;
	padding: 10px 10px 8px 10px;
	margin: 8px 1px 8px 1px;
	width: 100%;
	border-radius:0px;
}

input:hover,
textarea:hover,
select:hover {
	border: 1px solid red;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid black;
	background: none;
	outline: 0px;
	padding: 10px 10px 8px 10px;
	margin: 8px 1px 8px 1px;
	width: 100%;
	resize: vertical;
	height: 100px;
}

select {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iMTIuMDQzLDUgOCwxMS43ODMgMy45NTcsNSAiLz48L3N2Zz4=);

	background-position:right center;
	background-size:auto;
	background-repeat:no-repeat;
}

input[type=submit],
button {
	text-transform: uppercase;
}

input[type=submit]:hover,
button:hover {
	background: black;
	color: white;
	cursor: pointer;
	border: 1px solid black;
}

input[type=checkbox] {
	width:auto;
}

input[type=checkbox]:checked {
	background:black;
}

::placeholder {
	color: black;
	opacity: 1;
}

:-ms-input-placeholder {
	color: black;
}

::-ms-input-placeholder {
	color: black;
}

/**************************************************** GRID ****************************************************/

.grid {
	width: 100%;
	font-size: 0px;
	float: left;
	position: relative;
}

.grid>div {
	display: inline-block;
	vertical-align: top;
}

.w-1-12,
.w-2-12,
.w-3-12,
.w-4-12,
.w-5-12,
.w-6-12,
.w-7-12,
.w-8-12,
.w-9-12,
.w-10-12,
.w-11-12,
.w-12-12 {
	display: inline-block;
	vertical-align: top;
}

.grid img,
.grid video {
	width: 100%;
	height: auto;
}

.grid .w-1-12 {
	width: 8.333%;
}

.grid .w-2-12 {
	width: 16.666%;
}

.grid .w-3-12 {
	width: 25%;
}

.grid .w-4-12 {
	width: 33.333%;
}

.grid .w-5-12 {
	width: 41.666%;
}

.grid .w-6-12 {
	width: 50%;
}

.grid .w-7-12 {
	width: 58.333%;
}

.grid .w-8-12 {
	width: 66.666%;
}

.grid .w-9-12 {
	width: 75%;
}

.grid .w-10-12 {
	width: 83.333%;
}

.grid .w-11-12 {
	width: 91.666%;
}

.grid .w-12-12 {
	width: 100%;
}

@media screen and (max-width:480px) {
	.grid>.w-1-12,
	.grid>.w-2-12,
	.grid>.w-3-12,
	.grid>.w-4-12,
	.grid>.w-5-12,
	.grid>.w-6-12 {
		width: 75%;
	}
	.grid>.w-7-12,
	.grid>.w-8-12,
	.grid>.w-9-12,
	.grid>.w-10-12,
	.grid>.w-11-12,
	.grid>.w-12-12 {
		width: 100%;
	}
}

.padding {
	padding: 10px 10px 8px 10px;
}

/**************************************************** NAV ****************************************************/

.nav {
	text-align: justify;
	text-transform: uppercase;
	height: 40px;
	z-index: 102 !important;
	position: relative;
}

.nav:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.nav-margin {
	margin-top: 220px;
}

/**************************************************** LOGO ****************************************************/

.logo {
	height: 170px;
	position: fixed;
	z-index: 99;
	top: 30px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 10px;
	overflow: hidden;
}

.logo * {
	font-size: 190px;
	line-height: 190px;
	font-family: Slamjam;
	/*letter-spacing: -20px;*/
	color: black !important;
}

.logo a {
	display:block;
}

.logo a:before {
	content: 'SJ SLAMAJM';
	width: calc(100vw - 30px);
	display: block;
	/*text-align: justify;*/
	text-align:center;
}

@media screen and (min-width:640px) {
	.logo a:before {
		content: 'SL JM SLAMAJM';
	}
}

@media screen and (min-width:840px) {
	.logo a:before {
		content: 'SL JAM SLAMAJM';
	}
}

@media screen and (min-width:1080px) {
	.logo a:before {
		content: 'SLM JAM SLAMAJM';
	}
}

@media screen and (min-width:1200px) {
	.logo a:before {
		content: 'SLAM JAM SLAMAJM';
	}
}

@media screen and (min-width:1600px) {
	.logo {
		height: 11vw;
	}
	.logo * {
		font-size: 13vw;
		line-height: 13vw;
	}
}

.logged-in .logo {
	top:62px;
}

/**************************************************** SUBLINE ****************************************************/

.subline {
	position: absolute;
	top: 190px;
	z-index: 100 !important;
	text-align: justify;
	left: 0px;
}

.subline:after {
	content: "";
	display: inline-block;
	width: 100%;
}

@media screen and (min-width:1600px) {
	.subline {
		top: calc(40px + 10.2vw);
	}
}

.subline a.active {
	color: red;
}

.nav {
	position: fixed;
}

.logged-in .subline {
	top:190px;
}

.logged-in .subline.nav {
	top:222px;
}

/**************************************************** CONTENT ****************************************************/

.content {
	min-height: calc(100vh - 105px);
}

.section {
	height: 100vh;
	position: relative;
}

/**************************************************** LANDING PAGE ****************************************************/

body.home {
position:fixed;
}

.intro {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding-bottom: 0px;
}

.intro div {
	position: relative;
}

.intro.randomposition .image {
	z-index: 0;
	max-height: 70%;
	max-width: 70%;
}

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

.intro.fullscreen .image {
	height: 100%;
	width:100%;
}

.intro.fullscreen {
	position:fixed;
}

.intro.fullscreen img,
.intro.fullscreen video {
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intro.fillspace .image {
	top: 230px;
	height: calc(100% - 270px);
	width:100%;
	overflow: hidden;
}

.intro.fillspace img,
.intro.fillspace video {
	z-index: 0;
	width: 100%;
	height:100%;
	object-fit: cover;
	overflow: hidden;
}

@media screen and (min-width:1600px) {
.intro.fillspace .image {
		top:14.2vw;
	}
}


/**************************************************** AGENDA ****************************************************/

.agenda {
	background: white;
	border-top: 1px solid black;
	position: fixed;
	bottom: 0px;
	transition: 300ms linear transform;
	overflow: hidden;
	left: 0px;
	z-index:1;
}

.agenda .event {
	width: 33.333vw;
	float: left;
}

.agenda.closed {
	-moz-transform: translateY(calc(100% - 64px));
	-webkit-transform: translateY(calc(100% - 64px));
	-o-transform: translateY(calc(100% - 64px));
	transform: translateY(calc(100% - 64px));
}

.agenda.open {
	-moz-transform: initial;
	-webkit-transform: initial;
	-o-transform: initial;
	transform: initial;
}

.agenda {
	display:none !Important;
}

.footer {
	bottom:0px !Important;
}

/**************************************************** STORELIST ****************************************************/

.storelist {
	padding-top: 234px;
	width: 100%;
}

@media screen and (min-width:1600px) {
	.storelist {
		padding-top: calc(80px + 10.2vw);
	}
}

.storelist .store .image {
	display: none;
	position: fixed;
	pointer-events: none;
	z-index: -1;
}

.storelist .store .image img {
	width: 33.333vw;
	height: 33.333vw;
	max-width:800px;
	max-height:800px;
	object-fit:contain;
}

.storelist .cell {
	padding: 10px 10px 8px 10px;
}

.storelist .cell p {
	padding: 0px;
}

@media screen and (max-width:480px) {
.storelist .store .image {
		width:100%;
		height:75vw;
		position:relative;
		display:block !important;
		overflow:hidden;
	}
.storelist .store .image img {
		width:100%;
		height:100%;
		object-fit:cover;
		object-position:center;
}
}



/**************************************************** PROJECTS ****************************************************/

.projects {
	padding-top: 234px;
	width: 100%;
}

@media screen and (min-width:1600px) {
	.projects {
		padding-top: calc(80px + 10.2vw);
	}
}

.projects .row {
	width: 100%;
}

.projects .cell {
	float: left;
	text-transform: uppercase;
}

.projects>.row>.cell {
	width: 80%;
	color: black;
}

.projects>.row>.year {
	width: 20%;
}

.projects>.row>.cell a .cell {
	cursor: pointer;
}

.projects>.row>.cell .cell {
	width: 100%;
}

.projects>.row>.cell .cell .cell.month {
	width: 25%;
}

.projects>.row>.cell .cell .cell.title {
	width: 50%;
}

.projects>.row>.cell .cell .cell.category {
	width: 25%;
}

.projects .project .image {
	display: none;
	position: fixed;
	pointer-events: none;
	z-index: -1;
}

.projects .project .image img {
	width: 33.333vw;
	height: 33.333vw;
	max-width:800px;
	max-height:800px;
	object-fit:contain;
}

.projects .project:hover {
	color: red;
}

/**************************************************** CONTACT ****************************************************/

.popup {
	position: fixed;
	border: 1px solid black;
	background: white;
	z-index: 103;
	width: 320px;
}

.popup .head {
	border-bottom: 1px solid black;
	width: 100%;
	cursor: move;
	text-transform: uppercase;
}

.popup .body {
	width: 100%;
}

.popup .close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.popup div p {
	padding:0px;
}

.pop-up-button {
	cursor: pointer;
}

.contact .randomy:nth-of-type(1) {
	margin-left:20px;
}

@media screen and (max-width:1600px) {

.contact .randomy:nth-of-type(2) {
	margin-left:-22.4px;
}

.contact .randomy:nth-of-type(3) {
	margin-left:-44.8px;
}

.contact .randomy:nth-of-type(4) {
	margin-left:-67.2px;
}

.contact .randomy:nth-of-type(5) {
	margin-left:-90px;
}

.contact .randomy:nth-of-type(6) {
	margin-left:-113px;
}

.contact .randomy:nth-of-type(7) {
	margin-left:-135px;
}

.contact .randomy:nth-of-type(8) {
	margin-left:-167px;
}

.contact .randomy:nth-of-type(9) {
	margin-left:-202px;
}

}

.hidden {
	display: none;
}

.contact .popup form div.privacylabel,
.contact .popup form div.checkbox {
	display:table-cell;
	vertical-align:top;
	padding:5px 0px 0px 10px;
}

.contact .popup form div.checkbox {
	width:auto;
	padding:0px;
}

.contact .popup form div input {
	width:auto;
}

.contact .popup form p {
	margin:0px;
}

.muField label {
	text-transform:uppercase;
}

.muField span {
	color:black !Important;
	margin-left:-5px;
}

/**************************************************** NEWSLETTER POPUP ****************************************************/

.popup.newsletter {
	display:none;
}

.popup.newsletter form div.checkbox {
	width:auto;
	padding:0px;
}

.popup.newsletter form div input {
	width:auto;
	margin:0px;
}

.popup.newsletter form p {
	margin:0px;
}

.popup.newsletter form div.privacylabel,
.popup.newsletter form div.checkbox {
	display:table-cell;
	vertical-align:top;
	padding:5px 10px 0px 0px !important;
}

.loading-img {
	display:none;
}

.terms-confirm,
.terms2-confirm {
	margin-bottom: -3px !important;
	margin-top:20px !important;
} 

.muSubmit input {
	margin-top:20px !important;
}

.show-response {
	margin-top:20px !important;
	display:block;
}


/**************************************************** ABOUT ****************************************************/

.about {
	padding-top: 234px;
}

@media screen and (min-width:1600px) {
	.about {
		padding-top: calc(80px + 10.2vw);
	}
}

.popup p {
	margin-bottom: 22px;
}

.popup p:last-of-type {
	margin-bottom: 0px;
}

.popup.newsletter p,
.popup.contactform p {
	margin-bottom: 0px;
}

div.wpcf7-response-output {
	padding: 0px !important;
	margin: 0px !important;
	margin-bottom:20px !important;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 0px solid #f7e700 !important;
}

/**************************************************** SLIDESHOW ****************************************************/

.slider .slide {
	background: white;
}

.flickity-slider {
	transform: none !important;
}

.slide {
	left: 0 !important;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	z-index: -1;
	max-height: 80vh;
	width: 100%;
}

.slide img,
.slide video {
	width:100%;
	max-height: 60vh;
	object-fit: contain;
}

.slide.is-selected {
	opacity: 1;
	z-index: 0
}

.flickity-page-dots {
	counter-reset: slides;
	display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height:40px;
  padding:10px 0px 10px 0px;
  position:relative !important;
  bottom:0px;
}

.flickity-page-dots .dot {
	display: inline-block;
	height: 10px;
	background: none;
	border-radius: 0%;
	opacity: 1;
	cursor: pointer;
	width:auto;
	margin:0px;
}

.flickity-page-dots .dot.is-selected {
	color:red;
}

.flickity-page-dots .dot:after {
counter-increment: slides;
content: counter(slides);
display:block;
}

/**************************************************** SINGLE PROJECT ****************************************************/

.single-project {
	padding-top: 234px;
}

@media screen and (min-width:1600px) {
	.single-project {
		padding-top: calc(80px + 10.2vw);
	}
}

/**************************************************** STORE ****************************************************/

.stores {
	padding-top: 234px;
}

@media screen and (min-width:1600px) {
	.stores {
		padding-top: calc(80px + 10.2vw);
	}
}

.store {
	font-size: 0px;
}

.shopnow .body a {
	font-size: 132px !important;
	line-height: 120px !important;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
	color: white;
	text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.shopnow .body a:hover {
	color: black;
}

.store p {
	padding:0px !important;
}

/*
.shopnow .body a {
	font-size: 130px !important;
	line-height: 110px !important;
	margin-bottom: 10px;
	display: block;
	font-family: Slamjam;
}

/**************************************************** DISTRIBUTION ****************************************************/

.distribution {
	padding-top: 234px;
}

@media screen and (min-width:1600px) {
	.distribution {
		padding-top: calc(80px + 10.2vw);
	}
}

.distribution span {
	text-transform: uppercase;
}

.distribution .popup img {
	width: 300px;
	height: auto;
	display: block;
	padding-bottom: 10px;
}

.distribution .button {
	cursor: pointer;
}

.distribution span:hover {
	color: red;
}

/**************************************************** SEARCH ****************************************************/

div.search-overlay {
	width: 100%;
	height: 100%;
	background: white;
	z-index: 101;
	position: fixed;
	left: 0px;
	display: none;
	top: 0px;
}

.search-overlay.open {
	display: block;
}

.search-overlay * {
	font-size: 190px;
	line-height: normal;
	font-family: Slamjam;
	color: black !important;
	text-transform: uppercase;
}

.search-overlay input {
	border: none !important;
	padding: 0px 5px 0px 5px;
}

.searchwp-live-search-results a {
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
}

@media screen and (min-width:1600px) {
	.search-overlay * {
		font-size: 13vw;
		line-height: 10vw;
	}
}

.searchwp-live-search-results * {
	font-size: 190px;
	line-height: 180px;
	font-family: Slamjam;
	color: black !important;
}

.searchwp-live-search-results-showing {
	overflow-x: hidden !Important;
}

.search-button {
	cursor: pointer;
}

/**************************************************** SHOWROOM & RETAIL ****************************************************/

.store.row:hover .title {
	color:red;
}

.store.row .title,
.store.row .address,
.store.row .details {
	text-transform:uppercase;
}


/**************************************************** BUSINESS INQUIRIES ****************************************************/

.content.page {
	padding-top:234px;
}

@media screen and (min-width:1600px) {
	.content.page {
		padding-top: calc(80px + 10.2vw);
	}
}

.wpcf7-form {
	font-size: 0px;
}

.wpcf7-form>* {
	padding: 0px 10px 0px 10px;
}

.wpcf7-form h2 {
	margin: 66px 0px 44px 0px;
	text-align: center;
}

.wpcf7-form h3 {
	margin: 66px 0px 44px 0px;
}

.page-id-173 .logo {
	position:absolute;
}

.page-id-173.logged-in .logo {
	position:absolute;
	top:30px;
}

@media screen and (max-width:960px) {
	.wpcf7-form>.w-4-12,
	.wpcf7-form>.w-6-12,
	.wpcf7-form>.w-12-12 {
		width: 100%;
	}
}

/**************************************************** COOKIE ****************************************************/

.cookie {
	position:fixed;
	bottom:0px;
	width:100%;
	left:0px;
	background:white;
	border-top:1px solid black;
	padding:10px;
	display:none;
}

.cookie div {
	display:table-cell;
	width:100%;
	padding:0px;
	vertical-align:middle;
}

.cookie .button {
	width:50px;
	cursor:pointer;
}

.cookie .text {
	padding-right:20px;
}

/**************************************************** PRIVACY ****************************************************/

.footer {
	width:100%;
	padding:10px;
	position:relative;
	float:left;
}

.home .footer {
	position:fixed;
	bottom:60px;
}

.footer * {
	font-size:10px;
}

.footer .copyright {
	float:left;
}

.footer .privacy {
	float:right;
}

.page-id-909 .grid.content {
	text-align:center;
	
}

.page-id-909 .grid.content * {
	text-align:left;
}

.page-id-909 .grid.content > div {
	max-width:1024px;
}

/**************************************************** CUSTOM PLAYER ****************************************************/

.playbutton {
	position:absolute !important;
	text-align:center;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	z-index:1;
	pointer-events:none;
	display:none;
}

@media screen and (max-width:480px) {
	.home .playbutton {
		display:block;
	}
}

/**************************************************** PAGE TEXT DEFAULT ****************************************************/

.page-template-default p {
	padding:10px;
}

.page-id-909 .logo {
	position:absolute;
}

.page-id-909.logged-in .logo {
	position:absolute;
	top:30px;
}

.page-id-912 .logo {
	position:absolute;
}

.page-id-912.logged-in .logo {
	position:absolute;
	top:30px;
}

/**************************************************** MOBILE ****************************************************/

@media screen and (max-width:480px) {

	* {
		font-size: 14px;
		line-height: 18px;
	}
	.grid .w-1-12,
	.grid .w-2-12,
	.grid .w-3-12,
	.grid .w-4-12,
	.grid .w-5-12,
	.grid .w-6-12,
	.grid .w-7-12,
	.grid .w-8-12,
	.grid .w-9-12,
	.grid .w-10-12,
	.grid .w-11-12,
	.grid .w-12-12 {
		width: 100vw;
	}
	.cell.year {
		width: 100%;
	}
	.projects>.row>.cell {
		width: 100%;
	}
	.cell.project .cell:nth-of-type(3) {
		display: none;
	}
	.projects>.row>.cell .cell .cell {
		width: 50%;
	}
	.projects>.row>.cell .cell .cell.title {
		width: 75%;
	}
	.projects .project .image {
		display: none !important;
	}
	.content {
		padding-top: 250px;
	}
	.content.contact .popup {
		position: relative !important;
		top: inherit !Important;
		left: 0px !Important;
		margin:0px !Important;
		width: 100%;
		z-index: 0 !Important;
		border-left: 0px solid black;
		border-right: 0px solid black;
		border-bottom: 0px solid black;
	}
	.content.contact .close {
		display: none;
	}
	.slide img {
		max-height: 40vh;
	}
	.content .image {
		margin-top: 0px !Important;
	}
	.search-overlay *,
	.searchwp-live-search-results * {
		font-size: 14px;
		line-height: 18px;
		font-family: Helvetica, Arial, sans-serif;
		padding:0px !important;
	}
	.search-overlay {
		padding:30px 10px 10px 10px;
	}
	.intro.fullscreen {
		position:fixed;
		padding-top:0px;
	}
	.subline.nav a {
	margin-right:12px;
	}
	.subline.nav {
	padding-right:0px;
	}
	
}