/*

Theme Name: SchoolReadinessConsulting

Author: Anonymous

Author URI:

Version: 1

Description: Base theme for Wordpress

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: base

Tags: one-column, two-columns

Theme URI:

*/



/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */



/**

 * 1. Set default font family to sans-serif.

 * 2. Prevent iOS and IE text size adjust after device orientation change,

 *    without disabling user zoom.

 */



html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}



/**

 * Remove default margin.

 */



body {
	margin: 0;
}



/* HTML5 display definitions

   ========================================================================== */



/**

 * Correct `block` display not defined for any HTML5 element in IE 8/9.

 * Correct `block` display not defined for `details` or `summary` in IE 10/11

 * and Firefox.

 * Correct `block` display not defined for `main` in IE 11.

 */



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}



/**

 * 1. Correct `inline-block` display not defined in IE 8/9.

 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.

 */



audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}



/**

 * Prevent modern browsers from displaying `audio` without controls.

 * Remove excess height in iOS 5 devices.

 */



audio:not([controls]) {
	display: none;
	height: 0;
}



/**

 * Address `[hidden]` styling not present in IE 8/9/10.

 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.

 */



[hidden],
template {
	display: none;
}



/* Links

   ========================================================================== */



/**

 * Remove the gray background color from active links in IE 10.

 */



a {
	background-color: transparent;
}



/**

 * Improve readability of focused elements when they are also in an

 * active/hover state.

 */



a:active,
a:hover {
	outline: 0;
}



/* Text-level semantics

   ========================================================================== */



/**

 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.

 */



abbr[title] {
	border-bottom: 1px dotted;
}



/**

 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.

 */



b,
strong {
	font-weight: bold;
}



/**

 * Address styling not present in Safari and Chrome.

 */



dfn {
	font-style: italic;
}



/**

 * Address variable `h1` font-size and margin within `section` and `article`

 * contexts in Firefox 4+, Safari, and Chrome.

 */



h1 {
	font-size: 2em;
	margin: .67em 0;
}



/**

 * Address styling not present in IE 8/9.

 */



mark {
	background: #ff0;
	color: #000;
}



/**

 * Address inconsistent and variable font size in all browsers.

 */



small {
	font-size: 80%;
}



/**

 * Prevent `sub` and `sup` affecting `line-height` in all browsers.

 */



sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}



sup {
	top: -.5em;
}



sub {
	bottom: -.25em;
}



/* Embedded content

   ========================================================================== */



/**

 * Remove border when inside `a` element in IE 8/9/10.

 */



img {
	border: 0;
}



/**

 * Correct overflow not hidden in IE 9/10/11.

 */



svg:not(:root) {
	overflow: hidden;
}



/* Grouping content

   ========================================================================== */



/**

 * Address margin not present in IE 8/9 and Safari.

 */



figure {
	margin: 1em 40px;
}



/**

 * Address differences between Firefox and other browsers.

 */



hr {
	box-sizing: content-box;
	height: 0;
}



/**

 * Contain overflow in all browsers.

 */



pre {
	overflow: auto;
}



/**

 * Address odd `em`-unit font size rendering in all browsers.

 */



code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}



/* Forms

   ========================================================================== */



/**

 * Known limitation: by default, Chrome and Safari on OS X allow very limited

 * styling of `select`, unless a `border` property is set.

 */



/**

 * 1. Correct color not being inherited.

 *    Known issue: affects color of disabled elements.

 * 2. Correct font properties not being inherited.

 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.

 */



button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}



/**

 * Address `overflow` set to `hidden` in IE 8/9/10/11.

 */



button {
	overflow: visible;
}



/**

 * Address inconsistent `text-transform` inheritance for `button` and `select`.

 * All other form control elements do not inherit `text-transform` values.

 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.

 * Correct `select` style inheritance in Firefox.

 */



button,
select {
	text-transform: none;
}



/**

 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

 *    and `video` controls.

 * 2. Correct inability to style clickable `input` types in iOS.

 * 3. Improve usability and consistency of cursor style between image-type

 *    `input` and others.

 */



button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}



/**

 * Re-set default cursor for disabled elements.

 */



button[disabled],
html input[disabled] {
	cursor: default;
}



/**

 * Remove inner padding and border in Firefox 4+.

 */



button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}



/**

 * Address Firefox 4+ setting `line-height` on `input` using `!important` in

 * the UA stylesheet.

 */



input {
	line-height: normal;
}



/**

 * It's recommended that you don't attempt to style these elements.

 * Firefox's implementation doesn't respect box-sizing, padding, or width.

 *

 * 1. Address box sizing set to `content-box` in IE 8/9/10.

 * 2. Remove excess padding in IE 8/9/10.

 */



input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}



/**

 * Fix the cursor style for Chrome's increment/decrement buttons. For certain

 * `font-size` values of the `input`, it causes the cursor style of the

 * decrement button to change from `default` to `text`.

 */



input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}



/**

 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.

 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.

 */



input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}



/**

 * Remove inner padding and search cancel button in Safari and Chrome on OS X.

 * Safari (but not Chrome) clips the cancel button when the search input has

 * padding (and `textfield` appearance).

 */



input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}



/**

 * Define consistent border, margin, and padding.

 */



fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}



/**

 * 1. Correct `color` not being inherited in IE 8/9/10/11.

 * 2. Remove padding so people aren't caught out if they zero out fieldsets.

 */



legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}



/**

 * Remove default vertical scrollbar in IE 8/9/10/11.

 */



textarea {
	overflow: auto;
}



/**

 * Don't inherit the `font-weight` (applied by a rule above).

 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.

 */



optgroup {
	font-weight: bold;
}



/* Tables

   ========================================================================== */



/**

 * Remove most spacing between table cells.

 */



table {
	border-collapse: collapse;
	border-spacing: 0;
}



td,
th {
	padding: 0;
}



.social-networks,
#nav ul,
.vacancy-list,
.graphic-section .description ul,
.partners-list,
.post-block .tweet_area,
.buttons-list,
.about-list,
.team-list,
.contact-list,
.jcf-list-box,
.jcf-list,
.jcf-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.header-holder:after,
#main:after,
.main-holder:after,
.partners-section:after,
.partners-list:after,
.form-section .form-container:after,
.wpcf7-form .container-holder:after,
.wpcf7-form .submit-holder: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: #626060;
	background: #fff;
	font: 18px / 1.536 "proxima_nova", "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 1.536em;
}



q,
q:before,
q:after {
	quotes: none;
}



q:before,
q:after {
	content: "";
}



blockquote {
	border-left: 4px solid #626060;
	padding-left: .5em;
	margin-left: 1.536em;
}



th,
td {
	border: 1px solid #626060;
	padding: .5em;
	text-align: left;
	vertical-align: top;
	font-size: 20px;
	line-height: 22px;
}



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;
}



dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}



dl dd {
	overflow: hidden;
}



pre {
	max-width: 100%;
}



video,
iframe,
object,
embed {
	max-width: 100%;
}



form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}



input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #626060;
	padding: 20px 20px 17px;
}



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: #626060;
}



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: #626060;
}



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: #626060;
}



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: #626060;
}



input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #626060;
}



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;
}



textarea,
input[type=submit],
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=url] {
	-webkit-border-radius: 0;
}



.widget {
	margin-bottom: 1.536em;
}



.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: 144px;
	min-height: 144px;
	padding: 10px 5px 5px 5px;
}



.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
	background: #fff;
	border: 1px solid #e1d6d6;
	border-radius: 4px;
	margin: 0;
	padding: 5px;
	font: 300 18px/20px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #626060;
	outline: none;
	height: 38px;
	box-shadow: none !important;
}



.comment-form textarea::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder {
	color: #626060;
}



.comment-form textarea::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #626060;
}



.comment-form textarea:-moz-placeholder,
.comment-form input[type="text"]:-moz-placeholder {
	color: #626060;
}



.comment-form textarea:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder {
	color: #626060;
}



.comment-form textarea.placeholder,
.comment-form input[type="text"].placeholder {
	color: #626060;
}



.comment-form input[type="submit"] {
	display: block;
	float: none;
}



.post-password-form label {
	display: block;
}



.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
	height: 40px;
	background: #fff;
	border: 1px solid #e1d6d6;
	border-radius: 4px;
	padding: 5px;
	font: 300 18px/20px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #626060;
	outline: none;
	box-shadow: none !important;
}



.post-password-form input[type="password"]::-webkit-input-placeholder {
	color: #626060;
}



.post-password-form input[type="password"]::-moz-placeholder {
	opacity: 1;
	color: #626060;
}



.post-password-form input[type="password"]:-moz-placeholder {
	color: #626060;
}



.post-password-form input[type="password"]:-ms-input-placeholder {
	color: #626060;
}



.post-password-form input[type="password"].placeholder {
	color: #626060;
}



.search-form input {
	float: left;
	height: 40px;
}



.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 180px;
	box-sizing: border-box !important;
	background: #fff;
	border: 1px solid #e1d6d6;
	border-radius: 4px;
	padding: 5px;
	font: 300 18px/20px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #626060;
	outline: none;
	box-shadow: none !important;
}



.search-form input[type="search"]::-webkit-input-placeholder {
	color: #626060;
}



.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #626060;
}



.search-form input[type="search"]:-moz-placeholder {
	color: #626060;
}



.search-form input[type="search"]:-ms-input-placeholder {
	color: #626060;
}



.search-form input[type="search"].placeholder {
	color: #626060;
}



#sidebar .search-form input[type="submit"] {
	margin: 5px 0 0;
}



.post-password-form input {
	float: left;
}



.post-password-form input[type="password"] {
	width: 180px;
}



.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	border: none;
	padding: 2px 20px 0;
	margin: 0;
	border-radius: 4px;
	background: #dc202c;
	height: 40px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font: 600 15px/17px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	box-shadow: 0 0 5px rgba(29, 28, 27, .36);
	letter-spacing: 1px;
}



.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	cursor: pointer;
	background: #af1a23;
}



