/*
Theme Name: Tripleseat.org
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

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

.main-nav,
.blog-category,
.contact-list,
.data-list,
.posts-list,
.photo-list,
.preview-list,
.icon-list,
.feature-custom,
.partner-list,
.quest-list,
.social-networks,
.footer-list,
.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.description-block .slide-content: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: #5c5f70;
	background: #fff;
	font: 18px/1.429 "Museo-Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.429em;
}

blockquote {
	line-height: 1.429;
	padding: 40px 0;
	border-top: 2px solid #e87e81;
	border-bottom: 2px solid #e87e81;
	margin-bottom: 21px;
}

blockquote p {
	margin-bottom: 40px;
}

blockquote p:before,
blockquote p:after {
	content: "\"";
}

blockquote cite {
	text-align: center;
	display: block;
	font-style: normal;
	font-size: .667em;
}

blockquote cite img {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 120px;
	border-radius: 50%;
	margin-bottom: 18px;
}

blockquote cite .name {
	display: block;
	font-size: 1.286em;
	font-style: normal;
}

blockquote cite .info {
	display: block;
}

th,
td {
	border: 1px solid #5c5f70;
	padding: .25em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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-radius: 4px;
	font-size: 21px;
	line-height: 1.21;
	color: #292d44;
	border: 1px solid #5c5f70;
	padding: 12px 15px 11px;
	max-width: 100%;
}

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

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

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

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

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

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

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

#content:only-child {
	width: 100% !important;
}

#sidebar #wp-calendar {
	width: 100%;
	font-size: 16px;
}

#sidebar h3 {
	font-size: 24px;
}

#sidebar select {
	width: 100%;
	max-width: 500px;
}

.embed {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.embed iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

iframe {
	max-width: 100%;
}

.widget {
	margin-bottom: 1.429em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 42px;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 180px;
	padding: 7px 15px;
}

.post-password-form input {
	float: left;
	height: 42px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.comment-form button,
.post-password-form input[type="submit"],
.post-password-form button,
.search-form input[type="submit"],
.search-form button {
	font-size: 18px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
	padding: 4px 10px;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	box-shadow: none;
	border-radius: 8px;
	text-align: center;
	background-color: #e87e81;
	color: #fff;
	text-shadow: none;
	border: 2px solid #e87e81;
	height: 42px;
	-webkit-transition: box-shadow .3s, color .3s, background-color .3s;
	transition: box-shadow .3s, color .3s, background-color .3s;
}

.comment-form input[type="submit"]:hover,
.comment-form button:hover,
.post-password-form input[type="submit"]:hover,
.post-password-form button:hover,
.search-form input[type="submit"]:hover,
.search-form button:hover {
	box-shadow: inset 0 0 3px 2px #e87e81;
	background-color: transparent;
	color: #e87e81;
	opacity: 1;
}

.comment-form input[type="submit"].fa,
.comment-form button.fa,
.post-password-form input[type="submit"].fa,
.post-password-form button.fa,
.search-form input[type="submit"].fa,
.search-form button.fa {
	font: normal normal normal 18px/1.2 FontAwesome;
}

.commentlist {
	margin: 0 0 1.429em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.429em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.429em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.429em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: transparent;
	color: #e87e81;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.429em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: transparent;
	color: #e87e81;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #5c5f70;
	padding: .4em;
	margin-bottom: 1.429em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.429em;
}

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

.alignleft {
	float: left;
	margin: 0 1.429em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.429em;
}

img.alignnone {
	vertical-align: top;
	margin: 10px 0 5px;
}

.mejs-container {
	margin-bottom: 1.429em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #5c5f70;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 30px;
}

a {
	color: #9cd7da;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.article-info a, .blog-section a { 
	color: #e87e81;
}

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: fixed !important;
	top: 60px !important;
	bottom: 0 !important;
	overflow-y: auto !important;
	left: 0;
	z-index: 8020;
	max-width: 1080px;
}

.fancybox-wrap.video-wrap {
	max-width: none;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	width: 100% !important;
}

.video-wrap .fancybox-skin {
	background: #000;
}

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

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
	max-width: 100%;
	width: auto !important;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video-wrap .fancybox-inner {
	height: 100vh !important;
	overflow: hidden !important;
}

.modal_general .fancybox-inner,
.modal_testimonial .fancybox-inner {
	height: auto !important;
}

.modal_testimonial .fancybox-inner {
	max-height: 960px;
}

/* specialty for testimonial, we hide the banner for now */

.modal_testimonial .fancybox-inner .lightbox-banner {
	display: none;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

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

#fancybox-loading div {
	width: 44px;
	height: 44px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

body {
	font-weight: 500;
	min-width: 320px;
	background-color: #292d44;
}

body.nav-active {
	overflow: hidden;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	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;
	background-color: #fff;
	min-height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}

.container {
	padding-left: 25px;
	padding-right: 25px;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

h1 {
	font-weight: 100;
	line-height: 1.204;
}

h2 {
	color: #e87e81;
	font-weight: 300;
	line-height: 1.195;
	margin-bottom: 34px;
}

h2 .value {
	font-size: 2em;
	line-height: 1;
	font-weight: 100;
	color: #9cd7da;
	display: block;
	margin-bottom: 3px;
}

h3 {
	font-weight: 300;
	line-height: 1.2;
}

#header {
	width: 100%;
	min-width: 320px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

#header.fixed-position,
.blog-page #header {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
	background-color: #fff;
}

.header-container {
	width: 100%;
}

.alarm-block {
	width: 100%;
	text-align: center;
	color: #9cd7da;
	background-color: #292d44;
	font-weight: 300;
	position: relative;
	font-size: 14px;
}

.alarm-block a {
	color: #e87e81;
}

.alarm-block p {
	margin: 0;
	padding: 15px 25px;
}

.alarm-block .opener {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #5c5f70;
	font-weight: 900;
	font-size: 1.2em;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.alarm-block .opener:hover {
	opacity: 1;
	color: #fff;
}

.header-top {
	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: 10px 10px;
}

.logo {
	width: 40px;
}

.logo img {
	vertical-align: top;
	width: 100%;
}

.nav {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
}

.nav-active .nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.nav-drop {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #292d44;
	padding: 12px 18px 4px;
	min-width: 60%;
	overflow-y: auto;
}

.nav-drop .btn-block .btn {
	font-size: 14px;
	margin-bottom: 10px;
}

.main-nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.143em;
	padding: 20px 0;
	margin-bottom: 10px;
	font-weight: 300;
}

.main-nav li.active a {
	color: #fff;
}

.main-nav a {
	padding: 5px 12px;
	display: block;
	position: relative;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.main-nav a:hover {
	color: #fff;
	opacity: 1;
}

.nav-opener {
	display: block;
	width: 30px;
	height: 26px;
	position: relative;
	z-index: 5;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	position: absolute;
	display: block;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 6px;
	border-radius: 2px;
	background-color: #e87e81;
	-webkit-transition: background-color .3s, top .3s, bottom .3s, -webkit-transform .3s;
	transition: background-color .3s, top .3s, bottom .3s, transform .3s;
}

.nav-opener:before {
	content: "";
	top: 0;
}

.nav-active .nav-opener:before {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotatez(45deg);
	-ms-transform: translate(-50%, -50%) rotatez(45deg);
	transform: translate(-50%, -50%) rotatez(45deg);
	background-color: #edf8f8;
}

.nav-opener:after {
	content: "";
	bottom: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: translate(-50%, 50%) rotatez(-45deg);
	-ms-transform: translate(-50%, 50%) rotatez(-45deg);
	transform: translate(-50%, 50%) rotatez(-45deg);
	bottom: 50%;
	background-color: #edf8f8;
}

.nav-opener span {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav-active .nav-opener span {
	display: none;
}

.subheader {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

.subheader .opener {
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	padding: 0 25px;
}

.subheader .opener:after {
	content: "+";
	display: inline-block;
	vertical-align: baseline;
	width: 12px;
	margin-left: 5px;
}

.subscribe-active .subheader .opener {
	display: none;
	opacity: 0;
}

.subheader .interact-block {
	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;
	width: 100%;
	padding: 2px 0;
}

.subheader .search-form {
	margin: 0;
	position: relative;
	padding: 5px 0 5px 15px;
}

.subheader .search-form input[type="search"],
.subheader .search-form input[type="text"] {
	padding: 2px 6px 2px 35px;
	font-size: 18px;
	height: auto;
	width: 180px;
}

.subheader .search-form button[type="submit"] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	width: 32px;
}

.subheader .search-form button[type="submit"]:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.subheader .search-form button[type="submit"]:focus {
	outline: none;
}

.subheader .subscribe-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	z-index: 10;
	padding-right: 5px;
	padding-left: 10px;
}

.subheader .subscribe-form {
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	width: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	position: relative;
}

.subscribe-active .subheader .subscribe-form {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
	width: auto;
}

.subheader .subscribe-form input[type="email"],
.subheader .subscribe-form input[type="text"] {
	font-size: 14px;
	line-height: 18px;
	padding: 5px 35px 5px 6px;
	width: 100%;
}

.subheader .subscribe-form input[type="email"]::-webkit-input-placeholder,
.subheader .subscribe-form input[type="text"]::-webkit-input-placeholder {
	font-weight: 100;
}

.subheader .subscribe-form input[type="email"]::-moz-placeholder,
.subheader .subscribe-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	font-weight: 100;
}

.subheader .subscribe-form input[type="email"]:-moz-placeholder,
.subheader .subscribe-form input[type="text"]:-moz-placeholder {
	font-weight: 100;
}

.subheader .subscribe-form input[type="email"]:-ms-input-placeholder,
.subheader .subscribe-form input[type="text"]:-ms-input-placeholder {
	font-weight: 100;
}

.subheader .subscribe-form input[type="email"].placeholder,
.subheader .subscribe-form input[type="text"].placeholder {
	font-weight: 100;
}

.subheader .subscribe-form button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 32px;
}

.subheader .subscribe-form button[type="submit"]:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -52%);
	-ms-transform: translate(-50%, -52%);
	transform: translate(-50%, -52%);
}

.subheader .slide {
	background-color: #5c5f70;
	padding-top: 30px;
	padding-bottom: 10px;
	max-height: 75vh;
	overflow: auto;
	display: none;
}

.subheader input[type="email"],
.subheader input[type="text"],
.subheader input[type="tel"],
.subheader input[type="search"] {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	line-height: 24px;
	padding: 2px 25px 2px 6px;
	width: 100%;
}

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

.subheader input[type="email"]::-moz-placeholder,
.subheader input[type="text"]::-moz-placeholder,
.subheader input[type="tel"]::-moz-placeholder,
.subheader input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

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

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

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

.subheader button[type="submit"] {
	background-color: transparent;
	box-shadow: none;
	border: none;
}

.subheader.active .opener:after {
	content: "-";
}

.subheader-container {
	background-color: #292d44;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 900;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.subheader-container a {
	color: #fff;
}

.subheader-container .subscribe-opener {
	padding: 0 20px;
}

.blog-category {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}

.blog-category li {
	margin-bottom: 27px;
}

.blog-category a {
	color: #fff;
}

#main {
	width: 100%;
}

#main > *:first-child {
	margin-top: 120px;
}

