/*
Theme Name: MHP
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:
*/

.widget:after,
.post-password-form p:after,
.search-form:after,
.two-columns:after,
.heading:after,
.posts-area:after,
.post:after,
.topics-area:after,
.topic:after,
.team-area:after,
.job-list li:after,
.contact-form .input-item:after,
.wrap-container:after {
	content: " ";
	display: block;
	clear: both;
}

.contact-menu,
.team-list-2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?n4sa4v");
	src: url("fonts/icomoon.eot?#iefixn4sa4v") format("embedded-opentype"), url("fonts/icomoon.woff?n4sa4v") format("woff"), url("fonts/icomoon.ttf?n4sa4v") format("truetype"), url("fonts/icomoon.svg?n4sa4v#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gotham-Light";

    src: url('fonts/gl_generated/gotham-light.eot');
    src: url('fonts/gl_generated/gotham-light.eot?#iefix')
    format('embedded-opentype'),
    url('fonts/gl_generated/gotham-light.woff') format('woff'),
    url('fonts/gl_generated/gotham-light.ttf') format('truetype');

	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook-02:before {
	content: "\e600";
}

.icon-letter-06:before {
	content: "\e601";
}

.icon-phone:before {
	content: "\e602";
}

.icon-twitter:before {
	content: "\ea91";
}

.icon-youtube3:before {
	content: "\ea99";
}

.icon-linkedin2:before {
	content: "\eac9";
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 13px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	background: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

html {
	min-height: 100%;
}

body {
	min-height: 100%;
	color: #4c4c4c;
	font: 14px/17px "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica", sans-serif;
	overflow-y: scroll;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	margin: 0;
	background: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 23px;
}

a {
	text-decoration: underline;
	color: #000;
	outline: none;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

video,
iframe,
object,
embed {
	max-width: 100%;
}

input,
textarea,
select {
	font: 100% "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica", sans-serif;
	color: #aeaeae;
	vertical-align: middle;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="file"],
textarea {
	display: block;
	color: #4c4c4c;
	background: #f0f0f0;
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: none;
	padding: 4px 7px 6px;
	width: 100%;
	font: 18px/25px "Times New Roman", Times, serif;
	height: 35px;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
	min-height: 200px;
	height: 200px;
}

button,
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	margin: 0;
	padding: 10px 8px 9px;
	font-size: 13px;
	line-height: 16px;
	display: block;
	border: none;
	text-align: center;
	min-width: 136px;
	cursor: pointer;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	opacity: .75;
}

label {
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="search"] {
	-webkit-appearance: none;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

b,
strong,
th {
	font-weight: bold;
}

i,
cite,
em,
var,
dfn,
address {
	font-style: italic;
}

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 14px;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	color: #693070;
	border-top: 1px solid #693070;
	border-top: 1px solid rgba(105, 48, 112, .6);
}

table a {
	color: #0d205b;
}

th,
td {
	border: 1px solid #693070;
	border: 1px solid rgba(105, 48, 112, .5);
	border-width: 0 0 1px 1px;
	padding: 2px 3px;
}

th:first-child,
td:first-child {
	border-width: 0 0 1px;
}

th {
	background: #693070;
	color: #fff;
	border-color: #441e49;
	vertical-align: top;
}

ul {
	margin-left: 1px;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul > li {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

pre {
	max-width: 100%;
	overflow: auto;
}

::-webkit-input-placeholder {
	color: #aeaeae !important;
}

:-moz-placeholder {
	color: #aeaeae !important;
}

::-moz-placeholder {
	color: #aeaeae !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #aeaeae !important;
}

.mejs-controls .mejs-button button {
	min-width: 0;
}

.widget {
	margin-bottom: 14px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="search"],
.search-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"],
.search-form input[type="search"],
.search-form input[type="text"] {
	width: 150px;
}

.post-password-form input,
.search-form input {
	float: left;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	border: none;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.comment-form input[type="submit"] {
	float: none;
	display: block;
}

.commentlist {
	margin: 0 0 14px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 14px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 14px 4px 0;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 14px;
}

.navigation .next {
	float: left;
}

.navigation .prev {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 14px;
}

.wp-caption img {
	vertical-align: top;
	margin: 0;
}

.wp-caption p {
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption.alignleft,
img.alignleft {
	margin: 0 15px 10px 0;
}

.wp-caption.alignright,
img.alignright {
	margin: 0 0 10px 15px;
}

.mejs-container {
	margin-bottom: 14px;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#sidebar #wp-calendar,
#wp-calendar {
	width: 100%;
	text-align: center;
	border: 1px solid #693070;
	border: 1px solid rgba(105, 48, 112, .6);
	border-width: 1px 1px 0;
}

#sidebar #wp-calendar tfoot td,
#wp-calendar tfoot td {
	padding: 0;
	background: #693070;
	border: 1px solid #441e49;
	border-width: 0 0 1px 1px;
	padding: 2px 3px;
}

#sidebar #wp-calendar tfoot td:first-child,
#wp-calendar tfoot td:first-child {
	border-width: 0 0 1px;
}

#sidebar #wp-calendar tfoot a,
#wp-calendar tfoot a {
	padding: 2px 3px;
	display: block;
	color: #fff;
	background: #693070;
}

#sidebar #wp-calendar tfoot a:hover,
#wp-calendar tfoot a:hover {
	text-decoration: none;
	opacity: .8;
}

#sidebar #wp-calendar #prev,
#wp-calendar #prev {
	text-align: left;
}

.cadet-blue .navigation a,
.navigation a {
	display: block;
	color: #fff;
	background: #000;
	margin: 0;
	padding: 9px 5px;
	font-size: 14px;
	line-height: 17px;
	border: none;
	text-align: center;
	min-width: 76px;
	text-decoration: none;
}

.cadet-blue .navigation a:hover,
.navigation a:hover {
	opacity: .8;
}

html,
body {
	height: 100%;
}

#wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	padding: 85px 0 0;
}

#wrapper.map {
	background: #94d6dc;
}

#header {
	-webkit-transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	width: 100%;
	position: fixed !important;
	top: 0 !important;
	left: 0;
	z-index: 5;
	/*padding: 21px 0 23px;*/
	padding: 0px 0 23px;/* notice */
	background: #5e255f;
	min-width: 320px;
	font-size: 13px;
	line-height: 16px;
	top: 0;
	left: 0;
}

.logo {
	float: left;
	margin: 0 28px 0 0;
}

.logo a:hover {
	opacity: .8;
}

.social-networks {
	float: right;
	margin: 0;
	padding: 10px 0 0;
	overflow: hidden;
}

.social-networks li {
	float: left;
	padding: 0 0 0 7px;
	list-style: none;
}

.social-networks li:first-child {
	padding-left: 0;
}

.social-networks a {
	display: block;
	width: 25px;
	height: 24px;
	background: #b294b2;
	position: relative;
	color: #5f2966;
	text-decoration: none;
}

.social-networks a:hover {
	opacity: .8;
}

.social-networks a.icon-letter-06:before {
	font-size: 13px;
}

.social-networks a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	font-size: 12px;
	line-height: 33px;
	text-align: center;
	margin: -5px 0 0 -3px;
}

.social-networks a span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.contact-menu {
	float: right;
	padding: 10px 13px 0 0;
	position: relative;
}

.contact-menu li {
	float: left;
	margin: 0 0 0 14px;
	list-style: outside none;
}

.contact-menu li:hover .slide {
	display: block;
}

.contact-menu a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 35px;
	background: url(images/contact-sprite.png) no-repeat;
}

.contact-menu a.mail {
	background-position: -7px 0;
	width: 30px;
}

.contact-menu a.mail:hover {
	background-position: -7px -35px;
}

.contact-menu a.phone {
	background-position: -50px 0;
	width: 28px;
}

.contact-menu a.phone:hover {
	background-position: -50px -35px;
}

.contact-menu a.location {
	background-position: -89px 0;
	width: 20px;
}

.contact-menu a.location:hover {
	background-position: -89px -35px;
}

.contact-menu a.social-media {
    background-position: -122px 0;
    width: 32px;
}

.contact-menu a.social-media:hover {
    background-position: -122px -35px;
}

.contact-menu .slide {
	display: none;
	position: absolute;
	right: 100%;
	top: 0;
	background: #391739;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	padding: 14px 18px 16px;
	white-space: nowrap;
}

