/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* 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: .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: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.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 {
	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.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * 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: .35em .625em .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;
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on June 1, 2016 */

@font-face {
	font-family: "Amble";
	src: url("../fonts/amble-regular-webfont.eot");
	src: url("../fonts/amble-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amble-regular-webfont.woff2") format("woff2"), url("../fonts/amble-regular-webfont.woff") format("woff"), url("../fonts/amble-regular-webfont.ttf") format("truetype"), url("../fonts/amble-regular-webfont.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Amble";
	src: url("../fonts/amble-bold-webfont.eot");
	src: url("../fonts/amble-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amble-bold-webfont.woff2") format("woff2"), url("../fonts/amble-bold-webfont.woff") format("woff"), url("../fonts/amble-bold-webfont.ttf") format("truetype"), url("../fonts/amble-bold-webfont.svg") format("svg");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Din";
	src: url("../fonts/din-light-webfont.eot");
	src: url("../fonts/din-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din-light-webfont.woff2") format("woff2"), url("../fonts/din-light-webfont.woff") format("woff"), url("../fonts/din-light-webfont.ttf") format("truetype"), url("../fonts/din-light-webfont.svg") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Din";
	src: url("../fonts/din-bold-webfont.eot");
	src: url("../fonts/din-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din-bold-webfont.woff2") format("woff2"), url("../fonts/din-bold-webfont.woff") format("woff"), url("../fonts/din-bold-webfont.ttf") format("truetype"), url("../fonts/din-bold-webfont.svg") format("svg");
	font-weight: 700;
	font-style: normal;
}

.nav-slide ul,
.page-pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #4d4d4d;
	background: #fff;
	font: 300 18px/1.444 "Din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.dark-background{
	background: #c2c2c2;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 .5em;
	color: #5c6670;
}

h1,
.h1 {
	font-size: 60px;
	font-weight: 700;
	font-family: "Amble", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: none;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-bottom: .3em;
}

h2,
.h2 {
	font-size: 36px;
	color: #00bcb4;
	letter-spacing: -.5px;
	margin-bottom: .8em;
}

h3,
.h3 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.22;
	color: #00bcb4;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 15px;
}

h6,
.h6 {
	font-size: 14px;
}

.subheading {
	text-transform: lowercase;
	display: block;
	color: #4d4d4d;
	font: 700 24px/1.167 "Amble", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 12px;
	letter-spacing: -1px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #80bda5;
	text-decoration: none;
	-webkit-transition: color .4s;
	transition: color .4s;
}

a:hover,
a:focus {
	color: #00bcb4;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #5c6670;
	padding: 5px 10px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #5c6670;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #5c6670;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #5c6670;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #5c6670;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #5c6670;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}
video, iframe, object, embed {max-width: 100%;}
iframe {
	margin: 0;
	vertical-align: top;
}

.bg-block {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.container {
	max-width: 966px;
	padding: 0 15px;
	margin: 0 auto;
}

.button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #5c666f;
	border: solid #5c666f;
	border-width: 3px 0;
	box-shadow: 0 0 1px transparent;
	font: 700 18px/1.2 "Din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	text-align: center;
	min-width: 101px;
	padding: 11px 7px 7px;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition: color .3s;
	transition: color .3s;
}

.button:before,
.button:after {
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 50%;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	z-index: -1;
	background: #00bcb4;
}

.button:after {
	top: auto;
	bottom: 0;
	-webkit-transform-origin: 0 100% 0;
	-ms-transform-origin: 0 100% 0;
	transform-origin: 0 100% 0;
}

.button:hover {
	color: #fff;
}

.button:hover:before,
.button:hover:after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.home {
	height: 100vh;
}

body:before {
	content: '';
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s;
}

.home:before {
	opacity: 1;
}

.home #wrapper {
	height: 100%;
}

#wrapper {
	/*overflow: hidden;*/
	width: 100%;
	position: relative;
}

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 44px 45px 36px 36px;
	z-index: 150;
}

.logo {
	float: right;
	position: relative;
	z-index: 101;
	width: 211px;
}