.commentlist {
	margin: 0 0 1.536em;
}



.commentlist .edit-link {
	margin: 0;
}



.commentlist .avatar-holder {
	float: left;
	margin: 0 1.536em 4px 0;
}



.commentlist-item .commentlist-item {
	padding: 0;
}



.comment,
.commentlist-holder {
	overflow: hidden;
}



.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.536em;
}



.widget_calendar #next {
	text-align: right;
}



.gallery-item dt {
	float: none;
	padding: 0;
}



.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.536em;
	margin: 0 0 1.536em;
}



.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: 50%;
	background: #fff;
	color: #dc202c;
	padding: .4em;
	text-decoration: none;
}



.navigation-single {
	margin-bottom: 1.536em;
}



.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #fff;
	color: #dc202c;
	padding: .4em;
	text-decoration: none;
}



.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
}



.navigation-single .next {
	float: right;
}



.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #626060;
	padding: .4em;
	margin-bottom: 1.536em;
}



.wp-caption img {
	margin: 0;
	vertical-align: top;
}



.wp-caption p {
	margin: .4em 0 0;
}



div.aligncenter {
	margin: 0 auto 1.536em;
}



img.aligncenter {
	display: block;
	margin: 0 auto;
}



.alignleft {
	float: left;
	margin: 0 1.536em 4px 0;
}



.alignright {
	float: right;
	margin: 0 0 4px 1.536em;
}



.mejs-container {
	margin-bottom: 1.536em;
}



.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}



@font-face {
	font-family: "proxima_nova";
	src: url("fonts/mark_simonson_-_proxima_nova_light-webfont.eot");
	src: url("fonts/mark_simonson_-_proxima_nova_light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/mark_simonson_-_proxima_nova_light-webfont.svg") format("svg"), url("fonts/mark_simonson_-_proxima_nova_light-webfont.woff") format("woff"), url("fonts/mark_simonson_-_proxima_nova_light-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
}



@font-face {
	font-family: "proxima_nova";
	src: url("fonts/mark_simonson_-_proxima_nova-webfont.eot");
	src: url("fonts/mark_simonson_-_proxima_nova-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/mark_simonson_-_proxima_nova-webfont.svg") format("svg"), url("fonts/mark_simonson_-_proxima_nova-webfont.woff") format("woff"), url("fonts/mark_simonson_-_proxima_nova-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}



@font-face {
	font-family: "proxima_nova";
	src: url("fonts/mark_simonson_-_proxima_nova_semibold-webfont.eot");
	src: url("fonts/mark_simonson_-_proxima_nova_semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/mark_simonson_-_proxima_nova_semibold-webfont.svg") format("svg"), url("fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff") format("woff"), url("fonts/mark_simonson_-_proxima_nova_semibold-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
}



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 300;
	margin: 0 0 20px;
	color: #000;
}



h1,
.h1 {
	font-size: 68px;
	line-height: 61px;
}



h2,
.h2 {
	font-size: 47px;
	line-height: 49px;
}



h3,
.h3 {
	font-size: 50px;
}



h4,
.h4 {
	font-size: 40px;
}



h5,
.h5 {
	font-size: 35px;
}



h6,
.h6 {
	font-size: 30px;
}



p {
	margin: 0 0 1em;
}



a {
	color: #dc202c;
	text-decoration: none;
	outline: none;
}



a:hover,
a:focus {
	opacity: .8;
}



body {
	background: #fff;
	font-weight: 300;
}



#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}



.page-container {
	max-width: 1200px;
	margin: 0 auto;
}



#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	right: 0;
}



.header-holder {
	padding: 18px 30px 17px 25px;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	background: rgba(255, 255, 255, .53);
	box-shadow: 0 6px 4px rgba(29, 28, 27, .26);
}



.logo {
	float: left;
	width: 127px;
	height: 70px;
}



.logo img {
	display: block;
	width: 100%;
}



.logo a:hover {
	opacity: 1;
}



.menu-block {
	float: right;
	margin: 22px 0 0;
}



.menu-block .holder {
	float: left;
}



.social-networks {
	float: left;
	line-height: 20px;
	list-style-position: outside;
	margin: 1px 0 0;
	padding: 0;
}



.social-networks li {
	float: left;
	margin: 0 0 0 31px;
	list-style-position: outside;
	list-style: none;
}



.social-networks a.fa:before {
	font-family: FontAwesome;
	font-size: 18px;
	display: block;
	color: #000;
}



.social-networks a:hover.fa:before {
	opacity: 1;
	color: #14658c;
}



#nav {
	position: absolute;
	top: 100%;
	right: 0;
	width: 300px;
	z-index: 500;
	background: rgba(255, 255, 255, .53);
	text-align: right;
	visibility: hidden;
	opacity: 0;
	will-change: opacity;
	pointer-events: none;
	-webkit-transition: visibility .3s ease, opacity .3s ease;
	transition: visibility .3s ease, opacity .3s ease;
}



.resize-active #nav {
	-webkit-transition: none !important;
	transition: none !important;
}



.open-nav #nav {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	-webkit-transition: visibility .3s ease, opacity .3s ease;
	transition: visibility .3s ease, opacity .3s ease;
}



#nav ul {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	border-bottom: 1px solid #14658c;
	list-style-position: outside;
}



#nav ul li {
	border-top: 1px solid #14658c;
	list-style-position: outside;
	list-style: none;
}



#nav ul li.active a {
	color: #14658c;
}



#nav ul li.active a:hover {
	color: #fff;
}



#nav ul a {
	display: block;
	padding: 10px 30px;
	color: #000;
}



#nav ul a:hover {
	background: #14658c;
	color: #fff;
	opacity: 1;
}



.nav-opener {
	float: left;
	margin: 4px 0 0 35px;
	position: relative;
	width: 26px;
	height: 18px;
}



.nav-opener span {
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
}



.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	position: absolute;
	top: 16px;
	left: 0;
	width: 26px;
	height: 2px;
	background: #000;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	content: "";
}



.nav-opener:before {
	content: "";
	top: 8px;
}



.nav-opener:after {
	content: "";
	top: 0;
}



.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	opacity: .8;
}



.open-nav .nav-opener span {
	display: none;
}



.open-nav .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}



.open-nav .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}



#main {
	position: relative;
	z-index: 1;
}



.banner-holder {
	overflow: hidden;
	position: relative;
}



.banner-block {
	position: relative;
}



.banner-block .heading {
	position: relative;
	padding: 0 0 28px;
	margin: 0 0 28px;
}



.banner-block .heading:before,
.banner-block .heading:after {
	position: absolute;
	bottom: 0;
	left: 23px;
	width: 44%;
	height: 1px;
	background: #fff;
	content: "";
}



.banner-block .heading:after {
	left: auto;
	right: 23px;
}



.banner-block h1 {
	color: #fff;
	margin: 0;
	font-weight: 600;
	position: relative;
	text-shadow: 0 0 10px rgba(29, 28, 27, .53);
}



.banner-block h1:before {
	position: absolute;
	bottom: -44px;
	left: 50%;
	width: 23px;
	margin: 0 0 0 -12px;
	height: 34px;
	background: url(images/sprite.png) no-repeat;
	content: "";
}



.banner-block img {
	display: block;
	width: 100%;
}



.banner-block .text-block {
	position: absolute;
	font-size: 21px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}



.banner-block .text-block .holder {
	margin: 0 auto;
	max-width: 1200px;
	white-space: nowrap;
	height: 100%;
	padding: 105px 10px 0;
}



.banner-block .text-block .holder:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}



.banner-block .text-block .inner {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	width: 60%;
	text-align: center;
}



.banner-block .text-block .text {
	padding: 0 80px;
	text-transform: uppercase;
	text-shadow: 0 0 7px rgba(29, 28, 27, .53);
}



.banner-block .text-block p {
	margin: 0;
}



.banner-block .page-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
	white-space: nowrap;
}



.banner-block .page-title .holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding: 0 0 12px;
	position: relative;
}



.banner-block .page-title .holder:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 56px;
	margin: 0 0 0 -28px;
	height: 1px;
	background: #fff;
	content: "";
}



.banner-block .page-title:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}



.banner-block .page-title h1 {
	margin: 0;
	font-weight: 600;
}



.banner-block .page-title h1:before {
	background: none;
}



.logotype {
	position: absolute;
	bottom: -69px;
	left: 50%;
	z-index: 20;
	width: 148px;
	height: 148px;
	margin: 0 0 0 -74px;
}



.logotype img {
	display: block;
	width: 100%;
}



.btn-arrow {
	position: absolute;
	bottom: -39px;
	left: 50%;
	z-index: 10;
	width: 84px;
	height: 84px;
	margin: 0 0 0 -42px;
	overflow: hidden;
	text-indent: -99999px;
	background: url(images/sprite.png) no-repeat -36px 0;
}



.content-text {
	padding: 72px 0 54px;
	text-align: center;
	line-height: 26px;
}



.content-text .subtitle {
	display: block;
	font-size: 23px;
	line-height: 25px;
	padding: 0 0 2px;
}



.content-text h2 {
	line-height: 56px;
	font-weight: 300;
	margin: 0 0 27px;
}



.content-text h2 mark {
	background: none;
	color: #14658c;
}



.content-text h2 a {
	color: #14658c;
}



.content-text p {
	margin: 0 0 28px;
}



.content-text p strong {
	font-weight: 600;
}



.content-text .wrap {
	font-size: 23px;
	padding: 12px 0 0;
	line-height: 27px;
}



.vacancy-block {
	padding: 17px 0 10px;
}



.vacancy-block h2 {
	margin: 0 0 34px;
}



.vacancy-list {
	border-top: 1px solid #c5c5bc;
	line-height: 20px;
	font-size: 18px;
	list-style-position: outside;
	padding: 0;
	margin: 0 16px;
}



.vacancy-list li {
	margin: 0 0 1px;
	text-align: left;
	list-style-position: outside;
	list-style: none;
}



