@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i"); /*! 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: 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.
 */

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

@font-face {
	font-family: "Neuron";
	src: url("../fonts/Neuron.eot"), url("../fonts/Neuron.woff") format("woff"),
		url("../fonts/Neuron.ttf") format("truetype"), url("../fonts/Neuron.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Neuron";
	src: url("../fonts/Neuron-BoldItalic.eot"), url("../fonts/Neuron-BoldItalic.woff") format("woff"),
		url("../fonts/Neuron-BoldItalic.ttf") format("truetype"), url("../fonts/Neuron-BoldItalic.svg") format("svg");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Neuron";
	src: url("../fonts/Neuron-DemiBold.eot"), url("../fonts/Neuron-DemiBold.woff") format("woff"),
		url("../fonts/Neuron-DemiBold.ttf") format("truetype"), url("../fonts/Neuron-DemiBold.svg") format("svg");
	font-weight: 600;
	font-style: normal;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
	content: "\e90d";
}

.icon-check:before {
	content: "\e90c";
}

.icon-adult:before {
	content: "\e900";
}

.icon-billing:before {
	content: "\e901";
}

.icon-custom:before {
	content: "\e902";
}

.icon-hd:before {
	content: "\e903";
}

.icon-mobile:before {
	content: "\e904";
}

.icon-multiple:before {
	content: "\e905";
}

.icon-protection:before {
	content: "\e906";
}

.icon-safe:before {
	content: "\e907";
}

.icon-secure:before {
	content: "\e908";
}

.icon-speed:before {
	content: "\e909";
}

.icon-updates:before {
	content: "\e90a";
}

.icon-weekly-updates:before {
	content: "\e90b";
}

.slick-dots,
#nav ul,
.service,
.benefits-list {
	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: #fff;
	background: #000;
	font: 300 14px/1.5 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-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: "Neuron", monospace;
	font-weight: 600;
	margin: 0 0 0.5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #ff2618;
	text-decoration: none;
}

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

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: 2px solid #3b3938;
	padding: 12px 15px;
	border-radius: 12px;
	font-size: 14px;
	background: none;
	text-align: center;
	outline: none;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	background: rgba(40, 40, 40, 0.7);
}

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

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

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

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

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

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

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

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

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

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

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

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

.custom-input label {
	display: block;
}

.custom-input input[type="checkbox"],
.custom-input input[type="radio"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.custom-input .input-text {
	position: relative;
	padding: 0 0 0 30px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
}

.custom-input input[type="checkbox"] + label .input-text:before,
.custom-input input[type="radio"] + label .input-text:before {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 1px;
	left: 0;
	border: 2px solid #666;
	border-radius: 100%;
	background: #666;
}

.custom-input input[type="checkbox"] + label .input-text:before {
	content: "";
	position: absolute;
	border-radius: 0;
}

.custom-input input[type="radio"] + label .input-text:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	background: #ff2618;
	border-radius: 100%;
	margin: 5px 0 0 4px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity: 0;
}

.custom-input input[type="checkbox"] + label .input-text:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	border: solid #666;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 2px 0 0 4px;
	line-height: 0;
	z-index: 1;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity: 0;
}

.custom-input input[type="radio"]:checked + label .input-text:after,
.custom-input input[type="checkbox"]:checked + label .input-text:after {
	opacity: 1;
}

.custom-input input[type="radio"]:checked + label .input-text:before,
.custom-input input[type="checkbox"]:checked + label .input-text:before {
	border-color: #fab40b;
	background: #fab40b;
}

.custom-input input:disabled + label .input-text,
.custom-input input:disabled ~ label .input-text {
	opacity: 0.5;
}

/* 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 {*/
/*-webkit-transform: translate3d(0, 0, 0);*/
/*-ms-transform: translate3d(0, 0, 0);*/
/*transform: translate3d(0, 0, 0);*/
/*}*/

/*.slick-track {*/
/*position: relative;*/
/*left: 0;*/
/*top: 0;*/
/*display: block;*/
/*}*/

/*.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;*/
/*outline: none;*/
/*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;*/
/*}*/

/*.slick-loading .slick-list {*/
/*background: #fff url(../images/ajax-loader.gif) center center no-repeat;*/
/*}*/

