/*
Theme Name: Vahid Associates
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;
}

.nav-drop > ul,
.nav-drop .nav-drop-down,
.history-list,
.company-section .company-list,
.navigation-section .navigation-post,
.town-section .contact-list,
.list-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
blockquote:after,
dl:after,
.widget:after,
.post-password-form p:after,
.search-form:after,
.container:after,
.contact-section .contact-holder:after,
.blank-section .blank-holder:after,
.philosophy-section .title-holder:after,
.article-section .article:after,
.masonry-section .masonry-slider:after,
.post-wrap .images-post:after,
.navigation-section .navigation-post: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: #58595b;
	background: #fff;
	font: 15px / 1.4 "Roboto", "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.4em;
}

blockquote {
	font: italic 29px/35px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

blockquote q {
	display: block;
}

blockquote cite {
	float: right;
	font-size: 15px;
	line-height: 17px;
	font-style: normal;
}

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

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 #999;
	padding: .4em .7em;
	outline: none;
}

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;
	outline: none;
}

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

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

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

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

.widget {
	margin-bottom: 1.4em;
}

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

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

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

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

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

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

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

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

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

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

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

.commentlist {
	margin: 0 0 1.4em;
}

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

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

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

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

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

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

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

.navigation {
	position: relative;
	vertical-align: middle;
	margin: 0 0 1.4em;
}

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

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

.navigation .next,
.navigation .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #414042;
	color: #fff;
	padding: .4em;
	text-decoration: none;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.navigation .next:hover,
.navigation .prev:hover {
	background: #00a8cb;
}

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

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

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

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

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

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

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

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

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

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

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

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

a:hover,
a:focus {
	color: #00a8cb;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1425px;
	margin: 0 auto;
	padding: 0 20px;
}

.btn-more {
	display: inline-block;
	vertical-align: top;
	padding: 4px 5px 4px;
	background: #414042;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	min-width: 68px;
	text-transform: capitalize;
	-webkit-transition: background .2s linear, color .2s linear;
	transition: background .2s linear, color .2s linear;
}

.btn-more:hover {
	background: #00a8cb;
	color: #fff;
}

.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%);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.grayscale:hover {
	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;
}

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

.logo {
	float: left;
	padding: 0 0 0 50px;
	/*width: 380px;*/
	width: 458px;
}

.logo a {
	display: block;
}

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

#nav {
	float: right;
	padding: 35px 45px 0;
}

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

.nav-active .nav-drop > ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav-drop {
	float: right;
}

.nav-drop > ul {
	float: right;
	font-size: 15px;
	line-height: 17px;
	font-weight: 500;
}

.nav-drop > ul > li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 0 0 22px;
	padding: 0 0 35px;
}

.nav-drop > ul > li:first-child {
	margin: 0;
}

.nav-drop > ul > li > a {
	color: #6d6e71;
	-webkit-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
}

.nav-drop > ul > li.active > a,
.nav-drop > ul > li.hover > a {
	color: #00a8cb;
}

.nav-drop > ul > li.hover .nav-drop-down {
	opacity: 1;
	visibility: visible;
	max-height: 9999px;
}

.nav-drop .nav-drop-down {
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	position: absolute;
	top: 100%;
	left: -15px;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	-webkit-transition: opacity .2s linear, visibility .2s linear, padding .2s linear;
	transition: opacity .2s linear, visibility .2s linear, padding .2s linear;
}

.nav-drop .nav-drop-down li {
	list-style: none;
	margin: 0 0 3px;
}

.nav-drop .nav-drop-down a {
	display: block;
	padding: 11px 21px 10px;
	color: #fff;
	background: #a7a9ac;
	border-radius: 4px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.nav-drop .nav-drop-down a:hover {
	background: #00a8cb;
}

.nav-opener {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: none;
	float: left;
	position: relative;
	width: 35px;
	height: 35px;
	border: 2px solid #00a8cb;
	border-radius: 3px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	height: 3px;
	position: absolute;
	left: 10%;
	right: 10%;
	top: 14px;
	background: #00a8cb;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 6px;
}

.nav-opener:after {
	top: 22px;
}

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

.close-btn:after,
.close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px;
	border-radius: 3px;
}

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

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

.resize-active .nav-drop a {
	-webkit-transition: none !important;
	transition: none !important;
}

#main {
	position: relative;
	z-index: 5;
}

.visual-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 738px;
	position: relative;
	color: #fff;
}

.home-page .visual-section {
	/*height: 693px;*/
	height: 393px;
}

.home-page .visual-section h1 {
	/*font-size: 45px;
	line-height: 47px;
	text-shadow: black 0.1em 0.1em 0.2em*/
	font-weight: 300;
	font-size: 85px;
	line-height: 85px;
	color: #fff;
	text-shadow: 0.1em 0em 13px rgb(0, 0, 0), -0.1em 0em 13px rgb(0, 0, 0), 0em 0.1em 13px rgb(0, 0, 0), 0em -0.1em 13px rgb(0, 0, 0);

}

.fullimage-page .visual-section{
	height: 1058px;
}

.visual-section.visual-work {
	color: #232223;
}

.visual-section.visual-work h1 {
	color: #232223;
	font-size: 42px;
	line-height: 44px;
}

.visual-section.visual-project {
	min-height: 880px;
}

.visual-section.visual-project .content-wrap {
	height: 880px;
}

.visual-section.visual-project h1 {
	font-size: 59px;
	line-height: 61px;
	font-weight: 900;
}

.contact-page .visual-section {
	/*height: 741px;*/
	height: 639px;
}

.contact-page .visual-section h1 {
	font-size: 51px;
	line-height: 53px;
	color: #c74a5d;
	letter-spacing: 4px;
}

.contact-page .visual-section .content-wrap {
	/*height: 741px;*/
	height: 639px;
}

.expertise-page .visual-section {
	height: 543px;
}

.expertise-page .visual-section .content-wrap {
	height: 543px;
	text-align: left;
	padding: 0 0 200px;
}

.expertise-page .visual-section .content-holder {
	padding: 0 0 0 57px;
}

.expertise-page .visual-section h1 {
	font-size: 65px;
	line-height: 67px;
	font-weight: 300;
	text-transform: none;
}

.visual-section .content-wrap {
	padding: 20px 0;
	white-space: nowrap;
	height: 738px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.home-page .visual-section .content-wrap {
	height: 393px;
}


.visual-section .content-wrap:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin: 0 0 0 -5px;
	width: 1px;
	height: 100%;
}

.visual-section .content-holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	font-size: 21px;
	line-height: 23px;
}

.visual-section h1 {
	font-size: 53px;
	line-height: 55px;
	color: #fff;
	/*font-weight: 700;*/
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 13px;
}

.contact-section {
	padding: 187px 0 161px;
	color: #231f20;
	font-size: 27px;
	line-height: 38px;
	font-weight: 300;
	position: relative;
	z-index: 2;
}

.blank-section {
	padding: 187px 0 161px;
	color: #231f20;
	font-size: 27px;
	line-height: 38px;
	font-weight: 300;
	position: relative;
	z-index: 2;
}

.contact-section:before {
	height: 0;
	width: 0;
	border-left: 37px solid transparent;
	border-right: 37px solid transparent;
	border-top: 37px solid #fff;
	content: "";
	position: absolute;
	top: 100%;
	left: 305px;
}

.blank-section:before {
	height: 0;
	width: 0;
	border-left: 37px solid transparent;
	border-right: 37px solid transparent;
	border-top: 37px solid #fff;
	content: "";
	position: absolute;
	top: 100%;
	left: 305px;
}