.vacancy-list a {
	display: block;
	border-bottom: 1px solid #c5c5bc;
	color: #626060;
	padding: 16px 35px 16px 18px;
	font-family: "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	position: relative;
}



.vacancy-list a strong {
	font-weight: 600;
}



.vacancy-list a.fa:before {
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 19px;
	font-size: 12px;
	line-height: 14px;
	margin: -8px 0 0;
	color: #626060;
}



.vacancy-list a:hover {
	opacity: 1;
	color: #dc202c;
	background: #f9f9f8;
}



.vacancy-list a:hover.fa:before {
	color: #dc202c;
}



.contact-text {
	padding: 101px 0;
	text-align: center;
	text-shadow: 0 0 2px rgba(29, 28, 27, .5);
}



.contact-text h2 {
	font-weight: 300;
	color: #dc202c;
	margin: 0 0 23px;
}



.contact-text p {
	margin: 0 0 28px;
}



.contact-text .description {
	max-width: 600px;
	font-size: 23px;
	line-height: 31px;
	margin: 0 auto;
}



.contact-text.contact {
	padding: 37px 0 23px;
}



.contact-text.contact h2 {
	color: #000;
}



.main-holder {
	max-width: 790px;
	margin: 0 auto;
	padding: 0 10px;
}



.btn-circle {
	width: 1px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}



.btn-circle span {
	position: absolute;
	left: -50px;
	top: -35px;
	width: 51px;
	height: 51px;
	z-index: 20;
	border-radius: 25px;
	border: 3px solid #fff;
	box-shadow: 0 10px 5px rgba(29, 28, 27, .2);
}



.btn-circle:hover {
	opacity: 1;
}



.btn-circle.red span {
	background: #dc202c;
}



.btn-circle.red span:before,
.btn-circle.red span:after {
	position: absolute;
	top: 13px;
	left: 13px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff;
	-webkit-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);
	transform: rotate(-9deg);
	content: "";
}



.btn-circle.red span:after {
	top: 15px;
	left: 16px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #dc202c;
}



.btn-circle.red span:hover {
	background: #af1a23;
}



.btn-circle.blue.skrollable-before {
	top: 63% !important;
	left: 98.3% !important;
}



.btn-circle.blue.skrollable-after {
	top: 99% !important;
	left: 59.85% !important;
}



.btn-circle.blue span {
	background: #14658c;
	box-shadow: 0 -15px 5px rgba(29, 28, 27, .2);
}



.btn-circle.blue span:before,
.btn-circle.blue span:after {
	position: absolute;
	top: 13px;
	left: 13px;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	background: #fff;
	content: "";
}



.btn-circle.blue span:after {
	top: 15px;
	left: 15px;
	background: #14658c;
	width: 14px;
	height: 14px;
	border-radius: 7px;
}



.btn-circle.blue span:hover {
	background: #0e455f;
}



.btn-circle.yellow.skrollable-before {
	top: 31% !important;
	left: 3.7% !important;
}



.btn-circle.yellow.skrollable-after {
	top: 82.2% !important;
	left: 12% !important;
}



.btn-circle.yellow span {
	background: #f9bb24;
}



.btn-circle.yellow span:before,
.btn-circle.yellow span:after {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 15px;
	height: 15px;
	background: #fff;
	content: "";
}



.btn-circle.yellow span:after {
	top: 17px;
	left: 17px;
	background: #f9bb24;
	width: 11px;
	height: 11px;
}



.btn-circle.yellow span:hover {
	background: #e4a306;
}



.graphic-section {
	overflow: hidden;
	background: #fff;
	background: url(images/bg-paper.png) no-repeat;
	background-size: auto 100%;
}



.graphic-section .main-holder {
	position: relative;
}



.graphic-section.align-left {
	background: #eeeee2 url(images/bg-paper.png) no-repeat 100% 0;
	background-size: auto 100%;
}



.graphic-section.align-left .description {
	position: relative;
	z-index: 20;
}



.graphic-section .graphic-red {
	width: 488px;
	height: 534px;
	position: absolute;
	bottom: -202px;
	right: -152px;
}



.graphic-section .graphic-red .line {
	display: block;
	background: url(images/bg-line.png) no-repeat;
	background-size: 308px 332px;
	width: 488px;
	height: 534px;
	z-index: 2;
	position: relative;
}



.graphic-section .graphic-red:before {
	position: absolute;
	top: -7px;
	left: 136px;
	background: url(images/bg-triangle.png) no-repeat;
	background-size: 219px 151px;
	width: 348px;
	height: 240px;
	z-index: 3;
	content: "";
}



.graphic-section .graphic-red:after {
	position: absolute;
	top: 144px;
	left: 129px;
	background: url(images/bg-triangle2.png) no-repeat;
	background-size: 228px 133px;
	width: 362px;
	height: 211px;
	z-index: 1;
	content: "";
}



.graphic-section .graphic-yellow {
	width: 310px;
	height: 761px;
	position: absolute;
	top: -5px;
	left: 100px;
}



.graphic-section .graphic-yellow .line {
	display: block;
	background: url(images/bg-line4.png) no-repeat;
	background-size: 195px 479px;
	width: 310px;
	height: 761px;
	z-index: 2;
	position: relative;
}



.graphic-section .graphic-yellow:before {
	position: absolute;
	top: 70px;
	left: -83px;
	background: url(images/bg-rhombus.png) no-repeat;
	background-size: 223px 88px;
	width: 355px;
	height: 140px;
	z-index: 3;
	content: "";
}



.graphic-section .graphic-yellow:after {
	position: absolute;
	top: 158px;
	left: -96px;
	background: url(images/bg-rhombus2.png) no-repeat;
	background-size: 235px 186px;
	width: 375px;
	height: 295px;
	z-index: 1;
	content: "";
}



.graphic-section .graphic-blue {
	width: 466px;
	height: 490px;
	position: absolute;
	top: 0;
	left: -77px;
}



.graphic-section .graphic-blue .line {
	display: block;
	background: url(images/bg-line2.png) no-repeat;
	background-size: 293px 308px;
	width: 466px;
	height: 490px;
	z-index: 2;
	position: relative;
}



.graphic-section .graphic-blue:before {
	position: absolute;
	top: 98px;
	left: 25px;
	background: url(images/bg-circle.png) no-repeat;
	background-size: 233px 121px;
	width: 370px;
	height: 192px;
	z-index: 3;
	content: "";
}



.graphic-section .graphic-blue:after {
	position: absolute;
	top: 219px;
	left: 24px;
	background: url(images/bg-circle2.png) no-repeat;
	background-size: 234px 136px;
	width: 371px;
	height: 217px;
	z-index: 1;
	content: "";
}



.graphic-section.align-right {
	background: url(images/bg-paper2.png) no-repeat;
	background-size: auto 100%;
}



.graphic-section.align-right .description {
	float: right;
	text-align: right;
}



.graphic-section.align-right .graphic-col {
	right: auto;
	left: 0;
}



.graphic-section .graphic-col {
	width: 30%;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
}



.graphic-section .description {
	width: 59%;
	padding: 65px 0 29px 14px;
	line-height: 25px;
}



.graphic-section .description ul {
	font-size: 16px;
	line-height: 18px;
	list-style-position: outside;
}



.graphic-section .description ul li {
	padding: 0 0 13px;
	list-style-position: outside;
	list-style: none;
}



.graphic-section .description ul a {
	color: #626060;
}



.graphic-section .description ul a:hover {
	color: #dc202c;
}



.graphic-section h2 {
	font-size: 57px;
	line-height: 59px;
	font-weight: 300;
	margin: 0 0 10px;
	letter-spacing: 2px;
}



.graphic-section h2.red {
	color: #dc202c;
}



.graphic-section h2.yellow {
	color: #f9bb24;
}



.graphic-section h2.blue {
	color: #14658c;
}



.graphic-section p {
	margin: 0 0 21px;
}



.graphic-section .bigger-text {
	display: block;
	letter-spacing: 2px;
	font-size: 23px;
	line-height: 28px;
	padding: 0 0 19px;
}



.study-section {
	overflow: hidden;
}



.study-section .heading {
	overflow: hidden;
	background: #292626 url(images/bg-paper3.png) no-repeat;
	background-size: auto 100%;
}



.study-section .heading .holder {
	max-width: 1190px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 60px 10px 63px;
	text-align: center;
	font-size: 21px;
	line-height: 35px;
	color: #fff;
}



.study-section .heading h2 {
	font-weight: normal;
	color: #fff;
	margin: 0 0 15px;
}



.study-section .heading p {
	margin: 0;
}



.study-section .heading .bigger {
	display: block;
	font-size: 30px;
}



.study-section .heading .bigger mark {
	color: #f9bb24;
	background: none;
}



.images-section {
	overflow: hidden;
	padding: 2px 0 0;
	margin: 0 -3px;
}



.images-section .image-box {
	padding: 3px;
	position: relative;
	clear: both;
	width: 100%;
	overflow: hidden;
}



.images-section .image-box img {
	display: block;
	width: 100%;
}



.images-section .image-box.partnership:before {
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: rgba(0, 0, 0, .7);
	content: "";
}



.images-section .image-box .info-box {
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	z-index: 20;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
}



.images-section .image-box .info-box .holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}



.images-section .image-box .info-box:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}



.images-section .image-box .info-box p {
	margin: 0;
}



.images-section .image-box .info-box .number {
	display: block;
	padding: 0 0 9px;
	margin: 0 0 12px;
	position: relative;
	font-size: 64px;
	line-height: 65px;
	font-weight: 300;
}



.images-section .image-box .info-box .number:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 32px;
	height: 2px;
	background: #fff;
	margin: 0 0 0 -16px;
	content: "";
}



.images-section .image-box .back {
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	z-index: 5;
	opacity: 0;
	text-align: center;
	background: rgb(220, 32, 4); /* The Fallback */
	background: rgba(220, 32, 44, .74);
	font-size: 21px;
	line-height: 23px;
	color: #fff;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	white-space: nowrap;
}


.images-section .image-box .back:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}