.nav-holder {
	float: right;
	margin: 10px 2px 0 15px;
}

.nav-opener {
	color: #fff;
	text-align: center;
	float: right;
	width: 30px;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 11px;
}

.nav-opener a, .nav-opener a.opener-burger {
	color: #fff;
	text-decoration: none;
}

.nav-opener a.opener-burger {
    background: url(images/contact-sprite.png) no-repeat -192px 0;
    width: 30px;
    height: 30px;
    display: block;
}

.nav-opener a:hover {
	opacity: .8;
}

.nav-opener a.opener-burger:hover {
    background-position: -192px -35px;
}

.nav-opener span {
	display: block;
	position: relative;
	width: 27px;
	height: 15px;
	overflow: hidden;
}

.nav-opener span:before,
.nav-opener span:after,
.nav-opener span em {
	background: #b294b2;
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.nav-opener span:before,
.nav-opener span:after {
	content: "";
	top: 0;
}

.nav-opener span:after {
	top: auto;
	bottom: 0;
}

.nav-opener strong {
	display: block;
	padding: 1px 0 0;
	color: #b294b2;
}

.nav-active #header,
.nav-active .w1,
.nav-active #footer,
.nav-active .notice{
	-webkit-transform: translateX(-320px);
	-ms-transform: translateX(-320px);
	transform: translateX(-320px);
}

 

.nav-active #nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.w1,
#footer {
	position: relative;
	-webkit-transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
}

#nav {
	overflow: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	width: 320px;
	/*-webkit-transition: all .25s linear;*/
	/*transition: all .25s linear;*/
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	padding: 84px 40px 20px;
	background: #1d1d1b;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	font-weight: 300;
}

#nav > ul {
	margin: 0 0 10px;
	padding: 0;
}

#nav li {
	list-style: none;
	margin: 15px 0 0;
}

#nav li:first-child {
	margin-top: 0;
}

#nav li.active > a {
	background: #4a2050;
	opacity: .8;
}

#nav a {
	display: block;
	padding: 0;
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	opacity: .6;
}

#nav ul ul {
	display: none;
	padding: 5px 0 0 20px;
	font-size: 20px;
	line-height: 24px;
}

#nav ul ul li {
	margin: 0 0 6px;
}

#nav .nav-opener {
	position: absolute;
	top: 31px;
	right: 33px;
	z-index: 10;
}

#nav .nav-opener span {
	width: 24px;
	height: 24px;
}

#nav .nav-opener span:before,
#nav .nav-opener span:after,
#nav .nav-opener span em {
	background: #fff;
}

#nav .nav-opener span em {
	opacity: 0;
}

#nav .nav-opener span:after,
#nav .nav-opener span:before {
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	top: 10px;
	left: -7px;
	right: -7px;
}

#nav .nav-opener span:after {
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
    /*margin-top: 0 !important;*/
}

.bg-stretch img {
	max-width: none;
}

.intro {
	min-height: 561px;
	overflow: hidden;
	position: relative;
	background: #fb4f1d;
	font: 34px/34px "adobe-garamond-pro", Georgia, serif;
	color: #fff;
}

.intro .wrap-container {
	min-height: 561px;
	white-space: nowrap;
	text-align: center;
}

.intro .wrap-container:before {
	content: "";
	display: inline-block;
	min-height: 561px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.intro .wrap-container .info {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
}

.intro .wrap-container .info p {
	margin: 0;
}

.intro.height-2 {
	min-height: 520px;
}

.intro.height-2 .wrap-container {
	min-height: 520px;
}

.intro.height-2 .wrap-container:before {
	min-height: 520px;
}

.intro .visual {
	margin: 0 0 24px;
}

#main {
	padding: 63px 0 0;
}

#main.alt {
	line-height: 23px;
	padding: 52px 0 0;
}

#main.alt .two-columns {
	padding: 0 0 78px;
}

#main.alt #sidebar {
	margin: -2px 0 0 -100%;
}

#main.alt h1 {
	margin: 0 0 13px;
}

#main.large {
	line-height: 22px;
}

#main.large .two-columns .heading {
	margin: 0 250px 22px 0;
}

#main.large .content-holder {
	margin: 0 250px 0 0;
}

#main.large #sidebar h3 {
	margin: 0 0 16px;
}

#main.large .menu li {
	padding: 10px 0 0;
}

#main.large .menu li:first-child {
	padding-top: 0;
}

#main.simple {
	padding: 30px 0 44px;
}

#main.simple .heading {
/*	min-height: 0;
	padding: 0 0 7px;
	margin: 0 193px 28px 0;*/
	min-height: 0px;
  	margin: 0 232px 34px 0;
  	/*margin: 0 190px 14px 0;*/
}

/*#main.simple h1 {
	font: 800 28px/34px "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica", sans-serif;
	margin: 0;
}*/

/*#main.simple h2 {
	font-size: 20px;
	margin: 0 0 12px;
}
*/
#main.simple .content-holder {
	margin: 0 232px 0 0;
	/*margin: 0 193px 0 0;*/
}

#main.simple #sidebar {
	width: 170px;
}

#main.simple #sidebar h3 {
	padding: 0 0 13px;
	margin: 0 0 9px;
}

#main.simple .menu {
	min-height: 151px;
}

#main.simple .menu li {
	padding: 12px 0 0;
}

#main.simple .menu li:first-child {
	padding-top: 0;
}

#main.medium {
	padding: 33px 0 44px;
	line-height: 23px;
}

#main.medium .content-holder {
	margin: 0 232px 0 0;
	/*margin: 0 212px 0 0;*/
}

#main.medium .two-columns {
	padding: 0;
}

#main.medium #sidebar {
	width: 170px;
	/*font-size: 18px;*/
}

#main.medium #sidebar h3 {
	padding: 0 0 14px;
	margin: 0 0 9px;
}

#main.medium #sidebar.top-indent {
	margin-top: -70px;
}

#main.medium .menu {
	min-height: 148px;
}

#main.medium .menu li {
	padding: 9px 0 0;
}

#main.medium .menu li:first-child {
	padding-top: 0;
}

#main.medium h1 {
	margin: 0 0 6px;
}

#main.medium .heading {
	min-height: 85px;
	margin: 0 232px 34px 0;
	/*margin: 0 190px 14px 0;*/
}

#main .events {
	line-height: 20px;
}

#main .events h1 {
	margin: 0 0 32px;
}

#main .events h2 {
	line-height: 25px;
	margin: 0 0 13px;
}

#main .events h3 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 800;
}

.events {
	padding: 0 12.5% 26px 0;
}

.events h1 {
	margin: 0 0 32px;
}

.events h2 {
	line-height: 25px;
	margin: 0 0 13px;
}

.events h3 {
	font-weight: 800;
	font-size: 22px;
	line-height: 25px;
	margin: 0 0 5px;
}

.events time {
	display: block;
	font: italic 16px/18px "adobe-garamond-pro", Georgia, serif;
}

.events p {
	margin: 0 0 22px;
}

.events ul,
.events ol {
	padding: 6px 0 1px 15px;
}

.events ul li,
.events ol li {
	padding: 10px 0 0;
}

.events ul li:first-child,
.events ol li:first-child {
	padding-top: 0;
}

.two-columns {
	padding: 0 0 44px;
}

.two-columns #content {
	float: left;
	width: 100%;
}

.two-columns .heading {
	margin: 0 232px 34px 0;
}

.content-holder {
	margin: 0 232px 0 0;
}

.tags-titles h2 a {
    color:#4C4C4C;
}

#infscr-loading div{
    font-style: normal !important;
    font-weight: normal !important;
}

#sidebar {
	width: 175px;
	float: right;
	margin: 0 0 0 -100%;
}

#sidebar.top-indent {
	/*margin-top: -49px;*/
	margin-top: -74px;
}

#sidebar.top-indent2 {
	margin-top: -68px;
}

#sidebar.top-indent3 {
    margin-top: -252px;
}

#sidebar .search-form input[type="search"],
#sidebar .search-form input[type="text"] {
	width: 135px;
}

#sidebar .search-form button,
#sidebar .search-form html input[type="button"],
#sidebar .search-form input[type="reset"],
#sidebar .search-form input[type="submit"] {
	min-width: 0;
}

#sidebar .widget {
	margin: 0 0 9px;
}

