/* normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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;
}

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

.u-grid-1 {
	zoom: 1;
}

.u-grid-1:before,
.u-grid-1:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-grid-1:after {
	clear: both;
}

.u-grid-1 > .u-grid-col {
	float: left;
}

.u-grid-1.reverse > .u-grid-col {
	float: right;
}

.u-grid-2 {
	zoom: 1;
}

.u-grid-2:before,
.u-grid-2:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-grid-2:after {
	clear: both;
}

.u-grid-2 > .u-grid-col {
	float: left;
}

.u-grid-2.reverse > .u-grid-col {
	float: right;
}

.u-grid-3 {
	zoom: 1;
}

.u-grid-3:before,
.u-grid-3:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-grid-3:after {
	clear: both;
}

.u-grid-3 > .u-grid-col {
	float: left;
}

.u-grid-3.reverse > .u-grid-col {
	float: right;
}

.u-grid-4 {
	zoom: 1;
}

.u-grid-4:before,
.u-grid-4:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-grid-4:after {
	clear: both;
}

.u-grid-4 > .u-grid-col {
	float: left;
}

.u-grid-4.reverse > .u-grid-col {
	float: right;
}

.u-grid-5 {
	zoom: 1;
}

.u-grid-5:before,
.u-grid-5:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-grid-5:after {
	clear: both;
}

.u-grid-5 > .u-grid-col {
	float: left;
}

.u-grid-5.reverse > .u-grid-col {
	float: right;
}

.u-grid-6 {
	zoom: 1;
}

.u-grid-6:before,
.u-grid-6:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-grid-6:after {
	clear: both;
}

.u-grid-6 > .u-grid-col {
	float: left;
}

.u-grid-6.reverse > .u-grid-col {
	float: right;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@font-face {
	font-family: "Icons";
	src: url("fonts/Icons.eot");
	src: url("fonts/Icons.eot?#iefix") format("eot"), url("fonts/Icons.woff") format("woff"), url("fonts/Icons.ttf") format("truetype"), url("fonts/Icons.svg#Icons") format("svg");
}

.icon:before {
	font-family: "Icons";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal; /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}

.icon-icn_01_arr_left:before {
	content: "\E001";
}

.icon-icn_02_arr_right:before {
	content: "\E002";
}

.icon-icn_03_arr_up:before {
	content: "\E003";
}

.icon-icn_04_arr_down:before {
	content: "\E004";
}

.icon-icn_05_rotate:before {
	content: "\E005";
}

.icon-icn_06_soc_fb:before {
	content: "\E006";
}

.icon-icn_07_soc_tw:before {
	content: "\E007";
}

.icon-icn_08_soc_in:before {
	content: "\E008";
}

.icon-icn_09_soc_dr:before {
	content: "\E009";
}

.icon-icn_10_soc_sc:before {
	content: "\E00A";
}

.icon-icn_11_logo:before {
	content: "\E00B";
}

/* Default Margin */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: normal;
	margin: 0;
	font-family: "Quattrocento Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.6;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.5;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.5;
}

h4 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4;
}

h5 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
}

h6 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
}

.title {
	margin-bottom: 30px;
}

.no-underline {
	text-decoration: none;
}

p {
	margin: 0 0 35px;
}

p:last-child {
	margin-bottom: 0;
}

small {
	font-size: 80%;
}

strong {
	font-weight: 700;
}

a {
	text-decoration: underline;
	transition: color 0.2s ease-in-out;
	color: #6db9fb;
}

a:hover,
a:active {
	color: #61d67c;
}

blockquote,
blockquote p {
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	padding: 20px;
	padding-left: 40px;
	border-left: 2px solid #6db9fb;
}

blockquote cite {
	display: block;
}

blockquote cite:before {
	content: "\2014 \0020";
}

figure {
	margin: 0;
}

button {
	border: none;
	background: none;
}

