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

#nav ul,
#footer .add-nav {
	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: #000;
	background: #fff;
	/*background: #000;*/
	font: 18px/1.667 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 42px;
	line-height: 1.119;
}

h2,
.h2 {
	font-size: 32px;
	line-height: 1.119;
}

h3,
.h3 {
	font-size: 21px;
}

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #dd2734;
}

a:hover,
a:focus {
	text-decoration: none;
}

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 #999;
	padding: .4em .7em;
}

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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

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

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

/*! 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;
	border-radius: 4px;
}

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

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(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/fancybox_sprite.png");
}

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

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/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/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	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/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, .8);
	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!*/

@font-face {
	font-family: "merriweather";
	src: url("../fonts/merriweather-bold-webfont.woff2") format("woff2"), url("../fonts/merriweather-bold-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	position: relative;
	max-width: 1204px;
	margin: 0 auto;
	padding: 0 12px;
	z-index: 2;
}

.bg-stretch {
	background: #333;
	background-size: cover;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

#header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	padding: 37px 0 10px;
	z-index: 10;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

#header.sticky {
	background: #000;
	padding: 10px 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.logo {
	float: left;
	-webkit-transition: opacity .4s linear;
	transition: opacity .4s linear;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
}

.page-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .7);
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

#nav {
	float: right;
	padding: 2px 0 0;
}

#nav .menu-toggle,
#nav .close-btn {
	display: none;
	float: right;
	width: 31px;
	height: 31px;
	background: #dd2734;
	position: relative;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav .menu-toggle:before,
#nav .menu-toggle:after,
#nav .menu-toggle span,
#nav .close-btn:before,
#nav .close-btn:after,
#nav .close-btn span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 20%;
	right: 20%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

#nav .menu-toggle:before,
#nav .menu-toggle:after,
#nav .close-btn:before,
#nav .close-btn:after {
	content: "";
	top: 10px;
}

#nav .menu-toggle:after,
#nav .close-btn:after {
	top: 22px;
}

#nav .menu-toggle:hover,
#nav .close-btn:hover {
	opacity: .9;
}

#nav ul {
	overflow: hidden;
	text-transform: capitalize;
}

#nav ul li {
	float: left;
	margin: 0 0 0 28px;
}

#nav ul li.active a:after,
#nav ul li:hover a:after {
	width: 100%;
	background: #dd2734;
}

#nav ul li.active {
	font-weight: bold;
}

#nav ul a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	padding: 2px 7px 1px;
	position: relative;
}

#nav ul a:after {
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	width: 0;
	background: transparent;
	-webkit-transition: width .3s ease, background-color .3s ease;
	transition: width .3s ease, background-color .3s ease;
}

#nav ul .access.active a {
	background: #dd2734;
	font-weight: 300;
}

#nav ul .access a {
	display: inline-block;
	vertical-align: top;
	border-radius: 7px;
	border: 1px solid #dd2734;
	padding: 3px 13px;
	background: rgba(221, 39, 52, .25);
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

#nav ul .access a:after {
	display: none;
}

#nav ul .access a:hover {
	background: #dd2734;
}

