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

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 17, 2014 */



@font-face {
    font-family: 'geometriabold';
    src: url('geometria-bold-webfont.eot');
    src: url('geometria-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('geometria-bold-webfont.woff') format('woff'),
         url('geometria-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geometrialight';
    src: url('geometria-light-webfont.eot');
    src: url('geometria-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('geometria-light-webfont.woff') format('woff'),
         url('geometria-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geometriamedium';
    src: url('geometria-medium-webfont.eot');
    src: url('geometria-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('geometria-medium-webfont.woff') format('woff'),
         url('geometria-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

* {
	font-family: 'geometrialight';
	text-shadow: none;
	font-weight: lighter;
}

body, .ui-page {
	background: #f5f5f5!important;
}

.ui-body-c, .ui-overlay-c {
	color: #919191;
	text-shadow: none;
}

#logoWrap {
	top: 0px;
	background: transparent;
	border: none;
	width: 100%;
	z-index: 9999;
}

#logo {
	background: transparent;
	width: 20%;
	border: none;
	top: 55px;
}

#logo img {
	width: 100%;
}

#newLogo {
	height: 175px;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 9999;
	position: fixed;
}

#newLogo img {
	height: 100%;
	cursor: pointer;
}

#header {
	background: transparent;
	border: none;
	margin-top: 10px;
	padding: 0 25px 0 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	z-index: 1100;
	overflow: visible;
	
	background-color: #f5f5f5!important;
	margin-top: 0px!important;
}

#menu {
	float: left;
}

.menuItem {
	border: 1px #1a1a1a solid;
	border-radius: 7px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 7px;
	background-color: white;
	overflow: hidden;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
}

.menuItem.langSwitch {
	cursor: default;
	opacity: 0.7;
}

.menuItem.langSwitch:hover {
	color: #1a1a1a;
}

.menuItem.langSwitch span {
	cursor: pointer;
}

.menuItem.langSwitch span.selected {
	text-decoration: underline;
	cursor: default;
	color: #1a1a1a;
}

.menuItem.langSwitch span:hover {
	text-decoration: underline;
}

/* normal menu hover 
.menuItem:nth-child(2):hover {
	border: 7px #3993DE solid;
	background-color: #3993DE;
}

.menuItem:nth-child(3):hover {
	border: 7px #46CE9D solid;
	background-color: #46CE9D;
}

.menuItem:nth-child(4):hover {
	border: 7px #fd4452 solid;
	background-color: #fd4452;
}*/


/* mobile menu hover*/
#menu.resp .menuItem:hover {
	border: 1px #c61a1b solid;
	background-color: #c61a1b;
	color: white;
}


/* menu selected

.menuItem.selected:nth-child(2) {
	background-color: #3993DE;
	border: 2px #3993DE solid;
}

.menuItem.selected:nth-child(3) {
	background-color: #46CE9D;
	border: 2px #46CE9D solid;
}

.menuItem.selected:nth-child(4) {
	background-color: #fd4452;
	border: 2px #fd4452 solid;
}
*/



#menu #home {
	width: 27px;
	height: 26px;
	background: url("../img/home.png");
	display: none;
	position: absolute;
	cursor: pointer;
	margin-top: 18px;
	-webkit-mask-box-image: url("../img/home_mask.png");
	border-bottom: 0px solid #515151;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#menu #home:hover {
	border-bottom: 26px solid #515151;
}


#social {
	float: right;
}

#social .info, #social .info {
	display: inline-block;
	color: #909090;
	margin-top: 5px;
	font-size: 16px;
	margin-top: -2px;
	padding-right: 5px;
	vertical-align: top;
}

#menu .info {
	display: inline-block;
	color: #515151;
	margin-top: 5px;
	font-size: 16px;
	margin-top: -2px;
	padding-right: 5px;
	vertical-align: top;
	margin-left: 7px;
}

#menu .info:hover {
	display: inline-block;
	color: #909090;
	margin-top: 5px;
	font-size: 16px;
	margin-top: -1px;
	padding-right: 5px;
	vertical-align: top;
}

.socialItem {
	display: inline-block;
	margin: 0 0px 0 10px;
	cursor: pointer;
}

#social .facebook {
	width: 16px;
	height: 15px;
	background: url("../img/ico_facebook.png");
}

