body {
	min-height:900px;
	padding-top:154px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	background: #fff;
}
body.home {
	padding-top:0;
}
body.shrink {
	padding-top:50px;
	padding-top:155px;
}
body.shrink .navbar {
	margin-top:-104px;
}
body.shrink .bottom-nav .navbar-nav > li.tagline {
	opacity:0;
}
.bottom-nav .logo {
	display:block;
	width:249px;
	position:absolute;
	top:-82px;
	margin-left:13px;
	z-index:2;
	opacity:0;
}
body.shrink .bottom-nav .logo {
	width:150px;
	top:5px;
	opacity:1;
}



strong {
	font-weight: 700;
}

body, a, button, input, img, strong, .navbar, .logo, .tagline, .search-form, .carousel-caption::after, .button::after, .button,
.project-item time, .project-item p, .news-item h4, .event-item h4, .event-item span, .event-item i {
	transition: all 0.4s ease-in-out;
}

a {
	color:#0066b2;
}
a:hover, a:focus {
	color:#00adee;
}
a::after  {
	transition: all 0.2s ease-in-out;
}

.clear {clear:both}



.container-fluid > .navbar-header, .container > .navbar-header {
	margin-left:13px;
	margin-right:100px;
}
.caret {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px dashed;
  margin-top: -1px;
}
header .navbar {
	min-height:154px;
	padding-top:22px;
	border:none;
	border-radius:0px;
	background: rgb(30,194,169);
	background: -moz-linear-gradient(left,  rgba(30,194,169,1) 0%, rgba(22,88,165,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(30,194,169,1) 0%,rgba(22,88,165,1) 100%);
	background: linear-gradient(to right,  rgba(30,194,169,1) 0%,rgba(22,88,165,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ec2a9', endColorstr='#1658a5',GradientType=1 );
}
.navbar-nav {
	margin-top:24px;
}
.navbar-nav > li > a {
	padding-bottom:10px;
	padding-top:10px;
	font-weight:600;
	color:#221f1f;
	text-transform:none;
	letter-spacing: -0.25px;
}
.navbar-nav.top-nav > li > a {
	padding-bottom:9px;
	padding-top:9px;
	border:1px solid transparent;
}
.navbar-nav > li {
	margin-right:8px;
}
.navbar-nav > li:last-child {
	margin-right:0px;
}
.navbar-nav > li.search {
	clear:both;
}
.lang-nav {
	position:relative;
	top:0;
}
.lang-nav > li {
	margin-right:0;
}
.lang-nav .lang {
	position:static;
	top:0;
	right:0;
	z-index:2;
}
.lang-nav .search {
	padding-top:51px;
}
.lang-nav .search input, .lang-nav .search button {
	color:rgba(255,255,255,0.5);
	text-transform:uppercase;
	background:none;
	border:none;
}
.lang-nav .search input {
	padding-left:5px;
	padding-bottom:7px;
	font-weight:600;
	color:rgba(255,255,255,1);
	vertical-align:bottom;
	-moz-appearance:    textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
.lang-nav .search input, .lang-nav .search input:focus {
	outline:none;
}
.lang-nav .search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:rgba(255,255,255,0.5);
}
.lang-nav .search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:rgba(255,255,255,0.5);
   opacity:  1;
}
.lang-nav .search input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:rgba(255,255,255,0.5);
   opacity:  1;
}
.lang-nav .search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:rgba(255,255,255,0.5);
}
.lang-nav .search input::-ms-input-placeholder { /* Microsoft Edge */
   color:rgba(255,255,255,0.5);
}
.lang-nav .search button {
	width:22px;
	height:22px;
	margin:5px;
	padding:0;
	background:url('../img/search.svg') no-repeat;
	background-size:100%;
	opacity:0.5;
}
.lang-nav .search button:hover {
	opacity:1;
}
.lang-nav .search .search-form {
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.lang-nav .search .search-form:hover {
	border-bottom:1px solid rgba(255,255,255,0.8);
}
.navbar-nav.lang-nav > li > a {
	padding:6px 15px 8px 15px;
	font-size:13px;
	font-weight:700;
	color:#8eaec9;
	background:#232323;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.navbar-nav.lang-nav > li > a:hover {
	/*
	margin-top:5px;
	padding:13px 15px;
	color:rgba(255,255,255,1);
	background:#1ca0a8;
	border-radius:50%;
	*/
}

.nav.top-nav > li > a:focus, .nav.top-nav > li > a:hover, .nav.top-nav > li.active > a {
	background:none;
	border:1px solid rgba(255,255,255,0.4);
	border-radius:3px;
}
.nav.top-nav > li.active > a {
	background:rgba(255,255,255,0.1);
	border:1px solid rgba(255,255,255,0.5);
}

.dropdown-menu {
  border-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:none;
  min-width: 200px;
	background: rgb(27,156,168);
	background: -moz-linear-gradient(left,  rgba(27,156,168,1) 0%, rgba(25,126,166,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(27,156,168,1) 0%,rgba(25,126,166,1) 100%);
	background: linear-gradient(to right,  rgba(27,156,168,1) 0%,rgba(25,126,166,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9ca8', endColorstr='#197ea6',GradientType=1 );
  border:none;
}
.dropdown-menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown-menu ul li a {
	display:block;
	margin:5px 0px;
	padding:7px 15px;
	font-size:13px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
}

.bottom-nav {
	clear:both;
	float:none;
	position:absolute;
	left:0px;
	right:0px;
	top:104px;
	min-height:50px;
	background: rgb(64,64,64);
	background: -moz-linear-gradient(left,  rgba(64,64,64,1) 0%, rgba(32,32,32,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(64,64,64,1) 0%,rgba(32,32,32,1) 100%);
	background: linear-gradient(to right,  rgba(64,64,64,1) 0%,rgba(32,32,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#202020',GradientType=1 );
}
.bottom-nav .navbar-nav {
	margin-top:0px;
}
.bottom-nav .navbar-nav > li > a, .bottom-nav .navbar-nav > li.tagline {
	padding-bottom:15px;
	padding-top:10px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
}
.bottom-nav .navbar-nav > li > a {
	font-size:15px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.bottom-nav .navbar-nav > li.active > a {
	color:#333333;
	background:#fff;
}
.bottom-nav .navbar-nav > li.active > a:hover,
.bottom-nav .navbar-nav > li.active.hover > a {
	color:#fff;
}
.bottom-nav .navbar-nav > li.tagline {
	margin-right:90px;
	padding-bottom:0px;
	padding-top:12px;
	font-size:11px;
}
.bottom-nav .navbar-nav > li {
	margin-top:5px;
	margin-right:45px;
}
.bottom-nav .navbar-nav > li:last-child {
	margin-right:0px;
}
.bottom-nav .nav > li > a:focus, .bottom-nav .nav > li > a:hover, .bottom-nav .nav > .dropdown.hover > a {
  background: #000;
}
.bottom-nav .dropdown-menu {
  background: #000;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
}


#home-carousel {
	margin-top:-60px;
	margin-bottom:-10%;
	z-index:0;
}
#home-carousel::after {
  position:absolute;
  bottom:-2px;
  left:0px;
  right:0px;
  z-index:1;
  display:block;
  width:100%;
  height:41.5%;
  content:"";
  background:url('../img/slider-bg.png') center bottom no-repeat;
  background-size:100% auto;
}
#home-carousel .carousel-inner > .item {
  /*max-height:730px;*/
}
#home-carousel .carousel-inner > .item > img {
  width:100%;
}
#home-carousel .carousel-inner > .item > .container {
  position:relative;
}
#home-carousel .carousel-caption,
#home-carousel .carousel-indicators {
	width:475px;
	left:auto;
	right:15%;
	margin:0px;
}
#home-carousel .carousel-caption {
	display:block;
	padding:20px 30px;
	position:absolute;
	top:auto;
	bottom:41.5%;
	z-index:3;
	text-align:left;
	color:#fff;
	text-shadow:none;
	text-decoration:none;
	border-radius:4px;
	background: rgb(26,133,167);
	background: -moz-linear-gradient(left,  rgba(26,133,167,1) 0%, rgba(23,100,165,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(26,133,167,1) 0%,rgba(23,100,165,1) 100%);
	background: linear-gradient(to right,  rgba(26,133,167,1) 0%,rgba(23,100,165,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a85a7', endColorstr='#1764a5',GradientType=1 );
}
#home-carousel .carousel-caption h3 {
	margin:0px;
	padding-bottom:10px;
	font-size:20px;
	font-weight:600;
	line-height:28px;
	text-transform:uppercase;
}
#home-carousel .carousel-caption p {
	font-size:13px;
	font-weight:400;
	color:#fff;
	line-height:22px;
}
#home-carousel .carousel-caption::after {
	display:block;
	width:26px;
	height:26px;
	content:"";
	position:absolute;
	right:30px;
	bottom:15px;
	z-index:3;
	border-radius:50%;
	background-color:rgba(0,0,0,0.3);
	background-image:url('../img/arr-right.png');
	background-position:left center;
	background-repeat:no-repeat;
}
#home-carousel .carousel-caption:hover::after {
	right:24px;
	background-color:rgba(255,255,255,0.6);
}
#home-carousel .carousel-indicators {
  top:auto;
  bottom:35%;
}
#home-carousel .carousel-indicators li, #home-carousel .carousel-indicators .active {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  margin-left:5px;
  margin-right:5px;
}
#home-carousel .carousel-indicators .active {
  margin-bottom:1px;
}