.visual {
	min-height: 314px;
	overflow: hidden;
	position: relative;
	padding-top: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.visual .text-box {
	padding: 10px 0 20px;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 2;
}

.visual .text-box p {
	margin: 0;
}

.visual .text-box .hold {
	float: left;
	width: 100%;
	padding: 0 265px 0 0;
}

.visual .text-box .hold + .btn {
	float: right;
	margin: 0 0 0 -245px;
}

.visual h1 {
	margin: 0;
}

.visual .title {
	display: block;
}

.visual.index {
	min-height: 770px;
}

.visual.index h1 {
	margin: 0 0 25px;
	font-size: 60px;
	line-height: 1;
}

.visual.index .btn-section {
	padding-top: 50px;
}

.visual.index .btn-section .btn {
	margin: 0 28px 20px;
}

.visual.alt {
	min-height: 881px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0;
}

.visual.alt .text-box {
	background: rgba(0, 0, 0, .8);
	padding: 25px 0;
}

.head .text-hold {
	padding: 40px 0 80px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 2;
}

.head .text-hold p {
	margin: 0;
}

.head .text-hold .hold {
	float: left;
	width: 100%;
	padding: 0 265px 0 0;
}

.head .text-hold .hold + .btn {
	float: right;
	margin: 0 0 0 -245px;
}

.head h1 {
	margin: 0;
}

.head .title {
	display: block;
}

.color-white {
	color: #fff;
}

.color-white a {
	color: #fff;
}

.bg-black {
	background: #000;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	font-size: 18px;
	font-weight: 400;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-radius: 5px;
	border: 2px solid #dd2734;
	background: #dd2734;
	color: #fff;
	padding: 20px;
	min-width: 245px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.btn:hover {
	background: #9f1922;
}

.btn.btn-alt {
	background: #fff;
	color: #dd2734;
}

.btn.btn-alt:hover {
	background: #dd2734;
	color: #fff;
}

.btn.btn-white {
	color: #000;
	background: #fff;
	border-color: #fff;
}

.btn.btn-white:hover {
	border-color: #dd2734;
	color: #dd2734;
}

.btn.btn-item {
	background: rgba(221, 39, 52, .25);
	border-radius: 6px;
	border-width: 1px;
	padding: 10px 20px;
}

.btn.btn-item:hover {
	background: #dd2734;
}

.btn.btn-iner {
	background: transparent;
	border-color: #fff;
	color: #fff;
	padding: 10px 20px;
}

.btn.btn-iner:hover {
	border-color: #dd2734;
	color: #dd2734;
}

.post-holder {
	padding: 80px 0;
}

.post-holder .post:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.post {
	padding: 0 0 80px;
	border-bottom: 1px solid #dd2734;
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.post .img-box {
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	max-width: 50%;
	width: 49.8%;
}

.post .img-box img {
	vertical-align: top;
}

.post .text-box {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	-ms-flex-item-align: center;
	align-self: center;
	text-align: center;
	padding: 10px 5%;
}

.post .text-box p {
	margin: 0 0 35px;
}

.post .text-box .btn {
	min-width: 304px;
}

.post h1 {
	width: 100%;
	float: none;
}

.post h1 a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.post h1 a:hover {
	color: #333;
}

.slogan {
	text-align: center;
	padding: 120px 0 15px;
}

.slogan .container {
	max-width: 910px;
}

.slogan h1 {
	line-height: 1.429;
	margin: 0 0 .8em;
}

.slogan p {
	margin: 0;
}

.slogan .btn-section {
	padding-top: 50px;
}

.slogan .btn-section .btn {
	margin: 0 25px 20px;
}

#footer {
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
}

#footer .copy,
#footer .add-nav {
	color: #808080;
}

#footer .copy p {
	margin: 0;
}

#footer .copy a {
	color: #808080;
	text-decoration: none;
}

#footer .copy a:hover {
	color: #fff;
}

#footer .add-nav {
	text-transform: capitalize;
}

#footer .add-nav li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 2px 0 10px;
}

#footer .add-nav li:before {
	content: "|";
	position: absolute;
	top: -1px;
	left: 0;
}

#footer .add-nav li:first-child:before {
	display: none;
}

#footer .add-nav a {
	color: #808080;
	text-decoration: none;
}

#footer .add-nav a:hover {
	color: #fff;
}

.service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 50px;
}

.service .box {
	max-width: 262px;
	padding: 0 15px;
}

.service .text-box {
	overflow: hidden;
	text-align: left;
	padding-top: 18px;
}

.service .icon {
	float: left;
	margin: 0 20px 0 0;
}

.service .icon img {
	vertical-align: top;
}

.service .title {
	display: block;
	text-transform: uppercase;
	color: #dd2734;
}

.gallery .post:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.join {
	background: #000 url(../images/bg-join.jpg) no-repeat 50% 0;
	padding: 159px 0 0;
	text-align: center;
}

.join .heading {
	padding: 0 0 73px;
}

.join .heading p {
	margin: 0;
}

.join .two-column {
	position: relative;
	overflow: hidden;
	max-width: 930px;
	margin: 0 auto 38px;
}

.join .two-column:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 10px;
	width: 1px;
	background: #545454;
}