#social .facebook:hover {
	background-position: -16px;
}

#social .twitter {
	width: 18px;
	height: 15px;
	background: url("../img/ico_twitter.png");
}

#social .twitter:hover {
	background-position: -18px;
}

#social .instagram {
	width: 16px;
	height: 15px;
	background: url("../img/ico_instagram.png");
}

#social .instagram:hover {
	background-position: -16px;
}

#footer {
	display: block;
	background: transparent;
	border: 0;
	color: #909090;
	text-align: center;
	font-size: 13px;
	padding-bottom: 30px;
	display: none;
}

#footer .title, #footer .infoLink {
	cursor: pointer;
}

#footer .title:hover, #footer .infoLink:hover {
	color: #515151;
}

.seperator {
	height: 15px;
	display: inline-block;
	width: 30px;
	background: url("../img/dot.png") no-repeat 50% 50%;
	vertical-align: middle;
}

.navigate {
	cursor: pointer;
}

#down {
	width: 26px;
	height: 25px;
	background: url("../img/down.png");
	margin-bottom: 15px;
	display: none;
}

#down:hover {
	background-position: -26px;
}

#up {
	width: 26px;
	height: 25px;
	margin-left: 50%;
	margin-right: 50%;
	background: url("../img/up.png");
	margin-bottom: 20px;
	border: 0;
	margin-top: 105px;
	z-index: 2222;
	display: none;
	z-index: 9;
	left: -13px;
}

#up:hover {
	background-position: -26px;
}

#prev {
	top: 50%;
	width: 60px;
	border: none;
	background: url("../img/prev.png") no-repeat;
	margin-left: 35px;
	color: #919191;
	font-size: 12px;
	background-position: left 10px;
	padding-left: 15px;
	line-height: 14px;
}

#prev:hover {
	background-position: left -37px;
	color: #515151;
}

#next {
	right: 0;
	left: auto;
	top: 50%;
	width: 60px;
	border: none;
	background: url("../img/next.png") no-repeat;
	margin-right: 35px;
	color: #919191;
	font-size: 12px;
	background-position: right 10px;
	padding-right: 15px;
	line-height: 14px;
	text-align: right;
}

#next:hover {
	background-position: right -37px;
	color: #515151;
}

#prev, #next {
	margin-top: -14px;
}

#content {
	padding: 0 15% 0 15%;
	width: 100%;
	display: table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	background-position: bottom;
	display: block;
	white-space: nowrap;
	padding-bottom: 100px;
	overflow: hidden;
}

#content .work img {
	max-width: 75%;
	vertical-align: middle;
	height: auto;
	width: auto;
}

#content .work {
	width: 100%;
	max-width: 1600px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.info.work {
	display: block;
	vertical-align: middle;
}

.info.work p {
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	width: 65%;
	font-size: 13px;
}

.en {
	color: #515151;
}

#foot {
	text-align: center;
	line-height: 30px;
	color: white;
	font-size: 13px;
	letter-spacing: 0.05em;
	color: white;
	bottom: 0px;
	clear: both;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}

.row {
	width: 33.3%;
	display: table-cell;
	vertical-align: top;
	width: 33.3%;
	display: table-cell;
	vertical-align: top;
	padding: 0 2% 0 2%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 55px;
}

.box {
	margin-bottom: 35px;
	letter-spacing: 0.8px;
	padding: 17px;
}

.box {
	cursor: pointer;
}

.box:hover {
	color: #515151;
	background-color: white;
}

.box .image {
	position: relative;
}

.box .image span {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}

.box .image img {
	width: 100%;
}

.box .image img.active {
	opacity: 0;
}

.box .info {
	text-align: center;
	margin-top: 15px;
}

.box .info .name {
	letter-spacing: 0px;
	font-size: 15px;
	color: #1a1a1a;
	white-space: initial;
}

.box .info .tag {
	margin-top: 6px;
	font-size: 10px;
	white-space: initial;
	color: #4b4b4b;
}

#prev, #next {
	display: none;
}

#open {
	height: 40px;
	cursor: pointer;
	display: none;
	background: url("../img/open.png") 0px no-repeat;
	line-height: 40px;
	color: #515151;
	margin-bottom: 20px;
	text-align: right;
}

.infoNav {
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	display: inline-block;
	margin: 15px 0px 0px 0px;
	line-height: 12px;
}