#sidebar h3 {
	padding: 0 0 19px;
	border-bottom: 2px solid #bfc1c2;
	font-weight: bold;
  	font-size: 16px;
}

#sidebar a {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

.heading {
	border-bottom: 2px solid #cfd0d1;
	padding: 0 0 19px;
	margin: 0 0 24px;
	min-height: 93px;
	font: italic 16px/20px "adobe-garamond-pro", Georgia, serif;
	font-size: 21px;
}

.heading img {
	display: block;
	margin: 0 0 10px;
}

.heading.alt {
	min-height: 0;
	padding: 0px 0 31px 1px;
}

.heading.alt h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 3px;
}

.heading.grey {
	color: #6f8493;
	padding: 40px 0 12px 1px;
}

.heading.grey h1 {
	color: #6f8493;
}

.heading.grey .visual {
	margin: -23px 0 -12px;
}

.heading.grey .visual.alignleft {
	margin-right: 18px;
	margin: -23px 16px -12px 6px;
}

.heading.grey .visual.alignright {
	margin: -23px 6px -12px 16px;
}

.heading p {
	margin: 0;
}

.heading h1 {
	font-family: "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica", sans-serif;
	font-style: normal;
	font-size: 24px;
	line-height: 28px;
}

#content p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}

.heading .visual {
	margin: -23px 0 -12px;
}

.heading .visual.alignleft {
	margin: -23px 5px -12px 0;
}

.heading .visual.alignright {
	margin: -23px 0 -12px 5px;
}

.menu {
	min-height: 153px;
}

.menu ul {
	margin: 0;
	padding: 0 25px 0 0;
}

.menu li {
	list-style: none;
	padding: 11px 0 0;
}

.menu li:first-child {
	padding-top: 0;
}

.intro-slideshow {
	position: relative;
	overflow: hidden;
	color: #fff;
	font: italic 19px/23px "adobe-garamond-pro", Georgia, serif;
	text-align: center;
}

.intro-slideshow a {
	color: #fff;
}

.intro-slideshow .slide {
	background: #7b5919;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
  	/*height: 100%;*/
	box-shadow: inset 0 0 48px rgba(0, 0, 0, .19);
}

.intro-slideshow .slide.active {
	z-index: 2;
}

.intro-slideshow .slide.turquoise {
	background: #85c0c6;
	color: #4c4c4c;
}

.intro-slideshow .slide.turquoise a {
	color: #4c4c4c;
}

.intro-slideshow .slide.turquoise .text-block {
	padding: 37px 10% 12px;
}

.intro-slideshow .slide.turquoise h1 {
	margin: 0 0 18px;
}

.intro-slideshow .slide.turquoise p:first-letter {
	font-weight: bold;
}

.intro-slideshow .slide.turquoise .btns-list {
	padding: 48px 0 0;
}

.intro-slideshow .slide.pink {
	background: #ed037c;
}

.intro-slideshow .slide.pink .text-block {
	padding: 18px 10% 12px;
}

.intro-slideshow .slide.pink h1 {
	line-height: 49px;
	margin: 0 0 8px;
}

.intro-slideshow .slide.pink .btns-list {
	padding: 30px 0 0;
}

.intro-slideshow .slide.green {
	background: #c2cd23;
}

.intro-slideshow .slide.green .text-block {
	/*padding: 66px 10% 12px;*/
	padding: 20px 10% 12px;
}

.intro-slideshow .slide.green h1 {
	/*margin: 0 0 21px;*/
	margin: 0 0 8px;
}

.intro-slideshow .slide.green .btns-list {
	padding: 30px 0 0;
}

.intro-slideshow .wrap-container {
	/*min-height: 400px;*/
	min-height: 561px;
	white-space: nowrap;
}

.intro-slideshow .wrap-container:before {
	content: "";
	display: inline-block;
	/*height: 400px;*/
	height: 561px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.intro-slideshow.height-2 .wrap-container {
	min-height: 400px;
	/*min-height: 520px;*/
}

.intro-slideshow.height-2 .wrap-container:before {
	height: 400px;
	/*height: 520px;*/
}

.intro-slideshow .text-block {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
    padding: 20px 10% 12px;
}

.intro-slideshow h1 {
	font-style: normal;
	color: #fff;
	font: 800 35px/40px "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica", sans-serif;
    line-height: 49px;
    margin: 0 0 8px;
}

.intro-slideshow .btns-list {
	text-transform: uppercase;
	margin: 0;
	padding: 30px 0 0;
	font: 9px/16px "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica", sans-serif;
}

.intro-slideshow .btns-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -5px 0 0;
	list-style: none;
	padding: 0 11px 10px 12px;
}

.intro-slideshow .btns-list a {
	display: block;
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, .9);
	padding: 10px 15px;
	min-width: 143px;
	background: rgba(38, 34, 13, 0);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
}

.intro-slideshow .btns-list a:hover {
	background: #7b5919;
	background: rgba(0, 0, 0, .25);
}

.intro-slideshow .visual {
	margin: 0 0 23px;
}

.intro-slideshow p {
	margin: 0;
}

.video-area {
	text-align: center;
	background: #e9d0a8;
	position: relative;
}

.video-area .wrap-container {
	min-height: 566px;
	white-space: nowrap;
}

.video-area .wrap-container:before {
	content: "";
	display: inline-block;
	height: 566px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.video-area .btn-play {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	padding: 23px 0 0;
}

.video-area .btn-play a:hover {
	opacity: .8;
}

.flowchart-area {
	box-shadow: inset 0 0 200px rgba(0, 0, 0, .2);
}

.flowchart-area .visual {
	max-width: 1070px;
	margin: 0 auto;
}

.partners-area {
	padding: 0;
	position: relative;
}

.partners-area.alt {
	padding: 39px 0 26px;
	margin: -5px 0 0;
}

.partners-area h1 {
	font-size: 28px;
	line-height: 32px;
	margin: 0;
	color: #4c4c4c;
	margin: 0 0 10px;
}

.partners-list {
	padding: 0;
	margin: 0 0 16px;
	overflow: hidden;
	text-align: center;
}

.partners-list:first-child {
	border-color: transparent;
	margin-bottom: 0;
}

.partners-list li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -5px 0 0;
	width: 20%;
	padding: 0 30px 5px;
	/*padding: 0 10px 5px;*/
	min-height: 80px;
	white-space: nowrap;
}

.partners-list li:before {
	content: "";
	display: inline-block;
	height: 80px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.partners-list li a {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	height: 80px;
}

.partners-list li a:hover {
	opacity: .8;
}

.partners-list li img {
	height: 100%;
	/*width: 100%;*/
}

.footer-holder {
	height: 1%;
	width: 100%;
	overflow: hidden;
	display: table-footer-group;
}

#footer {
	background-color: #4d4d4f;
	color: #fff;
	padding: 30px 0 14px;
	font-size: 16px;
	line-height: 20px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	opacity: .8;
}

#footer h3,
#footer .heading-box {
	display: block;
	color: #fff;
	margin: 0 0 37px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 800;
}

#footer h3 a,
#footer .heading-box a {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
}

#footer .row {
	margin: 0 0 0 -10px;
}

#footer address {
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 0 0 10px;
	width: 23%;
}

#footer .title {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 800;
	margin: 0 0 1px;
}

#footer p {
	margin: 0 0 20px;
}

.footer-logo {
	float: right;
	margin: 28px -18px 10px 0;
	display: inline-block;
}

.footer-logo-left {
	float: left;
	margin: 28px 0px 10px 0px;
	display: inline-block;
}

.posts-area {
	overflow: hidden;
	margin: -1px -30px -5px -20px;
}

.posts-area .column {
	float: left;
	width: 50%;
	padding: 0 46px;
	overflow: hidden;
}

.post {
	padding: 0 0 26px;
	margin: 0 9px 30px 0;
	position: relative;
}

.post:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -3px;
	right: 3px;
	height: 2px;
	background: #cacbcc;
}

.post .visual {
	margin: 0 0 19px;
}

.post .visual.video a {
	position: relative;
}

.post .visual.video a:after,
.post .visual.video a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 176px;
	height: 176px;
	margin: -90px 0 0 -88px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	background: rgba(255, 255, 255, .7);
}

