/*
Theme Name: WilburforceFoundation
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:
*/

/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Styles for responsive breakpoints
   ---------------------------------------------------------*/

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

/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/

#nav,
#nav ul,
.container3 .twocolumns .column .block ul,
.container3 .twocolumns .social-block .social-list,
.container3 .threecolumns3 ul,
.download-list,
.content-holder > ul,
.content-holder .meta ul,
.content-holder .social-list,
.follow-block .social-list,
.regions-holder .threecolumns ul,
.contact ul,
.resources ul,
.accordion,
#footer .row ul,
#footer .social-list {
	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 {
	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: #1c1c18;
	background: #fff;
	font: 16px/1.375 "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.375em;
}

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

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

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

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

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

ul {
	list-style-type: disc;
}

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

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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

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

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

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

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.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-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: 0;
	right: 0;
	width: 43px;
	height: 42px;
	cursor: pointer;
	z-index: 8040;
	background: url(images/btn-close.png) no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

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

/*Retina graphics!*/

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

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

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

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

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

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

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

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	background: #f2f2f2;
    border-left: 6px solid #0fb2e9;
    margin: 20px 0 0;
    padding: 15px 22px;
    color: #1c1c18;
    font-size: 16px;
    line-height: 22px;
}
.widget:nth-child(1) {margin-top:0;}
.widget ul, .widget ul li {
	padding-left: 0; list-style: none;
}
 .widget ul li { margin-bottom:10px;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.commentlist {
	margin: 0 0 1.375em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #0fb2e9;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #979799;
}

/* ---------------------------------------------------------
   2. Common site styles
   ---------------------------------------------------------*/

body {
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

/* main container styles */

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 72px;
}

.home #wrapper {
	padding-top: 0;
}

/* header styles */

#header {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
}

#header.fixed-position {
	/*.logo{
      @include media('>tablet') {
        margin: 35px 0;
      }
    }*/
}

.home #header {
	background: none;
}

.home #header.fixed-position {
	background: #fff;
}

.home #header.fixed-position #nav > li > a {
	color: #1c1c18;
	padding: 28px 21px;
}

.home #header.fixed-position .search-block {
	padding: 24px 0 0 3px;
}

.home #header.fixed-position .search-block .opener {
	background: url(images/ico-search01.png) no-repeat;
}

.home #header.fixed-position .logo {
	width: 157px;
	margin: 17px 0 15px 0;
	background: url(images/logo01.png) no-repeat 0 0/157px auto; /*@include media('<desktop') {
          margin: 35px 0;
        }*/
}

.home #header.fixed-position .logo a {
	width: 157px;
	height: 40px;
}

.home #header.fixed-position .logo img {
	display: none;
}

.home #header.fixed-position .nav-opener span,
.home #header.fixed-position .nav-opener:before,
.home #header.fixed-position .nav-opener:after {
	background: #000;
}

#header .holder {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 42px;
}

#header .bar {
	float: right;
}

.search-block {
	float: right;
	padding: 24px 0 0 3px;
}

.home .search-block {
	padding: 45px 0 0 3px;
	-webkit-transition: padding .32s linear;
	transition: padding .32s linear;
}

.home .search-block .opener {
	background: url(images/ico-search.png) no-repeat;
}

.search-block .opener {
	display: block;
	background: url(images/ico-search01.png) no-repeat;
	width: 23px;
	height: 22px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

.search-block .opener:hover {
	opacity: .85;
}

.search-block .slide {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
}

.search-form {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	height: 0;
	overflow: hidden;
}

.active .search-form {
	overflow: visible;
	height: auto;
	padding: 0 122px 0 0;
}

.search-form input[type="search"] {
	width: 100%;
	margin: 0;
	padding: 35px 42px;
	height: 107px;
	overflow: hidden;
	background: none;
	border: 0;
	color: #1c1c18;
	text-transform: uppercase;
	font: 500 32px/35px "Rubik", sans-serif;
	outline: none;
}

.search-form input[type="search"]::-ms-clear {
	display: none;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #1c1c18;
}

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

.search-form input[type="search"]:-moz-placeholder {
	color: #1c1c18;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #1c1c18;
}

.search-form input[type="search"].placeholder {
	color: #1c1c18;
}

.search-form input[type="submit"] {
	position: absolute;
	top: 25px;
	right: 42px;
	background: url(images/btn-submit.png) no-repeat;
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
}

.logo {
	float: left;
	width: 157px;
	height: 40px;
	margin: 17px 0 15px;
}

.home .logo {
	margin: 37px 0 15px;
	width: 201px;
	-webkit-transition: margin .32s linear;
	transition: margin .32s linear;
}

.logo img {
	display: block;
}

.main-nav {
	float: right;
	text-transform: uppercase;
	font: 600 11px/14px "proxima-nova", sans-serif;
	letter-spacing: 2px;
}

#nav {
	float: right;
}

#nav > li {
	float: left;
	position: relative;
}

#nav > li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 22px;
	width: 1px;
	background: #c6c6c9;
	margin: -11px 0 0;
}

#nav > li:first-child:before {
	background: none;
}

#nav > li.hover > a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: #0fb2e9;
}

.home #nav > li.hover > a {
	color: #c6c6c9;
}

#nav > li.hover ul {
	display: block;
}

#nav > li.active > a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: #0fb2e9;
}

.home #nav > li.active > a {
	color: #c6c6c9;
}

#nav > li > a {
	color: #1c1c18;
	display: block;
	padding: 28px 21px;
	text-decoration: none;
	position: relative;
}

.home #nav > li > a {
	color: #fff;
	padding: 50px 21px;
	-webkit-transition: padding .32s linear;
	transition: padding .32s linear;
}

.home #nav > li > a:hover {
	color: #c6c6c9;
}

#nav > li > a:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: #0fb2e9;
}

#nav ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 272px;
	background: #fff;
	display: none;
}

#nav ul li {
	vertical-align: top;
}

#nav ul a {
	color: #979799;
	display: block;
	padding: 8px 20px;
	text-decoration: none;
}

#nav ul a:hover {
	color: #0fb2e9;
	background: #e5e5dc;
}

.nav-opener {
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	background: #000;
	background: transparent;
	position: relative;
	border-radius: 3px;
	-webkit-transition: margin .33s linear;
	transition: margin .33s linear;
	margin: 17px -18px 0 0;
	z-index: 101;
}

.nav-active .nav-opener {
	margin: 17px 222px 0 0;
}

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

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #1c1c18;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.home .nav-opener span,
.home .nav-opener:before,
.home .nav-opener:after {
	background: #fff;
}

.nav-active .nav-opener span,
.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	background: #1c1c18;
}

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

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

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

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

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

.visual {
	position: relative;
}

.visual.visual2 .img-holder {
	height: 490px;
}

.visual .img-holder {
	height: 724px;
	overflow: hidden;
	position: relative;
}

.visual .img-holder img {
	vertical-align: top;
	max-width: none;
}

.visual .textholder {
	white-space: nowrap;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 50px;
	font: 400 20px/24px "proxima-nova", sans-serif;
	letter-spacing: 1px;
}

.visual .textholder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.visual .textholder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.visual .textholder .inner {
	max-width: 745px;
}

.home .visual .textholder .inner {
	padding-top: 0px;
	max-width: 715px;
}

.visual .textholder h1 {
	font: 500 48px/52px "Rubik", sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px;
	letter-spacing: 5px;
}