.infoNav:hover {
	color: #515151;
}

.infoNav.prev {
	margin-right: 20px;	
}

.infoNav.next {
	margin-right: 20px;	
}

.resp #home {
	margin-top: 8px!important;
}

.rowFirst {
	width: 62%;
	display: inline-block;
	margin-top: 50px;
	vertical-align: top;
	float: left;
	margin-bottom: 75px;
}

.rowFirst p, .rowSecond p {
	white-space: normal;
	font-size: 13px;
	line-height: 20px;
}

.rowFirst p br, .rowSecond p br {
/*	line-height: 236%;*/
}

.spacer {
	clear: both;
	display: block;
	height: 15px;
}

.rowFirst .second {
	margin-top: 20px;
}

.sprtr {
	clear: both;
	display: block;
	height: 7px;
	width: 7px;
	left: 50%;
	background-color: gray;
	position: relative;
	margin: 35px 0 35px -4px;
	background: url("../img/sprtr.png");
}

.black {
	color: #515151;
}

.rowFirst p.first {
	color: #2891e2;
	margin-top: 20px;
}

.rowSecond {
	width: 34%;
	display: inline-block;
	margin-top: 50px;
	vertical-align: top;
	float: right;
	margin-bottom: 75px;
	white-space: normal;
}

.rowSecond p.title {
	font-size: 14px;
	margin-bottom: -5px;
	color: #2891e2;
	margin-top: 18px;
}

.rowSecond img, .rowFirst img {
	width: 100%;
}

.par p {
	white-space: normal;
}

.rowFirst.contact div {
	width: 50%;
	float: left;
	font-size: 13px;
	margin-top: 17px;
	color: #34ce9a;
	line-height: 20px;
}

.rowFirst.contact .links {
	width: 25%;
}

.rowSecond.contact div {
	width: 100%;
	font-size: 13px;
	margin-top: 17px;
	color: #34ce9a;
	line-height: 20px;
	float: left;
}

.rowSecond.contact .mapLinks {
	text-align: right;
}

.rowFirst.contact div a, .rowSecond.contact div a {
	text-decoration: none;
	color: #919191;
}

.rowFirst.contact div a:hover, .rowSecond.contact div a:hover {
	color: #515151;
}

.rowFirst.contact .person a {
	color: #919191;
}

#menu.resp .menuItem.selected {
	color: white;
}

#menu .menuItem:last-child
{
margin-right: 0px;
}


@media only screen and (min-width: 0px) { 
	#up, #down {
		visibility: hidden;
	}

	.infoNav {
		display: inline-block;
	}

	.row.first {
		width: 70%;
		display: inline-block;
	}

	.row.second, .row.third {
		display: none;
	}

	#header {
		background: #f8f8f8;
		margin-top: 0;
		height: 40px;
		line-height: 43px;
		overflow: hidden;
	}

	#open {
		display: block;
	}

	.menuItem {
		display: block;
		margin-bottom: 15px;
		background-color: transparent;
		width: 100%;
		height: auto;
		color: #515151;
	}

	.menuItem.langSwitch {
		top: 0;
		position: absolute;
		border: 0;
		width: 100%;
		left: 0;
top: 60px;
text-align: right;
padding-right: 37px;
	}