.alt-style .logo {
	background: url(../images/blackbocks_Jamshop_black_rgb.png) no-repeat;
	background-size: 100% 100%;
	width: 211px;
	height: 77px;
}

.alt-style .logo a {
	display: block;
	height: 100%;
}

.alt-style .logo img {
	display: none;
}

.logo img {
	width: 100%;
	height: auto;
}

#nav {
	float: left;
}

.nav-opener {
	width: 33px;
	height: 28px;
	margin: -2px 0 0;
	position: relative;
	display: block;
	z-index: 101;
	outline: none;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.785, .135, .15, .86) 0s;
	transition: transform .3s cubic-bezier(.785, .135, .15, .86) 0s;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	height: 3px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: #fff;
}

.nav-opener:before {
	bottom: 21px;
	box-shadow: 0 8px 0 #fff;
}

.nav-opener:after {
	bottom: 5px;
}

.nav-opener:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.alt-style .nav-opener:before,
.alt-style .nav-opener:after {
	background: #000;
}

.alt-style .nav-opener:before {
	box-shadow: 0 8px 0 #000;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	bottom: 50%;
}

.nav-active .nav-opener:before {
	-webkit-transform: translateY(50%) rotate(-45deg);
	-ms-transform: translateY(50%) rotate(-45deg);
	transform: translateY(50%) rotate(-45deg);
	box-shadow: none !important;
}

.nav-active .nav-opener:after {
	-webkit-transform: translateY(50%) rotate(-135deg);
	-ms-transform: translateY(50%) rotate(-135deg);
	transform: translateY(50%) rotate(-135deg);
}