.visual .textholder p {
	margin: 0;
}

.visual .by {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	color: #dedee0;
	font-size: 11px;
	line-height: 14px;
	z-index: 1;
}

.visual .by > span {
	display: block;
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 42px;
}

.w1 {
	padding: 42px;
}

.w1 .visual:first-child {
	margin: -42px 0 0;
}

.w1 .visual .img-holder {
	height: 298px;
}

.w1 .visual .img-holder img {
	max-width: none;
}

.w1 .visual .textholder h1 {
	margin: 0;
	text-transform: uppercase;
}

#filters.container1 > .holder {
	padding-top: 55px; /*@include media('<desktop') {padding-top: 125px;}*/
}

.container1 {
	background: #e5e5dc;
	text-align: center;
}


.container1 > .holder {
	max-width: 940px;
	margin: 0 auto;
	padding: 52px 40px 40px;
}

.container1 h2 {
	color: #1c1c18;
	font: 500 22px/32px "Rubik", sans-serif;
	margin: 0 0 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.container1 h2 + p {
	margin-bottom: 42px;
}

.container1 .content-holder1 {
	margin: 0 0 53px;
	padding: 0 20px 34px;
	border-bottom: 1px solid #c6c6c9;
	color: #1c1c18;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

.container1 .content-holder1:last-child {
	border: none;
	margin: 0;
	padding: 0 20px;
}

.container1 .content-holder1 h2 {
	color: #0fb2e9;
	font: 500 22px/32px "Rubik", sans-serif;
	margin: 0 0 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.container1 .content-holder1 p {
	margin: 0 0 20px;
}

.container1 .featured-holder {
	line-height: 1.375;
}

.container1 .featured-holder h2 {
	color: #1c1c18;
	font: 500 22px/32px "Rubik", sans-serif;
	margin: 0 0 35px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.container1 .featured-holder h2 + p {
	margin-top: -16px;
}

.container1 .featured-holder p {
	margin: 0 18px 37px;
}

.container1 .threecolumns {
	overflow: hidden;
	text-align: center;
	margin: 0 -11px 21px;
}

.container1 .threecolumns .column {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	padding: 0 11px 20px;
	margin: 0 -2px;
}

.container1 .threecolumns .column .holder {
	background: #262626;
	color: #fff;
}

.container1 .threecolumns .column .holder a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.container1 .threecolumns .column .holder a:hover {
	opacity: .85;
}

.container1 .threecolumns .column .textholder {
	text-align: left;
	padding: 18px 20px 35px;
	font: 400 20px/24px "proxima-nova", sans-serif;
	letter-spacing: 1px;
}

.container1 .threecolumns .column .textholder h3 {
	color: #0fb2e9;
	text-transform: uppercase;
	font: 600 10px/14px "proxima-nova", sans-serif;
	letter-spacing: 1.5px;
	margin: 0 0 21px;
}

.container1 .threecolumns .img-holder img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.container1 + .container2 {
	padding-top: 42px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	color: #fff !important;
	padding: 9px 22px;
	margin: 0 0 20px;
	background: #0fb2e9;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}

.btn:hover {
	background: #0ea6d9;
}

.team-area {
	text-align: left;
}

.team-area .block {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	margin: 0 -2px;
	padding: 0 11px 20px;
}

.team-area .img-holder {
	margin: 0 0 20px;
	position: relative;
}

.team-area .img-holder a {
	display: block;
	position: relative;
}

.team-area .img-holder a:hover .image {
	opacity: 1;
}

.team-area .img-holder a .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.team-area .img-holder img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.team-area .name {
	display: block;
	font: 600 20px/24px "proxima-nova", sans-serif;
}

.team-area .name a {
	color: inherit;
	text-decoration: none;
}

.team-area .name a:hover {
	color: #979799;
}

.visual1 {
	position: relative;
	padding: 43px 0 42px;
}

.visual1 + .w1 {
	padding-top: 52px;
}

.visual1 .img-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.visual1 .img-holder img {
	max-width: none;
}

.visual1 .textholder {
	position: relative;
	z-index: 9;
	background: #1eaad8;
	background: rgba(15, 178, 233, .85);
	padding: 52px 80px 36px;
	margin: 0 42px;
	color: #fff;
	text-align: center;
	font: 400 16px/22px "proxima-nova", sans-serif;
	letter-spacing: .5px;
}

.visual1 .textholder > .holder {
	max-width: 940px;
	margin: 0 auto;
}

.visual1 .textholder.textholder1 {
	font-size: 20px;
	line-height: 24px;
}

.visual1 .textholder.textholder1 h2 {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 25px;
}

.visual1 .textholder.textholder1 p {
	margin: 0 0 50px;
}

.visual1 .textholder h2 {
	font: 500 32px/40px "Rubik", sans-serif;
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.visual1 .textholder p {
	margin: 0 0 22px;
}

.visual1 .textholder .more {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	margin: 0 0 22px;
	font: 16px/22px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 0;
}

.visual1 .textholder .more:hover {
	text-decoration: underline;
	color: #dedee0;
}

.visual1 .twocolumns {
	overflow: hidden;
	text-align: left;
	margin: 0 -40px;
}

.visual1 .twocolumns .photo {
	float: left;
	width: 299px;
	margin: 0 40px 0 0;
}

.visual1 .twocolumns .photo img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.visual1 .twocolumns .text-block {
	overflow: hidden;
	height: 1%;
	font-size: 16px;
	line-height: 22px;
}

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

.container2 {
	text-align: center;
	max-width: 940px;
	margin: 0 auto;
	padding: 42px 0;
}

.container2 > .holder {
	padding: 0 80px;
}

.container2 h2 {
	color: #1c1c18;
	font: 500 22px/32px "Rubik", sans-serif;
	margin: 0 0 35px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.container2 h2 + p {
	margin-top: -13px;
}

.container2 p {
	margin: 0 0 35px;
}

.container2 p a {
	color: inherit;
	text-decoration: underline;
}

.container2 p a:hover {
	color: #979799;
	text-decoration: underline;
}

.container2 .threecolumns1 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 26px 19px;
}

.container2 .threecolumns1 .column {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	padding: 0 25px 20px;
	margin: 0 -2px;
}

.container2 .threecolumns1 .column h3 {
	margin: 0 0 23px;
	font: 600 20px/24px "proxima-nova", sans-serif;
	letter-spacing: 1.3px;
}

.container2 .threecolumns1 .column div.text {
	padding: 0 0 1px;
}

.container2 .threecolumns1 .column p {
	margin: 0 0 35px;
}

.container2 .threecolumns1 .img-holder {
	display: inline-block;
	vertical-align: top;
	background: #e5e5dc;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	white-space: nowrap;
	text-align: center;
	margin: 0 0 33px;
	position: relative;
}

.container2 .threecolumns1 .img-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.container2 .threecolumns1 .img-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.container2 .threecolumns1 .img-holder img {
	margin: 4px -5px 0 0;
	max-height: 58px;
	width: auto;
	max-width: none;
}

.container2 .threecolumns1 .img-holder span.text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #ec008c;
	font: 500 48px/130px "Rubik", sans-serif;
	text-transform: uppercase;
}

.items-holder {
	margin: 0 -10px;
}

.items-holder .block {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin: 0 -2px;
	padding: 0 10px 20px;
	text-align: center;
}

.items-holder .img-holder {
	margin: 0 0 20px;
}

.items-holder .img-holder a {
	display: block;
	position: relative;
}

.items-holder .img-holder a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
}

.items-holder .img-holder a:hover:after {
	opacity: .3;
}

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

.items-holder .name {
	display: block;
	font-weight: 600;
}

.items-holder .name a {
	color: inherit;
	text-decoration: none;
}

.items-holder .name a:hover {
	color: #979799;
}

.twocolumns1 {
	position: relative;
	text-align: left;
	margin: 0 -30px;
}

.twocolumns1:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: #c6c6c9;
}

.twocolumns1 .column {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 -2px;
	padding: 0 30px;
}

.twocolumns1 h3 {
	margin: 0 0 20px;
	font: 600 20px/24px "proxima-nova", sans-serif;
}

.twocolumns1 h3 + .block {
	border: none;
}

.twocolumns1 .block {
	padding: 20px 0;
	border-top: 1px solid #c6c6c9;
}

.twocolumns1 .block h4 {
	margin: 0;
	font: 600 16px/22px "proxima-nova", sans-serif;
}

.twocolumns1 .block p {
	margin: 0 0 10px;
}

.twocolumns1 .block .link {
	display: inline-block;
	vertical-align: top;
	line-height: 32px;
	padding: 0 0 0 50px;
	position: relative;
	text-decoration: none;
	color: #0fb2e9;
}

.twocolumns1 .block .link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #e5e5dc url(images/ico-download.png) no-repeat 50% 50%;
}

.twocolumns1 .block .link:hover {
	color: #979799;
}

.twocolumns1 .block .link:hover:before {
	background: #0fb2e9 url(images/ico-download1.png) no-repeat 50% 50%;
}

.twocolumns1 .map {
	margin: 0 0 20px;
}

.twocolumns1 .map img {
	width: 100%;
	vertical-align: top;
	height: auto;
}

.twocolumns1 .map + a {
	color: #0fb2e9;
	text-decoration: none;
}

.twocolumns1 .map + a:hover {
	color: #979799;
}

.container3 {
	background: #262626;
	color: #fff;
}

.container3 > .holder {
	max-width: 940px;
	margin: 0 auto;
	padding: 50px 40px;
}

.container3 h2 {
	color: #fff;
	font: 500 22px/32px "Rubik", sans-serif;
	margin: 0 0 35px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.container3 .twocolumns {
	overflow: hidden;
	position: relative;
	margin: 0 -40px 10px;
}

.container3 .twocolumns:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 1px;
	background: #8c8c8c;
}

.container3 .twocolumns .column {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
	min-height: 100px;
	margin: 0 -2px;
}

.container3 .twocolumns .column .block,
#cff .cff-item.cff-box, #cff .cff-item.cff-box:first-child {
	background: #fff;
	border-left: 6px solid #0fb2e9;
	margin: 20px 0 0;
	padding: 15px 22px;
	color: #1c1c18;
	font-size: 16px;
	line-height: 22px;
}

#cff .cff-author .cff-author-text * {margin-left:0;}
#cff .cff-author-img {display: none;}
#cff.cff-default-styles .cff-post-links a,
#cff.cff-default-styles .cff-post-links {font-size: 16px;}
#cff .cff-author {margin:0;}
#cff h3, #cff h4, #cff h5, #cff h6, #cff p {margin: 0 0 5px;}

.container3 .twocolumns .column .block:first-child, #cff .cff-item.cff-box:first-child {
	margin: 0;
}