/*.slick-prev,*/
/*.slick-next {*/
/*position: absolute;*/
/*bottom: 10px;*/
/*right: 30px;*/
/*display: block;*/
/*min-width: 56px;*/
/*width: 56px;*/
/*height: 56px;*/
/*border-radius: 100%;*/
/*background: rgba(0, 0, 0, .2);*/
/*font-size: 41px;*/
/*padding: 7px;*/
/*overflow: hidden;*/
/*line-height: 1;*/
/*border: none;*/
/*outline: none;*/
/*text-align: center;*/
/*color: transparent;*/
/*overflow: hidden;*/
/*-webkit-transition: all .2s linear;*/
/*transition: all .2s linear;*/
/*}*/

/*.slick-prev:hover,*/
/*.slick-next:hover {*/
/*background: #da1859;*/
/*}*/

/*.slick-prev:before,*/
/*.slick-next:before {*/
/*color: #fff;*/
/*display: inline-block;*/
/*vertical-align: top;*/
/*text-indent: none;*/
/*font-family: icomoon;*/
/*content: "\e907";*/
/*margin: 0 -4px 0 0;*/
/*}*/

/*.slick-prev {*/
/*right: 90px;*/
/*}*/

/*.slick-prev:before {*/
/*content: "\e906";*/
/*margin: 0 0 0 -4px;*/
/*}*/

/*.slick-dots {*/
/*position: absolute;*/
/*bottom: 26px;*/
/*right: 163px;*/
/*}*/

/*.slick-dots li {*/
/*float: left;*/
/*margin: 0 5px 0 0;*/
/*}*/

/*.slick-dots li.slick-active button {*/
/*background: #fff;*/
/*}*/

/*.slick-dots button {*/
/*background: none;*/
/*border: none;*/
/*outline: none;*/
/*width: 15px;*/
/*height: 15px;*/
/*line-height: 15px;*/
/*border: 2px solid #fff;*/
/*-webkit-transition: all .2s linear;*/
/*transition: all .2s linear;*/
/*border-radius: 100%;*/
/*text-indent: -9999px;*/
/*overflow: hidden;*/
/*padding: 0;*/
/*}*/

/*.slick-dots button:hover {*/
/*background: #fff;*/
/*}*/

.btn {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 600;
	background-image: url(../images/bg-btn.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-width: 190px;
	border-radius: 10px;
	text-align: center;
	padding: 12px;
	font-family: "Neuron", monospace;
	font-style: italic;
	font-size: 24px;
	color: #fff;
	text-shadow: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none !important;
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
	position: relative;
}

.btn span {
	margin: 0 16px -1px 0;
	display: inline-block;
	vertical-align: top;
}

.btn:hover {
	background-image: url(../images/bg-btn-hover.png);
	text-decoration: none;
}

.btn:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	background: url(../images/shadow-btn.png) no-repeat;
	background-size: 100% 23px;
	width: 100%;
	height: 23px;
	z-index: -1;
}

.btn.btn-alt {
	background-image: url(../images/bg-btn-alt.png);
	color: #403723;
	text-shadow: 0 0 4px #d1c19a;
}

.btn.btn-alt:hover {
	background-image: url(../images/bg-btn-alt-hover.png);
}

.btn.small {
	font-size: 17px;
}

button.btn {
	border: none;
	outline: none;
}

body,
html {
	height: 100%;
}

body {
	background: url(../images/pattern.png) repeat;
	overflow-x: hidden;
}

.stickyFooter {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	background: url(../images/bg-center-m.png) repeat-y 50% 0;
	overflow-x: hidden;
}

#wrapper {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 3;
	background: url(../images/bg-features-m.jpg) no-repeat 72% 0;
}

.gallery #wrapper {
	background-image: url(../images/bg-gallery-m.jpg);
}

.join #wrapper,
.approved #wrapper,
.declined #wrapper {
	background-image: none;
}

#main {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 12px;
}

#header {
	position: relative;
	z-index: 3;
}

#header .container {
	padding: 0 10px;
}

#header .logo {
	margin: 0 auto;
	width: 207px;
}

#header .logo a {
	display: block;
}

#header .logo img {
	display: block;
}

.page-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.78);
	display: none;
	z-index: 4;
}

.page-overlay label {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#show-menu {
	position: fixed;
	top: -9999px;
	left: -9999px;
	z-index: -1;
}