.contact-section .contact-holder {
	max-width: 1012px;
	margin: 0 auto;
	padding: 0 0 0 47px;
}

.blank-section .blank-holder {
	max-width: 1012px;
	margin: 0 auto;
	padding: 0 0 47px 47px;
}

.contact-section .title {
	float: left;
	padding: 3px 76px 0 0;
	max-width: 307px;
}

.contact-section h1 {
	font-size: 65px;
	line-height: 67px;
	font-weight: 300;
	margin: 0;
	color: #00a8cb;
	letter-spacing: 2px;
}

.contact-section .contact-info {
	overflow: hidden;
}

.contact-section .tel {
	display: block;
	margin: -1px 0 0;
	font-weight: 500;
}

.contact-section .tel a {
	color: #231f20;
	font-weight: 300;
}

.contact-section .tel a:hover {
	color: #00a8cb;
}

.contact-section p {
	margin: 0;
}

.blank-section .title {
	float: left;
	padding: 3px 76px 0 0;
	max-width: 307px;
}

.blank-section h1 {
	font-size: 65px;
	line-height: 67px;
	font-weight: 300;
	margin: 0;
	color: #00a8cb;
	letter-spacing: 2px;
}

.blank-section p {
	margin: 0;
}
.map-section {
	position: relative;
	height: 456px;
}

.map-section .map-canvas {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.map-section .js-custom-marker {
	position: absolute;
	height: 0;
	width: 0;
}

.map-section .js-custom-marker .popup {
	visibility: hidden;
}

.map-section .js-custom-marker .marker-opener {
	background: url(images/icon-06.png) no-repeat;
	position: absolute;
	overflow: hidden;
	text-indent: 999px;
	left: 50%;
	bottom: 0;
	width: 21px;
	height: 34px;
}

.qoutestatement {
	font:  29px/35px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.blockquote-section {
	background: #d2d3d5;
	padding: 68px 0 69px;
	color: #231f20;
}

.home-page .blockquote-section {
	padding: 112px 0 103px;
}

.blockquote-section.colored {
	background: #c74a5d;
	color: #fff;
}

.contact-page .blockquote-section {
	background: #00a8cb;
	color: #fff;
}

.expertise-page .blockquote-section {
	background: #58595b;
	color: #fff;
}

.blockquote-section blockquote {
	padding: 0 0 0 157px;
	margin: 0;
	max-width: 900px;
}

.home-page .blockquote-section blockquote {
	font-size: 44px;
	line-height: 46px;
	max-width: none;
	padding: 0 100px 0 157px;
}

.contact-page .blockquote-section blockquote,
.expertise-page .blockquote-section blockquote {
	font-size: 37px;
	line-height: 45px;
	max-width: 1115px;
}

.blockquote-section blockquote q {
	margin: 0 0 15px;
}

.home-page .blockquote-section blockquote q {
	margin: 0 0 32px;
}

.contact-page .blockquote-section blockquote q {
	margin: 0 0 5px;
}

.blockquote-section blockquote cite {
	padding: 0 12px 0 0;
}

.home-page .blockquote-section blockquote cite {
	font-size: 19px;
	line-height: 21px;
	padding: 0 35px 0 0;
}

.intro-section {
	text-align: center;
	background: #00a8cb;
	padding: 48px 0 30px;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
}

.home-page .intro-section {
	padding: 55px 0 43px;
	/*font-size: 18px;
	line-height: 33px;*/
	font-size: 21px;
	line-height: 1.2;
	font-weight: 200;
}

.intro-section .intro-holder {
	max-width: 790px;
	margin: 0 auto;
}

.home-page .intro-section .intro-holder {
	max-width: 900px;
}

.home-page .intro-section .intro-holder p{
	/*text-align: justify;*/
}

.intro-section h1 {
	font-size: 25px;
	line-height: 27px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px;
	letter-spacing: 2px;
}

.home-page .intro-section h1 {
	font-size: 31px;
	line-height: 33px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0 0 12px;
}

.post-section {
	padding: 5px 0 94px;
}

.post-section .post-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	overflow: hidden;
	margin: 0 -88px 96px;
}

.post-section .post-item {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 3px 6px;
}

.post-section .post-item a {
	display: block;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.post-section .post-item a:hover {
	opacity: .7;
}

.post-section img {
	vertical-align: top;
}

.load-more {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 88px;
	height: 88px;
	margin: 0 auto;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.load-more img {
	vertical-align: top;
}

.load-more:hover {
	opacity: .6;
}

.philosophy-section {
	padding: 119px 0 56px;
}

.philosophy-section .section-holder {
	margin: 0 auto;
	max-width: 1143px;
}

.philosophy-section .title-holder {
	color: #808285;
	font-size: 25px;
	line-height: 32px;
	padding: 0 0 59px;
}

.philosophy-section .title {
	float: left;
	margin: -6px 69px 0 0;
	max-width: 330px;
}

.philosophy-section h1 {
	font-size: 65px;
	line-height: 67px;
	font-weight: 300;
	color: #808285;
	margin: 0;
	letter-spacing: 1px;
}

.philosophy-section .info-holder {
	overflow: hidden;
	font-style: italic;
}

.philosophy-section .info-holder p {
	margin: 0;
}

.philosophy-section .columns {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	overflow: hidden;
	margin: 0 -21px 60px;
}

.philosophy-section .column {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: 3px;
	font-size: 15px;
	line-height: 21px;
	color: #6d6e71;
	padding: 0 21px 21px;
}

.philosophy-section .column p {
	margin: 0;
}

.philosophy-section .ttl {
	color: #231f20;
	display: block;
	font-size: 17px;
	line-height: 19px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.philosophy-section .brand-block {
	text-align: center;
}

.philosophy-section .top-block {
	margin: 0 0 70px;
}

.philosophy-section .top-block .image-holder {
	max-width: 595px;
	margin: 0 auto;
}

.philosophy-section h2 {
	font-size: 50px;
	line-height: 52px;
	font-weight: 300;
	color: #164e68;
	margin: 0 0 60px;
}

.philosophy-section .middle-block {
	margin: 0 0 63px;
}

.philosophy-section .middle-block h2 {
	margin: 0 0 59px;
}

.philosophy-section .image-block {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	overflow: hidden;
	margin: 0 -52px;
}

.philosophy-section .image-block .image-holder {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.philosophy-section .image-block .image-holder:first-child {
	padding: 55px 153px 0 0;
}

.philosophy-section .bottom-block {
	margin: 0 0 85px;
}

.philosophy-section .bottom-block h2 {
	margin: 0 0 77px;
}

.philosophy-section img {
	vertical-align: top;
}

.philosophy-section .text-block {
	text-align: center;
	font-size: 21px;
	line-height: 27px;
	color: #6d6e71;
	padding: 0 100px;
	word-spacing: 2px;
	overflow: hidden;
}

.philosophy-section h3 {
	text-transform: uppercase;
	color: #231f20;
	font-size: 30px;
	line-height: 32px;
	font-weight: 500;
	margin: 0 0 20px;
}

.philosophy-section p {
	margin: 0 0 10px;
}

.image-section {
	min-height: 975px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.history-section {
	min-height: 767px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 109px 0;
}

.history-section .section-holder {
	max-width: 1144px;
	margin: 0 auto;
}

.history-section h1 {
	color: #fff;
	margin: 0 0 173px;
	font-size: 65px;
	line-height: 67px;
	font-weight: 300;
}

.history-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	position: relative;
	z-index: 1;
	margin: 0 65px 0 48px;
}

.history-list:before {
	content: "";
	background: #c74a5c;
	height: 6px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 15px;
	right: 15px;
	z-index: -1;
}

.history-list .item {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	font-size: 35px;
	line-height: 37px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	position: relative;
}

.history-list .item.small .item-holder {
	width: 77px;
	height: 77px;
	font-size: 20px;
	line-height: 22px;
}

.history-list .item.item-01 {
	margin: 0 65px 0 0;
}

.history-list .item.item-02 {
	margin: 0 48px 0 0;
}

.history-list .item.item-03 {
	margin: 0 57px;
}

.history-list .item.item-04 {
	margin: 0 30px;
}

.history-list .item.item-05 {
	margin: 0 0 0 44px;
}

.history-list .item:hover .drop-down {
	opacity: 1;
	visibility: visible;
}

.history-list .decor {
	display: inline-block;
	vertical-align: middle;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	border: 9px solid #c74a5c;
}

.history-list .item-holder {
	width: 134px;
	height: 134px;
	border-radius: 50%;
	background: #c74a5c;
	position: relative;
	white-space: nowrap;
	cursor: pointer;
}

.history-list .item-holder:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin: 0 0 0 -5px;
	width: 1px;
	height: 100%;
}

.history-list .item-holder:after {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	border: 1px dashed #fff;
	border-radius: 50%;
}

.history-list .text-holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	position: relative;
	z-index: 5;
}

.history-list .drop-down {
	position: absolute;
	bottom: 100%;
	left: 15px;
	background: rgba(255, 255, 255, .8);
	color: #232020;
	font-size: 12px;
	line-height: 13px;
	font-weight: 400;
	border-radius: 8px 0 0 8px;
	padding: 20px 10px 24px 23px;
	width: 157px;
	text-align: left;
	margin: 0 0 56px;
	opacity: 0;
	visibility: hidden;
}

.history-list .drop-down:before {
	content: "";
	position: absolute;
	left: 100%;
	top: -2px;
	bottom: -2px;
	background: rgba(255, 255, 255, .8);
	width: 36px;
	border: solid #c74a5c;
	border-width: 4px 4px 4px 0;
	border-radius: 0 8px 8px 0;
	overflow: hidden;
}

.history-list .drop-down:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 19px;
	height: 60px;
	width: 140px;
	border: solid #c74a5c;
	border-width: 4px 0 0 4px;
	margin: -2px 0 0;
}

.history-list .drop-down.drop-down-alt {
	top: 100%;
	bottom: auto;
	left: 6px;
	margin: 56px 0 0;
	border-radius: 0 8px 8px 0;
	padding: 20px 23px 24px 10px;
}

.history-list .drop-down.drop-down-alt:before {
	right: 100%;
	left: auto;
	border-width: 4px 0 4px 4px;
	border-radius: 8px 0 0 8px;
}

.history-list .drop-down.drop-down-alt:after {
	content: "";
	bottom: 100%;
	top: auto;
	border-width: 0 4px 4px 0;
	margin: 0 0 -2px;
	width: 63px;
	left: 0;
}

.history-list p {
	margin: 0 0 5px;
}

.team-section {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-transform: capitalize;
	min-height: 476px;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	position: relative;
}

.team-section .content-wrap {
	height: 476px;
	white-space: nowrap;
	position: relative;
	z-index: 2;
	padding: 20px 125px;
}

.team-section .content-wrap:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin: 0 0 0 -5px;
	width: 1px;
	height: 100%;
}

.team-section .content-holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.team-section h1 {
	font-size: 65px;
	line-height: 67px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 33px;
}

.team-section p {
	margin: 0 0 15px;
}

.article-section {
	padding: 157px 0 92px;
}

.article-section .article-list {
	max-width: 1085px;
	margin: 0 auto;
}

.article-section .article-holder {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	overflow: hidden;
	margin: 0 -6px;
}

.article-section .article {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 6px 24px;
	color: #939598;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
}

.article-section img {
	vertical-align: top;
	margin: 0 0 12px;
}

.article-section .text-holder {
	overflow: hidden;
	text-align: right;
	padding: 0 24px 1px;
	letter-spacing: 1px;
}

.article-section p {
	margin: 0 0 5px;
}

.article-section .btn-holder {
	float: right;
	position: relative;
	padding: 8px 0 0;
}

.article-section .btn-holder.hover .tooltip {
	opacity: 1;
	visibility: visible;
}

.article-section .btn-holder.hover .btn-more {
	background: #00a8cb;
}

.article-section .tooltip {
	background: rgba(0, 168, 203, .9);
	color: #fff;
	font-size: 10px;
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 220px;
	text-align: left;
	padding: 20px;
	line-height: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s linear, visibility .2s linear;
	transition: opacity .2s linear, visibility .2s linear;
}

.article-section .tooltip p {
	margin: 0;
}

.about-section {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 900px;
	color: #fff;
	font-size: 15px;
	line-height: 29px;
	font-weight: 300;
	letter-spacing: 2px;
}

.about-section .content-wrap {
	height: 900px;
	white-space: nowrap;
	padding: 20px 178px;
}

.about-section .content-wrap:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	overflow: hidden;
	margin: 0 0 0 -5px;
}