.container3 .twocolumns .column .block h3,
#cff .cff-author .cff-page-name.cff-author-date {
	margin: 0 0 2px;
	font: 600 20px/24px "proxima-nova", sans-serif;
	letter-spacing: 1px;
	padding:0;
}



.container3 .twocolumns .column .block h3 a {
	color: inherit;
	text-decoration: none;
}

.container3 .twocolumns .column .block h3 a:hover {
	opacity: .85;
}

.container3 .twocolumns .column .block .date,
#cff.cff-default-styles .cff-author .cff-date {
	font-style: italic;
	display: block;
	color: #8c8c8c;
	margin: 0 0 20px;
}

.container3 .twocolumns .column .block p {
	margin: 0;
}

.container3 .twocolumns .column .block p + p {
	padding-top: 20px;
}

.container3 .twocolumns .column .block p + a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #0fb2e9;
	margin-top: 20px;
}

.container3 .twocolumns .column .block p + a:hover {
	color: #979799;
}

.container3 .twocolumns .column .block .social-network {
	overflow: hidden;
}

.container3 .twocolumns .column .block ul {
	margin: 0 0 0 -11px;
}

.container3 .twocolumns .column .block ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 0 11px;
	position: relative;
}

.container3 .twocolumns .column .block ul li:before  {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	background: #0fb2e9;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
#cff .cff-dot {font-size: 40px;color:#0fb2e9;    vertical-align: bottom;}

.container3 .twocolumns .column .block ul a {
	color: #0fb2e9;
	text-decoration: none;
}

.container3 .twocolumns .column .block ul a:hover {
	color: #979799;
}

.container3 .twocolumns .social-block {
	color: #0fb2e9;
	font: 500 22px/32px "Rubik", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-top: -7px;
}

.container3 .twocolumns .social-block p {
	margin: 0 0 34px;
}

.container3 .twocolumns .social-block .social-list {
	font: 16px/32px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: none;
	letter-spacing: 0;
}

.container3 .twocolumns .social-block .social-list li {
	vertical-align: top;
	padding: 0 0 20px;
}

.container3 .twocolumns .social-block .social-list a {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 52px;
	color: #0fb2e9;
	text-decoration: none;
	background: url(images/ico-facebook.png) no-repeat;
}

.container3 .twocolumns .social-block .social-list a.twitter {
	background: url(images/ico-twitter.png) no-repeat;
}

.container3 .twocolumns .social-block .social-list a.twitter:hover {
	background: url(images/ico-twitter1.png) no-repeat;
}

.container3 .twocolumns .social-block .social-list a:hover {
	color: #979799;
	background: url(images/ico-facebook1.png) no-repeat;
}

.container3 .content-area {
	text-align: center;
}

.container3 .content-area a {
	color: #0fb2e9;
	text-decoration: none;
}

.container3 .content-area a:hover {
	color: #979799;
}

.container3 .content-area1 {
	text-align: center;
}

.container3 .content-area1 a {
	color: inherit;
	text-decoration: underline;
}

.container3 .content-area1 a:hover {
	color: #979799;
}

.container3 .threecolumns3 {
	padding: 30px 0 0;
}

.container3 .threecolumns3 .column {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	margin: 0 -4px 0 0;
	padding: 0 20px;
	border-left: 1px solid #c6c6c9;
	text-align: center;
}

.container3 .threecolumns3 .column:first-child {
	border: none;
}

.container3 .threecolumns3 h2 {
	margin: 0 0 20px;
}

.container3 .threecolumns3 h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	margin: 0;
	color: #fff;
}

.container3 .threecolumns3 ul li {
	vertical-align: top;
}

.container3 .threecolumns3 ul a {
	color: #0fb2e9;
	text-decoration: none;
}

.container3 .threecolumns3 ul a:hover {
	color: #979799;
}

.download-list {
	line-height: 32px;
}

.download-list li {
	vertical-align: top;
	padding: 0 0 20px;
}

.download-list a {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 50px;
	position: relative;
	text-decoration: none;
	color: #0fb2e9;
}

.download-list a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff url(images/ico-download.png) no-repeat 50% 50%;
}