.btn {
	font-wieght: 700;
	font-size: 22px;
	font-size: 2.2rem;
	transition: background-color 0.2s ease-in-out;
	display: block;
	text-align: center;
	width: 100%;
	text-decoration: none;
	padding: 16px 33px;
	background-color: #61d67c;
	border: none;
	border-radius: 3px;
	color: #fff;
	position: relative;
	white-space: nowrap;
	text-transform: uppercase;
}

.btn:hover,
.btn:focus {
	color: #fff;
	background-color: #6db9fb;
	outline: none;
}

form {
	margin: 0;
}

input,
textarea,
.select {
	font-size: 22px;
	font-size: 2.2rem;
	-webkit-appearance: none;
	font-family: "Quattrocento Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f9f9f9;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	line-height: 1.4;
	width: 100%;
	display: block;
	color: #333;
	position: relative;
	transition: all 0.2s ease-in-out;
	padding: 14px 30px;
	text-align: left;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.select::-webkit-input-placeholder {
	font-size: 20px;
	font-size: 2rem;
	color: #777777;
	position: relative;
	top: 3px;
}

input:focus,
textarea:focus,
.select:focus {
	outline: none;
	z-index: 2;
	background-color: #f8f8f8;
	border-color: #61d67c;
}

input:focus + .customSelect,
textarea:focus + .customSelect,
.select:focus + .customSelect {
	border-color: #61d67c;
}

textarea {
	min-height: 150px;
	max-height: 150px;
	height: 150px;
}

input[type="radio"] {
	-webkit-appearance: radio !important;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline;
	width: auto;
}

input[type="file"],
.file-reset {
	padding: 0;
	border: 0;
	box-shadow: none;
	cursor: pointer;
}

input[type="file"]:focus,
.file-reset:focus {
	outline: -webkit-focus-ring-color;
}

button {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.field {
	position: relative;
	margin-bottom: 10px;
}

.select-wrapper {
	zoom: 1;
	width: 100%;
}

.select-wrapper:before,
.select-wrapper:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.select-wrapper:after {
	clear: both;
}

.select {
	z-index: 2;
	color: #777777;
	width: 100%;
}

.select + .select {
	z-index: 1;
	padding-right: 50px;
	text-overflow: ellipsis;
	position: relative;
}

.select + .select:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E004';
	font-size: 10px;
	position: absolute;
	right: 30px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 2px;
}

.select.customSelectHover { /* Styles for when the select box is hovered */
}

.select.customSelectOpen { /* Styles for when the select box is open */
}

.select.customSelectFocus { /* Styles for when the select box is in focus */
}

.customSelectInner { /* You can style the inner box too */
}

label.error {
	opacity: 0;
	bottom: 105%;
	visibility: hidden;
	position: absolute;
	transition: opacity .15s ease-in-out, bottom .15s ease-in-out;
}

label.error {
	font-size: 10px;
	font-size: 1rem;
	right: 4px;
	bottom: 100%;
	z-index: 12;
	padding: 10px;
	border-radius: 5px;
	background-color: white;
	width: 80px;
	text-align: center;
	visibility: visible;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	margin-bottom: -20px;
	color: red;
	transition: opacity 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transform: scale(0);
	transform: scale(0);
}

label.error:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ebebeb;
	border-width: 7px;
	margin-left: -7px;
}

label.error:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}

textarea.error,
input.error {
	border-color: red;
	transition: border-color .3s ease-in-out;
}

.alert {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 12px 20px;
	margin-bottom: 10px;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 4px;
}

.alert.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.alert.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

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

html {
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fafafa;
	background-image: url(../img/bg-pattern.png);
	background-position: center center;
	font-family: "Quattrocento Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
}

.logo {
	display: block;
	margin: 0 auto;
	z-index: 3;
	margin-bottom: 40px;
}

.logo path {
	fill: #333;
}