#main > *:first-child.default-section {
	margin-top: 90px;
}

.visual + .main-container {
	padding-top: 30px;
}

.lead {
	font-size: 24px;
	line-height: 1.21;
}

.lead.extended {
	font-size: 21px;
	line-height: 1.429;
}

.visual {
	position: relative;
	overflow: hidden;
	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;
	height: calc(100vh - 60px);
	max-height: 960px;
	color: #fff;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-shadow: 0 0 20px black;
	padding: 40px 5px;
	margin-top: 0 !important;
	font-size: 21px;
	line-height: 1.209;
}

.visual:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(41, 45, 68, .7);
}

.visual:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: calc(100vh - 140px);
	width: 0;
}

.visual .container {
	padding: 0 10px;
	position: relative;
	z-index: 2;
	margin-left: 0;
	margin-right: 0;
}

.visual .container.wrap-blockquote {
	max-width: 1190px;
	padding-top: 0;
}

.visual .container.wrap-blockquote blockquote {
	text-shadow: none;
	width: 70%;
	text-align: left;
	padding: 0;
	margin: 0 0 40px;
	color: #9cd7da;
	font-weight: 100;
}

.visual .container.wrap-blockquote blockquote p {
	padding: 0;
	margin-bottom: 0;
}

.visual .container .wrap-btn {
	text-align: left;
}

.visual .container .wrap-btn .btn {
	margin: 0 20px 0 0;
}

.visual .play-video {
	color: #e87e81;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	display: inline-block;
	position: relative;
	vertical-align: top;
	vertical-align: middle;
	padding: 0 0 0 41px;
	text-shadow: none;
}