.post .visual.video a:after {
	background: none;
	border-radius: 0;
	width: 0;
	height: 0;
	margin: -56px 0 0 -34px;
	border-style: solid;
	border-width: 52px 0 52px 92px;
	border-color: transparent transparent transparent #3f3f3e;
	border-color: transparent transparent transparent rgba(40, 40, 40, .85);
}

.post .visual a {
	display: inline-block;
	vertical-align: top;
}

.post img {
	width: 100%;
}

.post h2 {
	font-weight: 800;
	font-size: 23px;
	line-height: 26px;
	margin: 0 0 7px;
}

.post h2 a {
	color: #4c4c4c;
	text-decoration: none;
}

.post h2 a:hover {
	opacity: .75;
}

.post .more-link {
	font: italic 24px/26px "adobe-garamond-pro", Georgia, serif;
	position: relative;
}

.post .more-link a {
	color: #6d6e71;
	text-decoration: none;
}

.post .more-link a:hover {
	opacity: .7;
}

.post .icon-block {
	display: block;
}

.post .icon-block.alignright {
	margin: 0 18px 0 5px;
}

.post .icon-block.alignleft {
	margin: 0 5px 0 18px;
}

.video-holder {
	margin: 0 auto;
	max-width: 1068px;
}

.visual-box {
	padding: 44px 0 22px;
	margin: 0 -6px 0 0;
	overflow: hidden;
}

.visual-box .visual {
	width: 49%;
}

.topics-area {
	margin: -6px 0 0;
	position: relative;
	padding: 0 18px 0 26px;
}

.topics-area:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 2px;
	bottom: 38px;
	width: 2px;
	background: #e3e3e3;
}

.topics-area .column {
	float: left;
	width: 50%;
	position: relative;
	padding: 0 21px;
	overflow: hidden;
}

.topics-area .column:first-child .topic:before {
	left: 0;
	right: -21px;
}

.topics-area.alt {
	margin: -7px 0 0;
	padding: 0 4px 0 11px;
}

.topics-area.alt:before {
	bottom: 35px;
}

.topics-area.alt .column {
	padding: 0 35px;
}

.topics-area.alt .column:first-child .topic:before {
	left: 0;
	right: -35px;
}

.topics-area.alt .icon-block.alignright {
	margin: 0 13.9% 0 5px;
}

.topics-area.alt .icon-block.alignleft {
	margin: 0 5px 0 13.9%;
}

.topics-area.alt .topic {
	padding: 0 0 41px;
	margin: 0 0 35px;
}

.topics-area.alt .topic:before {
	left: -35px;
}

.topics-area.alt .topic h2 {
	margin: 0 0 6px;
}

.topics-area.alt .topic .more-link {
	margin: 0;
}

.topics-area.alt .topic .more-link a {
	color: #6d6e71;
}

.topics-area.small {
	margin: -6px 0 0;
	padding: 0 11px;
}

.topics-area.small:before {
	bottom: 39px;
}

.topics-area.small .column:first-child .topic:before {
	right: -37px;
}

.topics-area.small .topic {
	padding: 0 0 20px;
	margin: 0 0 39px;
}

.topics-area.small .topic:before {
	left: -33px;
}

.topics-area.small .topic .visual {
	margin: 0 0 41px;
}

.topics-area.small .topic h2 {
	margin: 0 0 4px;
	font-size: 25px;
}

.topics-area.small .topic .more-link {
	margin: 0 0 2px;
}

.topics-area.small .topic .icon-block.alignright {
	margin: -8px 0 0 5px;
}

.topics-area.small .topic .icon-block.alignleft {
	margin: -8px 0 0 6px;
}

.topic {
	padding: 0 0 15px;
	margin: 0 0 38px;
	position: relative;
	color: #6f8493;
	font-size: 19px;
	line-height: 29px;
}

.topic:last-child:before {
	display: none;
}

.topic:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -21px;
	right: 0;
	height: 2px;
	background: #e3e3e3;
	left: -21px;
}

.topic p {
	margin: 0;
}

.topic .visual {
	margin: 0 0 17px;
}

.topic .visual a img {
	max-width: 100% !important;
}

.topic .visual.video a {
	position: relative;
}

.topic .visual.video a:after,
.topic .visual.video a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95px;
	height: 95px;
	margin: -53px 0 0 -54px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	background: rgba(255, 255, 255, .7);
}

.topic .visual.video a:after {
	background: none;
	border-radius: 0;
	width: 0;
	height: 0;
	margin: -34px 0 0 -25px;
	border-style: solid;
	border-width: 28px 0 28px 50px;
	border-color: transparent transparent transparent #3f3f3e;
	border-color: transparent transparent transparent rgba(40, 40, 40, .85);
}

.topic .visual a {
	display: block;
}

.topic h2 {
	font-weight: 800;
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 4px;
}

.topic h2 a {
	color: #4c4c4c;
	text-decoration: none;
}

.topic h2 a:hover {
	opacity: .75;
}

.topic i {
	font: italic 22px/26px "adobe-garamond-pro", Georgia, serif;
}

.topic .more-link {
	font: italic 22px/26px "adobe-garamond-pro", Georgia, serif;
	position: relative;
	margin: 0 0 3px;
}

.topic .more-link a {
	color: #6f8493;
	text-decoration: none;
}

.topic .more-link a:hover {
	opacity: .7;
}

.topic .icon-block {
	display: block;
	position: relative;
}

.topic .icon-block.alignright {
	margin: 0 3px 0 5px;
}

.topic .icon-block.alignleft {
	margin: 0 5px 0 3px;
}

.team-area {
	margin: 0px auto 40px;
	max-width: 1030px;
	padding: 0 15px;
	position: relative;
}

.team {
	color: #6f8493;
	padding: 46px 0 0;
  	width: 1080px;
  	/*width: 1020px;*/
}

.team:first-child {
	padding-top: 0;
}

.team p {
	margin: 0;
}

.team a {
	color: #6f8493;
	text-decoration: none;
}

.team a.link {
	color: #4c4c4c;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	display: block;
	clear: both;
	padding: 20px 0px 0px 0px;
}

.team a:hover {
	opacity: .8;
}

.team h1 {
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 13px;
	color: #4c4c4c;
}

.team h2 {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 18px;
}

.team h3 {
	margin: 0 0 4px;
	font-weight: 800;
	font-size: 20px;
	line-height: 22px;
}

.team-list {
	font: italic 18px/22px "adobe-garamond-pro", Georgia, serif;
	margin: 0 0px 0px 0px;
	padding: 0;
	display: block;
	clear: both;
}

.team-list li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	/*width: 30.333333%;*/
	width: 320px;
        height:276px;
	/*margin: 0 -5px 0 0;*/
	margin: 10px 20px 10px 0px;
	padding: 0px;
	/*padding: 0 10px 20px;*/
	text-align: left;
	float: left;
}

/*.team-list li:nth-child(3n+3) {
	margin-right: 0px;
}*/

.team-list a {
	display: block;
	position: relative;
}

.team-list a.hover {
	opacity: 1;
}

.team-list a.hover .caption {
	display: block;
}

.team-list .caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 20px;
}

.team-list .caption strong,
.single-people .heading h1 {
	display: block;
	margin: 0 0 2px;
	font: 800 20px/20px "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica", sans-serif;
}

.team-list .caption span,
.single-people .heading p {
	display: block;
	font: italic 16px/20px "adobe-garamond-pro", Georgia, serif;
	line-height: 16px;
	padding-top: 5px;
}

.team-list .caption .meta {
	display: block;
	margin: 0 0 9px;
	font: 16px/20px "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica", sans-serif;
}

.team-list .caption p {
	font-size: 16px;
	line-height: 17px;
	margin: 0 0 5px;
}

.team-list .caption .by {
	display: block;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}

.team-list img {
	display: block;
	width: 100%;
        max-height:276px;
}

.job-list {
	margin: 0;
	padding: 14px 6px 38px 0;
	font-size: 22px;
	line-height: 25px;
}

.job-list li {
	list-style: none;
	padding: 0;
	margin: 9px 0 0;
	position: relative;
}

.job-list li:first-child {
	margin-top: 0;
}
/*
.job-list li:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 24px;
	height: 21px;
	background: url(images/apply-icon.png) no-repeat;
}
*/
.job-list .title {
	float: left;
	max-width: 70%;
	padding: 0 10px 0 0;
	font-weight: 800;
	font-size: 19px;
	line-height: 25px;
}

.job-list .apply-link {
	float: right;
}

