/*
Theme Name: R&G
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: rg
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;
}

.nav-wrap > ul,
.nav-wrap > ul > li > ul,
.nav-wrap > ul > li > ul ul,
.info-list,
.check-list,
.event-list,
.logos,
.widget_widget_crp ul.related-post,
.related-post,
.team-list,
.accordion,
.footer-nav,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.events:after,
.event .event-item:after,
.user:after,
.filter-form:after,
.two-columns:after,
.related-post li:after,
.red-box:after,
.red-box .row-holder:after,
.text-block .text-wrap:after,
.map-block:after,
.contact-row: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: #757982;
	background: #fff;
	font: 14px/2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

blockquote {
	border-left: 4px solid #4c4e53;
	padding-left: .5em;
	margin-left: 2em;
}

th,
td {
	border: 1px solid #4c4e53;
	padding: .5em;
	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"],
input[type="date"],
textarea { -webkit-appearance: none; -webkit-border-radius: 0; box-sizing: border-box; border: 1px solid #4c4e53; padding: .4em .7em; }

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

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

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

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

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

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

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

.widget {
	margin-bottom: 2em;
}

.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: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

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

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 2em;
}

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

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

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

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

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

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

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

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

.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: #000;
	color: #fff;
	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: 2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	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 #4c4e53;
	padding: .4em;
	margin-bottom: 2em;
}

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

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

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

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

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

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

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

.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 #4c4e53;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

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

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

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

.icon-arrow-left:before {
	content: "\e914";
}

.icon-arrow-right:before {
	content: "\e915";
}

.icon-time:before {
	content: "\e911";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-plastics:before {
	content: "\e90e";
}

.icon-energy:before {
	content: "\e90f";
}

.icon-close:before {
	content: "\e910";
}

.icon-angle-left:before {
	content: "\e912";
}

.icon-angle-right:before {
	content: "\e913";
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	width: 100%;
	max-width: 100%;
	text-align: left;
	min-width: 100%;
	height: 48px;
	box-shadow: 0 5px 56px 0 rgba(54, 57, 73, .2);
	position: relative;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	color: #a6adbb;
	line-height: 48px;
	margin: 0 35px 0 19px;
	font-weight: 500;
	text-transform: capitalize;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 24px;
}

.jcf-select .jcf-select-opener:before {
	content: "";
	display: block;
	font: 11px/1 icomoon;
	color: #a6adbb;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 16px;
	font-size: 13px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 12px 9px;
	color: #a6adbb;
	height: 1%;
	text-transform: capitalize;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 19px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	color: #555;
	background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

html {
	background: #202940;
}

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

.container {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
}

a {
	text-decoration: none;
}

a,
button,
input[type="submit"] {
	outline: none;
	-webkit-transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}
/*
.btn { display: inline-block; min-width: 240px; 
       color: #fff; background: #e8343c; line-height: 26px; border: none; 
       font-size: 13px; padding: 10px 15px; font-weight: 700; text-transform: uppercase; text-align: center; }

.btn:hover {
	background: #a31319;
}

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

.btn.btn-white:hover {
	background: #ccc;
}
*/
h1,
.h1 {
	font-size: 26px;
	line-height: 36px;
	color: #4c4e53;
}

h2,
.h2 {
	font-size: 20px;
	line-height: 30px;
	color: #4c4e53;
	margin-bottom: 25px;
}

h3,
.h3 {
	font-size: 18px;
	line-height: 24px;
	color: #4c4e53;
}

.btn-more {
	border: 2px solid #67daa2;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 17px;
	padding: 13px 34px;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
}

.btn-more:hover {
	color: #67daa2;
	background: #fff;
	border-color: transparent;
}

.btn-more.black {
	color: #4c4e53;
	border-color: #e9eef5;
	padding: 11px 23px;
}

.btn-more.black:hover {
	color: #fff;
	background: #4c4e53;
	border-color: transparent;
}

.btn-watch {
	font-size: 13px;
	line-height: 16px;
	border: 2px solid #e9eef5;
	text-transform: uppercase;
	color: #4c4e53;
	font-weight: 700;
	position: relative;
	padding: 13px 28px 15px 49px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	position: relative;
}

.btn-watch:before {
	content: "";
	height: 0;
	width: 0;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #c9cdd4;
	border-top: 8px solid transparent;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 27px;
}

.btn-watch:hover {
	color: #fff;
	background: #4c4e53;
	border-color: transparent;
}

.btn-link {
	font: 700 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #a6adbb;
	background: #f9fafb;
	display: block;
	padding: 18px 15px;
}

.btn-link:hover {
	background: #dae1e7;
}

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

.form .btn-holder {
	padding-top: 30px;
}

#header {
	padding: 10px 0;
	position: relative;
	z-index: 99;
}

.logo {
	float: left;
	width: 190px;
}

.logo img {
	max-width: none;
	width: 100%;
}