.visual .play-video:before {
	content: "";
	position: absolute;
	background: url(images/ico-video.png) no-repeat;
	width: 34px;
	height: 33px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.visual blockquote {
	border: none;
	font-size: 40px;
	line-height: 1.2;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0;
	font-weight: 100;
	display: block !important;
	text-align: center;
	color: #e87e81;
}

.visual blockquote cite {
	display: block;
	font-style: normal;
	font-size: inherit;
	width: 100%;
}

.visual .calculate h1 {
	color: #e87e81;
	margin-bottom: 5px;
	margin-top: 50px;
}

.visual h1 {
	font-weight: 100;
	margin-bottom: 30px;
}

.visual p {
	margin-bottom: 25px;
}

.visual .btn-block {
	display: inline-block;
	vertical-align: middle;
}

.visual .btn-block .btn {
	width: auto !important;
	min-width: 138px;
	display: block !important;
	padding: 8px;
	margin-bottom: 20px;
}

.visual .btn {
	padding: 14px 24px;
	font-size: 24px;
}

.blog-page .visual {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 20px 5% 20px 15px;
	text-align: left;
	font-size: 15px;
}

.blog-page .visual h1,
.blog-page .visual h2,
.blog-page .visual h3 {
	font-weight: 900;
	font-family: "Museo-Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 12px;
	line-height: 1.195;
	color: #fff;
	text-align: left;
}

.blog-page .visual .category {
	display: inline-block;
	color: #9cd7da;
	font-size: 21px;
	margin-bottom: 9px;
	font-weight: 700;
}

.blog-page .visual .article-info > *:after {
	background-color: #fff;
}

.blog-page .visual a {
	color: #fff;
}

.visual.alt-heading h1 {
	color: #9cd7da;
	margin-bottom: 5px;
}

.visual.uncovered {
	text-shadow: none;
}

.visual.uncovered:before {
	content: none;
}

.visual.uncovered h1 {
	color: #e87e81;
}

.visual.uncovered .bg-stretch {
	background-position: 50% 80%;
}

.visual-panel {
	text-align: center;
	background: #edf8f8;
	padding: 15px 0;
	font-weight: 500;
}

.visual-panel .text {
	display: inline-block;
	vertical-align: middle;
}

.visual-panel .btn {
	padding: 10px 12px;
	margin-left: 5px;
}

.banner-table {
	margin: 0 auto 40px;
	width: 100%;
	font-size: 18px;
}

.banner-table th,
.banner-table td {
	border: none;
	padding: 10px 5px;
	text-align: left;
	vertical-align: middle;
}

.banner-table th:last-child,
.banner-table td:last-child {
	color: #e87e81;
	font-size: 2em;
	text-align: right;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.calculate-form {
	color: #9cd7da;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
}

.calculate-form .row {
	margin-bottom: 25px;
	text-align: left;
}

.calculate-form .input-container {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	letter-spacing: 0;
	margin-bottom: 30px;
}

.calculate-form .input-container label {
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
}

.calculate-form .input-container input[type="text"],
.calculate-form .input-container input[type="email"],
.calculate-form .input-container input[type="search"],
.calculate-form .input-container input[type="password"],
.calculate-form .input-container input[type="tel"] {
	width: 100%;
	display: block;
	color: #fff;
	background-color: transparent;
	border-color: #9cd7da;
	font-size: 30px;
	line-height: 42px;
	padding: 4px 10px;
}

.calculate-form input[type="submit"],
.calculate-form button[type="submit"] {
	margin-bottom: 20px;
}

.calculate-form .input-wrapper {
	text-align: center;
}

.description-block {
	text-align: center;
	line-height: 1.429;
	margin-bottom: 50px;
}

.description-block:nth-child(2n) .mockup-holder {
	margin-right: -10px;
	margin-left: -26px;
}

.description-block .main-block p {
	margin-bottom: 29px;
}

.description-block .mockup-holder {
	position: relative;
	min-height: 328px;
	margin: 0 -26px 40px -23px;
}

.description-block .mockup-holder .bg-stretch {
	background-size: auto 100%;
	background-position: 50% 50%;
}

.description-block .opener {
	color: #e87e81;
	display: inline-block;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.description-block .opener i {
	font-size: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 7px;
}

.description-block .opener.close {
	color: #292d44;
}

.description-block .slide {
	position: relative;
	margin-left: calc(-1 * (100vw - 100%) / 2);
	margin-right: calc(-1 * (100vw - 100%) / 2);
	padding-left: calc((100vw - 100% - 20px) / 2);
	padding-right: calc((100vw - 100% - 20px) / 2);
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #edf8f8;
}

.description-block .slide:before {
	height: 0;
	width: 0;
	border-left: 12.5px solid transparent;
	border-right: 12.5px solid transparent;
	border-top: 13px solid #fff;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.description-block .slide-content h3 {
	margin-bottom: 23px;
}

.description-block .column {
	max-width: 600px;
	margin: 0 auto;
	padding: 48px 0 40px;
}

.description-block .column img {
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	width: 90%;
	max-width: 400px;
	overflow: hidden;
	margin-bottom: 40px;
}

.description-block .highlight-block {
	background-image: -webkit-linear-gradient(315deg, #9cd7da 0%, #3f9fa9 100%);
	background-image: linear-gradient(135deg, #9cd7da 0%, #3f9fa9 100%);
	color: #fff;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	margin: 0 -26px 12px;
	padding: 20px 20px 30px;
}

.description-block .highlight-block .text {
	display: block;
	font-weight: 500;
}

.description-block .highlight-block .value {
	display: block;
	font-weight: 100;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -4.71px;
	font-size: 80px;
	margin-bottom: 2px;
}

.description-block .highlight-container {
	overflow: hidden;
	margin-left: -26px;
	margin-right: -26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-image: -webkit-linear-gradient(315deg, #9cd7da 0%, #3f9fa9 100%);
	background-image: linear-gradient(135deg, #9cd7da 0%, #3f9fa9 100%);
}

.description-block .highlight-container .highlight-block {
	background-image: none;
	margin: 0;
	width: 50%;
}

.description-block h2 {
	padding: 0;
}

.description-block h3 {
	margin-bottom: 20px;
	padding: 0;
}

.description-block.active .opener {
	opacity: 0;
	pointer-events: none;
}

.description-block.active .opener.close {
	opacity: 1;
	pointer-events: auto;
}

.article-info {
	margin-bottom: 19px;
	font-size: 18px;
}

.contact-list {
	margin-bottom: 55px;
}

.contact-list a {
	color: #5c5f70;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.contact-list a:hover {
	opacity: 1;
	color: #9cd7da;
}

.contact-block {
	padding: 30px 0 2px;
	font-weight: 300;
}

.contact-group .contact-block {
	padding: 0;
}

.contact-group .contact-block h3 {
	color: inherit;
	margin-bottom: 24px;
}

.contact-container {
	padding-bottom: 30px;
}

address {
	font-style: normal;
	margin-bottom: 55px;
}

.map-holder {
	width: 100%;
	height: 450px;
}

.map-holder iframe {
	width: 100%;
	height: 100%;
}

.blog-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.blog-section h3 {
	margin-bottom: 38px;
}

.data-section {
	padding-top: 82px;
}

.data-main {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	width: 265px;
	height: 265px;
	margin: 0 auto 48px;
	color: #9cd7da;
	font-size: 24px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 15px;
}

.data-main .value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 64px;
	line-height: 1;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 100;
	padding-top: 18px;
	color: #e87e81;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.data-main .name {
	width: 100%;
	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;
}

.data-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	line-height: 1.215;
	margin: 30px -10px 50px;
	width: calc(100% + 20px);
	text-align: center;
	color: #9facb3;
}

.data-list li {
	padding: 0 10px;
	position: relative;
	text-align: center;
}

.data-list li:before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: -1px;
	width: 1px;
	background-color: #d9d9d9;
}

.data-list li:first-child:before {
	content: none;
}

.data-list li:nth-child(2n) .value {
	color: #e87e81;
}

.data-list .value {
	font-size: 30px;
	line-height: 1;
	display: block;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #9cd7da;
}

.data-list .name {
	display: inline-block;
}

.data-list .name .long {
	display: inline-block;
}

.data-list .name .short {
	display: block;
	text-align: left;
}

.posts-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
}

.posts-list.main-posts li {
	width: 100%;
}

.posts-list.main-posts .post-image {
	display: block;
}

.posts-list.main-posts .post-content {
	width: 100%;
}

.posts-list li {
	width: 100%;
	padding: 0 15px;
}

.aside-widget {
	background-color: #5c5f70;
	color: #e87e81;
	padding: 50px 0;
	font-size: 24px;
	text-align: center;
}

.aside-widget strong {
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
}

.post-preview {
	margin-bottom: 40px;
	text-align: left;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.post-preview .post-image {
	display: block;
	padding-bottom: 66.5%;
	margin-bottom: 10px;
	min-height: 215px;
}

.post-image {
	position: relative;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-family: "Museo-Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #292d44;
	text-align: left;
	line-height: 1.195;
	font-weight: 900;
	margin: 0 0 10px;
}

.post-content h1 a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 a {
	color: inherit;
}

.post-content h2 {
	font-size: 36px;
}

.post-content p {
	display: none;
}

.post-content .btn {
	margin-bottom: 15px;
}

.post-content .article-info {
	overflow: hidden;
}

.post-content .article-info > * {
	position: relative;
	margin-right: 14px;
}

.post-content .article-info > *:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: -10px;
	top: .5em;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #292d44;
}

.two-column .post-preview {
	margin-bottom: 20px;
}

.two-column .posts-list {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.two-column .post-image {
	min-height: 0;
	padding-bottom: 59%;
}

.two-column .aside {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.two-column .post-article a {
	color: #5c5f70;
}

.two-column .post-article a:hover {
	opacity: 1;
	color: #9cd7da;
}

.photo-list {
	margin-left: -25px;
	margin-right: -25px;
	width: calc(100% + 50px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 50px;
}

.photo-list li {
	width: 100%;
	border: 1px solid #fff;
}

.photo-list a {
	display: block;
	width: 100%;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.photo-list a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(41, 45, 68, .5);
	z-index: 2;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.photo-list a:hover {
	opacity: 1;
}

.photo-list a:hover:before {
	opacity: .5;
}

.photo-list a:hover .text-block {
	text-shadow: 0 0 5px rgba(41, 45, 68, .5);
}

.photo-list img {
	display: block;
	height: auto;
	width: 100%;
}

.photo-list img.grayscale {
	position: absolute !important;
	opacity: 1;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.photo-list .text-block {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	max-width: 50%;
	-webkit-transition: text-shadow .3s linear;
	transition: text-shadow .3s linear;
}

.photo-list .text-block .name {
	display: block;
	font-weight: 500;
	font-size: 1.167em;
}

.photo-list .text-block .position {
	display: block;
}

.plugin-container img,
.plugin-container iframe {
	width: 100%;
}

.preview-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 32px 0 24px;
}

.preview-list li {
	width: 100%;
	margin-bottom: 56px;
}

.preview-list li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.preview-list .preview {
	box-shadow: 0 0 4px rgba(40, 44, 68, .5);
	position: relative;
}

.preview-list .download {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	text-align: left;
	font-size: 18px;
	line-height: 1.223;
	font-weight: 500;
	background-color: #292d44;
	padding: 20px 15px 10px;
}

.preview-list .download .title {
	display: block;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 4px;
}

.preview-list .download a {
	color: #e87e81;
}

.icon-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

.icon-list li {
	position: relative;
	width: 100%;
	padding: 140px 10px 0;
	margin-bottom: 60px;
}

.icon-list .icon-holder {
	color: #e87e81;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 130px;
	font-size: 120px;
	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;
}

.icon-list .icon-holder img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
	width: auto;
	height: auto;
}

.feature-container {
	margin-bottom: 30px;
	padding-left: 27px;
	position: relative;
	z-index: 10;
}

.feature-container:before {
	content: url("images/hold.png");
	display: block;
	position: absolute;
	width: 54px;
	height: 17px;
	top: 50%;
	left: -2px;
	-webkit-transform: translateY(-90%);
	-ms-transform: translateY(-90%);
	transform: translateY(-90%);
	z-index: -1;
}

.feature-container + h3 {
	margin-top: 60px !important;
}

.feature {
	background-color: #fff;
	border-radius: 8px;
	padding: 17px 5px 17px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 5;
}

.feature .icon-holder {
	text-align: center;
	padding: 13px 10px;
	width: 84px;
}

.feature .icon-holder img {
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
}

.feature .text {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.feature-custom {
	padding-left: 15px;
	margin-top: 50px;
	font-weight: 500;
}

.feature-custom li {
	margin-bottom: 30px;
	position: relative;
}

.feature-custom li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -47px;
	display: block;
	width: 26px;
	height: 26px;
	border: 3px solid #e87e81;
	background-color: #fff;
	border-radius: 50%;
}

.feature-custom .value {
	color: #e87e81;
	line-height: 1.2;
	font-size: 32px;
	margin-bottom: 5px;
	display: block;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 100;
}

.feature-custom .title {
	display: block;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.195;
	margin-bottom: 5px;
}

.fullscreen-img {
	margin-right: calc(-1 * (100vw - 100%) / 2);
	margin-left: calc(-1 * (100vw - 100%) / 2);
	margin-bottom: 50px;
	padding-top: 20px;
}

.fullscreen-img img {
	display: block;
	margin: 0 auto;
}

.fullscreen-img.full {
	margin-left: calc(-1 * (100vw - 100%) / 2);
	text-align: center;
	margin-bottom: 60px;
}

.fullscreen-img.full img {
	width: 100%;
}

.default-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.default-section .search-form {
	display: block !important;
}

.default-section h1 {
	line-height: 1.2;
	margin-left: -8px;
	margin-right: -8px;
}

.default-section h2 {
	margin-bottom: 20px;
}

.default-section h1,
.default-section h2,
.default-section h3,
.default-section h4,
.default-section h5,
.default-section h6 {
	color: #e87e81;
}

.default-section .btn {
	padding: 6px 15px;
	margin-bottom: 30px;
}

.default-section.fill-bg {
	padding-top: 60px;
	margin-bottom: 60px;
}

.lead-section {
	line-height: 1.191;
}

.lead-section h1,
.lead-section h2,
.lead-section h3,
.lead-section h4,
.lead-section h5,
.lead-section h6 {
	color: #9cd7da;
	margin-left: -7px;
	margin-right: -7px;
}

.lead-section h2 {
	margin-bottom: 15px;
}

.lead-section .btn {
	margin-bottom: 40px;
	font-size: 24px;
	padding: 14px 23px;
}

.lead-section .fullscreen-img {
	margin-bottom: 70px;
}

.fill-bg {
	position: relative;
}

.fill-bg:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	z-index: -2;
	background-color: #edf8f8;
}

.fill-bg.alt-bg {
	color: #fff;
}

.fill-bg.alt-bg:before {
	background-color: #292d44;
}

.info-section {
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 2;
}

.info-section.alt-bg {
	color: #fff;
}

.info-section.alt-bg h1,
.info-section.alt-bg h2,
.info-section.alt-bg h3,
.info-section.alt-bg h4,
.info-section.alt-bg h5,
.info-section.alt-bg h6 {
	color: #fff;
	margin-bottom: 10px;
}

.section {
	padding-top: 60px;
}

.section.icon-section {
	padding-top: 20px;
	padding-bottom: 50px;
}

.section.icon-section .btn {
	margin-bottom: 30px;
}

.section.description-section {
	padding-top: 50px;
}

.section.feature-section {
	padding-top: 0;
	padding-bottom: 1px;
	position: relative;
}

.section.feature-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	bottom: 0;
	width: 2px;
	background-image: url("images/feature-border.png");
	background-repeat: repeat-y;
	background-position: top left;
}

.section.feature-section h1,
.section.feature-section h2,
.section.feature-section h3,
.section.feature-section h4,
.section.feature-section h5,
.section.feature-section h6 {
	background-color: #fff;
	position: relative;
	color: #e87e81;
	padding: 0 0 3px;
	margin-bottom: 55px;
}

.section.feature-section .inner-section {
	padding-top: 61px;
	padding-bottom: 30px;
	margin-bottom: 55px;
}

.section.feature-section .inner-section h1,
.section.feature-section .inner-section h2,
.section.feature-section .inner-section h3,
.section.feature-section .inner-section h4,
.section.feature-section .inner-section h5,
.section.feature-section .inner-section h6 {
	background-color: #edf8f8;
	color: #5c5f70;
	margin-top: 0;
}

.section.feature-section.alt-feature-section {
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.section.feature-section.alt-feature-section h2 {
	margin: 45px 0;
	padding: 0;
	font-weight: 300;
	text-align: left;
}

.section.feature-section.alt-feature-section p {
	margin-bottom: 27px;
}

.section p {
	margin-bottom: 0;
}

.section h2 {
	padding: 0 0 20px;
}

.section h2.expand {
	padding-top: 60px;
}

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

.btn {
	font-size: 18px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
	padding: 8px 20px;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	box-shadow: none;
	border-radius: 8px;
	text-align: center;
	color: #e87e81;
	text-shadow: none;
	border: 2px solid #e87e81;
	opacity: 1;
	-webkit-transition: opacity .3s, color .3s, background-color .3s;
	transition: opacity .3s, color .3s, background-color .3s;
}

.btn:hover {
	opacity: 1;
}

.btn:focus {
	outline: none;
}

.btn.btn-default:hover {
	opacity: .6;
}

.btn.btn-alt {
	color: #fff;
	background-color: #9cd7da;
	border-color: #9cd7da;
	width: 100%;
	padding: 10px 20px;
}

.btn.btn-alt:hover {
	color: #9cd7da;
	background-color: transparent;
}

.btn.btn-sm {
	font-size: 16px;
}

.btn.btn-main {
	background-color: #e87e81;
	color: #fff;
}

.btn.btn-main:hover {
	background-color: transparent;
	color: #e87e81;
}

.btn.btn-highlight {
	border-color: #9cd7da;
	color: #9cd7da;
}

.btn.btn-highlight:hover {
	opacity: .6;
}

.btn.btn-inverse {
	color: #292d44;
	background-color: #9cd7da;
	border: 2px solid #9cd7da;
	font-size: 16px;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 10px;
	font-weight: 500;
	width: 100%;
	-webkit-transition: background-color .3s, color .3s, box-shadow .3s;
	transition: background-color .3s, color .3s, box-shadow .3s;
}

.btn.btn-inverse:hover {
	background-color: transparent;
	color: #9cd7da;
}

.testimonial {
	padding-top: 25px;
}

.testimonial h1,
.testimonial h2,
.testimonial h3,
.testimonial h4,
.testimonial h5,
.testimonial h6 {
	text-align: center;
}

.testimonial h2 {
	padding: 15px 0 33px;
}

.partner-list {
	margin: 0 -12px 20px;
	width: calc(100% + 24px);
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.partner-list li {
	width: 50%;
	padding: 20px 17px 12px;
	text-align: center;
}

.partner-list img {
	width: auto;
	max-height: 95px;
}

.quest-list {
	margin-bottom: 50px;
}

.quest-list li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}

.quest-list li:before {
	content: "\f059";
	position: absolute;
	top: 6px;
	left: 0;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 1;
	color: #9cd7da;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.quest-list li p {
	margin-bottom: 5px;
}

.quest-list strong {
	font-weight: 900;
	color: #292d44;
}

.testimonial-link {
	display: block;
	color: inherit;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.testimonial-link:hover {
	opacity: 1;
	color: #e87e81;
}

.label.label-danger {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #ffebe8;
	border: 1px solid #c00;
}

.label.label-primary {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #dff0d8;
	border: 1px solid #468847;
}

.sign-block {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
	max-width: 540px;
	font-size: 18px;
}

.sign-block h3 {
	font-weight: 100;
	margin-bottom: 10px;
}

.sign-form {
	padding: 0 0 30px;
}

.sign-form label {
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

.sign-form .form-notice {
	margin-bottom: 30px;
}

.sign-form .input-container {
	margin-bottom: 34px;
}

.sign-form .form-footer {
	padding-top: 10px;
}

.sign-form input[type="text"],
.sign-form input[type="email"],
.sign-form input[type="password"],
.sign-form input[type="tel"],
.sign-form input[type="number"] {
	display: block;
	width: 100%;
}

.sign-form input[type="submit"],
.sign-form button[type="submit"] {
	margin-right: 15px;
}

.sign-form a {
	display: inline-block;
	vertical-align: middle;
	color: #e87e81;
}

.footer-banner {
	position: relative;
	min-height: 560px;
	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;
	padding: 35px 0 20px;
	color: #e87e81;
}

.footer-banner:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(41, 45, 68, .64);
	z-index: -1;
}

.footer-banner:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 470px;
	width: 0;
}

.footer-banner h2 {
	margin-bottom: 35px;
}

.footer-banner .btn {
	font-size: 24px;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 14px 20px;
}

.footer-banner .banner-info {
	font-size: 14px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.footer-banner .container {
	margin-left: 0;
	margin-right: 0;
}

.footer-banner.alt-heading {
	color: #fff;
	font-weight: 300;
}

.footer-banner.alt-heading h1,
.footer-banner.alt-heading h2,
.footer-banner.alt-heading h3,
.footer-banner.alt-heading h4,
.footer-banner.alt-heading h5,
.footer-banner.alt-heading h6 {
	color: #9cd7da;
	font-weight: 100;
}

.footer-banner.alt-heading h2 {
	margin-bottom: 0;
}

#footer {
	width: 100%;
	-ms-flex-item-align: end;
	align-self: flex-end;
	background-color: #292d44;
	font-size: 12px;
	font-weight: 500;
	color: #9cd7da;
}

#footer .footer-container {
	padding: 45px 30px 0;
}

#footer .social-networks {
	text-align: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	font-size: inherit;
}

#footer .social-networks li {
	padding: 0 5px;
}

.social-networks {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 22px;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 7px;
}

.social-networks li:first-child {
	padding-left: 0;
}

.social-networks a {
	color: #fff;
}

.footer-list {
	margin-bottom: 28px;
}

.footer-list li {
	margin-bottom: 15px;
	vertical-align: top;
}

.footer-list a {
	-webkit-transition: color .3s;
	transition: color .3s;
}

.footer-list a:hover {
	color: #fff;
	opacity: 1;
}

.back-panel {
	background-color: #545769;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px 10px 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
}

.back-panel a {
	display: block;
}

.back-panel .fa {
	display: block;
	margin-bottom: 3px;
	font-size: 1.734em;
}

.footer-nav {
	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;
	margin: 0 -10px 72px;
	width: calc(100% + 20px);
}

.footer-nav .logo-block {
	width: 22%;
	display: none;
	text-align: center;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.footer-nav .logo-block .logo {
	width: 95px;
	max-width: 100%;
	margin: 0 auto;
	line-height: 1.1;
}

.footer-nav .logo-block .logo a {
	display: block;
	color: #fff;
}

.footer-nav .logo-block .logo .text {
	display: block;
	letter-spacing: -.47px;
}

.footer-nav .logo-block .logo .text span {
	font-weight: 700;
}

.footer-nav .logo-block .btn {
	font-size: 10px;
}

.footer-nav .column {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 10px;
}

.footer-nav .column .footer-list {
	width: 50%;
}

.footer-nav .column.half {
	width: 50%;
}

.footer-nav .column.half .footer-list {
	width: 100%;
}

.footer-nav .column .row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.footer-nav .column .title {
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	display: block;
	margin-bottom: 13px;
}

.footer-nav .column .column-block {
	width: 50%;
}

.footer-nav .column .column-block .footer-list {
	width: 100%;
}

.footer-nav .column .column-block.full-sm {
	width: 100%;
}

.footer-nav .btn-block {
	padding: 10px 0;
}

.footer-nav .btn-block .btn {
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
}

.footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-left: -31px;
	margin-right: -30px;
	position: relative;
	z-index: 2;
}

.footer-links .footer-item {
	width: 100%;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.footer-links .footer-item.half {
	width: 50%;
}

.footer-links .footer-item.half .title {
	font-size: 20px;
}

.footer-links .footer-item-inner {
	position: relative;
	display: block;
	height: 183px;
	color: #fff;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
}

.footer-links .footer-item-inner:hover {
	box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, .5);
	opacity: 1;
}

.footer-links .footer-item-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 5px;
	text-align: center;
	font-size: 15px;
	text-shadow: 0 0 16px rgba(0, 0, 0, .5);
}

.footer-links .footer-item-text > * {
	display: block;
}

.footer-links .title {
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: 500;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.social-block {
	background-color: #fff;
	padding: 35px 0;
}

.lightbox-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

div.lightbox {
	position: relative;
	width: 100%;
}

div.lightbox.person-lightbox {
	background-color: #292d44;
	font-size: 21px;
}

div.lightbox.lightbox-default {
	max-width: 750px;
	background-color: #9cd7da;
}

div.lightbox.lightbox-default.alt {
	background-color: #fff;
}

div.lightbox.lightbox-default.lightbox-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100vw;
	min-height: calc(100vh - 60px) !important;
}

div.lightbox.lightbox-default.lightbox-center h3 {
	color: #e87e81;
	font-weight: 900;
}

div.lightbox.lightbox-default.lightbox-center .btn {
	margin-bottom: 30px;
}

div.lightbox.lightbox-demo {
	max-width: 750px;
	background-color: #edf8f8;
}

div.lightbox.lightbox-demo h3 {
	font-weight: 700;
	margin-top: 15px;
}

div.lightbox.lightbox-video {
	width: 100%;
	height: calc(100vh - 48px);
}

div.lightbox.lightbox-video video {
	width: 100%;
}

div.lightbox.lightbox-video .video-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-content {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.lightbox-testimonial {
	background-color: #fff;
	padding: 40px 35px;
}

.lightbox-testimonial .header {
	margin-bottom: 40px;
	text-align: center;
}

.lightbox-testimonial .header img {
	vertical-align: top;
}

.lightbox-testimonial blockquote {
	border: none;
	padding: 0;
}

.lightbox-testimonial blockquote p {
	border-bottom: 2px solid #e87e81;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.lightbox-testimonial blockquote cite {
	color: #292d44;
	text-align: right;
	width: 100%;
	font-size: 24px;
	padding: 0;
}

.lightbox-testimonial blockquote .name {
	font-size: 24px;
	font-weight: 500;
}

.lightbox-testimonial blockquote .info {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
}

.lightbox-banner {
	position: relative;
	min-height: 280px;
	z-index: 3;
}

.lightbox-banner:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: -webkit-linear-gradient(bottom, transparent 0%, #5c5f70 100%, #5c5f70 100%);
	background-image: linear-gradient(to top, transparent 0%, #5c5f70 100%, #5c5f70 100%);
}

.lightbox-banner .person-photo {
	position: absolute;
	bottom: 0;
	left: 27px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #5c5f70;
	width: 158px;
	height: 158px;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	border: 2px solid #9cd7da;
}

.lightbox-banner .person-photo img {
	width: 100%;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.lightbox-banner.uncovered:before {
	content: none;
}

.person-content {
	padding: 117px 26px 60px;
	color: #fff;
}

.person-content .header {
	margin-bottom: 27px;
	font-family: "Museo-Sans-Rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.person-content .name {
	font-size: 36px;
	color: #e87e81;
	display: block;
	font-weight: 900;
}

.person-content .position {
	display: block;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
}

.person-content .add-info {
	display: block;
	font-size: 21px;
	font-family: "Museo-Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.close-block {
	text-align: justify;
	padding: 25px;
	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;
}

.close-block.buttons {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lightbox-close {
	position: relative;
	z-index: 8040;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #e87e81;
	-webkit-transform: rotatez(45deg);
	-ms-transform: rotatez(45deg);
	transform: rotatez(45deg);
}

.lightbox-close:before,
.lightbox-close:after {
	content: "";
	display: block;
	width: 3px;
	height: 30px;
	background-color: #e87e81;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lightbox-close:after {
	width: 30px;
	height: 3px;
}

.lightbox-banner .lightbox-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.lightbox-content {
	padding: 40px 12px;
}

.lightbox-content .header {
	padding: 0 20px;
	text-align: center;
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 50px;
	color: #292d44;
}

.lightbox-content .header strong {
	display: block;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px;
}

.lightbox-content .header .icon {
	display: inline-block;
	margin-bottom: 15px;
}

.lightbox-content .header .text {
	display: block;
}

.lightbox-demo .lightbox-content .header {
	font-size: 18px;
}

.registration {
	width: 100%;
	color: #292d44;
}

.registration .input-container {
	margin-bottom: 25px;
}

.registration label {
	font-size: 13px;
	display: block;
	letter-spacing: 1.44px;
	margin-bottom: 3px;
}

.registration input[type="text"],
.registration input[type="email"],
.registration input[type="tel"],
.registration input[type="password"],
.registration input[type="search"] {
	background-color: #fff;
	color: #000;
	padding: 5px;
	line-height: 34px;
	width: 100%;
	border-color: #fff;
	border-radius: 0;
}

.registration input[type="submit"],
.registration button[type="submit"],
.registration .btn {
	margin: 35px 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

hr {
	border-color: #9cd7da;
	border-style: solid;
	margin-bottom: 55px;
}

.bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.bg-stretch video,
.bg-stretch iframe {
	width: 100%;
	height: 100%;
}

/* grayscale image styles */

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.grayscale-fix {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	display: block;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.map-holder {
	overflow: hidden;
	position: relative;
}

.map-holder .map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.icon-plus {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	border-radius: 50%;
	border: 2px solid #e87e81;
	position: relative;
}

.icon-plus:before,
.icon-plus:after {
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	background-color: #e87e81;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.icon-plus:after {
	width: 20px;
	height: 3px;
}

.icon-cross {
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	margin-right: 5px;
	border-radius: 50%;
	border: 2px solid #292d44;
	position: relative;
	-webkit-transform: rotatez(45deg);
	-ms-transform: rotatez(45deg);
	transform: rotatez(45deg);
}

.icon-cross:before,
.icon-cross:after {
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	background-color: #292d44;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.icon-cross:after {
	width: 20px;
	height: 3px;
}

.icon-back {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	border-radius: 50%;
	border: 2px solid #292d44;
	position: relative;
}

.icon-back:before,
.icon-back:after {
	content: "";
	display: block;
	width: 3px;
	height: 22px;
	background-color: #292d44;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform: rotatez(45deg) translate(0%, 25%);
	-ms-transform: rotatez(45deg) translate(0%, 25%);
	transform: rotatez(45deg) translate(0%, 25%);
}

.icon-back:after {
	top: auto;
	bottom: 0;
	-webkit-transform: rotatez(-45deg) translate(0%, -25%);
	-ms-transform: rotatez(-45deg) translate(0%, -25%);
	transform: rotatez(-45deg) translate(0%, -25%);
}

.chart-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.chart-container .info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.chart-container svg {
	width: 100% !important;
	height: 100% !important;
}

.rfbp-comment-count,
.rfbp-like-count {
	background-image: none !important;
	font-size: 14px;
	color: #5c5f70;
	padding-left: 0;
	margin-right: 12px;
}

.rfbp-like-count {
	background-position: -2px -119px;
}

.rfbp-like-count:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f164";
	margin-right: 5px;
}

.rfbp-comment-count {
	background-position: -2px -70px;
}

.rfbp-comment-count:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f075";
	margin-right: 5px;
}

.rfbp-post-link:hover {
	opacity: 1;
}

.recent-facebook-posts {
	max-height: 385px;
	overflow-y: auto;
	background-color: #eee;
	padding: 10px 5px;
}

.rfbp-post,
.rfbp-page-link-wrap {
	padding: 5px 7px 7px;
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

.rfbp-page-link-wrap {
	margin-bottom: 0;
}

.null-instagram-feed {
	max-height: 425px;
	overflow-y: auto;
	margin-bottom: 30px;
	position: relative;
}

.null-instagram-feed h3 {
	margin-bottom: 10px !important;
}

.instagram-pics {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.instagram-pics li {
	width: 33.333%;
	border: 1px solid #fff;
}

.instagram-pics img {
	vertical-align: top;
	width: 100%;
}

.widget_rfb_widget {
	margin-bottom: 30px;
}

.widget_rfb_widget h3 {
	margin-bottom: 10px !important;
}

.widget_rfb_widget p {
	margin-bottom: 15px;
}

.rfbp-image-link:hover {
	opacity: 1;
}

.widget h4 {
	margin-bottom: 5px;
}

.widget h4 a {
	color: #000;
}

.text-careers-block {
	padding-top: 81px;
	padding-bottom: 15px;
	font-size: 21px;
	color: #5c5f70;
	font-weight: 300;
	padding-bottom: 35px;
}

.text-careers-block.container {
	max-width: 1190px;
}

.text-careers-block h1 {
	margin: 0 0 44px;
	color: #e87e81;
	font-weight: 100;
}

.careers-block {
	font-size: 21px;
	font-weight: 300;
	background: #edf8f8;
	color: #5c5f70;
	position: relative;
	min-height: 858px;
	margin-top: 100px;
	padding: 82px 0 5px;
}

.careers-block .container {
	max-width: 1190px;
	padding-right: 20%;
}

.careers-block .wrap {
	padding-right: 35%;
}

.careers-block .image {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 375px;
}

.careers-block .image img {
	vertical-align: top;
}

.careers-block .ttl {
	color: #e87e81;
	display: block;
	font-weight: 100;
	font-size: 36px;
	line-height: 1.2;
	margin: 0 0 79px;
}

.careers-block h2 {
	color: #292d44;
	margin: 0 0 19px;
	font-weight: 300;
}

.careers-block p {
	margin: 0 0 79px;
}

.photo-grid {
	letter-spacing: -7px;
}

.photo-grid .img {
	border: 2px solid #fff;
	width: 25%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.photo-grid .img.big {
	width: 50%;
}

.photo-grid .img:hover {
	opacity: .8;
}

.photo-grid img {
	width: 100%;
	vertical-align: top;
	display: block;
}

.widget-carrers {
	max-width: 1180px;
	padding-top: 80px;
	padding-bottom: 79px;
}

.widget-carrers h2 {
	color: #e87e81;
	font-weight: 300;
	margin: 0 0 79px;
}

.widget-carrers .image img {
	vertical-align: top;
}

.widget-carrers .sjb-page,
.careers-post .sjb-page {
	font-family: "Roboto",sans-serif;
}

.widget-carrers .sjb-page .btn-primary,
.careers-post .sjb-page .btn-primary {
	background-color: #e87e81 !important;
	border: 2px solid #e87e81 !important;
	box-shadow: none !important;
}

.widget-carrers .sjb-page .btn-primary:hover,
.careers-post .sjb-page .btn-primary:hover {
	background-color: transparent !important;
	color: #e87e81;
}

.widget-carrers .sjb-page .list-data .company-logo img,
.careers-post .sjb-page .list-data .company-logo img {
	border: none;
}

.widget-carrers .sjb-page .list-data .company-logo,
.careers-post .sjb-page .list-data .company-logo {
	width: 94px;
	margin-bottom: 12px;
}

.widget-carrers .sjb-page .list-data,
.careers-post .sjb-page .list-data {
	margin: 15px 0 5px;
	padding: 20px 20px 20px;
}

.widget-carrers .sjb-page .list-data .header-margin-top,
.careers-post .sjb-page .list-data .header-margin-top {
	margin-top: 0;
}

.widget-carrers .sjb-page .list-data .job-info h4,
.careers-post .sjb-page .list-data .job-info h4 {
	padding: 9px 0 0 22px;
}

.widget-carrers .sjb-page .job-description .btn-primary,
.careers-post .sjb-page .job-description .btn-primary {
	padding: 7px 20px 6px;
	font-size: 20px;
	border-radius: 5px;
}

.widget-carrers .sjb-page .sjb-detail .jobpost-form .file div,
.widget-carrers .sjb-page .sjb-detail .jobpost-form .file:hover div,
.careers-post .sjb-page .sjb-detail .jobpost-form .file div,
.careers-post .sjb-page .sjb-detail .jobpost-form .file:hover div {
	background: #e87e81;
}

.widget-carrers .sjb-page .sjb-detail .list-data h3,
.widget-carrers .sjb-page .list-data .job-type,
.widget-carrers .sjb-page .list-data .job-location,
.widget-carrers .sjb-page .list-data .job-date,
.careers-post .sjb-page .sjb-detail .list-data h3,
.careers-post .sjb-page .list-data .job-type,
.careers-post .sjb-page .list-data .job-location,
.careers-post .sjb-page .list-data .job-date {
	color: #e87e81;
}

.careers-post {
	padding-bottom: 30px;
}

.careers-post.container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.careers-post .container {
	max-width: 1200px;
}

.careers-post .sjb-page .sjb-detail {
	margin: 0;
}

.careers-post .sjb-page table {
	margin: 0;
}

.careers-post .sjb-page .sjb-detail .job-features .table td {
	border-right: 0;
	border-left: 0;
	border-bottom: 0 !important;
	padding: 11px 15px !important;
	border-top: 1px solid #ccc !important;
}

.careers-post .sjb-page .sjb-detail .job-features .table td:first-child {
	width: 46%;
	border-left: 0;
	font-weight: 700;
}

.careers-post .sjb-page .sjb-detail .job-features .table td:last-child {
	border-right: 0;
}

.careers-post .sjb-page .sjb-detail .list-data ul li.country:before {
	display: none;
}

.careers-post .sjb-page .sjb-detail .list-data ul li:before {
	content: "\f111";
	color: #666;
	font-size: 6px;
}

.careers-post .sjb-page .sjb-detail .jobpost-form .app-submit {
	width: 100px;
	height: 40px;
	font-size: 20px;
	border-radius: 8px;
	border: 2px solid #e87e81;
	padding: 0;
}

.careers-post .sjb-page .sjb-detail .jobpost-form .app-submit:hover {
	background-color: transparent;
	color: #e87e81;
}

.careers-post .sjb-page .form-group {
	margin: 0 0 8px;
}

.careers-post .sjb-page .sjb-detail .jobpost-form {
	max-width: 945px;
}

.visual-image {
	background-size: cover;
	height: 340px;
	margin: 0 0 60px;
	border-bottom: 1px solid #979797;
}

.visual-image img {
	vertical-align: top;
}

#main > .visual-image:first-child {
	margin-top: 140px;
}

.listing_dropdown .col a {
	font-size: 12px;
}

.listing_dropdown_footer {
	float: left;
	clear: left;
	font-size: 12px;
}

.field_with_errors .text,
.field_with_errors .text {
	border: 1px solid #e1c6df;
	background-color: #fff8f8;
}

/*.lwa-form .field_with_errors {

}*/

/* Form Validation
   ========================================================================== */

form.validate label.error {
	display: none !important;
}

form.validate input.error {
	background-color: #ffe1e1;
}

/* ==========================================================================
	 Generic full screen handling
   ========================================================================== */

body.full_screen_modal #intercom-container {
	display: none;
}

body.full_screen_modal #wrapper {
	filter: blur(6px);
	-webkit-filter: blur(6px);
}

/* ==========================================================================
	 Intro video shown in full screen
   ========================================================================== */

#video_modal {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#video_modal_close {
	position: absolute;
	top: 60px;
	left: 20px;
	cursor: pointer;
}

/* ==========================================================================
	 Schedule Demo with Calendly plugin
   ========================================================================== */

#request_demo_mobile {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#calendly_plugin_container_mobile {
	margin-top: 80px;
}

#close_request_demo_holder {
	padding: 15px;
	position: fixed;
	background-color: #edf8f8;
	width: 100%;
	top: 0;
}

#close_request_demo_holder .header {
	float: left;
}

#close_request_demo_holder .header h3 {
	font-size: 24px;
	margin: 10px;
}

