/*! 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;
}

.clearfix: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;
	font: 16px/1.6 "gilroy", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 600;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #f6646d;
	text-decoration: none;
	-webkit-transition: all .05s ease;
	transition: all .05s ease;
	outline: none;
}

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;
}

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;
}

@font-face {
	font-family: gilroy;
	src: url("../fonts/gilroy-thin-webfont.woff") format("woff"), url("../fonts/gilroy-thin-webfont.woff2") format("woff2");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: gilroy;
	src: url("../fonts/gilroy-ultralight-webfont.woff") format("woff"), url("../fonts/gilroy-ultralight-webfont.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: gilroy;
	src: url("../fonts/gilroy-light-webfont.woff") format("woff"), url("../fonts/gilroy-light-webfont.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: gilroy;
	src: url("../fonts/gilroy-regular-webfont.woff") format("woff"), url("../fonts/gilroy-regular-webfont.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: gilroy;
	src: url("../fonts/gilroy-medium-webfont.woff") format("woff"), url("../fonts/gilroy-medium-webfont.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: gilroy;
	src: url("../fonts/gilroy-semibold-webfont.woff") format("woff"), url("../fonts/gilroy-semibold-webfont.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: gilroy;
	src: url("../fonts/gilroy-bold-webfont.woff") format("woff"), url("../fonts/gilroy-bold-webfont.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: gilroy;
	src: url("../fonts/gilroy-black-webfont.woff") format("woff"), url("../fonts/gilroy-black-webfont.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: gilroy;
	src: url("../fonts/gilroy-heavy-webfont.woff") format("woff"), url("../fonts/gilroy-heavy-webfont.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: icomoon;
	src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	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-arrow:before {
	content: "\e901";
}

.icon-play:before {
	content: "\e900";
}

.icon-star:before {
	content: "\e902";
}

.icon-menu-1:before {
	content: "\e905";
}

.icon-close:before {
	content: "\e903";
}

.icon-menu:before {
	content: "\e904";
}

.icon-right:before {
	content: "\e907";
}

.icon-left:before {
	content: "\e906";
}

.icon-zoom:before {
	content: "\e908";
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-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;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper-alt {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#wrapper-alt:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	content: "";
	position: fixed;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .05s ease;
	transition: all .05s ease;
	z-index: 99;
}

.button {
	font-size: 16px;
	line-height: 22px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	text-align: center;
	border-radius: 8px;
	-webkit-transition: all .05s ease;
	transition: all .05s ease;
	height: 66px;
	padding: 20px 40px;
}

.button-primary {
	background: #f6646d;
	border: 1px solid #f6646d;
	color: #fff;
	box-shadow: 6px 12px 56px rgba(255, 255, 255, .15);
}

.button-primary:hover,
.button-primary:focus {
	background: #fff;
	color: #f6646d;
}

.button-primary-outline {
	border: 2px dashed rgba(246, 100, 109, .8);
	box-shadow: 6px 12px 56px rgba(255, 255, 255, .15);
	background: #fff;
	color: #000;
}

.button-primary-outline:hover,
.button-primary-outline:focus {
	border: 1px solid #f6646d;
	background: #f6646d;
	color: #fff;
}

.main {
	position: relative;
}

.container-alt {
	position: relative;
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}

.header-alt {
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid #fdd6ce;
}

.header-holder-alt {
	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;
}

.logo {
	position: relative;
	display: block;
	width: 200px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

.menu-opener {
	position: absolute;
	right: 15px;
	top: 21px;
	color: #000;
	z-index: 4;
}

.menu-opener i {
	font-size: 18px;
	line-height: 1.1;
	display: block;
}

.menu-opener:hover {
	color: #f6646d;
}

.menu-close-wrap {
	display: block;
	text-align: right;
	margin: 0 0 10px;
}

.menu-close {
	display: block;
	color: #fff;
}

.menu-close i {
	font-size: 18px;
	line-height: 1.1;
	display: block;
}

.menu-close:hover {
	color: #f6646d;
}

.nav-drop-alt {
	position: relative;
	right: 200px;
}

.nav-area-alt {
	position: relative;
}

.menu-alt {
	font-size: 17px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 600;
	position: relative;
	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;
	text-transform: uppercase;
	margin: 0 -15px;
}

.menu-alt li {
	position: relative;
	padding: 0 15px;
}

.menu-alt li.active a {
	color: #f6646d;
}

.menu-alt a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #000;
}

.menu-alt a:hover {
	color: #f6646d;
}

.section {
	padding: 100px 0 0;
}

.visual-area {
	position: relative;
}

.visual-caption {
	font-size: 18px;
	line-height: 26px;
	position: relative;
	text-align: center;
	max-width: 660px;
	margin: 0 auto 100px;
	color: rgba(0, 0, 0, .8);
}

.visual-caption:before {
	width: 79px;
	height: 135px;
	content: "";
	position: absolute;
	left: -40px;
	bottom: -70px;
	background: url(../images/lines.png) no-repeat;
	background-size: cover;
}

.visual-caption h1 {
	font-size: 52px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 25px;
}

.visual-caption p {
	font-weight: 500;
	padding: 0 15px;
	margin: 0;
}

.visual-video-holder {
	position: relative;
	max-width: 940px;
	overflow: hidden;
	border-radius: 15px;
	margin: 0 auto;
}

.visual-video-holder .video-image {
	position: relative;
	opacity: 0;
	visibility: hidden;
}

.visual-video-holder .video-image img {
	display: block;
	width: 100%;
	height: auto;
}

.visual-video-holder iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
}

.visual-video-holder .play-btn {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #f6646d;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	display: none;
	z-index: 2;
}

.visual-video-holder .play-btn i {
	font-size: 36px;
	line-height: 90px;
	position: relative;
	left: 5px;
	display: block;
}

.visual-video-holder .play-btn:hover,
.visual-video-holder .play-btn:focus {
	background: #e70d1b;
	color: #fff;
}

.heading-area {
	position: relative;
	text-align: center;
	color: rgba(0, 0, 0, .8);
	margin: 0 0 65px;
}

.heading-area h2 {
	font-size: 42px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 18px;
}

.heading-area p {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.heading-area p a {
	color: #f6646d;
}

.heading-area p a:hover {
	text-decoration:underline;
}

.indicators-area {
	position: relative;
}

.indicators-area .link-holder {
	position: relative;
	display: block;
	text-align: left;
	margin: 0 25px 50px;
}

.indicators-area .more-link {
	font-size: 17px;
	line-height: 27px;
	font-weight: 500;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
}

.indicators-area .more-link .icon-holder {
	width: 30px;
	height: 30px;
	background: -webkit-linear-gradient(88.56deg, #f6646d -9.68%, #fa8d5f 216.57%);
	background: linear-gradient(1.44deg, #f6646d -9.68%, #fa8d5f 216.57%);
	box-shadow: 0 3px 12px rgba(0, 0, 0, .25);
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin: 0 0 0 15px;
}

.indicators-area .more-link .icon-holder i {
	font-size: 12px;
	line-height: 30px;
	position: relative;
	left: 2px;
	display: block;
}

.indicators-area .more-link:hover {
	opacity: .8;
}

.indicators-area .trial-info-list {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.indicators-area .trial-info-list li {
	position: relative;
	padding: 0 15px;
}

.indicators-area .trial-info-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #000;
}

.indicators-area .trial-info-list li:first-child:before {
	display: none;
}

.indicators-area .trial-info-list a {
	color: rgba(0, 0, 0, .8);
}

.indicators-area .trial-info-list a:hover {
	color: #f6646d;
}

.download-btn-holder {
	position: relative;
	text-align: center;
	margin: 0 0 30px;
}

.download-btn-holder .btn-wrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.discount-tag {
	font-size: 13px;
	line-height: 22px;
	width: 100px;
	height: 32px;
	border: 1px solid #f6646d;
	background: #fff;
	border-radius: 35px;
	text-align: center;
	color: #f6646d;
	position: absolute;
	padding: 4px 6px;
	font-weight: 700;
	right: -20px;
	top: -20px;
	z-index: 2;
}

.indicators-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
	padding: 0 0 0px;
}

.indicators-col {
	position: relative;
	width: 50%;
	padding: 0 25px;
	margin: 0 0 30px;
}

.indicators-block {
	background: whitesmoke;
	position: relative;
	padding: 35px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 15px;
	overflow: hidden;
	height: 100%;
}

.indicators-block .image-holder {
	position: relative;
	width: 125px;
}

.indicators-block .image-holder img {
	display: block;
	width: 100%;
	height: auto;
	background-color: white;
    border-radius: 4px;
}

.indicators-block .description {
	position: relative;
	padding: 10px 0 0 30px;
	width: calc(100% - 125px);
	color: rgba(0, 0, 0, .8);
	font-weight: 500;
}

.indicators-block .description .title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	display: block;
	color: #000;
	margin: 0 0 18px;
}

.indicators-block .description p {
	margin: 0;
}

.steps-area {
	position: relative;
}

.steps-area .heading-area {
	margin: 0 0 115px;
}

.steps-area .heading-area h2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 2;
}

.steps-area .heading-area h2:before {
	width: 250px;
	height: 250px;
	content: "";
	background: url(../images/cricle.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: -185px;
	top: -60px;
	z-index: -1;
}

.steps-area .heading-area p {
	position: relative;
	z-index: 2;
}

.steps-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
}

.steps-col {
	position: relative;
	width: 33.333%;
	padding: 0 25px;
}

.steps-block {
	position: relative;
}

.steps-block .title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	position: relative;
	display: block;
	padding: 0 0 12px;
	margin: 0 0 35px 35px;
}

.steps-block .title:before {
	width: 150px;
	height: 4px;
	background: #f6646d;
	border-radius: 3px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}

.steps-block .image-holder {
	position: relative;
	overflow: hidden;
}

.steps-block .image {
	position: relative;
	display: block;
	outline: none;
}

.steps-block .zoom {
	font-size: 32px;
	line-height: 1;
	position: absolute;
	left: 12px;
	top: 15px;
	-webkit-transition: all .05s ease;
	transition: all .05s ease;
	color: #000;
}

.steps-block .zoom i {
	position: relative;
	display: block;
}

.steps-block .zoom:hover {
	color: #f6646d;
}

.steps-block img {
	display: block;
	width: 100%;
	height: auto;
}

.discount-area {
	position: relative;
	padding: 130px 0 0;
}

.discount-area:before {
	width: 200px;
	height: 320px;
	background: url(../images/cricle01.png) no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	left: 0;
	top: -100px;
	z-index: -1;
}

.discount-area .heading-area {
	margin: 0 0 50px;
}

.discount-area .heading-area h2 {
	margin: 0;
}

.discount-area .text-holder {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
	padding: 35px 0 50px;
}

.discount-area .text-holder p {
	font-weight: 500;
	margin: 0;
}

.discount-area .btn-area {
	position: relative;
	text-align: center;
}

.discount-area .btn-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.discount-area .button {
	min-width: 210px;
}

.discount-area .button-primary-outline {
	pointer-events: none;
}

.testimonial-area {
	position: relative;
}

.testimonial-area:before {
	width: 88px;
	height: 124px;
	position: absolute;
	left: 0;
	top: 135px;
	background: url(../images/shape02-mob.png) no-repeat;
	background-size: cover;
	content: "";
	display: none;
}

.testimonial-area .slick-arrow {
	width: 30px;
	height: 30px;
	position: absolute;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
	background: #f6646d;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-weight: 400;
	bottom: 0;
	z-index: 5;
}

.testimonial-area .slick-arrow span {
	font-size: 12px;
	line-height: 30px;
	position: relative;
	display: block;
}

.testimonial-area .slick-prev {
	left: 45%;
}

.testimonial-area .slick-prev span {
	left: -1px;
}

.testimonial-area .slick-next {
	right: 45%;
}

.testimonial-heading {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 85px;
}

.testimonial-heading h2 {
	font-size: 38px;
	line-height: 1.2;
	font-weight: 500;
	color: #f6646d;
	max-width: 280px;
	margin: 0;
}

.testimonial-heading .text-wrap {
	position: relative;
	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;
	padding: 0 0 0 100px;
}

.testimonial-heading .text-wrap:before {
	content: "";
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #000;
}

.testimonial-heading .text-wrap .text {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	display: block;
	color: rgba(0, 0, 0, .7);
}

.testimonial-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
}

.testimonial-col {
	position: relative;
	padding: 0 25px;
	width: 50%;
	margin: 0 0 50px;
}

.testimonial-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.testimonial-block .info-wrap {
	position: relative;
	text-align: center;
	width: 130px;
}

.testimonial-block .image-holder {
	width: 120px;
	height: 120px;
	position: relative;
	overflow: hidden;
	border: 4px solid #faf8f6;
	border-radius: 50%;
	margin: 0 auto 18px;
}

.testimonial-block .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.testimonial-block .name {
	font-size: 16px;
	line-height: 1.1;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0 0 14px;
}

.testimonial-block .name a {
	color: #000;
}

.testimonial-block .name a:hover {
	color: #f6646d;
}

.testimonial-block .text-area {
	position: relative;
	padding: 0 0 0 25px;
	width: calc(100% - 130px);
}

.testimonial-block .text-area p {
	margin: 0;
}

.rating-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rating-list li {
	position: relative;
	padding: 0 2px;
}

.rating-list a {
	position: relative;
	display: block;
	color: #f6646d;
}

.rating-list a i {
	position: relative;
	font-size: 16px;
	display: block;
}

.rating-list a:hover {
	color: #000;
}

.terms-info-area {
	position: relative;
	padding-bottom: 100px;
	
}

.terms-info-area:before {
	width: 175px;
	height: 438px;
	content: "";
	background: url(../images/shape02.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -160px;
}

.terms-info-area .wrap {
	position: relative;
}

.terms-info-area .heading-area h2 {
	margin: 0;
}

.terms-info-area p {
	color: rgba(0, 0, 0, .74);
	font-weight: 500;
	margin: 0 0 24px;
}

@media (min-width: 768px) {
	.menu-opener {
		display: none;
	}

	.menu-close-wrap {
		display: none;
	}
}

@media (max-width: 1599px) {
	.terms-info-area:before {
		left: -80px;
	}

	.terms-info-area .wrap {
		padding: 0 75px;
	}
}

@media (max-width: 1199px) {
	.logo {
		width: 280px;
	}

	.menu-alt {
		font-size: 15px;
		line-height: 18px;
	}

	.section {
		padding: 70px 0 0;
	}

	.heading-area {
		margin: 0 0 45px;
	}

	.heading-area h2 {
		margin: 0 0 14px;
	}

	.indicators-block {
		padding: 25px 15px;
	}

	.indicators-block .description {
		padding: 8px 5px 0 15px;
	}

	.indicators-block .description .title {
		margin: 0 0 12px;
	}

	.discount-area:before {
		left: -50px;
	}

	.terms-info-area {
		padding-bottom: 60px;
	}

	.terms-info-area:before {
		left: -100px;
	}
}

@media (max-width: 1023px) {
	body {
		font-size: 15px;
	}

	.header-alt {
		padding: 15px 0;
	}

	.logo {
		width: 220px;
	}

	.menu-alt {
		font-size: 14px;
		margin: 0 -10px;
	}

	.menu-alt li {
		padding: 0 10px;
	}

	.section {
		padding: 50px 0 0;
	}

	.visual-caption {
		max-width: 600px;
		margin: 0 auto 70px;
	}

	.visual-caption:before {
		width: 60px;
		height: 105px;
		bottom: -50px;
	}

	.visual-caption h1 {
		font-size: 46px;
		margin: 0 0 12px;
	}

	.heading-area {
		margin: 0 0 38px;
	}

	.heading-area h2 {
		font-size: 36px;
	}

	.heading-area p {
		font-size: 16px;
	}

	.indicators-area .link-holder {
		margin: 0 25px 35px;
	}

	.indicators-area .more-link {
		font-size: 18px;
		line-height: 20px;
	}

	.indicators-area .more-link .icon-holder {
		width: 40px;
		height: 40px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
		margin: 0 0 0 10px;
	}

	.indicators-area .more-link .icon-holder i {
		font-size: 16px;
		line-height: 40px;
		left: 1px;
	}

	.indicators-row {
		margin: 0 -15px;
		padding: 0 0 0px;
	}

	.indicators-col {
		padding: 0 15px;
		margin: 0 0 25px;
	}

	.indicators-block .image-holder {
		width: 100px;
	}

	.indicators-block .description {
		width: calc(100% - 100px);
		padding: 0 0 0 14px;
	}

	.indicators-block .description .title {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 10px;
	}

	.steps-area .heading-area h2:before {
		right: -150px;
	}

	.steps-row {
		margin: 0 -15px;
	}

	.steps-col {
		padding: 0 15px;
	}

	.steps-block .title {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 25px 15px;
	}

	.steps-block .title:before {
		width: 130px;
	}

	.discount-area:before {
		left: -100px;
	}

	.testimonial-heading {
		margin: 0 0 50px;
	}

	.testimonial-heading .text-wrap {
		padding: 0 0 0 70px;
	}

	.testimonial-heading .text-wrap:before {
		left: 35px;
	}

	.testimonial-row {
		display: block;
		padding: 0 0 45px;
		margin: 0;
	}

	.testimonial-col {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.terms-info-area {
		padding-bottom: 45px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 13px;
	}

	.menu-active {
		overflow: hidden;
	}

	.menu-active #wrapper-alt:before {
		opacity: 1;
		visibility: visible;
	}

	.button {
		height: 50px;
		font-size: 14px;
		padding: 13px 24px;
		border-radius: 6px;
	}

	.header-holder-alt {
		display: block;
	}

	.logo {
		width: 160px;
	}

	.nav-drop-alt {
		background: #000;
		position: fixed;
		right: -280px;
		top: 0;
		bottom: 0;
		width: 280px;
		-webkit-transition: all .05s ease;
		transition: all .05s ease;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 100;
	}

	.menu-active .nav-drop-alt {
		right: 0;
	}

	.nav-area-alt {
		padding: 25px 20px;
	}

	.menu-alt {
		display: block;
		margin: 0;
	}

	.menu-alt li {
		padding: 0;
		margin: 0 0 5px;
	}

	.menu-alt a {
		padding: 6px 0;
		display: block;
		color: #fff;
	}

	.section {
		padding: 30px 0 0;
	}
	
	.visual-area {
		padding: 60px 0 0;
	}
	
	.visual-caption {
		font-size: 14px;
		line-height: 20px;
		max-width: 400px;
		margin: 0 auto 50px;
	}

	.visual-caption:before {
		width: 42px;
		height: 72px;
		left: 0;
		bottom: -25px;
	}

	.visual-caption h1 {
		font-size: 30px;
	}

	.visual-video-holder {
		border-radius: 8px;
	}

	.heading-area {
		margin: 0 0 25px;
	}

	.heading-area h2 {
		font-size: 24px;
		margin: 0 0 10px;
	}

	.heading-area p {
		font-size: 14px;
	}

	.indicators-area {
		padding: 60px 0 0;
	}
	
	.indicators-area .link-holder {
		margin: 0 25px 30px;
	}

	.indicators-area .more-link {
		font-size: 16px;
	}

	.indicators-area .more-link .icon-holder {
		width: 32px;
		height: 32px;
	}

	.indicators-area .more-link .icon-holder i {
		font-size: 13px;
		line-height: 32px;
	}

	.indicators-area .trial-info-list {
		font-size: 14px;
		line-height: 18px;
	}

	.indicators-area .trial-info-list li {
		padding: 0 8px;
	}

	.indicators-area .trial-info-list li:before {
		width: 1px;
		left: -1px;
	}

	.download-btn-holder {
		margin: 0 0 23px;
	}

	.discount-tag {
		font-size: 11px;
		line-height: 20px;
		width: 80px;
		height: 28px;
		padding: 3px 5px;
		top: -15px;
		right: -15px;
	}

	.indicators-row {
		padding: 0 0 0px;
	}

	.indicators-col {
		width: 100%;
		margin: 0 0 20px;
	}

	.indicators-block {
		border-radius: 8px;
	}

	.indicators-block .description .title {
		font-size: 15px;
		margin: 0 0 5px;
	}

	.steps-area {
		padding: 100px 0 0;
	}

	.steps-area .heading-area {
		margin: 0 auto 30px;
	}

	.steps-area .heading-area h2:before {
		width: 100px;
		height: 100px;
		right: -25px;
		top: -25px;
	}

	.steps-col {
		width: 100%;
		margin: 0 0 25px;
	}

	.steps-col:last-child {
		margin-bottom: 0;
	}

	.steps-block .title {
		margin: 0 0 24px;
	}

	.steps-block .title:before {
		width: 100px;
		height: 3px;
	}

	.steps-block .zoom {
		font-size: 26px;
	}

	.discount-area {
		padding: 100px 0 0;
	}

	.discount-area:before {
		width: 120px;
		height: 192px;
		left: -70px;
		top: 50px;
	}

	.discount-area .heading-area {
		margin: 0 0 30px;
	}

	.discount-area .text-holder {
		padding: 30px 0 22px;
	}

	.discount-area .button {
		min-width: 170px;
	}
	
	.testimonial-area {
		padding: 100px 0 0;
	}

	.testimonial-area:before {
		display: block;
	}

	.testimonial-area .slick-prev {
		left: 39%;
	}

	.testimonial-area .slick-next {
		right: 39%;
	}

	.testimonial-heading {
		display: block;
		text-align: center;
		padding: 0 0 0 55px;
		margin: 0 0 25px;
	}

	.testimonial-heading h2 {
		max-width: inherit;
		font-size: 26px;
	}

	.testimonial-heading h2 {
		font-size: 22px;
	}

	.testimonial-heading .text-wrap {
		display: block;
		text-align: center;
		padding: 10px 0 0;
	}

	.testimonial-heading .text-wrap:before {
		display: none;
	}

	.testimonial-heading .text-wrap .text {
		font-size: 16px;
	}

	.testimonial-block .info-wrap {
		width: 90px;
	}

	.testimonial-block .image-holder {
		width: 85px;
		height: 85px;
		border-width: 2px;
		margin: 0 auto 12px;
	}

	.testimonial-block .name {
		font-size: 13px;
		margin: 0 0 10px;
	}

	.testimonial-block .text-area {
		width: calc(100% - 90px);
		padding: 0 0 0 15px;
	}

	.rating-list li {
		padding: 0 1px;
	}

	.rating-list a i {
		font-size: 12px;
	}
	
	.terms-info-area {
		padding: 100px 0 0;
	}
	
	.terms-info-area {
		padding-bottom: 25px;
	}

	.terms-info-area:before {
		display: none;
	}

	.terms-info-area .wrap {
		padding: 0;
	}

	.terms-info-area p {
		margin: 0 0 18px;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 479px) {
	.visual-caption {
		max-width: 290px;
		margin: 0 auto 30px;
	}

	.visual-caption:before {
		left: -5px;
		bottom: -15px;
	}

	.visual-caption h1 {
		font-size: 24px;
	}

	.heading-area h2 {
		font-size: 20px;
	}

	.indicators-block .image-holder {
		width: 70px;
	}

	.indicators-block .description {
		width: calc(100% - 70px);
		padding: 0 0 0 10px;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