label[for="show-menu"] {
	cursor: pointer;
}

input#show-menu:checked ~ .slide-nav {
	margin: 0;
}

input#show-menu:checked ~ .page-overlay {
	display: block;
}

.nav-opener {
	float: left;
	margin: 22px 0 6px;
	position: relative;
	background: url(../images/btn-nav-open.png) no-repeat;
	width: 46px;
	height: 46px;
	background-size: 100%;
}

.slide-nav {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 280px;
	height: 100%;
	overflow-y: auto;
	padding: 15px 12px 12px;
	background: rgba(128, 27, 22, 0.8);
	margin: 0 0 0 -280px;
	-webkit-transition: margin 0.3s linear;
	transition: margin 0.3s linear;
}

.slide-nav .nav-opener {
	float: left;
	background-image: url(../images/btn-nav-close.png);
}

#nav {
	overflow: hidden;
}

#nav ul {
	padding: 30px 0 0;
	font-size: 24px;
	font-style: italic;
	font-family: "Neuron", monospace;
	font-weight: 600;
	text-transform: uppercase;
}

#nav ul li {
	padding: 0 30px 5px;
}

#nav ul li.active a {
	color: #ff2c2c;
}

#nav ul li.active a:after {
	width: 100%;
}

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

#nav ul a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 0;
	background: #ff2c2c;
	-webkit-transition: width 0.3s linear;
	transition: width 0.3s linear;
}

#nav ul a:hover:after {
	width: 100%;
}

.heading-box {
	text-align: center;
	margin: 0 0 30px;
}

.heading-box h1 {
	text-transform: uppercase;
	font-style: italic;
	line-height: 1;
}

.heading-box h1 span {
	color: #b2a586;
}

.heading-box .title {
	display: block;
}

.heading-box .header {
	margin-bottom: 44px;
}

.heading-box .btn-hold {
	padding: 20px 0 0;
	text-align: center;
}

.heading-box .btn-hold .btn {
	min-width: 220px;
	margin: 0 10px 20px;
}

.review {
	color: #ffe9b3;
}

.review blockquote {
	text-align: center;
	quotes: none;
	font-style: italic;
	background: url(../images/shadow-review.png) no-repeat 50% 100%;
	margin: 0 -9999px;
	padding: 0 9999px 40px;
}

.review blockquote q {
	quotes: none;
	display: block;
	margin: 0 0 5px;
}

.review blockquote cite {
	display: block;
	font-style: normal;
	color: #fff;
	text-align: right;
	font-size: 12px;
}

.promo-video {
	margin: 0 0 20px;
}

.promo-video .video-holder {
	background: url(../images/bg-video.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	max-width: 1091px;
	padding: 12px;
}

.promo-video .video-box {
	border-radius: 20px;
	overflow: hidden;
}

.promo-video .video-box .vjs-afterglow-skin .vjs-big-play-button {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4);
	margin-top: -40px;
	margin-left: -40px;
}

.promo-video .video-box .vjs-afterglow-skin .vjs-big-play-button:before {
	content: "";
	background: url(../images/btn-play.png) no-repeat;
	width: 29px;
	height: 37px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 2px 0 0 4px;
}

.post {
	margin: 0 0 30px;
	text-align: center;
}

.post h2 {
	font-style: italic;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
}

.post h2 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 8px;
}

.post h2 span:after,
.post h2 span:before {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	height: 2px;
	background: #d40b0b -webkit-linear-gradient(left, #d40b0b 0%, #f77d3b 100%);
	background: #d40b0b linear-gradient(to right, #d40b0b 0%, #f77d3b 100%);
}

.post h2 span:after {
	bottom: 6px;
	opacity: 0.7;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.post h2 a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
}

.post h2 a:hover {
	text-decoration: none;
}

.post header {
	margin-bottom: 15px;
}

.post .text-box p a {
	text-decoration: underline;
}

.post .text-box p a:hover {
	text-decoration: none;
}

.post .img-box {
	text-align: center;
}

.post .img-box img {
	max-width: 100%;
	vertical-align: top;
}

.promo-posts {
	padding: 0 0 1px;
}

.divider {
	background: url(../images/divider.png) no-repeat 50% 100%;
	background-size: 100% 2px;
}