.content {
	padding-top:60px;
	padding-bottom:60px;
	background:#fff;
}
.content h2 {
	margin-top:20px;
	margin-bottom:25px;
	font-size:24px;
	font-weight:600;
	color:#1ca5a8;
	line-height:32px;
	text-transform:uppercase;
}
.content h2.alter {
	color:#1873a6;
}
.content p, .content ul, .content ol {
	margin-top:0px;
	margin-bottom:25px;
	font-size:14px;
	font-weight:400;
	color:#4e545b;
	line-height:24px;
}
.content p.lead {
	padding-right:15px;
}
.content .button {
	position:relative;
	display:inline-block;
	margin-top:5px;
	margin-right:25px;
	padding:6px 18px 5px 18px;
	font-size:12px;
	font-weight:700;
	color:#186ea6;
	letter-spacing:0.05em;
	text-transform:uppercase;
	text-decoration:none;
	border:1px solid #1ca9a8;
	border-radius:3px;
}
.content .button span {
	position:relative;
	z-index:2;
}
.content .button::after {
    background: #1ca9a8;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
	z-index:1;
    right: 0;
    top: auto;
    width: 0;
}
.content .button:hover::after {
    width: 100%;
    opacity: 1;
}
.content .button:hover {
    color:#fff;
}

.news-item, a.news-item {
	display:block;
	position:relative;
	padding-right:15px;
	padding-bottom:15px;
	text-decoration:none;
}
.news-item h4 {
	margin-bottom:0px;
	font-size:13px;
	font-weight:600;
	color:#1b9da8;
	line-height:20px;
	text-transform:uppercase;
}
.news-item h4 time {
	margin-left:15px;
	padding-left:15px;
	font-size:12px;
	color:#b1b7be;
	line-height:24px;
	text-transform:none;
	border-left:1px solid #dadde0;
}
.news-item h3 {
	margin-top:0px;
	font-size:18px;
	font-weight:600;
	color:#186fa6;
	line-height:26px;
}
.news-item p {
	margin-top:5px;
	margin-bottom:0px;
	font-size:13.5px;
	color:#6a6f76;
	line-height:20px;
}
.news-item img:not(.fotorama__img) {
	float:left;
	max-width:40%;
	margin-top:5px;
	margin-right:24px;
	margin-bottom:20px;
	border-radius:4px;
}
.news-item .button {
	top:-50px;
	opacity:0;
	margin-right:0px;
	padding:3px 10px 2px 10px;
	font-size:11px;
}
.news-item:hover .button {
	top:4px;
	opacity:1;
}

