/* ==========================================================================
Styles author: Reiven Solutions
HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
========================================================================== */

html,
button,
input,
select,
textarea {
	color: #273e4d;
	font-weight: 300;
	font-family: 'Roboto Condensed', Tahoma, Helvetica, Arial, sans-serif;
}

html,
body {
	width: 100%;
	height: 100%;
	background:#f3f3f3;
}

body {
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
}

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

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

h1,
h2,
h3,
h4,
h5 {
	word-wrap: break-word;
	font-weight: 400;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border: 0 none;
	margin: 10px 0;
	padding: 0;
	*zoom: 1;
	clear: both;
}

hr:before,
hr:after {
	content: " ";
	display: table;
}

hr:after {
	clear: both;
}

img {
	vertical-align: middle;
}

strong {
	font-weight: 700;
}

a {
	color: #273e4d;
	text-decoration: none;
}

a:hover {}

ul {
	padding: 0 0 0 25px;
	margin: 20px auto;
}

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

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1;
	margin-top: -2px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.no-backgroundsize [class^="icon-"],
.no-svg [class*=" icon-"] {
	*margin-right: .3em;
}

[class^="icon-"].sml-icon,
[class*=" icon-"].sml-icon {
	width: 16px;
	height: 16px;
}

[class^="icon-"].medium-icon,
[class*=" icon-"].medium-icon {
	width: 32px;
	height: 32px;
}