.job-list .apply-link a {
	text-decoration: underline;
	color: #ed037c;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.job-list .apply-link a:hover {
	opacity: .65;
}

.text-holder {
	padding: 0 0 29px;
}

.wrap-add {
	max-width: 732px;
	padding: 0 0 50px 6%;
	margin: -13px 0 0;
	color: #4c4c4c;
	color: #646464;
	font-size: 18px;
	line-height: 20px;
}

.contact-form .heading {
	min-height: 0;
	padding: 0 0 12px;
	margin: 0 0 13px;
}

.contact-form h1 {
	font-size: 28px;
	line-height: 32px;
}

.contact-form .note {
	text-align: right;
	margin: 0 0 16px;
	font-family: "adobe-garamond-pro", Georgia, serif;
}

.contact-form .input-item {
	margin: 0 0 22px;
	font-family: "adobe-garamond-pro", Georgia, serif;
}

.contact-form .input-item.attach {
	margin: 0 0 22px -15px;
}

.contact-form .contact-item {
	padding: 15px 72px 0 0;
}

.contact-form .third-item {
	padding: 0 0 2px 15px;
	float: left;
}

.contact-form .button-item {
	padding: 8px 5.5% 0 0;
	margin: 0 0 22px;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form input[type="file"],
.contact-form textarea {
	padding: 21px 31px 23px;
	height: 69px;
}

.contact-form textarea {
	min-height: 69px;
	height: 69px;
}

.contact-form button,
.contact-form input[type="button"],
.contact-form input[type="submit"] {
	margin: 0 auto;
	padding: 20px 10px;
}

.jcf-file {
	float: left;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-file .jcf-fake-input {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 8px;
	font-size: 15px;
	line-height: 18px;
	width: 100%;
}

.jcf-file .jcf-upload-button {
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0 7px -1px;
	padding: 20px 30px;
	height: 53px;
	display: block;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	line-height: 13px;
	cursor: pointer;
}

.visual-list {
	margin: 0 -4px;
	padding: 50px 0 43px;
}

.visual-list li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 0 5px 5px;
	width: 50.6%;
}

.visual-list li.small {
	width: 49.4%;
}

.visual-list li.medium {
	width: 44.3%;
}

.visual-list li.large {
	width: 55.7%;
}

.visual-list img {
	width: 100%;
}

.description-area {
	overflow: hidden;
	margin: 0 -9px 0 0;
}

.description {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 0 15px 20px;
	margin: 0 -4px 0 0;
	font-size: 11px;
	line-height: 14px;
}

.description table {
	width: 100%;
	margin: 0;
	table-layout: fixed;
}

.description table strong {
	display: block;
	font-weight: 800;
}

.description table a {
	color: #693070;
	text-decoration: none;
}

.description table a:hover {
	text-decoration: underline;
}

.description td {
	padding: 0 5px;
	vertical-align: top;
}

.map-block {
	margin: -3px 0 36px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 800;
	color: #4c4c4c;
}

h1 {
	font-size: 28px;
	line-height: 32px;
	color: #4c4c4c;
	margin: 0 0 6px;
}

h1.top-heading {
	padding: 0 0 10px;
	margin: -4px 217px -6px 0;
	border-bottom: 2px solid #cfd0d1;
}

h2 {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 20px;
}

h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 6px;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

.cadet-blue {
	color: #4c4c4c;
}

.cadet-blue a {
	color: #4c4c4c;
}

.cadet-blue #sidebar a {
	color: #4c4c4c;
}

.wrap-container {
	margin: 0 auto;
	max-width: 1030px;
	/*padding: 0 15px;*/
	position: relative;
	padding-top: 21px; /*notice*/
}

.wrap-container.map-area {
	padding: 0 20px 19px;
}

.resize-active #nav,
.resize-active #nav > ul {
	-webkit-transition: none !important;
	transition: none !important;
}

.row {
	overflow: hidden;
}

.infscr-loading {
	text-align: center;
}

#infscr-loading img {
	width: auto!important;
	display: none;
}

#infscr-loading {
	padding-top: 10px;
	margin-top: 10px;
    background: url(images/ajax-loader.gif) top center transparent no-repeat;
	display: block;
	clear: both;
}

#pxl_wrap .pxl_panel {
	top: 250px !important;
	right: 400px !important;
}

.team-list-2 {
	color: #404040;
	/*margin: 0 -80px 0 0;*/
	margin: 0px;
}

.team-list-2 li {
	display: inline-block;
	vertical-align: top;
	list-style: outside none;
	width: 196px;
	min-height: 250px;
	/*margin: 0 63px 30px 0;*/
  	margin: 0 70px 30px 0;
}

.team-list-2 img {
	display: block;
	margin: 0 0 12px;
}

.team-list-2 strong {
/*	font-size: 19px;
	line-height: 19px;
	font-weight: 800;
	display: block;
	margin: 0 0 3px;*/
	display: block;
	margin: 0 0 2px;
	font: 800 20px/20px "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica", sans-serif;
}

.team-list-2 span {
/*	display: block;
	font: italic 20px/24px "adobe-garamond-pro", Georgia, serif;
	line-height: 21px;*/
	display: block;
	font: italic 16px/20px "adobe-garamond-pro", Georgia, serif;
	line-height: 16px;
	padding-top: 5px;
}

.team-list-2 a {
	color: inherit;
}

.blog-page #main,
.single-people #main {
	color: #404040;
}

.blog-page #main h1,
.blog-page #main h2,
.blog-page #main h3,
.blog-page #main h4,
.single-people #main h1,
.single-people #main h2,
.single-people #main h3,
.single-people #main h4 {
	color: inherit;
}

.blog-page #main a,
.single-people #main a {
	color: inherit;
}

.home .intro-slideshow {
	margin: 0 0 0px;
}