.nav-opener {
	display: none;
	position: absolute;
	right: 40px;
	top: 13px;
	width: 38px;
	height: 40px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #616266;
	position: absolute;
	top: 50%;
	left: 20%;
	right: 20%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active {
	overflow: hidden;
}

.nav-drop {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s ease-in-out;
	transition: max-height .3s ease-in-out;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	left: 0;
	text-align: left;
}

.nav-active .nav-drop {
	max-height: 9999px;
}

.nav-wrap {
	background: #fff;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	max-height: calc(100vh - 70px);
	overflow: hidden;
	overflow: auto;
}

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

.nav-wrap > ul > li.hover > a {
	background: #e8343c;
	color: #fff;
}

.nav-wrap > ul > li.hover > a.has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.nav-wrap > ul > li.active > a {
	background: #e8343c;
	color: #fff;
}

.nav-wrap > ul > li > a {
	display: block;
	padding: 6px 30px 6px 15px;
	text-align: left;
	position: relative;
	color: #757982;
	border-bottom: 1px solid #d2d2d2;
}

.nav-wrap > ul > li > a.has-drop-down-a:after {
	content: "";
	font: 15px/1 icomoon;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.nav-wrap > ul > li > ul {
    width:200px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, max-height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, max-height .3s ease-in-out;
}

.nav-wrap > ul > li > ul > li > a {
	display: block;
	padding: 6px 25px 6px;
	text-align: left;
	position: relative;
	color: #757982;
}

.nav-wrap > ul > li > ul > li > a .icon {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 7px;
	margin-top: 7px;
	margin-bottom: -7px;
}

.nav-wrap > ul > li > ul > li > a .icon .normal {
	display: block;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.nav-wrap > ul > li > ul > li > a .icon img {
	height: 13px;
	width: auto;
}

.nav-wrap > ul > li > ul > li > a .icon .hover {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.nav-wrap > ul > li > ul > li:hover > a {
	background: #e8343c;
	color: #fff;
}

.nav-wrap > ul > li > ul > li:hover > a .icon .normal {
	opacity: 0;
}

.nav-wrap > ul > li > ul > li:hover > a .icon .hover {
	opacity: 1;
}

.nav-wrap > ul > li > ul.active > a {
	background: #e8343c;
	color: #fff;
}

.nav-wrap > ul > li > ul.active > a span {
	color: #fff;
}

.nav-wrap > ul > li > ul ul {
	text-align: left;
}

.nav-wrap > ul > li > ul ul li.active {
	color: #fff;
	background: #d11820;
}

.nav-wrap > ul > li > ul ul a {
	display: block;
	padding: 6px 40px;
	color: #808080;
}

.nav-wrap > ul > li > ul ul a:hover {
	color: #fff;
	background: #d11820;
}

.search-opener {
	position: absolute;
	right: 15px;
	top: 23px;
	color: #616266;
	font-size: 19px;
	line-height: 1;
}

.form-search {
	margin: 0;
}

.form-search .form-wrap {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.search-active .form-search .form-wrap {
	opacity: 1;
	visibility: visible;
}

.form-search input[type="search"],
.form-search input[type="text"] {
	display: block;
	width: 100%;
	height: 44px;
	border: none;
	border-top: 1px solid;
	box-shadow: none;
	outline: none;
	font-weight: 500;
	color: #4c4e53;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 22px;
}

.form-search input[type="search"]::-webkit-input-placeholder,
.form-search input[type="text"]::-webkit-input-placeholder {
	color: #7d8088;
}

.form-search input[type="search"]::-moz-placeholder,
.form-search input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #7d8088;
}

.form-search input[type="search"]:-moz-placeholder,
.form-search input[type="text"]:-moz-placeholder {
	color: #7d8088;
}

.form-search input[type="search"]:-ms-input-placeholder,
.form-search input[type="text"]:-ms-input-placeholder {
	color: #7d8088;
}

.form-search input[type="search"].placeholder,
.form-search input[type="text"].placeholder {
	color: #7d8088;
}

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

.banner {
	padding: 40px 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	color: #fff;
	color: rgba(255, 255, 255, .7);
	text-align: center;
}

.banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: rgba(29, 47, 83, .69);
}

.banner h1 {
	color: #fff;
}

.banner.banner-block .container {
	max-width: 820px;
}

.info-block {
	padding: 30px 0;
	position: relative;
	z-index: 2;
}

.info-block .text {
	text-align: center;
	max-width: 835px;
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
	padding: 20px 0;
}

.info-block .text:before {
	content: "";
	position: absolute;
	left: -9999px;
	top: 0;
	bottom: 0;
	right: -9999px;
	z-index: -1;
	background: #f9f9fa;
}

.info-block .text p {
	margin: 0 0 20px;
}

.info-list {
	font-size: 18px;
	line-height: 26px;
	position: relative;
	text-align: center;
}

.info-list li {
	margin-bottom: 15px;
	position: relative;
}

.info-list li.active a {
	box-shadow: 0 35px 79px -23px rgba(54, 57, 73, .2);
}

.info-list a {
	color: #a6adbb;
	display: block;
	padding: 15px;
	z-index: 1;
	border: 1px solid #a6adbb;
	background: #fff;
	position: relative;
	border-radius: 4px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.info-list a:hover {
	color: #4c4e53;
	box-shadow: 0 35px 79px -23px rgba(54, 57, 73, .2);
	position: relative;
	z-index: 1;
}

.info-list .img {
	display: block;
}

.info-list .info-title {
	display: block;
	padding-top: 15px;
	font-weight: 500;
	-webkit-transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, transform .3s ease-in-out;
}

.check-list {
	color: #4c4e53;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 25px;
	text-align: left;
}

.check-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

.check-list li:before {
	content: "";
	font: 15px/20px icomoon;
	position: absolute;
	left: 0;
	top: 3px;
	color: #e8343c;
}

.twitter-block {
	background: #08a0e9;
	color: #fff;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
}

.twitter-block .twitter-heading {
	border-bottom: 1px solid #39b3ed;
	padding-bottom: 15px;
	margin-bottom: 19px;
}

.twitter-block .twitter-title {
	font-size: 13px;
	line-height: 18px;
	display: block;
	text-transform: uppercase;
	margin: 0 0 7px;
	font-weight: 700;
}

.twitter-block .icon-twitter {
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
}

.twitter-block .twitter-name {
	color: #c7edff;
	font-size: 13px;
	line-height: 18px;
}

.twitter-block .twitter-name a {
	color: #c7edff;
	opacity: .5;
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}

.twitter-block .twitter-name a:hover {
	opacity: .8;
}

.twitter-block p a {
	color: #fff;
}

.twitter-block p a:hover {
	opacity: .7;
}

.twitter-block .twitter-duration {
	display: block;
	font-size: 13px;
	line-height: 18px;
	color: #c7edff;
	font-weight: 400;
}

.twitter-block .twitter-duration .icon-time {
	opacity: .5;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.events {
	padding: 20px 0;
}

.event-heading {
	color: #4c4e53;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	display: block;
	margin-bottom: 15px;
}

.event-heading span {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.event-list {
	line-height: 1;
	font-size: 0;
}

.event-list > * {
	font-size: 14px;
	line-height: 2;
}

.event time {
	font-weight: 600;
	color: #4c4e53;
	font-size: 22px;
	line-height: 30px;
}

.event time small {
	display: inline-block;
	vertical-align: top;
}

.event .event-item {
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.event .event-item time {
	display: inline-block;
	vertical-align: top;
	font: 11px/15px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: #ceebf0;
	font-weight: 700;
	color: #4c4e53;
	padding: 5px 11px;
	border-radius: 2px;
	float: left;
}

.event .event-item .event-title {
	display: block;
	overflow: hidden;
	padding-top: 3px;
	padding-left: 10px;
}

.event .event-item .event-title a {
	color: #4c4e53;
}

.event .event-item .event-title a:hover {
	opacity: .7;
}

.event-big {
	font-size: 14px;
	line-height: 22px;
}

.event-big h3 {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 15px;
	color: #4c4e53;
}

.event-big h3 a {
	color: #4c4e53;
}

.event-big h3 a:hover {
	opacity: .8;
}

.event-big time {
	display: block;
	margin-bottom: 10px;
}

.event-col:last-child {
	background: #f9fafb;
}

.quote {
	background: #e8343c;
	color: #fff;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 15px;
}

.quote .quote-title {
	display: block;
	border-bottom: 1px solid #ed5d63;
	padding-bottom: 25px;
	margin-bottom: 20px;
	position: relative;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.quote .quote-title:before {
	content: "";
	font: 13px/1 icomoon;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.quote blockquote {
	margin: 0;
	padding: 0;
	font-style: normal;
	border-left: none;
	font-size: 14px;
	line-height: 22px;
}

.quote blockquote a {
	color: #fff;
}

.quote blockquote a:hover {
	opacity: .8;
}

.quote blockquote cite {
	font-size: 13px;
	font-style: normal;
	display: block;
	padding-top: 40px;
	color: #ffa1a5;
}

.quote blockquote .quote-user {
	font-size: 14px;
	display: block;
	color: #fff;
	font-weight: 700;
}

.feature {
	padding: 30px 0;
}

.feature h2 {
	text-align: center;
	margin-bottom: 20px;
}

.boxes {
	max-width: 480px;
	margin: 0 auto;
}

.boxes h3,
.boxes .h3 {
	text-transform: uppercase;
}

.more-holder {
	padding-top: 6px;
}

.box {
	border-radius: 4px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
}

.box.inline {
	padding: 10px 15px 0;
}

.box:hover {
	box-shadow: 0 20px 79px -23px rgba(54, 57, 73, .2);
}

.box.full {
	padding: 15px;
	text-align: center;
	height: 100%;
	white-space: nowrap;
	text-align: center;
}

.box.full:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	margin: 0 0 0 -5px;
	min-height: 100%;
}

.box.full > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.box.full > * {
	width: 100%;
}

.box.full .title {
	color: #fff;
}

.box.full h3 {
	text-transform: none;
}

.box.green {
	background: #42c686;
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

.box.green .btn-more {
	opacity: 1;
	visibility: visible;
}

.box h3 {
	color: #fff;
	margin: 0 0 19px;
}

.box .img {
	border-radius: 4px;
	position: relative;
	margin-bottom: 10px;
}

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

.box .text {
	padding: 8px 18px;
}

.box .caption {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	line-height: 15px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #689ff2;
	color: #fff;
	border-radius: 0 2px 2px 0;
}

.box .caption.green {
	background: #42c686;
}

.box .caption.purple {
	background: #867ee9;
}

.box .caption.red {
	background: #e8343c;
}

.box .caption.yellow {
	background: #f0bd4e;
}

.box .name {
	color: #4c4e53;
	font-weight: 700;
	display: block;
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 24px;
}

.box .name a {
	color: #4c4e53;
}

.box .name a:hover {
	opacity: .7;
}

.box .name.big {
	font-size: 22px;
	line-height: 26px;
}

.box .image {
	max-width: 150px;
}

.box .title {
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 20px;
	display: block;
}

.label {
	display: inline-block;
	vertical-align: top;
	padding: 5px 20px;
	border-radius: 1px;
	text-transform: uppercase;
	background: #08a0e9;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.label.red {
	background: #e8343c;
}

.logo-holder {
	padding: 30px 0;
}

.logo-holder h3,
.logo-holder .h3 {
	text-transform: uppercase;
}

.heading {
	text-align: center;
	color: #4c4e53;
}

.heading h2 {
	margin-bottom: 1px;
}

.logos {
	letter-spacing: -6px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logos > * {
	letter-spacing: 0;
}

.logos li {
	width: calc(50% - 20px);
	padding: 0 0 20px;
}

.logos a:hover {
	opacity: .7;
}

.row .col-4 {
	margin-bottom: 30px;
}

.row .col-2 {
	width: 100%;
	margin-bottom: 30px;
}

.box-text .label {
	margin-left: -15px;
}

.section-blue {
	background: #202940;
	padding: 30px 0;
	color: #fff;
	text-align: center;
}

.section-blue .btn-more {
	color: #fff;
	border-color: #616777;
	font-weight: 900;
}

.section-blue .btn-more:hover {
	color: #616777;
	background: #fff;
	border-color: transparent;
}

.section-blue .img {
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}

.section-blue .img img {
	border-radius: 4px;
	max-width: none;
	width: 100%;
}

.section-blue .img a {
	display: block;
}

.section-blue .img a:hover {
	opacity: .8;
}

.section-blue h1 {
	color: #fff;
}

.user {
	margin-bottom: 10px;
}

.user .date {
	font-size: 11px;
	line-height: 16px;
	display: block;
}

.user .user-text {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	max-width: calc(100% - 52px);
	padding-top: 7px;
}

.user .user-text a {
	color: #fff;
}

.user .user-text a:hover {
	opacity: .8;
}

.user .user-img {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
	margin-right: 9px;
	border-radius: 3px;
	overflow: hidden;
}

.user .user-img a:hover {
	opacity: .7;
}

.section {
	padding: 30px 0;
	text-align: center;
}

.section .container > p {
	margin-bottom: 30px;
}

.section h2 {
	margin: 0 0 23px;
}

.section.comments {
	text-align: left;
}

.filter-form {
	margin-bottom: 30px;
}

.filter-form label {
	font: 700 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	color: #4c4e53;
}

.filter-form .form-group {
	margin-bottom: 9px;
}

.article-banner {
	position: relative;
	z-index: 1;
	white-space: nowrap;
	text-align: center;
	text-align: left;
	padding: 30px 0;
	margin: 0 15px;
	color: #fff;
}

.article-banner:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	margin: 0 0 0 -5px;
	min-height: 350px;
}

.article-banner > * {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
}

.article-banner:before {
	background: #202940;
	position: absolute;
	left: -15px;
	right: -15px;
	top: 0;
	bottom: 40px;
	content: "";
	z-index: -1;
}

.article-banner .label {
	margin: 0 0 20px;
}

.article-banner .user {
	text-align: left;
	max-width: none;
	display: block;
	margin-bottom: 6px;
}

.article-banner .user .user-img {
	margin-right: 6px;
}

.article-banner .user-text {
	padding-top: 0;
}

.article-banner .date {
	display: block;
}

.article-banner h1 {
	color: #fff;
}

.article-banner .img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: -1;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.article-banner .img:before {
	content: "";
	background: -webkit-linear-gradient(top, rgba(29, 47, 83, 0) 0%, rgba(29, 47, 83, .1) 25%, #1d2f53 100%);
	background: linear-gradient(to bottom, rgba(29, 47, 83, 0) 0%, rgba(29, 47, 83, .1) 25%, #1d2f53 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.columns {
	padding: 30px 0;
}

.two-columns {
	padding-bottom: 30px;
}

#content {
	margin-bottom: 25px;
}

#content h4,
#content .h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #4c4e53;
	padding: 29px 0 52px;
}

#sidebar .title {
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	color: #4c4e53;
	display: block;
	margin: 0 0 26px;
}

.social-block {
	box-shadow: 0 5px 56px 0 rgba(54, 57, 73, .2);
	text-align: left;
	padding: 31px 15px 4px;
	margin: 0 0 51px;
}

.social-block .social-networks {
	margin-bottom: 20px;
}

.social-block .social-networks a:hover {
	color: #202940;
}

.related-posts,
.widget_widget_crp {
	background: #fff;
	color: #4c4e53;
	padding: 15px;
	border-radius: 4px;
	margin: 0 0 43px;
	box-shadow: 0 26px 42px 0 rgba(54, 57, 73, .07);
}

.related-posts.red,
.widget_widget_crp.red {
	color: #fff;
	background: #e8343c;
}

.related-posts.red .head,
.widget_widget_crp.red .head {
	color: #fff;
	padding-right: 0;
}

.related-posts.red p a,
.widget_widget_crp.red p a {
	color: #fff;
}

.related-posts.red p a:hover,
.widget_widget_crp.red p a:hover {
	opacity: .8;
}

.related-posts .head,
.widget_widget_crp .head {
	color: #4c4e53;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	display: block;
	position: relative;
	margin: 0 0 37px;
	padding-right: 95px;
}

.widget_widget_crp {
	color: #fff;
	background: #e8343c;
}

.widget_widget_crp .head {
	color: #fff;
	padding-right: 0;
}

.widget_widget_crp p a {
	color: #fff;
}

.widget_widget_crp p a:hover {
	opacity: .8;
}

.widget_widget_crp ul.related-post {
	margin: 0;
}

.widget_widget_crp img {
	width: 98px;
	float: left;
	border-radius: 4px;
	margin-right: 10px;
	overflow: hidden;
}

.widget_widget_crp a {
	color: #fff;
	display: block;
	position: relative;
}

.widget_widget_crp a:hover {
	opacity: .8;
}

.widget_widget_crp .crp_date {
	font-weight: 400;
	margin: 0 0 7px;
	display: block;
	font-size: 11px;
	line-height: 12px;
	position: absolute;
	right: 0;
	left: 108px;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget_widget_crp .crp_title {
	display: block;
	overflow: hidden;
	padding-top: 19px;
}

.widget_widget_crp li {
	position: relative;
}

.related-post {
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
}

.related-post time {
	font-weight: 400;
	margin: 0 0 7px;
	display: block;
	font-size: 11px;
	line-height: 12px;
}

.related-post li {
	margin-bottom: 15px;
}

.related-post .img {
	width: 98px;
	float: left;
	border-radius: 4px;
	margin-right: 10px;
	overflow: hidden;
}

.related-post .text {
	overflow: hidden;
}

.related-post p a {
	color: #4c4e53;
}

.related-post p a:hover {
	opacity: .8;
}

.btn-show {
	font-size: 11px;
	line-height: 16px;
	color: #4c4e53;
	border: 2px solid #e9eef5;
	padding: 6px 8px;
	display: block;
	padding: 6px 8px;
	margin-left: 4px;
	margin-right: -7px;
	width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-show:hover {
	border-color: transparent;
	color: #fff;
	background: #4c4e53;
}

.red-box {
	background: #e8343c;
	margin: 0 0;
	padding: 25px 15px;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	line-height: 24px;
}

.red-box h2 {
	color: #fff;
	margin: 0 0 13px;
}

.red-box h3 {
	color: #fff;
}

.red-box .form textarea {
	height: 157px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
textarea { display: block; width: 100%; border: 1px solid #e9ebf2; border-radius: 2px; color: #757982; }

textarea {
	height: 150px;
	resize: none;
	overflow: auto;
}

.mail-form label {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.mail-form input[type="text"],
.mail-form input[type="email"],
.mail-form textarea {
	border: none;
}

.mail-form input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	box-shadow: none;
	background: #fff;
	color: #e8343c;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 40px;
}

.mail-form input[type="submit"]:hover {
	background: #ccc;
}

.mail-form .form-group {
	margin-bottom: 15px;
}

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

.user-info {
	font-size: 0;
	line-height: 1;
}

.user-info .user-img {
	display: inline-block;
	vertical-align: top;
	width: 65px;
	border-radius: 4px;
	overflow: hidden;
}

.user-info .user-img a {
	display: block;
}

.user-info .user-img a:hover {
	opacity: .8;
}

.user-info .user-text {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	width: calc(100% - 65px);
	padding-left: 10px;
}

.user-info h3 {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 7px;
}

.user-info h3 a {
	color: #fff;
}

.user-info h3 a:hover {
	opacity: .8;
}

.text-block {
	padding: 30px 0;
	text-align: center;
}

.text-block p {
	margin-bottom: 30px;
}

.text-block .text-wrap .image {
	max-width: 280px;
	margin: 0 auto 20px;
}

.text-block .text-wrap .img {
	margin-top: 0;
}

.text-block .text {
	overflow: hidden;
	padding-top: 20px;
}

.text-block .img-wrap {
	box-shadow: 0 35px 61px -7px rgba(54, 57, 73, .1);
	border-radius: 3px;
}

.text-block .img-wrap img {
	max-width: none;
	border-radius: 3px;
	width: 100%;
}

.red-text {
	background: #e8343c;
	padding: 20px;
	color: #fff;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.red-text p {
	margin-bottom: 15px;
}

.btn-arrow {
	color: #fff;
	font-size: 20px;
}

.btn-arrow:hover {
	opacity: .8;
}

.big-text {
	border-left: 1px solid #f1f2f3;
	border-right: 1px solid #f1f2f3;
	padding: 30px 20px;
	font-size: 16px;
	line-height: 24px;
	max-width: 770px;
	margin: 0 auto;
	color: #4c4e53;
}

.map-block {
	padding: 20px 0;
}

.map {
	margin-bottom: 20px;
	position: relative;
}

.map .btn {
	margin-top: 20px;
}

.team {
	padding: 20px 0;
}

.team-list {
	font-size: 0;
	line-height: 0;
}

.team-list > * {
	font-size: 12px;
	line-height: 21px;
}

.team-list li {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	border-radius: 3px;
}

.team-list li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	box-shadow: 0 35px 61px -7px rgba(54, 57, 73, .1);
	z-index: -1;
	border-radius: 3px;
}

.team-list .btn-linkedin {
	border-radius: 0 0 3px 3px;
}

.team-list .team-img {
	border-radius: 3px;
	overflow: hidden;
	padding-bottom: 32px;
	position: relative;
	background: #e8343c;
}

.team-list img {
	max-width: none;
	width: 100%;
}

.team-list .team-info {
	position: absolute;
	left: 0;
	right: 0;
	color: #fff;
	background: rgba(232, 52, 60, .9);
	padding: 12px 15px;
	bottom: 0;
	white-space: nowrap;
	text-align: center;
}

.team-list .team-info:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	margin: 0 0 0 -5px;
	min-height: 100%;
}

.team-list .team-info > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.team-list .name {
	display: block;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
}

.team-list .country {
	display: block;
	margin-top: -2px;
}

.team-list .designation {
	display: block;
	text-transform: uppercase;
}

.team-list .blue .team-info {
	background: rgba(32, 41, 64, .9);
}

.team-list .blue .team-img {
	background: #202940;
}

.btn-linkedin {
	display: block;
	text-align: center;
	background: #fff;
	color: #4c4e53;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 23px 16px;
}

.btn-linkedin:hover {
	color: #fff;
	background: #4c4e53;
}

.btn-linkedin:hover span {
	color: #fff;
}

.btn-linkedin span {
	color: #d9dde7;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	font-size: 16px;
	margin-top: -2px;
}

.contact {
	padding: 30px 0;
}

.contact h2 {
	margin: 0 0 15px;
}

.accordion li {
	position: relative;
	border-radius: 4px;
	background: #fff;
	z-index: 2;
	margin-bottom: 10px;
	box-shadow: 0 23px 63px 3px rgba(54, 57, 73, .07);
}

.accordion li.active {
	box-shadow: 0 35px 61px -7px rgba(54, 57, 73, .1);
}

.accordion li.active .opener:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.accordion .country-map {
	position: relative;
	margin: 0 -15px 0 auto;
}

.accordion .country-map-holder {
	display: inline-block;
	vertical-align: top;
	max-width: 235px;
}

.accordion .slide {
	padding: 4px 15px 0;
	font-size: 14px;
	line-height: 22px;
	color: #4c4e53;
	overflow: hidden;
}

.accordion .opener {
	border-radius: 4px;
	font-size: 14px;
	line-height: 18px;
	display: block;
	font-weight: 700;
	color: #4c4e53;
	position: relative;
	padding: 12px 45px 7px 15px;
}

.accordion .opener:before {
	content: "";
	position: absolute;
	right: 20px;
	color: #d8dce6;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	font: 10px/1 icomoon;
}

.accordion .country {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	margin-bottom: 5px;
}

.accordion .country img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
}

.accordion .country .country-name {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

.accordion address {
	font-style: normal;
}

.accordion .title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	display: block;
	margin-bottom: 12px;
	color: #4c4e53;
}

.accordion a[href^="tel:"] {
	color: #4c4e53;
}

.accordion a[href^="tel:"]:hover {
	opacity: .8;
}

.accordion a[href^="mailto:"] {
	color: #6da8ea;
	font-weight: 700;
}

.accordion a[href^="mailto:"]:hover {
	opacity: .8;
}

.carousel {
	padding: 60px 0 30px;
	position: relative;
	border-top: 1px solid #f2f2f2;
	text-align: center;
	margin: 0 -15px;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
}

.carousel .slideset {
	float: left;
	width: 99999px;
}

.carousel .slide {
	padding: 0 15px;
	float: left;
}

.carousel .name {
	display: block;
	color: #4b4e53;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
}

.carousel .slide-image {
	margin-bottom: 20px;
}

.carousel .slide-img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	box-shadow: 0 35px 79px -23px rgba(54, 57, 73, .2);
	margin: 0 auto 18px;
}

.carousel .slide-img a {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.carousel .slide-img img {
	border-radius: 50%;
	max-width: none;
	width: 100%;
}

.carousel .designation {
	display: block;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 28px;
}

.carousel .btn-next,
.carousel .btn-prev {
	position: absolute;
	top: 5px;
	color: #444;
	font-size: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: -20px;
}

.carousel .btn-next:hover,
.carousel .btn-prev:hover {
	opacity: .8;
}

.carousel .btn-next {
	margin-left: 20px;
}

.btn-contact {
	border: 2px solid #e9eef4;
	text-transform: uppercase;
	color: #4b4f52;
	padding: 10px 27px;
	font-weight: 700;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
}

.btn-contact:hover {
	border-color: transparent;
	background: #4b4f52;
	color: #fff;
}

.address {
	padding-top: 18px;
}

.address address {
	font-style: normal;
	line-height: 30px;
}

.address address a {
	color: #4c4e53;
}

.address address a:hover {
	opacity: .8;
}

.form label,
.comment-form label {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0;
	margin-left: 5px;
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="tel"] {
	outline: none;
	height: 40px;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="tel"]:focus {
	box-shadow: 0 10px 22px 0 rgba(54, 57, 73, .1);
	border-color: #e9ebf2;
}

.form textarea,
.comment-form textarea {
	outline: none;
}

.form textarea:focus,
.comment-form textarea:focus {
	box-shadow: 0 10px 22px 0 rgba(54, 57, 73, .1);
	border-color: #e9ebf2;
}

.form .form-group,
.comment-form .form-group {
	margin: 0 0 11px;
}

.page-numbers.next,
.page-numbers.prev,
.page-numbers .prev a,
.page-numbers .next a,
.navigation-single.next,
.navigation-single.prev,
.navigation-single .prev a,
.navigation-single .next a {
	color: #fff;
	background: #e8343c;
}

.page-numbers.next:hover,
.page-numbers.prev:hover,
.page-numbers .prev a:hover,
.page-numbers .next a:hover,
.navigation-single.next:hover,
.navigation-single.prev:hover,
.navigation-single .prev a:hover,
.navigation-single .next a:hover {
	background: #a31319;
}

.search-form input[type="submit"],
.search-form button,
.post-password-form input[type="submit"],
.post-password-form button {
	color: #fff;
	background: #e8343c;
}

.search-form input[type="submit"]:hover,
.search-form button:hover,
.post-password-form input[type="submit"]:hover,
.post-password-form button:hover {
	background: #a31319;
}

.comment-form input[type="submit"] {
	display: inline-block;
	min-width: 240px;
	color: #fff;
	background: #e8343c;
	font-size: 13px;
	line-height: 26px;
	padding: 10px 15px;
	border: none;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	height: auto;
}

.comment-form input[type="submit"]:hover {
	background: #a31319;
}

.pin {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(232, 52, 60, .13);
	display: block;
	background: #e8343c;
	position: absolute;
	z-index: 2;
}

.ajax-content .box {
	position: relative;
}

.ajax-content .box .text {
	padding-bottom: 71px;
}

.ajax-content .box .btn-more {
	position: absolute;
	left: 18px;
	bottom: 25px;
	margin: 0;
	width: 127px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	font-size: 14px;
	line-height: 18px;
	height: 33px;
}

.country-map-holder {
	background-repeat: no-repeat;
}

.accordion .slide {
	position: relative;
}

.accordion .country-map-holder {
	max-width: none;
}

#footer {
	background: #202940;
	color: #fff;
	color: #979fae;
	padding: 20px 0;
	text-align: center;
}

#footer .copyright {
	display: block;
	font-size: 14px;
	line-height: 24px;
}

#footer .copyright a {
	color: #979fae;
	color: rgba(151, 159, 174, .7);
}

#footer .copyright a:hover {
	opacity: .8;
}

#footer .call {
	color: #fff;
}

#footer .call a {
	color: #e8343c;
}

#footer .call a:hover {
	opacity: .7;
}

.footer-col {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
}

.footer-logo {
	width: 91px;
	margin: 0 auto 10px;
}

.footer-row {
	letter-spacing: -6px;
	margin: 0 -5px;
}

.footer-row > * {
	letter-spacing: 0;
}

.footer-nav {
	font-size: 15px;
	line-height: 22px;
}

.footer-nav li {
	margin-bottom: 10px;
}

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

.footer-nav a:hover {
	opacity: .7;
}

.footer-nav + .footer-title {
	padding-top: 20px;
}

.social-networks {
	margin: 0 -7px 35px;
	font-size: 21px;
	line-height: 1;
}

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

.social-networks a {
	color: #979fae;
}

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

.footer-title {
	color: #fff;
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}

.email-form {
	position: relative;
}

.email-form input[type="email"] {
	display: block;
	width: 100%;
	border: none;
	background: #39435d;
	color: #979fae;
	font-size: 14px;
	line-height: 18px;
	height: 40px;
	padding: 4px 70px 4px 15px;
	border-radius: 4px;
	box-shadow: none;
}

.email-form input[type="email"]::-webkit-input-placeholder {
	color: #979fae;
}

.email-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #979fae;
}

.email-form input[type="email"]:-moz-placeholder {
	color: #979fae;
}

.email-form input[type="email"]:-ms-input-placeholder {
	color: #979fae;
}

.email-form input[type="email"].placeholder {
	color: #979fae;
}

.email-form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 4px;
	background: #979fae;
	padding: 0;
	margin: 0;
	height: 40px;
	border: none;
	font-size: 15px;
}

