/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

@import url("fancybox/jquery.fancybox.css");

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
	margin: 0;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
	outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
	margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: "courier new", monospace;
	font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
	quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
	content: "";
	content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
	padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
	margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	*overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

.nf-form-fields-required {
	display: none;
}
/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/*  ==========================================================================
    Helper classes
    ========================================================================== */

/*
//  Image replacement
*/

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
/*
//  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;
	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;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ==========================================================================
   grid
   ========================================================================== */

.gd-g {
	letter-spacing: -0.31em;
	*letter-spacing: normal;
	*word-spacing: -0.43em;
	text-rendering: optimizespeed;
	margin-left: -0.75em;
	margin-right: -0.75em;
}

.gd-g--center {
	text-align: center;
}
.gd-g--vertcenter .gd-u {
	vertical-align: middle;
}
.gd-g--align-bottom .gd-u {
	vertical-align: bottom;
}
.gd-g--center .gd-u {
	text-align: left;
}

.opera-only :-o-prefocus,
.gd-g {
	word-spacing: -0.43em;
}

.gd-u {
	display: inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
	box-sizing: border-box;
	padding-left: 0.75em;
	padding-right: 0.75em;
}

.gd-u--nopadleft {
	padding-left: 0;
}
.gd-u--nopadright {
	padding-right: 0;
}

.gd-u-1 {
	width: 100%;
}
.gd-u-1-2 {
	width: 50%;
}
.gd-u-1-3 {
	width: 33.3%;
}
.gd-u-2-3 {
	width: 66.66666%;
}
.gd-u-1-4 {
	width: 25%;
}
.gd-u-3-4 {
	width: 75%;
}
.gd-u-1-5 {
	width: 20%;
}
.gd-u-2-5 {
	width: 40%;
}
.gd-u-3-5 {
	width: 60%;
}
.gd-u-4-5 {
	width: 80%;
}
.gd-u-1-6 {
	width: 16.656%;
}
.gd-u-5-6 {
	width: 83.33%;
}
.gd-u-1-8 {
	width: 12.5%;
}
.gd-u-3-8 {
	width: 37.5%;
}
.gd-u-5-8 {
	width: 62.5%;
}
.gd-u-7-8 {
	width: 87.5%;
}
.gd-u-1-12 {
	width: 8.3333%;
}
.gd-u-5-12 {
	width: 41.6666%;
}
.gd-u-7-12 {
	width: 58.3333%;
}
.gd-u-11-12 {
	width: 91.6666%;
}
.gd-u-1-24 {
	width: 4.1666%;
}
.gd-u-5-24 {
	width: 20.8333%;
}
.gd-u-7-24 {
	width: 29.1666%;
}
.gd-u-11-24 {
	width: 45.8333%;
}
.gd-u-13-24 {
	width: 54.1666%;
}
.gd-u-17-24 {
	width: 70.8333%;
}
.gd-u-19-24 {
	width: 79.1666%;
}
.gd-u-23-24 {
	width: 95.8333%;
}
.gd-u-auto {
	width: auto;
}

@media screen and (min-width: 420px) {
	.gd-u-gt420-1 {
		width: 100%;
	}
	.gd-u-gt420-1-2 {
		width: 50%;
	}
	.gd-u-gt420-1-3 {
		width: 33.33333%;
	}
	.gd-u-gt420-2-3 {
		width: 66.66666%;
	}
	.gd-u-gt420-1-4 {
		width: 25%;
	}
	.gd-u-gt420-3-4 {
		width: 75%;
	}
	.gd-u-gt420-1-5 {
		width: 20%;
	}
	.gd-u-gt420-2-5 {
		width: 40%;
	}
	.gd-u-gt420-3-5 {
		width: 60%;
	}
	.gd-u-gt420-4-5 {
		width: 80%;
	}
	.gd-u-gt420-1-6 {
		width: 16.656%;
	}
	.gd-u-gt420-5-6 {
		width: 83.33%;
	}
	.gd-u-gt420-1-8 {
		width: 12.5%;
	}
	.gd-u-gt420-3-8 {
		width: 37.5%;
	}
	.gd-u-gt420-5-8 {
		width: 62.5%;
	}
	.gd-u-gt420-7-8 {
		width: 87.5%;
	}
	.gd-u-gt420-1-12 {
		width: 8.3333%;
	}
	.gd-u-gt420-5-12 {
		width: 41.6666%;
	}
	.gd-u-gt420-7-12 {
		width: 58.3333%;
	}
	.gd-u-gt420-11-12 {
		width: 91.6666%;
	}
	.gd-u-gt420-1-24 {
		width: 4.1666%;
	}
	.gd-u-gt420-5-24 {
		width: 20.8333%;
	}
	.gd-u-gt420-7-24 {
		width: 29.1666%;
	}
	.gd-u-gt420-11-24 {
		width: 45.8333%;
	}
	.gd-u-gt420-13-24 {
		width: 54.1666%;
	}
	.gd-u-gt420-17-24 {
		width: 70.8333%;
	}
	.gd-u-gt420-19-24 {
		width: 79.1666%;
	}
	.gd-u-gt420-23-24 {
		width: 95.8333%;
	}
	.gd-u-gt420-auto {
		width: auto;
	}

	.gd-u-gt420--nopadleft {
		padding-left: 0;
	}
	.gd-u-gt420--nopadright {
		padding-right: 0;
	}
}

