.block-link-1 {
	display:block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.block-link-1:hover {
	opacity:0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hr-orange {
	height: 12px;
	background-color: #E77918;
	border: none;
	margin:0;
}
.hr-grey {
	height: 12px;
	background-color: #332E2C;
	border: none;
	margin:0;
}
.hr-transparent {
	height: 12px;
	background: transparent;
	border: none;
	margin:0;
}
.block-text-white-1 {
	color: #F2F2F2;
	font-family: Arial;
	font-size:0.8em;
	line-height: 1.6em;
	padding: 20px 10px;
}

/*  columns 3 ==================================================================== */
.col3:after {
  content: "";
  display: table;
  clear: both;
}
.col3-2 {
	float:left;
	width: 666px;
	padding: 0;
}
.col3-1 {
	float:left;
	width: 333px;
	padding: 0;
	margin:0;
}
.downloads {
	float:left;
	width: 333px;
	padding: 0;
	margin:0;
}
.spacer {
	height: 12px;
}

/*  blocks - homepage ==================================================================== */
.block-homepage-slider {
	height: 380px;
	overflow: hidden;
	background-color:#FFDE17;
}
.slider-title {
	font-family: Arial;
	font-size:2.3em;
	line-height: 1.4em;
	font-weight: bold;
	color: #1E1E1E;
	margin: 40px 20px 0 20px;
}
.slider-pager {
	margin: 65px 0 0 20px;
}
.block-homepage-slider-img {
	height: 324px;
	overflow: hidden;
	background-color: #332E2C;
}
.block-homepage-slider-img img {
	width: 100%;
}
.social {
	background-color: #332E2C;
	text-align:center;
	height: 40px;
	padding: 10px 0 6px 0;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
.social div {
	display: inline-block;
	text-align:center;
	margin: 0 3%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social div:hover {
	opacity:0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.block-homepage-grey {
	min-height: 238px;
	background-color: #72706F;
}
.block-homepage-grey-img-holder {
	height: 150px;
	margin: 0 0 -4px 0;
	overflow:hidden;
}
.block-homepage-grey img {
	width: 100%;
}
.block-homepage-white {
	min-height: 238px;
	background-color: #FFF;
}
.block-homepage-white p {
	font-family: Arial;
	font-size:0.8em;
	line-height: 1.6em;
	color: #F2F2F2;
	background-color: #AFB1B4;
	min-height: 90px;
	margin: 0 0 -5px 0;
	padding: 50px 10px 10px 10px;
	background-image: url(../img-site/arrow4.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}
.block-homepage-orange {
	height: 238px;
	background-color: #ec1d25;
}
.block-homepage-orange:hover {
	height: 238px;
	background-color: #c6111b;
}
.registration {
	padding: 30px 20px 15px 20px;
}
/*.registration-title {
	float: left;
	font-family: Arial;
	font-size:0.96em;
	color: #F2F2F2;
	margin-bottom: 14px;
}*/
.registration-title {
	margin: 30px 0 0 0;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	color:#fff;
	font-size:25px;
}
.registration-title span {
	display: block;
	margin:10px 0 0 0;
	font-family: Arial;
	text-transform: lowercase;
	font-weight: normal;
	color:#fff;
	font-size:17px;
}
.registration-submit {
	float: right;
	font-family: Arial;
	font-size:0.8em;
	color: #F2F2F2;
	padding: 10px 24px 12px 0;
	margin-top: -8px;
	background-image: url(../img-site/arrow_16.png);
	background-repeat: no-repeat;
	background-position: 76px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.registration-submit:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.registration input {
	width: 90%;
	border: 1px solid #F2F2F2;
	background: transparent;
	padding: 10px 5%;
	margin: 4px 0;
	font-family: Arial;
	font-size:0.7em;
	color: #FFF;
	outline:none;
}
.registration-button {
	background-color: #332E2C;
	text-align: center;
	width: 160px;
	padding: 6px;
	margin: 8px auto;
	border-radius:50px; 
	-moz-border-radius:50px; 
	-webkit-border-radius:50px;
	color: #F2F2F2;
	font-family: Arial;
	font-size:0.76em;
	color: #F2F2F2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.registration-button:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*  blocks - pages ============================================================ */
.block-page-aside {
	min-height: 340px;
	padding: 15px;
	background-color: #E77918;
}
.block-page-aside a:link {
	color:#332E2C;
}
.block-page-aside a:visited {
	color:#332E2C;
}
.block-page-aside a:hover {
	color:#332E2C;
}
.block-page-aside a:active {
	color:#332E2C;
}
.block-page-aside h3 {
	font-family: Arial;
	font-size:0.98em;
	color: #FFF;
	padding:5px 0;
	margin: 0 0 44px 0;
	background-image: url(../img-site/arrow3-1.png);
	background-repeat: no-repeat;
	background-position: 86px 3px;
}
.block-page-aside p {
	font-family:arial;
	font-size:0.84em;
	line-height: 1.5em;
	font-weight: bold;
	color: #332E2C;
}


.block-page-aside-downloads {
	min-height: 150px;
	padding: 15px;
	background-color: #72706F;
	margin-top:30px;
}
.block-page-aside-downloads a:link {
	color:#E2E2E2;
}
.block-page-aside-downloads a:visited {
	color:#E2E2E2;
}
.block-page-aside-downloads a:hover {
	color:#E2E2E2;
}
.block-page-aside-downloads a:active {
	color:#E2E2E2;
}
.block-page-aside-downloads h3 {
	font-family: Arial;
	font-size:0.98em;
	color: #FFF;
	padding:5px 0;
	margin: 0 0 44px 0;
	background-image: url(../img-site/download.png);
	background-repeat: no-repeat;
	background-position: 110px 3px;
}
.block-page-aside-downloads p {
	font-family:Arial;
	font-size:0.84em;
	line-height: 1.5em;
	font-weight: bold;
	color: #E2E2E2;
	text-decoration:Underline;
}


.block-page-about {
	min-height: 370px;
	background-color: #FFF;
}
.block-page-about-text {
	font-family:arial;
	font-size:0.9em;
	line-height: 1.5em;
	color: #666666;
	padding: 0 15px 15px 15px;
	margin-top: 30px;
}
.block-page-about-text h3 {
	border-bottom:1px solid #E77918;
	margin-bottom:20px;
	padding-bottom:10px;
	color:#E77918;
}
.block-page-about-text a:link {
	color:#666666;
}
.block-page-about-text a:visited {
	color:#666666;
}
.block-page-about-text a:hover {
	color:#BD6213;
}
.block-page-about-text a:active {
	color:#BD6213;
}
.google-map {
	min-height: 370px;
	background-color: #E9E5DC;
}
.title-black-orange {
	font-family: Arial;
	font-size:0.85em;
	line-height: 1.4em;
	color: #666666;
	margin:0;
	padding: 20px 10px 10px 45px;
	background-image: url(../img-site/logo-orange.png);
	background-repeat: no-repeat;
	background-position: 10px 22px;
}
.title-white-orange {
	font-family: Arial;
	font-size:0.85em;
	line-height: 1.4em;
	color: #FFF;
	margin:0;
	padding: 20px 10px 10px 45px;
	background-image: url(../img-site/logo-orange.png);
	background-repeat: no-repeat;
	background-position: 10px 22px;
}
.title-white-black {
	font-family: Arial;
	font-size:0.85em;
	line-height: 1.4em;
	color: #FFF;
	margin:0;
	padding: 20px 10px 10px 45px;
	background-image: url(../img-site/logo-black.png);
	background-repeat: no-repeat;
	background-position: 10px 22px;
}
.block-page-white {
	background-color: #FFF;
	min-height: 238px;
}
.block-page-white p {
	font-family:arial;
	font-size:0.76em;
	line-height: 1.45em;
	color: #666666;
	padding: 12px 10px 10px 10px;
	margin:0;
}
.block-page-grey {
	background-color: #AFB1B4;
	min-height: 238px;
}
.block-page-grey p {
	font-family:arial;
	font-size:0.76em;
	line-height: 1.45em;
	color: #FFF;
	padding: 12px 10px 10px 10px;
	margin:0;
}
.block-page-address {
	background-color: #FFF;
	min-height: 200px;
	font-family:arial;
	font-size:0.9em;
	line-height: 0.6em;
	color: #666666;
	padding: 30px 15px 15px 15px;
}
.block-page-address a:link {
	color:#666666;
}
.block-page-address a:visited {
	color:#666666;
}
.block-page-address a:hover {
	color:#BD6213;
}
.block-page-address a:active {
	color:#BD6213;
}
.contact-email h3 {
	font-family: Arial;
	font-size:0.98em;
	color: #FFF;
	padding:5px 0 5px 32px;
	margin: 0 0 10px 0;
	background-image: url(../img-site/arrow3-1.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
.contact-email input {
	width: 90%;
	border: 1px solid #F2F2F2;
	background: transparent;
	padding: 10px 5%;
	margin: 4px 0;
	font-family: Arial;
	font-size:0.7em;
	color: #FFF;
	outline:none;
}
.contact-email textarea {
	width: 90%;
	height: 90px;
	resize: none;
	border: 1px solid #F2F2F2;
	background: transparent;
	padding: 10px 5%;
	margin: 4px 0;
	font-family: Arial;
	font-size:0.7em;
	color: #FFF;
	outline:none;
}
.contact-email-button {
	background-color: #332E2C;
	text-align: center;
	width: 150px;
	padding: 6px;
	margin: 4px auto 0 auto;
	border-radius:50px; 
	-moz-border-radius:50px; 
	-webkit-border-radius:50px;
	font-family: Arial;
	font-size:0.76em;
	color: #F2F2F2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact-email-button:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.block-page-white-full {
	background-color: #FFF;
}
.block-page-white-full:after {
  content: "";
  display: table;
  clear: both;
}
.block-page-gallery3 {
	margin-top: 20px;
}
.block-page-gallery3:after {
  content: "";
  display: table;
  clear: both;
}
.block-page-gallery3 div {
	float: left;
	width: 30.7%;
	margin: 2% 0 3% 2%;
	height:220px;
}
.staff_head {
	font-family: arial;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #666666;
    padding: 0 15px 15px 15px;
    margin-top: 30px;
}
.staff_block {
	height:auto !important;
	margin-bottom:30px !important;
	display: inline-block !important;
	float:none !important;
	vertical-align: top !important;
	margin-left:1.7% !important;
}
.staff_param {
	font-size:13px !important;
}
.staff_param.mail {
	font-family:Arial !important;
	font-size:12px !important;
	margin-top:8px !important;
}
.staff_param.mail i {
	opacity:0.8;
	margin-right:5px;
	font-size:13px !important;
}
.block-page-gallery3 img {
	width: 100%;
	border-bottom: 6px solid #E77918;
}
.block-page-gallery3 h4 {
	font-family: Arial;
	font-size:0.9em;
	margin: 5px 0;
	color: #E77918;
}
.block-page-gallery3 p {
	font-family: Arial;
	font-size:0.72em;
	line-height: 1.4em;
	color: #666666;
	margin: 3px 0 0 0;
}
.bio {
	float: left;
	font-family: Arial;
	font-size:0.7em;
	font-style: italic;
	color: #666666;
	padding: 8px 0 8px 25px;
	background-image: url(../img-site/arrow-bio.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

.block-biography {
	margin-top: 20px;
}
.block-biography:after {
  
}
.block-biography div {
	padding: 0 15px;
}
.block-biography img {
	float: left;
	margin: 10px 0 0 50px;
	width: 204px;
	height: 131px;
	border-top: 6px solid #E77918;
}
.block-biography h4 {
	float: left;
	margin: 10px 0 8px 30px;
	font-family: Arial;
	font-size:1.2em;
	color: #E77918;
	width:40%;
}
.block-biography p {
	float: left;
	width:38%;
	margin: 3px 0 0 30px;
	font-family: Arial;
	font-size:0.9em;
	line-height: 1.3em;
}
.block-biography-grey {
	background-color: #AFB1B4;
	padding: 30px 60px 60px 140px;
}
.block-biography-grey p {
	color: #FFF;
	font-family: Arial;
	font-size:0.86em;
	line-height: 1.5em;
}
.block-biography-grey p a:link {
	color:#FFFFFF;
	text-decoration:underline;
}
.block-biography-grey p a:visited {
	color:#FFFFFF;
}
.block-biography-grey p a:hover {
	color:#FFFFFF;
}
.block-biography-grey p a:active {
	color:#FFFFFF;
}
.block-project-image {
	float:left;
	width:50%;
	height: 223px;
	overflow: hidden;
}
.block-project-image-right {
	float:right;
	width:50%;
	height: 223px;
	overflow: hidden;
}
.block-project-image-right img {
	width:100%;
}
.block-project-image img {
	width:100%;
}
.block-project-annotation {
	float:left;
	width:50%;
	min-height: 223px;
	background-color: #FFF;
}

.block-project-annotation p {
	font-family:arial;
	font-size:0.76em;
	line-height: 1.45em;
	color: #666666;
	padding: 0 10px;
}


.block-project-page-slidearea {
	background-color: #AFB1B4;
	border-bottom: 4px solid #332E2C;
	font-size:0;
}

.block-project-page-textarea h3 {
	font-family:arial;
	font-size:1em;
	line-height: 1.4em;
	color: #666666;
	background-color: #FFF;
	display: inline-block;
	padding: 8px 12px 5px 12px;
	margin:-60px 0 0 18px;
	width:200px;
}
.block-project-page-textarea p {
	font-family:arial;
	font-size:0.9em;
	line-height: 1.5em;
	color: #666666;
	padding: 0 30px;
}
.block-project-page-textarea a:link {
	color:#BD6213;
}
.block-project-page-textarea a:visited {
	color:#BD6213;
}
.block-project-page-textarea a:hover {
	color:#BD6213;
	text-decoration:underline;
}
.block-project-page-textarea a:active {
	color:#BD6213;
}

.block-gallery-album {
	float:left;
	position:relative;
	width:49.5%;
	margin: 0.5% 0.5% 0 0;
	height: 190px;
	overflow: hidden;
}
.block-gallery-album img {
	width:100%;
}
.block-gallery-album p {
	text-align:left;
	font-family: Arial;
	font-size:0.9em;
	line-height: 1.4em;
	color: #FFF;
	background-color: #000;
	position:absolute;
	bottom:0px;
	left:0px;
	height:56px;
	width:92.1%;
	padding: 8px 4%;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color:rgba(0, 0, 0, 0.7);
}

.block-gallery-photos a {
	float:left;
	position:relative;
	width:32.8%;
	margin: 0.5% 0.5% 0 0;
	height: 135px;
	overflow: hidden;
}
.block-gallery-photos img {
	width:100%;
}

/*  partners box  ==================================================================== */
.partners-box-wrap {
	padding: 20px 0;
}
.partners-box-wrap:after {
	content: "";
	display: table;
	clear: both;
}
.our-partners {
	float:left;
	width: 18%;
	font-family: Arial;
	font-size:0.9em;
	font-weight: bold;
	color: #666666;
	padding:10px 0 10px 30px;
	background-image: url(../img-site/arrow1.png);
	background-repeat: no-repeat;
	background-position: 0;
}
.partners-box  {
	float:right;
	width: 79%;
	margin:0;
}
.partners-box div {
	width: 11.5%;
	float:left;
	margin: 0 0 0 1%;
	height: 50px;
	position: relative;
}
.partners-box img {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	max-width: 94%;
}