#menu.resp .menuItem.langSwitch:hover {
border: 0px!important;
background: transparent!important;
color: #515151!important;
}

	#menu .info {
		display: none!important;
	}

	#menu {
		width: 100%;
		text-align: center;
		color: white;
		height: auto;
		top: 0px!important;
		z-index: 999999999;
		padding-right: 35px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 35px;
		background-color: #fedb41;
	}

	#social .info {
		display: none;
	}

	#logo {
		width: 30%;
	}

	#content {
		padding: 0 5% 0 5%;
	}


	.info.work p {
		width: 100%;
	}
	#footer {
		background-color: white;
		border-top: 1px solid #909090;
		padding-bottom: 8px;
		padding-top: 8px;
		visibility: hidden;
	}

	#next, #prev {
		width: 0px;
		height: 25px;
		line-height: 25px;

		bottom: 8px;
		top: auto;
		z-index: 9632;
		overflow: hidden;
		text-indent: 100%;
		visibility: hidden;
	}

	body {
		background: transparent;
	}

	.rowFirst {
		width: 100%;
	}

	.rowSecond {
		width: 100%;
		margin-top: 0px;
	}

	.rowFirst.contact {
		width: 100%;
	}

	.rowSecond.contact {
		width: 100%;
		margin-top: 0px;
	}

	#header {
		z-index: 9999999;
		background-color: lightgray;
		height: 40px;

	}

	#newLogo {
		position: absolute;
		margin-top: 45px;
	}

	.aboutImage img {
		width: 65%!important;
	}

	.aboutText {
		padding-left: 10%!important;
		padding-right: 10%!important;
	}

	.personImg {
		display: block!important;
		padding: 20%!important;
	}

	.personTxt {
		text-align: center!important;
		padding-left: 0px!important;
	}

	.person {
		width: 100px!important;
		height: 100px!important;
		font-size: 14px!important;
		font-family: geometriabold!important;
		padding-top: 31px!important;
		margin-right: 30px!important;
		width: 100%!important;
		margin-right: 0px!important;
		height: 35px!important;
		line-height: 35px!important;
		padding-top: 0px!important;
		margin-bottom: 5px!important;
		border: 2px solid #FFDC2A!important;
	}

	.persons {
		margin-left: 20%!important;
		margin-right: 20%!important;
		/* width: 100%; */
		/* padding-right: 20%; */
	}

	.personInfo {
		width: 90%!important;
	}

	.homeButton {
		background: url("../img/home.png")!important;
		padding-left: 21px!important;
		background-size: 24px!important;
		background-repeat: no-repeat!important;
		background-position: center center!important;
		text-indent: -999999px!important;
		opacity: 0.3!important;
		width: 30px!important;
		margin-right: 50px!important;
		width: 100%!important;
		border: 0!important;
	}

	.homeButton:hover {
		opacity: 0.7!important;
	}
}

@media only screen and (min-width: 768px) {
	.aboutImage img {
		width: 55%!important;
	}

	#up, #down {
		visibility: visible;
	}

	.infoNav {
		display: none;
	}

	.row.first, .row.second {
		width: 50%;
		display: inline-block;
	}

	.row.third {
		display: none;
	}

	#header {
		background: transparent;
		margin-top: 10px;
		padding: 0 25px 0 25px;
		height: 65px;
		overflow: visible;
	}

	#open {
		display: none;
	}

	#menu {
		width: 100%;
		margin-top: 138px;
		top: 25px!important;
		background-color: transparent;
	}

	.menuItem {
		display: inline-block;
		margin-bottom: 0px;
	}

	.menuItem.langSwitch {
		top: 0;
		position: relative;
		border: 0;
		width: auto;
		left: 0;
		padding-right: 0px;
	}

	#menu .info {
		display: inline-block!important;
	}

	.menuItem {
		width: auto;
		height: auto;
		color: #4b4b4b;
		border: 0;
		padding: 0;
		margin-right: 54px;
		font-size: 14px;
	}

	#social .info {
		display: inline-block;
	}

	#logo {
		width: 20%;
	}

	#content {
		padding: 0 15% 0 15%;
	}


	.info.work p {
		width: 75%;
	}

	#footer {
		background-color: transparent;
		border-top: none;
		padding-bottom: 30px;
		padding-top: 0px;
		visibility: visible;
	}

	#next, #prev {
		width: 60px;
		height: auto;
		line-height: normal;

		bottom: auto;
		top: 50%;
		z-index: 9632;
		overflow: visible;
		font-size: 13px;
		text-indent: initial;
		visibility: visible;
	}

	body {
		background: transparent;
	}

	.rowFirst {
		width: 62%;
	}

	.rowSecond {
		width: 34%;
		margin-top: 50px;
	}

	.rowFirst.contact {
		width: 47%;
	}

	.rowSecond.contact {
		width: 47%;
		margin-top: 50px;
	}

	#newLogo {
		z-index: 999999999999!important;
		position: fixed;
		margin-top: 0px;
	}

	#header {
		background-color: #f5f5f5;
		height: 200px;
	}

	.aboutText {
		padding-left: 23%!important;
		padding-right: 23%!important;
	}

	.personImg {
		display: table-cell!important;
		padding: 0px!important;
	}

	.personTxt {
		text-align: left!important;
		padding-left: 25px!important;
	}

	.person {
		width: 100px!important;
		height: 100px!important;
		font-size: 14px!important;
		font-family: geometriabold!important;
		padding-top: 31px!important;
		margin-right: 30px!important;
		width: 100%!important;
		margin-right: 0px!important;
		height: 35px!important;
		line-height: 35px!important;
		padding-top: 0px!important;
		margin-bottom: 5px!important;
		border: 2px solid #FFDC2A!important;
	}

	.persons {
		margin-left: 20%!important;
		margin-right: 20%!important;
		/* width: 100%; */
		/* padding-right: 20%; */
	}

	.personInfo {
		width: 70%!important;
	}

	.homeButton {
		background: url("../img/home.png")!important;
		padding-left: 21px!important;
		background-size: 24px!important;
		background-repeat: no-repeat!important;
		background-position: 0px 8px!important;
		text-indent: -999999px!important;
		opacity: 0.3!important;
		width: 30px!important;
		margin-right: 50px!important;
	}

	.homeButton:hover {
		opacity: 0.7!important;
	}
}