.about-section .content-holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	max-width: 650px;
}

.about-section h1 {
	font-size: 40px;
	line-height: 47px;
	color: #c74a5d;
	max-width: 350px;
	text-transform: uppercase;
	margin: 0 0 59px;
	letter-spacing: 8px;
}

.company-section {
	/*padding: 68px 0 40px;*/
	padding: 130px 0 40px;
	text-align: center;
}

.company-section .company-holder {
	padding: 0 150px;
}

.company-section .company-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	overflow: hidden;
	/*margin: 0 -40px;*/
	margin: 0 -60px;
}

.company-section li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 25%;
	padding: 0 10px 68px;
}

.company-section a {
	height: 109px;
	white-space: nowrap;
}

.company-section a:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	height: 100%;
	overflow: hidden;
	margin: 0 0 0 -5px;
}

.company-section img {
	vertical-align: bottom;
	white-space: normal;
	display: inline-block;
}

.company-section .load-more {
	width: 89px;
	height: 88px;
}

.activity-section {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 824px;
	text-align: center;
	padding: 122px 0 0;
	font-size: 20px;
	line-height: 39px;
}

.activity-section h1 {
	font-size: 25px;
	line-height: 27px;
	/*margin: 0 0 80px;*/
	margin: 0 0 10px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.block-subtitle {
	font-size: 21px;
	font-weight: 200;
	line-height: 1.2;
	/*margin: 0 0 10px;*/
	margin: 0 0 70px;
	color: #fff;
	max-width: 1200px;
	display: inline-block;
}

.activity-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	color: #fff;
	position: relative;
}

.activity-list .item {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 17px;
	line-height: 18px;
	margin: 0 38px 0;
	padding: 0 0 78px;
}

.activity-list .item:hover .drop-down {
	opacity: 1;
	visibility: visible;
}

.activity-list .item:hover .item-holder {
	border-color: #9d9fa2;
}

.activity-list .item:hover .item-holder:before {
	opacity: 1;
	visibility: visible;
}

.activity-list .item-holder {
	width: 163px;
	height: 163px;
	border: 5px solid #c74a5d;
	border-radius: 50%;
	z-index: 1;
	cursor: pointer;
	position: relative;
}