@media screen and (max-width: 549px) {
	.lt550-hide {
		display: none;
	}
}

@media screen and (min-width: 550px) {
	.gd-u-gt550-1 {
		width: 100%;
	}
	.gd-u-gt550-1-2 {
		width: 50%;
	}
	.gd-u-gt550-1-3 {
		width: 33.33333%;
	}
	.gd-u-gt550-2-3 {
		width: 66.66666%;
	}
	.gd-u-gt550-1-4 {
		width: 25%;
	}
	.gd-u-gt550-3-4 {
		width: 75%;
	}
	.gd-u-gt550-1-5 {
		width: 20%;
	}
	.gd-u-gt550-2-5 {
		width: 40%;
	}
	.gd-u-gt550-3-5 {
		width: 60%;
	}
	.gd-u-gt550-4-5 {
		width: 80%;
	}
	.gd-u-gt550-1-6 {
		width: 16.656%;
	}
	.gd-u-gt550-5-6 {
		width: 83.33%;
	}
	.gd-u-gt550-1-8 {
		width: 12.5%;
	}
	.gd-u-gt550-3-8 {
		width: 37.5%;
	}
	.gd-u-gt550-5-8 {
		width: 62.5%;
	}
	.gd-u-gt550-7-8 {
		width: 87.5%;
	}
	.gd-u-gt550-1-12 {
		width: 8.3333%;
	}
	.gd-u-gt550-5-12 {
		width: 41.6666%;
	}
	.gd-u-gt550-7-12 {
		width: 58.3333%;
	}
	.gd-u-gt550-11-12 {
		width: 91.6666%;
	}
	.gd-u-gt550-1-24 {
		width: 4.1666%;
	}
	.gd-u-gt550-5-24 {
		width: 20.8333%;
	}
	.gd-u-gt550-7-24 {
		width: 29.1666%;
	}
	.gd-u-gt550-11-24 {
		width: 45.8333%;
	}
	.gd-u-gt550-13-24 {
		width: 54.1666%;
	}
	.gd-u-gt550-17-24 {
		width: 70.8333%;
	}
	.gd-u-gt550-19-24 {
		width: 79.1666%;
	}
	.gd-u-gt550-23-24 {
		width: 95.8333%;
	}
	.gd-u-gt550-auto {
		width: auto;
	}

	.gd-u-gt550--nopadleft {
		padding-left: 0;
	}
	.gd-u-gt550--nopadright {
		padding-right: 0;
	}

	.gd-g {
		margin-right: -1em;
		margin-left: -1em;
	}
	.gd-u {
		padding-right: 1em;
		padding-left: 1em;
	}
}

@media screen and (max-width: 699px) {
	.lt700-hide {
		display: none;
	}
}