.download-list a:hover {
	color: #979799;
}

.download-list a:hover:before {
	background: #0fb2e9 url(images/ico-download1.png) no-repeat 50% 50%;
}

.steps-holder {
	text-align: center;
	position: relative;
}

.steps-holder:before {
	content: "";
	position: absolute;
	top: 82px;
	left: 140px;
	right: 140px;
	height: 6px;
	background: url(images/bg-steps-holder.png) repeat-x 3px 0;
}

.steps-holder .block {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	margin: 0 -2px;
	padding: 0 20px;
}

.steps-holder .num {
	display: block;
	width: 164px;
	height: 164px;
	border-radius: 50%;
	color: #fff;
	background: #0fb2e9;
	font-size: 72px;
	line-height: 160px;
	font-weight: 300;
	margin: 0 auto 35px;
	position: relative;
	z-index: 9;
}

.steps-holder .num:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 166px;
	height: 166px;
	border: 17px solid #e5e5dc;
	border-radius: 50%;
}

.steps-holder h3 {
	font: 500 22px/32px "Rubik", sans-serif;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.threecolumns2 {
	padding: 45px 26px 53px 30px;
}

.threecolumns2 .column {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	margin: 0 -4px 0 0;
	padding: 0 50px;
	border-left: 1px solid #c6c6c9;
	text-align: center;
}

.threecolumns2 .column:first-child {
	border: none;
}

.threecolumns2 .column span {
	color: #0fb2e9;
	display: block;
	margin: 0 0 19px;
	font-size: 72px;
	line-height: 72px;
	font-weight: 300;
}

.threecolumns2 .column strong {
	color: #1c1c18;
	font: 600 20px/24px "proxima-nova", sans-serif;
}

.survey {
	text-align: center;
	margin: 0 0 22px;
}

.survey .area {
	width: 270px;
	padding: 0 10px 20px;
	display: inline-block;
	vertical-align: top;
}

.survey .area select {
	display: inline-block;
	border: none;
	padding: 5px 3px 5px 22px;
	margin: 0;
	font: inherit;
	outline: none;
	line-height: 1.2;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	position: relative;
}

.survey .area select::-ms-expand {
	display: none;
}

.survey .fake-select {
	position: relative;
}

.survey .fake-select:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	background: #fff;
	pointer-events: none;
	z-index: 1;
}

.survey .fake-select:after {
	position: absolute;
	right: 24px;
	content: "";
	width: 10px;
	height: 14px;
	position: absolute;
	top: 50%;
	background: url(images/bg-select.png) no-repeat 0 0/10px 14px;
	margin-top: -7px;
	z-index: 1;
}

.statistics-block {
	padding: 0 0 40px;
	color: #6d6e71;
	font-size: 11px;
	line-height: 15px;
}

.statistics-block .num {
	color: #0fb2e9;
	font-size: 72px;
	line-height: 72px;
	font-weight: 300;
	display: block;
	margin: 0 0 5px;
}

.content-holder {
	max-width: 940px;
	margin: 0 auto;
	padding: 61px 80px 0;
}

.content-holder > .inner {
	font-weight: 600;
}

.content-holder > strong {
	font-weight: 600;
}

.content-holder > ul {
	margin: 0 0 30px;
}

.content-holder > ul li {
	padding: 0 0 0 12px;
	position: relative;
}

.content-holder > ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #1c1c18;
}

.content-holder h1 {
	font: 500 48px/51px "Rubik", sans-serif;
	text-transform: uppercase;
	margin: 0 0 16px;
	color: #1c1c18;
	letter-spacing: 1.5px;
}

.content-holder h1 a {
	color: inherit;
	text-decoration: none;
}

.content-holder h1 a:hover {
	color: #979799;
}

.content-holder h2 {
	font: 500 32px/40px "Rubik", sans-serif;
	text-transform: uppercase;
	margin: 0 0 16px;
	color: #1c1c18;
	letter-spacing: 1.5px;
}

.content-holder h2 a {
	color: inherit;
	text-decoration: none;
}

.content-holder h2 a:hover {
	color: #979799;
}

.content-holder h3 {
	font: 500 22px/40px "Rubik", sans-serif;
	text-transform: uppercase;
	margin: 0 0 16px;
	color: #1c1c18;
	letter-spacing: 1.5px;
}

.content-holder h4 {
	font: 600 20px/24px "proxima-nova", sans-serif;
	margin: 0 0 16px;
	color: #1c1c18;
}

.content-holder h5 {
	font: 600 16px/22px "Source Sans Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
	margin: 0 0 16px;
	color: #1c1c18;
}

.content-holder h6 {
	color: #0fb2e9;
	display: block;
	font-size: 72px;
	font-weight: 300;
	line-height: 72px;
	margin: 0 0 5px;
}

.content-holder h6 + p {
	color: #6d6e71;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 40px;
}

.content-holder .heading {
	text-align: center;
	border-bottom: 1px solid #c6c6c9;
	margin: 0 0 60px;
}

.content-holder .heading h2 {
	font: 500 32px/40px "Rubik", sans-serif;
	text-transform: uppercase;
	margin: 0 0 16px;
	color: #1c1c18;
	letter-spacing: 1.5px;
}

.content-holder .heading h2 a {
	color: inherit;
	text-decoration: none;
}

.content-holder .heading h2 a:hover {
	color: #979799;
}

.content-holder .meta {
	text-transform: uppercase;
	margin: 0 0 18px;
	font: 600 10px/13px "proxima-nova", sans-serif;
	letter-spacing: 1px;
}

.content-holder .meta span:first-child {
	display: inline-block;
	vertical-align: top;
	padding-right: 7px;
}

.content-holder .meta ul {
	display: inline-block;
	vertical-align: top;
}

.content-holder .meta ul li {
	display: inline-block;
	vertical-align: top;
}

.content-holder .meta ul li:after {
	content: ",";
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 0 0;
}

.content-holder .meta ul li:last-child:after {
	content: "";
}

.content-holder .meta ul a {
	color: #0fb2e9;
	text-decoration: none;
}

.content-holder .meta ul a:hover {
	color: #979799;
}

.content-holder .social-list {
	margin: 0 0 44px;
	text-align: center;
}

.content-holder .social-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 10px;
	margin: 0 -3px 0 0;
}

.content-holder .social-list li:before {
	background: none;
}

.content-holder .social-list a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(images/ico-social01.png) no-repeat;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

.content-holder .social-list a.twitter {
	background-position: -42px 0;
}

.content-holder .social-list a.twitter:hover {
	background-position: -42px 100%;
}

.content-holder .social-list a.googleplus {
	background-position: -84px 0;
}

.content-holder .social-list a.googleplus:hover {
	background-position: -84px 100%;
}

.content-holder .social-list a.email {
	background-position: -126px 0;
}

.content-holder .social-list a.email:hover {
	background-position: -126px 100%;
}

.content-holder .social-list a:hover {
	background-position: 0 100%;
}

.content-holder .content-frame {
	overflow: hidden;
}

.content-holder .content-frame + .social-list {
	margin: 5px 0 50px;
}

.content-holder .content-frame .alignleft {
	width: 360px;
	margin: 6px 60px 52px 0;
}

.content-holder .content-frame .alignright {
	width: 360px;
	margin: 6px 0 52px 60px;
}

.content-holder .content-frame .img-holder {
	margin: 0 0 17px;
}

.content-holder .content-frame .img-holder img {
	vertical-align: top;
}

