body{
	font-family: 'MontserratRegular', sans-serif;
	font-size: 20px;
	line-height: 160%;
	color: #272727;
	background: url(../img/noise-texture.png);
}

a, a:visited{
	color: #272727;
	text-decoration: none;
}

ul{
	list-style: none;
}

.button {
  position: relative;
  display:block;
  width: 225px;
  height: 60px;
  margin: 10px 7px;
  padding: 5px 5px;
  border-bottom: 3px solid #F43049;
  background: #1B4C7D;
  font-size: 18px;
  line-height: 60px;;
  color: #fff !important;
  text-align: center;
  outline: 0;
  overflow:hidden;
  z-index: 1;
  cursor: pointer;
  transition:         0.1s ease-in;
  -o-transition:      0.1s ease-in;
  -ms-transition:     0.1s ease-in;
  -moz-transition:    0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
}
@media (max-width: 1366px){
	.button{
		max-width: 160px;
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
}
@media (max-width: 500px){
	.button{
		max-width: 160px;
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
}


.button:before {
  content: "";
  position: absolute;
  background: #F43049;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.15s ease-in;
}

.button:hover:before {
  top: 0;
}


/*Header*/
 header {
     height: 90px;
     border-bottom: 1px solid #D6D6D6;
     display: flex;
     justify-content: space-between;
     padding: 0 90px 0 87px;
}
 @media (max-width: 1280px) {
     header {
         padding: 0 40px 0 40px;
    }
}
 @media (max-width: 1024px) {
     header {
         padding: 0;
         height: 50px;
         display: none;
    }
}
 .logo-cell, .logo-cell:visited {
     display: block;
     background: #1B4C7D;
     color: #FFF;
     text-transform: uppercase;
     font-family: 'FuturaBook', sans-serif;
     line-height: 90px;
     padding: 0 47px;
     font-size: 18px;
     letter-spacing: 1.5px;
     position: relative;
     overflow: hidden;
     z-index: 1;
     transition: 0.1s ease-in;
     -o-transition: 0.1s ease-in;
     -ms-transition: 0.1s ease-in;
     -moz-transition: 0.1s ease-in;
     -webkit-transition: 0.1s ease-in;
}
 .logo-cell:before {
     content: "";
     position: absolute;
     background: #F43049;
     bottom: 0;
     left: 0;
     right: 0;
     top: 100%;
     z-index: -1;
     -webkit-transition: top 0.15s ease-in;
}
 .logo-cell:hover:before {
     top: 0;
}
 @media (max-width: 1024px) {
     .logo-cell, .logo-cell:visited {
         line-height: 50px;
         font-size: 16px;
         padding: 0 20px;
    }
}
 .logo-cell>span {
     font-family: 'FuturaDemi', sans-serif;
}
 nav {
     font-size: 16px;
}
 @media (max-width: 1024px) {
     nav {
         display: none;
    }
}
 nav ul {
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
     padding: 0;
     margin: 0;
}
 .nav-opt {
     list-style: none;
     position: relative;
     margin-right: 65px;
}
 .nav-opt-a {
     min-height: 90px;
     line-height: 90px;
     font-size: 16px;
     text-transform: uppercase;
     font-weight: bold;
}
 .nav-opt-a:before, .nav-opt-a:after {
     transition: 0.2s ease-in;
     -o-transition: 0.2s ease-in;
     -ms-transition: 0.2s ease-in;
     -moz-transition: 0.2s ease-in;
     -webkit-transition: 0.2s ease-in;
     content: "";
     display: block;
     position: absolute;
     height: 3px;
     width: 43px;
     left: 0;
     right: 0;
     margin: 0 auto;
     background: transparent;
}
 .nav-opt-a:before {
     top: 0;
}
 .nav-opt-a:after {
     bottom: 0;
}
 .nav-opt-a:hover:before, .nav-opt-a:hover:after {
     background: #F43049;
}
 .nav-opt:last-child {
     margin-right: 0;
}
 .lang-switch {
     min-height: 90px;
     line-height: 90px;
     font-size: 16px;
     text-transform: uppercase;
     font-weight: bold;
     z-index: 2;
}
 @media (max-width: 1024px) {
     .lang-switch {
         font-size: 14px;
         line-height: 50px;
         margin-left: 15px;
    }
}
 .lang-switch>span {
     padding: 0 17px;
}
 .lang-switch>a {
     transition: 0.2s ease-in;
     -o-transition: 0.2s ease-in;
     -ms-transition: 0.2s ease-in;
     -moz-transition: 0.2s ease-in;
     -webkit-transition: 0.2s ease-in;
}
 .lang-switch>a:hover {
     color: #F43049 
}
 .lang-active {
     color: #F43049 !important;
}
/*End Of Header*/
/* Mobile Header */
 @media (min-width: 1025px) {
     #menuArea, .mobile-menu, .mobile-menu-border {
         display: none !important;
    }
}
 .mobile-menu {
     width: 100%;
     height: 50px;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
     position: absolute;
     top: 0;
     justify-content: space-between;
}
 .mobile-menu-border {
     width: 100%;
     display: block;
     height: 1px;
     width: 100%;
     background: #D6D6D6;
     z-index: 16;
     position: absolute;
     top: 50px;
     opacity: 0.5;
}
 .logo-cell-m {
     line-height: 50px;
     font-size: 16px;
     padding: 0 20px;
     display: block;
     background: #1B4C7D;
     color: #FFF !important;
     text-transform: uppercase;
     font-family: 'FuturaBook', sans-serif;
     letter-spacing: 1.5px;
     position: relative;
     overflow: hidden;
     z-index: 16;
     width: auto;
     max-width: 120px;
     box-sizing: border-box;
}
 .logo-cell-m>span {
     font-family: 'FuturaDemi', sans-serif;
}
 input {
     display: none;
}
 .open {
     background-color: #1B4C7D;
     width: 24px;
     height: 4px;
     display: block;
     border-radius: 2px;
     cursor: pointer;
     position: relative;
     top: 8px;
     z-index: 15;
}
 .open:before {
     content: "";
     background-color: #1B4C7D;
     width: 24px;
     height: 4px;
     display: block;
     border-radius: 2px;
     position: relative;
     top: -8px;
     transform: rotate(0deg);
     transition: all 0.3s ease;
     z-index: 15;
}
 .open:after {
     content: "";
     background-color: #1B4C7D;
     width: 24px;
     height: 4px;
     display: block;
     border-radius: 2px;
     position: relative;
     top: 4px;
     transform: rotate(0deg);
     transition: all 0.3s ease;
     z-index: 15;
}
 .menuOpen {
     width: 24px;
     height: 20px;
     display: block;
     padding: 15px;
     cursor: pointer;
     float: right;
     z-index: 15;
}
 .menuOpen:hover .open:before {
     top: -9px;
     z-index: 15;
}
 .menuOpen:hover .open:after {
     top: 5px;
     z-index: 15;
}
 .menu {
     position: fixed;
     width: 100vw;
     height: 100vh;
     top: 0;
     left: 0;
     background: #1B4C7D;
     ;
     z-index: 15;
}
 .menu label {
     width: 30px;
     height: 30px;
     position: absolute;
     right: 20px;
     top: 20px;
     background-size: 100%;
     cursor: pointer;
     z-index: 15;
}
 .menu .menuContent {
     position: relative;
     top: 280px;
     left: 21px;
     font-size: 24px;
     padding-bottom: 20px;
     margin-top: -170px;
     z-index: 15;
}
 .menu ul {
     list-style: none;
     padding: 0;
     margin: 0 auto;
     z-index: 15;
}
 .menu ul li a {
     display: block;
     color: white;
     text-decoration: none;
     transition: color 0.2s;
     text-transform: uppercase;
     padding: 25px 0;
     z-index: 15;
}
 .menu ul li:after {
     content: "";
     display: block;
     height: 1px;
     width: 34px;
     background: #D7D7D7;
     opacity: 0.5;
}
 .menu ul li:last-child:after {
     display: none;
}
 .menu ul li a:hover {
     color: #F43049;
     z-index: 15;
}
 .menuEffects {
     opacity: 0;
     visibility: hidden;
     transition: opacity 0.5s, visibility 0.5s;
     z-index: 15;
}
 .menuEffects ul {
     transform: translateY(0%);
     transition: all 0.5s;
     z-index: 15;
}
 #menuToggle:checked~.menuEffects {
     opacity: 1;
     visibility: visible;
     transition: opacity 0.5s;
     z-index: 15;
}
 #menuToggle:checked~.menuEffects ul {
     opacity: 1;
     z-index: 15;
}
 #menuToggle:checked~.menuOpen .open {
     background-color: transparent;
     z-index: 16;
}
 #menuToggle:checked~.menuOpen .open:before {
     content: "";
     background-color: white;
     transform: rotate(45deg);
     position: absolute;
     top: 0;
     right: 0;
     z-index: 16;
}
 #menuToggle:checked~.menuOpen .open:after {
     content: "";
     background-color: white;
     transform: rotate(-45deg);
     position: relative;
     top: 0;
     right: 0;
     z-index: 16;
}
 #menuToggle:not(:checked)~.menuEffects ul {
     transform: translateY(-30%);
     z-index: 15;
}
/* End Of Mobile Header */
/*Projects Main Section*/