.about .img-hold {
	padding: 0 0 2px;
	margin: 0 -12px 20px;
}

.about .img-hold img {
	display: block;
	width: 100%;
}

.about .box-holder {
	text-align: center;
}

.about .box {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 20px;
}

.about .box .icon-box {
	float: left;
	border-radius: 8px;
	padding: 7px 18px 7px 8px;
	margin: 24px -14px 0 0;
	border: 2px solid #ee3328;
	background: #d40b0b -webkit-linear-gradient(#d40b0b 0%, #f77d3b 100%);
	background: #d40b0b linear-gradient(#d40b0b 0%, #f77d3b 100%);
}

.about .box .icon-box .icon {
	font-size: 18px;
	line-height: 1;
}

.about .box .text-box {
	float: left;
	background: url(../images/bg-about-box.png) no-repeat 100% 0;
	width: 148px;
	height: 109px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1;
	color: #000;
	font-family: "Neuron", monospace;
	font-weight: 600;
	font-style: italic;
	text-shadow: 0 2px 1px #ddd7c7;
}

.about .box .text-box p {
	margin: 0 0 18px;
}

#footer {
	text-align: center;
	padding: 35px 0 10px;
	position: relative;
	z-index: 3;
}

#footer .benefits h2 {
	text-transform: uppercase;
	margin: 0 0 5px;
}

.service {
	padding: 20px 12px 0;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #4a4a4a;
}

.service li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 10px;
	position: relative;
}