.special-title {
    color: #4c4c4c;
    font-family: "Gotham SSm A","Gotham SSm B","Arial","Helvetica",sans-serif;
    font-size: 20px;
    font-style: normal;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

.another-special-title {
    color: #4c4c4c;
    font-family: "Gotham SSm A","Gotham SSm B","Arial","Helvetica",sans-serif;
    font-size: 20px;
    font-style: normal;
}

.mtm170 {
    margin-top: 0px !important;
    max-height: 100%;
    max-width: 100% !important;
    margin-left: 0px !important;
}

.logo-section {
	position: relative;
	overflow: hidden;
	height: 400px;
}

.logo-section .holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.logo-section .t {
	display: table;
	width: 100%;
	height: 100%;
}

.logo-section .t .c {
	display: table-cell;
	vertical-align: middle;
}

.logo-section .t .c img {
	display: block;
	height: 96px;
}

@media all and (min-width: 1024px) {
	.tel-link {
		cursor: default;
		pointer-events: none;
	}

    .partners-list li{
        padding: 0px;
    }
}

@media all and (max-width: 1023px) {
	.intro {
		min-height: 460px;
	}

	.intro .wrap-container {
		min-height: 460px;
	}

	.intro .wrap-container:before {
		min-height: 460px;
	}

	.intro .wrap-container .info {
		padding: 0;
	}

	.intro .visual {
		margin: 0 0 15px;
	}

	#main {
		padding: 30px 0 10px;
	}

	#main.alt {
		padding: 30px 0 10px;
	}

	#main.alt .two-columns {
		padding: 0;
	}

	#main.simple {
		padding: 30px 0 15px;
	}
    /*
	#main.simple h1 {
		font-size: 36px;
		line-height: 40px;
	}

	#main.simple h2 {
		font-size: 18px;
	}
    */
	#main.simple #sidebar .widget {
		padding: 0;
	}

	#main.simple .menu {
		min-height: 100px;
	}

	#main.medium {
		padding: 30px 0 15px;
	}

	#main.medium .menu {
		min-height: 100px;
	}

	#main .events h1 {
		margin: 0 0 25px;
	}

	#main .events h2 {
		line-height: 21px;
	}

	#main .events h3 {
		font-size: 17px;
		line-height: 20px;
	}

	.events {
		padding: 0 0 26px;
	}

	.events h2 {
		line-height: 21px;
	}

	.events h3 {
		font-size: 17px;
		line-height: 20px;
	}

	.two-columns {
		padding: 0;
	}

	.heading {
		font-size: 22px;
		line-height: 24px;
	}

	.heading.alt h1 {
		font-size: 20px;
		line-height: 22px;
	}

	.heading.grey {
		padding: 40px 0 14px 1px;
	}

	.menu {
		min-height: 100px;
	}

	.intro-slideshow .slide.turquoise .text-block {
		padding: 10px 10%;
	}

	.intro-slideshow .slide.turquoise .btns-list {
		padding: 30px 0 0;
	}

	.intro-slideshow .slide.pink .text-block {
		padding: 10px 10%;
	}

	.intro-slideshow .slide.green .text-block {
		padding: 10px 10%;
	}

	.intro-slideshow .slide.green .btns-list {
		padding: 30px 0 0;
	}

	.intro-slideshow .wrap-container {
		min-height: 460px;
	}

	.intro-slideshow .wrap-container:before {
		height: 460px;
	}

	.intro-slideshow .text-block {
		padding: 10px 10%;
	}

	/*.intro-slideshow h1 {
		font-size: 42px;
		line-height: 46px;
	}
*/
	.intro-slideshow .btns-list {
		padding: 30px 0 0;
	}

	.intro-slideshow .visual {
		max-width: 90%;
		margin: 0 auto 10px;
	}

	.video-area .wrap-container {
		min-height: 460px;
	}

	.video-area .wrap-container:before {
		height: 460px;
	}

	.video-area .btn-play {
		padding: 0;
		max-width: 150px;
	}

	.partners-area {
		padding: 0;
	}

	#footer {
		font-size: 16px;
		line-height: 21px;
	}

	#footer h3,
	#footer .heading-box {
		font-size: 30px;
		line-height: 33px;
		margin: 0 0 50px;
	}

	#footer address {
		width: 33.33%;
	}

	.footer-logo {
		margin: 28px 0px 0px 0px;
	}

	.footer-logo-left {
		margin: 28px 0px 0px 0px;
	}

	.posts-area {
		margin: 0 -25px;
	}

	.posts-area .column {
		padding: 0 25px;
	}

	.post {
		margin: 0 0 20px;
	}

	.post h2 {
		font-size: 18px;
		line-height: 21px;
	}

	.post .more-link {
		font-size: 20px;
		line-height: 22px;
	}

	.visual-box {
		margin: 0;
		padding: 20px 0;
	}

	.topics-area {
		padding: 0;
		margin: 0 -35px;
	}

	.topics-area:before {
		margin: 0;
	}

	.topics-area .column {
		padding: 0 35px;
	}

	.topics-area .column:first-child .topic:before {
		left: 0;
		right: -35px;
	}

	.topics-area.alt:before {
		margin: 0;
	}

	.topics-area.alt .column:first-child .topic:before {
		right: -33px;
		left: 0;
	}

	.topics-area.alt .topic:before {
		left: -37px;
	}

	.topics-area.small {
		padding: 0;
		margin: 0 -35px;
	}

	.topics-area.small .column:first-child .topic:before {
		left: 0;
		right: -35px;
	}

	.topics-area.small .topic:before {
		left: -35px;
	}

	.topics-area.small .topic .visual {
		margin: 0 0 21px;
	}

	.topics-area.small .topic h2 {
		font-size: 18px;
	}

	.topic:before {
		left: -35px;
	}

	.topic h2 {
		font-size: 18px;
		line-height: 21px;
	}

	.topic i {
		font-size: 19px;
	}

	.topic .more-link {
		font-size: 20px;
		line-height: 22px;
	}

	.topic .icon-block.alignright {
		margin: 0 0 0 5px;
	}

	.topic .icon-block.alignleft {
		margin: 0 5px 0 0;
	}

	.team-area {
		margin: 0 auto;
	}

	.team {
		padding: 20px 0 0;
		width: auto;
	}

	.team h2 {
		font-size: 18px;
		line-height: 21px;
		margin: 0 0 15px;
	}

    /*todo*/

	/*.team-list li {*/
		/*width: 48.6%;*/
	/*}*/

	/*.team-list li:nth-child(even) {*/
		/*float: right;*/
        /*margin-right: 0;*/
        /*padding-right: 0;*/
	/*}*/

	.wrap-add {
		padding: 0;
		margin: 0;
	}

	.contact-form .button-item {
		padding: 0;
	}

	.visual-list {
		padding: 30px 0 20px;
	}

	.description-area {
		margin: 0 0 0 -15px;
	}

	.description {
		padding: 0 0 15px 15px;
	}

	h1 {
		font-size: 30px;
		line-height: 32px;
	}

	.wrap-container.map-area {
		padding: 0 15px;
	}

	.team-list-2 {
		margin: 0 -66px 0 0;
	}

	.team-list-2 li {
		margin: 0 58px 30px 0;
	}

	.logo-section {
		height: 300px;
	}

	.logo-section .t .c img {
		height: 80px;
	}
    .partners-list li{
        padding: 0px;
    }
}

@media only screen and (max-width: 767px) {
	.commentlist-item .commentlist-item {
		padding: 0;
	}

    .partners-list li{
        padding: 0px;
    }
}