.slick-list{
	
}

.slick-prev, .slick-next {
    width: 15px;
    height: 15px;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 10;
}
@media (max-width: 1000px){
	.slick-prev, .slick-next{
/*		width: 15px;
		height: 15px;*/
	}
}

.slick-prev {
    background: url(../img/arrow-left.png);
    position: absolute;
	bottom: -60px;
	right: 175px;
}
@media (max-width: 1000px){
	.slick-prev{
		top: -35px;
		left: 0%;
	}
}

.slick-next {
    background: url(../img/arrow-right.png);
    position: absolute;
	bottom: -60px;
	right: 0;
}
@media (max-width: 1000px){
	.slick-next{
		top: -35px;
		left: 100px;
	}
}

.project-gallery-counter{
	position: absolute;
	bottom: -69px;
	right: 56px;
	z-index: 10;
	color: #1B4C7D;
}
@media (max-width: 1440px){
	.project-gallery-counter{
		font-size: 18px;
	}
}
@media (max-width: 1000px){
	.project-gallery-counter{
		left: 97px;
		top: 12px;
		right: 0;
		font-size: 16px;
	}
}
@media (max-width: 1000px){
	.project-gallery-counter{
		left: 10%;
		top: 87px;
		right: 0;
		font-size: 16px;
	}
}
@media (max-width: 840px){
	.project-gallery-counter{
		left: 10.8%;
	}
}
@media (max-width: 630px){
	.project-gallery-counter{
		left: 12%;
	}
}
@media (max-width: 420px){
	.project-gallery-counter{
		left: 14%;
		top: 67px;
	}
}
@media (max-width: 330px){
	.project-gallery-counter{
		left: 16%;
	}
}