.service li:before {
	content: "|";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service li:first-child:before {
	display: none;
}

.service a {
	text-decoration: none;
	color: #4a4a4a;
}

.service a:hover {
	text-decoration: underline;
}

.copy {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #4a4a4a;
}

.copy a {
	text-decoration: none;
	color: #4a4a4a;
}

.copy a:hover {
	text-decoration: underline;
}

.copy p {
	margin: 0 0 10px;
}

.info-box {
	padding: 35px 0 10px;
}

.info-box .box {
	max-width: 250px;
	margin: 0 auto 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.info-box .icon {
	font-size: 56px;
	color: #ff2618;
}

.info-box .icon.icon-billing {
	font-size: 42px;
	width: 100%;
}

.info-box .icon-box {
	margin: 0 35px 0 0;
	min-width: 61px;
	text-align: center;
}

.info-box .text-box {
	text-align: left;
	font-size: 10px;
	color: #b2a586;
}

.info-box .title {
	font-size: 12px;
	margin-bottom: 4px;
	display: block;
	text-transform: uppercase;
}

.info-box p {
	margin: 0;
}

.home #wrapper {
	background: url(../images/bg-home-page-m.png) no-repeat 50% 0;
	background-size: auto 200px;
	padding-top: 200px;
}

.features-posts {
	padding: 30px 0 1px;
}

.features-posts .post {
	padding: 0 0 20px;
	background: url(../images/divider.png) no-repeat 50% 100%;
	background-size: 100% 2px;
	font-size: 14px;
}

.features-posts .post .img-box {
	margin: 0 0 15px;
}

.features-posts .post h2 span {
	padding: 0 0 15px;
}

.features-posts .post:last-child {
	margin: 0;
}

.about.inner {
	padding: 0 0 10px;
	background: url(../images/divider.png) no-repeat 50% 100%;
	background-size: 100% 2px;
}

.benefits h1 {
	text-transform: uppercase;
	font-style: italic;
	text-align: center;
}

.benefits h1 span {
	color: #d0c7af;
}

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

.benefits-list li {
	display: inline-block;
	vertical-align: top;
	width: 87px;
	margin: 0 5px 30px;
}

.benefits-list .icon-box {
	display: block;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
}

.benefits-list .icon-box .icon {
	font-size: 64px;
	color: #d0c7af;
}

.benefits-list .title {
	display: block;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}

.join .img-box {
	margin: -122px -30% 15px;
}

.join form {
	position: relative;
	z-index: 2;
	text-align: center;
}

.join .holder {
	max-width: 520px;
	margin: 0 auto;
}

.join .row {
	margin: 0 0 35px;
}

.join .row > label {
	display: block;
	margin: 0 0 5px;
	font-family: "Neuron", monospace;
	text-transform: uppercase;
	color: #d0c7af;
	font-size: 18px;
}

.join .row > label span {
	color: #ff2618;
}

.join .row input[type="email"] {
	text-align: center;
	min-width: 260px;
}

.join .paiment-type {
	width: 253px;
	margin: 0 auto;
	text-align: left;
}

.join .paiment-type .box {
	margin: 0 0 15px;
}

.join .membership .box {
	padding: 0 6px;
	margin: 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.join .membership .custom-input {
	max-width: 490px;
}

.join .membership .custom-input label {
	width: 100%;
	background: rgba(40, 40, 40, 0.7);
	border: 2px solid #3b3938;
	padding: 0;
	border-radius: 12px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-family: "Neuron", monospace;
	font-weight: 600;
	text-shadow: 0 2px 0 #211c1b;
}

.join .membership .custom-input label .input-text {
	display: block;
	padding: 12px 20px 12px 86px;
	font-size: 20px;
	line-height: 20px;
}

.join .membership .custom-input label .input-text .hold {
	display: block;
}

.join .membership .custom-input label .input-text .hold > span {
	display: block;
}

.join .membership .custom-input label .input-text:before {
	width: 40px;
	height: 40px;
	background: #0d0c0c;
	top: 50%;
	left: 28px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.join .membership .custom-input label .input-text:after {
	opacity: 1;
	background: none;
	color: #525252;
	font-family: icomoon;
	content: "\e90d";
	text-shadow: none;
	width: auto;
	height: auto;
	margin: 0;
	line-height: 1;
	font-size: 30px;
	left: 33px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.join .membership .custom-input input[type="radio"]:checked + label {
	text-shadow: 0 2px 0 #d91b11;
	border-color: #ee3328;
	background: #d40b0b -webkit-linear-gradient(#d40b0b 0%, #f77d3b 100%);
	background: #d40b0b linear-gradient(#d40b0b 0%, #f77d3b 100%);
}

.join .membership .custom-input input[type="radio"]:checked + label .input-text:before {
	background: #ffb003;
}

.join .membership .custom-input input[type="radio"]:checked + label .input-text:after {
	content: "\e90c";
	color: #fff;
}

.join .membership .custom-input input[type="radio"]:checked + label .title span {
	color: #ffde00;
}

.join .membership .duration {
	text-transform: uppercase;
}

.join .membership .title {
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

.join .membership .title span {
	color: #ff2618;
}

.join .membership .price {
	text-align: center;
	text-transform: uppercase;
	color: #ffde00;
}

.join .membership .price span {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.join .membership .best-value {
	text-transform: uppercase;
	color: #ffde00;
}

.join .btn-box {
	padding: 0 16px 20px;
}

.join + .review blockquote {
	background: none;
}

@media (min-width: 371px) {
	#header .logo {
		width: 260px;
	}

	.nav-opener {
		margin: 37px 0 6px;
	}
}

@media (min-width: 480px) {
	.join .img-box {
		margin-top: -138px;
	}
}

@media (min-width: 481px) {
	.join .img-box {
		margin: -122px -15px 15px;
	}

	.join .membership .custom-input label .input-text .hold > span {
		display: inline-block;
		vertical-align: top;
		padding: 0 8px 0 12px;
		position: relative;
	}

	.join .membership .custom-input label .input-text .hold > span:before {
		content: "|";
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 20px;
		line-height: 1;
		margin-top: -2px;
	}

	.join .membership .custom-input label .input-text .hold > span:first-child:before {
		display: none;
	}
}

@media (min-width: 641px) {
	.info-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.info-box .box {
		margin: 0 10px;
		max-width: 29%;
	}

	.info-box .icon-box {
		margin: 0 15px 0 0;
	}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 50px;
	}

	h2,
	.h2 {
		font-size: 40px;
	}

	#wrapper {
		padding-top: 20px;
		background: url(../images/bg-features.jpg) no-repeat 50% 0;
	}

	.gallery #wrapper {
		background-image: url(../images/bg-gallery.jpg);
	}

	#header .logo {
		width: 406px;
	}

	.nav-opener {
		width: 80px;
		height: 77px;
	}

	.heading-box h1 {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		line-height: 0.8;
	}

	.heading-box .btn-hold {
		padding: 40px 0 0;
	}

	.heading-box .btn-hold .btn {
		min-width: 290px;
		margin: 0 20px 20px;
	}

	.heading-box .header,
	.heading-box .header + .btn-wrap {
		max-width: 60%;
	}

	.heading-box .header {
		margin-top: -20px;
		margin-bottom: 25px;
	}

	.promo-video {
		margin-bottom: 40px;
	}

	.promo-video .video-holder {
		padding: 20px;
	}

	.promo-video .video-box {
		border-radius: 28px;
	}

	.promo-video .video-box .vjs-afterglow-skin .vjs-big-play-button {
		width: 150px;
		height: 150px;
		margin-top: -75px;
		margin-left: -75px;
	}

	.promo-posts .post {
		margin-bottom: 40px;
	}

	.promo-posts .post .text-box {
		text-align: center;
		max-width: 65%;
		margin: 0 auto;
	}

	.divider {
		background-size: 100% 1px;
	}

	.about {
		position: relative;
	}

	.about .img-hold {
		border: none;
		background: none;
		position: relative;
		z-index: 1;
	}

	.about .img-hold img {
		width: 100%;
		max-width: none;
		display: block;
		margin: 0 auto;
	}

	.about .box-holder {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 15px;
	}

	.about .box-holder .box {
		margin: 30px 20px;
		width: 40%;
		overflow: hidden;
	}

	.about .box-holder .box:nth-child(even) .icon-box,
	.about .box-holder .box:nth-child(even) .text-box {
		float: right;
	}

	.about .box-holder .box:nth-child(even) .icon-box {
		padding: 7px 8px 7px 18px;
		margin: 24px 0 0 -14px;
	}

	.info-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.home #wrapper {
		background-image: url(../images/bg-home-page.png);
		background-size: auto;
		background-position: 45% 0;
		padding-top: 27px;
	}

	.home #header .logo {
		width: 406px;
		margin: 0;
		float: left;
	}

	.features-posts .post {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left;
		background: none;
	}

	.features-posts .post .img-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 32%;
		flex: 0 0 32%;
		max-width: 32%;
		margin: 0 25px 0 0;
	}

	.features-posts .post .text-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.features-posts .post h2 {
		text-align: left;
	}

	.features-posts .gallery .post {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.about.inner .img-hold {
		margin: 0 -9999px 20px;
	}

	.join .membership .custom-input label .input-text {
		padding: 12px 40px 12px 86px;
	}

	.join .paiment-type {
		width: 480px;
	}

	.join .row input[type="email"] {
		display: block;
		width: 100%;
		max-width: 490px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (min-width: 480px) {
	.join .img-box {
		margin-top: -220px;
	}
}

@media (min-width: 1024px) {
	.stickyFooter {
		background: url(../images/bg-center.png) repeat-y 50% 0;
	}

	#wrapper {
		padding-top: 54px;
	}

	.join #wrapper,
	.approved #wrapper,
	.declined #wrapper {
		background-image: url(../images/bg-join.jpg);
	}

	#header .header-holder {
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 20px;
	}

	#header .header-holder .btn-wrap {
		position: relative;
	}

	#header .header-holder .btn-wrap:after,
	#header .header-holder .btn-wrap:before {
		content: "";
		z-index: -1;
		right: 50%;
		top: 100%;
		position: absolute;
		margin: 30px 30px 0 0;
		width: 290px;
		height: 2px;
		background: rgba(238, 51, 40, 0.3);
	}

	#header .header-holder .btn-wrap:before {
		width: 47px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin: 13px -10px 0 0;
	}

	#header .slogan {
		max-width: 60%;
		padding-left: 20px;
	}

	#header .slogan .heading-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#header .slogan .heading-box h1 {
		text-align: right;
		margin: 0 36px 0 0;
	}

	.nav-opener {
		margin-top: 38px;
	}

	.home .nav-opener {
		margin-top: 0;
	}

	.slide-nav {
		padding-top: 66px;
	}

	#nav ul {
		font-size: 28px;
		line-height: 1.3;
	}
	#nav ul.members {
		font-size: 21px;
	}
	#nav ul li {
		padding-bottom: 0;
	}

	.review .container {
		max-width: 960px;
	}

	.promo-video .video-holder {
		padding: 28px;
	}

	.promo-video .video-box {
		border-radius: 40px;
	}

	.post {
		text-align: left;
	}

	.promo-posts .post-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.promo-posts .post {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 46%;
		flex: 0 0 46%;
	}

	.promo-posts .post header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.promo-posts .post header h2 {
		max-width: 45%;
		padding: 0 15px 0 0;
		text-align: left;
	}

	.promo-posts .post header h2 span {
		float: left;
		text-align: right;
		display: inline;
		padding: 0 0 20px;
	}

	.promo-posts .post .text-box {
		max-width: 100%;
		text-align: left;
	}

	.features-posts {
		padding: 58px 0 48px;
	}

	.features-posts .post {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 0 40px;
	}

	.features-posts .post .img-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
		margin: 0 30px 0 0;
	}

	.features-posts .post p {
		margin: 0 0 38px;
	}

	.features-posts .post h2 span {
		padding: 0 0 23px;
	}

	.features-posts .gallery {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.features-posts .gallery .post {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 49%;
		flex: 0 1 49%;
		max-width: 49%;
	}

	.about.inner {
		background-image: url(../images/bg-about-inner.png);
		background-size: auto 100%;
		min-height: 668px;
	}

	.about.inner .img-hold {
		display: none;
	}

	.about.inner .post-holder {
		min-height: 668px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 312px;
	}

	.about.inner .post {
		text-align: center;
	}

	.about.inner .post .img-box {
		margin: 0 0 20px;
	}

	.about.inner h2 span {
		padding: 0 0 20px;
	}

	.about.inner h2 span:before,
	.about.inner h2 span:after {
		width: 158px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.about.inner.alt {
		background-image: url(../images/bg-about-alt.png);
	}

	.join {
		margin-top: -18px;
	}

	.join .img-box {
		display: none;
	}

	.join h1 {
		margin: 0;
	}

	.join .holder {
		margin: 0;
	}

	.join .row {
		margin: 0 0 28px;
	}

	.join .row > label {
		text-align: left;
	}

	.join .benefits-list {
		margin-bottom: 30px;
	}

	.join .btn-box {
		text-align: left;
		padding: 0 6px 42px;
	}

	.join .btn-box .btn {
		min-width: 290px;
	}
}

@media (min-width: 1025px) {
	.about {
		background: url(../images/bg-about.png) no-repeat 50% 0;
		min-height: 665px;
		background-size: auto 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 10% 15px 8%;
	}

	.about .container {
		position: relative;
		width: 100%;
		max-width: 1100px;
	}

	.about .img-hold {
		display: none;
	}

	.about .box-holder {
		background: none;
	}

	.about .box-holder .box {
		margin: 25px 0;
	}

	#footer {
		padding: 35px 0;
		background-size: 100% 100%;
		font-size: 24px;
		background-size: 2560px 100%;
	}

	#footer h2 {
		font-size: 60px;
		padding: 0 2%;
		margin: 0 0 20px;
	}

	#footer .benefits {
		margin: -65px 0 0;
		color: #4a4a4a;
	}

	#footer .benefits h2 {
		font-size: 50px;
		letter-spacing: 1px;
		word-spacing: 2px;
	}

	.service {
		padding: 67px 0 10px;
	}

	.info-box {
		padding: 45px 7%;
	}

	.info-box .text-box {
		font-size: 12px;
		line-height: 1;
	}

	.info-box .box {
		max-width: 22%;
	}

	.home #wrapper {
		background-position: 50% 0;
	}

	.benefits-list li {
		margin-bottom: 0;
	}
}