.activity-list .item-holder:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	z-index: -1;
	background: #00a8cb;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s linear, visibility .2s linear;
	transition: opacity .2s linear, visibility .2s linear;
}

.activity-list .item-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 1px;
	height: 100%;
	margin: 0 0 0 -5px;
}

.activity-list .text-holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	position: relative;
	z-index: 2;
	max-width: 120px;
	/*max-width: 80px;*/
}

.activity-list p {
	margin: 0;
}

@media (min-width: 1024px) {

	.activity-list p {
	margin: 0;
	font-size: 17px;
	}
}

.activity-list .drop-down {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	font-size: 15px;
	line-height: 29px;
	font-weight: 400;
	color: #bcbec0;
	width: 880px;
	text-align: left;
	letter-spacing: 2px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.masonry-section {
	padding: 4px 4px 0 4px;
	overflow: hidden;
	position: relative;
}

.masonry-section .masonry-slider {
	height: 898px;
	overflow: hidden;
}

.masonry-section .item {
	/*max-height: 297px;*/
	overflow: hidden;
	float: left;
	margin-right: 4px;
}

.masonry-section .item a {
	display: block;
}

.masonry-section img {
	display: block;
	width: 100%;
	height: auto;
	z-index:5;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.masonry-section a span { 
	display:block;
	background-image:url(images/more.png);
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	right:15px;
	bottom:15px;
	z-index:10;
	-webkit-transform: translate3d(0px, 0px, 0px);
}


.intro-section-secondary {
	padding: 54px 0 36px;
	font-size: 18px;
	line-height: 34px;
	background: #232223;
	text-align: center;
	color: #fff;
}

.intro-section-secondary .intro-holder {
	max-width: 725px;
	margin: 0 auto;
}

.intro-section-secondary h1 {
	font-size: 31px;
	line-height: 33px;
	font-weight: 600;
	letter-spacing: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #fff;
}

.intro-section-secondary p {
	margin: 0 0 10px;
}

.post-wrap {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
	color: #3c3c3c;
	padding: 110px 0 0;
	letter-spacing: 3px;
}

.post-wrap.project-02 {
	padding: 123px 0 0;
}

.post-wrap.project-02 .caption {
	font-size: 19px;
	line-height: 32px;
	letter-spacing: normal;
	text-align: left;
	margin: 0 0 0 53px;
	letter-spacing: 1px;
	max-width: 430px;
}

.post-wrap.project-02 p {
	margin: 0 !important;
}

.post-wrap .top-block {
	max-width: 1598px;
	padding: 0 200px;
	margin: 0 auto 111px;
}

.post-wrap .top-block p {
	margin: 0 0 10px !important;
}

.post-wrap .caption {
	text-align: center;
	max-width: 950px;
	margin: 0 auto 103px;
	overflow: hidden;
}

.post-wrap .bottom-block {
	max-width: 1072px;
	margin: 0 auto 218px;
	padding: 0 20px;
}

.post-wrap .bottom-block img {
	margin: 0 0 88px !important;
}

.post-wrap p {
	margin: 0 0 84px !important;
}

.post-wrap img {
	vertical-align: top;
}

.post-wrap .video-holder {
	padding: 80px 0 0;
}

.post-wrap .video-holder p {
	margin: 0 !important;
}

.post-wrap .images-post {
	margin: 0 -3px;
	overflow: hidden;
}

.post-wrap .item {
	float: left;
	padding: 3px;
	width: 33%;
}

.post-wrap .item.small {
	width: 20%;
}

.post-wrap .item.large {
	width: 40%;
}

.post-wrap .item a {
	display: block;
}

.post-wrap .item img {
	display: block;
	width: 100%;
	height: auto;
}

.post-wrap .post-row-holder {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	max-width: 1432px;
	margin: 0 auto;
	padding: 13px 20px 0 380px;
}

.post-wrap .post-row {
	margin: 0 0 73px;
}

.post-wrap .post-col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	letter-spacing: normal;
	font-size: 19px;
	line-height: 31px;
}

.post-wrap .post-col.post-col-text {
	vertical-align: bottom;
	padding: 0 70px 0 47px;
	letter-spacing: 1px;
	max-width: none !important;
}

.post-wrap .image-holder {
	margin: 0 0 22px !important;
}

.post-wrap .vc_col-sm-12 {
	padding: 0 !important;
}

.post-wrap .project-02 .caption {
	font-size: 19px;
	line-height: 32px;
	letter-spacing: normal;
	text-align: left;
	margin: 0 0 0 53px;
	letter-spacing: 1px;
	max-width: 430px;
}

.post-wrap .project-02 p {
	margin: 0 !important;
}

.post-wrap .project-02 .wpb_content_element {
	margin-bottom: 0 !important;
}

.post-wrap .project-02 .image-holder {
	margin: 0 0 22px !important;
}

.post-wrap .top-block .wpb_content_element.caption {
	margin: 0 auto 103px !important;
}

.post-wrap .bottom-block .wpb_content_element {
	margin-bottom: 0 !important;
}

.post-wrap .images-post .wpb_content_element {
	margin-bottom: 0 !important;
}

.post-wrap .images-post .wpb_single_image .vc_single_image-wrapper {
	display: block !important;
	max-height: none !important;
}

.post-wrap .wpb_single_image.vc_align_right {
	text-align: left !important;
}

.navigation-section {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	padding: 100px 0 80px;
}

.navigation-section .navigation-post {
	text-align: center;
	text-transform: uppercase;
	padding: 0 114px;
}

.navigation-section a {
	display: block;
	color: #231f20;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.navigation-section a:hover {
	opacity: .6;
}

.navigation-section img {
	vertical-align: top;
	width: 88px;
	height: 88px;
	margin: 0 auto 34px;
}

.navigation-section .text-holder {
	display: block;
}

.navigation-section .btn-prev {
	float: left;
}

.navigation-section .btn-next {
	float: right;
}

.navigation-section .btn-next a:before {
	background-position: 0 -481px;
}

.navigation-section .btn-nav {
	display: inline-block;
	vertical-align: top;
}

.navigation-section .btn-nav a:before {
	width: 84px;
	height: 88px;
	background-position: 0 -378px;
}

.town-section .town-image {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 331px;
}

.town-section .town-text-block {
	font-size: 17px;
	line-height: 19px;
	font-weight: 300;
	color: #808285;
	padding: 57px 0 59px;
}

.town-section .town-text-block-inner {
	padding: 0 221px;
}

.town-section h1 {
	font-size: 25px;
	line-height: 27px;
	font-weight: 700;
	color: #414042;
	margin: 0 0 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.town-section p {
	margin: 0 0 6px;
}

.town-section .contact-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	color: #808285;
}

.town-section .contact-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 17px;
	line-height: 19px;
	padding: 0 15px 0 0;
}

.town-section .contact-list li:last-of-type {
	padding: 0;
}

.town-section .contact-list a {
	color: #808285;
}

.info-section {
	background: #c74a5d;
	border-top: 5px solid #fff;
}

.info-section .container {
	min-height: 413px;
}

.info-section .text-block {
	min-height: 644px;
	max-width: 646px;
	background: #59595c;
	padding: 49px 80px 61px 73px;
	letter-spacing: 1px;
	font-size: 21px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 5;
	margin: -231px 0 0 164px;
}

.info-section h1 {
	letter-spacing: normal;
	max-width: 300px;
	margin: 0 0 89px;
	font-size: 34px;
	line-height: 35px;
	font-weight: 400;
	color: #00a8cb;
}

.info-section p {
	margin: 0 0 5px;
}