.images-section .image-box .back .inner {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding: 10px;
	text-shadow: 0 2px 2px rgba(29, 28, 27, .53);
}



.images-section .image-box .back p {
	margin: 0 0 11px;
}



.images-section .image-box .back h3 {
	color: #fff;
	margin: 0 0 3px;
	position: static;
}



.images-section .image-box .back h3 a {
	color: #fff;
}



.images-section .image-box .back .more {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	font-weight: 600;
	padding: 10px 15px;
	border: 2px solid #fff;
	border-radius: 5px;
	min-width: 143px;
	text-align: center;
}



.images-section .image-box .back .more:hover {
	background: #fff;
	color: #dc202c;
	opacity: 1;
}



.images-section .image-box.hover {
	cursor: pointer;
}



.images-section .image-box.hover h3 {
	display: none;
}



.images-section .image-box.hover .back {
	opacity: 1;
}



.images-section .image-box.hover .back h3 {
	display: block;
}



.images-section .column {
	float: left;
	width: 50%;
}



.images-section h3 {
	position: absolute;
	font-size: 21px;
	line-height: 28px;
	color: #fff;
	margin: 0;
	left: 20px;
	top: 20px;
	right: 20px;
	z-index: 5;
	text-align: center;
	font-weight: 600;
	text-align: center;
}



.images-section .btn-zoom {
	display: inline-block;
	vertical-align: top;
	width: 42px;
	height: 42px;
	border: 1px solid #fff;
	border-radius: 2px;
	position: relative;
}



.images-section .btn-zoom.fa:before {
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -11px 0 0;
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
}



.partners-section {
	padding: 39px 0 0;
}



.partners-section h2 {
	margin: 0 0 43px;
	text-align: center;
	font-weight: 300;
}



.logo-block .opener {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 1px;
	color: #626060;
	font-weight: 600;
	position: relative;
	background: #f6f6f6;
	text-align: center;
	padding: 20px 30px 19px;
	box-shadow: 0 6px 8px rgba(29, 28, 27, .24);
	text-shadow: 1px 1px 2px rgba(29, 28, 27, .2);
}



.logo-block .opener:before {
	position: absolute;
	bottom: 13px;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0 0 0 -7px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #626060;
	content: "";
}



.logo-block .slide {
	display: block;
}



.logo-block.active .opener {
	display: none;
}



.logo-block.active .slide {
	display: block;
}



img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}



.partners-list {
	border-top: 1px solid #e4e4e1;
	border-left: 1px solid #e4e4e1;
	list-style-position: outside;
	padding: 0;
	margin: 0 -2px 0 -1px;
}



.partners-list li {
	list-style-position: outside;
	list-style: none;
	float: left;
	text-align: center;
	width: 12.5%;
	height: 238px;
	border-right: 1px solid #e4e4e1;
	border-bottom: 1px solid #e4e4e1;
	padding: 10px;
}



.partners-list li:hover {
	box-shadow: 0 0 40px rgba(29, 28, 27, .17);
	position: relative;
	z-index: 10;
}



.partners-list li:hover .grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: none;
	-webkit-filter: none;
}



.partners-list li:hover .grayscale-fix .grayscale {
	visibility: visible !important;
	position: relative;
}



.partners-list a:hover {
	opacity: 1;
}



.partners-list img {
	width: 100%;
	position: relative;
	z-index: 2;
	display: block;
}



.partners-list .grayscale-fix svg {
	left: 0 !important;
}



.partners-list .visual {
	white-space: nowrap;
	height: 238px;
}



.partners-list .visual:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}



.partners-list .visual .inner {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}



.connect-section {
	overflow: hidden;
}



.connect-section .heading {
	max-width: 1190px;
	margin: 0 auto;
	padding: 46px 10px 33px;
	text-align: center;
}



.connect-section .heading h2 {
	margin: 0 0 15px;
}



.connect-content {
	overflow: hidden;
	background: #edede1 url(images/bg-paper4.png) no-repeat 50% 0;
}



.connect-content .holder {
	overflow: hidden;
	max-width: 1783px;
	margin: 0 auto;
	padding: 71px 10px 58px;
}



.post-block {
	float: left;
	width: 40%;
	margin: 0 25px 0 0;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	text-shadow: 1px 1px 2px rgba(29, 28, 27, .2);
}



.post-block hr {
	display: none;
}



.post-block.twitter {
	float: right;
	margin: 0;
}



.post-block p {
	margin: 0 0 9px;
}



.post-block h3 {
	color: #14658c;
	font-size: 38px;
	line-height: 40px;
	margin: 0 0 19px;
}



.post-block h4 {
	font-size: 23px;
	line-height: 33px;
	color: #626060;
	margin: 0 0 13px;
}



.post-block h4 a {
	color: #626060;
}



.post-block .wrap {
	padding: 12px 20px 20px;
}



.post-block .tweet_area {
	padding: 12px 20px 20px !important;
	list-style-position: outside;
	font-size: 23px;
	line-height: 33px !important;
	color: #626060;
}



.post-block .tweet_area li {
	list-style-position: outside;
	list-style: none;
}



.post-block .tweet_area p {
	margin: 0 0 13px;
}



.post-block .tweet_area a {
	color: #626060;
}



.post-block .more {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 13px;
	color: #626060;
	letter-spacing: 1px;
	margin: 0 0 20px;
	font-weight: normal;
}



.post-block .description,
.post-block .xmt_Primary.description {
	overflow: auto;
	height: 230px;
	width: 100%;
}



.post-block .date-holder {
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	padding: 0 0 10px;
}



.post-block .date-holder .date {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
	font-style: normal;
}



.post-block .date-holder a {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
	color: #626060;
	font-family: "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}



.post-block .date-holder a.fa:before {
	font-family: FontAwesome;
	vertical-align: middle;
	font-size: 10px;
	display: inline-block;
	margin: 0 4px 0 0;
}



.post-block .info-holder {
	display: block;
	margin: -29px 0 4px;
	position: relative;
	text-align: center;
}



.post-block .info-holder .element {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	color: #626060;
	margin: 0 13px;
	font-family: "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}



.post-block .info-holder .element.fa:before {
	font-family: FontAwesome;
	vertical-align: middle;
	font-size: 10px;
	display: inline-block;
	margin: 0 3px 0 0;
	color: #14658c;
}



.buttons-list {
	list-style-position: outside;
	margin: 0;
	padding: 12px 0 0;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(29, 28, 27, .2);
	overflow: hidden;
	width: 15.7%;
}



.buttons-list li {
	list-style-position: outside;
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}



.buttons-list a {
	display: block;
	border: 2px solid #14658c;
	box-shadow: 0 0 2px rgba(29, 28, 27, .2);
	width: 100%;
	height: 185px;
	border-radius: 2px;
	white-space: nowrap;
	text-align: center;
	color: #14658c;
}



.buttons-list a strong {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	font-family: "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}



.buttons-list a strong.fa:before {
	font-family: FontAwesome;
	font-size: 40px;
	line-height: 42px;
	display: block;
	margin: 0 0 13px;
	color: #14658c;
}



.buttons-list a:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}



.buttons-list a span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding: 10px 20px;
}



.buttons-list a:hover {
	opacity: 1;
	color: #fff;
	background: #14658c;
}



.buttons-list a:hover strong.fa:before {
	color: #fff;
}



.btn {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	border: 2px solid #14658c;
	color: #14658c;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600 !important;
	font-size: 14px;
	line-height: 16px;
	min-width: 226px;
	text-align: left;
	padding: 18px 12px 17px;
	font-family: "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}



.btn span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
}

.buttons-list > li > .btn.icon {
    padding: 11px;
}

.buttons-list > li > .btn.icon:before {
    margin: -18px 0px -20px 0;
}

span.seeall {
    padding: 13px 20px 7px!important;
}

.btn.icon:before {
	display: inline-block;
	vertical-align: middle;
	margin: -20px 23px -18px 0;
	width: 27px;
	height: 38px;
	background: url(images/bg-icon.png) no-repeat;
	content: "";
}

.btn.fa-twitter:before {
	display: inline-block;
	vertical-align: middle;
	font-family: FontAwesome;
	color: #14658c;
	margin: -18px 23px -20px 0;
	font-size: 42px;
	line-height: 44px;
}



.btn:hover {
	background: #14658c;
	color: #fff;
	opacity: 1;
}



.btn:hover.icon:before {
	background: url(images/bg-icon.png) no-repeat 0 -51px;
}



.btn:hover.fa-twitter:before {
	color: #fff;
}



.btn-default {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #dc202c;
	letter-spacing: 2px;
	color: #dc202c;
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	min-width: 183px;
	padding: 11px 20px 10px;
	box-shadow: 0 0 4px rgba(29, 28, 27, .2);
	text-shadow: 0 0 2px rgba(29, 28, 27, .2);
}



.btn-default:hover {
	background: #dc202c;
	color: #fff;
	opacity: 1;
}



.about-section {
	overflow: hidden;
	background: #eeeee2;
	padding: 38px 0 61px;
	text-align: center;
}



.about-section h2 {
	margin: 0 0 22px;
}



.about-list {
	font-size: 17px;
	line-height: 23px;
	list-style-position: outside;
	padding: 0;
	margin: 0 -7px;
}



.about-list li {
	list-style-position: outside;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	width: 24.8%;
	padding: 0 7px 10px;
	position: relative;
}



.about-list li:before {
	position: absolute;
	top: 8px;
	left: -1px;
	bottom: 15px;
	width: 1px;
	background: #c6c6be;
	content: "";
}



.about-list li:first-child:before {
	background: none;
}



.about-list strong {
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	display: block;
	margin: 0 0 -1px;
}



.about-list p {
	margin: 0;
}



.partnership-block {
	overflow: hidden;
	padding: 0 0 43px;
}



.partnership-block .main-holder .holder {
	text-align: center;
	font-weight: 600;
	padding: 60px 0 50px;
}



.partnership-block .main-holder .holder p {
	margin: 0;
}



.team-section {
	overflow: hidden;
}



.team-section h2 {
	font-weight: 300;
	color: #fff;
	margin: 0;
}



.team-section .heading {
	padding: 78px 0 75px;
	background: #323031 url(images/bg-block.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}



.team-list {
	list-style-position: outside;
	margin: 0 0 0 -4px;
	padding: 1px 0 0;
	text-align: center;
}



.team-list li {
	list-style-position: outside;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	width: 20%;
	padding: 0 0 1px 1px;
	position: relative;
	overflow: hidden;
}



.team-list li.hover {
	cursor: pointer;
}



.team-list li.hover .back {
	opacity: 1;
}



.team-list img {
	display: block;
	width: 100%;}



.team-list .back {
	opacity: 0;
	position: absolute;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	top: 0;
	left: 1px;
	bottom: 1px;
	right: 0;
background: rgb(192, 22, 42);
	background: rgba(192, 22, 42, .85);
	text-align: center;
	color: #fff;
	white-space: nowrap;
	font-size: 14px;
	line-height: 18px;
}



.team-list .back .holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding: 20px;
}



.team-list .back:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}