.home-projects {
	margin-top:60px;
	padding-top:30px;
	padding-bottom:40px;
	background: rgb(30,194,169);
	background: -moz-linear-gradient(left,  rgba(30,194,169,1) 0%, rgba(22,88,165,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(30,194,169,1) 0%,rgba(22,88,165,1) 100%);
	background: linear-gradient(to right,  rgba(30,194,169,1) 0%,rgba(22,88,165,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ec2a9', endColorstr='#1658a5',GradientType=1 );
}
.home-projects h2 {
	color:#fff;
}
.home-projects .carousel-control {
	text-shadow:none;
	opacity:0.3;
}
.home-projects .carousel-control:hover {
	opacity:0.85;
}
.home-projects .carousel-control.left, .home-projects .carousel-control.right {
	background-image:none;
}
.home-projects .carousel-control .glyphicon-chevron-left, .home-projects .carousel-control .glyphicon-chevron-right {
	width:50px;
	height:50px;
	font-size:50px;
	font-weight:700;
}
.project-item, a.project-item {
	display:block;
	padding-top:15px;
	padding-bottom:20px;
	color:#fff;
	text-decoration:none;
	border:1px solid transparent;
	border-radius:3px;
}
.project-item:hover {
	background:rgba(0,0,0,0.05);
	/*border:1px solid rgba(255,255,255,0.4);*/
}
.project-item time {
	font-size:12px;
	font-weight:700;
	color:rgba(255,255,255,0.6);
	letter-spacing:0.05em;
}
.project-item:hover time {
	color:rgba(255,255,255,0.85);
}
.project-item h3 {
	margin-top:10px;
	margin-bottom:5px;
	font-size:30px;
	font-weight:700;
	line-height:36px;
}
.project-item h4 {
	margin-top:0px;
	font-size:13px;
	font-weight:600;
	line-height:20px;
}
.project-item p {
	margin-top:20px;
	font-size:18px;
	font-weight:400;
	color:rgba(255,255,255,0.85);
	line-height:30px;
}
.project-item:hover p {
	color:rgba(255,255,255,1);
}
.project-item .button {
	margin-right:0px;
	color:rgba(255,255,255,0.75);
	border:1px solid rgba(255,255,255,0.4);
}
.project-item:hover .button {
	color:rgba(255,255,255,0.85);
	border:1px solid rgba(255,255,255,0.8);
}
.project-item .button:hover {
	border:1px solid #1ca9a8;
}

.tenders {
	padding-top:35px;
	padding-bottom:50px;
}
.tenders.tenders-list {
	padding-top:0px;
	padding-bottom:0px;
}
.tenders .news-item, .tenders a.news-item {
	padding-bottom:0px;
}
.tenders .news-item h4 {
	color:#b0b9c3;
	font-size:12px;
	font-weight:600;
	line-height:16px;
	letter-spacing:0.05em;
	margin-bottom: 3px;
	text-transform:none;
}
.tenders .news-item h3 {
  color:#168d91;
  font-size:17px;
  font-weight:400;
  line-height:24px;
}
.tenders .news-item:hover .button {
	top:-7px;
}

footer {
	padding-top:40px;
	padding-bottom:20px;
	background:#fafafa;
	box-shadow:inset 0px 10px 5px 0px rgba(0, 0, 0, 0.03);
}
footer .logos {
	padding-bottom:60px;
	text-align:center;
}
footer .logos a {
	display:inline-block;
	margin-right:40px;
	vertical-align:bottom;
	white-space:nowrap;
	-webkit-filter:grayscale(100%);
	filter:gray;
	filter:url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	filter:grayscale(100%);
	opacity:0.75;
}
footer .logos a:last-child {
	margin-right:0px;
}
footer .logos a:hover {
	-webkit-filter:none!important;
	filter:none!important;
	opacity:1;
}
footer .copy {
	font-size:13px;
	color:#1c1c1c;
}
footer .copy > span {
	display:inline-block;
	margin:0px 10px;
	padding:0px 10px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
}
footer .facebook {
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:40px;
	text-align:center;
	background:#232323;
	border-radius:3px;
}
footer .facebook:hover {
	background:#1ca0a8;
}



/* Subpages */
.breadcrumbs {
	border-bottom: 1px solid #e5e5e5;
	list-style-type: none;
	margin: 0;
	margin-bottom:25px;
	padding: 0px 0px 10px 0px;
}
.breadcrumbs li {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.breadcrumbs li::after {
	content: "›";
	display: inline-block;
	position: absolute;
	right: 6px;
	top: -1px;
	color:#aab1b9;
}
.breadcrumbs li:last-child::after {
	display:none;
}
.breadcrumbs li a {
	color: #979ea8;
	color:#414a56;
	display: block;
	font-size: 11px;
	font-weight:600;
	letter-spacing:0.04em;
	text-transform:uppercase;
	text-decoration:none;
	opacity:0.6;
}
.breadcrumbs li a:hover {
	opacity:1;
}

.projects-list {
  overflow:hidden;
}
.projects-list .news-item {
  margin-bottom:30px;
  padding-top:15px;
  padding-bottom:30px;
  border-bottom:1px solid #ededed;
}
.projects-list .news-item:last-child {
  border-bottom:none;
}
.projects-list .news-item h3 {
  margin-top:6px;
  margin-bottom:2px;
}
.projects-list .news-item h4 {
  color: #186fa6;
  font-weight:400;
  margin-top: 0;
  margin-bottom:15px;
  text-transform: none;
}
.projects-list .news-item time {
  color: #9ca8b6;
  font-size: 12px;
  font-weight:600;
}
.projects-list .news-item img {
  display:inline-block;
  border-radius:0px;
  float: none;
  margin: 0px;
  margin-top:33px;
  margin-right:-15px;
  max-width: 100%;
}
.projects-list .news-item .button,
.project-details .news-item .button {
  font-size: 12px;
  margin-top: 20px;
  margin-right: 0;
  opacity: 1;
  padding: 6px 18px 5px;
  top: 0px;
}
.content .linked {
  padding-bottom:60px;
}
.content .linked h2 {
  color: #c6cbd1;
}
.linked .news-item h4 time,
.project-details .news-item h4 time {
  border-left: none;
  margin-left: 0px;
  padding-left: 0px;
}
.linked .news-item h3 {
  color:#1ca2a8;
}
.linked .subtitle {
  margin-top:40px;
  margin-bottom:20px;
  font-size:18px;
  font-weight:400;
  color:#1ca2a8;
  text-transform:uppercase;
}

.project-details .news-item h3 {
  margin-top:15px;
  font-size: 30px;
  line-height: 42px;
}
.project-details .news-item .button {
  margin-top: 0px;
  float:right;
}
.project-details .news-item .button img {
  width:16px;
  height:16px;
  float:none;
  margin:0;
  margin-left:15px;
  border-radius:2px;
}
.project-details .project-logos {
  margin-top:50px;
  margin-bottom:40px;
}
.project-details .project-logos img {
  margin-right:10%;
  margin-bottom:0px;
  display:inline-block;
  float:none;
  border-radius:0px;
}
.project-details .project-logos img:last-child {
  margin-right:0px;
}
.project-details p {
  margin-bottom:25px;
  font-size:14px;
  line-height:24px;
}
.project-details .ms-word-paste p {
  margin-bottom:10px;
}
.project-details p.lead {
  font-size:18px;
  font-weight:400;
  line-height:32px;
  color:#4e545b;
}
.project-details p.lead strong {
  font-weight:600;
}
.project-details ul {
  margin-top:25px;
  padding-left:0px;
}
.project-details ul li {
  margin-bottom:10px;
  padding-left:40px;
  font-size:14px;
  color: #6a6f76;
  line-height:24px;
  list-style-type:none;
  background:url('../img/favicon.png') 10px 5px no-repeat;
  background-size:14px;
  overflow:visible;
}
.content .jssocials-shares {
	margin-top:-30px;
	margin-bottom:60px;
}
.content .jssocials-share {
	margin: 20px 7% 0 0;
}
.content .jssocials-share:last-child {
	margin: 20px 0 0 0;
}
.content .jssocials-share-link {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:600;
	text-decoration:none;
}
#project-gallery-carousel {
	margin-bottom:100px;
}
#project-gallery-carousel .item a {
	margin-bottom:10px;
	padding:0px;
}
#project-gallery-carousel .item a:first-child, #project-gallery-carousel .item a:last-child {
	margin-right:0px;
}
#project-gallery-carousel .carousel-control {
  background-color: #fff;
  background-image: none;
  color: #3f3f3f;
  opacity: 1;
  text-shadow: none;
  top: auto;
  bottom:10%;
  width: 40px;
  height:40px;
  border-radius:50%;
}
#project-gallery-carousel .carousel-control.left {
  left:-20px;
}
#project-gallery-carousel .carousel-control.right {
  right:-10px;
}
#project-gallery-carousel .carousel-control:hover {
  color: #1875a6;
}
#project-gallery-carousel .carousel-control .glyphicon-chevron-left, #project-gallery-carousel .carousel-control .glyphicon-chevron-right {
  font-size: 24px;
  height: 24px;
  width: 24px;
}