.project-gallery-counter>b{
	font-weight: bold;
}

.paging-info, .paging-slides{
	font-style: normal;
	display: inline-block;
}

.paging-info{
	margin: 0 10px 0 0;
}

.paging-slides{
	margin: 0 0 0 10px;
}

.paging-info:before, .paging-slides:before{
	content: "0";
}

.slick-dots{
	display: none !important;
}

.project-main{
	width: 100%;
	position: relative;
	margin-top: 90px;
	min-height: 835px;
}
@media (max-width: 1440px){
	.project-main{
		padding-top: 70px;
		min-height: 700px;
	}
}
@media (max-width: 1366px){
	.project-main{
		padding-top: 60px;
		min-height: 680px;
	}
}
@media (max-width: 1280px){
	.project-main{
		padding-top: 50px;
		min-height: 600px;
	}
}
@media (max-width: 1024px){
	.project-main{
		padding-top: 130px;
		margin-top: 0;
		min-height: 740px;
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		padding-bottom: 40px;
		min-height: 0;
	}
}
@media (max-width: 420px){
	.project-main{
		padding-top: 110px;
		margin-top: 0;
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		padding-bottom: 25px;
	}
}

.project-gallery{
	max-width: 1000px;
	position: absolute;
	top: 0;
	right: 90px;
	width: 52.0833%;
}
@media (max-width: 1680px){
	.project-gallery{
		right: 54px;
		width: 54%;
	}
}
@media (max-width: 1440px){
	.project-gallery{
		right: 42px;
		width: 57%;
	}
}
@media (max-width: 1366px){
	.project-gallery{
		right: 36px;
		width: 59%;
	}
}
@media (max-width: 1280px){
	.project-gallery{
		right: 32px;
		width: 61%;
	}
}
@media (max-width: 1024px){
	.project-gallery{
		width: 93.72%;
		margin-left: 6.28%;
		position: static;
	}
}