.team-list .back p {
	margin: 0 0 22px;
}



.team-list .back .title-holder {
	position: relative;
	padding: 0 0 18px;
	margin: 0 0 14px;
	text-shadow: 0 2px 2px rgba(29, 28, 27, .53);
}



.team-list .back .title-holder:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 88px;
	margin: 0 0 0 -44px;
	height: 1px;
	background: #fff;
	content: "";
}



.team-list .back h3 {
	line-height: 21px;
	font-size: 23px;
	margin: 0 0 5px;
	color: #fff;
	font-weight: 600;
}



.team-list .back h4 {
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}



.team-list .back .more {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	padding: 10px 15px;
	border: 2px solid #fff;
	border-radius: 5px;
	min-width: 142px;
}



.team-list .back .more:hover {
	background: #fff;
	color: #dc202c;
	opacity: 1;
}



.content-block {
	overflow: hidden;
	padding: 104px 0 27px;
	line-height: 27px;
	background: url(images/bg-paper5.png) no-repeat 100% 100%;
	background-size: auto 100%;
}



.content-block h2 {
	text-align: center;
	margin: 0 0 36px;
}



.content-block p {
	margin: 0 0 26px;
}



.content-block p strong {
	font-weight: 600;
}



.form-section {
	overflow: hidden;
}



.form-section .form-container {
	background: #eeeee2 url(images/bg-form.png) no-repeat;
	background-size: cover;
	padding: 55px 0 69px;
}



.wpcf7-form {
	overflow: hidden;
	margin: 0;
}



.wpcf7-form .container-holder {
	margin: 0 auto;
	max-width: 520px;
	padding: 0 10px;
}



.wpcf7-form .submit-holder {
	margin: 0 auto;
	max-width: 520px;
	padding: 67px 10px 72px;
	text-align: center;
	position: relative;
}

.wpcf7-form .submit-holder1 {
	margin: 0 auto;
	max-width: 520px;
	padding: 67px 10px 0px;
	text-align: center;
	position: relative;
}



.wpcf7-form .input-holder {
	display: block;
	background: #fff;
	border: 1px solid #e1d6d6;
	border-radius: 4px;
	margin: 0 0 6px;
	position: relative;
	padding: 0 0 0 29px;
}



.wpcf7-form .input-holder.error {
	border-color: #dc202c;
	box-shadow: 0 0 5px rgba(220, 32, 44, .53);
}



.wpcf7-form .input-holder.fa:before {
	font-family: FontAwesome;
	color: #ccc;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	top: 50%;
	margin: -8px 0 0;
	left: 10px;
}



.wpcf7-form .input-holder.textarea {
	margin: 0 0 9px;
}



.wpcf7-form .input-holder.textarea.fa:before {
	top: 13px;
	margin: 0;
}



.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
	display: block;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	border: none;
	margin: 0;
	padding: 5px 5px 5px 0;
	font: 300 18px/20px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #626060;
	outline: none;
	height: 38px;
	box-shadow: none !important;
}



.wpcf7-form input[type="text"]::-webkit-input-placeholder,
.wpcf7-form input[type="email"]::-webkit-input-placeholder,
.wpcf7-form input[type="tel"]::-webkit-input-placeholder {
	color: #626060;
}



.wpcf7-form input[type="text"]::-moz-placeholder,
.wpcf7-form input[type="email"]::-moz-placeholder,
.wpcf7-form input[type="tel"]::-moz-placeholder {
	opacity: 1;
	color: #626060;
}



.wpcf7-form input[type="text"]:-moz-placeholder,
.wpcf7-form input[type="email"]:-moz-placeholder,
.wpcf7-form input[type="tel"]:-moz-placeholder {
	color: #626060;
}



.wpcf7-form input[type="text"]:-ms-input-placeholder,
.wpcf7-form input[type="email"]:-ms-input-placeholder,
.wpcf7-form input[type="tel"]:-ms-input-placeholder {
	color: #626060;
}



.wpcf7-form input[type="text"].placeholder,
.wpcf7-form input[type="email"].placeholder,
.wpcf7-form input[type="tel"].placeholder {
	color: #626060;
}



.wpcf7-form textarea {
	overflow: auto;
	width: 100% !important;
	min-height: 144px;
	height: 144px;
	background: #fff;
	border: none;
	border-radius: 4px;
	display: block;
	margin: 0;
	padding: 10px 5px 5px 0;
	font: 300 18px/20px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #626060;
	box-shadow: none !important;
	outline: none;
}



.wpcf7-form textarea::-webkit-input-placeholder {
	color: #626060;
}



.wpcf7-form textarea::-moz-placeholder {
	opacity: 1;
	color: #626060;
}



.wpcf7-form textarea:-moz-placeholder {
	color: #626060;
}



.wpcf7-form textarea:-ms-input-placeholder {
	color: #626060;
}



.wpcf7-form textarea.placeholder {
	color: #626060;
}



.wpcf7-form select {
	display: block;
	width: 100%;
	font: 300 18px/20px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #626060;
}



.wpcf7-form .check-block {
	overflow: hidden;
}



.wpcf7-form .check-block .wpcf7-form-control-wrap {
	display: inline-block;
	vertical-align: top;
}



.wpcf7-form .check-block .label-holder {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 80%;
}



.wpcf7-form .check-block input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 0 0;
}



.wpcf7-form .check-block label {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 19px;
	font-weight: 300;
	color: #626060;
	margin: 2px 0 0;
}



.wpcf7-form input[type="submit"] {
	display: block;
	border: none;
	width: 100%;
	padding: 2px 0 0;
	margin: 0;
	border-radius: 4px;
	background: #dc202c;
	height: 40px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font: 600 15px/17px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	box-shadow: 0 0 5px rgba(29, 28, 27, .36);
	letter-spacing: 1px;
}


.wpcf7-form1 input[type="submit"] {
	display: block;
	border: none;
	width: 100%;
	padding: 2px 0 0;
	margin: 0;
	border-radius: 4px;
	background: #5dace3;
	height: 40px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font: 600 15px/17px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	box-shadow: 0 0 5px rgba(29, 28, 27, .36);
	letter-spacing: 1px;
}




.wpcf7-form input[type="submit"]:hover {
	cursor: pointer;
	background: #af1a23;
}

.wpcf7-form1 input[type="submit"]:hover {
	cursor: pointer;
	background: #d59f0f;
}



.wpcf7-form.invalid .input-holder {
	border-color: #dc202c;
	box-shadow: 0 0 5px rgba(220, 32, 44, .53);
}



.video-section {
	background: #eeeee2 url(images/bg-paper6.png) no-repeat 100% 0;
	background-size: auto 100%;
	margin: 0;
}



.video-section .video-holder {
	margin: 0 auto;
	padding: 68px 10px 80px;
	max-width: 757px;
}



.video-section img {
	display: block;
	width: 100%;
}



.video-section .visual {
	position: relative;
}



.video-section iframe {
	display: block;
	width: 100%;
}



.video-section .fluid-width-video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}



.footer-section {
	overflow: hidden;
	background: url(images/bg-map.png) no-repeat;
	background-size: cover;
	position: relative;
}

.footer-section1 {
	overflow: hidden;
	position: relative;
}



.footer-section:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(40, 37, 37, .92);
	z-index: 1;
	content: "";
}



.footer-container {
	position: relative;
	z-index: 2;
}



.contact-list {
	list-style-position: outside;
	padding: 0;
	overflow: hidden;
	margin: 0 0 37px -2px;
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	background: rgba(40, 37, 37, .5);
	color: #fff;
	border-bottom: 1px solid #434242;
}



.contact-list li {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	width: 33.3%;
	margin: 0 -4px 0 0;
	text-align: center;
	padding: 19px 20px 20px;
	position: relative;
}



.contact-list li:before {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	width: 2px;
	left: 0;
	background: #434242;
	content: "";
}



.contact-list address {
	display: block;
	font-style: normal;
	padding: 0;
	margin: 0;
}



.contact-list a,
.contact-list address {
	color: #fff;
	font-size: 15px;
	line-height: 16px;
	font-family: "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}



.contact-list a.fa:before,
.contact-list address.fa:before {
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	color: #fff;
}



.contact-list address {
	text-indent: -15px;
}



.contact-list address.fa:before {
	font-size: 20px;
	margin: 2px 15px -10px 0;
}



#footer {
	overflow: hidden;
	padding: 0 10px 35px;
	max-width: 700px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 4px;
}

#footer1 {
	overflow: hidden;
	padding: 40px 10px 35px;
	max-width: 700px;
	margin: 0 auto;
	color: #fff;
	text-transform:inherit;
	text-align: center;
	font-weight: normal;
font-size: 15px;
font-family: "Amaranth";
font-weight: bold;
line-height: 1.9em;
}



#footer p {
	margin: 0;
}



#footer p a {
	color: #fff;
}



.logo-holder {
	display: inline-block;
	vertical-align: top;
	width: 225px;
	padding: 18px 0 17px;
	border-top: 1px solid #555252;
	border-bottom: 1px solid #555252;
	margin: 0 0 25px;
}