@media all and (max-width: 767px) {
	.logo {
		margin: 0 15px 0 0;
	}

	.contact-menu .slide {
		right: 0;
		top: 100%;
		margin-top: 5px;
	}

	.nav-holder {
		margin: 10px 0 0 15px;
	}

	.intro {
		min-height: 400px;
		font-size: 26px;
		line-height: 28px;
	}

	.intro .wrap-container {
		min-height: 400px;
	}

	.intro .wrap-container:before {
		min-height: 400px;
	}

	#main.alt #sidebar {
		margin: 0;
	}

	#main.large .two-columns .heading {
		margin: 0 0 14px;
	}

	#main.large .content-holder {
		margin: 0;
	}

	#main.simple .heading {
		margin: 0 0 14px;
	}
    /*
	#main.simple h1 {
		font-size: 32px;
		line-height: 36px;
	}
    */
	#main.simple .content-holder {
		margin: 0;
	}

	#main.simple #sidebar {
		width: 100%;
	}

	#main.simple .menu {
		min-height: 0;
	}

	#main.medium .content-holder {
		margin: 0;
	}

	#main.medium #sidebar {
		width: 100%;
	}

	#main.medium #sidebar.top-indent {
		margin: 0;
	}

	#main.medium .menu {
		min-height: 0;
	}

	#main.medium .heading {
		margin: 0 0 14px;
		min-height: 0;
	}

	#main .events h1 {
		margin: 0 0 15px;
	}

	.events {
		padding: 0 0 10px;
	}

	.two-columns #content {
		float: none;
	}

	.two-columns .top-indent2 {
		margin-top: 25px !important;
	}

	.two-columns .heading {
		margin: 0 0 14px;
	}

	.content-holder {
		margin: 0;
	}

	#sidebar {
		margin: 0;
		float: none;
		width: 100%;
	}

	#sidebar.top-indent, #sidebar.top-indent3 {
		margin: 0;
	}

	.heading {
		margin: 0 0 14px;
		min-height: 0;
		font-size: 18px;
		line-height: 22px;
	}

	.heading.grey {
		padding: 20px 0 14px 1px;
	}

	.heading.grey .visual {
		margin: -15px 0 -12px;
	}

	.heading.grey .visual.alignleft {
		margin: -15px 16px -12px 6px;
	}

	.heading.grey .visual.alignright {
		margin: -15px 6px -12px 16px;
	}

	.heading .visual {
		margin: -15px 0 -12px;
	}

	.heading .visual.alignleft {
		margin: -15px 5px -12px 0;
	}

	.heading .visual.alignright {
		margin: -15px 0 -12px 5px;
	}

	.menu {
		min-height: 0;
	}

	.intro-slideshow {
		font-size: 22px;
		line-height: 26px;
	}

	.intro-slideshow .slide.turquoise .text-block {
		padding: 5px 10px;
	}

	.intro-slideshow .slide.pink .text-block {
		padding: 5px 10px;
	}

	.intro-slideshow .slide.pink h1 {
		line-height: 33px;
	}

	.intro-slideshow .slide.green .text-block {
		padding: 5px 10px;
	}

	.intro-slideshow .wrap-container {
		min-height: 400px;
	}

	.intro-slideshow .wrap-container:before {
		height: 400px;
	}

	.intro-slideshow .text-block {
		padding: 5px 10px;
	}

	.intro-slideshow h1 {
		font-size: 30px;
		line-height: 33px;
		margin: 0 0 20px;
	}

	.intro-slideshow .btns-list li {
		padding: 0 6px 10px;
	}

	.intro-slideshow .btns-list a {
		padding: 9px 10px;
		min-width: 130px;
	}

	.intro-slideshow .visual img {
		max-width: none;
		width: 100%;
	}

	.partners-area h1 {
		font-size: 20px;
		line-height: 24px;
	}

	.partners-list li {
		min-height: 100px;
		/*padding: 5px;*/
		padding: 0;
	}

	.partners-list li:before {
		height: 100px;
	}

	#footer {
		padding: 20px 0 14px;
		font-size: 14px;
		line-height: 17px;
	}

	#footer h3,
	#footer .heading-box {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 30px;
	}

	#footer address {
		width: 50%;
		padding: 0 0 5px 10px;
	}

	.footer-logo {
		width: 100%;
		display: block;
		float: left;
  		margin: 28px 0px 0px 0px;
	}

	.footer-logo-left {
		width: 100%;
		display: block;
		float: left;
  		margin: 28px 0px 0px 0px;
 	}

	.post .visual.video a:after,
	.post .visual.video a:before {
		width: 95px;
		height: 95px;
		margin: -53px 0 0 -54px;
	}

	.post .visual.video a:after {
		margin: -34px 0 0 -25px;
		border-width: 28px 0 28px 50px;
		height: auto !important;
		width: auto !important;
	}

	.post .more-link {
		font-size: 18px;
		line-height: 20px;
	}

	.post .icon-block.alignright {
		margin: 0;
	}

	.post .icon-block.alignleft {
		margin: 0;
	}

	.topics-area {
		margin: 0 -15px;
	}

	.topics-area:before {
		bottom: 15px;
	}

	.topics-area .column {
		padding: 0 15px;
	}

	.topics-area .column:first-child .topic:before {
		left: 0;
		right: -15px;
	}

	.topics-area.alt:before {
		bottom: 15px;
	}

	.topics-area.alt .column {
		padding: 0 15px;
	}

	.topics-area.alt .column:first-child .topic:before {
		right: -13px;
		left: 0;
	}

	.topics-area.alt .topic {
		margin: 0 0 15px;
	}

	.topics-area.alt .topic:before {
		left: -18px;
	}

	.topics-area.small {
		margin: 0 -15px;
	}

	.topics-area.small:before {
		bottom: 15px;
	}

	.topics-area.small .column:first-child .topic:before {
		left: 0;
		right: -15px;
	}

	.topics-area.small .topic {
		margin: 0 0 15px;
	}

	.topics-area.small .topic:before {
		left: -15px;
	}

	.topics-area.small .topic h2 {
		font-size: 15px;
		line-height: 18px;
	}

	.topic {
		padding: 0 0 20px;
		margin: 0 0 15px;
		font-size: 16px;
		line-height: 20px;
	}

	.topic:before {
		left: -15px;
	}

	.topic .visual.video a:after,
	.topic .visual.video a:before {
		width: 70px;
		height: 70px;
		margin: -35px 0 0 -35px;
	}

	.topic .visual.video a:after {
		border-width: 18px 0 18px 34px;
		margin: -19px 0 0 -10px;
		width: auto !important;
		height: auto !important;
	}

	.topic h2 {
		font-size: 15px;
		line-height: 18px;
	}

	.topic i {
		font-size: 16px;
		line-height: 20px;
	}

	.topic .more-link {
		font-size: 18px;
		line-height: 20px;
	}

	.topic .icon-block {
		max-width: 30%;
	}

	.team h1 {
		font-size: 20px;
		line-height: 24px;
	}

	.team h2 {
		margin: 0 0 5px;
	}

	.team h3 {
		font-size: 16px;
		line-height: 18px;
	}

    /*todo*/

    /*.team-list {*/
		/*margin: 0px;*/
	/*}*/

	/*.team-list li {*/
		/*margin: 5px 10px 5px 0px;*/
		/*width: 49%;*/
	/*}*/

	/*.team-list li:nth-child(odd) {*/
		/*float: right;*/
        /*margin-right: 0;*/
	/*}*/

	.job-list {
		font-size: 17px;
		line-height: 19px;
		padding: 5px 0 15px;
	}

	.job-list li {
		padding: 0 0 0 30px;
	}

	.job-list li:before {
		top: 2px;
	}

	.job-list .title {
		font-size: 15px;
		line-height: 19px;
	}

	.text-holder {
		padding: 0 0 10px;
	}

	.wrap-add {
		max-width: none;
		font-size: 16px;
		line-height: 20px;
	}

	.contact-form h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.contact-form .input-item {
		margin: 0 0 14px;
	}

	.contact-form .input-item.attach {
		margin: 0 0 14px -10px;
	}

	.contact-form .contact-item {
		padding: 0 10px;
	}

	.contact-form .third-item {
		padding: 0 0 2px 10px;
	}

	.contact-form .button-item {
		margin: 0 0 14px;
	}

	.contact-form input[type="text"],
	.contact-form input[type="tel"],
	.contact-form input[type="email"],
	.contact-form input[type="url"],
	.contact-form input[type="password"],
	.contact-form input[type="search"],
	.contact-form input[type="file"],
	.contact-form textarea {
		padding: 11px 15px 12px;
		height: 49px;
	}

	.contact-form textarea {
		min-height: 49px;
		height: 49px;
	}

	.contact-form button,
	.contact-form input[type="button"],
	.contact-form input[type="submit"] {
		padding: 16px 10px 17px;
	}

	.jcf-file .jcf-upload-button {
		padding: 18px 9px;
		height: 49px;
	}

	.visual-list {
		padding: 20px 0 10px;
	}

	.description {
		width: 50%;
	}

	h1.top-heading {
		margin: 0;
	}

	.team-list-2 {
		margin: 0;
		text-align: center;
	}

	.team-list-2 li {
		display: block;
		margin: 0 auto 20px;
		min-height: 1px;
	}

	.logo-section {
		height: 200px;
	}

	.logo-section .t .c img {
		height: 40px;
	}

	.page-id-286 .content-holder address {
		width: 49% !important;
		margin: 0!important;
		padding: 10px 0 20px!important;
	}
}