@media screen and (min-width: 700px) {
	.gd-u-gt700-1 {
		width: 100%;
	}
	.gd-u-gt700-1-2 {
		width: 50%;
	}
	.gd-u-gt700-1-3 {
		width: 33.33333%;
	}
	.gd-u-gt700-2-3 {
		width: 66.66666%;
	}
	.gd-u-gt700-1-4 {
		width: 25%;
	}
	.gd-u-gt700-3-4 {
		width: 75%;
	}
	.gd-u-gt700-1-5 {
		width: 20%;
	}
	.gd-u-gt700-2-5 {
		width: 40%;
	}
	.gd-u-gt700-3-5 {
		width: 60%;
	}
	.gd-u-gt700-4-5 {
		width: 80%;
	}
	.gd-u-gt700-1-6 {
		width: 16.656%;
	}
	.gd-u-gt700-5-6 {
		width: 83.33%;
	}
	.gd-u-gt700-1-8 {
		width: 12.5%;
	}
	.gd-u-gt700-3-8 {
		width: 37.5%;
	}
	.gd-u-gt700-5-8 {
		width: 62.5%;
	}
	.gd-u-gt700-7-8 {
		width: 87.5%;
	}
	.gd-u-gt700-1-12 {
		width: 8.3333%;
	}
	.gd-u-gt700-5-12 {
		width: 41.6666%;
	}
	.gd-u-gt700-7-12 {
		width: 58.3333%;
	}
	.gd-u-gt700-11-12 {
		width: 91.6666%;
	}
	.gd-u-gt700-1-24 {
		width: 4.1666%;
	}
	.gd-u-gt700-5-24 {
		width: 20.8333%;
	}
	.gd-u-gt700-7-24 {
		width: 29.1666%;
	}
	.gd-u-gt700-11-24 {
		width: 45.8333%;
	}
	.gd-u-gt700-13-24 {
		width: 54.1666%;
	}
	.gd-u-gt700-17-24 {
		width: 70.8333%;
	}
	.gd-u-gt700-19-24 {
		width: 79.1666%;
	}
	.gd-u-gt700-23-24 {
		width: 95.8333%;
	}
	.gd-u-gt700-auto {
		width: auto;
	}

	.gd-u-gt700--nopadleft {
		padding-left: 0;
	}
	.gd-u-gt700--nopadright {
		padding-right: 0;
	}

	.gd-g {
		margin-right: -1.25em;
		margin-left: -1.25em;
	}
	.gd-u {
		padding-right: 1.25em;
		padding-left: 1.25em;
	}
}

@media screen and (max-width: 799px) {
	.lt800-hide {
		display: none;
	}
}

@media screen and (min-width: 800px) {
	.gd-u-gt800-1 {
		width: 100%;
	}
	.gd-u-gt800-1-2 {
		width: 50%;
	}
	.gd-u-gt800-1-3 {
		width: 33.33333%;
	}
	.gd-u-gt800-2-3 {
		width: 66.66666%;
	}
	.gd-u-gt800-1-4 {
		width: 25%;
	}
	.gd-u-gt800-3-4 {
		width: 75%;
	}
	.gd-u-gt800-1-5 {
		width: 20%;
	}
	.gd-u-gt800-2-5 {
		width: 40%;
	}
	.gd-u-gt800-3-5 {
		width: 60%;
	}
	.gd-u-gt800-4-5 {
		width: 80%;
	}
	.gd-u-gt800-1-6 {
		width: 16.656%;
	}
	.gd-u-gt800-5-6 {
		width: 83.33%;
	}
	.gd-u-gt800-1-8 {
		width: 12.5%;
	}
	.gd-u-gt800-3-8 {
		width: 37.5%;
	}
	.gd-u-gt800-5-8 {
		width: 62.5%;
	}
	.gd-u-gt800-7-8 {
		width: 87.5%;
	}
	.gd-u-gt800-1-12 {
		width: 8.3333%;
	}
	.gd-u-gt800-5-12 {
		width: 41.6666%;
	}
	.gd-u-gt800-7-12 {
		width: 58.3333%;
	}
	.gd-u-gt800-11-12 {
		width: 91.6666%;
	}
	.gd-u-gt800-1-24 {
		width: 4.1666%;
	}
	.gd-u-gt800-5-24 {
		width: 20.8333%;
	}
	.gd-u-gt800-7-24 {
		width: 29.1666%;
	}
	.gd-u-gt800-11-24 {
		width: 45.8333%;
	}
	.gd-u-gt800-13-24 {
		width: 54.1666%;
	}
	.gd-u-gt800-17-24 {
		width: 70.8333%;
	}
	.gd-u-gt800-19-24 {
		width: 79.1666%;
	}
	.gd-u-gt800-23-24 {
		width: 95.8333%;
	}
	.gd-u-gt800-auto {
		width: auto;
	}

	.gd-u-gt800--nopadleft {
		padding-left: 0;
	}
	.gd-u-gt800--nopadright {
		padding-right: 0;
	}
}