.footer-logo {
	display: block;
	margin: 0 auto;
	width: 195px;
	height: 149px;
	overflow: hidden;
	text-indent: -99999px;
	background: url(images/logo-footer.png) no-repeat;
}



.footer-logo a {
	display: block;
	height: 100%;
}



.footer-logo a:hover {
	opacity: 1;
}



.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}



div.lightbox {
	width: 1158px;
	border: 3px solid #eef0ef;
	background: #fff;
	overflow: hidden;
	padding: 58px 89px 51px 65px;
}



div.lightbox .visual {
	float: left;
	width: 33.5%;
	margin: 3px 46px 0 0;
}



div.lightbox .visual img {
	display: block;
	width: 100%;
}



div.lightbox .description {
	overflow: hidden;
	font-size: 15px;
	line-height: 25px;
	color: #4c4b4b;
}



div.lightbox p {
	margin: 0 0 26px;
}



div.lightbox .heading {
	overflow: hidden;
	position: relative;
	padding: 0 0 17px;
	margin: 0 0 19px;
}



div.lightbox .heading:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 1px;
	background: #4e4e4e;
	content: "";
}



div.lightbox h1 {
	color: #000;
	font-size: 48px;
	line-height: 50px;
	font-weight: 600;
	margin: 0 0 1px;
}



div.lightbox .post-title {
	display: block;
	font-size: 32px;
	line-height: 34px;
	color: #626060;
}



#content {
	float: left;
	width: 60%;
	padding: 30px 0;
}



#sidebar {
	float: right;
	width: 35%;
	padding: 30px 0;
}



.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #e2e2dd;
	margin: 0 1px 0 0;
	height: 15px;
	width: 16px;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}



.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 7px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 1px solid red;
	border-width: 0 0 1px 1px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



:root .jcf-checkbox span {
	margin: -2px 0 0 -3px;
}



.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}



.jcf-checkbox.jcf-checked span {
	display: block;
}



/* custom select styles */



.jcf-select {
	    display: block;
    position: relative;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 0 5px;
    min-width: 150px;
    height: 41px;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: #003e7e;
        background-color: rgb(0, 62, 126);
    background-color: #003e7e;
}



.jcf-select:before {
	position: absolute;
	top: 15px;
	left: 8px;
	width: 9px;
	height: 10px;
	content: "";

}



.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}



.jcf-select .jcf-select-text {
text-overflow: ellipsis;
overflow: hidden;
cursor: default;
display: block;
font: 300 18px/38px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
margin: 0 30px 0 28px;
color: #fff;
background-color: #003e7e;
}



.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 30px;
	bottom: 0;
	right: 0;
	top: 0;
}



.jcf-select .jcf-select-opener:before,
.jcf-select .jcf-select-opener:after {
	position: absolute;
	top: 14px;
	right: 11px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 4px solid #FFF;
	content: "";
}



.jcf-select .jcf-select-opener:after {
	top: 21px;
	border-bottom: none;
	border-top: 4px solid #FFF;
}



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;
	list-style-position: outside;
	padding: 0;
	margin: 0 15px;
}



/* select options styles */



.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	font: 300 18px/20px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	width: 100%;
	border: 1px solid #d9d9d9;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}



.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}



.jcf-list ul {
	list-style-position: outside;
	padding: 0;
	margin: 0;
}



.jcf-list ul li {
	list-style-position: outside;
	list-style: none;
	overflow: hidden;
	display: block;
}



.jcf-list .jcf-overflow {
	overflow: auto;
}



.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 5px 5px 28px;
	color: #626060;
	height: 1%;
}



.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}



.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #626060;
	color: #fff;
}



.jcf-list .jcf-optgroup-caption {
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}



.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}



.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
	margin: 0 0 28px;
}



.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #eaeaea;
	box-shadow: 1px 3px 4px rgba(0, 0, 0, .2) inset, 0 1px 0 #fcfcf9;
	width: 16px;
	bottom: 0;
	right: 0;
	border-radius: 7px;
	top: 0;
}



.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
	display: none;
}



.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}



.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #fff;
	height: 1px;
	left: -1px;
	width: 18px;
	border-radius: 8px;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .2);
}



.jcf-scrollbar-horizontal {
	position: absolute;
	background: #fff;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}



.jcf-scrollbar .jcf-scrollbar-slider {
	position: relative;
	height: 230px !important;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}



.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}



.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}



.jcf-select-drop .jcf-option-hideme {
	display: none;
}



.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}



.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}



.fancybox-skin {
	position: relative;
	background: #eef0ef;
	color: #444;
	text-shadow: none;
	border-radius: 0;
}



.fancybox-opened {
	z-index: 8030;
}



.fancybox-opened .fancybox-skin {
	box-shadow: none;
}



.fancybox-outer,
.fancybox-inner {
	position: relative;
}



.fancybox-inner {
	overflow: hidden;
}



.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}



.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}



.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}



.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}



#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}



#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}



#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}



.fancybox-close {
	position: absolute;
	top: 56px;
	right: 3px;
	width: 84px;
	height: 86px;
	background: #f1f2f1;
	cursor: pointer;
	z-index: 8040;
}



.fancybox-close:before,
.fancybox-close:after {
	position: absolute;
	top: 42px;
	left: 32px;
	width: 24px;
	height: 2px;
	background: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}



.fancybox-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



.fancybox-wrap.gallery .fancybox-close {
	top: 5px;
	width: 54px;
	height: 54px;
	opacity: .8;
}



.fancybox-wrap.gallery .fancybox-close:before,
.fancybox-wrap.gallery .fancybox-close:after {
	top: 26px;
	left: 20px;
	width: 20px;
	height: 2px;
}



.fancybox-wrap.gallery .fancybox-close:hover {
	opacity: 1;
}



.fancybox-nav {
	position: absolute;
	top: 50%;
	margin: -42px 0 0;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	cursor: pointer;
	text-decoration: none;
	background: rgba(255, 255, 255, .3);
	z-index: 8040;
	padding: 6px;
}



.fancybox-nav.fancybox-next span:before,
.fancybox-nav.fancybox-next span:after {
	left: 27px;
	border-right: none;
	border-left: 20px solid #000;
}



.fancybox-nav.fancybox-next span:after {
	left: 27px;
	border-left: 18px solid #fff;
	border-right: none;
}



.fancybox-prev {
	left: -180px;
}



.fancybox-next {
	right: -180px;
}



.fancybox-nav span {
	display: block;
	border-radius: 50%;
	background: #fff;
	width: 72px;
	height: 72px;
	position: relative;
}



.fancybox-nav span:before,
.fancybox-nav span:after {
	position: absolute;
	top: 17px;
	left: 22px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #000;
	border-bottom: 20px solid transparent;
	content: "";
}



.fancybox-nav span:after {
	top: 19px;
	left: 25px;
	border-top: 18px solid transparent;
	border-right: 18px solid #fff;
	border-bottom: 18px solid transparent;
}



.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}



/* Overlay helper */



.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}



.fancybox-lock body {
	overflow: hidden !important;
}



.fancybox-lock-test {
	overflow-y: hidden !important;
}



.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}



.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}



.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}



/* Title helper */



.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}



.fancybox-opened .fancybox-title {
	visibility: visible;
}



.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}



.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}



.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}



.fancybox-title-inside-wrap {
	padding-top: 10px;
}



.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}



/* Slider */



.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}



.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}



.slick-list:focus {
	outline: none;
}



.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}



.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}



.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}



.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}



.slick-track:after {
	clear: both;
}



.slick-loading .slick-track {
	visibility: hidden;
}



.slick-slide {
	position: relative;
	text-align: center;
	float: left;
	margin: 0 7vw;
	min-height: 1px;
	border: 5px solid #eef0ef;
}

[dir="rtl"] .slick-slide {
	float: right;
}


.slick-slide img {
	width: 100%;
	display: block;
	max-width: none;
}


.slick-slide.slick-loading img {
	display: none;
}



.slick-slide.dragging img {
	pointer-events: none;
}



.slick-initialized .slick-slide {
	display: block;
}



.slick-loading .slick-slide {
	visibility: hidden;
}



.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}



.slick-arrow.slick-hidden {
	display: none;
}



.gallery-lightbox .fancybox-wrap {
	width: auto !important;
	left: 0 !important;
	right: 0 !important;
}



.gallery-lightbox .fancybox-inner {
	width: auto !important;
}



.gallery-lightbox .fancybox-wrap .lightbox {
	width: auto !important;
	background: none;
	padding: 0;
	border: none !important;
}



.gallery-lightbox .lightbox {
	width: 100% !important;
	padding: 0 !important;
	border: none !important;
}



.gallery-lightbox .fancybox-skin {
	padding: 0 !important;
	background: none !important;
}



.gallery-lightbox .fancybox-close {
	display: none !important;
}



.slick-next,
.slick-prev {
	cursor: pointer;
	width: 84px;
	height: 84px;
	position: absolute;
	top: 50%;
	margin: -42px 0 0;
	border-radius: 50%;
	cursor: pointer;
	text-decoration: none;
	background: rgba(255, 255, 255, .3);
	z-index: 8040;
	padding: 6px;
	font-size: 0;
	line-height: 0;
}



.slick-next span,
.slick-prev span {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 50%;
	width: 72px;
	height: 72px;
}



.slick-next span:before,
.slick-next span:after,
.slick-prev span:before,
.slick-prev span:after {
	position: absolute;
	top: 17px;
	left: 22px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #000;
	border-bottom: 20px solid transparent;
	content: "";
}



.slick-next span:after,
.slick-prev span:after {
	top: 19px;
	left: 25px;
	border-top: 18px solid transparent;
	border-right: 18px solid #fff;
	border-bottom: 18px solid transparent;
}



.slick-next:hover,
.slick-prev:hover {
	opacity: .8;
}



.slick-prev {
	left: 157px;
}



.slick-next {
	right: 157px;
}