.page-layout {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
	background-color: white;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.container {
	zoom: 1;
	max-width: 1020px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
	position: relative;
}

.container:before,
.container:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.container:after {
	clear: both;
}

.container.full {
	max-width: none;
	padding: 0;
}

.container.max-600 {
	max-width: 600px;
}

::-moz-selection {
	background: #6db9fb;
	color: white;
}

::selection {
	background: #6db9fb;
	color: white;
}

.u-none {
	display: none;
}

.u-hidden {
	text-indent: -9999em;
	display: block;
	font-size: 0;
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.panel-in,
.u-stepIn {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.panel-in.animate,
.u-stepIn.animate {
	opacity: 1;
}

.u-left {
	float: left;
}

.u-right {
	float: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.js-toggle {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.work-wrap .title a {
	color: #333;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}

.work-wrap .title a:hover,
.work-wrap .title a:focus {
	color: #ea4c89;
}

.work-wrap .title a .icon {
	color: #ea4c89;
	line-height: 1;
	vertical-align: middle;
	font-size: 50px;
	position: relative;
	top: 5px;
}

.facebook {
	color: #3b5998;
	text-decoration: none;
	position: relative;
	padding-left: 50px;
}

.facebook .icon {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 10px;
	font-size: 30px;
}

.twitter {
	color: #55acee;
	text-decoration: none;
	position: relative;
	padding-left: 50px;
}

.twitter .icon {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 10px;
	font-size: 30px;
}

.content .container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.content .title {
	margin-bottom: 30px;
}

.content.about {
	position: relative;
	z-index: 10; /*
		img {
			max-width: 333px;
			width: 100%;
			border-radius: 50%;
			display: block;
			max-width: 300px;
			margin: 0 auto;
			margin-bottom: 40px;
			
			@media only screen and (max-width: 768px) {
				margin-bottom: 35px;
				width: 80%;
			}
			@media only screen and (max-width: 480px) {
				max-width: 200px;
			}
		}
*/
}

.content.about .photo {
	width: auto;
	max-width: 100%;
	display: block;
}

.content.contact {
	text-align: center;
}

.content.contact p:not(.alert) {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.work {
	zoom: 1;
	width: 100%;
	position: relative;
}

.work:before,
.work:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.work:after {
	clear: both;
}

.work .title {
	font-size: 22px;
	font-size: 2.2rem;
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	text-align: center;
}

.work .title.light {
	color: white;
}

.work .item {
	display: block;
	float: left;
	width: 25%;
	background-color: #f3f3f3;
	position: relative;
	z-index: 1;
	transition: box-shadow 0.2s ease-in-out;
}

.work img {
	width: 100%;
	display: block;
	height: auto;
}

.work .item:hover,
.work .item:focus {
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
	z-index: 3;
}

.slider {
	display: block;
	position: relative;
}

.slider .slide {
	outline: none;
}

.slider iframe {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.slider--caption {
	font-size: 14px;
	font-size: 1.4rem;
	opacity: 0.5;
	display: block;
	width: 100%;
	margin: 10px 0;
}

.slider .prev,
.slider .next {
	width: 60px;
	height: 60px;
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	position: absolute;
	top: 50%;
	display: block;
	background-color: white;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	z-index: 99;
}

.slider .prev:before,
.slider .next:before {
	display: block;
	position: absolute;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	border-color: transparent;
	border-width: 7px;
	margin-top: -7px;
}

.slider .prev {
	left: 0;
	border-radius: 0 3px 3px 0;
}

.slider .prev:before {
	left: 50%;
	margin-left: -10px;
	border-right-color: #000000;
}

.slider .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.slider .next:before {
	right: 50%;
	margin-right: -10px;
	border-left-color: #000000;
}

@media only screen and (min-width: 482px) and (max-width: 769px) {

.u-grid-1 > .u-grid-col {
	width: 50%;
}

.u-grid-1 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

.u-grid-2 > .u-grid-col {
	width: 50%;
}

.u-grid-2 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

.u-grid-3 > .u-grid-col {
	width: 50%;
}

.u-grid-3 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

.u-grid-4 > .u-grid-col {
	width: 50%;
}

.u-grid-4 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

.u-grid-5 > .u-grid-col {
	width: 50%;
}

.u-grid-5 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

.u-grid-6 > .u-grid-col {
	width: 50%;
}

.u-grid-6 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

}

@media only screen and (min-width: 769px) {

.logo {
	width: 200px;
}

}

@media only screen and (min-width: 770px) {

.u-grid-1 > .u-grid-col {
	width: 100%;
}

.u-grid-1 > .u-grid-col:nth-child(1n+1) {
	clear: both;
}

.u-grid-2 > .u-grid-col {
	width: 50%;
}

.u-grid-2 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

.u-grid-3 > .u-grid-col {
	width: 33.33333%;
}

.u-grid-3 > .u-grid-col:nth-child(3n+1) {
	clear: both;
}

.u-grid-4 > .u-grid-col {
	width: 25%;
}

.u-grid-4 > .u-grid-col:nth-child(4n+1) {
	clear: both;
}

.u-grid-5 > .u-grid-col {
	width: 20%;
}

.u-grid-5 > .u-grid-col:nth-child(5n+1) {
	clear: both;
}

.u-grid-6 > .u-grid-col {
	width: 16.66667%;
}

.u-grid-6 > .u-grid-col:nth-child(6n+1) {
	clear: both;
}

}

@media only screen and (min-width: 770px) and (max-width: 1001px) {

.u-grid-6 > .u-grid-col {
	width: 50%;
}

.u-grid-6 > .u-grid-col:nth-child(6n+1) {
	clear: none;
}

.u-grid-6 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

}

@media only screen and (min-width: 1002px) and (max-width: 1241px) {

.u-grid-6 > .u-grid-col {
	width: 33.3333%;
}

.u-grid-6 > .u-grid-col:nth-child(6n+1) {
	clear: none;
}

.u-grid-6 > .u-grid-col:nth-child(3n+1) {
	clear: both;
}

}

@media only screen and (min-width: 1242px) and (max-width: 1501px) {

.u-grid-6 > .u-grid-col {
	width: 25%;
}

.u-grid-6 > .u-grid-col:nth-child(6n+1) {
	clear: none;
}

.u-grid-6 > .u-grid-col:nth-child(4n+1) {
	clear: both;
}

}

@media only screen and (min-width: 1502px) and (max-width: 1701px) {

.u-grid-6 > .u-grid-col {
	width: 20%;
}

.u-grid-6 > .u-grid-col:nth-child(6n+1) {
	clear: none;
}

.u-grid-6 > .u-grid-col:nth-child(5n+1) {
	clear: both;
}

}

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

.work .item {
	width: 33.333333%;
}

}

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

h1 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.5;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
}

p {
	margin-bottom: 30px;
}

body {
	font-size: 18px;
	font-size: 1.8rem;
}

.logo {
	width: 26vw;
}

.content .container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.work .title {
	font-size: 18px;
	font-size: 1.8rem;
}

.work .item {
	width: 50%;
}

}

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

.u-grid-1 > .u-grid-col {
	width: 100%;
	float: none;
}

.u-grid-2 > .u-grid-col {
	width: 100%;
	float: none;
}

.u-grid-3 > .u-grid-col {
	width: 100%;
	float: none;
}

.u-grid-4 > .u-grid-col {
	width: 100%;
	float: none;
}

.u-grid-5 > .u-grid-col {
	width: 100%;
	float: none;
}

.u-grid-6 > .u-grid-col {
	width: 100%;
	float: none;
}

}

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

h1 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.5;
}

h2 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
}

h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

p {
	margin-bottom: 20px;
}

.btn {
	font-size: 16px;
	font-size: 1.6rem;
}

input,
textarea,
.select,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.select::-webkit-input-placeholder {
	font-size: 18px;
	font-size: 1.8rem;
}

input,
textarea,
.select {
	padding: 14px 20px;
}

.select + .select:after {
	right: 20px;
	font-size: 10px;
}

.alert {
	font-size: 14px;
	font-size: 1.4rem;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
}

.content .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.work .title {
	font-size: 14px;
	font-size: 1.4rem;
	top: -30px;
}

}

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

.work .title {
	font-size: 12px;
	font-size: 1.2rem;
}

}