#close_request_demo_mobile {
	cursor: pointer;
	display: block;
	float: right;
}

/* ==========================================================================
	 Event modal shown in full screen
   ========================================================================== */

#generic_event_modal {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#generic_event_modal .fancybox-overlay {
	top: 0;
	width: auto;
	height: auto;
	background: rgba(41, 45, 68, .8);
	display: block;
}

#generic_event_modal .vertical_align_outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}

#generic_event_modal .vertical_align_middle {
	display: table-cell;
	vertical-align: middle;
}

#generic_event_modal .vertical_align_inner {
	margin-left: auto;
	margin-right: auto;
}

#generic_event_modal .event_content {
	width: 1080px;
	z-index: 8030;
}

#generic_event_modal .event_content .left {
	display: inline-block;
	vertical-align: top;
}

#generic_event_modal .event_content .left img {
	width: 340px;
}

#generic_event_modal .event_content .right {
	display: inline-block;
	max-width: 647px;
	margin-left: 87px;
}

#generic_event_modal .event_content .right .event_title {
	color: #9cd7da;
	font-size: 36px;
	line-height: 43px;
}

#generic_event_modal .event_content .right .event_description {
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	margin-top: 10px;
}

#generic_event_modal .event_content .right .event_link {
	width: 340px;
	margin-top: 40px;
	color: #fff;
	font-size: 24px;
	line-height: 29px;
}