.email-form button:hover {
	opacity: .7;
}

.info-block .text p{
	margin-bottom: 10px!important;
}
.check-list li{
	font-size: 18px!important;
	line-height: 22px!important;
}


.check-list{
	margin-top: 50px!important;
}

@media (min-width: 480px) {
	.info-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: calc(100% + 10px);
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.info-list li {
		width: calc(50% - 10px);
		padding: 0 5px;
		margin-bottom: 25px;
	}

	.info-list a {
		height: 100%;
	}
}

@media (min-width: 600px) {
	.team-list {
		margin: 0 -6px;
	}

	.team-list li:before {
		left: 6px;
		right: 6px;
	}

	.team-list li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 6px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	h1,
	.h1 {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	h2,
	.h2 {
		font-size: 25px;
		line-height: 34px;
	}

	#header {
		padding: 13px 0;
	}

	.logo {
		width: 180px;
	}

	#nav {
		float: right;
		width: 73%;
		padding-top: 8px;
		font-size: 13px;
		line-height: 23px;
		position: relative;
	}

	.nav-drop {
		max-height: none;
		overflow: visible;
		position: static;
		text-align: right;
		padding-right: 35px;
	}

	.nav-drop:after {
		content: "";
		position: absolute;
		top: 2px;
		right: 25px;
		height: 44px;
		background: #f1f2f3;
		width: 1px;
	}

	.nav-wrap {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: none;
		overflow: visible;
		max-height: none;
	}

	.nav-wrap > ul {
		letter-spacing: -5px;
	}

	.nav-wrap > ul > * {
		letter-spacing: 0;
	}

	.nav-wrap > ul > li {
		display: inline-block;
		vertical-align: top;
		position: relative;
	}

	.nav-wrap > ul > li:nth-child(n+3) ul {
		left: auto;
		right: 0;
	}

	.nav-wrap > ul > li.hover > a {
		background: #f9fafb;
		color: #4c4e53;
	}

	.nav-wrap > ul > li.hover > a.has-drop-down-a:after {
		color: #4c4e53;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.nav-wrap > ul > li.hover > ul {
		opacity: 1;
		visibility: visible;
	}

	.nav-wrap > ul > li.active > a {
		color: #e8343c;
		background: none;
	}

	.nav-wrap > ul > li.active > a.has-drop-down-a:after {
		color: #e8343c;
	}

	.nav-wrap > ul > li > a {
		background: none;
		display: inline-block;
		padding: 5px 4px;
		vertical-align: top;
		border: none;
		text-align: right;
		border-radius: 4px 4px 0 0;
		color: #757982;
		font-weight: 500;
	}

	.nav-wrap > ul > li > a.has-drop-down-a:after {
		color: #d8dce6;
		position: static;
		font-size: 10px;
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		margin-left: 5px;
	}

	.nav-wrap > ul > li > ul {
		background: #f9fafb;
		overflow: visible;
		max-height: none;
		position: absolute;
		left: 0;
		top: 100%;
		border-radius: 0 0 5px 5px;
		z-index: 99;
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		/*width: 390px;*/
		opacity: 0;
		visibility: hidden;
		padding: 16px 10px;
		font-size: 11px;
		line-height: 23px;
	}

	.nav-wrap > ul > li > ul > li {
		width: 100%;
	}

	.nav-wrap > ul > li > ul > li > a {
		text-align: left;
		padding: 6px 15px;
	}

	.nav-wrap > ul > li > ul > li > a .icon {
		margin-top: 5px;
		margin-bottom: -5px;
	}

	.nav-wrap > ul > li > ul ul {
		padding-left: 35px;
		padding-top: 3px;
	}

	.nav-wrap > ul > li > ul ul li.active {
		background: none;
		color: #1d1d1d;
	}

	.nav-wrap > ul > li > ul ul a {
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}

	.nav-wrap > ul > li > ul ul a:hover {
		background: none;
		color: #1d1d1d;
	}

	.search-opener {
		top: 15px;
		right: 0;
	}

	.form-search .form-wrap {
		right: 30px;
		top: 2px;
		max-width: 490px;
		width: 100%;
		left: auto;
	}

	.form-search input[type="search"],
	.form-search input[type="text"] {
		height: 44px;
		border: none;
		border-left: 1px solid;
		font-size: 24px;
		line-height: 28px;
	}

	.banner {
		padding: 80px 0;
		font-size: 18px;
		line-height: 22px;
	}

	.banner.banner-wrap h1 {
		margin: 0 0 12px;
	}

	.info-block {
		padding: 0;
	}

	.info-block .text {
		margin-bottom: 35px;
		padding: 40px 0;
	}

	.info-list {
		margin-bottom: 20px;
		width: 100%;
	}

	.info-list li {
		width: 25%;
		padding: 0;
	}

	.info-list li:before {
		content: "";
		position: absolute;
		left: 0;
		top: 39px;
		bottom: 39px;
		background: #f1f2f3;
		width: 1px;
	}

	.info-list li:nth-child(odd):nth-child(4n+1):before {
		display: none;
	}

	.info-list li.active a {
		margin: 0 0 0;
		position: relative;
		-webkit-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	.info-list a {
		position: static;
		margin: 0 -1px;
	}

	.info-list a {
		border: none;
		padding: 65px 15px 76px;
	}

	.info-list a:hover {
		position: relative;
		-webkit-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	.info-list .info-title {
		font-size: 16px;
		line-height: 24px;
	}

	.check-list {
		font-size: 18px;
		line-height: 24px;
		margin: 0 -20px 25px;
		letter-spacing: -5px;
		text-align: center;
	}

	.check-list > * {
		letter-spacing: 0;
	}

	.check-list {
		margin: 0 -30px 15px;
	}

	.check-list li {
		width: 33.33%;
		padding: 0 20px;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin-bottom: 20px;
	}

	.check-list li:before {
		display: block;
		position: static;
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 1;
		background: #fff;
		line-height: 50px;
		width: 50px;
		height: 50px;
		border-radius: 2px;
		margin: 0 auto 24px;
		box-shadow: 0 9px 19px -7px rgba(54, 57, 73, .2);
	}

	.twitter-block {
		width: calc(50% - 20px);
	}

	.events {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 40px 0;
	}

	.event-list {
		margin: 0 -15px -5px;
		position: relative;
	}

	.event-list:before {
		content: "";
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 0;
		bottom: 0;
		background: #f1f2f3;
		width: 1px;
	}

	.event-wrap {
		overflow: hidden;
	}

	.event {
		padding: 20px 15px 0;
		width: 100%;
	}

	.event .event-item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin-bottom: 13px;
		padding: 10px 15px 34px;
		position: relative;
	}

	.event .event-item:after {
		content: "";
		position: absolute;
		top: -13px;
		left: -99px;
		right: -99px;
		background: #f1f2f3;
		height: 1px;
		z-index: 1;
	}

	.event .event-item:first-child:after,
	.event .event-item:nth-child(2):after {
		display: none;
	}

	.event .event-item time {
		float: none;
		margin-bottom: 12px;
	}

	.event .event-item .event-title {
		overflow: visible;
		padding: 0;
	}

	.event-big {
		padding-top: 9px;
	}

	.event-row {
		margin: 0 -10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.event-col {
		border-radius: 4px;
		box-shadow: 16px 17px 51px -11px rgba(54, 57, 73, .15);
	}

	.event-col:last-child {
		box-shadow: 19px -8px 37px -8px rgba(54, 57, 73, .1) inset;
	}

	.event-col {
		width: 50%;
		padding: 0 10px;
		letter-spacing: -5px;
	}

	.event-col > * {
		letter-spacing: 0;
	}

	.quote {
		width: calc(50% - 20px);
	}

	.feature {
		padding: 60px 0;
	}

	.boxes {
		text-align: left;
		max-width: none;
	}

	.box {
		height: 100%;
		margin-bottom: 0;
	}

	.box.inline {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 10px 15px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.box .image {
		width: 31%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.logo-holder {
		padding: 60px 0 20px;
	}

	.heading h2 {
		margin-bottom: 1px;
	}

	.logos {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.logos li {
		width: calc(20% - 20px);
	}

	.row {
		letter-spacing: -6px;
		margin: 0 -10px;
	}

	.row > * {
		letter-spacing: 0;
	}

	.row .col-4 {
		width: 50%;
		margin: 0 0 23px;
		height: 100%;
		display: inline-block;
		vertical-align: top;
		padding: 0 10px;
	}

	.row .col-2 {
		height: 100%;
		display: inline-block;
		vertical-align: top;
		padding: 0 10px;
		margin-bottom: 23px;
	}

	.box-text {
		width: 69%;
	}

	.section-blue {
		padding: 50px 0;
		text-align: left;
	}

	.section-blue .btn-more {
		margin-top: -7px;
	}

	.section-blue .img {
		float: left;
		width: 40%;
		margin-right: 20px;
	}

	.section-blue .text {
		overflow: hidden;
		padding-top: 10px;
	}

	.user {
		display: inline-block;
		vertical-align: top;
		min-width: 100px;
		max-width: 240px;
		margin-right: 6px;
	}

	.section {
		padding: 60px 0;
	}

	.section.comments {
		text-align: left;
	}

	.filter-form {
		text-align: left;
		margin-bottom: 36px;
	}

	.filter-form label {
		float: left;
		width: 65px;
		padding-top: 16px;
	}

	.filter-form .form-group {
		float: left;
		width: 130px;
		margin-right: 10px;
	}

	.article-banner {
		white-space: nowrap;
		text-align: center;
	}

	.article-banner:after {
		content: "";
		display: inline-block;
		vertical-align: bottom;
		width: 1px;
		margin: 0 0 0 -5px;
		min-height: 400px;
	}

	.article-banner > * {
		white-space: normal;
		display: inline-block;
		vertical-align: bottom;
	}

	.article-banner .container {
		text-align: left;
		width: 100%;
	}

	.article-text {
		padding: 0 20px;
	}

	.columns {
		padding: 50px 0;
	}

	.two-columns:only-child {
		width: 100%;
		float: none;
	}

	#content {
		width: 60%;
		float: left;
	}

	#content h4,
	#content .h4 {
		font-size: 20px;
		line-height: 36px;
	}

	#sidebar {
		width: 40%;
		float: left;
		padding-left: 3%;
	}

	.social-block {
		margin: 0 0 51px;
	}

	.related-posts,
	.widget_widget_crp {
		margin: 0 0 43px;
		padding: 43px 15px 22px;
	}

	.related-post li {
		margin-bottom: 22px;
	}

	.red-box {
		padding: 30px;
		margin: 0 0 20px;
	}

	.red-box h2 {
		padding-top: 10px;
	}

	.red-box p {
		margin-bottom: 30px;
	}

	.red-box .row-holder {
		margin: 0 15px;
	}

	.red-box .col {
		width: 50%;
		float: left;
		padding: 0 15px;
	}

	.red-box .form textarea {
		height: 157px;
	}

	.user-info h3 {
		margin-bottom: 7px;
	}

	.text-block {
		padding: 50px 0;
	}

	.text-block .text-wrap {
		text-align: left;
		padding: 20px 0;
	}

	.text-block .text-wrap .image {
		float: left;
		width: 50%;
		max-width: none;
		margin-right: 30px;
	}

	.text-block .text-wrap .img {
		margin-top: -75px;
		padding-left: 102px;
	}

	.red-text {
		max-width: 180px;
		text-align: center;
		border-radius: 3px;
	}

	.big-text {
		padding: 40px 30px;
		font-size: 18px;
		line-height: 30px;
	}

	.map-block {
		text-align: left;
		padding: 40px 0;
	}

	.map-block .map-text {
		overflow: hidden;
		padding-top: 20px;
		position: relative;
	}

	.map {
		float: right;
		width: 55%;
		margin-left: -5%;
	}

	.map .btn {
		right: 0;
		bottom: 20px;
		position: absolute;
		margin: 0;
	}

	.team-list li {
		width: 33.33%;
		margin-bottom: 64px;
	}

	.contact {
		padding: 40px 0;
	}

	.contact h2 {
		margin: 0 0 15px;
	}

	.accordion li.active {
		margin-bottom: 20px;
	}

	.accordion .country-map {
		width: 48%;
		display: inline-block;
		vertical-align: bottom;
		margin: 0 -15px 0 15px;
	}

	.accordion .branch-info {
		display: inline-block;
		vertical-align: top;
		width: 52%;
	}

	.accordion .slide {
		letter-spacing: -5px;
	}

	.accordion .slide > * {
		letter-spacing: 0;
	}

	.accordion .opener:before {
		right: 42px;
	}

	.accordion .country img {
		width: 27px;
	}

	.contact-row {
		margin: 0 -10px;
	}

	.col-7 {
		float: left;
		width: 56.133%;
		padding: 0 10px;
	}

	.col-5 {
		float: left;
		width: 43.867%;
		padding: 0 10px;
	}

	.carousel {
		padding: 60px 0 30px;
	}

	.carousel .name {
		font-size: 22px;
		line-height: 30px;
	}

	.carousel .slide-image {
		float: left;
		width: 200px;
		margin-right: 40px;
	}

	.carousel .btn-next,
	.carousel .btn-prev {
		left: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		right: 40px;
		margin: 0;
		top: 37px;
	}

	.carousel .btn-next {
		right: 15px;
		margin: 0;
	}

	.carousel .slide-text {
		overflow: hidden;
		text-align: left;
		padding-top: 50px;
		font-size: 19px;
		line-height: 2;
	}

	.form input[type="text"],
	.form input[type="email"],
	.form input[type="tel"],
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="tel"] {
		height: 50px;
	}

	.country-map-holder {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.accordion .country-map {
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
	}

	#footer {
		text-align: left;
		padding: 40px 0;
	}

	.footer-col {
		display: inline-block;
		vertical-align: top;
		width: 20.5%;
		padding: 0 5px;
	}

	.footer-col:first-child {
		width: 23.6%;
	}

	.footer-col:nth-child(3) {
		width: 25%;
	}

	.footer-col:last-child {
		width: 30.8%;
	}

	.footer-col:last-child .footer-title.upppercase {
		text-transform: uppercase;
	}

	.footer-logo {
		margin: 0 0 33px;
	}

	.social-networks {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) and (min-width: 1024px) {
	.nav-drop:after {
		right: 28px;
		top: 14px;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	.nav-drop:after {
		right: 49px;
	}

	.footer-col:last-child {
		padding-left: 20px;
	}

	.footer-col:last-child .footer-title {
		margin-bottom: 23px;
	}
}

@media (min-width: 1024px) {
	body {
		font-size: 16px;
		line-height: 2;
	}

	.btn {
		padding: 8px 15px;
	}

	h1,
	.h1 {
		font-size: 45px;
		line-height: 55px;
	}

	h2,
	.h2 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 43px;
	}

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

	#header {
		padding: 30px 0;
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, .08);
	}

	.logo {
		width: 257px;
	}

	#nav {
		padding-top: 14px;
	}

	.nav-wrap > ul > li > a {
		padding: 7px 10px;
	}

	.nav-wrap > ul > li > ul {
		/*width: 460px;*/
		font-size: 13px;
		line-height: 23px;
		padding: 38px 12px;
	}

	.nav-wrap > ul > li > ul > li {
		margin-bottom: 4px;
	}

	.nav-wrap > ul > li > ul > li:nth-child(odd) {
		padding-right: 5px;
	}

	.nav-wrap > ul > li > ul > li > a {
		padding: 6px 15px 6px;
	}

	.nav-wrap > ul > li > ul > li > a .icon {
		margin-right: 5px;
	}

	.nav-wrap > ul > li > ul ul li {
		margin: 0 0 5px;
	}

	.nav-wrap > ul > li > ul ul a {
		font-size: 14px;
		line-height: 18px;
	}

	.search-opener {
		top: 24px;
	}

	.form-search .form-wrap {
		top: 14px;
		max-width: 590px;
	}

	main {
		margin-top: 119px;
	}

	.banner {
		font-size: 22px;
		line-height: 38px;
		white-space: nowrap;
		text-align: center;
	}

	.banner:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		margin: 0 0 0 -5px;
		min-height: 600px;
	}

	.banner > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.banner.banner-block {
		white-space: nowrap;
		text-align: center;
		padding: 105px 0 102px;
	}

	.banner.banner-block:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		margin: 0 0 0 -5px;
		min-height: 100%;
	}

	.banner.banner-block > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.banner.banner-wrap {
		white-space: nowrap;
		text-align: center;
	}

	.banner.banner-wrap:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		margin: 0 0 0 -5px;
		min-height: 290px;
	}

	.banner.banner-wrap > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.banner.banner-wrap h1 {
		margin: 0 0 12px;
	}

	.info-block .text {
		margin: 0 auto 0;
		padding: 60px 0 44px;
	}

	.info-block .text p {
		margin: 0 0 40px;
	}

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

	.info-list li.active a .info-title {
		-webkit-transform: translateY(16px);
		-ms-transform: translateY(16px);
		transform: translateY(16px);
	}

	.info-list a:hover .info-title {
		-webkit-transform: translateY(16px);
		-ms-transform: translateY(16px);
		transform: translateY(16px);
	}

	.info-list .info-title {
		font-size: 18px;
		line-height: 26px;
	}

	.check-list li {
		font-size: 22px;
		line-height: 26px;
		text-transform: uppercase;
		padding: 0 30px;
	}

	.twitter-block {
		float: left;
		width: 257px;
		padding: 24px 30px 14px;
		min-height: 331px;
	}

	.twitter-block p {
		margin: 0 0 30px;
	}

	.twitter-block .twitter-duration {
		margin: 0 0 8px;
	}

	.events {
		padding: 60px 0;
		display: block;
	}

	.event-heading {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 21px;
	}

	.event-heading span {
		font-size: 32px;
		margin-right: 13px;
	}

	.event-list {
		padding-top: 20px;
	}

	.event {
		display: block;
		float: left;
		padding: 7px 25px 0;
		width: calc(100% - 516px);
	}

	.event time {
		font-size: 36px;
		line-height: 42px;
	}

	.event time small {
		font-size: 21px;
		margin-left: 5px;
		margin-top: -5px;
	}

	.event-big {
		padding-top: 29px;
	}

	.event-big time {
		margin-bottom: 24px;
		margin-top: -11px;
	}

	.quote {
		float: right;
		width: 257px;
		padding: 25px 30px 18px;
		min-height: 331px;
	}

	.quote .quote-title {
		letter-spacing: 2px;
	}

	.quote blockquote cite {
		padding-top: 70px;
	}

	.feature {
		padding: 80px 0;
	}

	.feature h2 {
		margin-bottom: 40px;
	}

	.box.inline {
		padding: 34px 0 0;
		font-size: 17px;
		line-height: 24px;
	}

	.box.full {
		padding: 25px 8px;
		font-size: 17px;
		line-height: 24px;
	}

	.box.full p {
		margin-bottom: 25px;
	}

	.box .name.big {
		font-size: 25px;
		line-height: 36px;
	}

	.box .image {
		width: 42%;
	}

	.box .title {
		margin: 0 0 33px;
	}

	.label {
		margin-bottom: 16px;
	}

	.logo-holder {
		padding: 80px 0 20px;
	}

	.heading {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 44px;
	}

	.heading h2 {
		margin-bottom: 1px;
	}

	.row {
		margin: 0 -8px;
	}

	.row .col-4 {
		width: 25%;
		margin: 0 0 25px;
		padding: 0 8px;
	}

	.row .col-2 {
		width: 50%;
		padding: 0 8px;
		margin: 0 0 25px;
	}

	.box-text {
		padding-left: 15px;
		width: 58%;
		padding-right: 10px;
	}

	.section-blue {
		padding: 60px 0;
	}

	.section-blue .img {
		width: 35%;
		margin-right: 5.5%;
	}

	.section-blue .text {
		padding-top: 22px;
	}

	.user {
		max-width: 400px;
	}

	.article-banner {
		white-space: nowrap;
		text-align: center;
	}

	.article-banner:after {
		content: "";
		display: inline-block;
		vertical-align: bottom;
		width: 1px;
		margin: 0 0 0 -5px;
		min-height: 500px;
	}

	.article-banner > * {
		white-space: normal;
		display: inline-block;
		vertical-align: bottom;
	}

	.article-banner:before {
		bottom: 60px;
	}

	.article-banner .container {
		text-align: left;
		width: 100%;
	}

	.article-text {
		padding: 0 40px;
	}

	.columns {
		padding: 60px 0;
	}

	.two-columns {
		padding-bottom: 50px;
	}

	#content {
		width: 67%;
	}

	#content h3 {
		font-size: 22px;
		line-height: 30px;
	}

	#content p {
		margin: 0 0 30px;
	}

	#sidebar {
		padding-left: 4%;
		width: 33%;
	}

	.social-block {
		padding: 31px 30px 4px;
	}

	.related-posts,
	.widget_widget_crp {
		padding: 43px 30px 22px;
	}

	.widget_widget_crp img {
		margin-right: 15px;
	}

	.widget_widget_crp .crp_date {
		left: 113px;
	}

	.related-post .img {
		margin-right: 15px;
	}

	.red-box {
		padding: 40px 40px;
		font-size: 22px;
		line-height: 33px;
		margin-bottom: 40px;
	}

	.red-box h2 {
		padding-top: 21px;
	}

	.red-box p {
		margin-bottom: 50px;
	}

	.red-box .row-holder {
		margin: 0 -30px;
	}

	.red-box .col {
		padding: 0 30px;
	}

	.red-box .form textarea {
		height: 157px;
	}

	.user-info .user-text {
		padding-left: 21px;
		margin-top: -5px;
	}

	.user-info h3 {
		margin-bottom: 7px;
	}

	.text-block {
		padding: 60px 0;
	}

	.text-block h2 {
		margin: 0 0 24px;
	}

	.text-block .text-wrap {
		padding: 45px 0;
	}

	.text-block .text-wrap .image {
		margin-right: 50px;
		width: 48%;
	}

	.text-block .text-wrap .img {
		margin-top: -35.5%;
		padding-left: 16%;
	}

	.text-block .text {
		padding-top: 30px;
	}

	.red-text {
		font-size: 18px;
		line-height: 30px;
		padding: 57px 30px 24px;
		max-width: 227px;
	}

	.red-text p {
		margin: 0 0 33px;
	}

	.big-text {
		font-size: 22px;
		line-height: 37px;
		padding: 23px 30px 10px;
	}

	.map-block {
		padding: 80px 0;
	}

	.map-block .map-text {
		padding-top: 30px;
	}

	.map .btn {
		right: 0;
		bottom: 23.7%;
	}

	.team-list {
		margin: 0 -12px;
	}

	.team-list li:before {
		left: 12px;
		right: 12px;
	}

	.team-list li {
		width: 25%;
		padding: 0 12px;
	}

	.contact {
		padding: 60px 0;
	}

	.contact h2 {
		margin: 0 0 17px;
		font-size: 28px;
		line-height: 36px;
	}

	.accordion .country-map {
		margin: 0 -40px 0 40px;
	}

	.accordion .slide {
		padding: 2px 40px 0;
	}

	.accordion .opener {
		font-size: 18px;
		line-height: 22px;
		padding: 27px 55px 22px 40px;
	}

	.accordion .country {
		margin-right: 9px;
	}

	.accordion address {
		margin: 0 0 3.1em;
	}

	.accordion .title {
		font-size: 18px;
		line-height: 26px;
	}

	.contact-row {
		margin: 0 -15px;
	}

	.col-7 {
		padding: 0 15px;
	}

	.col-5 {
		padding: 0 15px;
	}

	.carousel {
		padding: 60px 40px 30px;
		max-width: 900px;
		margin: 0 auto;
	}

	.carousel .slide-image {
		margin-right: 68px;
	}

	.carousel .btn-next,
	.carousel .btn-prev {
		right: 50px;
		margin: 0;
		font-size: 24px;
	}

	.carousel .btn-next {
		right: -1px;
	}

	.carousel .slide-text {
		padding-top: 58px;
	}

	.address address {
		margin: 0 0 53px;
	}

	.form label,
	.comment-form label {
		margin-left: 30px;
	}

	.form input[type="text"],
	.form input[type="email"],
	.form input[type="tel"],
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="tel"] {
		height: 66px;
	}

	.form textarea,
	.comment-form textarea {
		height: 355px;
	}

	.comment-form input[type="submit"] {
		padding: 26px 15px;
	}

	.pin {
		width: 21px;
		height: 21px;
		box-shadow: 0 0 0 8px rgba(232, 52, 60, .13);
	}

	#footer {
		padding: 60px 0;
	}

	.footer-col p {
		margin: 0 0 39px;
	}

	.footer-nav {
		margin-top: -5px;
	}

	.footer-nav li {
		margin: 0 0 22px;
	}

	.footer-nav + .footer-title {
		padding-top: 50px;
	}

	.footer-title {
		margin-top: -5px;
	}

	.email-form input[type="email"] {
		height: 60px;
		padding: 4px 95px 4px 24px;
	}

	.email-form button {
		width: 77px;
		height: 60px;
	}
}

