@charset "UTF-8";
/* CSS Document */

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 10px;
	font-family: "termina";
}
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	position: static;
}
body {
	background-color: rbga(255,255,255,1);
	margin: 0;
}
img, iframe, object, embed, video {
	width: 100%;
	max-width: 100%;
}
/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
/* 2 */ }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}
/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
	outline: 0;
	border: none;
}
/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size: 55%;
	line-height: 0;
	position: relative;
	font-style: italic;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
/* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
/* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
/* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
/* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}
/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
	color: #000;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
 background: none;
 text-shadow: none;
}
::selection {
	background: none;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio, canvas, img, svg, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	outline: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
	content: " ";
	/* 1 */
	display: table;
/* 2 */ }
.clearfix:after {
	clear: both;
}
/* ---------------Preloader --------------- important */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 999999;
}
#status {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0; /* centers the loading animation horizontally one the screen */
	top: 0; /* centers the loading animation vertically one the screen */
	/*background-image:url(../../img/loading/cosette.gif);*/
	background: #000;
	background-repeat: no-repeat;
	background-size: cover;
	/*transform:translate(-50%,-50%);*/
	/*background-position: center;*/
	margin: 0; /* is width and height divided by two */
}
/* ---------------End Preloader --------------- important */

.bg-white {
	background: rgba(255,255,255,1.00);
}
.bg-black {
	background: rgba(0,0,0,1.00);
}
.bg-red {
	background: rgba(255,0,4,1.00);
}
.bg-gray {
	background: rgba(87,87,87,1.00);
}
.bg-ykblue {
	background: rgba(0,0,255,1.00);
}
.cos-logo {
	position: relative;
	width: 90%;
	margin: 0 auto;
	font-size: 5em;
	color: #fff;
	display: table;
}
.logo-cntr {
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
}
#reference {
	font-size: 5em;
}
.container {
	text-align: center;
}
h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
}
.cos {
	font-family: 'termina';
	text-transform: uppercase;
	font-weight: 600;
}
.traj {
	font-family: "termina";
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 600;
}
ul {
	text-align: center;
}
li {
	list-style-type: none;
	display: inline-block;
	padding-bottom: 0.05em;
	padding-top: 0.05em;
	font-size: 1em;
	line-height: initial;
	opacity: 0;
}
.animation {
	opacity: 1;
	transition: 1500ms ease-in-out;
}
.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}
a {
	border: none;
	color: inherit;
	text-decoration: none;
	background: transparent;
	transition: color 250ms ease-in-out;
}
a>div div img.showme {
	display: block;
	visibility: hidden;
	opacity: 0;
	height: 0;
}
a:hover>div div img.showme {
	display: block;
	height: 100%;
	transition: 700ms ease-in-out;
	visibility: visible;
	opacity: 1;
	z-index: -1;
}
.project-thumb {
	position: fixed;
	width: 100%;
	max-height: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
a:active, a:hover {
	outline: 0;
	border: none;
	transition: color 700ms ease-in-out;
}
a div img {
	width: 100%;
	transition: color 500ms ease-in-out;
}
/*a div img:hover {
	transition:color 700ms ease-in-out:
}*/
p {
	font-style: normal;
	font-size: .8em;
	text-transform: uppercase;
	text-align: justify;
	
}
h1 {
	font-style: normal;
	font-size: 5em;
	text-transform: uppercase;
	letter-spacing: 1em;
}
h2 {
	font-style: normal;
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 0em;
	color: #000;
}
h3 {
	font-style: normal;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 0em;
	color: #000;
}
h4 {
	font-style: normal;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0em;
	color: #000;
}
h6 {
	font-size: .75rem;
	letter-spacing: -0.06em;
	font-weight: normal
}
.link-title {
	font-family: "termina";
	text-transform: uppercase;
	font-weight: 600;
}
.center {
	display: table;
	width: 100%;
	height: 100%
}
.half {
	width: 80%;
	margin: 0 auto;
	font-size: 23px;
}
.third {
	width: 60%;
	margin: 0 auto;
	font-size: 23px;
}
.full {
	width: 100%;
	margin: 0 auto;
}
.center .middle {
	/* font-family: 'PerpetuaTitlingMTW01-Li'; */
    /* font-weight: normal; */
    /* letter-spacing: .07em; */
	display: table-cell;
	vertical-align: middle;
	/* padding: 40px; */
	color: #000;
	/* line-height: 1.2; */
	text-align: center;
	margin: 0 auto;
}
nav .row > div {
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}
.menu {
	line-height: 1.2em;
	padding: 1.2em 0;
	opacity: 1;
	position: relative;
	transition: opacity 700ms ease-in-out;
	top: 0;
	width: 98%;
	z-index: 3;
	margin: 0 auto;
}
.menu a {
	color: white;
	position: relative;
	transition: color 300ms ease-in-out;
}
.menu a img {
	color: white;
	position: relative;
	transition: color 700ms ease-in-out;
}
/*.menu a img:hover {
    transition: color 700ms ease-in-out;
}*/
.menu a:hover {
	color: #FF0000;
	border: none;
	outline: 0;
}
.menu a:focus {
	outline: none;
	border: 0;
}
.menu .f-slash {
	color: rgba(255, 255, 255, 0.3);/*margin: 0 5px 0 10px;*/
}
.row {
	content: " ";
	/*display: table;*/
	
	margin: 0 auto !important;
}
.row:after {
	clear: both;
}
.one-column, .two-columns, .three-columns, .four-columns, .five-columns, .six-columns, .seven-columns, .eight-columns, .nine-columns, .ten-columns, .eleven-columns, .twelve-columns {
	box-sizing: border-box;
	float: left;
	/*padding: 0 1.2%;*/
	position: relative;
}
.one-column {
	width: 8.333333%;
}
.two-columns {
	width: 16.666666%;
}
.three-columns {
	width: 25%;
}
.four-columns {
	width: 33.333333%;
}
.five-columns {
	width: 41.666666%;
}
.six-columns {
	width: 50%;
}
.seven-columns {
	width: 58.333333%;
}
.eight-columns {
	width: 66.666666%;
}
.nine-columns {
	width: 75%;
}
.ten-columns {
	width: 83.3333333%;
}
.eleven-columns {
	width: 91.666666%;
}
.twelve-columns {
	width: 100%;
}
.offset-one {
	margin-left: 8.333333%;
}
.offset-one-point-five {
	margin-left: 12.5%;
}
.offset-two {
	margin-left: 16.666666%;
}
.offset-three {
	margin-left: 25%;
}
.offset-four {
	margin-left: 33.333333%;
}
.offset-five {
	margin-left: 41.666666%;
}
.offset-six {
	margin-left: 50%;
}
.offset-seven {
	margin-left: 58.333333%;
}
.offset-eight {
	margin-left: 66.666666%;
}
.offset-nine {
	margin-left: 75%;
}
.offset-ten {
	margin-left: 83.3333333%;
}
.offset-eleven {
	margin-left: 91.666666%;
}

/* ----------- Non-Retina Screens ----------- */
@media screen  and (min-device-width: 1200px)  and (max-device-width: 1600px)  and (-webkit-min-device-pixel-ratio: 1) {
.row {
	content: " ";
	/*display: table;*/
	
	margin: 0 auto !important;
}
.row:after {
	clear: both;
}
.one-column, .two-columns, .three-columns, .four-columns, .five-columns, .six-columns, .seven-columns, .eight-columns, .nine-columns, .ten-columns, .eleven-columns, .twelve-columns {
	box-sizing: border-box;
	float: left;
	/*padding: 0 1.2%;*/
	position: relative;
}
.one-column {
	width: 8.333333%;
}
.two-columns {
	width: 16.666666%;
}
.three-columns {
	width: 25%;
}
.four-columns {
	width: 33.333333%;
}
.five-columns {
	width: 41.666666%;
}
.six-columns {
	width: 50%;
}
.seven-columns {
	width: 58.333333%;
}
.eight-columns {
	width: 66.666666%;
}
.nine-columns {
	width: 75%;
}
.ten-columns {
	width: 83.3333333%;
}
.eleven-columns {
	width: 91.666666%;
}
.twelve-columns {
	width: 100%;
}
.offset-one {
	margin-left: 8.333333%;
}
.offset-one-point-five {
	margin-left: 12.5%;
}
.offset-two {
	margin-left: 16.666666%;
}
.offset-three {
	margin-left: 25%;
}
.offset-four {
	margin-left: 33.333333%;
}
.offset-five {
	margin-left: 41.666666%;
}
.offset-six {
	margin-left: 50%;
}
.offset-seven {
	margin-left: 58.333333%;
}
.offset-eight {
	margin-left: 66.666666%;
}
.offset-nine {
	margin-left: 75%;
}
.offset-ten {
	margin-left: 83.3333333%;
}
.offset-eleven {
	margin-left: 91.666666%;
}
}

/* ----------- Retina Screens ----------- */
@media screen  and (min-device-width: 1200px)  and (max-device-width: 1600px)  and (-webkit-min-device-pixel-ratio: 2)  and (min-resolution: 192dpi) {
}

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (-webkit-min-device-pixel-ratio: 1) {
}

/* Portrait */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 1) {
}

