/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, /* 1 */ menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; }
@media only screen {
/*****************************************************************************/

/*
COLORS:
_ yellow logo: 		#ffe700
_ yellow content: 	#ecd200

FONTS:
font-family: 'Alfa Slab One', cursive;
font-weight: 400;
font-family: 'Patua One', cursive;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
font-weight: 400/700;
*/

/* ==========================================================================
   BASICS
   ========================================================================== */

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html, body {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}

body {
	background-color: #ecd200;
	border: 10px solid #fff;
	border-width: 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 0;
	line-height: 0;
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
	-webkit-font-variant-ligatures: no-common-ligatures;
	        font-variant-ligatures: no-common-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*text-align: center;*/
}

* {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	padding: 0;
	margin: 0;
}

::selection { color: #ecd200; background-color: #000; }
::-moz-selection { color: #ecd200; background-color: #000; }

/* ==========================================================================
   LAYOUT
   ========================================================================== */

/* HEADER */

body > header {
	position: relative;
	width: calc(100% - 0px);
	height: auto;
	background-color: #fff;
	border: 10px solid #fff;
	border-width: 10px 0;
	/*overflow: hidden;*/
	z-index: 31;
}

body.jsOK > header {
	position: fixed;
	left: 0;
	top: 0;
	border-width: 10px 10px;
}

body > header > div#logoLayer {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 31;
}

body > header > div#logoLayer img {
	width: 100%;
	max-width: 350px;
	height: auto;
}

body > header > nav#button {
	position: absolute;
	display: none;
	left: 40px;
	top: 50%;
	margin-top: -25px;
	width: 44px;
	height: 44px;
	background: #000 url('../images/main/button-nav-list-yellow.png') scroll no-repeat center center;
	background-size: cover;
	border: 2px solid #000;
	z-index: 35;
}

body > header > nav#button:hover {
	background-color: #fff;
	background-image: url('../images/main/button-nav-list-black.png');
}

body > header > nav#button.act {
	background-color: #000;
	background-image: url('../images/main/button-nav-cross-yellow.png');
}

body > header > nav#button.act:hover {
	background-color: #fff;
	background-image: url('../images/main/button-nav-cross-black.png');
}

body > header > nav#button img {
	width: 100%;
	height: auto;
}

body > header > nav#main {
	position: absolute;
	left: 356px;
	top: 0;
	width: calc(100% - 356px);
	height: 100%;
	z-index: 33;
}

/* CONTENT */

body > main {
	position: relative;
	width: 100%;
	height: auto;
	background: #ecd200 url() fixed no-repeat center bottom;
	background-size: cover;
	/*padding-top: 127px;*/
	/*padding-bottom: 80px;*/
	z-index: 11;
}

body > main > section {
	position: relative;
	width: 100%;
	height: auto;
	background: transparent url() scroll no-repeat center bottom;
	background-size: cover;
}

body > main > section > a {
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 1px;
}

/*body > main > section.pict {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 28%;
	text-align: center;
	z-index: 11;
}*/

body > main > section > div.content {
	position: relative;
	width: 100%;
	max-width: 900px;
	padding: 40px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.333em;
}

body > main > section > div.content > p:last-child,
body > main > section > div.content > ul:last-child { margin-bottom: 0; }

body > main[data-bg] > section > div.content {
	min-height: 100%;
	/*background: transparent url('../images/main/pixel/ecd200_p80.png') scroll no-repeat 10px 10px;*/
	background-size: calc(100% - 20px) calc(100% - 20px)
}

/* FOOTER */

body > footer {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #000;
	border: 10px solid #fff;
	border-width: 10px 0;
	z-index: 21;
}

body.jsOK > footer {
	position: fixed;
	left: 0;
	bottom: 0;
	border-width: 10px 10px;
}

body > footer > div#phoneLayer {
	position: relative;
	width: 100%;
	height: auto;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.333em;
	color: #fff;
	text-align: center;
	z-index: 21;
}

body > footer > nav#extra {
	position: absolute;
	right: 5px;
	bottom: 0;
	width: auto;
	height: auto;
	z-index: 23;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */

/* INTRO (BIG TYPO) */

div.intro {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Alfa Slab One', cursive;
	font-weight: 400;
	font-size: 80px;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
}

div.intro > table {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
}

div.intro > table > tbody > tr > td {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 35px;
}

/* GALLERY */

div.galleryWrapper {
	position: relative;
	width: (100% - 10px);
	height: auto;
	margin-left: 10px;
	padding-bottom: 10px;
}