@media (min-width: 1025px) {
	.box:hover .btn-more {
		opacity: 1;
		visibility: visible;
	}

	.box .btn-more {
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 64px;
		line-height: 80px;
		margin: 0 0 24px;
	}

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

	.btn-more.black {
		margin-bottom: 17px;
		margin-top: 3px;
	}

	.nav-drop {
		padding-right: 63px;
	}

	.nav-wrap > ul > li > a {
		padding: 11px 20px;
	}

	.nav-wrap > ul > li > a.has-drop-down-a:after {
		margin-left: 14px;
	}

	.nav-wrap > ul > li > ul {
		/*width: 466px;*/
		padding: 26px 15px 34px;
	}

	.nav-wrap > ul > li > ul > li > a .icon {
		margin-right: 11px;
	}

	.search-opener {
		top: 24px;
		right: 0;
		font-size: 23px;
	}

	.form-search .form-wrap {
		max-width: 730px;
	}

	.banner {
		white-space: nowrap;
		text-align: center;
	}

	.banner:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		margin: 0 0 0 -5px;
		min-height: 600px;
	}

	.banner > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.banner p {
		margin: 0 0 50px;
	}

	.banner.banner-wrap {
		white-space: nowrap;
		text-align: center;
	}

	.banner.banner-wrap:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		margin: 0 0 0 -5px;
		min-height: 290px;
	}

	.banner.banner-wrap > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.banner.banner-wrap h1 {
		margin: 0 0 12px;
	}

	.info-list {
		margin-bottom: 29px;
	}

	.check-list {
		margin: 0 -75px 15px;
	}

	.check-list li {
		padding: 0 75px;
	}

	.events {
		padding: 98px 0 173px;
	}

	.event-heading {
		margin-left: -9px;
	}

	.event {
		padding: 6px 59px 0;
	}

	.event-big {
		padding-left: 11px;
	}

	.event-col {
		padding: 0 17px;
	}

	.feature {
		padding: 140px 0 131px;
	}

	.feature h2 {
		margin: 0 0 62px;
	}

	.box.full .title {
		margin: 0 0 22px;
	}

	.box.full p {
		margin: 0 0 59px;
	}

	.box .name.big {
		font-size: 28px;
		line-height: 34px;
		margin: 0 0 16px;
	}

	.box .image {
		float: right;
		overflow: visible;
		width: 42.1%;
		margin-left: -4.1%;
		margin-top: -15px;
	}

	.logo-holder {
		padding: 120px 0 26px;
	}

	.heading {
		margin-bottom: 59px;
	}

	.heading h2 {
		margin-bottom: 1px;
	}

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

	.box-text {
		width: 59.3%;
		padding-left: 18px;
	}

	.box-text .label {
		margin-left: -18px;
	}

	.section-blue {
		padding: 87px 0 65px;
	}

	.section-blue h1 {
		font-size: 48px;
		line-height: 60px;
		margin: 0 0 53px;
	}

	.section {
		padding: 78px 0 151px;
	}

	.section .container > p {
		margin-bottom: 70px;
	}

	.article-banner {
		white-space: nowrap;
		text-align: center;
	}

	.article-banner:after {
		content: "";
		display: inline-block;
		vertical-align: bottom;
		width: 1px;
		margin: 0 0 0 -5px;
		min-height: 500px;
	}

	.article-banner > * {
		white-space: normal;
		display: inline-block;
		vertical-align: bottom;
	}

	.article-banner:before {
		bottom: 110px;
	}

	.article-banner h1 {
		font-size: 48px;
		line-height: 60px;
	}

	.article-text {
		padding: 0 81px;
	}

	.columns {
		padding: 87px 0;
	}

	.two-columns {
		padding-bottom: 70px;
	}

	#content h4,
	#content .h4 {
		font-size: 22px;
		line-height: 38px;
	}

	#sidebar {
		padding-left: 7%;
	}

	.red-box {
		padding: 36px 77px 46px;
		margin: 0 0 83px;
	}

	.red-box p {
		margin: 0 0 76px;
	}

	.red-box .row-holder {
		margin: 0 -57px;
	}

	.red-box .col {
		padding: 0 57px;
	}

	.user-info h3 {
		margin-bottom: 7px;
	}

	.text-block {
		padding: 80px 0 155px;
	}

	.text-block .text-wrap {
		padding: 45px 0 98px;
	}

	.text-block .text-wrap .image {
		margin-right: 118px;
	}

	.text-block .text {
		padding-top: 38px;
	}

	.big-text {
		padding: 23px 58px 10px;
	}

	.map-block {
		padding: 134px 0 31px;
	}

	.map-block .map-text {
		padding-top: 50px;
	}

	.map-block h2 {
		margin: 0 0 38px;
	}

	.map {
		width: 76%;
		margin-left: -15%;
	}

	.team h2 {
		margin: 0 0 60px;
	}

	.contact {
		padding: 90px 0 85px;
	}

	.contact h2 {
		margin: 0 0 19px;
	}

	.accordion .country-map {
		margin: -8px -40px 0 40px;
	}

	.contact-row {
		margin: 0 -30px;
	}

	.col-7 {
		padding: 0 30px;
	}

	.col-5 {
		padding: 0 30px;
	}

	.carousel {
		padding: 60px 50px 77px;
	}

	.address address {
		margin: 0 0 60px;
	}

	#footer {
		padding: 99px 0 125px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

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

	.nav-opener {
		display: block;
	}

	.nav-wrap > ul > li.hover > ul {
		max-height: 999px;
	}

	.info-list li:nth-child(odd):before {
		display: none;
	}

	.info-list br {
		display: none;
	}

	.check-list br {
		display: none;
	}

	.section .container > p br {
		display: none;
	}

	.article-banner h1 br {
		display: none;
	}

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

	.accordion .country-map {
		height: 220px;
		margin: 0 -15px;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@media (min-width: 768px){
	.events{ display: none; }
}