.pagination {
	clear:both;
	margin-top:60px;
	background: rgb(30,194,169);
	background: -moz-linear-gradient(left,  rgba(30,194,169,1) 0%, rgba(22,88,165,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(30,194,169,1) 0%,rgba(22,88,165,1) 100%);
	background: linear-gradient(to right,  rgba(30,194,169,1) 0%,rgba(22,88,165,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ec2a9', endColorstr='#1658a5',GradientType=1 );
}
.content .pagination {
	margin-top:30px;
	margin-bottom:0px;
}
.pagination > li > a, .pagination > li > span {
  border: 1px solid #e6e6e6;
  font-weight:600;
  color: #1658a5;
  padding: 5px 12px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background: none;
  border-color: transparent;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  color:#fff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span ,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    padding:0px 12px 6px 12px;
	font-size: 24px;
    font-weight:400;
	line-height:26px;
	color:#859fbc;
}
.pagination > li:first-child > a:hover, .pagination > li:first-child > span:hover ,
.pagination > li:last-child > a:hover, .pagination > li:last-child > span:hover,
.pagination > li:first-child > a:focus, .pagination > li:first-child > span:focus ,
.pagination > li:last-child > a:focus, .pagination > li:last-child > span:focus {
	color:#fff;
}

.project-details p.person {
	margin-top:30px;
	padding:10px 12px;
	border:1px solid #ededed;
	border-radius:4px;
	background:rgba(0,0,0,0.015);
}
.person img {
	float:none;
	margin:0;
	margin-bottom:15px;
}
.person small {
	display:block;
	padding-bottom:10px;
	font-size:80%;
	font-weight:600;
	letter-spacing:0.05;
	text-transform:uppercase;
	line-height:130%;
	opacity:0.8;
}

.linked.submenu a.news-item {
	margin-bottom:5px;
	padding-bottom:0px;
	padding-right:0px;
}
.linked.submenu a.news-item:hover h4 {
	color:#186fa6;
}
.project-details .news-item h3.subtitle {
	margin-top:30px;
	font-size:20px;
	line-height:32px;
}

#contact-map {
    width:100%;
	height:600px;
	margin-top:50px;
	margin-bottom:-60px;
}
#contact-map .location {
    width:100%;
	padding:30px;
	padding-top:20px;
	padding-bottom:0px;
}
#contact-map .infowindow {
    width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#fff;
	line-height:24px;
	letter-spacing:0.02em;
	background:#1b9da8;
}
#contact-map .infowindow h4 {
	margin-top:0px;
	paddding-top:0px;
	margin-bottom:20px;
	font-size:14px;
	opacity:0.9;
}
#contact-map .infowindow p {
	color:#fff;
	font-weight:600;
}