.main-section {
	padding: 146px 0 130px;
}

.list-info {
	padding: 0 60px;
	overflow: hidden;
}

.list-info .item {
	float: left;
	letter-spacing: 1px;
	height: auto;
	font-size: 19px;
	line-height: 25px;
	color: #111;
	padding: 0 40px 27px;
	width: 30%;
	font-weight: 200;
}

.list-info .item.right-item:before {
	display: none;
}

.list-info .item:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -9999px;
	right: 0;
	width: 1px;
	background: #acacac;
}

.list-info .number-holder {
	padding: 0 0 16px;
	margin: 0 0 33px;
	border-bottom: 1px solid #acacac;
}

.list-info .number {
	display: block;
	font-size: 51px;
	line-height: 53px;
	font-weight: 300;
	color: #00a8cb;
}

.list-info .title {
	font-size: 23px;
	font-weight: 400;
	line-height: 25px;
	color: #414042;
	display: block;
	margin: 0 0 15px;
}

.list-info p {
	margin: 0 0 15px;
}

.list-info .image-holder {
	letter-spacing: normal;
}

.list-info img {
	vertical-align: top;
	margin: 0 2px 2px 0;
}

.list-info ul {
	margin: 0 0 28px;
}

.list-info ul li {
	position: relative;
	padding: 0 0 0 45px;
}

.list-info ul li:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 1px;
	width: 7px;
	height: 7px;
	background: #93979a;
	border-radius: 50%;
}

.cbottom	{
	padding: 80px 0 15px 0;
	color: #fff;
	font-size: 21px;
}

.subtexta {
	font-style: italic;
}

@media (min-width: 1024px) {
	.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: 1570px) {
	.visual-section.visual-project {
		min-height: 738px;
	}

	.visual-section.visual-project .content-wrap {
		height: 738px;
	}

	.visual-section.visual-project h1 {
		font-size: 53px;
		line-height: 55px;
	}

	.contact-section {
		padding: 130px 0 120px;
	}

	.contact-section:before {
		left: 80px;
	}

	.blank-section {
		padding: 47px 0 120px;
	}

	.blank-section:before {
		left: 80px;
	}

	.home-page .blockquote-section {
		padding: 68px 0 69px;
	}

	.post-section .post-list {
		margin: 0 -3px 80px;
	}

	.philosophy-section .image-block {
		margin: 0;
	}

	.history-list {
		max-width: 920px;
		margin: 0 auto;
		display: block;
	}

	.history-list .item.item-01 {
		margin: 0 40px 0 0;
	}

	.history-list .item.item-02 {
		margin: 0 40px 0 0;
	}

	.history-list .item.item-03 {
		margin: 0 30px;
	}

	.history-list .item.item-04 {
		margin: 0 30px;
	}

	.history-list .item.item-05 {
		margin: 0 0 0 30px;
	}

	.article-section {
		padding: 100px 0 50px;
	}

	.about-section {
		min-height: 600px;
	}

	.about-section .content-wrap {
		height: 600px;
	}

	.company-section .company-holder {
		padding: 0 50px;
	}

	.activity-section {
		padding: 50px 0 0;
		min-height: 600px;
	}

	.activity-list .item {
		margin: 0 20px 0;
		padding: 0 0 20px;
	}

	.activity-list .item-holder {
		width: 150px;
		height: 150px;
	}

	.post-wrap {
		padding: 60px 0 0;
		line-height: 30px;
		letter-spacing: normal;
	}

	.post-wrap.project-02 {
		padding: 60px 0 0;
	}

	.post-wrap .top-block {
		margin: 0 auto 50px;
	}

	.post-wrap .caption {
		margin: 0 0 40px;
	}

	.post-wrap .bottom-block {
		margin: 0 auto 50px;
	}

	.post-wrap .bottom-block img {
		margin: 0 0 60px !important;
	}

	.post-wrap p {
		margin: 0 0 30px !important;
	}

	.post-wrap .video-holder {
		padding: 30px 0 0;
	}

	.post-wrap .post-row-holder {
		padding: 0 20px 0 80px;
	}

	.post-wrap .post-row {
		margin: 0 0 60px;
	}

	.post-wrap .top-block .wpb_content_element.caption {
		margin-bottom: 40px !important;
	}

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

	.navigation-section .navigation-post {
		padding: 0 60px;
	}

	.navigation-section img {
		margin: 0 auto 20px;
	}

	.list-info {
		padding: 0 30px;
	}
}