.join .two-column .col {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.join h2 {
	color: #dd2734;
	font-size: 42px;
	margin: 0 0 30px;
}

.join .box-group {
	margin: 0 0 45px;
}

.join .title {
	display: block;
	text-transform: uppercase;
	font: 14px/17px "merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 15px;
}

.join .btn-item,
.join .btn-iner {
	min-width: 340px;
}

.join + .slogan {
	padding-top: 15px;
}

.example {
	padding: 90px 0 0;
}

.example .two-columns {
	overflow: hidden;
}

.example .two-columns .col {
	float: left;
	width: 49%;
	position: relative;
	z-index: 1;
}

.example .two-columns .col + .col {
	z-index: 2;
	width: 51%;
}

.example .text-box {
	padding: 44px 70px 70px 10px;
	text-align: center;
}

.example .text-box h1 {
	margin: 0 0 20px;
}

.example .text-box p {
	margin: 0;
}

.example .img-box {
	position: relative;
	overflow: hidden;
	margin: 0 0 32px;
}

.example .img-box img {
	vertical-align: top;
	border-radius: 6px;
}

.example .alt.img-box {
	margin: 0 -54px 36px 0;
	z-index: 2;
}

.example .wrap {
	overflow: hidden;
	letter-spacing: -4px;
	font-size: 0;
	padding: 0 0 0 54px;
}

.example .wrap .img-box {
	width: 50%;
	display: inline-block;
	margin: 0;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 18px;
	padding: 0 0 36px 36px;
}

.example .wrap .img-box img {
	width: 100%;
	max-width: none;
}

.about {
	padding: 80px 0 0;
}

.about .col-holder {
	font-size: 0;
	letter-spacing: -4px;
	padding: 0 0 50px;
}

.about .col-holder .col {
	display: inline-block;
	letter-spacing: 0;
	font-size: 18px;
	vertical-align: top;
	width: 33.332%;
	padding: 0 10px 20px;
	text-align: center;
}

.about .col-holder img {
	display: block;
	margin: 0 auto 35px;
}

.about .col-holder h3 {
	text-transform: uppercase;
	margin: 0 0 22px;
	line-height: 1.238;
}

.about .col-holder p {
	margin: 0;
}

.about .gallery-box {
	overflow: hidden;
	margin: 0 -17px;
}

.about .gallery-box .col {
	float: left;
	width: 50%;
	padding: 0 17px;
}

.about .gallery-box .img-box {
	padding: 0 0 34px;
}

.about .gallery-box .img-box img {
	vertical-align: top;
}

.about .gallery-box .hold {
	margin: 0 -17px;
	overflow: hidden;
}

.about .gallery-box .hold .img-box {
	float: left;
	width: 50%;
	padding: 0 17px 34px;
}

.about .gallery-box .hold .img-box img {
	max-width: none;
	width: 100%;
}

.about .head .text-hold {
	padding: 0 0 55px;
}

.img-banner {
	height: 718px;
	position: relative;
	overflow: hidden;
}

.img-banner + .slogan {
	padding-top: 0;
}

.bg-video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.js-video-poster {
	display: none;
}

@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/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/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (max-width: 1024px) {
	#nav ul {
		font-size: 16px;
	}

	#nav ul li {
		margin: 0 0 0 12px;
	}

	.visual.index h1 {
		font-size: 38px;
	}

	.head .text-hold {
		padding: 20px 0 50px;
	}

	h1 {
		font-size: 36px;
	}

	.post {
		padding: 0 0 50px;
		margin-bottom: 50px;
	}

	.post .text-box {
		padding: 0 3%;
	}

	.post .text-box p {
		margin: 0 0 25px;
	}

	.slogan {
		padding: 60px 0 20px;
	}

	.join .btn-item,
	.join .btn-iner {
		min-width: 290px;
	}

	.img-banner {
		height: 600px;
	}
}