[class^="icon-"].big-icon,
[class*=" icon-"].big-icon {
	width: 50px;
	height: 50px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn,
input.btn,
a.btn,
input[type="submit"] {
	border: 2px solid #b7a593;
	background: #363534;
	color: #b7a593;
	padding: 6px 18px;
	cursor:pointer;
	font-weight: normal;
	font-size: 15px;
	font-family: 'Roboto Condensed', Tahoma, Helvetica, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.btn:hover,
input.btn:hover,
a.btn:hover,
input[type="submit"]:hover {
	color: #fff;
}

.btn:focus,
input.btn:focus,
a.btn:focus,
input[type="submit"]:focus {
	outline: none;
}

.btn:active,
input.btn:active,
a.btn:active,
input[type="submit"]:active {}

.full-link,
.full-link:hover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	outline: none;
	text-decoration: none;
}

.add-link {
  margin: 20px auto;
  font-size: 15px;
  display:block;
  width:100%;
	text-decoration:none;
}
.add-link .btn {
  background: #00ADEF;
}
.add-link .btn:hover {
  background: #00ADEF;
}
.back-link {
  margin: 10px auto;
  color: #fff;
  padding:6px 10px;
  background: #00ADEF;
	text-decoration:none;
}
.editing-title {
  color: #00ADEF;
  font-size:16px;
}
.edy-texteditor-view {
  background:rgba(255,255,255,.6);
  padding:10px;
}
.edy-texteditor-active {
  min-height:2em;
}

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

textarea {
	resize: vertical;
}

label {
	margin: 0 0 5px;
	display: block;
}

input,
textarea {
	border: 1px solid #e4e4e4;
	font-size: 14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fff;
	outline: none;
	padding: 10px 10px;
}

input:focus,
textarea:focus {
	border: 1px solid #cbcbcb;
	color: #000;
}

.table-wrap {
	width: 100%;
	overflow-x: scroll;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
	font-size: 16px;
	line-height: 1.5;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	position: relative;
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

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

.section {
	-webkit-transition: opacity 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: opacity 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: opacity 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: opacity 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.section .grid-row {
	position: relative;
}

.grid-container {
	max-width: 1200px;
	position:relative;
	margin:auto;
}

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

/* ### HEADER ### */

.logo-wrap {
	position: relative;
	width: 100%;
	margin: 50px auto 30px;
}

.logo {
	display: block;
	margin: auto;
	max-width: 200px;
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

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

.main-menu {
	padding: 0;
	margin: 30px auto 10px;
	list-style: none;
	text-align:center;
}

.main-menu li {
	padding: 0;
	margin: 0 5px 20px;
	display: inline-block;
	line-height: 1;
}

.main-menu li a {
	text-decoration: none;
	padding: 5px 5px;
	display: block;
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}
.main-menu li a:after {
	content:'';
	display:block;
	position:absolute;
	background:#273e4d;
	width:0px;
	height:2px;
	top:100%;
	left:50%;
	margin:10px 0 0;
	-webkit-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.main-menu li a:hover:after, .main-menu li.active a:after {
	width:60px;
	margin-left:-30px;
}

/* CONTENT */

.grid-container ul {
	list-style: none;
	padding: 0;
}

.grid-container p {
	margin: 1.4em 0;
}

.main-content {
	position: relative;
	padding-bottom:70px;
}
.to-top {
	position: fixed;
  bottom: 0px;
  right: 0px;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 400;
  width: 100%;
  text-align: right;
  background: rgba(243,243,243,.8);
  padding: 10px;
  opacity:0;
	-webkit-transition: all 50ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 50ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 50ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 50ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.to-top.show {
  opacity:.7;
	-webkit-transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.to-top.show:hover {
  opacity:1;
}
.to-top .icon {
	display:inline-block;
	width:50px;
	height:50px;
	line-height:45px;
	margin-left:10px;
	text-align:center;
	border:2px solid #273e4d;
}

.intro-block h1 {
	font-size: 30px;
	font-weight: 300;
}

.projects-menu {
	margin:40px auto;
}
.projects-menu .cat-col {
	position:relative;
	max-width:400px;
	margin:auto;
	-webkit-transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.projects-menu .cat-col .inner {
	position:relative;
	margin:25px 10px 60px 20px;
	overflow:hidden;
	-webkit-transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
html:not(.editmode) .projects-menu .cat-col .inner {
	max-height:223px;
}
html:not(.editmode) .projects-menu .cat-col.opened .inner {
	max-height:2000px;
}
.projects-menu .cat-col:hover {
	background:#fff;
}
.projects-menu h1 {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 30px;
	text-transform: uppercase;
	letter-spacing:0.01em;
}
.projects-menu ul {
	padding:0;
	margin:0;
}
.projects-menu li {
	margin:7px 0;
	text-transform: uppercase;
	font-size:17px;
	line-height:1.15;
}
.projects-menu li a {
	letter-spacing:0.01em;
}
.projects-menu .load-more {
	position:absolute;
	left:20px;
	bottom:-30px;
	font-size:16px;
	text-transform: uppercase;
	font-weight:700;
	letter-spacing:0.01em;
	cursor:pointer;
}

/* Home page */

.home-photos {
	margin:10px auto;
}

.photos-list {
	position:relative;
	margin:40px auto;
}
.photos-list .list-item {
	width:50%;
	position:relative;
	padding:5px;
}
.photos-list .list-item .filler {
  content:'';
	position:relative;
  display:block;
  background: #fff url(../images/ajax-loader.gif) no-repeat center;
  margin:0;
}
.photos-list .list-item img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	-webkit-transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.photos-list .list-item:hover img {
  opacity:.8;
}
.photos-list .list-item:hover .filler {
  background:none;
}

.lazyload {
    opacity: 0;
    opacity: 1;
}
.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
}

/* Portfolio */
.project {
	margin: 50px auto;
	text-align:center;
}
.project-info {
	font-size: 20px;
	line-height: 1;
	margin: 50px auto;
	padding:0 10px;
	text-align:center;
}
.project-info p {
	display:inline-block;
	margin: auto;
	border:2px solid #273e4d;
	padding:14px 20px;
}
.project-info strong {
	font-weight:400;
}

/* Contacts */

.contact {
	padding: 0;
}
.team {
	padding: 0 10px;
	margin: 0 auto 20px;
}
.team h1 {
	font-size: 25px;
	line-height: 1;
	margin: 30px 0 5px;
}
.team .team-member {
	margin: 20px auto 30px;
	max-width: 384px;
	position:relative;
}
.team-member .member-info {
	position:relative;
}
.team-member .socials {
	right:20px;
	top:-2px;
	position:absolute;
}
.team-member .socials a {
	display:inline-block;
	vertical-align:middle;
	margin:0 3px;
}
.team p {
	margin: 6px auto;
	line-height: 1;
	font-size: 14px;
}
.team .img-wrap img {
	width: 100%;
}

.move-notice {
	font-size: 20px;
	line-height: 1;
	margin: 50px auto;
	padding:0 20px;
	text-align:center;
}
.move-notice p {
	display:inline-block;
	margin: auto;
	border:2px solid #273e4d;
	padding:14px 30px;
}
.move-notice strong {
	font-size: 22px;
	text-transform:uppercase;
}

.contact-page .intro-block .contact-block {
	max-width: none;
	text-align: left;
	margin: 0 5px;
	font-size: 20px;
}

.contact-page .intro-block .contact-block h1,
.contact-page .intro-block .contact-block h2 {
	margin: 0;
}

.contact-page .intro-block .contact-block p {
	margin: 0 0 20px;
}

.contacts #contactMap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
	-moz-transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
	-o-transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
	transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
	/* easeInCubic */
}

.contacts #contactMap img {
	max-width: none;
}

.company-info {
	margin:0 10px;
}
.company-info .location-overview {
	margin:40px 0;
}
.company-info .location-overview aside {
	margin:40px 0 0;
}
.company-info .location-overview h2 {
	margin: 0 0 20px;
	line-height:1;
	text-transform:uppercase;
	font-weight:300;
	font-size:32px;
}
.company-info .location-overview p {
	font-size:20px;
}

.lang-menu-wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -20px;
}
.lang-menu-wrap ul {
  margin: 0;
}
.lang-menu-wrap ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
	
}

@media only screen and (min-width: 768px) {
	
	.logo-wrap {
		margin: 90px auto 40px;
	}
	.logo {
		max-width:250px;
	}
	.main-menu {
		margin: 40px auto;
	}
	.main-menu li a {
		font-size:24px;
	}
	.lang-menu-wrap {
    left: 10px;
    bottom: 24px;
    width: auto;
    text-align: left;
  }
	
	/* Content */
	
	.projects-menu {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.projects-menu.no-eq-h {
		/*-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;*/
	}
	.projects-menu .cat-col {
		margin:0;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		width: 25%;
	}
	.no-flexbox .projects-menu .cat-col {
		width: 31%;
		display:inline-block;
		vertical-align:top;
	}
	
	.projects-menu .cat-col .inner {
		margin:30px 10px 60px 10px;
	}
	html:not(.editmode) .projects-menu .cat-col .inner {
		max-height:260px;
	}
	.projects-menu h1 {
	    font-size: 24px;
	    margin: 0 0 30px;
	}
	.projects-menu li {
		margin:10px 0;
	}
	.projects-menu .load-more {
		left:10px;
		bottom:30px;
	}
	
	.photos-list {
		margin:40px 20px;
	}
	.photos-list .list-item {
	  padding:10px;
	}
	
	.project {
		margin: 70px auto;
	}
	.project-info p {
		padding:14px 40px;
	}
	
	.team {
		margin: 50px auto;
		text-align:center;
	}
	.team .team-member {
		margin: auto 10px;
		text-align:left;
		display:inline-block;
		vertical-align:top;
		max-width: 330px;
	}
	
	.move-notice {
		margin: 70px auto;
	}
	
	.company-info {
		font-size:0;
		margin:70px auto;
	}
	.company-info .location-map {
		display:inline-block;
		vertical-align:top;
		width:50%;
		font-size:16px;
		padding:0 10px;
	}
	.company-info .location-overview {
		display:inline-block;
		vertical-align:bottom;
		width:50%;
		font-size:16px;
		padding:0 10px;
		margin:auto;
	}
	
}

@media only screen and (min-width: 1024px) {
	
	.projects-menu .cat-col .inner {
		margin:30px 10px 60px 30px;
	}
	.projects-menu h1 {
	    font-size: 30px;
	    margin: 0 0 34px;
	    line-height: 1;
	}
	.projects-menu li {
		margin:12px 0;
	    line-height: 1.15;
	}
	.projects-menu .load-more {
		left:30px;
	}
	
	.team .team-member {
		max-width: 384px;
	}
	.lang-menu-wrap {
    left: 30px;
  bottom: 26px;
  }

}

@media only screen and (min-width: 1200px) {
	
  .to-top {
    max-width:1200px;
    margin-left:-600px;
    left:50%;
  }
  .to-top .icon {
    margin-right: 20px;
  }
	.projects-menu h1 {
	    font-size: 36px;
	    margin-bottom: 36px;
	}
  
}

@media only screen and (min-width: 1920px) {}

@media screen and (max-width: 400px) {
	@-ms-viewport {
		width: device-width;
	}
}


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

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

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

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

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

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

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.grid-row {
	width: auto;
}

.grid-row:before,
.grid-row:after {
	content: " ";
	display: table;
}

.grid-row:after {
	clear: both;
}

.grid-row {
	*zoom: 1;
}

.float-left,
.alignleft {
	float: left;
}

.float-right,
.alignright {
	float: right;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	margin-bottom: 4em;
}

a img.alignright {
	float: right;
	margin: 0 0 1em 2em
}

a img.alignleft {
	float: left;
	margin: 0 2em 1em 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	margin-bottom: 4em;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

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


/* ==========================================================================
   Print styles
   ========================================================================== */

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