div.galleryWrapper > div {
	position: relative;
	display: inline-block;
	width: 33.33333%;
	height: auto;
	border: 10px solid #ecd200;
	border-width: 10px 10px 0 0;
	z-index: 11;
}

div.galleryWrapper > div > div.pict {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	/*background-color: #000;*/
	background-color: transparent;
	z-index: 11;
}

div.galleryWrapper > div > div.pict > img {
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	opacity: 0.75;
	-webkit-transition-duration: 0.5s;
			transition-duration: 0.5s;
	-webkit-transition-property: opacity, -webkit-filter, filter;
			transition-property: opacity, -webkit-filter, filter;
}

div.galleryWrapper > div:hover > div.pict > img,
div.galleryWrapper > div:focus > div.pict > img,
div.galleryWrapper > div:active > div.pict > img {
	/*opacity: 0.5;*/
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
	opacity: 1;
}

div.galleryWrapper > div > div.title {
	position: absolute;
	display: none;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding-bottom: 25%;
	font-family: 'Alfa Slab One', cursive;
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	z-index: 12;
}

div.galleryWrapper > div:hover > div.title { display: block; }

/* GOOGLE MAPS */

.mapWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
}

.jsNO .mapWrapper { display: none; }

.mapWrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	pointer-events: none;
}

/* VIDEO 16:9 */

div.videosWrapper > div.item > div.video,
.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	margin-bottom: 1.5em;
	background-color: #333;
	overflow: hidden;
}

.jsNO .videoWrapper { display: none; }

div.videosWrapper > div.item > div.video > iframe,
.videoWrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

/* ETC */

.jsOK img.grayscale {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

/* ==========================================================================
   HEADLINES
   ========================================================================== */

h1, h2 {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0.5em 0;
}

h1 > span, h2 > span {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 2px solid #000;
}

/* ==========================================================================
   LINKS
   ========================================================================== */

a,
a:link,
a:visited { color: #000; text-decoration: underline; }
a:hover,
a:active,
a:visited:hover,
a:visited:active { color: #000; }

body > footer > div#phoneLayer a,
body > footer > div#phoneLayer a:link,
body > footer > div#phoneLayer a:visited {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
}
body > footer > div#phoneLayer a:hover,
body > footer > div#phoneLayer a:active,
body > footer > div#phoneLayer a:visited:hover,
body > footer > div#phoneLayer a:visited:active {
	color: #ffe700;
}

/* ==========================================================================
   LISTS
   ========================================================================== */

ul, ol, dl {
	position: relative;
	margin: 0 0 1.5em 0;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 28px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 28px;
}

ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }

/* NO BULLETS */

ul.bulletsNO,
ul.dotsNO {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.bulletsNO > li,
ul.dotsNO > li {
	padding-left: 0 !important;
	background: none !important;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

/* LIST NAVIGATION HORIZONTAL */

nav#extra > ul,
nav#main > ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline-block;
	margin: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

nav#extra > ul { width: auto; }

nav#extra > ul > li,
nav#main > ul > li {
	display: inline-block;
	float: left;
	width: auto;
	height: 100%;
	padding: 0;
}

nav#main > ul > li:nth-child(1) { display: none; }
nav#main > ul > li { padding: 0 5px; }

/* LINKS */

nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	display: block;
	width: auto;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1em;
	color: #000;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 45px 10px;
	border: 1px solid #fff;
	background-color: #fff;
	overflow: hidden;
}

nav#main > ul > li > a:hover,
nav#main > ul > li > a:active,
nav#main > ul > li > a:visited:hover,
nav#main > ul > li > a:visited:active { background-color: #ffe700 !important; }
nav#main > ul > li.act > a,
nav#main > ul > li.act > a:link,
nav#main > ul > li.act > a:visited,
nav#main > ul > li.act > a:hover,
nav#main > ul > li.act > a:active,
nav#main > ul > li.act > a:visited:hover,
nav#main > ul > li.act > a:visited:active { background-color: #ffe700 !important; }

nav#extra > ul > li > a,
nav#extra > ul > li > a:link,
nav#extra > ul > li > a:visited {
	float: left;
	display: inline-block;
	width: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 1em;
	color: #666;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 10px 5px;
}

nav#extra > ul > li > a:hover,
nav#extra > ul > li > a:active,
nav#extra > ul > li > a:visited:hover,
nav#extra > ul > li > a:visited:active { color: #ffe700 !important; }
nav#extra > ul > li.act a,
nav#extra > ul > li.act a:link,
nav#extra > ul > li.act a:visited,
nav#extra > ul > li.act a:hover,
nav#extra > ul > li.act a:active,
nav#extra > ul > li.act a:visited:hover,
nav#extra > ul > li.act a:visited:active { color: #ffe700 !important; }