@media (min-width: 1201px) {
	.btn {
		font-size: 30px;
		padding: 7px 12px;
	}

	body {
		font-size: 18px;
	}

	#header .container {
		padding: 0;
	}

	#header .logo {
		margin: 0 0 10px;
	}

	.heading-box .header {
		margin-top: 0;
	}

	.heading-box .header h1 {
		margin: 0 0 8px;
		max-width: 100%;
	}

	.heading-box .header .title {
		font-size: 18px;
	}

	.heading-box .header,
	.heading-box .header + .btn-wrap {
		max-width: 43%;
	}

	.promo-video {
		padding-top: 30px;
		margin-bottom: 54px;
	}

	.post header {
		margin-bottom: 5px;
	}

	.promo-posts .container {
		max-width: 1092px;
	}

	.promo-posts .post {
		margin-bottom: 28px;
	}

	.divider {
		background-size: auto;
	}

	#footer {
		padding: 45px 0;
	}

	#footer .btn-hold .btn {
		margin: 0 24px 10px;
	}

	#footer .heading-box {
		margin: 0;
	}

	#footer .heading-box h1 {
		margin: 0 auto 8px;
	}

	#footer .heading-box .title {
		font-size: 18px;
		max-width: 750px;
		margin: 0 auto;
	}
}