@media all and (max-width: 479px) {
	#wrapper {
		padding: 71px 0 0;
	}

	#header {
		/*padding: 15px 0;*/

		/*notice*/
		padding-bottom: 15px;
	}

    #nav {
        top: -8px
    }

	.social-networks {
		float: none;
		width: 100%;
		clear: both;
		text-align: center;
		padding: 5px 0 0;
	}

	.social-networks li {
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0 -4px 0 0;
	}

	.social-networks a {
		width: 25px;
		height: 25px;
	}

	.social-networks a:before {
		width: 25px;
		height: 25px;
		font-size: 14px;
		line-height: 25px;
		margin: 0 0 0 1px;
	}

	.nav-holder {
		margin: 9px 0 0;
	}

	.intro {
		min-height: 300px;
	}

	.intro .wrap-container {
		min-height: 300px;
	}

	.intro .wrap-container:before {
		min-height: 300px;
	}

	.intro.height-2 {
		min-height: 300px;
	}

	.intro.height-2 .wrap-container {
		min-height: 300px;
	}

	.intro.height-2 .wrap-container:before {
		min-height: 300px;
	}

	#main {
		padding: 15px 0 5px;
	}

	#main.alt {
		padding: 15px 0 5px;
	}

	#main.simple {
		padding: 15px 0 5px;
	}
    /*
	#main.simple h1 {
		font-size: 30px;
		line-height: 32px;
	}
    */
	#main.medium {
		padding: 15px 0 5px;
	}

	.heading {
		font-size: 16px;
		line-height: 18px;
	}

	.intro-slideshow {
		font-size: 18px;
		line-height: 20px;
	}

	.intro-slideshow .slide.turquoise .text-block {
		padding: 5px 0;
	}

	.intro-slideshow .slide.turquoise .btns-list {
		padding: 18px 0 0;
	}

	.intro-slideshow .slide.pink .text-block {
		padding: 5px 0;
	}

	.intro-slideshow .slide.pink .btns-list {
		padding: 18px 0 0;
	}

	.intro-slideshow .slide.green .text-block {
		padding: 5px 0;
	}

	.intro-slideshow .slide.green .btns-list {
		padding: 18px 0 0;
	}

	.intro-slideshow .wrap-container {
		min-height: 300px;
	}

	.intro-slideshow .wrap-container:before {
		height: 300px;
	}

	.intro-slideshow.height-2 .wrap-container {
		min-height: 300px;
	}

	.intro-slideshow.height-2 .wrap-container:before {
		height: 300px;
	}

	.intro-slideshow .text-block {
		padding: 5px 0;
	}

	.intro-slideshow h1 {
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 15px;
	}

	.intro-slideshow .btns-list {
		padding: 18px 0 0;
		margin: 0 -5px;
	}

	.intro-slideshow .btns-list li {
		padding: 0 5px 10px;
	}

	.intro-slideshow .btns-list a {
		min-width: 85px;
		padding: 8px 6px;
		border-width: 1px;
	}

	.video-area .wrap-container {
		min-height: 300px;
	}

	.video-area .wrap-container:before {
		height: 300px;
	}

	.video-area .btn-play {
		max-width: 45%;
	}

	.partners-list li {
		width: 100%;
		min-height: 80px;
        padding: 0px;
	}

    /*todo*/

	/*.team-list {*/
		/*margin: 0px;*/
	/*}*/

	/*.team-list li {*/
		/*display: block;*/
		/*margin: 10px 0px;*/
		/*width: 100%;*/
	/*}*/

	.partners-list li:before {
		height: 80px;
	}

	#footer h3,
	#footer .heading-box {
		margin: 0 0 15px;
	}

	#footer .row {
		margin: 0;
	}

	#footer address {
		width: 100%;
		margin: 0;
		padding: 0 0 10px;
	}

	.page-id-286 .content-holder address {
		width: 100%!important;
		margin: 0!important;
		padding: 10px 0 20px!important;
	}

	.footer-logo {
		margin: 0;
		float: none;
		display: block;
		width: 80%;
	}

	.footer-logo-left {
  		margin: 28px 0px 28px 0px;
 	}

	.posts-area {
		margin: 0;
	}

	.posts-area .column {
		padding: 0;
		width: 100%;
		float: none;
	}

	.post .visual.video a:after,
	.post .visual.video a:before {
		width: 70px;
		height: 70px;
		margin: -35px 0 0 -35px;
	}

	.post .visual.video a:after {
		border-width: 18px 0 18px 34px;
		margin: -18px 0 0 -11px;
	}

	.visual-box {
		padding: 0;
	}

	.visual-box .visual {
		width: 100%;
		padding: 15px 0 0;
	}

	.visual-box img {
		width: 100%;
	}

	.topics-area {
		margin: 0;
	}

	.topics-area:before {
		display: none;
	}

	.topics-area .column {
		padding: 0;
		width: 100%;
		float: none;
	}

	.topics-area .column:first-child .topic:before {
		left: 0;
		right: 0;
	}

	.topics-area.alt .column {
		padding: 0;
	}

	.topics-area.alt .column:first-child .topic:before {
		right: 0;
		left: 0;
	}

	.topics-area.alt .topic:before {
		left: 0;
	}

	.topics-area.small {
		margin: 0;
	}

	.topics-area.small .column:first-child .topic:before {
		left: 0;
		right: 0;
	}

	.topics-area.small .topic:before {
		left: 0;
	}

	.topics-area.small .topic .visual {
		margin: 0 auto 15px;
	}

	.topic:before {
		left: 0;
	}

	.topic .visual {
		margin: 0 auto 15px;
	}

	.job-list .title {
		max-width: 61%;
	}

	.visual-list li {
		width: 100%;
		padding: 0 0 5px;
		margin: 0;
	}

	.visual-list li.small {
		width: 100%;
	}

	.visual-list li.medium {
		width: 100%;
	}

	.visual-list li.large {
		width: 100%;
	}

	.description {
		width: 100%;
	}

	.gallery-item {
		float: none !important;
		width: 100% !important;
	}

	#fancybox-wrap {
		width: 95%!important;
	}

	#fancybox-content {
		width: 95%!important;
	}

    .mtm170 {
        margin-left: -100px !important;
        max-height: 150% !important;
        max-width: 150% !important;
    }

    h2.special-title {
        margin-top: -15px;
    }
}
/* Contact page */
.page-id-286 #main .content-holder
/*.page-id-529 #main .content-holder*/
{
  	margin: 0 0px 0 0!important;
}

.page-id-286 #main .wrap-container
/*.page-id-529 #main .wrap-container*/
{
	max-width: 100%!important;
	padding: 0px!important;
}

.page-id-286 .content-holder .address-holder,
.page-id-286 .content-holder .title
/*.page-id-529 .content-holder .title */
{
	margin: 0 auto;
	max-width: 1030px; 
	padding: 0 15px; 
}

/*.page-id-529 .content-holder p {*/
	/*margin: 0 auto 10px;*/
	/*max-width: 1030px; */
	/*padding: 0 15px; */
/*}*/

/*.page-id-529 .content-holder p:nth-child(5) {*/
	/*max-width: 100%!important;*/
	/*padding: 0px!important;*/
/*}*/

.page-id-286 .content-holder address {
  	font-style: normal!important;
	display: inline-block;
	vertical-align: top;
	margin: 10px -4px 0 0;
	padding: 0 0 0 0px;
	/*width: 33%;*/
	width: 25%;
}

.asia_map iframe, .europe_map iframe {
    width: 100% !important;
    padding: 0;
    margin: 0;
}

.page-id-286 .content-holder iframe
/*, .page-id-529 .content-holder iframe */
{
	width: 100%!important;
	margin: 0px 0px -3px 0px;
}

.page-id-286 .content-holder p {
	margin: 0px;
}

.page-id-286 #main .two-columns {
	padding-bottom: 0px;
}
/* Contact page  end*/

.page-id-516 #sidebar.top-indent,
.page-id-520 #sidebar.top-indent,
.page-id-355 #sidebar.top-indent,
.page-id-504 #sidebar.top-indent,
.page-id-508 #sidebar.top-indent,
.page-id-512 #sidebar.top-indent {
	margin-top: 0px; 
}

#menu-other-practices .active {
	display: none;
}

.slideset.sm-height {
	max-height: 400px!important;
}
.slideset.sm-height .wrap-container::before {
    height: 400px!important;
}

@media only screen and (max-width: 767px) {

    .slideset.sm-height {
        max-height: 250px!important;
    }
    .slideset.sm-height .wrap-container::before {
        height: 250px!important;
    }
}

.page-id-355 .content-holder .title h1,
.page-id-504 .content-holder .title h1,
.page-id-508 .content-holder .title h1,
.page-id-512 .content-holder .title h1,
.page-id-516 .content-holder .title h1,
.page-id-520 .content-holder .title h1 {
	display: none;
}

.tag #sidebar {
	margin-top: 18px; 
	display: inline-block;
	vertical-align: top;
}

.tag .two-columns {
	display: inline-block;
	float: left;
}

.issuuembed {
    width: 100% !important;
    max-width: 100 !important;
    height: 500px !important;
}

.tag .heading {
	min-height: initial;
}

.faded-bg {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(75%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );

    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.team-list li a:hover .faded-bg {
    background: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.faded-bg .caption {
    display: block !important;
    background: none;
}



/* testing change break points masonry */

@media all and (max-width: 1023px) {
    .team-list li {
        width: 31.5%;
    }

    .team-list li:nth-child(3n) {
        float: right;
        margin-right: 0;
        padding-right: 0;
    }
}

@media all and (max-width: 819px) {

    .team-list {
        margin: 0px;
    }

    .team-list li {
        margin: 4% 4.5% 5px 0px;
        width: 47.7%;
    }

    .team-list li:nth-child(even) {
        margin-right: 0;
    }
}

@media all and (max-width: 479px) {
    .team-list li {
        display: block;
        margin: 10px 0px;
        width: 100%;
    }

    .team-list {
        margin: 0px;
    }
}
.notice{
    margin: auto;
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 11px;
    background: #bfaec9;
    font-family: 'Arial';
    color: #000;
    -webkit-transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
}
.notice > div{
	display: table;
    max-width: 1030px;
    margin: auto;
    box-sizing: content-box;
    padding-left: 3px;
}
.notice > div > div{
	display: table-cell;
}
.notice > div > div:first-child{
	width: 57px;
}
.notice > div > div p:first-child{
	font-weight: bold;
}
.notice > div > div p{
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 15px;
}