/* ==========================================================================
   GENERAL
   ========================================================================== */

.viewMobileOnly { display: none; }
.viewDesktopOnly { display: block; }

.jsNO .jsNO { display: block; }
.jsOK .jsNO { display: none; }

.jsNO .jsOK { display: none; }
.jsOK .jsOK { display: block; }

.borderbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*values: content-box|border-box|inherit*/
}

.clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; }
.ghost, .displayNO { display: none !important; }
.wrapNO { white-space: nowrap; }
.fontNO { font-size: 0; line-height: 0; }
.hyphen { hyphens: auto; word-wrap: break-word; }

hr.space,
hr {
	position: relative;
	width: 100%;
	height: 0;
	margin: 2em auto;
	border: 0;
	border-top: 1px solid #000;
	opacity: 0.5;
}

hr.space {
	border-top: 0;
	margin-bottom: 2em;
}

.subcolumns hr { width: calc(100% - 20px); }
hr.invisible { background: none; }

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 25px;
	overflow: hidden;
	background-color: transparent;
}
div.space5 { height: 5px; }
div.space10 { height: 10px; }
div.space15 { height: 15px; }
div.space20 { height: 20px; }
div.space25 { height: 25px; }
div.space30 { height: 30px; }
div.space35 { height: 35px; }
div.space40 { height: 40px; }
div.space45 { height: 45px; }
div.space50 { height: 50px; }

.textAlignLeft { text-align: left !important; }
.textAlignCenter { text-align: center !important; }
.textAlignRight { text-align: right !important; }
.textAlignBlock { text-align: justify !important; }

.textCaseUpper { text-transform: uppercase !important; }
.textCaseLower { text-transform: lowercase !important; }

.alert { font-weight: 700; color: #c00; }

.paddingTopZero { padding-top: 0 !important; }
.paddingBottomZero { padding-bottom: 0 !important; }

.marginTopZero { margin-top: 0 !important; }
.marginTopSingle { margin-top: 1.5em !important; }
.marginTopDouble { margin-top: 3.0em !important; }
.marginBottomZero { margin-bottom: 0 !important; }
.marginBottomSingle { margin-bottom: 1.5em !important; }
.marginBottomDouble { margin-bottom: 3.0em !important; }

.w10 { width: 9.999% !important; }
.w15 { width: 14.999% !important; }
.w20 { width: 19.999% !important; }
.w25 { width: 24.999% !important; }
.w30 { width: 29.999% !important; }
.w33 { width: 33.333% !important; }
.w35 { width: 34.999% !important; }
.w38 { width: 37.999% !important; }
.w40 { width: 39.999% !important; }
.w45 { width: 44.999% !important; }
.w50 { width: 49.999% !important; }
.w55 { width: 54.999% !important; }
.w60 { width: 59.999% !important; }
.w65 { width: 55.999% !important; }
.w66 { width: 66.666% !important; }
.w70 { width: 69.999% !important; }
.w75 { width: 74.999% !important; }
.w80 { width: 79.999% !important; }
.w85 { width: 84.999% !important; }
.w90 { width: 89.999% !important; }

p, .p { margin: 0 0 1em 0; }
p.pict { font-size: 0; line-height: 0; margin: 0; padding: 0; }

table {
	position: relative;
	width: 100%;
	border-width: 0;
	margin: 0 0 1.333em 0;
	border-collapse: collapse;
	empty-cells: hide;
}
th, td { background-color: transparent; vertical-align: top; }
/*table p, table ul, table ol { margin-bottom: 0; }*/

figure, figcaption { display: block; width: 100%; margin: 0; font-size: 0; line-height: 0; }
img { border: 0; height: auto; max-width: 100%; }

strong, b { font-weight: 700; }
em, i { font-style: italic; }

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 1.5em; width: auto; }

sup, sub {
	font-size: 75%;
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

iframe { margin-bottom: 1.5em; border: 0; }

/*****************************************************************************/
}

@media only screen and (max-width: 1023px) {
/*****************************************************************************/

/* HEADER */

body > header > div#logoLayer {
	text-align: right;
	background-color: #ffe700;
}
body > header > nav#button { display: block; }
body > header > nav#main {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	border: 10px solid #fff;
	background-color: #ecd200;
}

/* NAVIGATION */