@media (max-width: 1023px) {
	th,
	td {
		padding: .4em;
	}

	#content {
		width: 65%;
	}

	#sidebar {
		width: 30%;
	}

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

	#header {
		padding: 20px 0;
	}

	#nav {
		padding: 0;
	}

	.nav-active .nav-drop > ul {
		padding: 15px 0 10px;
	}

	.nav-drop {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		overflow: hidden;
		z-index: 999;
		max-height: 0;
		-webkit-transition: max-height .2s linear;
		transition: max-height .2s linear;
	}

	.nav-drop > ul {
		float: none;
		background: #d2d3d5;
		font-size: 17px;
		line-height: 19px;
		text-align: center;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .2s linear;
		transition: transform .2s linear;
		overflow: hidden;
	}

	.nav-drop > ul > li {
		padding: 0;
		margin: 0 0 3px;
		float: none;
	}

	.nav-drop > ul > li:first-child {
		margin: 0 0 3px;
	}

	.nav-drop > ul > li > a {
		display: block;
		padding: 6px;
	}

	.nav-drop > ul > li.active > a,
	.nav-drop > ul > li.hover > a {
		color: #fff;
		background: #00a8cb;
	}

	.nav-drop > ul > li.hover .nav-drop-down {
		padding: 10px 0;
	}

	.nav-drop .nav-drop-down {
		position: static;
		top: auto;
		left: auto;
		background: #232223;
		font-size: 16px;
		line-height: 18px;
		-webkit-transition: none;
		transition: none;
	}

	.nav-drop .nav-drop-down a {
		background: none;
		padding: 5px;
		border-radius: 0;
	}

	.nav-opener {
		display: block;
	}

	.visual-section {
		height: 400px;
	}

	.fullimage-page .visual-section{
		height: 600px;
	}

	.home-page .visual-section {
		height: 400px;
	}

	.home-page .visual-section h1 {
		/*font-size: 38px;
		line-height: 40px;*/
		font-size: 60px;
		line-height: 62px;
	}

	.visual-section.visual-work h1 {
		font-size: 38px;
		line-height: 40px;
	}

	.visual-section.visual-project {
		min-height: 400px;
	}

	.visual-section.visual-project .content-wrap {
		height: 400px;
	}

	.visual-section.visual-project h1 {
		font-size: 38px;
		line-height: 40px;
	}

	.contact-page .visual-section {
		height: 400px;
	}

	.contact-page .visual-section h1 {
		font-size: 38px;
		line-height: 40px;
		margin: 0 0 10px;
		letter-spacing: normal;
	}

	.contact-page .visual-section .content-wrap {
		height: 400px;
	}

	.expertise-page .visual-section {
		height: 400px;
	}

	.expertise-page .visual-section .content-wrap {
		height: 400px;
	}

	.expertise-page .visual-section h1 {
		font-size: 38px;
		line-height: 40px;
		margin: 0 0 10px;
	}

	.visual-section .content-wrap {
		height: 400px;
	}

	.visual-section .content-holder {
		font-size: 18px;
		line-height: 20px;
	}

	.visual-section h1 {
		font-size: 38px;
		line-height: 40px;
		margin: 0 0 10px;
	}

	.contact-section {
		padding: 90px 0;
		font-size: 24px;
		line-height: 32px;
	}

	.contact-section:before {
		left: 60px;
	}

	.contact-section .contact-holder {
		padding: 0;
	}

	.contact-section .title {
		padding: 0 50px 0 0;
		max-width: 280px;
	}
	.blank-section {
		padding: 90px 0;
		font-size: 24px;
		line-height: 32px;
	}

	.blank-section:before {
		left: 60px;
	}

	.blank-section .blank-holder {
		padding: 0;
	}

	.blank-section .title {
		padding: 0 50px 0 0;
		max-width: 280px;
	}


	.map-section {
		height: 350px;
	}

	.blockquote-section {
		padding: 40px 0;
	}

	.home-page .blockquote-section {
		padding: 40px 0;
	}

	.blockquote-section blockquote {
		padding: 0 0 0 50px;
	}

	.home-page .blockquote-section blockquote {
		padding: 0 0 0 50px;
		font-size: 29px;
		line-height: 35px;
	}

	.contact-page .blockquote-section blockquote,
	.expertise-page .blockquote-section blockquote {
		padding: 0 0 0 50px;
		font-size: 29px;
		line-height: 35px;
	}

	.home-page .blockquote-section blockquote q {
		margin: 0 0 15px;
	}

	.home-page .blockquote-section blockquote cite {
		font-size: 15px;
		line-height: 17px;
		padding: 0 12px 0 0;
	}

	.home-page .intro-section {
		padding: 48px 0 30px;
		font-size: 15px;
		line-height: 25px;
	}

	.home-page .intro-section h1 {
		font-size: 25px;
		line-height: 27px;
		margin: 0 0 10px;
	}

	.post-section {
		padding: 5px 0 30px;
	}

	.post-section .post-list {
		margin: 0 -3px 30px;
	}

	.load-more {
		width: 60px;
		height: 60px;
	}

	.philosophy-section {
		padding: 50px 0;
	}

	.philosophy-section .title-holder {
		padding: 0 0 40px;
	}

	.philosophy-section .title {
		margin: 0 30px 0 0;
	}

	.philosophy-section .columns {
		margin: 0 -15px 50px;
	}

	.philosophy-section .column {
		padding: 0 15px 15px;
	}

	.philosophy-section .top-block {
		margin: 0 0 60px;
	}

	.philosophy-section h2 {
		font-size: 40px;
		line-height: 42px;
		margin: 0 0 50px;
	}

	.philosophy-section .middle-block {
		margin: 0 0 60px;
	}

	.philosophy-section .middle-block h2 {
		margin: 0 0 50px;
	}

	.philosophy-section .image-block .image-holder:first-child {
		padding: 30px 100px 0 0;
	}

	.philosophy-section .bottom-block {
		margin: 0 0 60px;
	}

	.philosophy-section .bottom-block h2 {
		margin: 0 0 50px;
	}

	.philosophy-section .text-block {
		padding: 0 30px;
		font-size: 20px;
		line-height: 25px;
	}

	.image-section {
		background-position: 0 50%;
		min-height: 400px;
	}

	.history-section {
		padding: 50px 0;
		min-height: 0;
	}

	.history-section h1 {
		margin: 0 0 50px 20px;
	}

	.history-list {
		margin: 0 0 0 90px;
		max-width: 134px;
	}

	.history-list:before {
		height: auto;
		width: 13px;
		top: 10px;
		bottom: 10px;
		left: 50%;
		right: auto;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.history-list .item {
		display: block;
	}

	.history-list .item.item-01 {
		margin: 0 0 25px;
	}

	.history-list .item.item-02 {
		margin: 0 0 25px;
	}

	.history-list .item.item-03 {
		margin: 0 0 25px;
	}

	.history-list .item.item-04 {
		margin: 0 0 25px;
	}

	.history-list .item.item-05 {
		margin: 0;
	}

	.history-list .decor {
		display: block;
		margin: 0 auto 30px;
	}

	.history-list .item-holder {
		margin: 0 auto;
	}

	.history-list .drop-down {
		margin: 0 0 0 20px;
		bottom: auto;
		top: 10px;
		left: 100%;
		font-size: 17px;
		line-height: 19px;
		width: 300px;
		padding: 15px;
		border-radius: 8px;
	}

	.history-list .drop-down:before {
		display: none;
	}

	.history-list .drop-down:after {
		display: none;
	}

	.history-list .drop-down.drop-down-alt {
		margin: 0 0 0 20px;
		bottom: auto;
		top: 10px;
		left: 100%;
		border-radius: 8px;
		padding: 15px;
	}

	.team-section {
		min-height: 400px;
	}

	.team-section .content-wrap {
		padding: 20px 30px;
		height: 400px;
	}

	.team-section h1 {
		margin: 0 0 25px;
	}

	.article-section {
		padding: 50px 0 30px;
	}

	.article-section .article-holder {
		margin: 0 -5px;
	}

	.article-section .article {
		width: 33.33%;
		padding: 0 5px 20px;
	}

	.about-section {
		min-height: 400px;
	}

	.about-section .content-wrap {
		padding: 20px 30px;
		height: 400px;
	}

	.about-section h1 {
		margin: 0 0 25px;
		letter-spacing: 5px;
	}

	.company-section {
		padding: 10px 0 25px;
	}

	.company-section .company-holder {
		padding: 0;
	}

	.company-section .company-list {
		margin: 0 0 15px;
	}

	.company-section li {
		width: 33.33%;
		padding: 0 10px 20px;
	}

	.company-section .load-more {
		width: 60px;
		height: 60px;
	}

	.activity-section {
		padding: 50px 0 0;
		min-height: 500px;
	}

	.activity-section h1 {
		margin: 0 0 50px;
	}

	.activity-list .item-holder {
		width: 100px;
		height: 100px;
		border-width: 3px;
	}

	.activity-list .text-holder {
		/*font-size: 13px;*/
		font-size: 11px;
	}

	.activity-list .drop-down {
		width: 600px;
	}

	.masonry-section .masonry-slider {
		height: auto;
	}

	.masonry-section .item {
		max-height: none;
		width: 49%;
		margin: 0 4px 4px 0;
	}

	.intro-section-secondary {
		padding: 48px 0 30px;
		font-size: 15px;
		line-height: 25px;
	}

	.intro-section-secondary h1 {
		font-size: 25px;
		line-height: 27px;
	}

	.post-wrap {
		font-size: 16px;
		line-height: 22px;
		padding: 30px 0 0;
	}

	.post-wrap.project-02 {
		padding: 30px 0 0;
	}

	.post-wrap.project-02 .caption {
		font-size: 16px;
		line-height: 22px;
	}

	.post-wrap .top-block {
		margin: 0 auto 40px;
	}

	.post-wrap .top-block p {
		margin: 0 0 5px !important;
	}

	.post-wrap .caption {
		margin: 0 0 10px;
	}

	.post-wrap .bottom-block img {
		margin: 0 0 30px !important;
	}

	.post-wrap p {
		margin: 0 0 15px !important;
	}

	.post-wrap .item {
		width: 49% !important;
	}

	.post-wrap .post-row-holder {
		padding: 0 20px;
	}

	.post-wrap .post-row {
		margin: 0 0 30px;
	}

	.post-wrap .post-col.post-col-text {
		padding: 0 20px;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: normal;
	}

	.post-wrap .project-02 .caption {
		font-size: 16px;
		line-height: 22px;
	}

	.post-wrap .top-block .wpb_content_element.caption {
		margin-bottom: 10px !important;
	}

	.navigation-section {
		font-size: 12px;
		line-height: 14px;
		padding: 40px 0;
	}

	.navigation-section .navigation-post {
		padding: 0;
	}

	.navigation-section img {
		width: 50px;
		height: 50px;
		margin: 0 auto 10px;
	}

	.town-section .town-image {
		height: 300px;
	}

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

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

	.info-section .container {
		min-height: 0;
	}

	.info-section .text-block {
		padding: 25px;
		margin: 0;
		min-height: 0;
		font-size: 18px;
		line-height: 22px;
	}

	.info-section h1 {
		margin: 0;
		max-width: none;
		font-size: 25px;
		line-height: 27px;
		margin: 0 0 15px;
	}

	.main-section {
		padding: 50px 0 40px;
	}

	.list-info {
		padding: 0 20px;
	}

	.list-info .item {
		width: 47%;
		padding: 0 20px 20px;
		font-size: 16px;
		line-height: 20px;
	}

	.list-info .number-holder {
		padding: 0 0 10px;
		margin: 0 0 10px;
	}

	.list-info .number {
		font-size: 35px;
		line-height: 37px;
	}

	.list-info .title {
		margin: 0 0 10px;
	}

	.list-info p {
		margin: 0 0 10px;
	}

	.list-info img {
		max-width: 100px;
	}

	.list-info ul li:before {
		top: 7px;
	}
}

