@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

p,
pre {
	margin: 1em 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

menu,
ol,
ul {
	padding: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type='search'] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

a {
	color: #2e725b;
	text-decoration: none;
}

a:hover {
	color: #2e725b;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

@-webkit-keyframes rise25 {
	0% {
		width: 0%;
	}
	100% {
		width: 25%;
		animation-timing-function: ease-out;
	}
}

@-moz-keyframes rise25 {
	0% {
		width: 0%;
	}
	100% {
		width: 25%;
		animation-timing-function: ease-out;
	}
}

@keyframes rise25 {
	0% {
		width: 0%;
	}
	100% {
		width: 25%;
		animation-timing-function: ease-out;
	}
}

@-webkit-keyframes rise50 {
	0% {
		width: 0%;
	}
	100% {
		width: 50%;
		animation-timing-function: ease-out;
	}
}

@-moz-keyframes rise50 {
	0% {
		width: 0%;
	}
	100% {
		width: 50%;
		animation-timing-function: ease-out;
	}
}

@keyframes rise50 {
	0% {
		width: 0%;
	}
	100% {
		width: 50%;
		animation-timing-function: ease-out;
	}
}

@-webkit-keyframes rise75 {
	0% {
		width: 0%;
	}
	100% {
		width: 75%;
		animation-timing-function: ease-out;
	}
}

@-moz-keyframes rise75 {
	0% {
		width: 0%;
	}
	100% {
		width: 75%;
		animation-timing-function: ease-out;
	}
}

@keyframes rise75 {
	0% {
		width: 0%;
	}
	100% {
		width: 75%;
		animation-timing-function: ease-out;
	}
}

@-webkit-keyframes rise100 {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
		animation-timing-function: ease-out;
	}
}

@-moz-keyframes rise100 {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
		animation-timing-function: ease-out;
	}
}

@keyframes rise100 {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
		animation-timing-function: ease-out;
	}
}

body,
select,
textarea,
input {
	font-family: 'ff-meta-web-pro', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #222;
}

h1,
h2 {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-variant-ligatures: common-ligatures;
	-webkit-font-feature-settings: 'liga', 'clig';
}

h1 {
	font-size: 4.1875em;
	line-height: 1.07462686567164em;
	margin: 0;
	margin-bottom: 0.71641791044776em;
	font-weight: normal;
	color: #2e725b;
	max-width: 860px;
}

@media only screen and (max-width: 501px) {
	h1 {
		font-size: 3em;
		line-height: 1.16129em;
	}
}

.homepage h1 {
	font-size: 2.5625em;
	line-height: 1.17073em;
	text-align: center;
}

h1 small {
	font-size: 0.5em;
	font-family: 'ff-meta-web-pro', sans-serif;
	line-height: 0.5em;
}

h2 {
	font-size: 2.375em;
	line-height: 1.26316em;
	margin-bottom: 0.63158em;
	font-weight: 300;
	color: #2e725b;
	margin-top: 1.26316em;
}

@media only screen and (max-width: 501px) {
	h2 {
		font-size: 1.4375em;
		line-height: 1.56522em;
		margin-bottom: 0.52174em;
	}
}

.list h2 {
	margin-bottom: 0;
}

.list h2:first-child {
	margin-top: 0;
}

.market-insights h2 {
	font-size: 3.375em;
	line-height: 1.11111111111111em;
	max-width: 500px;
	margin-bottom: 0.88888888888889em;
	margin-top: 0;
}

@media only screen and (max-width: 501px) {
	.market-insights h2 {
		font-size: 1.9375em;
		line-height: 1.16129em;
		margin-bottom: 0.77419em;
	}
}

h2.sub-title {
	font-size: 1.3125em;
	line-height: 1.14285714285714;
	font-family: 'ff-meta-web-pro', sans-serif;
	margin-top: -48px;
	margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
	h2.sub-title {
		margin-bottom: 0px;
		margin-top: -36px;
	}
}

p + h2 {
	margin-top: 0.7741935483871em;
}

@media only screen and (max-width: 501px) {
	p + h2 {
		margin-top: 0.57143em;
	}
}

.row + h2 {
	margin-top: 1.54838709677419em;
}

@media only screen and (max-width: 767px) {
	.row + h2 {
		margin-top: 0.7741935483871em;
	}
}

h3 {
	font-size: 1.3125em;
	line-height: 1.14285714285714em;
	margin-top: 0;
	margin-bottom: 0.57142857142857em;
	font-weight: 600;
	color: #2e725b;
}

@media only screen and (max-width: 501px) {
	h3 {
		font-size: 1.0625em;
		line-height: 1.14285714285714em;
	}
}

.market-insights h3,
.promo-boxes h3 {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size: 1.75em;
	line-height: 1.28571428571429em;
	margin-bottom: 0.42857142857143em;
	font-weight: normal;
}

@media only screen and (max-width: 501px) {
	.market-insights h3,
	.promo-boxes h3 {
		font-size: 1.4375em;
		line-height: 1.04348em;
		margin-bottom: 0.52174em;
	}
}

.promo-boxes h3 {
	font-family: 'ff-meta-web-pro', sans-serif;
	font-size: 1.3125em;
	line-height: 1.14286em;
	margin-bottom: 1.71429em;
	font-weight: bold;
}

@media only screen and (max-width: 501px) {
	.promo-boxes h3 {
		font-size: 1.3125em;
		line-height: 1.14286em;
		margin-bottom: 1em;
	}
}

.hp-partners h3.uproundtile {
	margin-bottom: 1.71429em;
}

.right-col h3.title {
	margin-bottom: 1.14285714285714em;
}

.article-big-text h3 {
	font-size: 1.4375em;
	line-height: 2.08696em;
	margin-top: 1.04348em;
}

@media only screen and (max-width: 501px) {
	.article-big-text h3 {
		font-size: 1.0625em;
		line-height: 1.41176em;
		margin-bottom: 0.70588em;
	}
}

.next-articles h3 {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-weight: 300;
}

p + h3 {
	margin-top: 1.14285714285714em;
}

.consultant h3 {
	font-weight: 300;
	font-size: 1.125em;
}

.hp-partners .consultant h3 {
	font-weight: 600;
	font-size: 1.3125em;
	line-height: 1.14286em;
}

.news h3 {
	font-weight: 300;
	font-size: 1.0625em;
	line-height: 1.41176em;
	margin-bottom: 0;
	font-family: 'ff-meta-serif-web-pro', serif;
}

.news .date {
	font-size: 0.8125em;
	line-height: 1.84615em;
	font-style: italic;
	color: #727272;
	margin-bottom: 1.84615em;
}

.news-list h3 {
	font-weight: 300;
	font-size: 1.3125em;
	line-height: 1.14286em;
	margin-bottom: 0;
	font-family: 'ff-meta-serif-web-pro', serif;
}

.news-list .date {
	font-size: 0.8125em;
	line-height: 1.84615em;
	font-style: italic;
	color: #727272;
	margin-bottom: 1.84615em;
}

.news-list .article + h2 {
	margin-top: 1.33333em;
}

h5 {
	font-size: 1.0625em;
	line-height: 1.41176470588235em;
	font-weight: normal;
	margin: 0;
}

p {
	font-size: 1.0625em;
	line-height: 1.41176470588235em;
	margin-top: 0em;
	margin-bottom: 0;
}

p.subhead-small-info {
	font-style: italic;
	font-size: 0.8125em;
	line-height: 1.84615384615385;
	color: #727272;
}

p.subperex-linx {
	font-size: 0.8125em;
	line-height: 1.84615384615385;
	margin-bottom: 2.76923076923077em;
	margin-top: 12px;
}

p.subperex-linx a {
	text-transform: uppercase;
	color: #b3aba2;
	font-weight: bold;
	margin-right: 0.75em;
}

p.subperex-linx a:hover {
	color: #2e725b;
}

p.back {
	font-size: 0.8125em;
	line-height: 1.84615384615385;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -36px;
	margin-bottom: 12px;
}

p.back .divider {
	margin: 0 0.25em;
}

p.function {
	font-size: 0.8125em;
	line-height: 1;
}

p.agreement {
	margin: 1.0625em 0;
}

p.promobox-text {
	font-size: 1em;
	line-height: 24px;
	margin-top: -1em;
	margin-bottom: 1em;
}

.testimonials p.text {
	font-style: italic;
	font-size: 1.3125em;
	font-family: 'ff-meta-serif-web-pro', serif;
	line-height: 1.71428571428571;
	margin: 0 auto;
	padding: 0 30px;
}

@media only screen and (max-width: 501px) {
	.testimonials p.text {
		font-size: 1.0625em;
		line-height: 1.41176em;
	}
}

.testimonials div.video + p.text {
	margin-top: 1.14286em;
}

.testimonials p.author {
	color: #727272;
	font-size: 0.8125em;
	line-height: 1.84615384615385;
	margin: 0.92307692307692em auto 0;
}

.video .label {
	color: #727272;
	font-size: 0.8125em;
	line-height: 1.84615384615385;
	margin: 0.92307692307692em auto 0 !important;
}

p.article-author-top {
	font-style: italic;
	font-size: 0.8125em;
	margin: -1.84615em 0 0.92308em;
	color: #727272;
}

p.article-author-bellow {
	color: #8093a5;
	font-style: italic;
}

p.interested-in {
	color: #b3aba2;
	font-size: 0.8125em;
	margin-bottom: 1.84615em;
}

.article-big-text p {
	font-size: 1.3125em;
	line-height: 1.71429em;
	margin-bottom: 1.71429em;
	opacity: 0.92;
}

@media only screen and (max-width: 501px) {
	.article-big-text p {
		font-size: 1.0625em;
		line-height: 1.41176em;
		margin-bottom: 1.41176em;
	}
}