nav#main > ul {
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
	width: calc(100% - 40px);
	height: auto;
	border-top: 2px solid #000;
}
nav#main > ul > li {
	display: block;
	float: none;
	height: auto;
	border-bottom: 2px solid #000;
	padding: 0 0;
}
nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	height: auto;
	color: #000 !important;
	padding: 0;
	border: 0;
	padding: 20px 10px;
	background-color: transparent !important;
	text-align: center;
	font-weight: 700;
}
nav#main > ul > li > a:hover,
nav#main > ul > li > a:active,
nav#main > ul > li > a:visited:hover,
nav#main > ul > li > a:visited:active { background-color: #fff !important; }
nav#main > ul > li.act > a,
nav#main > ul > li.act > a:link,
nav#main > ul > li.act > a:visited,
nav#main > ul > li.act > a:hover,
nav#main > ul > li.act > a:active,
nav#main > ul > li.act > a:visited:hover,
nav#main > ul > li.act > a:visited:active { color: #ffe700 !important; background-color: #000 !important; }

/*****************************************************************************/
}

@media only screen and (max-width: 919px) {
/*****************************************************************************/

/* BACKGROUND IMAGES */
body > main { background-image: none !important; }
body > main[data-bg] > section > div.content { background-image: none !important; }

/* INTRO (BIG TYPO) */
div.intro { font-size: 54px; line-height: 1em; }

/*****************************************************************************/
}

@media only screen and (max-width: 649px) {
/*****************************************************************************/

/* FONT SIZES */
div.intro { font-size: 40px; line-height: 1em; }
body > main > section > div.content { font-size: 18px; line-height: 1.333em; }
body > footer > div#phoneLayer { font-size: 18px; line-height: 1.333em; }
h1, h2 { font-size: 32px; line-height: 1em; }
h1 > span, h2 > span { border-bottom: 0; }
h1, h2 { width: 100%; padding-bottom: 2px; border-bottom: 2px solid #000; }

/* NAVIGATION */
body > header > nav#button { left: 20px; }

/* CONTENT */
body > main > section > div.content { padding: 40px 20px; }

/* FOOTER */
body > footer > nav#extra {
	position: relative;
	right: auto;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	text-align: center;
}
nav#extra > ul > li > a,
nav#extra > ul > li > a:link,
nav#extra > ul > li > a:visited {
	padding: 3px 5px 10px 5px;
}
body > footer > div#phoneLayer a,
body > footer > div#phoneLayer a:link,
body > footer > div#phoneLayer a:visited {
	padding: 10px 10px 3px 10px;
}

/*****************************************************************************/
}

@media only screen and (max-width: 499px) {
/*****************************************************************************/

/* INTRO (BIG TYPO) */
div.intro { font-size: 30px; line-height: 1em; }

/*****************************************************************************/
}

@media only screen and (max-width: 413px) {
/*****************************************************************************/

/* INTRO (BIG TYPO) */
div.intro { font-size: 22px; line-height: 1em; }

/* NAVIGATION */
body > header > nav#button {
	left: 10px;
	top: auto;
	margin-top: 0;
	bottom: 10px;
	width: 33px;
	height: 33px;
}

/*****************************************************************************/
}

@media only screen and (max-width: 329px) {
/*****************************************************************************/

/* NAVIGATION */
body > header > nav#button {
	left: 0;
	bottom: 0;
	width: 22px;
	height: 22px;
}

/*****************************************************************************/
}

@media only screen and (max-width: 499px) { div.galleryWrapper > div { width: 100%; }}
@media only screen and (min-width: 500px) { div.galleryWrapper > div { width: 50%; }}
@media only screen and (min-width: 1024px) { div.galleryWrapper > div { width: 33.33333%; }}
@media only screen and (min-width: 1548px) { div.galleryWrapper > div { width: 25%; }}
/*
@media only screen and (min-width: 730px) { div.galleryWrapper > div { width: 33.33333%; }}
@media only screen and (min-width: 1080px) { div.galleryWrapper > div { width: 25%; }}
@media only screen and (min-width: 1430px) { div.galleryWrapper > div { width: 20%; }}
@media only screen and (min-width: 1780px) { div.galleryWrapper > div { width: 16.66667%; }}
@media only screen and (min-width: 2130px) { div.galleryWrapper > div { width: 12.5%; }}
*/

@media only screen and (max-height: 329px) {
/*****************************************************************************/

nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	padding: 5px 10px;
}

/*****************************************************************************/
}

@font-face {
	font-family: 'Alfa Slab One';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/alfa-slab-one-v17-latin-regular.woff2') format('woff2'),
			 url('../_fonts/alfa-slab-one-v17-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-italic.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-italic.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-700.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/open-sans-v34-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/open-sans-v34-latin-700italic.woff') format('woff');
}