/* Downloads */

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

.downloads {
	font-size: 15px;
	background: url(../images/pattern.png) repeat;
}

.downloads h1 {
	text-align: center;
}

.download-box {
	background: #da1859;
	border-radius: 27px;
	max-width: 820px;
	margin: 0 auto 42px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.download-box .title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 167px;
	/*flex: 0 0 167px;*/
	padding: 0 18px;
	font-weight: 900;
	text-transform: uppercase;
}

.download-box .btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	min-width: 220px;
	-ms-flex-item-align: start;
	align-self: start;
	margin-right: -1px;
	font-size: 18px;
	box-shadow: 0 0px 0;
}

.download-box .btn:hover {
	background: #a61243;
}

.download-box .text {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 0 5px 0 0;
}

.two-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.two-columns .content-box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 240px);
	flex: 0 0 calc(100% - 240px);
}

.two-columns .sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 240px;
	flex: 0 0 240px;
	padding: 35px 0 0 80px;
	position: relative;
	text-align: center;
}

.two-columns .sidebar h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}

.two-columns .sidebar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	bottom: 0;
	width: 1px;
	background: #185c7d;
}

.download-list {
	border-top: 1px solid #185c7d;
}

.download-list .row {
	border-bottom: 1px solid #185c7d;
	padding: 19px 30px 19px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.download-list .img-box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.download-list .img-box a {
	display: block;
}

.download-list .img-box a:hover img {
	border-color: #fff;
}

.download-list .img-box img {
	border: 2px solid #b2bfc8;
	border-radius: 2px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: block;
}

.download-list .title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: 900;
}