.content .button.doc {
	float:none;
	margin:5px 10px 5px 0px;
}
.content .button.doc:first-of-type {
	margin-top:15px;
}
.content .button.doc:last-of-type {
	margin-bottom:15px;
}
.content .button.doc .glyphicon {
	padding-right:5px;
}





@media only screen and (max-width : 1460px) {
.home-projects .carousel-control {
	width:60px;
}
}

@media only screen and (max-width : 1320px) {
#home-projects-carousel {
	padding-bottom:50px;
}
.home-projects .carousel-control {
	width:50%;
	height:70px;
	top:auto;
	bottom:-40px;
	background:rgba(0,0,0,0.1);
}
.home-projects .carousel-control .glyphicon-chevron-left, .home-projects .carousel-control .glyphicon-chevron-right {
	margin-top:-25px;
}
}

@media only screen and (max-width : 1199px) {
/*
.container-fluid > .navbar-header, .container > .navbar-header {
	margin-right:50px;
}
.bottom-nav .navbar-nav > li.tagline {
	margin-right:40px;
}
.lang-nav {
	width:150px;
}
.lang-nav .search button {
	display:inline-block;
	float:left;
}
.lang-nav .search input {
	display:inline-block;
	width:75%;
	float:right;
	margin-top:4px;
}
#home-carousel .carousel-caption, #home-carousel .carousel-indicators {
	right:5%;
}
footer .logos a {
	width:13%;
	margin-right:4%;
}
footer .logos a:first-child {
	width:8%;
}
footer .logos a:last-child {
	width:18%;
}

#project-gallery-carousel .item a {
	margin-bottom:5px;
	padding-right:5px;
}
#project-gallery-carousel .item a:first-child, #project-gallery-carousel .item a:last-child {
	padding-right:0px;
}
#project-gallery-carousel .carousel-control.right {
  right:-20px;
}
*/
}