.content-holder .content-frame .description {
	font-size: 11px;
	line-height: 15px;
	color: #6d6e71;
}

.content-holder .content-frame .inner {
	letter-spacing: 1px;
	font: 600 20px/24px "proxima-nova", sans-serif;
}

.content-holder .content-frame .inner p {
	margin: 0 0 22px;
}

.content-holder .content-frame p {
	margin: 0 0 48px;
}

.content-holder .content-frame p + p {
	margin-top: -25px;
}

.content-holder > .block {
	padding: 50px 0;
	border-top: 1px solid #c6c6c9;
	text-align: center;
}

.content-holder > .block:first-child {
	border: none;
	padding-top: 0;
}

.content-holder > .block h2 {
	font: 500 22px/32px "Rubik", sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #1c1c18;
}

.content-holder > .block h2 a,
.content-holder > .block h3 a,
.content-holder > .block h4 a,
.content-holder > .block h5 a,
.content-holder > .block h6 a {
	color: #0fb2e9;
	text-decoration: none;
}

.content-holder > .block h2 a:hover,
.content-holder > .block h3 a:hover,
.content-holder > .block h4 a:hover,
.content-holder > .block h5 a:hover,
.content-holder > .block h6 a:hover {
	color: #979799;
	text-decoration: none;
}

.content-holder > .block p {
	margin: 0 0 20px;
}

.content-holder > .block p mark {
	background: none;
	color: #0fb2e9;
}

.content-holder > .block p mark a {
	color: #0fb2e9;
	text-decoration: none;
}

.content-holder > .block p mark a:hover {
	color: #979799;
	text-decoration: none;
}

.content-holder > .block p a {
	color: inherit;
	text-decoration: underline;
}

.content-holder > .block p a:hover {
	color: #979799;
	text-decoration: underline;
}

.content-holder > .block .aligncenter {
	padding: 20px 0 0;
	text-align: left;
	margin: 0;
}

.content-holder > .block .aligncenter .img-holder {
	margin: 0 0 10px;
}

.content-holder > .block .aligncenter .img-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
	margin: 0;
}

.content-holder > .block .aligncenter .description {
	font-size: 11px;
	line-height: 15px;
	color: #6d6e71;
}

.content-holder > .block .block-holder {
	overflow: hidden;
	text-align: left;
	padding: 30px 0 50px;
}

.content-holder > .block .block-holder .alignleft {
	width: 360px;
	margin: 6px 60px 0 0;
}

.content-holder > .block .block-holder .alignright {
	width: 360px;
	margin: 6px 0 0 60px;
}

.content-holder > .block .block-holder .img-holder {
	margin: 0 0 10px;
}

.content-holder > .block .block-holder .img-holder img {
	vertical-align: top;
}

.content-holder > .block .block-holder .description {
	font-size: 11px;
	line-height: 15px;
	color: #6d6e71;
}

.content-holder > .block .block-holder .textholder {
	overflow: hidden;
	height: 1%;
}

.content-holder > .block .block-holder .textholder .inner {
	font: 600 20px/24px "proxima-nova", sans-serif;
}

.content-holder > .block .block-holder + p {
	margin: 0;
}

.content-holder > .block .block-holder + p strong:first-child {
	font-weight: 600;
}

.content-holder > .block .block-holder + p a {
	color: #0fb2e9;
	text-decoration: none;
}

.content-holder > .block .block-holder + p a:hover {
	color: #979799;
}

.content-holder .content-inner {
	overflow: hidden;
}

.content-holder .content-inner .text-holder {
	overflow: hidden;
	height: 1%;
}

.persons-area {
	text-align: left;
}

.persons-area .block {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 0 -2px;
	padding: 0 10px 30px;
}

.persons-area .img-holder {
	margin: 0 0 20px;
}

.persons-area .img-holder img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.persons-area .img-holder a {
	display: block;
	position: relative;
	text-decoration: none;
}

.persons-area .img-holder a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
}

.persons-area .img-holder a:hover:after {
	opacity: .3;
}

.persons-area .name {
	display: block;
	font: 600 20px/24px "proxima-nova", sans-serif;
}

.persons-area .name a {
	color: inherit;
	text-decoration: none;
}

.persons-area .name a:hover {
	color: #979799;
}

.persons-area p {
	margin: 0 !important;
	overflow: hidden;
}

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

.follow-block h2 {
	font: 500 48px/52px "Rubik", sans-serif;
	margin: 0 0 20px;
	color: #fff;
	text-transform: uppercase;
}

.follow-block .social-list {
	font: 16px/32px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: none;
}

.follow-block .social-list li {
	vertical-align: top;
	padding: 0 0 20px;
}

.follow-block .social-list a {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 50px;
	color: #0fb2e9;
	text-decoration: none;
	background: url(images/ico-facebook.png) no-repeat;
}

.follow-block .social-list a.twitter {
	background: url(images/ico-twitter.png) no-repeat;
}

.follow-block .social-list a:hover {
	color: #979799;
}

blockquote {
	text-align: center;
	color: #0fb2e9;
	border: none;
	font: 500 22px/32px "Rubik", sans-serif;
	text-transform: uppercase;
	padding: 0 0 50px;
	margin: 0;
	letter-spacing: 1px;
}

blockquote p {
	margin: 0 0 21px !important;
}

blockquote footer {
	font: italic 16px/22px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #979799;
	text-transform: none;
	letter-spacing: 0;
}

.visual-content {
	margin: 0 0 20px;
}

.visual-content .img-holder {
	overflow: hidden;
	height: 480px;
	margin: 0 0 17px;
}

.visual-content .img-holder img {
	max-width: none;
}

.visual-content .description {
	font-size: 11px;
	line-height: 15px;
	color: #6d6e71;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 122px;
}

.visual-content + .w1 {
	padding-top: 20px;
}

.w1 + .visual-content {
	margin: -36px 0 -36px;
}

.regions-holder {
	background: #000;
	text-align: center;
}

.regions-holder .holder {
	max-width: 1024px;
	margin: 0 auto;
	padding: 50px 42px 60px;
}

.regions-holder h2 {
	font: 500 22px/32px "Rubik", sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #fff;
}

.regions-holder .threecolumns .column {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	margin: 0 -4px 0 0;
	padding: 0 50px;
	border-left: 1px solid #c6c6c9;
}

.regions-holder .threecolumns .column:first-child {
	border: none;
}

.regions-holder .threecolumns h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	margin: 0;
	color: #fff;
}

.regions-holder .threecolumns ul li {
	vertical-align: top;
}

.regions-holder .threecolumns ul a {
	color: #0fb2e9;
	text-decoration: none;
}

.regions-holder .threecolumns ul a:hover {
	color: #979799;
}

.map-holder .img-holder {
	height: 553px;
	overflow: hidden;
}

.map-holder .img-holder img {
	max-width: none;
}

.contact {
	padding: 0 0 25px;
}

.contact span {
	font-weight: 600;
	font-family: "proxima-nova", sans-serif;
}

.contact span:first-child {
	display: block;
}

.contact ul {
	margin: 0 0 0 -7px;
	color: #0fb2e9;
}

.contact ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 7px;
}

.contact ul li:before {
	content: ",";
	position: absolute;
	top: 0;
	left: 0;
}

.contact ul a {
	color: #0fb2e9;
	text-decoration: none;
}

.contact ul a:hover {
	color: #979799;
}

.resources {
	padding: 0 0 25px;
}