/* Landscape */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Landscape */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- Galaxy Tab 10.1 ----------- */

/* Portrait and Landscape */
@media  (min-device-width: 800px)  and (max-device-width: 1280px) {
}

/* Portrait */
@media  (max-device-width: 800px)  and (orientation: portrait) {
}

/* Landscape */
@media  (max-device-width: 1280px)  and (orientation: landscape) {
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
}

/* Landscape */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 568px)  and (-webkit-min-device-pixel-ratio: 2) {
ul {
	text-align: left;
}
li {
	list-style-type: none;
	display: block;
	padding-bottom: 0.05em;
	padding-top: 0.05em;
	font-size: 1em;
	line-height: initial;
	opacity: 0;
}
}

/* Portrait */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 568px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
ul {
	text-align: left;
}
li {
	list-style-type: none;
	display: block;
	padding-bottom: 0.05em;
	padding-top: 0.05em;
	font-size: 1em;
	line-height: initial;
	opacity: 0;
}
.row {
	content: " ";
	/*display: table;*/
	
	margin: 0 auto !important;
}
.row:after {
	clear: both;
}
.one-column, .two-columns, .three-columns, .four-columns, .five-columns, .six-columns, .seven-columns, .eight-columns, .nine-columns, .ten-columns, .eleven-columns, .twelve-columns {
	box-sizing: border-box;
	float: left;
	/*padding: 0 1.2%;*/
	position: relative;
}
.one-column {
	width: 8.333333%;
}
.two-columns {
	width: 16.666666%;
}
.three-columns {
	width: 25%;
}
.four-columns {
	width: 33.333333%;
}
.five-columns {
	width: 41.666666%;
}
.six-columns {
	width: 50%;
}
.seven-columns {
	width: 58.333333%;
}
.eight-columns {
	width: 66.666666%;
}
.nine-columns {
	width: 75%;
}
.ten-columns {
	width: 83.3333333%;
}
.eleven-columns {
	width: 91.666666%;
}
.twelve-columns {
	width: 100%;
}
.offset-one {
	margin-left: 8.333333%;
}
.offset-one-point-five {
	margin-left: 12.5%;
}
.offset-two {
	margin-left: 16.666666%;
}
.offset-three {
	margin-left: 25%;
}
.offset-four {
	margin-left: 33.333333%;
}
.offset-five {
	margin-left: 41.666666%;
}
.offset-six {
	margin-left: 50%;
}
.offset-seven {
	margin-left: 58.333333%;
}
.offset-eight {
	margin-left: 66.666666%;
}
.offset-nine {
	margin-left: 75%;
}
.offset-ten {
	margin-left: 83.3333333%;
}
.offset-eleven {
	margin-left: 91.666666%;
}
}