@media (max-width: 1023px) and (max-width: 767px) {
	.history-list .drop-down.drop-down-alt {
		padding: 10px;
		margin: 0 0 0 10px;
	}
}

@media (max-width: 767px) {
	blockquote {
		font-size: 22px;
		line-height: 26px;
	}

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

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

	.comment-form textarea,
	.comment-form input[type="text"] {
		width: 100%;
	}

	.cbottom	{
	padding: 0 0 15px 0;
	color: #fff;
	font-size: 12px;
	font-weight: 200;
	}

	.navigation .page-numbers {
		padding: 0 .2em;
	}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6,
	.h {
		margin: 0 0 .2em;
	}

	p {
		margin: 0 0 10px;
	}

	.container {
		padding: 0 15px;
	}

	.logo {
		width: 200px;
		padding: 6px 0 0;
	}

	.nav-active .nav-drop > ul {
		padding: 10px 0 5px;
	}

	.nav-drop > ul {
		font-size: 16px;
		line-height: 18px;
	}

	.nav-drop > ul > li > a {
		padding: 5px;
	}

	.nav-drop > ul > li.hover .nav-drop-down {
		padding: 5px 0;
	}

	.nav-drop .nav-drop-down {
		font-size: 14px;
		line-height: 16px;
	}

	.visual-section {
		height: 300px;
	}
	
	.fullimage-page .visual-section {
		height: 500px;
		background-position: 80% 20%;
	}

	.home-page .visual-section {
		height: 300px;
	}

	.home-page .visual-section h1 {
		/*font-size: 25px;
		line-height: 27px;*/
		font-size: 32px;
		line-height: 34px;
	}

	.visual-section.visual-work h1 {
		font-size: 25px;
		line-height: 27px;
	}

	.visual-section.visual-project {
		min-height: 300px;
	}

	.visual-section.visual-project .content-wrap {
		height: 300px;
	}

	.visual-section.visual-project h1 {
		font-size: 25px;
		line-height: 27px;
	}

	.contact-page .visual-section {
		height: 300px;
	}

	.contact-page .visual-section h1 {
		font-size: 25px;
		line-height: 27px;
	}

	.contact-page .visual-section .content-wrap {
		height: 300px;
	}

	.expertise-page .visual-section {
		height: 300px;
	}

	.expertise-page .visual-section .content-wrap {
		height: 300px;
		padding: 0 0 100px;
	}

	.expertise-page .visual-section h1 {
		font-size: 25px;
		line-height: 27px;
	}

	.visual-section .content-wrap {
		height: 300px;
	}

	.visual-section .content-holder {
		font-size: 14px;
		line-height: 18px;
	}

	.visual-section h1 {
		font-size: 25px;
		line-height: 27px;
	}

	.contact-section {
		font-size: 16px;
		line-height: 18px;
		padding: 25px 0;
	}

	.contact-section:before {
		height: 0;
		width: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #fff;
		left: 30px;
	}

	.contact-section .title {
		float: none;
		padding: 0;
		max-width: none;
	}

	.contact-section h1 {
		font-size: 32px;
		line-height: 34px;
		text-align: center;
		margin: 0 0 10px;
	}

	.blank-section {
		font-size: 16px;
		line-height: 18px;
		padding: 25px 0;
	}

	.blank-section:before {
		height: 0;
		width: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #fff;
		left: 30px;
	}

	.blank-section .title {
		float: none;
		padding: 0;
		max-width: none;
	}

	.blank-section h1 {
		font-size: 32px;
		line-height: 34px;
		text-align: center;
		margin: 0 0 10px;
	}

	.contact-section .contact-info {
		overflow: visible;
	}

	.contact-section .tel {
		margin: 8px 0 0;
	}

	.map-section {
		height: 300px;
	}

	.blockquote-section {
		padding: 25px 0;
	}

	.home-page .blockquote-section {
		padding: 25px 0;
	}

	.blockquote-section blockquote {
		padding: 0;
		max-width: none;
	}

	.home-page .blockquote-section blockquote {
		padding: 0;
		max-width: none;
		font-size: 22px;
		line-height: 26px;
	}

	.contact-page .blockquote-section blockquote,
	.expertise-page .blockquote-section blockquote {
		padding: 0;
		max-width: none;
		font-size: 22px;
		line-height: 26px;
	}

	.blockquote-section blockquote q {
		margin: 0 0 10px;
	}

	.home-page .blockquote-section blockquote q {
		margin: 0 0 10px;
	}

	.blockquote-section blockquote cite {
		padding: 0;
	}

	.home-page .blockquote-section blockquote cite {
		padding: 0;
	}

	.intro-section {
		padding: 25px 0 15px;
		line-height: 20px;
	}

	.home-page .intro-section {
		padding: 25px 0 15px;
		line-height: 20px;
	}

	.intro-section h1 {
		font-size: 20px;
		line-height: 22px;
		letter-spacing: normal;
	}

	.home-page .intro-section h1 {
		font-size: 20px;
		line-height: 22px;
	}

	.post-section {
		padding: 5px 0 20px;
	}

	.post-section .post-list {
		margin: 0 0 20px;
	}

	.post-section .post-item {
		width: 100%;
		display: block;
		max-width: 320px;
		padding: 0 0 5px;
		margin: 0 auto;
	}

	.load-more {
		width: 40px;
		height: 40px;
	}

	.philosophy-section {
		padding: 25px 0 20px;
	}

	.philosophy-section .title-holder {
		font-size: 16px;
		line-height: 18px;
		padding: 0 0 20px;
	}

	.philosophy-section .title {
		margin: 0 0 10px;
		float: none;
		max-width: none;
	}

	.philosophy-section h1 {
		font-size: 32px;
		line-height: 34px;
		text-align: center;
	}

	.philosophy-section .info-holder {
		overflow: visible;
		text-align: center;
	}

	.philosophy-section .columns {
		margin: 0 0 20px;
	}

	.philosophy-section .column {
		width: 100%;
		padding: 0 0 20px;
		margin: 0 auto;
		display: block;
		font-size: 14px;
		line-height: 17px;
	}

	.philosophy-section .ttl {
		text-align: center;
		margin: 0 0 10px;
	}

	.philosophy-section .top-block {
		margin: 0 0 30px;
	}

	.philosophy-section .top-block .image-holder {
		max-width: 290px;
	}

	.philosophy-section h2 {
		font-size: 25px;
		line-height: 27px;
		margin: 0 0 20px;
	}

	.philosophy-section .middle-block {
		margin: 0 0 10px;
	}

	.philosophy-section .middle-block h2 {
		margin: 0 0 30px;
	}

	.philosophy-section .image-block .image-holder {
		width: 100%;
		display: block;
		max-width: 200px;
		margin: 0 auto 20px;
	}

	.philosophy-section .image-block .image-holder:first-child {
		padding: 0;
	}

	.philosophy-section .bottom-block {
		margin: 0 0 30px;
	}

	.philosophy-section .bottom-block h2 {
		margin: 0 0 20px;
	}

	.philosophy-section .bottom-block .image-holder {
		width: 100%;
		display: block;
		max-width: 200px;
		margin: 0 auto 20px;
	}

	.philosophy-section .text-block {
		font-size: 14px;
		line-height: 18px;
		padding: 0;
	}

	.philosophy-section h3 {
		font-size: 20px;
		line-height: 22px;
	}

	.history-section h1 {
		font-size: 32px;
		line-height: 34px;
		margin: 0 0 20px 5px;
	}

	.history-list {
		max-width: 80px;
		margin: 0 0 0 10px;
	}

	.history-list .item {
		font-size: 16px;
		line-height: 18px;
	}

	.history-list .item.small .item-holder {
		font-size: 14px;
		line-height: 16px;
		width: 70px;
		height: 70px;
	}

	.history-list .item-holder {
		width: 80px;
		height: 80px;
	}

	.history-list .drop-down {
		font-size: 12px;
		line-height: 14px;
		width: 190px;
		margin: 0 0 0 10px;
		padding: 10px;
	}

	.team-section {
		font-size: 14px;
		line-height: 17px;
		min-height: 300px;
	}

	.team-section .content-wrap {
		height: 300px;
		padding: 10px;
	}

	.team-section h1 {
		font-size: 32px;
		line-height: 34px;
		margin: 0 0 20px;
	}

	.team-section p {
		margin: 0 0 10px;
	}

	.article-section {
		padding: 25px 0 10px;
	}

	.article-section .article-holder {
		margin: 0;
	}

	.article-section .article {
		width: 100%;
		max-width: 260px;
		padding: 0;
		margin: 0 auto 20px;
		display: block;
		line-height: 17px;
	}

	.article-section .text-holder {
		padding: 0;
		letter-spacing: normal;
	}

	.about-section {
		font-size: 14px;
		line-height: 17px;
		min-height: 300px;
	}

	.about-section .content-wrap {
		height: 300px;
		padding: 10px;
	}

	.about-section h1 {
		font-size: 32px;
		line-height: 34px;
		margin: 0 0 20px;
		letter-spacing: normal;
	}

	.company-section li {
		width: 50%;
	}

	.company-section a {
		height: 80px;
	}

	.company-section .load-more {
		width: 40px;
		height: 40px;
	}

	.activity-section {
		min-height: 0;
		padding: 30px 0 10px;
	}

	.activity-section h1 {
		margin: 0 0 20px;
		font-size: 20px;
		line-height: 22px;
	}

	.block-subtitle {
    font-size: 11px;
    display: inline-block;
	}

	.activity-list {
		position: static;
	}

	.activity-list .item {
		padding: 0;
		font-size: 12px;
		line-height: 14px;
		display: block;
		position: relative;
		max-width: 80px;
		margin: 0 0 20px;
	}

	.activity-list .item-holder {
		/*width: 80px;
		height: 80px;*/
		width: 95px;
		height: 95px;
		border-width: 2px;
	}

	.activity-list .text-holder {
		max-width: 80px;
		/*max-width: 50px;*/
	}

	.activity-list .drop-down {
		font-size: 10px;
		line-height: 14px;
		background: #00a8cb;
		padding: 10px;
		color: #fff;
		top: 0;
		/*margin: 0 0 0 10px;*/
		margin: 0 0 0 20px;
		left: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 200px;
	}

	.activity-list .drop-down.drop-down-alt {
		top: auto;
		bottom: 0;
	}

	.masonry-section {
		padding: 4px;
	}

	.masonry-section .masonry-slider {
		height: 300px !important;
		overflow: auto;
	}

	.masonry-section .item {
		width: 100%;
	}

	.intro-section-secondary {
		padding: 25px 0 15px;
		line-height: 20px;
	}

	.intro-section-secondary h1 {
		font-size: 20px;
		line-height: 22px;
	}

	.post-wrap {
		font-size: 13px;
		line-height: 20px;
	}

	.post-wrap.project-02 .caption {
		font-size: 13px;
		line-height: 20px;
		margin: 0;
		letter-spacing: normal;
		text-align: center;
		max-width: none;
	}

	.post-wrap .top-block {
		padding: 0 15px;
		margin: 0 auto 20px;
	}

	.post-wrap .bottom-block {
		padding: 0 15px;
		margin: 0 auto 20px;
	}

	.post-wrap .bottom-block img {
		margin: 0 0 20px !important;
	}

	.post-wrap p {
		margin: 0 0 10px !important;
	}

	.post-wrap .video-holder {
		padding: 20px 0 0;
	}

	.post-wrap .item {
		width: 100% !important;
	}

	.post-wrap .post-row-holder {
		padding: 0 15px;
	}

	.post-wrap .post-col {
		width: 100%;
		display: block;
		max-width: 290px;
		margin: 0 auto 20px !important;
	}

	.post-wrap .post-col.post-col-text {
		font-size: 13px;
		line-height: 20px;
	}

	.post-wrap .project-02 .caption {
		font-size: 13px;
		line-height: 20px;
		margin: 0;
		letter-spacing: normal;
		text-align: center;
		max-width: none;
	}

	.post-wrap .project-02 .wpb_content_element.post-col-text {
		margin: 0 auto 20px !important;
	}

	.post-wrap .project-02 .post-col {
		margin-bottom: 20px !important;
	}

	.post-wrap .project-02 .post-col:last-child {
		margin-bottom: 0 !important;
	}

	.navigation-section {
		font-size: 10px;
		line-height: 12px;
		padding: 20px 0;
	}

	.navigation-section img {
		width: 30px;
		height: 30px;
		margin-bottom: 0;
	}

	.navigation-section .text-holder {
		display: none;
	}

	.town-section .town-image {
		height: 250px;
	}

	.town-section .town-text-block {
		padding: 30px 0;
	}

	.town-section .town-text-block-inner {
		padding: 0;
	}

	.town-section h1 {
		text-align: center;
		letter-spacing: normal;
	}

	.info-section .text-block {
		padding: 15px 15px 10px;
		font-size: 14px;
		line-height: 18px;
	}

	.info-section h1 {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 10px;
	}

	.list-info {
		max-width: 290px;
		margin: 0 auto;
		padding: 0;
	}

	.list-info .item {
		display: block;
		width: 100%;
		padding: 0 0 20px;
		font-size: 14px;
		line-height: 18px;
	}

	.list-info .item:before {
		display: none;
	}
}


.vc_custom_1466946366529 {
    padding-bottom: 50px !important;
}

.vc_custom_1466950016131 {
	margin: 0 18%;
}