.project-gallery-img{
	width: 100%;
	height: auto;
}


.project-cell{
	max-width: 775px;
	width: 40.364%;
	padding: 70px 97px 100px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(154, 154, 154, 0.2);
	position: absolute;
	top: 47px;
	left: 90px;
}
@media (max-width: 1680px){
	.project-cell{
		padding: 50px 72px 76px;
		left: 54px;
	}
}

@media (max-width: 1440px){
		.project-cell{
		padding: 40px 58px 62px;
		left: 42px
	}
}
@media (max-width: 1366px){
	.project-cell{
		padding: 36px 52px 55px;
		left: 36px
	}
}
@media (max-width: 1280px){
	.project-cell{
		padding: 32px 47px 49px;
		left: 28px
	}
}
@media (max-width: 1024px){
	.project-cell{
		width: 93.72%;
		margin-top: -30px;
		max-width: none;
		padding: 32px 36px 49px;
		position: static;
		z-index: 2;
	}
}
@media (max-width: 840px){
	.project-cell{
		padding: 30px 20px 49px;
	}
}

.project-title{
	display: block;
	margin: 0;
	font-weight: bold;
	font-size: 50px;
	line-height: 140%;
	letter-spacing: 0.02em;
}
@media (max-width: 1680px){
	.project-title{
		font-size: 46px;
	}
}
@media (max-width: 1440px){
	.project-title{
		font-size: 42px;
	}
}
@media (max-width: 1366px){
	.project-title{
		font-size: 40px;
	}
}
@media (max-width: 1280px){
	.project-title{
		font-size: 36px;
	}
}
@media (max-width: 1024px){
	.project-title{
		font-size: 32px;
	}
}
@media (max-width: 840px){
	.project-title{
		font-size: 28px;
	}
}
@media (max-width: 420px){
	.project-title{
		font-size: 26px;
	}
}

.project-title>b{
	font-family: 'MontserratSemiBold', sans-serif;
}

.project-fields{
	padding-top: 65px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
@media (max-width: 1680px){
	.project-fields{
		padding-top: 50px;
	}
}
@media (max-width: 1440px){
	.project-fields{
		padding-top: 40px;
	}
}
@media (max-width: 1366px){
	.project-fields{
		padding-top: 32px;
	}
}
@media (max-width: 420px){
	.project-fields{
		flex-wrap: nowrap;
		flex-direction: column;
	}
}


.project-field-bold{
	display: block;
	font-family: 'MontserratSemiBold', sans-serif;
	font-size: 20px;
	line-height: 150%;
}
@media (max-width: 1440px){
	.project-field-bold{
		font-size: 18px;
	}
}
@media (max-width: 1366px){
	.project-field-bold{
		font-size: 16px;
	}
}
@media (max-width: 840px){
	.project-field-bold{
		font-size: 14px;
	}
}


.project-field-separator{
	display: block;
	height: 3px;
	width: 60px;
	margin: 27px 0;
	background: #F53D54;
}
@media (max-width: 1440px){
	.project-field-separator{
		margin: 24px 0;
	}
}
@media (max-width: 1366px){
	.project-field-separator{
		margin: 21px 0;
	}
}
@media (max-width: 1280px){
	.project-field-separator{
		margin: 18px 0;
	}
}

.project-field-text{
	line-height: 150%;
	font-size: 20px;
	display: block;
}
@media (max-width: 1440px){
	.project-field-text{
		font-size: 18px;
	}
}
@media (max-width: 1366px){
	.project-field-text{
		font-size: 16px;
	}
}
@media (max-width: 840px){
	.project-field-text{
		font-size: 14px;
	}
}

.project-field-text:last-child{
	padding-bottom: 0 !important;
}

.project-year, .project-customer{
	width: 45%;
}
.project-customer{
	display: none;
}

@media (max-width: 420px){
	.project-year, .project-customer{
		width: 100%;
	}

.project-customer{
		padding-top: 25px;
	}
}

.project-desc{
	width: 100%;
	margin-top: 57px;
}
@media (max-width: 1680px){
	.project-desc{
		margin-top: 50px;
	}
}
@media (max-width: 1440px){
	.project-desc{
		margin-top: 40px;
	}
}
@media (max-width: 1366px){
	.project-desc{
		margin-top: 32px;
	}
}

.project-map{
	width: 100%;
	min-height: 600px;
	position: relative;
	background: url(../img/noise-goal-texture.jpg);
}

#project-googlemap{
	width: 100%;
	height: 600px;
}
@media (max-width: 1440px){
	#project-googlemap{
		height: 550px;
	}
}
@media (max-width: 1366px){
	#project-googlemap{
		height: 500px;
	}
}
@media (max-width: 1280px){
	#project-googlemap{
		height: 450px;
	}
}