.resources span {
	font-weight: 600;
	font-family: "proxima-nova", sans-serif;
}

.resources span:first-child {
	display: block;
}

.resources ul li {
	vertical-align: top;
}

.resources ul a {
	color: #0fb2e9;
	text-decoration: none;
}

.resources ul a:hover {
	color: #979799;
}

.accordion {
	text-align: left;
}

.accordion li {
	border: 1px solid #c6c6c9;
	margin: 0 0 20px;
}

.accordion li.active .opener:after {
	border-top-color: transparent;
	border-bottom-color: #1c1c18;
	margin: -6px 0 0;
}

.accordion .opener {
	display: block;
	padding: 5px 100px 5px 18px;
	position: relative;
	color: #1c1c18;
	text-decoration: none;
	font-weight: 600;
}

.accordion .opener:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 12px;
	width: 0;
	height: 0;
	margin: 0;
	border: solid transparent;
	border-width: 6px 5px;
	border-top-color: #1c1c18;
}

.accordion .slide {
	padding: 15px 100px 10px 18px;
}

.accordion .slide p {
	margin: 0;
}

/* main informative part styles */

#main {
	overflow: hidden;
	max-width: 940px;
	margin: 0 auto;
}

#main .search-form {
	border: 1px solid #999;
}

/* main content styles */

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

/* sidebar styles */

#sidebar {
	float: right;
	width: 33%;
}

#sidebar #wp-calendar {
	width: 100%;
}

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

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

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

div.lightbox {
	padding: 70px 27px 27px;
	width: 929px;
	overflow: hidden;
}

div.lightbox .photo {
	float: left;
	margin: 0 42px 0 0;
	width: 200px;
}

div.lightbox .photo img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

div.lightbox .textholder {
	overflow: hidden;
	height: 1%;
}

div.lightbox .textholder .name {
	display: block;
	font: 500 32px/40px "Rubik", sans-serif;
}

div.lightbox .textholder .desription {
	display: block;
	margin: 0 0 20px;
	font: 600 20px/24px "proxima-nova", sans-serif;
}

div.lightbox .textholder .desription + .info {
	margin-top: -20px;
}

div.lightbox .textholder .info {
	margin: 0 0 20px;
}

div.lightbox .textholder .info span + * {
	margin: 0 0 0 5px;
	padding: 0 0 0 9px;
	position: relative;
}

div.lightbox .textholder .info span + *:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 1px;
	height: 16px;
	background: #1c1c18;
}

div.lightbox .textholder .info a {
	color: #0fb2e9;
	text-decoration: none;
}

div.lightbox .textholder .info a:hover {
	text-decoration: underline;
}

div.lightbox .textholder p {
	margin: 0 0 20px;
}

.fancybox-skin {
	background: #fff;
	border-radius: 0;
	padding: 0 !important;
	position: relative;
}

.fancybox-skin:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 43px;
	background: #212121;
}

/* footer styles */

#footer {
	background: #0fb2e9;
	color: #fff;
}

#footer .holder {
	max-width: 1024px;
	margin: 0 auto;
	padding: 25px 42px;
}

#footer .row {
	overflow: hidden;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font: 600 11px/22px "proxima-nova", sans-serif;
}

#footer .row ul {
	float: left;
	margin: 0 0 0 -22px;
	width: 50%;
}

#footer .row ul li {
	padding: 0 22px;
	position: relative;
	float: left;
}

#footer .row ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 22px;
	background: #c6c6c9;
}

#footer .row .copyright {
	float: right;
	margin: 0;
	max-width: 50%;
}

#footer a {
	color: inherit;
	text-decoration: none;
}

#footer a:hover {
	opacity: .85;
}

#footer .social-list {
	overflow: hidden;
}

#footer .social-list li {
	float: left;
	padding: 0 25px 14px 0;
}

#footer .social-list a {
	display: block;
	background: url(images/ico-social.png) no-repeat;
	width: 12px;
	height: 22px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

#footer .social-list a.twitter {
	background-position: -37px -2px;
	width: 23px;
	height: 20px;
	margin: 2px 0 0;
}

#footer .social-list a:hover {
	opacity: .8;
}