#generic_event_modal .event_content .right #generic_event_modal_close {
	cursor: pointer;
	margin: 60px 0 0 59px;
	font-size: 24px;
	line-height: 29px;
	color: #9cd7da;
}

#generic_event_modal .event_content .right #generic_event_modal_close_mobile {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

/* desktop fix */

/* generic mobile/tablet handling */

/* generic mobile handling */

/* iPad portrait specialty */

/* iPhone5 specialty */

@media (min-width: 375px) {
	.comment-form input[type="submit"].fa,
	.comment-form button.fa,
	.post-password-form input[type="submit"].fa,
	.post-password-form button.fa,
	.search-form input[type="submit"].fa,
	.search-form button.fa {
		font-size: 21px;
	}

	.comment-form input[type="submit"],
	.comment-form button,
	.post-password-form input[type="submit"],
	.post-password-form button,
	.search-form input[type="submit"],
	.search-form button {
		font-size: 21px;
	}

	body {
		font-size: 21px;
	}

	.header-top .btn-highlight {
		margin-right: 15px;
	}

	.logo {
		width: 54px;
	}

	.nav-drop .btn-block .btn {
		font-size: 18px;
	}

	.subheader .subscribe-form input[type="email"],
	.subheader .subscribe-form input[type="text"] {
		font-size: 18px;
		line-height: 22px;
		padding: 3px 35px 3px 6px;
	}

	.visual {
		font-size: 24px;
	}

	.blog-page .visual {
		font-size: 18px;
	}

	.description-block .column img {
		margin-bottom: 60px;
	}

	.description-block .highlight-block .value {
		font-size: 120px;
	}

	.data-list {
		width: calc(100% + 40px);
		margin: 60px -20px 50px;
		font-size: 14px;
	}

	.data-list li {
		padding: 0 20px;
	}

	.data-list .value {
		font-size: 36px;
	}

	.preview-list .download {
		padding: 25px 24px 15px;
	}

	.preview-list .download .title {
		font-size: 30px;
	}

	.icon-list {
		font-size: 21px;
	}

	.btn {
		font-size: 21px;
	}

	.btn.btn-sm {
		font-size: 18px;
	}

	#footer {
		font-size: 15px;
	}

	.footer-nav .column .title {
		font-size: 18px;
	}

	.footer-nav .btn-block .btn {
		font-size: 16px;
	}

	.footer-links .footer-item.half .title {
		font-size: 24px;
	}

	.footer-links .footer-item-text {
		font-size: 18px;
	}

	.footer-links .title {
		font-size: 30px;
	}

	.lightbox-demo .lightbox-content .header {
		font-size: 21px;
	}
}