@media only screen and (max-width : 991px) {
.container-fluid > .navbar-header, .container > .navbar-header {
	margin-left:0px;
	margin-right:0px;
}
.bottom-nav .navbar-nav > li {
	margin-right:25px;
}
.lang-nav {
	width:auto;
}
.lang-nav .search {
	padding-right:70px;
	padding-top:0;
}
.top-nav {
	float:right;
	margin-top:-33px;
}
#home-carousel .carousel-indicators {
	bottom:33%;
}
#home-carousel .carousel-caption p {
	display:none;
}
#home-carousel .carousel-caption h3 {
	font-size:18px;
	padding-bottom:0;
	padding-right:50px;
}
#home-carousel .carousel-caption::after {
	bottom:50%;
	margin-bottom:-13px;
}
.news-item h4 time {
	display:block;
	border-left:none;
	margin-left:0px;
	padding-left:0px;
}
.project-item h3 {
	font-size:24px;
}
.project-item p {
	font-size:15px;
	line-height:24px;
}
footer .logos a {
	width:12%;
}

.project-details .news-item .button {
  margin-top: 15px;
}
}


@media only screen and (max-width : 767px) {
body {
	padding-top:83px;
}
.navbar-toggle {
	border:1px solid #fff;
	border-radius:3px;
}
.navbar-toggle .icon-bar {
	background:#fff;
}
.logo {
	display:block;
	width:60%;
}
header .navbar {
	min-height:83px;
	padding-top:10px;
}
.container-fluid > .navbar-header, .container > .navbar-header {
	padding-bottom: 10px;
}
.lang-nav {
	position: static;
}
.navbar-nav {
	margin-top: 0;
}
.navbar-nav > li {
	margin:0;
}
.top-nav {
	float: none;
	margin-top: 0;
	clear: both;
}
.bottom-nav {
	/*background:none;*/
	position: static;
    margin-left: -15px;
    margin-right: -15px;
}
.bottom-nav .navbar-nav > li.tagline {
	display: none;
}
.bottom-nav .navbar-nav > li {
	margin-right: 0;
}
.nav .dropdown-menu {
	width:100%;
	position:relative;
	margin-bottom:10px;
	padding-left:15px;
}
.lang-nav .lang {
	float:right;
	position:static;
}
.navbar-nav.lang-nav > li > a {
	border-radius:0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin:0;
	margin-right:14px;
	padding: 6px 15px 8px;
}
.navbar-nav > li.search {
	clear: none;
}
.lang-nav .search {
	margin-left: 15px;
	padding-right: 0;
	float: left;
}
.lang-nav .search .search-form {
	max-width: 150px;
}

#home-carousel .carousel-caption {
	background: rgba(26, 133, 167, 0.75);
	border-radius: 0px;
	bottom: 47%;
	margin:0px auto;
	padding: 10px 15px;
}
#home-carousel .carousel-caption::after {
	display:none;
}
#home-carousel .carousel-caption h3 {
	font-size: 15px;
	padding-right: 0;
	text-align: center;
	line-height: 24px;
}
#home-carousel .carousel-caption, #home-carousel .carousel-indicators {
	width:100%;
	left: auto;
	right: auto;
}
#home-carousel .carousel-indicators {
	bottom: 30%;
}