.slick-next span:before {
	left: 27px;
	border-right: none;
	border-left: 20px solid #000;
}



.slick-next span:after {
	left: 27px;
	border-left: 18px solid #fff;
	border-right: none;
}



.slick-slide .close {
	position: absolute;
	visibility: hidden;
	-webkit-transition: visibility .3s ease, opacity .3s ease;
	transition: visibility .3s ease, opacity .3s ease;
	right: 0;
	width: 54px;
	height: 54px;
	background: #f1f2f1;
	cursor: pointer;
	z-index: 8040;
	text-indent: -9999px;
	overflow: hidden;
	top: 0;
	opacity: .8;
}



.slick-slide .close:before,
.slick-slide .close:after {
	position: absolute;
	top: 26px;
	left: 20px;
	width: 20px;
	height: 2px;
	background: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}



.slick-slide .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



.slick-slide .close:hover {
	opacity: 1;
}



.slick-center .close {
	visibility: visible;
}



.graphic-red .line-holder {
	width: 686px;
	height: 686px;
	position: absolute;
	right: 179px;
	top: -5px;
}



.line-container {
	width: 71%;
	height: 71%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}



.graphic-yellow .line-holder {
	width: 715px;
	height: 715px;
	position: absolute;
	left: 17px;
	top: -198px;
}



.graphic-yellow .line-container {
	width: 73%;
	height: 73%;
}



.graphic-blue .line-holder {
	width: 702px;
	height: 702px;
	position: absolute;
	right: 177px;
	top: -420px;
}



.graphic-blue .line-container {
	width: 73%;
	height: 73%;
}



#lang_sel {
	float: left;
}



#lang_sel a {
	border-color: #000 !important;
	color: #000 !important;
}



#lang_sel ul ul {
	border-color: #000 !important;
	background: #fff !important;
}



.wpulike {
	margin: 0 5px 0 4px;
}



.wpulike .counter > a {
	padding: 9px 14px 0 0 !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}



.wpulike .counter > a.image {
	background: url(images/bg-heart.png) no-repeat !important;
	margin: 2px 0 0;
}



.wpulike .counter > a.image-unlike {
	background-size: 10px auto !important;
	margin: 1px 0 0;
}



.wpulike .counter > a:hover {
	background-color: inherit !important;
}



.wpulike .count-box {
	background: none !important;
	border: none !important;
	border-radius: 0;
	min-width: 2px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	color: #626060;
}



.wpulike .count-box:before {
	background: none;
	border: none;
}



span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	font-size: 12px;
	line-height: 14px;
}



.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form-control-wrap1 {
	display: block;
color:#d59f0f;
}



div.wpcf7 img.ajax-loader {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin: 0 0 0 -8px;
}



@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}



@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}



@media (max-width: 1902px) {
	.slick-prev {
		left: 6.5%;
	}



	.slick-next {
		right: 6.5%;
	}
}



@media (max-width: 1549px) {
	.fancybox-prev {
		left: 0;
	}



	.fancybox-next {
		right: 0;
	}
}



@media (max-width: 1299px) {
	.graphic-section .description {
		width: 47%;
		padding: 65px 0 30px;
	}
}



@media (max-width: 1199px) {
	h1,
	.h1 {
		line-height: 64px;
		font-size: 62px;
	}



	.logotype {
		width: 100px;
		height: 100px;
		margin: 0 0 0 -50px;
		bottom: -47px;
	}



	.partners-list li {
		width: 16.65%;
	}



	.post-block p {
		margin: 0;
	}



	.buttons-list {
		width: 15%;
	}



	.content-block {
		padding: 100px 0 40px;
	}



	.contact-list a.fa:before,
	.contact-list address.fa:before {
		font-size: 20px;
		line-height: 22px;
	}



	.contact-list address.fa:before {
		font-size: 20px;
		margin: 2px 15px -10px 0;
	}



	.contact-list address {
		text-indent: -15px;
	}



	.contact-list {
		font-size: 16px;
		line-height: 18px;
	}



	div.lightbox p {
		margin: 0 0 20px;
	}



	div.lightbox {
		width: 980px;
		padding: 58px 90px 51px 40px;
	}
}



@media (max-width: 1023px) {
	.banner-block h1 {
		font-size: 34px;
		line-height: 36px;
	}



	.banner-block .text-block {
		font-size: 16px;
		line-height: 18px;
	}



	.banner-block .page-title .holder {
		padding: 0 0 5px;
	}



	.banner-block .page-title {
		top: 50px;
	}



	.contact-text .description {
		font-size: 20px;
		line-height: 22px;
	}



	.contact-text.contact {
		padding: 37px 0 23px;
	}



	.contact-text {
		padding: 80px 0;
	}



	.graphic-section.align-left .description {
		float: none;
	}



	.graphic-section.align-left .graphic-col {
		float: none;
	}



	.graphic-section.align-right .description {
		float: none;
		text-align: left;
	}



	.graphic-section.align-right .graphic-col {
		float: none;
	}



	.graphic-section .graphic-col {
		display: none;
	}



	.graphic-section .description {
		width: auto;
		float: none;
		margin: 0 -10px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 100px;
	}



	.graphic-section h2 {
		font-size: 50px;
		line-height: 52px;
		letter-spacing: 0;
	}



	.images-section .image-box .info-box .number {
		font-size: 32px;
		line-height: 34px;
	}



	.images-section .image-box .info-box {
		font-size: 18px;
		line-height: 20px;
	}



	.images-section .image-box .back p {
		margin: 0 0 10px;
	}



	.images-section .image-box .back .more {
		padding: 10px 10px 8px;
		min-width: 10px;
	}



	.images-section .image-box .back {
		font-size: 14px;
		line-height: 16px;
	}



	.images-section h3 {
		line-height: 16px;
		font-size: 18px;
	}



	.partners-list li {
		height: 200px;
	}



	.partners-list .visual {
		height: 200px;
	}



	.post-block h4 {
		margin: 0 0 20px;
	}



	.post-block .tweet_area p {
		margin: 0 0 20px;
	}



	.post-block {
		margin: 0 0 20px;
		width: 49%;
		font-size: 20px;
		line-height: 22px;
	}



	.buttons-list li {
		margin: 0 5px 20px;
		width: 30%;
	}



	.buttons-list {
		clear: both;
		padding: 0;
		width: 100%;
	}



	.btn {
		padding: 20px 15px;
		min-width: 200px;
	}



	.btn-default {
		min-width: 10px;
		letter-spacing: 1px;
	}



	.about-list li:before {
		background: none;
	}



	.about-list li {
		width: 50%;
		padding: 0 20px 20px;
	}



	.about-list {
		margin: 0 -20px;
	}



	.team-list li {
		width: 33.3%;
	}



	.team-list .back p {
		margin: 0 0 10px;
	}



	.team-list .back .title-holder {
		padding: 0 0 10px;
		margin: 0 0 10px;
	}



	.team-list .back .more:hover {
		background: none;
		color: #fff;
	}



	.team-list .back .more {
		padding: 10px 10px 9px;
		min-width: 10px;
	}



	.team-list .back {
		left: 0;
	}



	.team-list {
		margin: 0 0 0 -6px;
	}



	.contact-list a,
	.contact-list address {
		font-size: 14px;
		line-height: 16px;
	}



	.contact-list address.fa:before {
		margin: 2px 10px -10px 0;
	}



	.contact-list address {
		text-indent: -10px;
		margin: 0 0 0 10px;
	}



	.contact-list {
		font-size: 14px;
		line-height: 16px;
	}



	#footer {
		letter-spacing: 0;
	}



	div.lightbox .visual {
		width: auto;
		float: none;
		margin: 0 -30px 20px;
	}



	div.lightbox {
		width: 700px;
		padding: 30px;
	}



	#content {
		width: 100%;
		float: none;
	}



	#sidebar {
		width: 100%;
		float: none;
	}



	.fancybox-close:before,
	.fancybox-close:after {
		top: 13px;
		left: 5px;
		width: 20px;
	}



	.fancybox-close {
		top: 3px;
		right: 3px;
		width: 30px;
		height: 30px;
	}



	.slick-prev {
		left: 4.5%;
	}



	.slick-next {
		right: 4.5%;
	}
}