/* Landscape */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 568px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen  and (min-device-width: 375px)  and (max-device-width: 667px)  and (-webkit-min-device-pixel-ratio: 2) {
ul {
	text-align: left;
}
li {
	list-style-type: none;
	display: block;
	padding-bottom: 0.05em;
	padding-top: 0.05em;
	font-size: 1em;
	line-height: initial;
	opacity: 0;
}
.row {
	content: " ";
	/*display: table;*/
	
	margin: 0 auto !important;
}
.row:after {
	clear: both;
}
.one-column, .two-columns, .three-columns, .four-columns, .five-columns, .six-columns, .seven-columns, .eight-columns, .nine-columns, .ten-columns, .eleven-columns, .twelve-columns {
	box-sizing: border-box;
	float: left;
	/*padding: 0 1.2%;*/
	position: relative;
}
.one-column {
	width: 90%;
}
.two-columns {
	width: 90%;
}
.three-columns {
	width: 90%;
}
.four-columns {
	width: 90%;
}
.five-columns {
	width: 90%;
}
.six-columns {
	width: 90%;
}
.seven-columns {
	width: 90%;
}
.eight-columns {
	width: 90%;
}
.nine-columns {
	width: 90%;
}
.ten-columns {
	width: 90%;
}
.eleven-columns {
	width: 90%;
}
.twelve-columns {
	width: 100%;
}
.offset-one {
	margin-left: 0%;
}
.offset-one-point-five {
	margin-left: 0%;
}
.offset-two {
	margin-left: 0%;
}
.offset-three {
	margin-left: 0%;
}
.offset-four {
	margin-left: 0%;
}
.offset-five {
	margin-left: 0%;
}
.offset-six {
	margin-left: 0%;
}
.offset-seven {
	margin-left: 0%;
}
.offset-eight {
	margin-left: 0%;
}
.offset-nine {
	margin-left: 0%;
}
.offset-ten {
	margin-left: 0%;
}
.offset-eleven {
	margin-left: 0%;
}
/*Rotate image*/

.one-column-rotate {
	/* width: 100%;  */
	height: 100%;
	transform: rotate(-90deg);
}
.two-columns-rotate {
	width: 100%;
	height: 100%;
transform: rotate(height:100%-90deg);
}
.three-columns-rotate {
	/* width: 100%;  */
	height: 100%;
	transform: rotate(-90deg);
}
.four-columns-rotate {
	/* width: 100%;  */
	height: 100%;
	transform: rotate(-90deg);
}
.five-columns-rotate {
	/* width: 100%;  */
	height: 100%;
	transform: rotate(-90deg);
}
.six-columns-rotate {
	/* width: 100%;  */
	height: 100%;
	transform: rotate(-90deg);
}
.seven-columns-rotate {
	/* width: 100%;  */
	height: 100%;
	transform: rotate(-90deg);
}
.eight-columns-rotate {
	/* width: 100%;  */
	height: 100%;
	transform: rotate(-90deg);
}
.nine-columns-rotate {
	/* width: 100%;  */
	height: 100%;
	transform: rotate(-90deg);
}
.ten-columns-rotate {
	/* width: 100%;  */
	height: 100%;
	transform: rotate(-90deg);
}
.eleven-columns-rotate {
	/* width: 100%;  */
	height: 100%;
	transform: rotate(-90deg);
}
.twelve-columns-rotate {
	/* width: 100%;  */
	height: 100%;
	transform: rotate(-90deg);
}
	
	img, iframe, object, embed, video {
    width: inherit;
    max-width: none;
}
}