.project-location-cell{
	position: absolute;
	padding: 78px 96px 104px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(154, 154, 154, 0.2);
	right: 185px;
	bottom: -45px;
}
@media (max-width: 1680px){
	.project-location-cell{
		right: 125px;
		padding: 50px 72px 76px;
	}
}
@media (max-width: 1440px){
	.project-location-cell{
		right: 125px;
		padding: 40px 58px 62px;
		bottom: -15px;
	}
}
@media (max-width: 1366px){
	.project-location-cell{
		right: 90px;
		padding: 36px 52px 55px;
		bottom: -10px;
	}
}
@media (max-width: 1280px){
	.project-location-cell{
		right: 90px;
		padding: 32px 47px 49px;
		bottom: -5px;
	}
}
@media (max-width: 840px){
	.project-location-cell{
		right: 0;
		padding: 30px 20px 49px;
		bottom: -33px;
		width: auto;
	}
}

.project-location-title{
	font-family: 'MontserratSemiBold', sans-serif;
	display: block;
	margin: 0;	
	line-height: 150%;
}
@media (max-width: 1440px){
	.project-location-title{
		font-size: 18px;
	}
}
@media (max-width: 1366px){
	.project-location-title{
		font-size: 16px;
	}
}
@media (max-width: 840px){
	.project-location-title{
		font-size: 14px;
	}
}

@media (max-width: 1440px){
	.project-location-desc{
		font-size: 18px;
	}
}
@media (max-width: 1366px){
	.project-location-desc{
		font-size: 16px;
	}
}
@media (max-width: 840px){
	.project-location-desc{
		font-size: 14px;
	}
}


.project-other{
	padding: 145px 185px 270px;
	position: relative;
}
@media (max-width: 1680px){
	.project-other{
		padding: 125px 54px 245px;
	}
}
@media (max-width: 1440px){
	.project-other{
		padding: 100px 42px 220px;
	}
}
@media (max-width: 1366px){
	.project-other{
		padding: 60px 36px 220px;
	}
}
@media (max-width: 1280px){
	.project-other{
		padding: 50px 32px 220px;
	}
}
@media (max-width: 840px){
	.project-other{
		padding: 80px 3.14% 100px;
	}
}



.project-other-overlay{
	display: block;
	width: 100%;
	background: url(../img/noise-goal-texture.jpg);
	position: absolute;
	top: 0;
	height: 500px;
	z-index: -1;
	left: 0;
}
@media (max-width: 1440px){
	.project-other-overlay{
		height: 400px;
	}
}
@media (max-width: 1366px){
	.project-other-overlay{
		height: 300px;
	}
}
@media (max-width: 1280px){
	.project-other-overlay{
		height: 250px;
	}
}

.project-other-title{
	display: block;
	margin: 0;
	font-size: 36px;
	line-height: 150%;
}
@media (max-width: 1440px){
	.project-other-title{
		font-size: 32px;
	}
}

@media (max-width: 1366px){
	.project-other-title{
		font-size: 30px;
	}
}
@media (max-width: 1280px){
	.project-other-title{
		font-size: 28px;
	}
}
@media (max-width: 1000px){
	.project-other-title{
		font-size: 24px;
	}
}
@media (max-width: 840px){
	.project-other-title{
		font-size: 21px;
	}
}
@media (max-width: 420px){
	.project-other-title{
		font-size: 18px;
	}
}

.project-other-title>b{
	font-family: 'MontserratSemiBold', sans-serif;
}