@media (max-width: 767px) {
	th,
	td {
		font-size: 16px;
		line-height: 20px;
	}



	.comment-form textarea,
	.comment-form input[type="text"] {
		font-size: 16px;
		line-height: 18px;
	}



	.post-password-form input[type="password"] {
		font-size: 16px;
		line-height: 18px;
		height: 40px;
		margin: 0 5px 10px 0;
	}



	.search-form input[type="search"] {
		font-size: 16px;
		line-height: 18px;
		height: 40px;
		margin: 0 5px 10px 0;
	}



	#sidebar .search-form input[type="submit"] {
		margin: 0;
	}



	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"] {
		padding: 0 20px;
	}



	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}



	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}



	.navigation-single .next,
	.navigation-single .prev {
		padding: .2em;
	}



	h1,
	.h1 {
		font-size: 34px;
		line-height: 36px;
	}



	h2,
	.h2 {
		font-size: 30px;
		line-height: 32px;
	}



	h3,
	.h3 {
		font-size: 28px;
	}



	h4,
	.h4 {
		font-size: 26px;
	}



	h5,
	.h5 {
		font-size: 24px;
	}



	h6,
	.h6 {
		font-size: 20px;
	}



	body {
		font-size: 16px;
		line-height: 20px;
	}



	.header-holder {
		padding: 15px 10px 10px;
		background: #fff;
		height: 85px;
	}










	.menu-block .holder {
		clear: both;
		text-align: right;
		float: none;
	}



	.menu-block {
		margin: 0;
	}



	.social-networks li {
		margin: 0 -3px 0 9px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}



	.social-networks {
		margin: 0;
		float: none;
		display: inline-block;
		vertical-align: top;
	}



	#nav ul a {
		padding: 10px;
		text-align: center;
	}



	#nav {
		width: auto;
		left: 0;
		background: #fff;
	}



	.nav-opener {
		margin: 2px 0 0 9px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}



	#main {
		padding: 85px 0 0;
	}



	.banner-block h1 {
		font-size: 26px;
		line-height: 28px;
	}



	.banner-block .text-block .holder {
		padding: 30px 10px 50px;
	}



	.banner-block .text-block .inner {
		width: 100%;
	}



	.banner-block .text-block {
		position: static;
		background: #000;
		font-size: 14px;
		line-height: 16px;
		text-transform: none;
	}



	.banner-block .page-title {
		top: 0;
	}



	.logotype {
		bottom: -100px;
	}



	.content-text .subtitle {
		font-size: 20px;
		line-height: 22px;
	}



	.content-text h2 {
		line-height: 32px;
		margin: 0 0 20px;
	}



	.content-text p {
		margin: 0 0 20px;
	}



	.content-text .wrap {
		font-size: 16px;
		line-height: 20px;
		padding: 0;
	}



	.content-text {
		line-height: 20px;
		padding: 50px 0;
	}



	.vacancy-block h2 {
		margin: 0 0 20px;
	}



	.vacancy-block {
		padding: 10px 0 0;
	}



	.vacancy-list a.fa:before {
		right: 10px;
		margin: -10px 0 0;
	}



	.vacancy-list a {
		padding: 20px 30px 20px 10px;
	}



	.vacancy-list {
		margin: 0;
	}



	.contact-text h2 {
		margin: 0 0 20px;
	}



	.contact-text p {
		margin: 0 0 20px;
	}



	.contact-text.contact {
		padding: 30px 0;
	}



	.contact-text {
		padding: 30px 0;
	}



	.graphic-section .graphic-yellow:before {
		top: 134px;
		left: -89px;
	}



	.graphic-section .graphic-yellow:after {
		top: 274px;
		left: -110px;
	}



	.graphic-section .graphic-blue .line {
		background: url(images/bg-line2-mobile.png) no-repeat;
		width: 320px;
		height: 336px;
	}



	.graphic-section .graphic-blue:before {
		top: 128px;
		left: 17px;
	}



	.graphic-section .graphic-blue:after {
		top: 240px;
		left: -4px;
	}



	.graphic-section .description ul li {
		padding: 0 0 10px;
	}



	.graphic-section .description {
		font-size: 16px;
		line-height: 20px;
		padding: 30px 10px 50px;
	}



	.graphic-section h2 {
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 20px;
	}



	.graphic-section .bigger-text {
		font-size: 20px;
		line-height: 22px;
		padding: 0 0 20px;
		letter-spacing: 0;
	}



	.study-section .heading .holder {
		letter-spacing: 0;
		font-size: 16px;
		line-height: 20px;
		padding: 30px 0;
	}



	.study-section .heading h2 {
		margin: 0 0 20px;
	}



	.study-section .heading .bigger {
		font-size: 20px;
	}



	.images-section .column {
		width: 100%;
		float: none;
	}



	.images-section {
		padding: 0;
	}



	.partners-section h2 {
		margin: 0 0 30px;
	}



	.partners-section {
		padding: 30px 0 0;
	}



	.partners-list li {
		width: 25%;
		height: 180px;
	}



	.partners-list .visual {
		height: 180px;
	}



	.connect-section .heading h2 {
		margin: 0;
	}



	.connect-section .heading {
		padding: 30px 10px;
	}



	.connect-content .holder {
		padding: 30px 10px;
	}



	.post-block.twitter {
		float: none;
	}



	.post-block h3 {
		margin: 0 0 20px;
	}



	.post-block h4 {
		margin: 0 0 20px;
		line-height: 32px;
	}



	.post-block .wrap {
		padding: 12px 20px 50px;
	}



	.post-block .tweet_area p {
		margin: 0 0 20px;
	}



	.post-block .tweet_area {
		line-height: 32px !important;
	}



	.post-block .date-holder {
		padding: 0 0 20px;
	}



	.post-block .info-holder {
		margin: 0 0 20px;
	}



	.post-block {
		width: 100%;
		margin: 0 0 30px;
		float: none;
		font-size: 16px;
		line-height: 20px;
	}



	.buttons-list li {
		width: 100%;
		margin: 0 0 20px;
	}



	.buttons-list a {
		height: auto;
	}



	.btn.icon:before {
		background: none;
		width: auto;
		height: auto;
		margin: 0;
	}



	.btn.fa-twitter:before {
		content: "";
		margin: 0;
	}



	.btn {
		padding: 15px 10px;
		font-size: 16px;
		line-height: 18px;
		text-align: center;
	}



	.btn-default {
		padding: 15px 20px;
		letter-spacing: 0;
	}



	.about-section h2 {
		margin: 0 0 20px;
	}



	.about-section {
		padding: 30px 0 10px;
	}



	.about-list li {
		width: 100%;
		padding: 0 0 20px;
		margin: 0;
	}



	.about-list strong {
		font-size: 20px;
		line-height: 22px;
		margin: 0;
	}



	.about-list {
		margin: 0;
		font-size: 16px;
		line-height: 20px;
	}



	.partnership-block .main-holder .holder {
		padding: 30px 0;
	}



	.partnership-block {
		padding: 0;
	}



	.team-section .heading {
		padding: 30px 0;
	}



	.team-list li {
		width: 100%;
		display: block;
		margin: 0;
		padding: 0 0 1px;
	}



	.team-list {
		margin: 0;
		padding: 0;
	}



	.content-block h2 {
		margin: 0 0 20px;
	}



	.content-block p {
		margin: 0 0 20px;
	}



	.form-section .form-container {
		padding: 30px 0;
	}



	.wpcf7-form .submit-holder {
		padding: 30px 10px;
	}



	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="tel"] {
		font-size: 16px;
		line-height: 18px;
	}



	.wpcf7-form textarea {
		font-size: 16px;
		line-height: 18px;
	}



	.wpcf7-form select {
		font-size: 16px;
		line-height: 18px;
	}



	.wpcf7-form .check-block label {
		font-size: 16px;
		line-height: 18px;
	}



	.wpcf7-form input[type="submit"] {
		font-size: 20px;
		line-height: 22px;
		padding: 0;
	}



	.video-section .video-holder {
		padding: 50px 10px;
	}



	.contact-list li:before {
		background: none;
	}



	.contact-list li {
		width: 100%;
		margin: 0;
		padding: 15px 10px;
		border-bottom: 1px solid #434242;
	}



	.contact-list {
		border: none;
		margin: 0 0 20px;
	}



	#footer {
		padding: 0 10px 20px;
	}



	.logo-holder {
		margin: 0 0 20px;
		width: 110px;
		padding: 10px 0;
	}



	.footer-logo {
		background: url(images/logo-footer-mobile.png) no-repeat;
		width: 100px;
		height: 76px;
	}



	div.lightbox .visual {
		margin: 0 -10px 20px;
	}



	div.lightbox p {
		margin: 0 0 10px;
	}



	div.lightbox .heading {
		padding: 0 0 10px;
		margin: 0 0 10px;
	}



	div.lightbox h1 {
		font-size: 24px;
		line-height: 26px;
	}



	div.lightbox .post-title {
		font-size: 20px;
		line-height: 22px;
	}



	div.lightbox {
		width: 280px;
		padding: 30px 10px;
	}



	.jcf-select .jcf-select-text {
		font-size: 16px;
		line-height: 38px;
	}



	.jcf-list {
		font-size: 16px;
		line-height: 18px;
	}



	.jcf-scrollable-wrapper {
		margin: 0 0 20px;
	}



	.fancybox-wrap.gallery .fancybox-close:before,
	.fancybox-wrap.gallery .fancybox-close:after {
		top: 14px;
		left: 5px;
	}



	.fancybox-wrap.gallery .fancybox-close {
		width: 30px;
		height: 30px;
	}



	.fancybox-nav.fancybox-next span:before,
	.fancybox-nav.fancybox-next span:after {
		left: 10px;
		border-width: 6px;
	}



	.fancybox-nav.fancybox-next span:after {
		left: 10px;
		border-width: 5px;
	}



	.fancybox-nav {
		width: 30px;
		height: 30px;
		padding: 3px;
		margin: -15px 0 0;
	}



	.fancybox-nav span:before,
	.fancybox-nav span:after {
		top: 6px;
		left: 8px;
		border-width: 6px;
	}



	.fancybox-nav span:after {
		top: 7px;
		left: 9px;
		border-width: 5px;
	}



	.fancybox-nav span {
		width: 24px;
		height: 24px;
	}



	.slick-next span:before,
	.slick-next span:after,
	.slick-prev span:before,
	.slick-prev span:after {
		top: 6px;
		left: 8px;
		border-width: 6px;
	}



	.slick-next span:after,
	.slick-prev span:after {
		top: 7px;
		left: 9px;
		border-width: 5px;
	}



	.slick-next span,
	.slick-prev span {
		width: 24px;
		height: 24px;
	}



	.slick-next,
	.slick-prev {
		width: 30px;
		height: 30px;
		padding: 3px;
		margin: -15px 0 0;
	}



	.slick-prev {
		left: 5%;
	}



	.slick-next span:before {
		left: 10px;
		border-width: 6px;
	}



	.slick-next span:after {
		left: 10px;
		border-width: 5px;
	}



	.slick-next {
		right: 5%;
	}



	.slick-slide .close:before,
	.slick-slide .close:after {
		top: 14px;
		left: 5px;
	}



	.slick-slide .close {
		width: 30px;
		height: 30px;
	}



	#lang_sel {
		float: right;
		clear: both;
		margin: 0;
	}

.post-block.twitter {
    width: 38%;
}

#wpgmza_filter_1 {
background: #f4f4f4 !important;
border-radius: 2px !important;
width: 150px !important;
}



.jcf-select.jcf-unselectable {
border:none !important;
}

.pum {
    z-index: 500 !important;
}

.pum {
    z-index: 950 !important;
}


.form-allowed-tags {display: none;}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
{
 .colleft, .colright{width:100%;} 
.elementor-column.elementor-col-50 {width:100%;} 
}