/* Portrait */
@media only screen  and (min-device-width: 375px)  and (max-device-width: 667px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
ul {
	text-align: left;
}
li {
	list-style-type: none;
	display: block;
	padding-bottom: 0.05em;
	padding-top: 0.05em;
	font-size: 1.2em;
	line-height: initial;
	opacity: 0;
}
.one-column, .two-columns, .three-columns, .four-columns, .five-columns, .six-columns, .seven-columns, .eight-columns, .nine-columns, .ten-columns, .eleven-columns, .twelve-columns {
	box-sizing: border-box;
	float: left;
	padding: 0 1.2%;
	position: relative;
}
.one-column {
	width: 100%;
}
.two-columns {
	width: 100%;
}
.three-columns {
	width: 100%;
}
.four-columns {
	width: 100%;
}
.five-columns {
	width: 100%;
}
.six-columns {
	width: 100%;
}
.seven-columns {
	width: 100%;
}
.eight-columns {
	width: 100%;
}
.nine-columns {
	width: 100%;
}
.ten-columns {
	width: 100%;
}
.eleven-columns {
	width: 100%;
}
.twelve-columns {
	width: 100%;
}
.offset-one {
	margin-left: 0%;
}
.offset-one-point-five {
	margin-left: 0%;
}
.offset-two {
	margin-left: 0%;
}
.offset-three {
	margin-left: 0%;
}
.offset-four {
	margin-left: 0%;
}
.offset-five {
	margin-left: 0%;
}
.offset-six {
	margin-left: 0%;
}
.offset-seven {
	margin-left: 0%;
}
.offset-eight {
	margin-left: 0%;
}
.offset-nine {
	margin-left: 0%;
}
.offset-ten {
	margin-left: 0%;
}
.offset-eleven {
	margin-left: 0%;
}
}