.nav-active .nav-opener:hover {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.nav-slide {
	font: 700 80px/1 "Amble", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -1px;
	height: 0;
	width: 0;
	height: 100vh;
	width: 100vw;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	opacity: 0;
	padding: 95px 15px;
	-webkit-transition: opacity .4s linear .1s, -webkit-transform .5s;
	transition: opacity .4s linear .1s, transform .5s;
	background: #00a8e1;
	-webkit-transform: translate(-100%, -100%);
	-ms-transform: translate(-100%, -100%);
	transform: translate(-100%, -100%);
	z-index: 100;
	text-align: center;
}

.nav-frame {
	white-space: nowrap;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.nav-frame:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	overflow: hidden;
	margin: 0 0 0 -5px;
}

.nav-active .nav-slide {
	height: 100vh;
	width: 100vw;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.nav-slide ul {
	overflow: hidden;
	text-align: center;
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.nav-slide ul li {
	margin: 19px 0;
}

.nav-slide ul li.selected a {
	color: #000;
}

.nav-slide ul a {
	color: #fff;
}

.nav-slide ul a:hover {
	color: #000;
}

.heading-block {
	color: #fff;
	text-align: center;
	padding: 0 15px;
}

.heading-block h1,
.heading-block h2,
.heading-block h3 {
	color: #fff;
}

.slogan-block {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	max-width: 966px;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}

.slogan-block h1 {
	position: relative;
}

.slogan-block h1.active-animation .text-animation:nth-child(even) {
	opacity: 1;
}

.slogan-block h1.active-animation .text-animation:nth-child(even) span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slogan-block h1.active-animation .text-animation:nth-child(even) span:nth-child(even) {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slogan-block h1.active-animation .text-animation span {
	opacity: 0;
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
}

.slogan-block h1.active-animation .text-animation span:nth-child(even) {
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}

.slogan-block h1 .text-animation {
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: -60px;
}

.slogan-block h1 .text-animation:nth-child(even) {
	opacity: 0;
	margin-bottom: 0;
}

.slogan-block h1 .text-animation:nth-child(even) span {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
}

.slogan-block h1 .text-animation:nth-child(even) span:nth-child(even) {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}

.slogan-block h1 .text-animation span {
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, transform .4s;
	display: inline-block;
	vertical-align: top;
}

.slogan-block h3 {
	max-width: 430px;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 100%;
}

.page-pagination {
	position: fixed;
	right: 46px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	z-index: 95;
}

.page-pagination li {
	padding: 1px 25px 1px 0;
	text-align: right;
}

.page-pagination li.selected a {
	text-indent: 0;
	color: #fff;
}

.page-pagination li.selected a:after {
	background: #fff;
}

.alt-style .page-pagination li.selected a {
	color: #000;
}

.alt-style .page-pagination li.selected a:after {
	background: #000;
}

.page-pagination a {
	display: inline-block;
	vertical-align: top;
	color: #3d3d3d;
	text-indent: -9999px;
	text-align: left;
	position: relative;
}

.page-pagination a:after {
	content: "";
	position: absolute;
	right: -25px;
	top: 1px;
	border-radius: 50%;
	width: 11px;
	height: 11px;
	margin: 1px 0 0 14px;
	background: rgba(61, 61, 61, .8);
	text-indent: 0;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.page-pagination a:hover {
	color: #fff;
	text-indent: 0;
}

.page-pagination a:hover:after {
	background: #fff;
}

.alt-style .page-pagination a:hover {
	color: #000;
}

.alt-style .page-pagination a:hover:after {
	background: #000;
}

#main {
	padding: 106px 0 0;
}

.category-holder {
	margin-top: -106px;
}

.category-section {
	height: 400px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 90px 0 20px;
	background-position: 50% 0;
}

.category-section.mobile{
	display: none;
}

.category-section + .category-section {
	margin-top: 5px;
}

.category-section h1,
.category-section h2,
.category-section h3 {
	color: #fff;
}

.category-section h1 {
	margin-bottom: 64px;
}

.category-section h3 {
	margin-bottom: 5px;
}

.category-section .button {
	border-color: #fff;
	color: #fff;
}

.category-section .button:before,
.category-section .button:after {
	background: #fff;
}

.category-section .button:hover {
	color: #5c666f;
}
.top{
	color: #fff;
	display: block;
	font-size: 80px;
	text-align: center;
    margin: 10px 0 0;
    font: bold 80px/175px "Amble", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: url('../images/bg-top.png') repeat-x;
}
.top span{
	padding: 0 70px 0 0;
	position: relative;
}
.top span:after{
	position: absolute;
	content: "^";
	top: 0;
	right: 0;
	color: #fff;
	-webkit-transition: color .4s;
	transition: color .4s;
    font: bold 125px "Amble", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.top:hover span:after{
	color: #00bcb4;
}
.visual-holder {
	height: 650px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 95px 0;
	margin: -106px 0 56px;
}
.projects-holder .wrap{
	max-width: 1260px;
	padding: 0 15px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.content-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.content-block.project-module1{
	padding: 60px 0 52px;
	margin-top: -56px;
}
.content-block.project-module3{
	height: auto;
}
.content-block.project-module1 .image-area,
.content-block.project-module3 .image-area{
	width: 46.5%;
}
.content-block.project-module1 img,
.content-block.project-module3 img{
	border: none;
}
.content-block.project-module1 .text-block,
.content-block.project-module3 .text-block{
	width: 53.5%;
	padding: 30px 7.7%;
}
.content-block.project-module3 .text-block{
	padding: 30px 7.7% 30px 0;
}
.content-block.project-module1 .subheading,
.content-block.project-module3 .subheading{
	color: #4d4d4d;
}
.content-block .image-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50.8%;
}
.content-block img {
	border: 45px solid;
	width: 100%;
}
.content-block .text-block {
	width: 49.2%;
	padding: 0 4%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.content-block .text-block-full{
	width: 100%;
}
.content-block .text-block-full blockquote{
	height: 650px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.content-block h2 {
	color: #80bda5;
}

.content-block blockquote {
	font: 700 34px/1.294 "Amble", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
	text-align: center;
	color: #fff;
}
.content-block blockquote q {
	quotes: none;
}
.content-block blockquote q:before,
.content-block blockquote q:after {
	quotes: none;
}
.image-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-box-align: stretch;
	-ms-flex-align: stretch;
			align-items: stretch;
			-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
	padding: 0 23px;
}

.image-columns.alt-image-columns {
	padding: 0 0 69px;
}

.image-columns.alt-image-columns .image-area {
	padding: 0;
}

.image-columns.alt-image-columns .image-area img {
	border: none;6
}
.image-columns-full.image-columns2 img{
	width: 50%;
}
.image-columns-full img{
	width: 25%;
    height: 100%;
}
.image-columns.image-columns-full {
	padding: 0;
}

.image-columns .image-area {
	width: 50%;
	padding: 46px 23px;
}

.image-columns .image-area-full{
	width: 100%;
	padding: 0;
}

.image-columns .image-area-full img {
	min-width: 1230px;
	display: block;
}

.link-holder {
	height: 175px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 15px;
}

.link-holder a {
	color: #fff;
	font: 700 60px/1 "Amble", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.link-holder a:hover {
	color: #00bcb4;
}
.link-holder .more{
	background: url(../images/bg-projects.png) no-repeat 100% 12px;
    padding: 0 38px 0 0;
}
.link-holder .more:hover{
	background-position: 100% -101px;
}

.columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px 29px;
}

.columns .col {
	width: 50%;
	padding: 0 20px;
}

.team-holder,
.instagram-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 50px -3px;
}
.video-block{
	overflow: hidden;
	margin: 0 0 -1px;
}
.video-block iframe{
	display: block;
	overflow: hidden;
}
.video-block p{
	margin: 0;
	display: none;
}

.team-block,
.instagram-block {
	width: 33.33%;
	position: relative;
	padding: 0 0 4px 3px;
}

.team-block.hover .holder:before,
.hover.instagram-block .holder:before {
	opacity: 1;
}

.team-block.hover .description,
.hover.instagram-block .description {
	opacity: 1;
	bottom: 0;
}

.team-block .holder,
.instagram-block .holder {
	position: relative;
	overflow: hidden;
}

.instagram-block .holder:before {
	content: "";
	background: rgba(0, 188, 180, .55);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
}

.team-block img,
.instagram-block img {
	width: 100%;
}

.team-block img.hover{
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.team-block.hover img.hover{
	opacity: 1;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
}

.team-block .description,
.instagram-block .description {
	opacity: 0;
	padding: 13px 9%;
	-webkit-transition: opacity .8s, bottom .6s;
	transition: opacity .8s, bottom .6s;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	z-index: 5;
	letter-spacing: -.7px;
	font: 18px/1.2 "Amble", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.team-block .name,
.instagram-block .name {
	display: block;
}

.instagram-holder {
	margin: 0 -20px 20px;
}

.instagram-block {
	padding: 0 20px 36px;
}

.address {
	font-size: 36px;
	line-height: 1;
	font-style: normal;
	color: #00bcb4;
	margin: 0 0 45px;
}

.address a {
	color: #00bcb4;
}

.address a:hover {
	color: #80bda5;
}

.address .phone {
	display: block;
	margin: 15px 0 20px;
}

.address .link-email {
	display: inline-block;
	vertical-align: top;
	color: #5c6670;
	font: 700 18px/1.2 "Amble", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border: solid #00bcb4;
	border-width: 3px 0;
	padding: 8px;
	outline: none;
}

.address .link-email:hover {
	color: #fff;
	border: none;
	padding: 11px 8px;
}

.map-holder {
	margin-bottom: 50px;
}

.img-map {
	display: block;
	margin: 0 auto;
}
.img-map.mobile{
	display: none;
}

.form-area{
    margin: -106px 0 0;
    padding: 156px 0 0;
    height: 100vw;
    background: #00a7e1;
}
.form-area form{
	max-width: 450px;
	margin: 0 auto;
	padding: 0 0 20px;
	position: relative;
}
.form-area input[type="text"]{
	border: none;
	display: block;
	margin: 0 0 10px;
	width: 100%;
	padding: 7px 10px;
	text-transform: uppercase;
}
.form-area input[type="text"]:hover,
.form-area input[type="text"]:focus,
.form-area textarea:hover,
.form-area textarea:focus{
	background: #000;
	outline: none;
	color: #fff;
}
.form-area textarea{
	border: none;
	display: block;
	margin: 39px 0 10px;
	width: 100%;
    min-height: 207px;
	text-transform: uppercase;
}
.form-area .captchaimg {
    margin-bottom: 10px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}
.form-area #CaptchaV2 {
    width: 100% !important;
}
.form-area input[type="submit"]{
	width: 180px;
	line-height: 45px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	border: none;
	background: #000;
	display: block;
}
.form-area input[type="submit"]:hover{
	background: #5c666f;
}
.form-area input[type="text"]:hover::-webkit-input-placeholder,
.form-area textarea:hover::-webkit-input-placeholder,
.form-area input[type="text"]:focus::-webkit-input-placeholder,
.form-area textarea:focus::-webkit-input-placeholder{
	color: #fff;
}
.form-area input[type="text"]:hover::-moz-placeholder,
.form-area textarea:hover::-moz-placeholder,
.form-area input[type="text"]:focus::-moz-placeholder,
.form-area textarea:focus::-moz-placeholder{
	opacity: 1;
	color: #fff;
}
.form-area input[type="text"]:hover:-moz-placeholder,
.form-area textarea:hover:-moz-placeholder,
.form-area input[type="text"]:focus:-moz-placeholder,
.form-area textarea:focus:-moz-placeholder{
	color: #fff;
}
.form-area input[type="text"]:hover:-ms-input-placeholder,
.form-area textarea:hover:-ms-input-placeholder,
.form-area input[type="text"]:focus:-ms-input-placeholder,
.form-area textarea:focus:-ms-input-placeholder{
	color: #fff;
}
.form-area input[type="text"].placeholder:hover,
.form-area textarea.placeholder:hover,
.form-area input[type="text"].placeholder:focus,
.form-area textarea.placeholder:focus{
	color: #fff;
}
.form-area .close{
	width: 33px;
	height: 28px;
	position: absolute;
	left: -80px;
    top: -35px;
	display: block;
	z-index: 101;
	outline: none;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.785, .135, .15, .86) 0s;
	transition: transform .3s cubic-bezier(.785, .135, .15, .86) 0s;
}
.form-area .close:before,
.form-area .close:after{
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	height: 3px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: #fff;
}
.form-area .close:before{
	-webkit-transform: translateY(50%) rotate(-45deg);
	-ms-transform: translateY(50%) rotate(-45deg);
	transform: translateY(50%) rotate(-45deg);
	box-shadow: none !important;
}
.form-area .close:after{
	-webkit-transform: translateY(50%) rotate(-135deg);
	-ms-transform: translateY(50%) rotate(-135deg);
	transform: translateY(50%) rotate(-135deg);
}
.form-area .close:hover{
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.form-area .close:before, .form-area .close:after {
    bottom: 50%;
}

.credit{
	text-align:center;
	margin: 80px 10px 60px;
}

.credit h3{
	text-transform:none;
	font-size:34px;
	font-weight:bold;
	font-family: Amble, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.credit p{
	color: #fff;
	font-size:16px;
}

@media only screen and (max-height: 500px) {
	.nav-slide {font-size: 50px;}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}
@media (max-width: 1260px){
	.image-columns .image-area-full img {
	    min-width: 100%;
	}
}

@media (max-width: 1199px) {
	.credit{
		margin:30px 10px;
	}

	.page-pagination {
		right: 15px;
	}

	.content-block.project-module1 .text-block {
		padding: 20px 25px;
	}

	.content-block img {
		border-width: 30px;
	}

	.content-block .text-block {
		padding: 20px 25px;
	}

	.image-columns {
		padding: 0 15px;
	}

	.image-columns .image-area {
		padding: 0 15px;
	}

	/*.image-columns .image-area img {
		border-width: 30px;
	}*/
}

@media (max-width: 1024px) {
	.nav-active {
		height: 100%;
		overflow: hidden;
	}

	.credit{
		text-align:center;
		margin: 30px 10px;
	}
	.credit h3{
		font-size: 24px;
	}

	h1,
	.h1 {
		font-size: 54px;
	}

	h2,
	.h2 {
		font-size: 28.8px;
		margin-bottom: .45em;
	}

	#header {
		padding: 30px 15px;
		position: absolute;
	}

	.heading-block {
		max-width: 550px;
	}

	.slogan-block h1 .text-animation {
		margin-bottom: -54px;
	}

	#main {
		padding-top: 86px;
	}

	.category-holder {
		margin-top: -86px;
	}

	.category-section {
		padding: 70px 0 20px;
	}

	.category-section .container {
		max-width: 570px;
	}

	.visual-holder {
		height: 500px;
		padding: 75px 0;
		margin: -86px 0 30px;
	}

	.content-block {
		height: auto;
		overflow: hidden;
		display: block;
	}

	.content-block.project-module1 {
		padding: 20px 0;
		margin-top: -30px;
	}

	.content-block.project-module1 .image-area {
		width: 50%;
	}

	.content-block.project-module1 .text-block {
		padding: 0 20px;
		width: 50%;
	}

	.content-block img {
		border-width: 25px;
	}

	.content-block .text-block {
		padding: 0 20px;
	}

	.content-block blockquote {
		font-size: 24px;
		line-height: 1.3;
		padding: 20px 0;
	}

	.content-block .text-block-full blockquote{
		display: block;
		height: auto;
	}

	.image-columns.alt-image-columns {
		padding-bottom: 40px;
	}

	/*.image-columns .image-area img {
		border-width: 25px;
	}*/

	.link-holder {
		height: 150px;
	}

	.link-holder a {
		font-size: 45px;
	}

	.columns {
		margin: 0 -10px 20px;
	}

	.columns .col {
		padding: 0 10px;
	}

	.team-holder,
	.instagram-holder {
		margin-bottom: 30px;
	}

	.team-block .description,
	.instagram-block .description {
		padding: 10px;
		font-size: 19px;
	}

	.instagram-holder {
		margin: 0 -10px 20px;
	}

	.instagram-block {
		padding: 0 10px 20px;
	}

	.address {
		margin-bottom: 30px;
	}

	.map-holder {
		margin-bottom: 30px;
	}
}
@media (max-width: 1280px) and (orientation : landscape) {
	.nav-slide ul li{
		margin: 2px 0;
	}
}
@media (max-width: 767px) {
	body {
    	font-size: 20px;
	}

	h1,
	.h1 {
		font-size: 34.8px;
	}

	h2,
	.h2 {
		font-size: 23.4px;
		margin-bottom: .45em;
	}

	.subheading {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.button {
		font-size: 14.4px;
	}

	#header {
		border-bottom: 1px solid #fff;
		padding: 2px 10px 0px;
	}

	.alt-style #header {
		border-color: #000;
	}

	.alt-style .logo {
		width: 145px;
	}

	.logo {
		width: 145px;
		margin-top: -4px;
	}

	.nav-opener {
		width: 35px;
		height: 33px;
		margin-top: 9px;
	}

	.nav-opener:before {
		bottom: 24px;
		box-shadow: 0 9px 0 #fff;
	}

	.nav-opener:after {
		bottom: 7px;
	}

	.alt-style .nav-opener:before {
		box-shadow: 0 9px 0 #000;
	}

	.alt-style .logo{
		height:51px;
	}

	.nav-slide {
		font-size: 36px;
		padding: 65px 15px 20px;
		overflow: auto;
	}

	.nav-slide ul li {
		margin: 3px auto;
		padding: 0;
	}

	.heading-block {
		padding: 62px 20px 0;
	}

	.slogan-block h1 .text-animation {
		margin-bottom: -35px;
	}

	.page-pagination {
		right: 10px;
	}

	.page-pagination li {
		padding: 4px 13px 4px 0;
	}

	.page-pagination li.selected a {
		text-indent: -9999px;
	}

	.page-pagination a:after {
		right: -13px;
		width: 13px;
		height: 13px;
	}

	.page-pagination a:hover {
		text-indent: -9999px;
	}

	#main {
		padding-top: 80px;
	}

	.form-area {
	    margin: -80px 0 0;
    	padding: 126px 0 30px;
    	height: 100%;
	}

	.video-block iframe {
		height: 330px !important;
		display: block;
	}

	.category-holder {
		margin-top: -80px;
	}

	.category-section {
		height: 350px;
	}

	.category-section .container {
		padding: 0 30px;
	}

	.category-section h1 {
		margin-bottom: 20px;
	}

	.visual-holder {
		height: 400px;
		padding: 65px 0;
		margin: -80px 0 20px;
	}

	.projects-holder {
		padding: 0;
	}

	.content-block,
	.projects-holder .wrap{
		display: block;
		padding: 20px 0;
	}
	.image-columns.image-columns-full .wrap{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.image-columns-full img{
		width: 50%;
    	height: 100%;
    	padding: 5px;
	}

	.content-block.project-module1 {
		margin-top: -20px;
	}

	.content-block.project-module1 .image-area,
	.content-block.project-module3 .image-area{
		width: auto;
	}

	.content-block.project-module1 .text-block,
	.content-block.project-module3 .text-block{
		width: auto;
		padding: 15px 15px 0;
	}

	.content-block, .projects-holder .wrap{
		padding: 0;
	}

	.content-block blockquote{
		overflow: hidden;
	}

	.content-block .image-area {
		display: block;
		width: auto;
		padding: 0 15px;
		max-width: 400px;
		margin: 0 auto;
	}

	.content-block img {
		border-width: 20px;
	}

	.content-block .text-block {
		display: block;
		width: auto;
		padding: 0 15px;s
	}

	.content-block blockquote {
		font-size: 20px;
		padding: 20px 0;
	}

	.image-columns {
		display: block;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
	}

	.image-columns.alt-image-columns {
		padding: 0 0 20px;
	}

	.image-columns .image-area {
		width: auto;
		padding: 0 15px 15px;
	}
	.image-columns-full.image-columns2 img,
	.image-columns .image-area img,
	.image-columns .image-area-full img{
		width: auto;
	}

	/*.image-columns .image-area img {
		border-width: 20px;
	}*/

	.link-holder {
		height: 100px;
	}

	.link-holder a {
		font-size: 30px;
	}

	.columns {
		display: block;
	}

	.columns .col {
		width: auto;
	}

	.team-block,
	.instagram-block {
		width: 50%;
	}

	.team-block .description,
	.instagram-block .description {
		padding: 7px 10px;
		font-size: 16px;
		line-height: 1.1;
		letter-spacing: 0;
	}

	.instagram-holder {
		margin: 0 -3px 10px;
	}

	.instagram-block {
		padding: 0 3px 6px;
	}

	.address {
		margin-bottom: 20px;
		font-size: 24px;
	}

	.address .link-email {
		font-size: 16px;
	}

	.img-map,
	.category-section{
		display: none;
	}
	.img-map.mobile{
		display: block;
	}
	.category-section.mobile{
	 	display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    	padding: 62px 0;
	}
	.link-holder .more{
		background-position: 100% 3px;
	}
	.link-holder .more:hover{
		background-position: 100% -110px;
	}
	.top{
		font-size: 40px;
		line-height: 87px;
	}
	.top span{
	    padding: 0 35px 0 0;
	}
		.top span:after{
		font-size: 62px;
	}
	.category-section + .category-section {
		margin-top: 0;
    	margin-bottom: 5px;
	}
	.credit h3{
		font-size: 20px;
	}
}
.scroll-fade-left-to-right{
	opacity: 0;
	position: relative;
	left: -200px;
}
.scroll-fade-right-to-left{
	opacity: 0;
	position: relative;
	right: -200px;
}
.fade-element, .fade-element2{
	opacity: 0;
}
html, #wrapper, #main, .animateContentHolder, .animateContentBox{
	height: 100%;
}
.content-animate-active{
	height: 100%;
	overflow: hidden;
}

.home.content-animate-active{
	height: 100vh;
}
.home #main{
	padding: 0;
}
.content-animate-active #wrapper{
	overflow: visible;
}

.animateContentBox.current, .animateContentBox.new{
	position: absolute;
	width: 100%;
}

.home .animateContentBox.current{
	top:0;
	bottom: 0;
}

.animateContentBox.current{
	opacity: 1;
}
.animateContentBox.new{
	opacity: 0;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}