.download-list .title a {
	color: #fff;
}

.download-list .dowload-link {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	padding: 0 0 0 15px;
	position: relative;
    margin-left: auto;
}

.download-list .dowload-link:before {
	content: "\e908";
	font-family: icomoon;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}

.download-list .dowload-link a {
	color: #da1859;
	text-decoration: underline;
	text-transform: uppercase;
}

.download-list .dowload-link a:hover {
	text-decoration: none;
}

.download-list .text {
	padding: 0 20px;
	font-size: 16px;
}
.banner {
	text-align: center;
	padding-top: 40px;
}

.banner img {
	display: block;
	margin: 0 auto;
}

.icon-download2:before {
	content: "\e908";
	font-family: icomoon;
}

.downloads .btn span {
	margin-top: 4px;
}

/* FEATURES */
.features-posts #fade {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.features-posts #light {
	display: none;
	position: absolute;
	top: 15%;
	left: 45%;
	max-width: 900px;
	margin-left: -300px;
	margin-top: -180px;
	border: 2px solid #000;
	background: #000;
	z-index: 1045;
	overflow: visible;
}

.features-posts #light video {
	width: 900px;
}
@media (max-width: 1000px) {
	.features-posts #light video {
		width: 600px;
	}
	.features-posts #light {
		top: 3%;
		left: 50%;
	}
}
@media (max-width: 750px) {
	.features-posts #light {
		top: 8%;
		left: 50%;
	}
}
@media (max-width: 600px) {
	.features-posts #light video {
		width: 400px;
	}
	.features-posts #light {
		top: 6%;
		left: 70%;
	}
}
@media (max-width: 500px) {
	.features-posts #light video {
		width: 320px;
	}
	.features-posts #light {
		top: 8%;
		left: 80%;
	}
}
@media (max-width: 500px) {
	.features-posts #light {
		top: 8%;
		left: 85%;
	}
}

.features-posts #boxclose {
	float: right;
	cursor: pointer;
	color: #fff;
	border: 1px solid #aeaeae;
	border-radius: 3px;
	background: #222222;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 11px 3px;
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 1002;
	opacity: 0.9;
}

.features-posts .boxclose:before {
	content: "×";
}

.features-posts #fade:hover ~ #boxclose {
	display: none;
}