@media (min-width: 480px) {
	h1 {
		font-size: 44px;
	}

	.alarm-block {
		font-size: 16px;
	}

	.main-nav {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.description-block .mockup-holder {
		min-height: 400px;
	}

	.posts-list.main-posts li {
		width: 100%;
	}

	.two-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.two-column .posts-list {
		width: 77%;
	}

	.two-column .aside {
		width: 23%;
	}

	.photo-list li {
		width: 50%;
	}

	.photo-list .text-block {
		max-width: 75%;
	}

	.icon-list {
		width: calc(100% + 20px);
	}

	.icon-list li {
		width: 50%;
		padding: 140px 10px 0;
	}

	.section p {
		margin-bottom: 10px;
	}

	#footer .social-networks {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#footer .social-networks li {
		padding: 0 15px;
	}
}

@media (min-width: 768px) {
	blockquote {
		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;
	}

	blockquote p {
		margin-bottom: 0;
	}

	blockquote cite {
		padding: 0 15px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 25%;
	}

	#content {
		width: 65%;
	}

	#sidebar {
		width: 30%;
	}

	#sidebar .search-form input[type="search"] {
		width: 120px;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.fancybox-overlay {
		top: 60px;
	}

	.hidden-lg {
		display: none !important;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	h1 {
		font-size: 56px;
	}

	h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	#header a.hidden-lg {
		display: inline-block !important;
	}

	.alarm-block p {
		padding: 18px 25px;
	}

	.alarm-block .opener {
		right: 20px;
	}

	.subheader .opener {
		padding: 0;
		margin-right: 25px;
	}

	.subscribe-active .subheader .opener {
		display: inline-block;
		opacity: 1;
	}

	.subheader .interact-block {
		width: auto;
	}

	.subheader .subscribe-block {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}

	.subheader .subscribe-form {
		width: 200px;
		opacity: 0;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}

	.subscribe-active .subheader .subscribe-form {
		opacity: 1;
		width: 200px;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}

	.subheader .subscribe-form input[type="email"],
	.subheader .subscribe-form input[type="text"] {
		width: 200px;
		overflow: hidden;
	}

	.subheader .slide {
		padding: 16px 12px;
	}

	.subheader-container {
		padding: 0 9px 0 12px;
	}

	.blog-category {
		text-align: left;
		display: inline-block;
		vertical-align: top;
		width: 33.333%;
		padding-right: 15px;
	}

	.blog-category li {
		margin-bottom: 7px;
	}

	#main > *:first-child {
		margin-top: 150px;
	}

	.main-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 25px;
	}

	.visual + .main-container {
		padding-top: 30px;
	}

	.visual blockquote {
		font-size: 54px;
	}

	.visual .calculate {
		padding-left: 20px;
		padding-right: 20px;
	}

	.visual .calculate h1 {
		margin-top: 100px;
		margin-bottom: 0;
	}

	.visual h1 {
		color: #9cd7da;
		margin-bottom: 50px;
	}

	.visual .btn-block .btn {
		display: inline-block !important;
		margin-left: 8px;
		margin-right: 8px;
	}

	.blog-page .visual {
		padding: 30px 5% 30px 15px;
	}

	.blog-page .visual h1,
	.blog-page .visual h2,
	.blog-page .visual h3 {
		margin-bottom: 22px;
	}

	.blog-page .visual .category {
		margin-bottom: 19px;
	}

	.visual-panel {
		font-size: 24px;
		padding: 10px 0 15px;
	}

	.visual-panel .btn {
		margin-left: 15px;
	}

	.banner-table th:last-child,
	.banner-table td:last-child {
		font-size: 2.667em;
	}

	.banner-table th,
	.banner-table td {
		padding: 4px 5px;
	}

	.calculate-form {
		font-size: 14px;
	}

	.calculate-form .row {
		margin-left: -5px;
		margin-right: -5px;
		margin-bottom: 40px;
		letter-spacing: -.3em;
	}

	.calculate-form .input-container {
		width: 33.333%;
		padding: 0 5px;
		margin-bottom: 0;
	}

	.description-block:nth-child(2n) .mockup-holder {
		margin-right: 0;
		margin-left: calc(-1 * (100vw - 100%) / 2);
	}

	.description-block:nth-child(2n) .mockup-holder .bg-stretch {
		background-position: right center;
	}

	.description-block:nth-child(2n) .main-block {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.description-block:nth-child(2n) .description-text {
		padding-right: 0;
		padding-left: 15px;
	}

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

	.description-block .main-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-bottom: 30px;
	}

	.description-block .mockup-holder {
		margin-right: calc(-1 * (100vw - 100%) / 2);
		margin-left: 0;
		margin-bottom: 0;
		width: 200%;
	}

	.description-block .mockup-holder .bg-stretch {
		background-position: left center;
	}

	.description-block .description-text {
		width: 50%;
		padding: 60px 15px 60px 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.description-block .slide {
		padding-bottom: 0;
		text-align: center;
	}

	.description-block .slide-content {
		padding: 30px 0 20px;
	}

	.description-block .column {
		width: 33.333%;
		float: left;
		padding: 0 10px;
	}

	.description-block .column img {
		width: 80%;
	}

	.description-block .highlight-container {
		margin-left: calc(-1 * (100vw - 100%) / 2);
		margin-right: calc(-1 * (100vw - 100%) / 2);
	}

	.contact-block {
		text-align: center;
		padding: 44px 0 37px;
	}

	.contact-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 50%;
		padding-right: 15px;
	}

	.contact-group .contact-block {
		width: 100%;
		padding: 0 10px;
		text-align: left;
	}

	.contact-group .contact-block h3 {
		margin-bottom: 8px;
	}

	.contact-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 65px;
		padding-bottom: 50px;
	}

	.map-holder {
		width: 50%;
	}

	.blog-section {
		padding-top: 59px;
		padding-bottom: 59px;
	}

	.blog-section h3 {
		margin-bottom: 59px;
	}

	.data-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.data-main {
		margin: 0;
		background-image: none !important;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.data-main .value {
		padding-top: 0;
		margin-bottom: 5px;
	}

	.data-list {
		width: auto;
		font-size: 21px;
		margin-left: 0;
		margin-right: 0;
		line-height: 1.429;
		color: #5c5f70;
		font-weight: 300;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.data-list li:nth-child(2n) .value {
		color: #9cd7da;
	}

	.data-list .value {
		font-size: 64px;
		font-weight: 100;
		margin-bottom: 8px;
	}

	.posts-list.main-posts .post-preview {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.posts-list.main-posts .post-image {
		width: 40%;
		margin-right: 10px;
		padding-bottom: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.posts-list.main-posts .post-content {
		padding: 0 10px 10px 0;
	}

	.post-preview {
		margin-bottom: 60px;
	}

	.post-preview .post-image {
		margin-bottom: 0;
	}

	.post-content {
		line-height: 1.223;
		font-size: 18px;
	}

	.post-content p {
		display: block;
	}

	.post-content .btn {
		min-width: 323px;
		margin-bottom: 35px;
	}

	.post-content .article-info > *:before {
		left: -11px;
	}

	.two-column .post-image {
		margin-bottom: 20px;
	}

	.photo-list {
		margin-left: -20px;
		margin-right: -20px;
		padding: 0 20px;
		width: calc(100% + 40px);
	}

	.photo-list li {
		width: 33.333%;
	}

	.preview-list {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: -25px;
	}

	.preview-list li {
		width: 50%;
		padding: 0 25px;
	}

	.preview-list .download {
		font-size: 21px;
	}

	.preview-list .download .title {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.icon-list {
		font-size: 18px;
	}

	.icon-list li {
		width: 25%;
	}

	.feature-container:nth-of-type(odd):before {
		left: calc(50% - 8px);
	}

	.feature-container:nth-of-type(odd) {
		padding-left: calc(50% + 45px);
	}

	.feature-container:nth-of-type(even):before {
		left: auto;
		right: calc(50% - 8px);
		-webkit-transform: rotatez(180deg) translateY(10%);
		-ms-transform: rotatez(180deg) translateY(10%);
		transform: rotatez(180deg) translateY(10%);
	}

	.feature-container:nth-of-type(even) {
		padding-left: 0;
		padding-right: calc(50% + 45px);
	}

	.feature-container {
		margin-bottom: 0;
	}

	.feature-container + h3 {
		margin-top: 100px !important;
	}

	.feature {
		padding: 20px 10px;
	}

	.feature .icon-holder {
		padding: 0 20px 0 10px;
		width: 94px;
	}

	.feature-custom {
		padding-left: 25px;
		font-size: 21px;
	}

	.feature-custom li:before {
		left: -57px;
		top: 15px;
	}

	.feature-custom li {
		margin-bottom: 50px;
	}

	.feature-custom .value {
		font-size: 48px;
	}

	.feature-custom .title {
		font-size: 30px;
	}

	.default-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.default-section h1 {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 22px;
	}

	.lead-section h2 {
		font-size: 48px;
	}

	.lead-section p {
		padding: 0 10%;
	}

	.info-section {
		margin-bottom: 50px;
	}

	.section {
		padding-top: 50px;
	}

	.section.feature-section:before {
		left: calc(50% - 1px);
	}

	.section.feature-section h1,
	.section.feature-section h2,
	.section.feature-section h3,
	.section.feature-section h4,
	.section.feature-section h5,
	.section.feature-section h6 {
		text-align: center;
		margin-bottom: 100px;
		font-weight: 500;
		padding: 10px 0;
	}

	.section.feature-section .inner-section {
		padding-top: 100px;
		padding-bottom: 100px;
		margin-bottom: 100px;
	}

	.section.feature-section.alt-feature-section:before {
		left: 30px;
	}

	.section.feature-section.alt-feature-section {
		background-position: top left;
		padding-right: 20px;
	}

	.section.feature-section.alt-feature-section h2 {
		margin: 0 0 20px;
		text-align: left;
	}

	.section p {
		margin-bottom: 20px;
	}

	.btn.btn-alt {
		width: auto;
	}

	.btn.btn-lg {
		font-size: 24px;
		padding: 14px 23px;
	}

	.testimonial {
		padding: 30px 20px 0;
	}

	.partner-list li {
		width: 25%;
	}

	.partner-list img {
		max-height: 160px;
	}

	.quest-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		margin-bottom: 100px;
	}

	.quest-list li {
		vertical-align: top;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-moz-page-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid-column;
	}

	.testimonial-link:nth-of-type(2) blockquote {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.sign-block {
		font-size: 21px;
		padding-top: 63px;
		padding-bottom: 100px;
	}

	.sign-form {
		padding: 0 0 56px;
	}

	.sign-form .form-notice {
		margin-bottom: 56px;
	}

	.sign-form .form-footer {
		padding-top: 15px;
	}

	.sign-form input[type="submit"],
	.sign-form button[type="submit"] {
		padding: 11px 27px;
	}

	.footer-banner .banner-info {
		font-size: 18px;
	}

	.footer-banner.alt-heading p {
		padding: 0 10%;
		margin-bottom: 55px;
	}

	#footer .footer-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0;
	}

	.footer-list {
		margin-bottom: 0;
	}

	.footer-list li {
		margin-bottom: 6px;
	}

	.footer-nav {
		width: 50%;
		margin: 0;
	}

	.footer-nav .column {
		padding-top: 15px;
	}

	.footer-nav .column .title {
		margin-bottom: 5px;
	}

	.footer-nav .column .column-block.full-sm {
		width: 50%;
	}

	.footer-nav .btn-block {
		padding-bottom: 0;
	}

	.footer-nav .btn-block .btn {
		font-size: 12px;
	}

	.footer-links {
		width: 50%;
		margin-left: -1px;
		margin-right: 0;
	}

	.footer-links .footer-item-inner {
		height: 200px;
	}

	div.lightbox.lightbox-default.lightbox-center {
		width: auto;
		min-width: 375px;
	}

	.lightbox-testimonial {
		padding: 60px 43px;
	}

	.lightbox-testimonial blockquote {
		display: block;
	}

	.lightbox-testimonial blockquote p {
		padding-bottom: 60px;
		margin-bottom: 60px;
		border-width: 1px;
	}

	.person-content {
		padding: 140px 60px 60px;
	}

	.person-content .header {
		margin-bottom: 50px;
	}

	.person-content .name {
		font-size: 48px;
		font-weight: 300;
	}

	.person-content .position {
		font-size: 30px;
		font-weight: 300;
	}

	.person-content .add-info {
		color: #5c5f70;
	}

	.lightbox-banner .lightbox-close {
		top: 20px;
		right: 30px;
	}

	.lightbox-content {
		padding: 40px 50px;
	}

	.lightbox-content .header {
		padding: 0 40px;
		margin-bottom: 60px;
	}

	.lightbox-content .header strong {
		margin-bottom: 35px;
	}

	.lightbox-content .header .icon {
		margin-bottom: 25px;
	}

	.widget_rfb_widget {
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.data-list li:first-child {
		padding-left: 0;
	}

	.data-list li:last-child {
		padding-right: 0;
	}

	#generic_event_modal .event_content {
		width: 600px;
	}

	#generic_event_modal .event_content .right {
		max-width: 600px;
	}

	#generic_event_modal .event_content .right .event_description {
		margin-top: 40px;
	}
}

@media (min-width: 1024px) {
	blockquote {
		margin-bottom: 55px;
	}

	blockquote {
		padding: 75px 0 67px;
	}

	blockquote cite img {
		margin-bottom: 22px;
	}

	#content {
		width: 71%;
	}

	#sidebar {
		width: 25%;
	}

	#sidebar .search-form input[type="search"] {
		width: 150px;
	}

	h1 {
		font-size: 64px;
	}

	h2 {
		font-size: 48px;
	}

	h2 .value {
		font-size: 3em;
		margin-bottom: 20px;
	}

	h3 {
		font-size: 36px;
	}

	#header a.hidden-lg {
		display: none !important;
	}

	.header-container {
		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;
		margin: 0 auto;
	}

	.alarm-block {
		font-size: 18px;
	}

	.logo {
		width: 180px;
	}

	.nav {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		position: static;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.nav-drop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: transparent;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 100%;
		padding: 12px 18px 12px 0;
	}

	.nav-drop .btn-block .btn {
		font-size: 14px;
		margin-left: 3px;
		margin-bottom: 0;
	}

	.nav-drop .btn-block .btn-default {
		padding: 8px 14px;
	}

	.main-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		font-size: 14px;
		margin-bottom: 0;
		padding: 0 5px 0 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-weight: 700;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.main-nav li {
		padding: 0 5px;
	}

	.main-nav li.active a:before {
		left: 0;
		width: 100%;
	}

	.main-nav li.active a {
		color: #e87e81;
	}

	.main-nav a:before {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 50%;
		height: 2px;
		background-color: #e87e81;
		width: 0;
		-webkit-transition: left .3s, width .3s;
		transition: left .3s, width .3s;
	}

	.main-nav a:hover:before {
		left: 0;
		width: 100%;
	}

	.main-nav a:hover {
		color: #e87e81;
	}

	.main-nav a {
		padding: 0;
		color: #e87e81;
	}

	.subheader .opener {
		margin-right: 45px;
	}

	.subscribe-active .subheader .subscribe-form {
		width: 240px;
	}

	.subheader .subscribe-form input[type="email"],
	.subheader .subscribe-form input[type="text"] {
		width: 240px;
		font-size: 21px;
		padding: 2px 35px 2px 6px;
	}

	.blog-category {
		width: 25%;
	}

	#main > *:first-child {
		margin-top: 180px;
	}

	#main > *:first-child.default-section {
		margin-top: 150px;
	}

	.main-container {
		padding-top: 0;
	}

	.lead {
		font-size: 30px;
		line-height: 1.2;
	}

	.lead.extended {
		font-size: 36px;
		line-height: 1.2;
	}

	.visual {
		font-size: 30px;
		font-weight: 300;
	}

	.visual .container {
		padding-top: 50px;
	}

	.visual blockquote {
		font-size: 64px;
	}

	.visual .calculate p {
		padding: 0 10%;
	}

	.visual p {
		margin-bottom: 60px;
		padding: 0 8%;
	}

	.visual.alt-heading p {
		margin-bottom: 40px;
	}

	.visual-panel {
		font-size: 36px;
	}

	.calculate-form {
		font-size: 16px;
	}

	.calculate-form .input-container label {
		margin-bottom: 10px;
	}

	.calculate-form .input-container input[type="text"],
	.calculate-form .input-container input[type="email"],
	.calculate-form .input-container input[type="search"],
	.calculate-form .input-container input[type="password"],
	.calculate-form .input-container input[type="tel"] {
		font-size: 36px;
	}

	.calculate-form input[type="submit"],
	.calculate-form button[type="submit"] {
		font-size: 24px;
		padding: 14px 24px;
	}

	.description-block:nth-child(2n) .description-text {
		padding: 120px 0 120px 20px;
	}

	.description-block {
		margin-bottom: 80px;
	}

	.description-block .main-block {
		margin-bottom: 50px;
	}

	.description-block .description-text {
		padding: 120px 20px 120px 0;
	}

	.description-block .slide {
		padding-top: 50px;
	}

	.description-block .slide-content {
		padding: 50px 0 30px;
	}

	.description-block .slide-content h3 {
		font-size: 30px;
	}

	.description-block .highlight-block .value {
		margin-bottom: 17px;
	}

	.description-block h3 {
		margin-bottom: 30px;
	}

	.article-info {
		margin-bottom: 30px;
	}

	.contact-group {
		width: 40%;
	}

	.map-holder {
		height: 600px;
		width: 60%;
	}

	.blog-section {
		padding-bottom: 71px;
	}

	.data-section {
		padding-left: 50px;
		padding-top: 138px;
		margin-bottom: 5px;
	}

	.data-main {
		margin: -8px 27px 0 -5px;
	}

	.data-list li {
		padding: 0 35px;
	}

	.posts-list.main-posts .post-image {
		width: 51%;
		margin-right: 25px;
	}

	.posts-list li {
		width: 50%;
	}

	.aside-widget {
		font-size: 48px;
		padding: 100px 0;
	}

	.post-content .btn {
		margin-bottom: 45px;
	}

	.post-content .article-info > *:before {
		width: 6px;
		height: 6px;
		left: -12px;
	}

	.post-content .article-info > * {
		margin-right: 16px;
	}

	.photo-list li {
		width: 25%;
	}

	.photo-list a:hover img.grayscale {
		opacity: 0;
	}

	.photo-list a:hover .grayscale-fix {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		display: none !important;
	}

	.preview-list {
		width: calc(100% + 100px);
		margin-left: -50px;
		margin-right: -50px;
		padding-top: 80px;
		padding-bottom: 0;
	}

	.preview-list li {
		padding: 0 50px;
		margin-bottom: 100px;
	}

	.preview-list .download {
		padding: 30px 24px 35px;
	}

	.icon-list {
		font-size: 21px;
	}

	.feature-container + h3 {
		margin-top: 157px !important;
	}

	.feature {
		padding: 29px 30px 29px 10px;
	}

	.feature .icon-holder {
		padding: 0 30px 0 20px;
		width: 114px;
	}

	.feature-custom {
		padding-left: 30px;
		margin-top: 62px;
	}

	.feature-custom li:before {
		left: -94px;
		width: 44px;
		height: 44px;
	}

	.feature-custom li {
		margin-bottom: 80px;
	}

	.feature-custom .value {
		font-size: 64px;
		margin-bottom: 0;
	}

	.feature-custom .title {
		font-size: 36px;
	}

	.default-section .btn {
		margin-bottom: 90px;
	}

	.default-section .lead {
		margin-bottom: 80px;
	}

	.default-section.fill-bg {
		padding-top: 125px;
	}

	.lead-section {
		font-size: 24px;
	}

	.lead-section h2 {
		font-size: 56px;
		margin-bottom: 35px;
	}

	.lead-section p {
		margin-bottom: 60px;
	}

	.lead-section .btn {
		margin-bottom: 80px;
	}

	.lead-section .fullscreen-img {
		margin-bottom: 100px;
	}

	.info-section {
		padding-top: 77px;
		padding-bottom: 100px;
		margin-bottom: 69px;
	}

	.section {
		padding-top: 93px;
	}

	.section.description-section {
		padding-top: 110px;
	}

	.section.feature-section h1,
	.section.feature-section h2,
	.section.feature-section h3,
	.section.feature-section h4,
	.section.feature-section h5,
	.section.feature-section h6 {
		margin-bottom: 150px;
	}

	.section.feature-section .inner-section {
		padding-top: 150px;
		padding-bottom: 160px;
		margin-bottom: 140px;
	}

	.section.feature-section.alt-feature-section:before {
		left: 38px;
	}

	.section.feature-section.alt-feature-section {
		padding-left: 82px;
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.section h2 {
		padding: 0 0 70px;
		margin-bottom: 45px;
	}

	.section h2.expand {
		padding-top: 80px;
	}

	.testimonial {
		padding: 50px 20px 0;
	}

	.testimonial h2 {
		margin-bottom: 55px;
	}

	.partner-list {
		margin: 0 -20px 45px;
		width: calc(100% + 40px);
	}

	.partner-list li {
		padding: 40px 20px;
	}

	.quest-list {
		padding: 13px 5%;
		margin-bottom: 150px;
	}

	.quest-list li:before {
		font-size: 18px;
	}

	.quest-list li {
		padding-left: 30px;
		margin-bottom: 30px;
	}

	.footer-banner h2 {
		margin-bottom: 60px;
	}

	.footer-banner .banner-info {
		font-size: 21px;
	}

	.footer-banner.alt-heading:after {
		height: 690px;
	}

	.footer-banner.alt-heading {
		font-size: 30px;
		min-height: 760px;
	}

	.footer-banner.alt-heading h2 {
		font-size: 64px;
	}

	#footer {
		font-size: 14px;
	}

	#footer .footer-container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#footer .social-networks li {
		padding: 0 24px;
	}

	.footer-list li {
		margin-bottom: 10px;
	}

	.footer-nav {
		width: 74.3%;
	}

	.footer-nav .logo-block {
		display: block;
	}

	.footer-nav .logo-block {
		margin-bottom: 20px;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.footer-nav .logo-block .logo {
		margin-bottom: 15px;
		font-size: 24px;
	}

	.footer-nav .logo-block .btn {
		font-size: 12px;
	}

	.footer-nav .column {
		width: 35%;
		padding-top: 10px;
	}

	.footer-nav .column .footer-list {
		width: 45%;
	}

	.footer-nav .column + .column {
		width: 43%;
	}

	.footer-nav .column .row {
		margin-bottom: 0;
	}

	.footer-nav .column .title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.footer-nav .column .column-block {
		width: 60%;
	}

	.footer-nav .column .column-block + .column-block {
		width: 40%;
	}

	.footer-nav .column .column-block.full-sm {
		width: 60%;
	}

	.footer-nav .column .column-block.full-sm + .column-block {
		width: 35%;
	}

	.footer-links {
		width: 35%;
		max-width: 370px;
	}

	.footer-links .footer-item-inner {
		height: 183px;
	}

	div.lightbox.lightbox-default .lightbox-banner {
		min-height: 300px;
	}

	.lightbox-testimonial {
		min-width: 750px;
	}

	.lightbox-banner {
		min-height: 535px;
	}

	.lightbox-banner .person-photo {
		width: 210px;
		height: 210px;
		left: 60px;
	}

	.widget h4 {
		font-size: 26px;
	}
}