@media only screen and (min-width: 1140px) {
	.aboutImage img {
		width: 55%!important;
	}

	.aboutText {
		padding-left: 23%;
		padding-right: 23%;
	}

	#up, #down {
		visibility: visible;
	}

	.infoNav {
		display: none;
	}

	.row.first, .row.second, .row.third {
		width: 30%;
		display: inline-block;
	}

	#header {
		margin-top: 10px;
		padding: 0 25px 0 25px;
		height: 65px;
		overflow: visible;
	}

	#open {
		display: none;
	}

	.menuItem {
		display: inline-block;
		margin-bottom: 0px;
		margin-right: 120px;
		font-size: 14px;
	}

	.menuItem.langSwitch {
		top: 0;
		position: relative;
		border: 0;
		width: auto;
		left: 0;
		padding-right: 0px;
	}

	#menu {
		width: 100%;
		margin-top: 138px;
		top: 25px!important;
		background-color: transparent;
	}

	#menu .info {
		display: inline-block!important;
	}

	.menuItem {
		width: auto;
		height: auto;
		color: #4b4b4b;
		border: 0;
		padding: 0;
	}

	#social .info {
		display: inline-block;
	}

	#logo {
		width: 15%;
	}

	#content {
		padding: 0 15% 0 15%;
	}


	.info.work p {
		width: 75%;
	}

	#footer {
		background-color: transparent;
		border-top: none;
		padding-bottom: 30px;
		padding-top: 0px;
		visibility: visible;
	}

	#next, #prev {
		width: 60px;
		height: auto;
		line-height: normal;

		bottom: auto;
		top: 50%;
		z-index: 9632;
		overflow: visible;
		text-indent: initial;
		visibility: visible;
	}

	.rowFirst {
		width: 62%;
	}

	.rowSecond {
		width: 34%;
		margin-top: 50px;
	}

	.rowFirst.contact {
		width: 47%;
	}

	.rowSecond.contact {
		width: 47%;
		margin-top: 50px;
	}

	#newLogo {
		z-index: 999999999999!important;
		position: fixed;
		margin-top: 0px;
	}

	#header {
		background-color: #f5f5f5;
		height: 200px;
	}

	.aboutText {
		padding-left: 23%!important;
		padding-right: 23%!important;
	}

	.personImg {
		display: table-cell!important;
		padding: 0px!important;
	}

	.personTxt {
		text-align: left!important;
		padding-left: 25px!important;
	}

	.person {
		width: 100px!important;
		height: 100px!important;
		font-size: 14px!important;
		font-family: geometriabold!important;
		padding-top: 31px!important;
		margin-right: 30px!important;
		width: 100%!important;
		margin-right: 0px!important;
		height: 35px!important;
		line-height: 35px!important;
		padding-top: 0px!important;
		margin-bottom: 5px!important;
		border: 2px solid #FFDC2A!important;
	}

	.personInfo {
		width: 70%!important;
	}

	.homeButton {
		background: url("../img/home.png")!important;
		padding-left: 21px!important;
		background-size: 24px!important;
		background-repeat: no-repeat!important;
		background-position: 0px 8px!important;
		text-indent: -999999px!important;
		opacity: 0.3!important;
		width: 30px!important;
		margin-right: 50px!important;
	}

	.homeButton:hover {
		opacity: 0.7!important;
	}

		.persons {
		margin-left: auto!important;
		margin-right: auto!important;
		/* width: 100%; */
		/* padding-right: 20%; */
	}
}