.header-font {
	color: rgb(0,0,0);
    font-size:1rem;
}
.header-font a {
	color:rgb(0,0,0);
    text-decoration: none;
}

.header-font2 {
	color: rgb(255,0,0);
    font-size:1rem;
}
.header-font2 a {
	color:rgb(255,0,0);
    text-decoration: none;
}

.slick-arrow svg .arrow-outline {
    fill: #ff0000;
    opacity: 1;
    color: #ff0000;
}

.menu-large {
	font-size:200%;
    line-height:100%;
    font-family: "termina",sans-serif, Icons;, Icons /*!Persona*/;
	font-style: italic;
        font-weight: 700;
    width:auto;
    color:rgba(255, 255, 255, 1);
    background-color:#000;
    float: left;
    
}
.menu-large2 {
	font-size:200%;
    line-height:100%;
    font-family: "termina",sans-serif, Icons;, Icons /*!Persona*/;
	font-style: italic;
    font-weight: 700;
    width:auto;
    color:rgba(0, 0, 0, 1);
    background-color:transparent;
    float: left;
    
}
.clearfix {
	clear:both;
}
.menu-large a {
	
    color:#000000;
}
#rotate-3 {
	 transform:rotate(160deg);
}
#rotate-1 {
	transform: rotate(1deg);
}
@media only screen and (max-width: 736px){ 

.overlay-content a {
    position: relative;
    font-size: 3rem;
    line-height: 3rem;
}
    
.about-mobile {
   margin-bottom:9%;
}
.about-mobile h2 a {
   font-size:0.65em;
}
    p {
	color: #000;
    font-size: .8em;
    font-weight:700;
     font-family: "termina",sans-serif, Icons; 
}
    .about-container {
        display: block;
        height: 100%;
        width: 100%;
}
    .about-top {
	position: absolute;
        top:8%;
        left: 0;
        text-align: left;
        font-size: 8px;
        line-height: 14px;
        font-weight: 700;
        font-family: "termina",sans-serif, Icons; 
		text-transform: uppercase;
        padding-top:1rem;
        padding-right: 3%;
    	padding-left: 3%;
    	padding-bottom: 1rem;
}
    .about-bottom {
	position: absolute;
        bottom:0;
        left: 0;
        text-align:left;
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        font-family: "termina",sans-serif, Icons; 
		text-transform: uppercase;
        padding-bottom:1rem;
        padding-right: 3%;
        padding-left: 3%;
        padding-top:1rem;
}
    .menu-container { 
 position: fixed;
    display:flex;
    align-items: center;
    bottom:0;
    left: 0;
    width:100%;
    height:7%;
    background-color:#ff0000 ;
    
}
    .menu-btn {
    padding:  3% 5px 3%;
    color:#000000;
    text-align:left;
}
}

    .about-container {
        display: block;
        height: 100%;
        width: 100%;
}
    .about-top {
	position: absolute;
        top:8%;
        left: 0;
        text-align: left;
        font-size: 8px;
        line-height: 14px;
        font-weight: 700;
        font-family: "termina",sans-serif, Icons; 
		text-transform: uppercase;
        padding-top:1rem;
        padding-right: 3%;
    	padding-left: 3%;
    	padding-bottom: 1rem;
}
    .about-bottom {
	position: absolute;
        bottom:7%;
        left: 0;
        text-align:left;
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        font-family: "termina",sans-serif, Icons; 
		text-transform: uppercase;
        padding-bottom:1rem;
        padding-right: 3%;
        padding-left: 3%;
        padding-top:1rem;
}
.m-rot {
    margin:0;
    -webkit-transform-origin: 50%;
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s linear infinite;
}
@-moz-keyframes spin { 
	100% { 
	-moz-transform: rotate(360deg); 
	} 
}
@-webkit-keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg); 
	} 
}
@keyframes spin { 
	100% { -webkit-transform: rotate(360deg); 
		transform:rotate(360deg); 
	} 
}