/* blog */
.archive.category .w1 {}
.archive.category .post, .single-post .section.respond, .search .hentry {padding-bottom:10px; margin-bottom:20px;}
.post.type-post h2 a, .single-post  .post h1 a, .search .hentry h2 a {color:#1c1c18;}
.post.type-post h2, .single-post  .post h1, .search .hentry h2  {    margin-bottom: 5px; line-height: 1;}
.post.type-post .meta-info,
.post.type-post .meta-info a,
.single-post .post .meta-info,
.single-post .post .meta-info a,
.search .meta-info, .search .meta-info a {font-style:italic; color:#8c8c8c;}
.post.type-post .content img,
.single-post .post .content img,
.search .hentry .content img {margin-bottom:1em;}

/* ---------------------------------------------------------
   3. Styles for responsive breakpoints
   ---------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}

	.fancybox-close {
		background: url(images/btn-close@2x.png) no-repeat;
		background-size: 43px 42px;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.home #header.fixed-position .search-block .opener {
		background: url(images/ico-search01@2x.png) no-repeat;
		background-size: 23px 22px;
	}

	.home .search-block .opener {
		background: url(images/ico-search@2x.png) no-repeat;
		background-size: 23px 22px;
	}

	.search-block .opener {
		background: url(images/ico-search01@2x.png) no-repeat;
		background-size: 23px 22px;
	}

	.search-form input[type="submit"] {
		background: url(images/btn-submit@2x.png) no-repeat;
		background-size: 60px;
	}

	.container3 .twocolumns .social-block .social-list a {
		background: url(images/ico-facebook@2x.png) no-repeat;
		background-size: 32px 32px;
	}

	.container3 .twocolumns .social-block .social-list a.twitter {
		background: url(images/ico-twitter@2x.png) no-repeat;
		background-size: 32px 32px;
	}

	.container3 .twocolumns .social-block .social-list a.twitter:hover {
		background: url(images/ico-twitter1@2x.png) no-repeat;
		background-size: 32px 32px;
	}

	.container3 .twocolumns .social-block .social-list a:hover {
		background: url(images/ico-facebook1@2x.png) no-repeat;
		background-size: 32px 32px;
	}

	.content-holder .social-list a {
		background: url(images/ico-social01@2x.png) no-repeat;
		background-size: 158px 75px;
	}

	.follow-block .social-list a {
		background: url(images/ico-facebook@2x.png) no-repeat;
		background-size: 32px 32px;
	}

	.follow-block .social-list a.twitter {
		background: url(images/ico-twitter@2x.png) no-repeat;
		background-size: 32px 32px;
	}

	#footer .social-list a {
		background: url(images/ico-social@2x.png) no-repeat;
		background-size: 60px 22px;
	}
}

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

@media (min-width: 1024px) {
	.search-block + .main-nav:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #000;
		opacity: 0;
		margin: 0;
		height: 0;
		-webkit-transition: all .35s linear 0s;
		transition: all .35s linear 0s;
	}

	.search-block.active + .main-nav:after {
		opacity: .85;
		margin: 106px 0 0;
		height: 9999px;
	}

	.search-block.active + .main-nav #nav > li.hover ul {
		display: none;
	}

	.content-holder > .inner {
		font-size: 20px;
		line-height: 24px;
		font-weight: 600;
	}
}

@media (min-width: 1024px) and (max-width: 1023px) {
	.search-block + .main-nav:after {
		display: none;
	}

	.search-block.active + .main-nav:after {
		top: 22px;
	}
}

@media (max-width: 1023px) {
	#wrapper {
		padding-top: 70px;
	}

	.home #header.fixed-position #nav > li > a {
		padding: 10px 70px 10px 20px;
	}

	#header .bar {
		float: none;
		position: absolute;
		top: 0;
		right: 0;
		background: #fff;
		width: 314px;
		padding: 0 0 9999px;
		margin: 0 -314px -9999px 0;
		-webkit-transition: all .28s linear;
		transition: all .28s linear;
		z-index: 100;
		visibility: hidden;
	}

	#header .bar:before {
		content: "";
		position: absolute;
		right: 100%;
		top: 0;
		width: 0;
		height: 9999px;
		background: #000;
		opacity: .9;
	}

	.nav-active #header .bar {
		margin: 0 0 -9999px;
		visibility: visible;
	}

	.nav-active #header .bar:before {
		width: 9999px;
	}

	.resize-active #header .bar {
		-webkit-transition: none;
		transition: none;
	}

	.home .search-block .opener {
		background: url(images/ico-search01.png) no-repeat;
		margin: 5px 20px 0 0;
	}

	.search-block .opener {
		margin: 25px 34px 0 0;
	}

	.search-block .slide {
		top: 80px;
		z-index: 10;
		padding: 0 0 9999px;
		margin: 0 0 -9999px;
	}

	.active .search-form {
		padding: 0;
	}

	.search-form input[type="search"] {
		font-size: 24px;
		line-height: 27px;
		padding: 10px 20px;
		height: auto;
	}

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

	.logo {
		margin: 17px 0 15px;
	}

	.home .logo {
		margin: 17px 0 15px;
	}

	.main-nav {
		float: none;
		padding: 92px 0 0;
	}

	#nav {
		float: none;
		border-top: 1px solid #c6c6c9;
	}

	#nav > li {
		float: none;
		border-bottom: 1px solid #c6c6c9;
	}

	#nav > li:before {
		background: none;
	}

	#nav > li.has-drop-down:after {
		content: "";
		position: absolute;
		top: 15px;
		right: 34px;
		border: solid transparent;
		border-width: 5px;
		border-top-color: #1c1c18;
	}

	#nav > li.has-drop-down.hover:after {
		border-top-color: transparent;
		border-bottom-color: #1c1c18;
		margin: -5px 0 0;
	}

	#nav > li.hover > a:after {
		background: none;
	}

	.home #nav > li.hover > a {
		color: #1c1c18;
	}

	#nav > li.active > a:after {
		background: none;
	}

	.home #nav > li.active > a {
		color: #1c1c18;
	}

	#nav > li > a {
		padding: 10px 70px 10px 20px;
	}

	.home #nav > li > a {
		padding: 10px 70px 10px 20px;
		color: #1c1c18;
	}

	.home #nav > li > a:hover {
		color: #1c1c18;
		opacity: .85;
	}

	#nav > li > a:hover:after {
		background: none;
	}

	#nav ul {
		position: relative;
		top: auto;
		width: 100%;
	}

	.nav-opener {
		display: block;
	}

	.visual.visual2 .img-holder {
		height: 367px;
	}

	.visual .img-holder {
		height: 544px;
	}

	.visual .textholder {
		font-size: 16px;
		line-height: 20px;
	}

	.visual .textholder h1 {
		font-size: 35px;
		line-height: 39px;
	}

	.w1 {
		padding: 42px 34px;
	}

	.w1 .visual .img-holder {
		height: 222px;
	}

	.container1 h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.container1 .content-holder1 h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.container1 .featured-holder h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.container1 .threecolumns .column .textholder {
		font-size: 16px;
		line-height: 20px;
	}

	.team-area .block {
		width: 50%;
	}

	.team-area .name {
		font-size: 16px;
		line-height: 20px;
	}

	.visual1 {
		padding: 42px 0;
	}

	.visual1 .textholder {
		margin: 0 34px;
		padding: 50px 30px 33px;
	}

	.visual1 .textholder.textholder1 {
		font-size: 16px;
		line-height: 20px;
	}

	.visual1 .textholder h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.visual1 .twocolumns {
		margin: 0;
	}

	.visual1 .twocolumns .photo {
		width: 179px;
	}

	.container2 h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.container2 .threecolumns1 .column h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.container2 .threecolumns1 .img-holder {
		width: 98px;
		height: 98px;
	}

	.container2 .threecolumns1 .img-holder span.text {
		line-height: 98px;
		font-size: 30px;
	}

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

	.items-holder .block {
		width: 33.3%;
	}

	.twocolumns1 h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.container3 h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.container3 .twocolumns .column .block h3 {
		font-size: 16px;
		line-height: 24px;
	}

	.container3 .twocolumns .social-block {
		font-size: 18px;
		line-height: 28px;
	}

	.steps-holder:before {
		top: 58px;
	}

	.steps-holder .num:after {
		border: 10px solid #e5e5dc;
		width: 120px;
		height: 120px;
	}

	.steps-holder .num {
		width: 118px;
		height: 118px;
		font-size: 52px;
		line-height: 116px;
	}

	.threecolumns2 .column span {
		font-size: 52px;
		line-height: 52px;
	}

	.statistics-block .num {
		font-size: 52px;
		line-height: 52px;
		margin: 0 0 8px;
	}

	.content-holder h1 {
		font-size: 35px;
		line-height: 39px;
	}

	.content-holder h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.content-holder h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.content-holder h4 {
		font-size: 16px;
	}

	.content-holder h6 {
		font-size: 52px;
		line-height: 52px;
		margin: 0 0 8px;
	}

	.content-holder .heading h2 {
		font-size: 18px;
		line-height: 25px;
	}

	.content-holder .content-frame .alignleft {
		width: 240px;
	}

	.content-holder .content-frame .alignright {
		width: 240px;
	}

	.content-holder .content-frame .inner {
		font-size: 16px;
		line-height: 20px;
	}

	.content-holder > .block h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.content-holder > .block .block-holder .alignleft {
		width: 240px;
	}

	.content-holder > .block .block-holder .alignright {
		width: 240px;
	}

	.content-holder > .block .block-holder .textholder .inner {
		font-size: 16px;
		line-height: 22px;
	}

	.persons-area .block {
		width: 33.3%;
	}

	.persons-area .name {
		font-size: 16px;
		line-height: 20px;
	}

	blockquote {
		font-size: 18px;
		line-height: 28px;
	}

	.visual-content .img-holder {
		height: 360px;
	}

	.visual-content .description {
		padding: 0 114px;
	}

	iframe {
		width: 100%;
	}

	div.lightbox {
		width: 100%;
	}

	div.lightbox .textholder .name {
		font-size: 24px;
		line-height: 30px;
	}

	div.lightbox .textholder .desription {
		font-size: 16px;
		line-height: 20px;
	}

	#footer .holder {
		padding: 25px 34px;
	}
}

@media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 1023px) and (min-resolution: 144dpi) {
	.home .search-block .opener {
		background: url(images/ico-search01@2x.png) no-repeat;
		background-size: 23px 22px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.home #header.fixed-position .logo {
		margin: 17px 0 15px 15px;
	}

	#header .holder {
		padding: 0 20px;
	}

	#header .bar {
		width: 100%;
		margin: 0 -100% -9999px 0;
	}

	.nav-active #header .bar {
		margin: 0 0 -9999px;
	}

	.home .search-block .opener {
		margin: 5px 20px 0 0;
	}

	.search-block .opener {
		margin: 25px 20px 0 0;
	}

	.home .logo {
		width: 156px;
	}

	.logo {
		margin: 17px 0 15px 15px;
	}

	.home .logo {
		margin: 17px 0 15px 15px;
	}

	.nav-opener {
		margin: 17px -9px 0 0;
	}

	.nav-active .nav-opener {
		margin: 17px 90% 0 -200px;
	}

	.visual + .w1 {
		/*padding-top: 0;*/
	}

	.visual + .w1 .content-holder {
		padding-top: 30px;
	}

	.visual.visual2 .img-holder {
		height: 153px;
	}

	.visual .img-holder {
		height: 148px;
	}

	.visual .textholder {
		position: relative;
		height: auto; /*padding: 54px 40px 5px;*/
		padding: 40px;
		color: #1c1c18;
	}

	.visual .textholder.hidden-mobile {
		display: none;
	}

	.home .visual .textholder .inner {
		padding: 0;
	}

	.visual .textholder h1 {
		font-size: 22px;
		line-height: 30px;
		margin: 0;
		letter-spacing: 3px;
	}

	.visual .textholder h1 + p {
		margin-top: 22px;
	}

	.visual .by {
		bottom: 10px;
	}

	.visual .by > span {
		padding: 0 20px;
	}

	.w1 {
		padding: 20px;
	}

	.w1 .visual:first-child {
		margin: -20px 0 0;
	}

	.w1 .visual .img-holder {
		height: 89px;
	}

	.container1 > .holder {
		padding: 54px 30px;
	}

	.container1 .content-holder1 {
		padding: 0 0 13px;
	}

	.container1 .content-holder1:last-child {
		padding: 0;
	}

	.container1 .featured-holder h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.container1 .threecolumns .column {
		padding: 0 0 20px;
		display: block;
		width: 220px;
		margin: 0 auto;
	}

	.team-area .block {
		width: 220px;
		display: block;
		margin: 0 auto;
	}

	.visual1 .textholder {
		margin: 0 20px;
	}

	.visual1 .textholder h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.visual1 .twocolumns .photo {
		width: 220px;
		float: none;
		margin: 0 auto 20px;
	}

	.container2 > .holder {
		padding: 0;
	}

	.container2 .threecolumns1 {
		margin: 0 0 -19px;
	}

	.container2 .threecolumns1 .column {
		display: block;
		width: 220px;
		margin: 0 auto;
		padding: 0 0 58px;
	}

	.container2 .threecolumns1 .column div.text {
		height: auto !important;
	}

	.items-holder .block {
		width: 140px;
		margin: 0 auto;
		display: block;
	}

	.twocolumns1 {
		width: 220px;
		margin: 0 auto;
	}

	.twocolumns1:before {
		background: none;
	}

	.twocolumns1 .column {
		width: 100%;
		display: block;
		margin: 0 0 20px;
		padding: 0;
	}

	.twocolumns1 .map {
		width: 220px;
		margin: 0 auto 20px;
	}

	.twocolumns1 .map + a {
		width: 220px;
		margin: 0 auto;
		display: block;
	}

	.container3 > .holder {
		padding: 40px 30px;
	}

	.container3 .twocolumns:after {
		background: none;
	}

	.container3 .twocolumns .column {
		width: 100%;
		padding: 0 30px;
	}

	.container3 .twocolumns .column + .column {
		padding-top: 40px;
	}

	.container3 .threecolumns3 .column {
		width: 100%;
		padding: 40px 0 15px;
		margin: 0;
		border-left: none;
		border-top: 1px solid #c6c6c9;
		height: auto !important;
	}

	.container3 .threecolumns3 .column:first-child {
		border: none;
		padding-top: 0;
	}

	.steps-holder:before {
		background: none;
	}

	.steps-holder .block {
		display: block;
		width: 100%;
		margin: 0 0 50px;
		padding: 0;
	}

	.threecolumns2 {
		display: none;
	}

	.survey .area {
		padding: 0 0 20px;
		display: block;
		margin: 0 auto;
		width: 220px;
	}

	.content-holder {
		padding: 50px 30px 0;
	}

	.content-holder h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.content-holder h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.content-holder .heading {
		padding-top: 20px;
		border-top: 1px solid #c6c6c9;
	}

	.content-holder .content-frame .alignleft {
		width: 220px;
		float: none;
		margin: 0 auto 30px;
	}

	.content-holder .content-frame .alignright {
		width: 220px;
		float: none;
		margin: 0 auto 30px;
	}

	.content-holder > .block:first-child {
		border-top: 1px solid #c6c6c9;
		padding-top: 50px;
		margin-top: -50px;
	}

	.content-holder > .block:first-child:only-child {
		border: none;
		padding: 0;
		margin: 0;
	}

	.content-holder > .block:first-child:only-child .block-holder {
		display: table;
		padding: 0;
	}

	.content-holder > .block:first-child:only-child .block-holder .textholder {
		display: table-header-group;
	}

	.content-holder > .block:first-child:only-child .block-holder .alignright {
		padding-top: 20px;
	}

	.content-holder > .block .block-holder .alignleft {
		width: 220px;
		float: none;
		margin: 0 auto 30px;
	}

	.content-holder > .block .block-holder .alignright {
		width: 220px;
		float: none;
		margin: 0 auto 30px;
	}

	.persons-area .block {
		width: 100%;
		margin: 0;
		padding: 40px 0 15px;
		border-top: 1px solid #c6c6c9;
		height: auto !important;
	}

	.persons-area .block:first-child {
		border: none;
		padding-top: 0;
	}

	.persons-area .img-holder {
		width: 60px;
		margin: 5px 20px 0 0;
		float: left;
	}

	.follow-block h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.visual-content {
		margin: 0;
	}

	.visual-content .img-holder {
		height: 150px;
	}

	.visual-content .description {
		padding: 0 50px;
	}

	.regions-holder .holder {
		padding: 50px 20px 40px;
	}

	.regions-holder h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.regions-holder .threecolumns .column {
		display: block;
		width: 220px;
		margin: 0 auto;
		padding: 35px 0 12px;
		border-left: none;
		border-top: 1px solid #c6c6c9;
		height: auto !important;
	}

	.regions-holder .threecolumns .column:first-child {
		border: none;
		padding: 0 0 12px;
	}

	#content, .archive.category #content {
		width: 100%;
		float: none;
	}

	#sidebar {
		width: 100%;
		float: none;
	}

	div.lightbox .photo {
		width: 220px;
		float: none;
		margin: 0 0 20px;
	}

	div.lightbox .textholder .name {
		font-size: 18px;
		line-height: 28px;
	}

	div.lightbox .textholder .info span + * {
		display: block;
		margin: 0;
		padding: 0;
	}

	div.lightbox .textholder .info span + *:before {
		background: none;
	}

	#footer .holder {
		padding: 18px 0;
	}

	#footer .row ul {
		float: none;
		width: 100%;
		overflow: hidden;
	}

	#footer .row .copyright {
		float: none;
		max-width: 100%;
		width: 100%;
	}

	#footer {
		padding: 9px 20px;
	}
}

@media (max-width: 479px) {
	.content-holder > .block .block-holder + p {
		margin: 0 -30px;
	}
}