.project-other-wrapper{
	margin-top: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 840px){
	.project-other-wrapper{
		justify-content: center;
		flex-direction: column;
	}
}
@media (max-width: 420px){
	.project-other-wrapper{
		margin-top: 35px;
	}
}

.project-other-cell{
	width: 31.161%;
	position: relative;
	box-sizing: border-box;
}
@media (max-width: 840px){
	.project-other-cell{
		width: 100%;
		margin-top: 75px;
	}
	.project-other-cell:first-child{
		margin-top: 0 !important;
	}
}

.project-other-img{
	width: 100%;
	height: auto;
}

.project-other-desccell{
	position: absolute;
	width: 79.91718%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -100px;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(154, 154, 154, 0.2);
	min-height: 167px;
	box-sizing: border-box;
	padding: 30px 40px 74px;
	z-index: 10;
}
@media (max-width: 1680px){
	.project-other-desccell{
		padding: 24px 32px 60px;
		width: 82%;
		bottom: -120px;
	}
}
@media (max-width: 1440px){
	.project-other-desccell{
		padding: 21px 28px 54px;
		width: 86%;
		bottom: -140px;
	}
}
@media (max-width: 1366px){
	.project-other-desccell{
		padding: 18px 24px 48px;
		width: 89%;
		bottom: -160px;
	}
}
@media (max-width: 1280px){
	.project-other-desccell{
		padding: 16px 21px 42px;
		width: 92%;
		bottom: -180px;
	}
}
@media (max-width: 840px){
	.project-other-desccell{
		padding: 20px 20px 42px;
		width: 92%;
		bottom: -55px;
		min-height: 110px;
	}
}

.project-other-cell-title{
	font-size: 26px;
	line-height: 140%;
	font-weight: bold;
	display: block;
	margin: 0;
}
@media (max-width: 1440px){
	.project-other-cell-title{
		font-size: 24px;
	}
}
@media (max-width: 1366px){
	.project-other-cell-title{
		font-size: 21px;
	}
}
@media (max-width: 1280px){
	.project-other-cell-title{
		font-size: 18px;
	}
}
@media (max-width: 1000px){
	.project-other-cell-title{
		font-size: 16px;
	}
}
@media (max-width: 840px){
	.project-other-cell-title{
		font-size: 14px;
	}
}

.project-other-cell-title>b{
	font-family: 'MontserratSemiBold', sans-serif;
}

.project-other-cell-link{
	width: 60px;
	height: 60px;
	background: #D9E2EB;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer !important;
	z-index: 10;
	background-image: url(../img/ico/arrow-ico.svg) !important;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
@media (max-width: 1366px){
	.project-other-cell-link{
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 840px){
	.project-other-cell-link{
		width: 35px;
		height: 35px;
	}
}

/*Footer Section*/

footer{
	border-top: 1px solid #DBDBDB;
	height: 90px;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1000px){
	footer{
		height: 60px;
	}
}

.footer-logo{
	display: block;
	color: #174A7B !important;
    text-transform: uppercase;
    font-family: 'FuturaBook', sans-serif;
    line-height: 90px;
    padding: 0 137px;
    font-size: 18px;
    letter-spacing: 1.5px;
}
@media (max-width: 1000px){
	.footer-logo{
		display: none;
	}
}

.footer-logo>b{
	font-family: 'FuturaDemi', sans-serif;
}

footer>ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	padding-right: 90px;
}
@media (max-width: 1000px){
	footer>ul{
		padding-right: 0;
		justify-content: space-around;
		width: 100%;
	}
}

.footer-opt-a{
	min-height: 90px;
    line-height: 90px;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 65px;
    font-weight: bold;
    display: block;
}
@media (max-width: 1000px){
	.footer-opt-a{
		padding-right: 0;
		min-height: 60px;
		line-height: 60px;
		font-size: 12px;
	}
}
@media (max-width: 500px){
	.footer-opt-a{
		padding-right: 0;
		font-size: 10px;
	}
}

.footer-opt-a>a{
	color: #1A396B;
	transition:         0.2s ease-in;
  	-o-transition:      0.2s ease-in;
  	-ms-transition:     0.2s ease-in;
 	-moz-transition:    0.2s ease-in;
 	-webkit-transition: 0.2s ease-in;
}

.footer-opt-a>a:hover{
	color: #F43049;
}