footer .logos {
	margin-bottom: -25px;
}
footer .logos a {
	margin-bottom: 25px;
	margin-right: 6%;
	width: 24%;
}

#project-gallery-carousel .item {
	text-align:center;
}
#project-gallery-carousel .item a {
	display:inline-block;
	max-width:240px;
	float:none;
}
#project-gallery-carousel .item a:first-child, #project-gallery-carousel .item a:last-child {
	padding-right:5px;
}
#project-gallery-carousel .carousel-control {
  background-color:#f4f4f4;
}
#project-gallery-carousel .carousel-control.left {
  bottom:-12.5%;
  left:25%;
}
#project-gallery-carousel .carousel-control.right {
  bottom:-12.5%;
  right:25%;
}
#project-gallery-carousel .carousel-control .glyphicon-chevron-left, #project-gallery-carousel .carousel-control .glyphicon-chevron-right {
  margin-top:-12px;
}

}


@media only screen and (max-width : 520px) {
footer {
	position:relative;
}
footer .facebook {
	position:absolute;
	top:0;
}
footer .copy > span {
	display:block;
	margin:0px;
	padding:0px;
	border:none;
}

#project-gallery-carousel .item a {
	width:100%;
}
#project-gallery-carousel .carousel-control.left, #project-gallery-carousel .carousel-control.right {
  bottom:-10%;
}
}


@media only screen and (max-width : 480px) {
.news-item img {
	max-width: 100%;
}
.project-details .project-logos img {
  margin-bottom: 35px;
  margin-right: 0;
}
.project-details .project-logos img:last-child {
  margin-bottom: 0;
}
}