@media (min-width: 1024px) and (max-width: 1120px) {
	#generic_event_modal .event_content .left {
		margin-left: 10px;
	}

	#generic_event_modal .event_content .right {
		margin-left: 20px;
	}
}

@media (min-width: 1120px) {
	.blog-page .visual {
		padding: 30px 0;
		padding-left: calc((100vw - 1100px) / 2);
	}
}

@media (min-width: 1350px) {
	#sidebar .search-form input[type="search"] {
		width: 170px;
	}

	.fancybox-wrap {
		top: 75px !important;
	}

	.fancybox-overlay {
		top: 75px;
	}

	.header-top {
		padding: 17px 0 17px 20px;
	}

	.logo {
		width: 254px;
	}

	.nav-drop .btn-block .btn {
		font-size: 18px;
	}

	.main-nav {
		padding-right: 18px;
		font-size: 18px;
	}

	.main-nav li {
		padding: 0 10px;
	}

	.blog-category {
		width: 20%;
	}

	.visual .container {
		padding-top: 90px;
	}

	.blog-page .visual {
		padding-left: calc((100vw - 1120px) / 2);
	}

	.blog-page .visual .container {
		padding: 0 19% 0 20px;
	}

	.banner-table {
		width: 67%;
		margin-bottom: 80px;
	}

	.calculate-form {
		font-size: 18px;
	}

	.calculate-form .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.calculate-form .input-container {
		padding: 0 15px;
	}

	.description-block:nth-child(2n) .description-text {
		padding: 220px 0 200px 10%;
	}

	.description-block .main-block {
		margin-bottom: 20px;
	}

	.description-block .description-text {
		padding: 200px 10% 200px 0;
	}

	.description-block .slide-content {
		padding: 70px 0 40px;
	}

	.description-block .highlight-block {
		font-size: 30px;
	}

	.description-block .highlight-block .value {
		font-size: 144px;
	}

	.description-block .highlight-container {
		margin-left: calc(-1 * (100vw - 100%) / 2);
		margin-right: calc(-1 * (100vw - 100%) / 2);
		padding-left: calc((100vw - 100%) / 2);
		padding-right: calc((100vw - 100%) / 2);
	}

	.contact-group {
		width: 36%;
	}

	.map-holder {
		width: 56%;
	}

	.data-list li {
		padding: 0 54px;
	}

	.posts-list.main-posts .post-image {
		margin-right: 55px;
	}

	.posts-list li {
		width: 33.333%;
	}

	.preview-list {
		width: calc(100% + 156px);
		margin-left: -78px;
		margin-right: -78px;
	}

	.preview-list li {
		padding: 0 78px;
		margin-bottom: 158px;
	}

	.preview-list .download {
		padding: 39px 32px 46px;
	}

	.preview-list .download .title {
		margin-bottom: 22px;
	}

	.preview-list .download p {
		margin-bottom: 43px;
	}

	.icon-list {
		width: calc(100% + 36px);
	}

	.icon-list li {
		padding: 153px 15px 0;
		margin-bottom: 70px;
	}

	.fullscreen-img.full {
		padding-left: 70px;
		padding-right: 70px;
	}

	.lead-section h2 {
		font-size: 64px;
	}

	.section.feature-section {
		padding-left: 110px;
		padding-right: 110px;
	}

	.section p {
		margin-bottom: 40px;
	}

	.testimonial {
		padding: 100px 70px 0;
	}

	.partner-list {
		margin-left: -37px;
		margin-right: -37px;
		width: calc(100% + 74px);
	}

	.partner-list li {
		padding: 44px 37px;
	}

	#footer {
		font-size: 18px;
	}

	.footer-nav .logo-block {
		margin-bottom: 0;
	}

	.footer-nav .logo-block .logo {
		margin-bottom: 20px;
	}

	.footer-nav .logo-block .btn {
		font-size: 21px;
		padding: 6px 8px;
	}

	.footer-nav .column .title {
		font-size: 24px;
	}

	.footer-nav .btn-block .btn {
		font-size: 16px;
	}

	.footer-links {
		width: 25.7%;
	}

	div.lightbox.lightbox-default.lightbox-center {
		min-height: calc(100vh - 75px) !important;
	}
}