@media (max-width: 1023px) {
	.example .text-box {
		padding: 44px 15px 64px 10px;
	}

	.example .wrap .img-box {
		width: 100%;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
	}

	#header {
		padding: 15px 0;
	}

	#nav .menu-toggle,
	#nav .close-btn {
		display: block;
	}

	#nav .slide-menu {
		width: 220px;
		position: fixed;
		right: 0;
		top: 0;
		height: 100%;
		margin: 0 -220px 0 0;
		overflow-y: auto;
		-webkit-transition: margin .4s linear;
		transition: margin .4s linear;
		background: #000;
		padding: 15px 15px 0 0;
		z-index: 999;
	}

	#nav .slide-menu ul {
		padding-top: 20px;
		clear: both;
		text-align: right;
	}

	#nav .slide-menu ul li {
		float: none;
		display: block;
		margin-bottom: 15px;
	}

	.menu-active {
		overflow: hidden;
	}

	.menu-active #nav .menu-toggle span,
	.menu-active #nav .close-btn span {
		opacity: 0;
	}

	.menu-active #nav .close-btn:after,
	.menu-active #nav .close-btn:before,
	.menu-active #nav .menu-toggle:after,
	.menu-active #nav .menu-toggle:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 15%;
		right: 15%;
		top: 16px;
	}

	.menu-active #nav .menu-toggle:before,
	.menu-active #nav .menu-toggle:after,
	.menu-active #nav .close-btn:before,
	.menu-active #nav .close-btn:after {
		content: "";
		top: 16px;
	}

	.menu-active #nav .close-btn:after,
	.menu-active #nav .menu-toggle:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu-active #nav .slide-menu {
		margin: 0;
	}

	.menu-active .page-overlay {
		opacity: 1;
		z-index: 10;
	}

	.menu-active #header.sticky {
		background: transparent;
		box-shadow: none;
	}

	.menu-active .logo {
		opacity: 0;
	}

	.visual.index h1 {
		font-size: 32px;
	}

	.visual.alt {
		min-height: 480px;
		display: block;
	}

	.visual.alt .bg-stretch {
		position: relative;
		height: 440px;
		width: 100%;
	}

	.visual.alt .text-box {
		background: #000;
	}

	.visual {
		padding-top: 75px;
	}

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

	.visual .text-box h1 {
		margin-bottom: 10px;
	}

	.visual .text-box .hold {
		float: none;
		padding: 0 0 20px;
	}

	.visual .text-box .hold + .btn {
		float: none;
		margin: 0;
	}

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

	.head .text-hold h1 {
		margin-bottom: 10px;
	}

	.head .text-hold .hold {
		float: none;
		padding: 0 0 20px;
	}

	.head .text-hold .hold + .btn {
		float: none;
		margin: 0;
	}

	h1 {
		font-size: 28px;
	}

	.btn {
		padding: 15px;
	}

	.post-holder {
		padding: 40px 0;
	}

	.post {
		display: block;
		text-align: center;
	}

	.post .text-box .btn {
		min-width: 270px;
	}

	.post .img-box {
		margin: 0 0 20px;
		width: auto;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		max-width: 100%;
	}

	.service {
		display: block;
		text-align: center;
		padding-top: 20px;
	}

	.service .box {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 20px;
	}

	.service .box:last-child {
		margin-bottom: 0;
	}

	.join {
		padding: 90px 0 0;
	}

	.join .heading {
		padding: 0 0 40px;
	}

	.join h2 {
		font-size: 26px;
		margin: 0 0 25px;
	}

	.join .two-column:after {
		display: none;
	}

	.join .two-column .col {
		width: auto;
		float: none;
		padding: 0;
	}

	.example .two-columns .col,
	.example .two-columns .col + .col {
		width: auto;
		float: none;
	}

	.example .img-box,
	.example .alt.img-box {
		margin: 0 0 30px;
		text-align: center;
	}

	.example .wrap {
		padding: 0;
		margin: 0 -6px;
	}

	.example .wrap .img-box {
		width: 50%;
		padding: 0 6px 30px;
	}

	.example .wrap .img-box img {
		max-width: 100%;
		width: auto;
	}

	.about {
		padding-top: 40px;
	}

	.about .col-holder {
		text-align: center;
		padding: 0;
	}

	.about .col-holder .col {
		min-width: 240px;
		margin-bottom: 40px;
	}

	.about .gallery-box {
		margin: 0;
	}

	.about .gallery-box .col {
		float: none;
		width: auto;
		text-align: center;
		padding: 0;
	}

	.about .gallery-box .img-box {
		padding: 0 0 15px;
	}

	.about .gallery-box .hold {
		margin: 0 -8px;
	}

	.about .gallery-box .hold .img-box {
		padding: 0 8px 15px;
	}

	.img-banner {
		height: 480px;
	}
}

          .nojs-poster{
            background-image:url("/images/img_visual_2.jpg");
	background: #333;
	background-size: cover;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;            
          }
		  
.payment-small-description{
	font-size:23px;
	text-trasform: uppercase;
}

.payment-left-column{
	margin-bottom:77px !important;
}