.m-rot2 {
    margin:-60px 0 0 -60px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    color:rgb(0,0,0);
    
}
.e-logo {
	font-size: 1rem;
	line-height: 1rem;
    font-family: "termina",sans-serif, Icons;, Icons /*!Persona*/;
	font-style: normal;
    font-weight: 700;
    width:100%;
    color:rgba(0, 0, 0, 1);
    background-color:transparent;
    float: left;
    display:block; 
    position:fixed;
    z-index:9999; 
    top:0;
    left:3%;
    height:auto;
    width:auto;
    margin-top:20px;
    background-color:transparent;
    text-align:left;
    text-transform:uppercase;
}
.e-logo a {
	color:rgb(0,0,0);
    text-decoration: none;

}

.menu-btn {
    padding:2%;
    color:#000000;
    text-align:left;
}
.menu-container { 
 position: fixed;
    display:flex;
    align-items: center;
    bottom:0;
    left: 0;
    width:100%;
    height:7%;
    background-color:#FFF ;
    
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    transition: 0.5s;
	opacity: 1;
	/*visibility: hidden;*/
	
	 /*-webkit-animation: 1s ease;*/
    /*animation: 1s ease;*/
}




.overlay-content {
    position: relative;
    top: 50%;
    left:3%;
    transform: translateY(-50%);
    width: auto;
    text-align: left;
    margin-top: 0;
    font-family: "termina",sans-serif, Icons;, Icons /*!Persona*/;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 6rem;
    line-height: 5rem;
	
}


.overlay a {
    padding: 0px;
    text-decoration: none;
    
   
    color: #000000;
    display: block;
    transition: 0.3s;
    background-color:transparent;
}

.overlay a:hover, .overlay a:focus {
    color: #000000;
}

.overlay .closebtn {
    position: absolute;
    bottom: 0;
   left: 0;
    padding-left: 2%;
    
    font-size: 3rem;
    font-weight:400;
     font-family: "termina",sans-serif, Icons;, Icons /*!Persona*/;
   
}
p {
	color: #000;
    font-size: 1em;
	line-height: 1.2em;
    font-weight:400;
    font-family: "termina",sans-serif;
	text-transform: none;    
}
span {
	color:#000;
}
strong {
	font-size: 1rem;
    font-weight:700;
     font-family: "termina",sans-serif, Icons;, Icons /*!Persona*/;
    font-style: italic;
  
}
.flex-center {
   display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 3rem;}
  .overlay .closebtn {
    font-size: 40px;
    bottom: 20px;
    left: 3%px;
  }
}


/* Landscape */
@media only screen  and (min-device-width: 375px)  and (max-device-width: 667px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen  and (min-device-width: 414px)  and (max-device-width: 736px)  and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen  and (min-device-width: 414px)  and (max-device-width: 736px)  and (-webkit-min-device-pixel-ratio: 3)  and (orientation: portrait) {
}

/* Landscape */
@media only screen  and (min-device-width: 414px)  and (max-device-width: 736px)  and (-webkit-min-device-pixel-ratio: 3)  and (orientation: landscape) {
}