@media screen and (max-width: 999px) {
	.lt1000-hide {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.gd-u-gt1000-1 {
		width: 100%;
	}
	.gd-u-gt1000-1-2 {
		width: 50%;
	}
	.gd-u-gt1000-1-3 {
		width: 33.33333%;
	}
	.gd-u-gt1000-2-3 {
		width: 66.66666%;
	}
	.gd-u-gt1000-1-4 {
		width: 25%;
	}
	.gd-u-gt1000-3-4 {
		width: 75%;
	}
	.gd-u-gt1000-1-5 {
		width: 20%;
	}
	.gd-u-gt1000-2-5 {
		width: 40%;
	}
	.gd-u-gt1000-3-5 {
		width: 60%;
	}
	.gd-u-gt1000-4-5 {
		width: 80%;
	}
	.gd-u-gt1000-1-6 {
		width: 16.656%;
	}
	.gd-u-gt1000-5-6 {
		width: 83.33%;
	}
	.gd-u-gt1000-1-8 {
		width: 12.5%;
	}
	.gd-u-gt1000-3-8 {
		width: 37.5%;
	}
	.gd-u-gt1000-5-8 {
		width: 62.5%;
	}
	.gd-u-gt1000-7-8 {
		width: 87.5%;
	}
	.gd-u-gt1000-1-12 {
		width: 8.3333%;
	}
	.gd-u-gt1000-5-12 {
		width: 41.6666%;
	}
	.gd-u-gt1000-7-12 {
		width: 58.3333%;
	}
	.gd-u-gt1000-11-12 {
		width: 91.6666%;
	}
	.gd-u-gt1000-1-24 {
		width: 4.1666%;
	}
	.gd-u-gt1000-5-24 {
		width: 20.8333%;
	}
	.gd-u-gt1000-7-24 {
		width: 29.1666%;
	}
	.gd-u-gt1000-11-24 {
		width: 45.8333%;
	}
	.gd-u-gt1000-13-24 {
		width: 54.1666%;
	}
	.gd-u-gt1000-17-24 {
		width: 70.8333%;
	}
	.gd-u-gt1000-19-24 {
		width: 79.1666%;
	}
	.gd-u-gt1000-23-24 {
		width: 95.8333%;
	}
	.gd-u-gt1000-auto {
		width: auto;
	}

	.gd-u-gt1000--nopadleft {
		padding-left: 0;
	}
	.gd-u-gt1000--nopadright {
		padding-right: 0;
	}

	.gd-g {
		margin-right: -1.5em;
		margin-left: -1.5em;
	}
	.gd-u {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
}

@media screen and (max-width: 1200px) {
	.lt1200-hide {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.gd-u-gt1200-1 {
		width: 100%;
	}
	.gd-u-gt1200-1-2 {
		width: 50%;
	}
	.gd-u-gt1200-1-3 {
		width: 33.33333%;
	}
	.gd-u-gt1200-2-3 {
		width: 66.66666%;
	}
	.gd-u-gt1200-1-4 {
		width: 25%;
	}
	.gd-u-gt1200-3-4 {
		width: 75%;
	}
	.gd-u-gt1200-1-5 {
		width: 20%;
	}
	.gd-u-gt1200-2-5 {
		width: 40%;
	}
	.gd-u-gt1200-3-5 {
		width: 60%;
	}
	.gd-u-gt1200-4-5 {
		width: 80%;
	}
	.gd-u-gt1200-1-6 {
		width: 16.656%;
	}
	.gd-u-gt1200-5-6 {
		width: 83.33%;
	}
	.gd-u-gt1200-1-8 {
		width: 12.5%;
	}
	.gd-u-gt1200-3-8 {
		width: 37.5%;
	}
	.gd-u-gt1200-5-8 {
		width: 62.5%;
	}
	.gd-u-gt1200-7-8 {
		width: 87.5%;
	}
	.gd-u-gt1200-1-12 {
		width: 8.3333%;
	}
	.gd-u-gt1200-5-12 {
		width: 41.6666%;
	}
	.gd-u-gt1200-7-12 {
		width: 58.3333%;
	}
	.gd-u-gt1200-11-12 {
		width: 91.6666%;
	}
	.gd-u-gt1200-1-24 {
		width: 4.1666%;
	}
	.gd-u-gt1200-5-24 {
		width: 20.8333%;
	}
	.gd-u-gt1200-7-24 {
		width: 29.1666%;
	}
	.gd-u-gt1200-11-24 {
		width: 45.8333%;
	}
	.gd-u-gt1200-13-24 {
		width: 54.1666%;
	}
	.gd-u-gt1200-17-24 {
		width: 70.8333%;
	}
	.gd-u-gt1200-19-24 {
		width: 79.1666%;
	}
	.gd-u-gt1200-23-24 {
		width: 95.8333%;
	}
	.gd-u-gt1200-auto {
		width: auto;
	}

	.gd-u-gt1200--nopadleft {
		padding-left: 0;
	}
	.gd-u-gt1200--nopadright {
		padding-right: 0;
	}
}

@media screen and (max-width: 1399px) {
	.lt1400-hide {
		display: none;
	}
}

@media screen and (min-width: 1400px) {
	.gd-u-gt1400-1 {
		width: 100%;
	}
	.gd-u-gt1400-1-2 {
		width: 50%;
	}
	.gd-u-gt1400-1-3 {
		width: 33.33333%;
	}
	.gd-u-gt1400-2-3 {
		width: 66.66666%;
	}
	.gd-u-gt1400-1-4 {
		width: 25%;
	}
	.gd-u-gt1400-3-4 {
		width: 75%;
	}
	.gd-u-gt1400-1-5 {
		width: 20%;
	}
	.gd-u-gt1400-2-5 {
		width: 40%;
	}
	.gd-u-gt1400-3-5 {
		width: 60%;
	}
	.gd-u-gt1400-4-5 {
		width: 80%;
	}
	.gd-u-gt1400-1-6 {
		width: 16.656%;
	}
	.gd-u-gt1400-5-6 {
		width: 83.33%;
	}
	.gd-u-gt1400-1-8 {
		width: 12.5%;
	}
	.gd-u-gt1400-3-8 {
		width: 37.5%;
	}
	.gd-u-gt1400-5-8 {
		width: 62.5%;
	}
	.gd-u-gt1400-7-8 {
		width: 87.5%;
	}
	.gd-u-gt1400-1-12 {
		width: 8.3333%;
	}
	.gd-u-gt1400-5-12 {
		width: 41.6666%;
	}
	.gd-u-gt1400-7-12 {
		width: 58.3333%;
	}
	.gd-u-gt1400-11-12 {
		width: 91.6666%;
	}
	.gd-u-gt1400-1-24 {
		width: 4.1666%;
	}
	.gd-u-gt1400-5-24 {
		width: 20.8333%;
	}
	.gd-u-gt1400-7-24 {
		width: 29.1666%;
	}
	.gd-u-gt1400-11-24 {
		width: 45.8333%;
	}
	.gd-u-gt1400-13-24 {
		width: 54.1666%;
	}
	.gd-u-gt1400-17-24 {
		width: 70.8333%;
	}
	.gd-u-gt1400-19-24 {
		width: 79.1666%;
	}
	.gd-u-gt1400-23-24 {
		width: 95.8333%;
	}
	.gd-u-gt1400-auto {
		width: auto;
	}

	.gd-u-gt1400--nopadleft {
		padding-left: 0;
	}
	.gd-u-gt1400--nopadright {
		padding-right: 0;
	}
}

.opera-only :-o-prefocus,
.gd-g {
	word-spacing: -0.43em;
}

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

/* 	==========================================================================
	animations
   	========================================================================== */

.effect--fade,
.effect--slidein {
	-webkit-transition: opacity 1000ms ease-out 0s, -webkit-transform 750ms ease-out 0s;
	-moz-transition: opacity 1000ms ease-out 0s, -moz-transform 750ms ease-out 0s;
	transition: opacity 1000ms ease-out 0s, transform 750ms ease-out 0s;
}

.effect--fade {
	opacity: 0;
}
.effect--fade.effect--ready,
.no-cssanimations .effect--fade {
	opacity: 1;
}

.effect--slidein {
	transform: translate(0, 2em);
	-moz-transform: translate(0, 2em);
	-webkit-transform: translate(0, 2em);
}
.effect--slidein.effect--ready,
.no-cssanimations .effect--slidein {
	transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
}

.effect--slidedown {
	transform: translate(0, -2em);
	-moz-transform: translate(0, -2em);
	-webkit-transform: translate(0, -2em);
}
.effect--slidedown.effect--ready,
.no-cssanimations .effect--slidedown {
	transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
}

.effect--slideright {
	transform: translate(-2em, 0);
	-moz-transform: translate(-2em, 0);
	-webkit-transform: translate(-2em, -0);
}
.effect--slideright.effect--ready,
.no-cssanimations .effect--slideright {
	transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
}

.effect--slideleft {
	transform: translate(2em, 0px);
	-moz-transform: translate(2em, 0px);
	-webkit-transform: translate(2em, 0px);
}
.effect--slideleft.effect--ready,
.no-cssanimations .effect--slideleft {
	transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
}

.effect--delay-1 {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	transition-delay: 200ms;
}

.effect--delay-2 {
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	transition-delay: 400ms;
}

.effect--delay-3 {
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	transition-delay: 600ms;
}

.effect--delay-2 {
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	transition-delay: 800ms;
}

.effect--delay-3 {
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.effect--delay-0 {
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	transition-delay: 0ms;
}

/* ==========================================================================
   owl-carousel
   ========================================================================== */

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav {
	display: none;
}
@media only screen and (min-width: 700px) {
	.owl-carousel .owl-controls .owl-nav {
		display: block;
	}
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.owl-dots {
	text-align: center;
}
.owl-dot {
	display: inline-block;
	margin: 0 0.5em;
}
.owl-dot span {
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	background: none;
	opacity: 0.5;
	border: solid 1px #fff;
}

.owl-dot span:hover {
	background: #fff;
}

.owl-dot.active span {
	opacity: 1;
	background: #fff;
}

/* ==========================================================================
   forms
   ========================================================================== */

.field {
	padding: 0 0.5em 0.5em 0;
	position: relative;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea {
	padding: 1em;
	background: #fff;
	border: solid 1px #e5e5e5;
	border-radius: 0;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	font-family: inherit;
	box-shadow: none;
}

textarea {
	min-height: 5.2em;
}

input[disabled],
input[disabled],
input[disabled],
input[disabled],
textarea[disabled],
input[readonly],
input[readonly],
input[readonly],
input[readonly],
textarea[readonly] {
	opacity: 0.5;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
	border-color: #1d2e3c;
}

[type="text"].error,
input[type="email"].error,
input[type="password"].error,
input[type="number"].error,
textarea.error {
	background-image: url(input.invalid.png);
	background-size: auto 1em;
	background-position: right center;
	background-repeat: no-repeat;
}

textarea.error {
	background-position: right 1em;
}

.form-error {
	position: relative;
	display: block;
	background: #e8492c;
	padding: 0.5em 1em;
	z-index: 2;
	font-size: 12px;
}

.form-error:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -5px;
	left: 1em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #e8492c;
}

.wpcf7 .wpcf7-not-valid-tip {
	background: #e8492c;
	color: #fff;
	padding: 1em;
	position: relative;
	font-size: 12px;
	z-index: 2;
}

.wpcf7 .wpcf7-not-valid-tip:after {
	content: " ";
	display: block;
	position: absolute;
	top: -0.5em;
	left: 1em;
	border-left: 0.5em solid transparent;
	border-right: 0.5em solid transparent;
	border-bottom: 0.5em solid #e8492c;
}

.wpcf7 .wpcf7-response-output {
	border: none;
	background: #888;
	color: #fff;
	padding: 1em;
	font-size: 13px;
}

.wpcf7 .wpcf7-validation-errors {
	background: #e8492c;
}
.wpcf7 .wpcf7-mail-sent-ok {
	background: #5be0cc;
	color: #111;
}

.wpcf7 div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}

.field--radio ul {
	list-style: none;
}
.field--radio ul li {
	padding: 0.5em 0;
}

#ninja_forms_required_items,
.nf-field-container {
	margin-bottom: 20px;
}