@media (min-width: 1430px) {
	.main-nav li {
		padding: 0 18px;
	}
}

@media (max-width: 1349px) {
	.careers-block .container {
		padding-right: 30%;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	#header a.hidden-sm {
		display: none !important;
	}

	.visual .container.wrap-blockquote blockquote {
		width: auto;
		margin: 0 0 30px;
	}

	.text-careers-block {
		margin-top: 0;
		padding-top: 30px;
	}

	.careers-block {
		padding: 30px 0;
		min-height: 1px;
		margin-top: 0;
		font-size: 18px;
	}

	.careers-block .container {
		padding-right: 20px;
	}

	.careers-block .wrap {
		padding-right: 0;
	}

	.careers-block .image {
		display: none;
	}

	.careers-block .ttl {
		margin: 0 0 40px;
	}

	.careers-block p {
		margin: 0 0 30px;
	}

	.widget-carrers {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.widget-carrers h2 {
		margin: 0 0 30px;
	}

	.widget-carrers .sjb-page .list-data .company-logo,
	.careers-post .sjb-page .list-data .company-logo {
		width: auto;
	}

	.widget-carrers .sjb-page .list-data .job-info h4,
	.careers-post .sjb-page .list-data .job-info h4 {
		padding: 0;
	}

	.careers-post .sjb-page .list-data {
		padding: 0;
	}

	.visual-image {
		margin: 0 0 40px;
	}

	#generic_event_modal .event_content {
		width: 340px;
	}

	#generic_event_modal .event_content .left {
		display: none;
	}

	#generic_event_modal .event_content .right {
		margin: 0 auto;
		max-width: 340px;
		text-align: center;
	}

	#generic_event_modal .event_content .right #generic_event_modal_close {
		margin: 40px 0 0 0;
	}

	body.full_screen_modal {
		position: fixed;
		overflow: hidden; /* to avoid scrolling on iOS */
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.fancybox-wrap {
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
		position: fixed !important;
		width: 100% !important;
		height: 100% !important;
		overflow: hidden !important;
		overflow-y: auto !important;
		-webkit-transform: rotatey(-90deg);
		-ms-transform: rotatey(-90deg);
		transform: rotatey(-90deg);
		-webkit-animation-name: rotation;
		animation-name: rotation;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-transition: -webkit-transform .5s ease .5s;
		transition: transform .5s ease .5s;
	}

	.fancybox-inner {
		width: 100% !important;
		min-height: 100vh !important;
	}

	.fancybox-overlay {
		background-color: transparent !important;
	}

	.fancybox-lock #wrapper {
		-webkit-transform: rotatey(90deg);
		-ms-transform: rotatey(90deg);
		transform: rotatey(90deg);
	}

	.hidden-sm {
		display: none !important;
	}

	.visual .container .wrap-btn .btn {
		margin: 15px 20px 15px 0;
	}

	div.lightbox.lightbox-default.lightbox-center {
		min-height: 100vh;
	}

	.text-careers-block {
		font-size: 18px;
	}

	.text-careers-block h1 {
		margin: 0 0 25px;
	}

	.careers-block .ttl {
		font-size: 30px;
	}

	.photo-grid .img {
		width: 50%;
	}

	.photo-grid .img.big {
		width: 100%;
	}

	.widget-carrers .sjb-page .list-data .company-logo img,
	.careers-post .sjb-page .list-data .company-logo img {
		height: auto;
		width: auto;
	}

	.visual-image {
		height: 300px;
		margin: 0 0 20px;
	}

	#main > .visual-image:first-child {
		margin-top: 60px;
	}

	#generic_event_modal .vertical_align_middle {
		vertical-align: top;
	}

	#generic_event_modal .event_content .right .event_description {
		font-size: 18px;
	}

	#generic_event_modal .event_content .right #generic_event_modal_close {
		display: none;
	}

	#generic_event_modal .event_content .right #generic_event_modal_close_mobile {
		display: inline-block;
	}

	#generic_event_modal .fancybox-overlay {
		background: rgba(41, 45, 68, .8) !important;
	}
}

@media (max-width: 374px) {
	.visual-panel .btn {
		font-size: 16px;
	}

	.footer-banner h2 {
		font-size: 30px;
	}
}

@media (max-width: 350px) {
	#generic_event_modal .event_content {
		width: 300px;
	}

	#generic_event_modal .event_content .right {
		max-width: 300px;
	}

	#generic_event_modal .event_content .right .event_title {
		font-size: 28px;
	}

	#generic_event_modal .event_content .right .event_link {
		width: 280px;
		font-size: 20px;
		margin-top: 10px;
	}

	#generic_event_modal .event_content .right .event_description {
		font-size: 14px;
	}

	#generic_event_modal .event_content .right #generic_event_modal_close_mobile {
		width: 30px;
		height: 30px;
	}
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotatey(-90deg);
		transform: rotatey(-90deg);
	}

	to {
		-webkit-transform: rotatey(0deg);
		transform: rotatey(0deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotatey(-90deg);
		transform: rotatey(-90deg);
	}

	to {
		-webkit-transform: rotatey(0deg);
		transform: rotatey(0deg);
	}
}