#foot {
	background-color: #fedb41!important;
	height: 45px!important;
	line-height: 45px!important;
	position: fixed;
	z-index: 9999999999!important;
}

#copyright {
	float: left;
	margin-left: 60px;
	font-size: 11px;
}

#social {
	float: right;
	margin-top: 10px;
	margin-right: 60px;
}

div#social div {
	float: left;
	width: 27px!important;
	height: 27px!important;
	border-radius: 50px!important;
	margin-right: 5px;
	cursor: pointer;
}

div#social div:hover {
	background-color: #cc1b1c!important;
}

.mail {
	background: url("../img/icon_mail.svg") #fff!important;
	background-size: 13px!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
}

.facebook {
	background: url("../img/icon_facebook.svg") #fff!important;
	background-size: 9px!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
}

.twitter {
	background: url("../img/icon_twitter.svg") #fff!important;
	background-size: 15px!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
}

#menu {
	position: absolute;
	bottom: 0;
	margin-bottom: -20px;
	left: 0;
}



#content {
	margin-top: 230px;
	text-align: center;
}

.menuItem:hover {
	color: #1a1a1a;
}

.white {
	background-color: white;
	padding-bottom: 35px;
	margin-bottom: 90px;
}

.par p {
	font-size: 24px!important;
	padding-top: 10px;
	color: #7F7F7F;
}

.text {
	font-size: 12px;
	color: #4b4b4b;
	margin-top: -25px;
	margin-bottom: 35px;
	display: block;
	line-height: 18px;
	letter-spacing: 0.5px;
	white-space: normal;
	text-align: center;
	padding-left: 25%;
	padding-right: 25%;
}

.box.current {
	border: 2px solid #cccccc;
}

.menuTitle {
	font-size: 23px;
	color: #000;
	padding-top: 30px;
	letter-spacing: 1px;
	margin-left: 15%;
	margin-right: 15%;
	border-bottom: solid 1px #ddd;
	padding-bottom: 7px;
	margin-bottom: 30px;
}

.aboutText {
	font-size: 12px;
	color: #4B4B4B;
	margin-bottom: 35px;
	display: block;
	line-height: 20px;
	letter-spacing: 0.5px;
	white-space: normal;
	text-align: center;
	padding-left: 23%;
	padding-right: 23%;
	margin-top: 25px;
}


.links {
	padding-top: 30px;
	padding-bottom: 30px;
}

.links a {
	text-decoration: none;
	color: #4C4C4C;
	display: block;
	font-size: 12px;
	line-height: 18px;
	display: block;
	width: 50%g;
	margin-left: auto;
	margin-right: auto;
}

.links a:hover {
	text-decoration: underline;
}

.persons {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

.person {
	background-color: #FFDC2A;
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 30px;
	border-radius: 50px;
	white-space: initial;
	padding-top: 31px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: white;
	font-size: 14px;
	font-family: geometriabold;
	cursor: pointer;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
}

.person:last-child {
	margin-right: 0px!important;
}

.personInfo {
	background-color: #F4F4F4;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
}

.personImg {
	position: relative;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
}

.personImg img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 8px solid white;
}

.namme {
	color: #4C4C4C;
	white-space: normal;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: -5px;
	width: 100%;
	text-align: center;
	background-color: white;
	margin-top: 0;
	padding-bottom: 5px;
}

.personTxt {
	white-space: normal;
	text-align: left;
	width: 100%;
	display: table-cell;
	vertical-align: top;
	padding-left: 25px;
	color: #4B4B4B;
	font-size: 12px;
	line-height: 18px;
}

.person.selected {
	background-color: #fff;
	border: 2px solid #FFDC2A;
	color: #FFDC2A;
	cursor: pointer;
	padding-top: 0px!important;
	cursor: default;
}

#email {
	display: block;
	height: 40px;
	width: 100%;
	background-color: white;
	background: url("../img/icon_mail.svg") #fff!important;
	background-size: 20px !important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	cursor: pointer;
}

.map img {
	width: 75%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

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