.article-big-text p.perex {
	font-size: 1.75em;
	line-height: 1.5em;
	margin-bottom: 0;
}

@media only screen and (max-width: 501px) {
	.article-big-text p.perex {
		font-size: 1.3125em;
		line-height: 1.42857em;
	}
}

.article-big-text p.perex:after {
	content: '';
	width: 50%;
	height: 2px;
	background: #e1e1e1;
	margin: 34px auto 36px;
	display: block;
}

@media only screen and (max-width: 501px) {
	.article-big-text p.perex:after {
		margin: 23px auto 23px;
	}
}

.article-big-text blockquote {
	font-size: 1.3125em;
	line-height: 1.71429em;
	margin-bottom: 1.71429em;
	font-style: italic;
	border-left: 5px solid #ddd;
	padding-left: 40px;
	margin-left: 0;
}

@media only screen and (max-width: 501px) {
	.article-big-text blockquote {
		font-size: 1.0625em;
		line-height: 1.41176em;
		margin-bottom: 1.41176em;
	}
}

.article-big-text a {
	color: #222;
	text-decoration: none;
	background-image: -webkit-linear-gradient(top, transparent 75%, #222 75%);
	background-image: linear-gradient(to bottom, transparent 75%, #222 75%);
	background-repeat: repeat-x;
	background-size: 2px 2px;
	background-position: 0 26px;
	text-shadow: 1px 0px #fff, -1px 0px #fff;
}

.article-big-text a:hover {
	background-image: none;
}

.article-big-text a:hover {
	color: #2e725b;
}

@media only screen and (max-width: 501px) {
	.article-big-text a {
		background-position: 0 20px;
	}
}

.article-big-text a.btn.btn-large {
	background-image: none;
	text-shadow: none;
	color: #fff;
	padding: 0 1em;
	font-size: 0.9em;
	vertical-align: baseline;
}

#content-block ul.newsfeed {
	padding: 2em 2em;
}

#content-block ul.newsfeed li,
ul.newsfeed li {
	padding-bottom: 1em;
}

.article-big-text ol,
.article-big-text ul {
	font-size: 1.3125em;
	line-height: 1.71429em;
	margin: 0;
	padding: 0 2em;
}

@media only screen and (max-width: 501px) {
	.article-big-text ol,
	.article-big-text ul {
		font-size: 1.0625em;
		line-height: 1.41176em;
		padding-left: 2em;
	}
}

.article-big-text p + h2 {
	margin: 1.26316em 0 0.63158em;
}

.article-big-text figcaption {
	color: #727272;
	font-size: 0.8125em;
	line-height: 1.84615384615385;
	margin: 0.92307692307692em auto 0;
}

.article-big-text span {
	font-size: inherit !important;
	line-height: inherit !important;
}

.article-big-text h2:first-child,
.article-big-text h3:first-child {
	margin-top: 0;
}

p.email {
	font-size: 1em;
	line-height: 1.5;
}

.hp-text-block p.promobox-text {
	font-size: 1.3125em;
	line-height: 1.71429em;
}

@media only screen and (max-width: 501px) {
	.hp-text-block p.promobox-text {
		font-size: 1.0625em;
		line-height: 1.41176em;
	}
}

p.hp-medium-btn-line {
	font-size: 1.2em;
}

.btn {
	background: #2e725b;
	color: #fff;
}

.btn:hover {
	background: #2e725b;
	color: #fff;
}

.btn.btn-large {
	line-height: 1.25;
	padding: 0.25em 1.5em;
	display: inline-block;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.btn.white {
	background: #2e725b;
	color: #fff;
	border: 1px solid transparent;
	font-weight: bold;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn.white:hover {
	background: none;
	color: #fff;
	border-color: #fff;
}

@media only screen and (max-width: 767px) {
	.btn.white {
		padding: 0.25em 1em;
	}
}

.btn.gray {
	background: #a5a5a5;
}

.btn.gray:hover {
	background: #2e725b;
}

.btn.btn-institute {
	background: #54a800;
}

.btn.btn-institute:hover {
	background: #9b968f;
}

.btn + .btn {
	margin-top: 0.75em;
}

.butt-line {
	padding-top: 0.75em;
}

.butt-line-under-text {
	padding-top: 3em;
}

.icon-before:before {
	content: '';
	display: inline-block;
	height: 15px;
	width: 20px;
	background: url('../img/sprite.png') 0 0 no-repeat transparent;
	background-size: 500px auto;
	margin-bottom: -2px;
	margin-right: 0.5em;
	opacity: 0.5;
}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
	(-o-min-device-pixel-ratio: 150 / 100),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-device-pixel-ratio: 1.5),
	(min-resolution: 1.5dppx) {
	.icon-before:before {
		background: url('../img/sprite@2x.png') 0 0 no-repeat transparent;
		background-size: 500px auto;
	}
}

.icon-before.emailb:before {
	background-position: -90px -60px;
}

.icon-before.formb:before {
	background-position: -90px -75px;
}

button.btn {
	border: 0;
	margin-top: 0.75em;
	min-width: 150px;
}

a {
	word-wrap: break-word;
	overflow-wrap: break-word;
	color: #2e725b;
}

.accordion {
	margin-bottom: 48px;
}

.accordion .accordion-item {
	border-top: 1px solid #f3f3f3;
	padding: 19.2px;
}

.accordion .icon {
	font-size: 24px;
	cursor: pointer;
	color: #cdcdcd;
	float: left;
	margin-right: -24px;
	margin-top: -1px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.accordion .icon:hover {
	color: #9a9a9a;
}

@media only screen and (max-width: 501px) {
	.accordion .icon {
		font-size: 20px;
	}
}

.accordion .selected .icon {
	transform: rotate(45deg);
}

.accordion h3.title {
	margin-bottom: 0;
	cursor: pointer;
	margin-left: 45px;
	font-family: 'ff-meta-serif-web-pro', serif;
	font-weight: normal;
	font-size: 1.75em;
	line-height: 1.28571em;
	margin-top: 0em;
	margin-bottom: 0em;
	vertical-align: center;
	padding-top: 2px;
}

@media only screen and (max-width: 501px) {
	.accordion h3.title {
		font-size: 1.25em;
		line-height: 1.2em;
		margin-top: 0em;
		margin-bottom: 0em;
	}
}

.accordion .text {
	margin-left: 45px;
}

.accordion .text p:first-child {
	padding-top: 12px;
}

.accordion p {
	margin-bottom: 12px;
}

.well.top-accordion-menu {
	float: right;
	max-width: 250px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 12px;
	margin-left: 35px;
	clear: both;
}

@media only screen and (max-width: 767px) {
	.well.top-accordion-menu {
		text-align: left;
	}
}

@media only screen and (max-width: 501px) {
	.well.top-accordion-menu {
		display: none;
	}
}

.well.top-accordion-menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.well.top-accordion-menu ul li {
	font-weight: bold;
	font-size: 0.9375em;
	line-height: 1.6em;
	margin-top: 0em;
	margin-bottom: 0.8em;
}

.well.top-accordion-menu ul li a {
	cursor: pointer;
}

.menu-holder {
	height: 65px;
}

.top-nav {
	height: 65px;
	background: #f3f3f3;
	position: relative;
	z-index: 100;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-o-transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

@media only screen and (min-width: 790px) {
	.top-nav.headroom--not-top {
		position: fixed;
		z-index: 100;
		left: 0;
		right: 0;
		top: 0;
	}
	.top-nav.headroom--pinned.headroom--not-top {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.top-nav.headroom--unpinned.headroom--not-top {
		-webkit-transform: translateY(-200%);
		-moz-transform: translateY(-200%);
		-o-transform: translateY(-200%);
		-ms-transform: translateY(-200%);
		transform: translateY(-200%);
	}
}

.top-nav ul.navbar-nav,
.top-nav ul.nav-language {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-nav .nav-container {
	text-align: center;
	position: relative;
}

.top-nav ul.center-nav,
.top-nav ul.nav-language {
	height: 100%;
	padding: 10px;
	padding-left: 130px;
	display: inline-block;
}

.top-nav ul.center-nav > li,
.top-nav ul.nav-language > li {
	display: inline-block;
	float: left;
	border-right: 1px solid #e2dcd2;
	height: 45px;
	line-height: 45px;
}

.top-nav ul.center-nav > li:first-child,
.top-nav ul.nav-language > li:first-child {
	border-left: 1px solid #e2dcd2;
}

.top-nav ul.center-nav > li a,
.top-nav ul.nav-language > li a {
	display: inline-block;
	margin: 0 15px;
	text-decoration: none;
	font-size: 17px;
	position: relative;
}

.top-nav ul.center-nav > li.active a,
.top-nav ul.center-nav > li:hover a,
.top-nav ul.nav-language > li.active a,
.top-nav ul.nav-language > li:hover a {
	color: #2e725b;
}

.top-nav ul.center-nav > li.active a:after,
.top-nav ul.center-nav > li:hover a:after,
.top-nav ul.nav-language > li.active a:after,
.top-nav ul.nav-language > li:hover a:after {
	position: absolute;
	content: '';
	left: -16px;
	right: -16px;
	bottom: -10px;
	height: 8px;
	background: #2e725b;
}

.mod-menu__sub a:after {
	content: none !important;
}

.top-nav ul.center-nav > li.active-menu .mod-menu__sub,
.top-nav ul.nav-language > li.active-menu .mod-menu__sub {
	z-index: 150;
}

.top-nav ul.center-nav > li .mod-menu__sub a,
.top-nav ul.nav-language > li .mod-menu__sub a {
	color: #fff;
}

.top-nav ul.center-nav > li .mod-menu__sub a:hover,
.top-nav ul.nav-language > li .mod-menu__sub a:hover {
	opacity: 0.6;
}

.top-nav ul.nav-language {
	padding: 10px 0 10px 10px;
	float: right;
}

.top-nav ul.nav-language li:first-child {
	border-left: 0;
}

.top-nav ul.nav-language li:last-child {
	border-right: 0;
}

.top-nav ul.nav-language li a {
	text-transform: uppercase;
	font-size: 0.95em;
}

.top-nav ul.hover-sub-menu > li.active a:after {
	display: none;
}

.top-nav .mod-menu__sub {
	display: none;
	text-align: center;
	background: #2e725b;
	height: 52px;
	line-height: 52px;
	position: absolute;
	left: 0;
	right: 0;
	top: 65px;
}

.top-nav .mod-menu__sub ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.top-nav .mod-menu__sub ul li {
	float: left;
}

.top-nav .mod-menu__sub ul li a {
	color: white;
	z-index: 100;
	font-size: 15px;
}

.top-nav .mod-menu__sub ul li a:after {
	display: none;
}

.top-nav .mod-menu__sub ul li.active a {
	opacity: 0.6;
}

.top-nav .active .mod-menu__sub {
	display: block;
}

.top-nav li.active-menu .mod-menu__sub {
	display: block !important;
	z-index: 100;
}

.top-nav .show-menu {
	display: none;
}

.top-nav a {
	color: #2e725b;
}

.top-nav a:hover {
	color: #2e725b;
}

.logo-top {
	background: url('../img/logo.png') 0 0 no-repeat transparent;
	background-size: 263px auto;
	width: 153px;
	height: 46px;
	position: absolute;
	top: 8px;
	left: 10px;
	z-index: 20;
}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
	(-o-min-device-pixel-ratio: 150 / 100),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-device-pixel-ratio: 1.5),
	(min-resolution: 1.5dppx) {
	.logo-top {
		background: url('../img/logo@2x.png') 0 0 no-repeat transparent;
		background-size: 263px auto;
	}
}

a.to-top {
	display: none;
}

@media only screen and (max-width: 770px) {
	.menu-holder {
		height: 50px;
	}
	.top-nav {
		height: 50px;
	}
	.top-nav .show-menu {
		display: block;
		float: right;
		cursor: pointer;
		margin-top: 8px;
		margin-right: 10px;
		z-index: 20;
		position: relative;
	}
	.top-nav.menuOn .show-menu {
		background-position: -30px -60px;
	}
	.top-nav.menuOn .show-menu:hover {
		background-position: -30px -90px;
	}
	.top-nav.menuOn .nav-container {
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-o-transform: translateY(40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px);
	}
	.top-nav .nav-container {
		background: #f3f3f3;
		-webkit-transform: translateY(-110%);
		-moz-transform: translateY(-110%);
		-o-transform: translateY(-110%);
		-ms-transform: translateY(-110%);
		transform: translateY(-110%);
		z-index: 10;
		position: absolute;
		left: 0;
		right: 0;
		padding-bottom: 12px;
		-webkit-transition-property: 'top';
		-moz-transition-property: 'top';
		-o-transition-property: 'top';
		-ms-transition-property: 'top';
		transition-property: 'top';
		-webkit-transition-duration: 400ms;
		-moz-transition-duration: 400ms;
		-o-transition-duration: 400ms;
		-ms-transition-duration: 400ms;
		transition-duration: 400ms;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		-ms-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.2);
	}
	.top-nav .nav-container ul.navbar-nav {
		height: auto;
		padding: 0;
		display: block;
	}
	.top-nav .nav-container ul.navbar-nav li {
		float: none;
		display: block;
		height: auto;
		line-height: 48px;
		border: none !important;
	}
	.top-nav .nav-container ul.navbar-nav li a {
		margin: 0;
	}
	.top-nav .nav-container ul.navbar-nav li.active a:after {
		bottom: 0px;
		height: 4px;
	}
	.top-nav .nav-container ul.navbar-nav li.nav-social {
		position: static;
		line-height: 72px;
	}
	.top-nav .nav-container ul.navbar-nav .mod-menu__sub {
		display: block;
		position: static;
		height: auto;
	}
	.top-nav ul.nav-language {
		text-align: center;
		float: none;
		padding-left: 0;
		padding-bottom: 0;
	}
	.top-nav ul.nav-language li {
		float: none;
		display: inline-block;
	}
	.logo-top {
		background-position: -153px 0;
		width: 110px;
		height: 32px;
	}
	a.to-top {
		display: block;
		position: fixed;
		bottom: 12px;
		right: 10px;
		width: 60px;
		height: 60px;
		background: #e6e6e6;
		line-height: 60px;
		text-align: center;
		text-transform: uppercase;
		color: #2e725b;
		font-weight: bold;
		font-size: 0.8125em;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		-webkit-transform: translateY(130%);
		-moz-transform: translateY(130%);
		-o-transform: translateY(130%);
		-ms-transform: translateY(130%);
		transform: translateY(130%);
		-webkit-transition-property: transform;
		-moz-transition-property: transform;
		-o-transition-property: transform;
		-ms-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 400ms;
		-moz-transition-duration: 400ms;
		-o-transition-duration: 400ms;
		-ms-transition-duration: 400ms;
		transition-duration: 400ms;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		-ms-transition-timing-function: ease;
		transition-timing-function: ease;
		z-index: 100;
	}
	a.to-top.to-top-visible {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@media only screen and (min-width: 790px) {
	.homepage .headroom--top {
		z-index: 10;
		background: none;
		margin-top: 3em;
	}
	.homepage .headroom--top ul.center-nav > li {
		border-right: 1px solid #92354f;
	}
	.homepage .headroom--top ul.center-nav > li:first-child {
		border-left: 1px solid #92354f;
	}
	.homepage .headroom--top ul.center-nav > li.active a {
		color: #b3aba2;
	}
	.homepage .headroom--top ul.center-nav > li.active a:after {
		display: none;
	}
	.homepage .headroom--top ul.center-nav > li a {
		color: #b3aba2;
	}
	.homepage .headroom--top ul.center-nav > li a:hover {
		color: #fff;
	}
	.homepage .headroom--top ul.center-nav > li .mod-menu__sub a {
		color: #fff;
	}
	.homepage .headroom--top ul.center-nav .nav-social {
		margin-right: 3%;
		border-right: 0;
	}
	.homepage .headroom--top .logo-top {
		background: url('../img/logo.png') 0 -46px no-repeat transparent;
		background-size: 263px auto;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
		width: 249px;
		height: 73px;
		position: absolute;
		top: 8px;
		left: 3%;
		z-index: 20;
		margin-top: -12px;
	}
}

@media only screen and (min-width: 790px) and (min--moz-device-pixel-ratio: 1.5),
	only screen and (min-width: 790px) and (-o-min-device-pixel-ratio: 150 / 100),
	only screen and (min-width: 790px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-width: 790px) and (min-device-pixel-ratio: 1.5),
	only screen and (min-width: 790px) and (min-resolution: 1.5dppx) {
	.homepage .headroom--top .logo-top {
		background: url('../img/logo@2x.png') 0 -46px no-repeat transparent;
		background-size: 263px auto;
	}
}

@media only screen and (min-width: 790px) {
	.homepage .headroom--top a.linkedin:hover {
		background-position: -110px -90px;
	}
	.homepage .headroom--top a.youtube:hover {
		background-position: -110px -60px;
	}
}

@media only screen and (min-width: 790px) and (max-width: 1000px) {
	.homepage .headroom--top .logo-top {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
}

.hp-intro ul.nav-social {
	position: absolute;
	border: none;
	right: 0;
	padding-right: 15px;
	top: 0px;
	list-style-type: none;
	z-index: 3;
	opacity: 0.9;
	background: rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 50px 30px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 50px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 50px 30px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 770px) {
	.hp-intro ul.nav-social {
		top: 0px;
		opacity: 0.6;
	}
}

.hp-intro ul.nav-social a {
	margin: 8px 0 0;
}

.hp-intro ul.nav-social a.linkedin {
	background-position: -110px -90px;
}

.hp-intro ul.nav-social a.twitter {
	background-position: -383px -90px;
}

.hp-intro ul.nav-social a.facebook {
	background-position: -353px -90px;
}

.hp-intro ul.nav-social a.youtube {
	background-position: -110px -60px;
}

.hp-intro ul.nav-social a:hover {
	opacity: 0.8;
}

.consultant-list {
	margin-right: -30px;
	padding-top: 1.5em;
}

@media only screen and (max-width: 767px) {
	.consultant-list {
		margin-right: -10px;
	}
}

.consultant {
	width: 168px;
	text-align: center;
	float: left;
	min-height: 16em;
	margin-right: 1.65em;
}

.consultant-img-cont {
	height: 168px;
	display: block;
	margin-bottom: 12px;
}

.consultant-img-cont img {
	width: 100%;
	height: auto;
	display: inline-block;
	-webkit-border-radius: 84px;
	-moz-border-radius: 84px;
	border-radius: 84px;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-o-transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 180ms;
	-moz-transition-duration: 180ms;
	-o-transition-duration: 180ms;
	-ms-transition-duration: 180ms;
	transition-duration: 180ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.consultant-img-cont:hover img {
	-ms-transform: rotate(0deg) scale(1.1);
	-webkit-transform: rotate(0deg) scale(1.1);
	transform: rotate(0deg) scale(1.1);
}

@media only screen and (max-width: 767px) {
	.consultant {
		width: 130px;
		margin: 0 10px;
		min-height: 14em;
	}
	.consultant .consultant-img-cont {
		height: 130px;
	}
}

@media only screen and (min-width: 767px) {
	.consultant-img-col,
	.consultant-info-col,
	.consultant-contact-col {
		float: left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 767px) {
	.consultant-img-col,
	.consultant-info-col,
	.consultant-contact-col {
		margin-top: 24px;
	}
}

.consultant-img-col {
	display: block;
}

.consultant-img-col .consultant-img-cont {
	height: auto;
}

.consultant-img-col img {
	-webkit-border-radius: 210px;
	-moz-border-radius: 210px;
	border-radius: 210px;
}

@media only screen and (min-width: 767px) {
	.consultant-img-col {
		width: 35%;
		padding-right: 35px;
		display: block;
		max-width: 230px;
	}
}

@media only screen and (max-width: 767px) {
	.consultant-img-col .consultant-img-cont {
		max-width: 100px;
		float: left;
		margin-bottom: 24px;
	}
	.consultant-img-col .consultant-contact-col {
		float: left;
		text-align: left;
		margin-left: 10px;
	}
	.consultant-img-col .consultant-contact-col .iconized p {
		display: block;
	}
}

.consultant-info-col {
	clear: both;
}

@media only screen and (min-width: 767px) {
	.consultant-info-col {
		width: 65%;
		padding-right: 15px;
		clear: none;
	}
}

.consultant-contact-col {
	text-align: center;
}

.consultant-contact-col .iconized p {
	display: inline-block;
}

.youtube-cont {
	margin-top: 84px;
}

.youtube-cont iframe {
	margin-top: 12px;
	width: 100%;
	height: 300px;
}

@media only screen and (min-width: 767px) {
	.youtube-cont iframe {
		height: 400px;
	}
}

.board-contacts h4 {
	font-size: 1.0625em;
	margin-bottom: 0.70588em;
	margin-bottom: 0;
}

.board-contacts .fce {
	margin: 0;
	font-size: 0.8125em;
	margin: 0.46154em 0;
}

.board-contacts.well {
	text-align: left;
}

.irc-claim-cont {
	background: #2e725b;
	padding: 4.5em 1em;
}

.irc-claim-cont img {
	width: 90%;
	max-width: 412px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.footer {
	background: #f3f3f3;
	margin-top: 6em;
}

.homepage .footer {
	margin-top: 0;
}

.footer .inner {
	max-width: 980px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto 0;
	padding-top: 2.5em;
	padding-bottom: 4.5em;
}

@media only screen and (max-width: 320px) {
	.footer .inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.footer .btn {
	font-size: 0.94117647058824em;
	line-height: 2.25em;
	max-width: 8em;
	text-align: center;
	display: block;
	margin: 0.75em 0;
	white-space: nowrap;
}

.footer .contact {
	padding-right: 1.5em;
}

.footer .contact h3 {
	margin-bottom: 1.14285714285714em;
}

.footer .col-md-9 {
	padding-left: 3em;
	border-left: 1px solid #dfdfdf;
}

.footer ul {
	margin: 0;
	padding: 0 1.2em;
}

@media only screen and (max-width: 720px) {
	.footer .contact,
	.footer .sitemap {
		text-align: center;
		padding: 0;
	}
	.footer .contact {
		margin-bottom: 1.5em;
	}
	.footer .sitemap .col-md-3 {
		float: none;
		width: auto;
	}
	.footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.footer .btn {
		margin: 0.75em auto;
	}
}

@media only screen and (max-width: 495px) {
	.footer .contact,
	.footer .sitemap {
		width: auto;
		float: none;
		border: 0;
	}
}

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

.footer .sitemap h3 {
	font-size: 0.8125em;
	line-height: 1.84615384615385em;
	text-transform: uppercase;
	color: #a6a6a6;
	margin: 12px 0;
	font-weight: normal;
	letter-spacing: 0.03em;
	position: relative;
}

.footer .sitemap h3 span {
	background: #f3f3f3;
	position: relative;
	padding: 0.5em;
}

.footer .sitemap h3:before {
	border-bottom: 1px solid #d9d9d9;
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	width: 100%;
}

.footer .sitemap ul {
	display: inline-block;
	text-align: left;
}

.footer .sitemap ul > li {
	list-style: none;
	float: left;
	margin: 0 19px;
}

.footer .sitemap ul > li ul {
	padding: 0;
}

.footer .sitemap ul > li li {
	list-style: none;
	float: none;
	margin-left: 0;
	font-size: 0.8125em;
	line-height: 1.84615em;
}

.footer .sitemap ul > li li:before {
	content: '·';
	margin-right: 7px;
	color: #727272;
}

.homepage {
	height: 100%;
}

.homepage body {
	height: 100%;
}

@media only screen and (min-width: 767px) {
	.homepage body {
		margin-top: 0 !important;
	}
}

.homepage .container {
	padding: 0;
	width: auto;
	max-width: 100%;
	margin-top: 0;
}

@media only screen and (max-width: 770px) {
	.homepage .container {
		margin-top: 0 !important;
	}
}

.homepage .tl-block {
	background: #fff;
}

.homepage .tl-block .inner {
	max-width: 980px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 320px) {
	.homepage .tl-block .inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.homepage .tl-block .testimonials .testimonial {
	margin-bottom: 0;
}

.homepage .hp-intro {
	position: relative;
}

.homepage .hp-intro .txt {
	max-width: 860px;
	margin: 0 auto;
}

.homepage .hp-intro h1 {
	color: #fff;
	margin-bottom: 0.5em;
	font-size: 45px;
}

.homepage .hp-intro .intro-img {
	background-size: cover;
	background-position: center top;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.homepage .main-message {
	z-index: 2;
	position: relative;
}

.homepage .main-message p {
	text-align: center;
}

.homepage .main-message .btn {
	font-size: 1.2em;
	line-height: 2.38095em;
	font-weight: normal;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	margin-bottom: 1em;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.homepage .main-message .btn:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

@media only screen and (max-height: 800px) {
	.homepage .main-message h1 {
		font-size: 42px;
		line-height: 1.15384615384615;
	}
	.homepage .main-message p .btn {
		font-size: 1.0625em;
	}
}

@media only screen and (max-width: 950px) {
	.homepage .main-message h1 {
		font-size: 45px;
		line-height: 1.15384615384615;
	}
	.homepage .main-message p .btn {
		font-size: 1.0625em;
	}
}

@media only screen and (max-width: 700px) {
	.homepage .main-message h1 {
		font-size: 32px;
		line-height: 1.15384615384615;
	}
	.homepage .main-message p .btn {
		font-size: 1em;
	}
}

@media only screen and (max-width: 500px) {
	.homepage .main-message h1 {
		font-size: 28px;
		line-height: 1.15384615384615;
	}
	.homepage .main-message p .btn {
		font-size: 1em;
	}
}

@media only screen and (max-width: 400px) {
	.homepage .main-message {
		font-size: 14px;
	}
}

@media only screen and (max-height: 800px) and (min-width: 680px) {
	.homepage .main-message .break {
		display: block;
	}
}

.homepage.titleskin-blue .hp-intro {
	background: #2e725b;
}

.homepage.titleskin-blue .hp-intro .intro-img {
	opacity: 0.2;
}

.homepage.titleskin-blue .main-message {
	padding: 6.75em 20px 4em;
}

.homepage.titleskin-blue .main-message .btn {
	margin-top: 2.28571428571428em;
}

@media only screen and (max-height: 800px) {
	.homepage.titleskin-blue .main-message {
		padding: 6.75em 20px 4em;
	}
}

@media only screen and (min-height: 800px) {
	.homepage.titleskin-blue .main-message {
		padding: 10.75em 20px 6em;
	}
}

@media only screen and (max-width: 950px) {
	.homepage.titleskin-blue .main-message {
		padding: 5em 20px 4em;
	}
}

@media only screen and (max-width: 700px) {
	.homepage.titleskin-blue .main-message {
		padding: 6.5em 20px 4em;
	}
}

@media only screen and (max-width: 500px) {
	.homepage.titleskin-blue .main-message {
		padding: 6.5em 20px 4em;
	}
}

.homepage.titleskin-big-photo .main-message {
	padding: 400px 20px 1em;
	overflow: hidden;
}

@media only screen and (max-height: 800px) {
	.homepage.titleskin-big-photo .main-message {
		padding: 300px 20px 1em;
	}
}

@media only screen and (max-height: 600px) {
	.homepage.titleskin-big-photo .main-message {
		padding: 200px 20px 1em;
	}
}

@media only screen and (min-height: 800px) {
	.homepage.titleskin-big-photo .main-message {
		padding: 400px 20px 1em;
	}
}

@media only screen and (max-width: 950px) {
	.homepage.titleskin-big-photo .main-message {
		padding: 300px 20px 1em;
	}
}

@media only screen and (max-width: 700px) {
	.homepage.titleskin-big-photo .main-message {
		padding: 250px 20px 1em;
	}
}

@media only screen and (max-width: 500px) {
	.homepage.titleskin-big-photo .main-message {
		padding: 150px 20px 1em;
	}
}

.homepage.titleskin-big-photo .main-message .txt {
	position: relative;
}

.homepage.titleskin-big-photo .main-message .txt:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 50px 30px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 50px 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 50px 30px rgba(0, 0, 0, 0.3);
}

.homepage.titleskin-big-photo .main-message .txt h1,
.homepage.titleskin-big-photo .main-message .txt p {
	z-index: 3;
	position: relative;
}

.homepage.titleskin-line-cover .hp-intro .intro-img {
	position: static;
	height: 500px;
}

@media only screen and (max-height: 800px) {
	.homepage.titleskin-line-cover .hp-intro .intro-img {
		height: 400px;
	}
}

@media only screen and (min-height: 800px) {
	.homepage.titleskin-line-cover .hp-intro .intro-img {
		height: 500px;
	}
}

@media only screen and (max-width: 950px) {
	.homepage.titleskin-line-cover .hp-intro .intro-img {
		height: 300px;
	}
}

@media only screen and (max-width: 700px) {
	.homepage.titleskin-line-cover .hp-intro .intro-img {
		height: 250px;
	}
}

@media only screen and (max-width: 500px) {
	.homepage.titleskin-line-cover .hp-intro .intro-img {
		height: 150px;
	}
}

.homepage.titleskin-line-cover .main-message {
	padding: 1em 20px 1em;
	background: #183d5f;
}

.homepage.titleskin-line-cover .main-message h1 {
	margin-top: 0.5em;
}

.homepage .market-insights {
	padding-top: 5em;
	padding-bottom: 5em;
	border-top: 1px solid #f3f3f3;
}

@media only screen and (max-width: 501px) {
	.homepage .market-insights {
		padding-top: 2em;
		padding-bottom: 2em;
	}
}

.homepage .market-insights .more-link.top {
	display: none;
}

.homepage .market-insights .more-link.bottom {
	text-align: center;
}

@media only screen and (min-width: 767px) {
	.homepage .market-insights .col-md-4 {
		padding-right: 2em;
		width: 33%;
	}
	.homepage .market-insights .more-link.top {
		display: block;
		float: right;
		margin-top: -96px;
	}
	.homepage .market-insights .more-link.bottom {
		display: none;
		text-align: left;
	}
}

.homepage .market-insights .subhead-small-info {
	margin-top: -12px;
}

.homepage .promo-boxes {
	padding-top: 4.5em;
	padding-bottom: 4.5em;
	text-align: center;
	border-top: 1px solid #f3f3f3;
}

@media only screen and (max-width: 501px) {
	.homepage .promo-boxes {
		padding-top: 2em;
		padding-bottom: 1.5em;
	}
}

@media only screen and (min-width: 767px) {
	.homepage .promo-boxes .col-md-6 {
		padding-right: 2em;
	}
	.homepage .promo-boxes .well {
		margin-bottom: 0;
	}
	.homepage .promo-boxes .col-md-trio .btn {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (min-width: 967px) {
	.homepage .promo-boxes .col-md-trio .btn {
		width: auto;
		min-width: 10em;
	}
}

.homepage .testimonials,
.homepage .hp-video-block {
	text-align: center;
	padding-top: 4.5em;
	padding-bottom: 4.5em;
	border-top: 1px solid #f3f3f3;
}

@media only screen and (max-width: 501px) {
	.homepage .testimonials,
	.homepage .hp-video-block {
		padding: 2em 10px;
	}
}

.homepage .testimonials p,
.homepage .hp-video-block p {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}

.homepage .testimonials .more,
.homepage .hp-video-block .more {
	margin-top: 1.41176em;
}

.homepage .hp-contact-map {
	padding-top: 3.5em;
	padding-bottom: 3.5em;
	border-top: 1px solid #f3f3f3;
}

@media only screen and (max-width: 501px) {
	.homepage .hp-contact-map {
		padding-top: 2em;
		padding-bottom: 1.5em;
	}
}

#mod-custom95 {
	padding: 36px 10px 52.8px;
	background: #2e725b;
	text-align: center;
	border-top: 2px solid #488c75;
}

@media only screen and (max-width: 501px) {
	#mod-custom95 {
		padding: 24px 10px 24px;
	}
}

#mod-custom95 #mod-custom95-text {
	color: #e8e4db;
	display: inline-block;
}

@media only screen and (max-width: 501px) {
	#mod-custom95 #mod-custom95-text {
		display: block;
		margin-bottom: 1em;
		font-size: 13px;
		opacity: 0.6;
	}
}

#mod-custom95 .irc-member-logo {
	background: url('../img/irc-member-logo.png') 0 0 no-repeat transparent;
	background-size: 100%;
	display: inline-block;
	width: 174px;
	height: 45px;
	margin-bottom: -7px;
	margin-left: 0px;
}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
	(-o-min-device-pixel-ratio: 150 / 100),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-device-pixel-ratio: 1.5),
	(min-resolution: 1.5dppx) {
	#mod-custom95 .irc-member-logo {
		background: url('../img/irc-member-logo@2x.png') 0 0 no-repeat transparent;
		background-size: 160px auto;
	}
}

@media only screen and (max-width: 501px) {
	#mod-custom95 .irc-member-logo {
		margin-left: 0;
		margin-bottom: 0;
	}
}

.hp-partners {
	text-align: center;
	border-top: 1px solid #f3f3f3;
	padding-top: 4.5em;
	padding-bottom: 4.5em;
}

@media only screen and (max-width: 501px) {
	.hp-partners {
		padding-top: 2em;
		padding-bottom: 1.5em;
	}
}

.hp-partners .consultant {
	float: none;
	display: inline-block;
	min-height: inherit;
	width: 250px;
	margin-bottom: 2em;
	vertical-align: top;
}

@media only screen and (min-width: 767px) {
	.hp-partners .consultant {
		margin-left: 2em;
		margin-right: 2em;
	}
}

.hp-partners .consultant-img-cont {
	height: 250px;
}

.hp-partners .consultant-img-cont img {
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border-radius: 250px;
}

@media only screen and (max-width: 767px) {
	.hp-partners .consultant-img-cont {
		height: 168px;
	}
	.hp-partners .consultant-img-cont img {
		width: 160px;
	}
}

.hp-partners .promobox-text {
	max-width: 750px;
	text-align: center;
	margin: 0 auto 0;
	color: #434343;
	font-size: 1.3125em;
	line-height: 1.71429em;
}

.hp-partners .btn {
	margin-top: 24px;
}

.hp-text-block {
	background: #f3f3f3;
	text-align: center;
	padding: 4.5em 20px;
	border-top: 1px solid #f3f3f3;
}

@media only screen and (max-width: 501px) {
	.hp-text-block {
		padding: 2em 20px;
	}
}

.hp-text-block p {
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
	color: #434343;
}

.hp-text-block .btn {
	margin-top: 24px;
}

.video-cont .video {
	padding: 0 0;
	max-width: 730px;
	margin: 0 auto;
}

.video-cont iframe {
	width: 100%;
	height: 400px;
}

@media only screen and (max-width: 600px) {
	.video-cont iframe {
		height: 300px;
	}
}

@media only screen and (max-width: 400px) {
	.video-cont iframe {
		height: 300px;
	}
}

.poster-cont {
	max-width: 1400px;
	margin: 0 auto;
}

@media only screen and (min-width: 767px) {
	.poster-cont {
		padding-top: 52px;
		overflow: hidden;
	}
}

.poster-cont img {
	width: 100%;
}

@media only screen and (min-width: 767px) {
	.about-office {
		margin-top: 0px;
	}
}

.about-office .back {
	display: none;
}

.about-office .title-member {
	max-width: 980px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto 0;
}

.about-office .title-member h1 {
	margin-bottom: 0;
}

@media only screen and (max-width: 320px) {
	.about-office .title-member {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 770px) {
	.about-office .title-member {
		margin-top: 46px !important;
	}
}

@media only screen and (min-width: 767px) {
	.about-office .title-member .inner {
		position: relative;
	}
	.about-office .title-member h1 {
		position: absolute;
		bottom: 48px;
		color: #fff;
		margin-bottom: 0;
		background: rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.15);
	}
}

@media only screen and (max-width: 767px) {
	.about-office .container {
		margin-top: 1.5em !important;
	}
}

@media only screen and (min-width: 767px) {
	.about-office .container {
		margin-top: 3em;
	}
}

@media only screen and (min-width: 767px) {
	.about-office .right-col .consultant {
		min-height: 0;
		margin-bottom: 24px;
	}
}

.about-office .left-col h2 {
	margin-top: 48px;
}

.about-office .left-col .offices-cont {
	margin-top: 3em;
}

.office {
	padding-bottom: 36px;
	text-align: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.office:nth-child(2n + 1) {
	clear: left;
}

@media only screen and (min-width: 950px) {
	.office {
		float: left;
		width: 46%;
		margin-right: 4%;
	}
	.col-side-form .office {
		width: auto;
		float: none;
		margin-right: 0;
	}
}

.office h3 {
	font-weight: bold;
	margin-bottom: 24px;
}

.office .label {
	font-size: 0.8125em;
	line-height: 1.84615384615385em;
	text-transform: uppercase;
	color: #a6a6a6;
	margin: 12px 0;
	font-weight: normal;
	letter-spacing: 0.03em;
	position: relative;
	text-align: left;
}

.office .label span {
	background: #f3f3f3;
	position: relative;
	padding-right: 0.5em;
}

.office .label:before {
	border-bottom: 1px solid #d9d9d9;
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	width: 100%;
}

.office.flat .label span {
	background: #fff;
}

.office h5 {
	font-weight: bold;
	margin-bottom: 12px;
}

.office .btnline {
	padding-left: 40px;
	font-size: 0.8125em;
	margin-top: 1.84615em;
	text-align: left;
}

.iconized .tel,
.iconized .mobile,
.iconized .address,
.iconized .email {
	position: relative;
	padding-left: 40px;
	text-align: left;
}

.iconized .tel:before,
.iconized .mobile:before,
.iconized .address:before,
.iconized .email:before {
	content: '';
	width: 30px;
	height: 30px;
	background: url('../img/sprite.png') 0 0 no-repeat transparent;
	background-size: 500px auto;
	position: absolute;
	top: -3px;
	left: 0;
}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
	(-o-min-device-pixel-ratio: 150 / 100),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-device-pixel-ratio: 1.5),
	(min-resolution: 1.5dppx) {
	.iconized .tel:before,
	.iconized .mobile:before,
	.iconized .address:before,
	.iconized .email:before {
		background: url('../img/sprite@2x.png') 0 0 no-repeat transparent;
		background-size: 500px auto;
	}
}

.iconized .tel,
.iconized .mobile {
	margin-bottom: 12px;
	font-weight: bold;
}

.no-touchevents .iconized .tel a,
.no-touchevents .iconized .mobile a {
	color: black;
}

.iconized .address {
	font-size: 1em;
}

.iconized .tel:before {
	background-position: -90px 0;
}

.iconized .mobile:before {
	background-position: -120px 0;
}

.iconized .email:before {
	background-position: -150px 0;
}

.iconized .address:before {
	background-position: -180px 0;
	height: 60px;
}

.hp-contact-map .social {
	overflow: hidden;
	line-height: 24px;
	margin-top: 12px;
	padding-left: 40px;
}

.hp-contact-map .social a {
	float: left;
}

.tel a,
.mobile a,
.address a {
	color: #222;
}

.tel a:hover,
.mobile a:hover,
.address a:hover {
	color: #2e725b;
}

.intro {
	margin-top: -1.5em;
	margin-bottom: 3em;
}

.intro p {
	max-width: 640px;
}

.after-cont.locations {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	.after-cont.locations {
		padding: 0;
	}
}

.row + .contact-map {
	margin-top: 4em;
}

@media only screen and (max-width: 767px) {
	.row + .contact-map {
		margin-top: 0;
	}
}

h2 + .contact-map {
	margin-top: 4em;
}

@media only screen and (max-width: 767px) {
	h2 + .contact-map {
		margin-top: 0;
	}
}

.flatblock-single + .contact-map {
	margin-top: 3em;
}

.contact-map + .row {
	margin-top: 4em;
}

.map-cont {
	height: 450px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.map-cont {
		height: auto;
	}
}

.map-cont .inner-map {
	height: 100%;
	margin-left: 280px;
	border: 1px solid #e4e4e4;
}

@media only screen and (max-width: 767px) {
	.map-cont .inner-map {
		display: none;
	}
}

.map-cont .mapCanvas {
	height: 100%;
}

.contact-map .map-cont {
	height: 350px;
	margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
	.contact-map .map-cont {
		height: auto;
		margin-bottom: 0;
	}
}

.locations .members .inner-expertiese {
	display: none;
}

.locations .members.show-expertiese .inner-global {
	display: none;
}

.locations .members.show-expertiese .inner-expertiese {
	display: block;
}

@media only screen and (min-width: 767px) {
	.locations .members {
		width: 250px;
		position: absolute;
		top: -12px;
		bottom: -12px;
		left: 0;
		margin-bottom: 0;
		padding: 0;
	}
	.locations .members .overflow {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
	}
	.locations .members .inner-global {
		position: absolute;
		top: 24px;
		bottom: 36px;
		left: 20px;
		width: 220px;
		height: auto;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition-property: left;
		-moz-transition-property: left;
		-o-transition-property: left;
		-ms-transition-property: left;
		transition-property: left;
		-webkit-transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		-ms-transition-duration: 0.5s;
		transition-duration: 0.5s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		-ms-transition-timing-function: ease;
		transition-timing-function: ease;
	}
	.locations .members .inner-global ul {
		position: absolute;
		top: 72px;
		bottom: 0px;
		left: 0px;
		right: 0;
		overflow-y: auto;
		padding-right: 10px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.locations .members .inner-expertiese {
		position: absolute;
		top: 24px;
		bottom: 36px;
		left: 110%;
		width: 220px;
		overflow-y: auto;
		height: auto;
		padding-right: 10px;
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition-property: left;
		-moz-transition-property: left;
		-o-transition-property: left;
		-ms-transition-property: left;
		transition-property: left;
		-webkit-transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		-ms-transition-duration: 0.5s;
		transition-duration: 0.5s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		-ms-transition-timing-function: ease;
		transition-timing-function: ease;
	}
	.locations .members.show-expertiese .inner-global {
		left: -200%;
		display: block;
	}
	.locations .members.show-expertiese .inner-expertiese {
		left: 20px;
		display: block;
	}
}

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

.locations .members ul h3 {
	margin-bottom: 4px;
}

.locations .members ul li {
	line-height: 1.5;
	display: block;
}

.locations .members ul li.group h3 {
	margin-top: 0.75em;
}

.locations .members ul li.group:first-child h3 {
	margin-top: 0;
}

.locations .members ul li.group .styledSelect {
	margin-top: 12px;
	width: 200px;
}

.locations .members ul li.group .styledSelect select {
	color: #ababab;
	font-style: italic;
}

@media only screen and (min-width: 767px) {
	.locations .members ul a {
		color: black;
		font-size: 0.875em;
		line-height: 1.5em;
	}
	.locations .members ul a:hover {
		color: #2e725b;
	}
	.locations .members ul li {
		padding-left: 1em;
	}
	.locations .members ul li.group {
		padding-left: 0;
	}
}

.locations .members .filter input {
	display: inline-block;
	width: 190px;
	margin-top: 12px;
	margin-bottom: 24px;
}

.locations .members .back {
	margin-top: 24px;
	margin-bottom: 24px;
}

.locations .infoWindow,
.locations .offices {
	display: none;
}

@media only screen and (min-width: 767px) {
	.locations .office {
		position: absolute;
		top: -12px;
		bottom: -8px;
		left: 0;
		width: 280px;
		margin: 0;
	}
}

input[type='text'],
input[type='password'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='date'] {
	background: #fff;
	border: 0;
	border-top: 2px solid #d9d9d9;
	font-size: 0.9375em;
	line-height: 1.6em;
	padding: 0.26667em 1em 0.4em;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0.8em;
	max-width: 270px;
	width: 100%;
}

input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder {
	color: #ababab;
	font-style: italic;
}

input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='date']::-moz-placeholder {
	color: #ababab;
	font-style: italic;
}

input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder {
	color: #ababab;
	font-style: italic;
}

input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='date']:-moz-placeholder {
	color: #ababab;
	font-style: italic;
}

textarea {
	border: 0;
	border-top: 2px solid #d9d9d9;
	font-size: 0.9375em;
	line-height: 1.6em;
	padding: 0.26667em 1em 0.4em;
	max-height: 150px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0.8em;
}

form {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	font-size: 0.9375em;
	font-style: italic;
	line-height: 1.71428571428571em;
	color: #5d5d5d;
	margin-bottom: 8px;
	padding-top: 4px;
}

.checkboxes label {
	display: inline;
	font-style: normal;
	color: #222;
}

.all-width input[type='text'],
.all-width input[type='password'],
.all-width input[type='number'],
.all-width input[type='url'],
.all-width textarea,
.all-width .styledSelect {
	width: 100%;
	max-width: 800px;
}

.well.col-form {
	text-align: left;
}

ul.checkboxes {
	list-style-type: none;
}

ul.checkboxes:after {
	content: '';
	display: table;
	clear: both;
}

ul.checkboxes ul {
	list-style-type: none;
	margin: 0;
}

.checkboxes li {
	width: 49%;
	float: left;
}

.checkboxes label {
	font-weight: normal;
}

.checkboxes input {
	display: inline-block;
	height: 12px;
	margin-right: 8px;
	width: auto;
}

.twoLevelCheckboxes li {
	width: 100%;
}

.input-file {
	overflow: hidden;
	position: relative;
}

.input-file input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.001;
	cursor: pointer;
	margin-left: -145px;
}

.styledSelect {
	outline: 0;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	border-bottom: 2px solid #d9d9d9;
	display: inline-block;
	height: 2.25em;
	line-height: 2.2em;
	padding: 0 1em;
	background: #fff;
	margin-bottom: 0.75em;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	-o-background-clip: padding-box;
	-ms-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.styledSelect:hover {
	border-color: silver;
}

.styledSelect:hover:before {
	background-position: -150px -83px;
}

.styledSelect:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 30px;
	height: 24px;
	background: url('../img/sprite.png') -150px -59px no-repeat transparent;
	background-size: 500px auto;
	background-color: white !important;
	z-index: 2;
	pointer-events: none;
}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
	(-o-min-device-pixel-ratio: 150 / 100),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-device-pixel-ratio: 1.5),
	(min-resolution: 1.5dppx) {
	.styledSelect:before {
		background: url('../img/sprite@2x.png') -150px -59px no-repeat transparent;
		background-size: 500px auto;
	}
}

.styledSelect select {
	width: 140%;
	padding: 0 0 0;
	cursor: pointer;
	border: 0;
	outline: 0;
	position: relative;
	background: transparent;
	color: black;
	font-weight: 300;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.styledSelect select option {
	font-size: 0.875em;
}

.errorlist {
	margin: 0 0 0.75em;
	padding: 0;
	list-style: none;
}

.errorlist li {
	color: #2e725b;
	font-weight: 600;
}

.required label:after {
	content: '*';
	display: inline-block;
	color: #2e725b;
	font-weight: 600;
	margin-left: 0.25em;
}

.required ul label:after {
	display: none;
}

.url-medium-com {
	margin-bottom: 0.75em;
}

.url-medium-com a {
	display: inline-block;
}

.url-medium-com a:before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-bottom: -6px;
	margin-right: 0.5em;
	background: url('../img/sprite.png') -180px -60px no-repeat transparent;
	background-size: 500px auto;
}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
	(-o-min-device-pixel-ratio: 150 / 100),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-device-pixel-ratio: 1.5),
	(min-resolution: 1.5dppx) {
	.url-medium-com a:before {
		background: url('../img/sprite@2x.png') -180px -60px no-repeat transparent;
		background-size: 500px auto;
	}
}

.share-cont {
	margin-top: 2.1875em;
	padding-top: 0.75em;
	border-top: 1px solid #d9d9d9;
}

.share-cont .download {
	text-transform: uppercase;
	font-weight: 600;
}

.next-articles {
	margin-top: 4.5em;
}

.next-articles .col-md-6 {
	padding-right: 20px;
}

.next-articles-button-line {
	margin-top: 3em;
}

@media only screen and (max-width: 500px) {
	.next-articles-button-line {
		margin-top: 0;
	}
}

.clanek-socialni-site {
	width: 200px;
}

.clanek-socialni-site .label-text {
	text-transform: uppercase;
	font-size: 0.8125em;
	display: inline-block;
	float: left;
	color: #b3aba2;
	font-weight: 600;
	margin-top: 5px;
	margin-right: 0.5em;
	line-height: 24px;
}

.medium-badge {
	display: inline-block;
	width: 78px;
	height: 78px;
	background: url('../img/sprite.png') -240px 0 no-repeat transparent;
	background-size: 500px auto;
}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
	(-o-min-device-pixel-ratio: 150 / 100),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-device-pixel-ratio: 1.5),
	(min-resolution: 1.5dppx) {
	.medium-badge {
		background: url('../img/sprite@2x.png') -240px 0 no-repeat transparent;
		background-size: 500px auto;
	}
}

.medium-badge:hover {
	background-position: -318px 0;
}

.img-full-col {
	width: 100%;
	height: auto;
}

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

p .img-left {
	max-width: 50%;
	float: left;
	height: auto;
	margin: 0.5em 1.5em 0.5em 0;
}

@media only screen and (max-width: 450px) {
	p .img-left {
		width: 100%;
		max-width: 100%;
	}
}

p .img-right {
	max-width: 50%;
	float: right;
	height: auto;
	margin: 0.5em 0 1.5em 0.5em;
}

@media only screen and (max-width: 450px) {
	p .img-right {
		width: 100%;
		max-width: 100%;
	}
}

.caption-text {
	font-size: 0.80952em;
	line-height: 1.41176em;
	font-style: italic;
	color: #727272;
}

.pagination .older {
	margin-right: 15px;
}

.pagination .newer {
	margin-left: 15px;
}

.article-list-box {
	clear: both;
}

.list section:first-child h2 {
	margin-top: 0;
}

.blog-list-thumb {
	width: 140px;
	height: auto;
	float: right;
	margin-top: 12px;
	margin-bottom: 24px;
	margin-left: 20px;
}

@media only screen and (max-width: 501px) {
	.blog-list-thumb {
		width: 100px;
	}
}

.thumbnails-enabled h2,
.thumbnails-enabled p {
	max-width: 560px;
}

.blog-post-thumb {
	float: right;
	width: 200px;
	margin: 0 0 24px 30px;
}

@media only screen and (max-width: 501px) {
	.blog-post-thumb {
		width: 100px;
	}
}

.cats-cont {
	margin: -24px 0 48px 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

@media only screen and (max-width: 501px) {
	.cats-cont {
		margin: -12px 0 0;
	}
}

.cats-cont li {
	display: inline-block;
	margin-bottom: 7.2px;
}

.institute-read-cont {
	text-align: center;
}

.institute-read-cont h3 {
	color: #827d75;
	text-align: center;
	font-family: 'ff-meta-serif-web-pro', serif;
	font-weight: normal;
	font-size: 1.75em;
	line-height: 1.28571em;
	margin-top: 4.28571em;
	margin-bottom: 0.85714em;
}

.article-big-text .institute-read-cont a.btn.btn-institute {
	font-size: 1.1em;
	padding: 2.4px 30px;
}

.institute-read-cont .about-institute-cont {
	background: #827d75;
	padding: 48px 30px;
	margin-top: 72px;
}

.institute-read-cont .about-institute-cont p {
	font-size: 1.5625em;
	line-height: 1.44em;
	margin-top: 0.96em;
	margin-bottom: 1.44em;
	color: #fff;
	opacity: 0.5;
	max-width: 450px;
	margin-right: auto;
	margin-left: auto;
}

.institute-read-cont .i-logo {
	width: 170px;
	display: inline-block;
}

.collapse {
	display: none;
}

.panel-group .panel {
	border-bottom: 1px solid #d9d9d9;
}

.panel-group h2 {
	font-size: 1.75em;
	line-height: 1.28571em;
	margin-top: 0.85714em;
	margin-bottom: 0.42857em;
}

@media only screen and (max-width: 501px) {
	.panel-group h2 {
		font-size: 1.3125em;
		line-height: 1.14286em;
	}
}

.panel-group .img-side,
.panel-group .txt-side {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-top: 0.75em;
}

.panel-group .txt-side {
	width: 70%;
	padding-right: 30px;
	padding-bottom: 3em;
}

.panel-group .img-side {
	width: 30%;
	padding-top: 0.75em;
}

@media only screen and (max-width: 767px) {
	.panel-group .img-side,
	.panel-group .txt-side {
		float: none;
		width: auto;
		padding: 0;
		margin-bottom: 2em;
	}
}

.panel-group .consultant {
	min-height: 0;
	margin-bottom: 1.5em;
}

.testimonials {
	text-align: center;
}

.testimonials .testimonial {
	margin-bottom: 3em;
}

@media only screen and (min-width: 501px) {
	.testimonials .testimonial {
		margin-bottom: 4.5em;
	}
}

.testimonials .testimonial .video {
	padding: 0 0;
	max-width: 730px;
	margin: 0 auto;
}

.testimonials .testimonial iframe {
	width: 100%;
	height: 400px;
}

@media only screen and (max-width: 600px) {
	.testimonials .testimonial iframe {
		height: 300px;
	}
}

@media only screen and (max-width: 400px) {
	.testimonials .testimonial iframe {
		height: 300px;
	}
}

.video-capture {
	position: relative;
	text-align: center;
	cursor: pointer;
}

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

.video-capture .play {
	position: absolute;
	width: 90px;
	height: 90px;
	background: #2e725b;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.video-capture .play:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 32px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -20px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 600ms;
	-moz-transition-duration: 600ms;
	-o-transition-duration: 600ms;
	-ms-transition-duration: 600ms;
	transition-duration: 600ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.video-capture:hover .play {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.video-capture:hover .play:after {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*! 
 * STYLES FOR FRONTEND!!
 *
 */

.medium-insert-images,
.mediumInsert,
.medium-insert-embeds {
	text-align: center;
	margin-bottom: 36px;
}

.medium-insert-images figure,
.mediumInsert figure {
	margin: 0 0 24px 0;
	display: block;
}

.medium-insert-images figure img,
.mediumInsert figure img {
	max-width: 100%;
	margin-top: 1em;
	vertical-align: top;
}

.medium-insert-images figure:first-child img,
.mediumInsert figure:first-child img {
	margin-top: 0;
}

.medium-insert-images.medium-insert-images-left,
.medium-insert-images-left.mediumInsert,
.mediumInsert.small {
	max-width: 40%;
	float: left;
	margin: 15px 30px 10px 0;
}

.medium-insert-embeds-left {
	width: 40%;
	float: left;
	margin: 15px 30px 10px 0;
}

.medium-insert-images.medium-insert-images-right,
.medium-insert-images-right.mediumInsert {
	max-width: 40%;
	float: right;
	margin: 15px 0 10px 15px;
}

.medium-insert-embeds-right {
	width: 40%;
	float: right;
	margin: 15px 0 10px 15px;
}

.medium-insert-images.medium-insert-images-grid,
.medium-insert-images-grid.mediumInsert {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0.5em -0.5em;
}

.medium-insert-images.medium-insert-images-grid figure,
.medium-insert-images-grid.mediumInsert figure {
	width: 33.33%;
	display: inline-block;
}

.media-section {
	padding: 0.75em 0 1.5em 0;
	margin-top: 0em;
	border-top: 1px solid #d9d9d9;
}

.media-section.only-one {
	padding-top: 0;
	border-top: 0;
}

.media-section h2 {
	margin-bottom: 0.77419em;
	margin-top: 0.75em;
}

.media-section .btn {
	padding-left: 3em;
	padding-right: 3em;
}

.media-section.press-news {
	padding-bottom: 2.625em;
}

ul.press-cols {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 0em;
}

ul.press-cols li {
	margin-bottom: 0.75em;
}

@media only screen and (min-width: 500px) {
	ul.press-cols li {
		margin-bottom: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		float: left;
		margin-bottom: 1.5em;
	}
	ul.press-cols li:nth-child(odd) {
		padding-right: 20px;
		clear: left;
	}
	ul.press-cols li:nth-child(even) {
		padding-left: 20px;
	}
}

ul.press-cols .date {
	display: block;
	color: #ababab;
	font-style: italic;
	font-size: 0.8125em;
	line-height: 1.84615em;
}

ul.press-cols .name {
	display: block;
}

ul.press-cols.nocol li {
	float: none;
	width: auto;
	padding: 0.75em 0;
	border-top: 1px solid #d9d9d9;
}

ul.press-cols.nocol li:first-child {
	border: none;
}

ul.press-cols.nocol li .name {
	font-size: 1.0625em;
	line-height: 1.41176em;
}

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

ul.download-list li {
	line-height: 2.25em;
	color: #ababab;
}

ul.download-list .bracket {
	padding: 0 0.3em;
}

ul.download-list .file-info {
	font-size: 0.8125em;
	font-style: italic;
}

ul.download-list .download-link:before {
	display: inline-block;
	content: '';
	width: 30px;
	height: 30px;
	margin-bottom: -9px;
	margin-right: 5px;
	background: url('../img/sprite.png') -293px -90px no-repeat transparent;
	background-size: 500px auto;
}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
	(-o-min-device-pixel-ratio: 150 / 100),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-device-pixel-ratio: 1.5),
	(min-resolution: 1.5dppx) {
	ul.download-list .download-link:before {
		background: url('../img/sprite@2x.png') -293px -90px no-repeat transparent;
		background-size: 500px auto;
	}
}

.clients-grid {
	margin-right: -15px;
	margin-top: 24px;
}

.client-logo-cont {
	width: 128px;
	float: left;
	margin-right: 15px;
	height: 156px;
}

.client-logo-cont .img {
	border: 2px solid #f3f3f3;
	padding: 12px 11px;
}

.client-logo-cont .img:hover {
	border-color: #d9d9d9;
}

.client-logo-cont .img img {
	display: block;
	width: 100%;
}

.client-logo-cont .client-web-link {
	display: block;
	text-align: center;
	font-size: 0.8125em;
	line-height: 1.84615em;
	margin-top: 0.92308em;
	color: #434343;
}

.client-logo-cont .client-web-link:hover {
	text-decoration: underline;
}

section.youtube-feed-box {
	margin: 24px 0 48px;
}

section.youtube-feed-box .lcol {
	float: left;
	width: 48%;
}

section.youtube-feed-box .lcol iframe {
	width: 100%;
	max-height: 230px;
}

section.youtube-feed-box .rcol {
	float: right;
	width: 45%;
}

section.youtube-feed-box .rcol .date {
	font-size: 0.8125em;
	line-height: 1.84615em;
	margin-top: 0em;
	margin-bottom: 0.92308em;
	color: #727272;
	font-style: italic;
}

section.youtube-feed-box .rcol .perex {
	color: #434343;
}

section.youtube-feed-box .lcol,
section.youtube-feed-box .rcol {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 610px) {
	section.youtube-feed-box .lcol,
	section.youtube-feed-box .rcol {
		float: none;
		width: auto;
	}
}

section.youtube-feed-box h2 {
	font-size: 1.875em;
	line-height: 1.2em;
	margin-top: 0.4em;
	margin-bottom: 0em;
}

@media only screen and (max-width: 501px) {
	section.youtube-feed-box h2 {
		font-size: 1.25em;
		line-height: 1.2em;
		margin-top: 0.6em;
		margin-bottom: 0em;
	}
}

.video-chanell-promo .lcol {
	float: left;
	width: 50%;
}

.video-chanell-promo p {
	margin-bottom: 24px;
}

.video-chanell-promo .video-cont {
	margin-top: 12px;
	float: right;
	width: 48%;
}

.video-chanell-promo .video-cont iframe {
	width: 100%;
	height: 200px;
}

@media only screen and (max-width: 767px) {
	.video-chanell-promo .lcol,
	.video-chanell-promo .video-cont {
		float: none;
		width: auto;
	}
}

.dbl-equal-cols {
	overflow: hidden;
}

.dbl-equal-cols .col {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 48%;
}

.dbl-equal-cols .col:first-child {
	float: left;
}

.dbl-equal-cols .col:last-child {
	float: right;
}

@media only screen and (max-width: 767px) {
	.dbl-equal-cols .col {
		width: auto !important;
		float: none !important;
	}
}

.intro-leadership {
	font-size: 1.25em;
	line-height: 1.8em;
	margin-top: 2.4em;
	margin-bottom: 1.2em;
	color: #434343;
	text-align: center;
}

.well-submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

.well-submenu li {
	margin-bottom: 6px;
}

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

.icon {
	font-family: 'icomoon';
	font-size: 27px;
}

.icon:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: '';
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.row:before,
.clearfix:after,
.row:after,
.article-big-text:before,
.article-big-text:after {
	content: ' ';
	display: table;
}

.clearfix:after,
.row:after,
.article-big-text:after {
	clear: both;
}

.clearfix,
.row {
	*zoom: 1;
}

.right {
	float: right;
}

@media only screen and (max-width: 500px) {
	.hide-mobile {
		display: none;
	}
}

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

.container {
	max-width: 980px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto 0;
	margin-top: 79px;
}

@media only screen and (max-width: 320px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.about .container,
.submenu-page .container {
	margin-top: 128px;
}

@media only screen and (max-width: 770px) {
	.container {
		margin-top: 46px !important;
	}
}

.onecol {
	max-width: 750px;
}

.col-md-8,
.col-md-6,
.col-md-4,
.col-md-3,
.col-md-9,
.col-md-2,
.col-form,
.col-side-form,
.col-md-trio {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.col-md-2 {
	width: 20%;
}

.col-md-3 {
	width: 25%;
}

.col-md-4 {
	width: 30%;
}

.col-md-6 {
	width: 50%;
}

.col-md-8 {
	width: 70%;
	padding-right: 3em;
}

.col-md-9 {
	width: 75%;
}

.col-form {
	width: 60%;
	padding: 0 2em;
}

.col-side-form {
	width: 40%;
	padding-left: 2em;
}

.col-md-trio {
	width: 33%;
	padding: 0 10px;
}

@media only screen and (max-width: 767px) {
	.col-md-trio {
		float: none;
		width: auto;
		padding: 0;
		margin-bottom: 2em;
	}
}

@media only screen and (max-width: 767px) {
	.col-md-8,
	.col-md-4 {
		float: none;
		width: auto;
		padding: 0;
		margin-bottom: 2em;
	}
}

@media only screen and (max-width: 500px) {
	.col-side-form,
	.col-form,
	.col-md-6 {
		float: none;
		width: auto;
		padding: 0;
		margin-bottom: 2em;
	}
	.col-side-form .col-side-form,
	.col-form .col-side-form,
	.col-md-6 .col-side-form {
		padding: 0;
	}
}

@media only screen and (max-width: 600px) {
	.partner-with-us-cont .col-side-form,
	.partner-with-us-cont .col-form {
		float: none;
		width: auto;
		margin-bottom: 2em;
	}
	.partner-with-us-cont .col-side-form {
		padding: 0;
	}
}

.well {
	background: #f3f3f3;
	padding: 1.5em 30px;
	position: relative;
	z-index: 1;
	margin-bottom: 24px;
}

.well:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	border-top: 4px solid #e4e4e4;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	height: 0;
}

.well.flat {
	background: none;
	padding: 1.5em 0 1.5em 15px;
}

.well.flat:after {
	display: none;
}

.well h2 {
	font-size: 1.75em;
	line-height: 1.28571em;
	margin-top: 0.42857em;
	margin-bottom: 0.42857em;
}

@media only screen and (max-width: 767px) {
	.well {
		text-align: center;
	}
}

.flatblock-single {
	margin-bottom: 2.25em;
}

.ico-but {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../img/sprite.png') 0 0 no-repeat transparent;
	background-size: 500px auto;
}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
	(-o-min-device-pixel-ratio: 150 / 100),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-device-pixel-ratio: 1.5),
	(min-resolution: 1.5dppx) {
	.ico-but {
		background: url('../img/sprite@2x.png') 0 0 no-repeat transparent;
		background-size: 500px auto;
	}
}

.ico-but.facebook {
	background-position: 0 0;
}

.ico-but.facebook:hover {
	background-position: 0 -30px;
}

.ico-but.linkedin {
	background-position: -30px 0;
}

.ico-but.linkedin:hover {
	background-position: -30px -30px;
}

.ico-but.twitter {
	background-position: -60px 0;
}

.ico-but.twitter:hover {
	background-position: -60px -30px;
}

.ico-but.youtube {
	background-position: -60px -60px;
}

.ico-but.youtube:hover {
	background-position: -60px -90px;
}

.ico-but.gplus {
	background-position: -203px -60px;
}

.ico-but.gplus:hover {
	background-position: -203px -90px;
}

.ico-but.show-menu {
	background-position: 0px -60px;
}

.ico-but.show-menu:hover {
	background-position: 0px -90px;
}

.down-arrow {
	display: none;
}

.break-m-check {
	display: none;
}

@media only screen and (min-width: 767px) {
	.break-m-check {
		display: inline;
	}
}

.top-nav li.item-293,
.top-nav li.item-353 {
	display: none !important;
}

div.nav-container > ul.nav > li:hover ul.mod-menu__sub {
	display: block !important;
}

.top-nav ul.mod-menu__sub {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-nav ul.mod-menu__sub li {
	display: inline-block;
}

.text-left.feed {
	text-align: center;
	background: #f3f3f3;
}
.text-left.feed ul {
	padding: 50px 0;
	list-style-type: none;
}

.text-left.feed ul a:hover {
	text-decoration: underline;
}

#mod-custom91 {
	background: #f3f3f3;
}

#mod-custom91 h1 {
	text-align: center;
	max-width: 800px;
	margin: auto;
	padding-top: 50px;
}

#mod-custom91 ul {
	text-align: left;
	max-width: 980px;
	margin: auto;
	padding-bottom: 50px;
}

#mod-custom91 h4 {
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
}

.irc-member-line-text {
	color: #fff;
}

.sitemap > ul.mod-menu {
	padding: 0;
}

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

.sitemap > ul.mod-menu > li > a {
	font-weight: 700;
	font-size: 16px;
}

.sitemap > ul.mod-menu > li.deeper > a {
	display: block;
}

div.pagination {
	margin-top: 30px;
}

ul.pagination {
	padding: 0;
}

ul.pagination li {
	display: inline-block;
}

body.feed-inspiration .text-left.feed {
	background-color: transparent;
	text-align: left;
}

@media only screen and (max-width: 780px) {
	div.sitemap > ul.mod-menu > li {
		display: block;
		width: 100%;
		margin: 0px 0px 5px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.consultant {
		width: 100% !important;
	}

	.consultant .head {
		background-repeat: no-repeat;
		background-size: contain;
	}
}

#mod-custom93 {
	max-width: 600px;
	margin: auto;
	padding: 0px 2em;
	text-align: center;
}

td.list-edit > a > div,
td.list-title > span.label-warning,
.editor-xtd-buttons,
#versionsModal {
	display: none;
}

.consultant {
	margin: 0;
}

.consultant-img-cont2 > .head {
	background-size: cover;
}
