/*
	font-family: 'Roboto', sans-serif;
*/

html, body{
	height: 100%;
	width: 100%;
}

body{
	color: #122E1D;
	background-color: #FFF;
	font: 300 16px/1.7em 'Roboto', sans-serif;
}

p{
	margin: 0;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?y2j3v8');
  src:  url('fonts/icomoon.eot?y2j3v8#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?y2j3v8') format('truetype'),
    url('fonts/icomoon.woff?y2j3v8') format('woff'),
    url('fonts/icomoon.svg?y2j3v8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-horizontal_element:before {
  content: "\e900";
}
.icon-arrow_left:before {
  content: "\e901";
}
.icon-arrow_right:before {
  content: "\e902";
}
.icon-vertical_element:before {
  content: "\e903";
}
.icon-slanted_line:before {
  content: "\e904";
}
.icon-two_slanted_lines:before {
  content: "\e905";
}
.icon-crown:before {
  content: "\e906";
}

.bg-darkgreen{
	background-color: #122E1D;
}

.uk-background-cover.bg-darkgreen:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(26,66,42,0.86);
	z-index: 0;
	display: block;
}

.uk-background-cover.bg-darkgreen > *{
	position: relative;
	z-index: 1;
}

.bg-beige{
	background-color: #F4F0EA;
}

.bg-darkgreen *{
	color: #FFF;
}

.bg-orange{
	background-color: #A26527;
}

h1{
	font: 700 43px/1.21em 'Roboto', sans-serif;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

h2.section-title{
	text-align: center;
	font: 20px/1.2em 'Roboto', sans-serif;
	color: #A26527;
	letter-spacing: 1px;
	margin-bottom: 70px;
}

h2.section-title:before{
	font: 12px/1em 'icomoon' !important;
    content: "\e900";
    display: inline-block;
    margin-right: 10px;
	top: -1px;
    position: relative;
}

h3{
	font: 32px/1.2em 'Roboto', sans-serif;
	color: #122E1D;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

header{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 5;
	padding: 30px 40px 20px;
}

header.uk-active{
	padding-top: 20px;
}

header .logo-holder{
	display: block;
}

header .logo{
	display: block;
}

header.active{
	z-index: initial;
}

header.active.uk-sticky-fixed{
	z-index: 980;
}

header.uk-sticky-fixed .nav-icon span{
	background: rgba(18,46,29,1);
}

header.uk-sticky-fixed .main-menu-but-mobile{
	margin: 0;
}

header.uk-sticky-fixed{
	background: #FFF;
	-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
}

header .logo .sticky,
header.active.uk-sticky-fixed .logo .sticky,
header.uk-sticky-fixed .logo .fixed{
	display: none;
}

header.uk-sticky-fixed .logo .sticky{
	display: block;
	margin-top: 2px;
}

header.active.uk-sticky-fixed{
	background: transparent;
	-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0);
	-ms-box-shadow: 0 0 10px 0px rgba(0, 0, 0,0);
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0);
}

header.uk-sticky-fixed .row:first-child{
	display: none;
}

header.uk-sticky-fixed .main-menu{
	margin-top: 0;

}

header.uk-sticky-fixed .main-menu a{
	color: #122E1D;
}

#mobile-menu{
	z-index: 101;
}

#mobile-menu .texture{
	position: absolute;
	top: 15px;
	left: -10%;
}

.main-menu-but-mobile{
	position: relative;
	z-index: 102;
	margin: 18px 0;
}

#mobile-menu .lang-menu,
header .main-menu,
header .lang-menu{
	padding: 0;
	list-style: none;
	margin: 0;
}

#mobile-menu .uk-modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 30px 0 30px;
}

header .lang-menu{
	margin-top: 5px;
}

#mobile-menu .lang-menu{
	text-align: center;
	margin-top: 60px;
}

#mobile-menu .lang-menu li,
header .main-menu li,
header .lang-menu li{
	display: inline-block;
}

#mobile-menu .lang-menu a,
header .lang-menu a{
	font: 12px/1.3em 'Roboto', sans-serif;
	color: #FFF;
	background-color: rgba(255, 255, 255, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
	display: flex;
	align-items: center;
}

#mobile-menu .lang-menu img,
header .lang-menu img{
	width: 25px;
}

#mobile-menu .lang-menu span,
header .lang-menu span{
	margin-left: 5px;
}

header .lang-menu a:hover{
	color: #122E1D;
	text-decoration: none;
}

#mobile-menu .lang-menu a:hover{
	text-decoration: none;
}

header .lang-menu .current a{
	color: #122E1D;
	background-color: rgba(255, 255, 255, 0);
}

#mobile-menu .lang-menu li + li,
header .lang-menu li + li{
	margin-left: 27px;
}

header .main-menu{
	margin-top: 35px;
}

header .main-menu li + li{
	margin-left: 45px;
}

header .main-menu li{
	position: relative;
}

header .main-menu li + li:before{
	content: "";
	height: 1em;
	width: 1px;
	position: absolute;
	left: -25px;
	background-color: #FFF;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	
}

header.uk-sticky-fixed li + li:before{
	background-color: #122E1D;
}

#mobile-menu .main-menu a,
header .main-menu a{
	font: bold 14px/1.3em 'Roboto', sans-serif;
	display: block;
	color: #FFF;
	letter-spacing: 1px;
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}

#mobile-menu .main-menu a{
	padding: 17px 0;
}

#mobile-menu .main-menu a{
	text-align: center;
}

header .main-menu a:hover{
	color: #FFF;
	text-decoration: none;
}

header .main-menu a:before{
	right: 0;
	bottom: 0px;
	content: "";
	width: 0;
	background-color: #FFF;
	height: 1px;
	position: absolute;
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}

header.uk-sticky-fixed .main-menu a:hover{
	color: #122E1D;
}

header.uk-sticky-fixed .main-menu a:before{
	background-color: #122E1D;
}


header .main-menu a:hover:before{
	width: 100%;
}

#home{
	position: relative;
}

#home .overlay{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: calc(100% - 175px) !important;
    height: calc(100% - 175px) !important;
}

#home .overlay .right-col > *{
	-webkit-transform: translateY(-60%);
	-moz-transform: translateY(-60%);
	transform: translateY(-60%);
}

#home .texture{
	position: absolute;
	z-index: -1;
	-webkit-transform: translate(-80%, -57%);
	-moz-transform: translate(-80%, -57%);
	transform: translate(-80%, -57%);
}

.scroll-down{
	font: 12px/1.4em 'Roboto', sans-serif;
    display: inline-block;
    color: #FFF;
    letter-spacing: 1px;
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);

}

.scroll-down:hover{
	text-decoration: none;
	color: #FFF;
}

.scroll-down:after{
	font: 65px/1em 'icomoon' !important;
    content: "\e903";
    color: #FFF;
    display: block;
    text-align: center;
    margin-top: 5px;
}

#main-slider-sml *:focus{
	outline: none;
}

#main-slider-sml .uk-position-relative:before,
#main-slider-big .uk-position-relative:before{
	content:"";
	position: absolute;
	content:"";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.3);
}

#main-slider-sml .uk-position-relative:before{
	background-color: rgba(26,66,42,0.0);
}


#main-slider-sml .uk-dotnav > * > *,
#main-slider-big .uk-dotnav > * > *{

	background-color: #FFF;
    border-radius: 0;
    border: none;
    width: 30px;
    height: 2px;
}

#main-slider-sml .uk-dotnav>.uk-active>*,
#main-slider-big .uk-dotnav>.uk-active>*{
	background-color: #A26527;
}

#about-us h3{
	margin-top: 60px;
}


h5{
	font: 500 20px/1.3em 'Roboto', sans-serif;
	color: #122E1D;
	margin-bottom: 20px;
}

.uk-section{
	padding-top: 100px;
	padding-bottom: 100px;
}

#about-us .uk-grid > *{
	position: relative;
	z-index: 0;
}

.our-values-holder{
	position: relative;
	padding: 35px 0 60px;
}

.our-values-holder:before{
	content: "";
	display: block;
	padding-top: 220px;
	position : absolute;
	left: 20%;
	top: -220px;
	z-index: -1;
	background-color: #F4F0EA;
	width: 100%;
    height: 100%;
}

.our-values-holder h4{
	font: 23px/1.2em 'Roboto', sans-serif;
	letter-spacing: 1px;
	color: #A26527;
	margin-bottom: 10px;
}

.our-values-list{
	list-style: none;
	font: 20px/2.2em 'Roboto', sans-serif;
	color: #122E1D;
	letter-spacing: 1px;
	margin: 0;
	padding-left: 15px;
}

.our-values-list li{
	position: relative;
}

.our-values-list li:before{
	content: "-";
	font: 20px/2.2em 'Roboto', sans-serif;
	color: #122E1D;
	position: absolute;
	left: -13px;
}

#activity{
	position: relative;
	padding-bottom: 75px;
}

#activity .section-title{
	margin-bottom: 45px;
	color: #FFF;
}

#activity p{
	font-size: 19px;
	line-height: 29px;
	font-weight: 400;
}

#activity .intro h3{
	font: bold 35px/1.1em Roboto, sans-serif;
    color: #AB7947;
}

.bottom-line:after{
	font: 40px/1em 'icomoon' !important;
	content: "\e904";
	text-align: center;
	display: block;
	color: #A26527;
	height: 1em;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}

#projects .texture-holder{
	position: relative;
}

#projects .texture{
	position: absolute;
    -webkit-transform: translate(-20px, -185px);
    -moz-transform: translate(-20px, -185px);
    transform: translate(-20px, -185px);
}




.project-list{
	padding: 0;
	margin: 0 auto;
}

.project-list li{
	padding-bottom: 50px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


.project-list li + li{
	border-top: 2px solid rgba(18,46,29, 0.23);
	padding-top: 50px !important;
}
.list li{
	padding-bottom: 0px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.list li + li{
	border-top: 0px !important;
	padding-top: 0px !important;
}
.list ul{
	margin-top: 5px;
}

.project-list .project-logo{
	margin: 0 auto;
}

.project-list .project-logo img{
	width: 100%;
}

.project-list a{
	font: 500 16px/1.6em 'Roboto', sans-serif;
	color: #A26527;
	text-decoration: underline;
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}

.project-list a:hover{
	color: #122E1D;
}

#project-slider h2{
	color: #FFF;
	z-index: 1;
	margin-top: 100px;
	margin-bottom: initial;
}

#project-slider .uk-dotnav > * > *{

	background-color: #FFF;
    border-radius: 0;
    border: none;
    width: 30px;
    height: 2px;
}

#project-slider .uk-dotnav>.uk-active>*{
	background-color: #A26527;
}

#project-slider .uk-position-center-right,
#project-slider .uk-position-center-left{
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.3);
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
	color: #122E1D;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
}

#project-slider .uk-position-center-right:hover,
#project-slider .uk-position-center-left:hover{
	background-color: rgba(255,255,255,1);
	text-decoration: none;

}

#project-slider .about-project{
	background-color: rgba(26,66,42,0.9);
	z-index: 2;
	max-width: 500px;
	text-align: center;
	padding: 65px 20px;
	color: #FFF;
}

#project-slider .about-project h3{
	color: #FFF;
	font-size: 30px;
	letter-spacing: 1px;
	margin-top: 20px;
}

#project-slider .about-project i{
	color: #A26527;
	font-size: 12px;
}

#project-slider .about-project p + p{
	margin-top: 20px;
}

#project-slider .about-project a{
	border: 2px solid #A26527;
	background-color: rgba(255, 255, 255, 0);
	letter-spacing: 1px;
	font: 15px/1.3em 'Roboto', sans-serif;
	color: #FFF;
	padding: 18px 10%;
	margin-top: 15px;
	display: inline-block;
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}

#project-slider .about-project a:hover{
	text-decoration: none;
	border: 2px solid #FFF;
	color: #A26527;
	background-color: rgba(255, 255, 255, 1);
}

.quote{
	margin-top: 80px;
}

.quote:before,
.quote:after{
	font: 45px/1em 'icomoon' !important;
	content: "\e905";
	text-align: center;
	display: block;
	color: #A26527;
	height: 1em;
}

.quote:before{
	margin-bottom: 25px;
}

.quote:after{
	margin-top: 25px;
}

.quote p{
	font: 20px/1.45em 'Roboto', sans-serif;
	color: #122E1D;
}

.quote h6{
	font: 13px/1.4em 'Roboto', sans-serif;
	color: #A26527;
	letter-spacing: 1px;
	margin: 0;
}

#team .quote{
	margin-left: 20px;
	margin-bottom: 50px;
}

.all-team{
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
}

.all-team:before{
	background-color: #F4F0EA;
	position: absolute;
	content: "";
	width: 100%;
	height: 60%;
	z-index: -1;
	
}

.all-team h4{
	font: 500 16px/1.3em 'Roboto', sans-serif;
    color: #122E1D;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 40px;
}

.team-list .member h3{
	font: 20px/1.45em 'Roboto', sans-serif;
	color: #A26527;
	margin: 30px 0 10px;
}

.team-list > li{
	margin-top: 50px;
}

.team-list .member .post{
	font: 500 16px/1.3em 'Roboto', sans-serif;
	color: #122E1D;
}

.team-list .member a{
	font: 300 16px/1.3em 'Roboto', sans-serif;
	color: #122E1D;
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}

.team-list .member a:hover{
	color: #A26527;
}

#become-team{
	padding-top: 0px;
}

#become-team h4{
	margin: 80px 0 40px;
	font: 500 23px/1.2em 'Roboto', sans-serif;
	color: #122E1D;
}

#become-team .float-text-block{
	padding: 60px 0 70px;
	position: relative;
	z-index: 0;
}

#become-team .float-text-block a{
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}

#become-team .float-text-block a:hover{
	color: #122E1D;
}

#become-team .float-text-block a,
#become-team .float-text-block h6{
	font: 500 18px/1.55em 'Roboto', sans-serif;
	color: #A26527;
}

#become-team .uk-grid > *:first-child{
	z-index: 1;
	position: relative;
}

#become-team .float-text-block:before{
	content: "";
    display: block;
    position: absolute;
    left: -25%;
    top: 0;
    z-index: -1;
    background-color: #F4F0EA;
    width: 125%;
    height: 100%;

}

#contacts h2{
	color: #FFF;
}

#contacts h3{
	font: 500 23px/1.5em 'Roboto', sans-serif;
	color: #A26527;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

#contacts .request-form h3{
	color: #FFF;
	margin-bottom: 20px;
}

.request-form textarea{
	height: 212px;
}

.request-form textarea,
.request-form input{
	padding: 18px 20px;
	border: 1px solid #A26527;
	background: rgba(255, 255, 255, 0);
	width: 100%;
	resize: none;
	font: 400 15px/1.5em 'Roboto', sans-serif;
	color: #FFF;
	letter-spacing: 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-background-clip:padding-box !important;
	-moz-background-clip:padding-box !important;
	background-clip:padding-box !important;
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-ms-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
	vertical-align:top;
}

.request-form textarea:focus,
.request-form input:focus{
	outline: none;
	border: 1px solid #FFFFFF;
}

.request-form textarea::placeholder,
.request-form input::placeholder{
	color: #FFF;
}


.request-form p + p{
	margin-top: 20px;
}

.request-form .send-but{
	background-color: #A26527;
	border: none;
	color: #FFF;
	height: 56px;
	width: 225px;
	float: right;
	cursor: pointer;
	font: 400 15px/1.5em 'Roboto', sans-serif;
	letter-spacing: 1px;
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-ms-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}

.request-form .send-but:hover{
	color: #A26527;
	background-color: #FFF;
}

footer .contact-list{
	font: 400 18px/1.25em 'Roboto', sans-serif;
	padding: 0;
	list-style: none;
}

footer .contact-list li + li{
	margin-top: 20px;
}

footer .contact-list a{
	color: #FFF;
}

footer .copyright{
	font: 400 17px/1.35em 'Roboto', sans-serif;
	color: #A26527;
	margin-top: 40px;
}

footer .texture{
	position: relative;
	top: 55px;
	left: -110px;
}

footer .texture img{
	width: 530px;
}

#map{
	width: 100%;
	height: 75vh;
}

a.nav-icon{
	cursor: pointer;
}

.nav-icon {
	padding: 0;
    width: 32px;
    height: 20px;
    position: relative;
    margin: 0px 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFF;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1){
    top: 0px;
}
.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3){
    top: 9px;
}
.nav-icon span:nth-child(4) {
      top: 18px;
}

.nav-icon.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%;
}

.nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
	top: 9px;
	width: 0%;
	left: 50%;
}

@media screen and (min-width: 1221px){

}



@media screen and (min-width: 960px) and (max-width: 1220px) {

}

@media screen and (min-width: 960px) and (max-width: 1100px) {
	header{
		padding: 30px 35px 20px;
	}
	
	header .main-menu li + li{
		margin-left: 25px;
	}
	
	header .main-menu li + li:before{
		left: -15px;
	}
	
	#mobile-menu .main-menu a, 
	header .main-menu a{
		font-size: 13px;
	}
	
	#home .overlay .right-col > *{
		-webkit-transform: translate(-60px, -60%);
		-moz-transform: translate(-60px, -60%);
		transform: translate(-60px, -60%);
	}
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	
	h1{
		font-size: 36px;
	}
	
	#main-slider-big .uk-position-medium{
		z-index: 1;
	}
	
	#mobile-menu .texture img{
		width: 150%;
		max-width: 150%;
	}
	
	#home .overlay .right-col > *{
		-webkit-transform: translate(-65px, -60%);
		-moz-transform: translate(-65px, -60%);
		transform: translate(-65px, -60%);
	}
	
	#home .texture{
		-webkit-transform: translate(-45%, -10%);
		-moz-transform: translate(-45%, -10%);
		transform: translate(-45%, -10%);
	}

	#become-team,
	#about-us{
		padding-bottom: 40px;
	}

	.our-values-holder:before{
		display: none;
	}

	.our-values-holder h4{
		font-size: 20px;
	}
	
	.project-list li{
		margin-left: 0;
	}

	#project-slider .about-project{
		padding: 45px 20px;
	}

	.team-list .member{
		padding: 0px;
	}

	.team-list .member .email{
		margin-top: 5px;
	}

	.team-list .member .email,
	.team-list .member .email a{
		line-height: 1em;
	}

	.photo-wrap {
	    position: relative;
	    margin-left: -30px;
	    margin-right: -30px;
	    margin-bottom: -40px !important;
	}

	.photo-wrap img{
		width: 100%;
	}

	#become-team .float-text-block{
		padding-top: 0;
		padding-bottom: 30px;
	}

	#become-team .float-text-block:before{
		display: none;
	}

	#become-team h6{
		width: 60%;
	}

	#contacts h3 br{
		display: none;
	}
	
}

@media screen and (max-width: 639px) {

	#main-slider-big .uk-slideshow-items{
		min-height: 550px !important;
	}
	
	#main-slider-big .uk-position-medium{
		z-index: 1;
	}

	header{
		padding: 15px 25px;
	}

	header .logo-holder{
		width: 180px;
	}

	.uk-section{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.uk-container{
		padding-left: 30px;
    	padding-right: 30px;
	}

	.overlay h1{
		font-size: 	34px;
		padding: 0 30px;
	}

	h2.section-title{
		font-size: 16px;
		margin-bottom: 40px;
	}

	h3{
		font-size: 20px;
	}

	#home{
		overflow-x: hidden;
		position: relative;
	}

	#home .texture{
		-webkit-transform: translate(-40%, -10%);
		-moz-transform: translate(-40%, -10%);
		transform: translate(-40%, -10%);
	}
	
	#home .right-col{
		display: flex;
		justify-content: center;
		order: -1;
	}

	#about-us h3{
		margin-top: 0;
	}

	.our-values-holder:before{
		display: none;
	}

	.our-values-holder h4{
		font-size: 20px;
	}

	.photo-wrap{
		position: relative;
		margin-left: -30px;
		margin-right: -30px;
		margin-bottom: -40px !important;
	}
	
	#activity{
		background-image: none !important;
	}
	
	#activity p {
		font-size: 16px;
		line-height: 26px;
	}
	
	#projects .texture{
		-webkit-transform: translate(-85px, -145px);
		-moz-transform: translate(-85px, -145px);
		transform: translate(-85px, -145px);
		max-width: 380px;
	}
	
	#projects{
		padding-top: 80px;
	}

	#projects .quote{
		margin-top: 45px;
	}

	.project-list .project-logo{
		margin-bottom: 28px;
	}

	.project-list li + li{
		margin-top: 50px !important;
	}

	.quote p{
		font-size: 16px;
	}

	#project-slider h2{
		margin-top: 40px;
	}

	#project-slider .uk-slideshow-items{
		height: 770px !important;
	}

	#project-slider .uk-position-cover{
		position: relative;
		height: 250px !important;
		width: 100% !important;
		top: 0;
		/*transform: translate(-50%,0%);*/
	}

	#project-slider .about-project{
		background-color: rgba(18,46,29,1);
	    position: relative !important;
	    top: 0;
	    left: 0;
	    transform: translate(0);
		height: 540px;
		max-width: 100%;
	}

	#project-slider .about-project{
		display: flex;
		align-items: center;
	}

	#project-slider .about-project h3{
		font-size: 20px;
	}

	#project-slider .icon-arrow_right,
	#project-slider .icon-arrow_left{
		display: none;
	}

	.team-list .member{
		padding: 0;
	}

	.team-list li + li{
		margin-top: 50px;
	}

	.team-list .email{
		line-height: 1em;
		font-size: 14px;
	}

	#team .quote{
		margin-bottom: 70px;
		margin-left: 0;
		margin-top: 20px;
	}

	#become-team h4{
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	#become-team .float-text-block{
		padding-top: 0;
		padding-bottom: 30px;
	}

	#become-team .float-text-block:before{
		display: none;
	}

	#become-team .uk-grid{

	}

	#become-team .uk-grid > *:first-child{

	}

	#contacts h3{
		font-size: 20px;
		margin-bottom: 30px;
		font-weight: 400;
	}

	#contacts h3 br{
		display: none;
	}

	footer .contact-list{
		font-size: 16px;
		margin-bottom: 40px;
	}

	footer .texture{
		display: none;
	}

	.request-form .send-but{
		float: none;
		margin: 0 auto;
		display: block;
	}

	footer .copyright{
		font-size: 15px;
	}
}

@media screen and (max-width: 479px) {

	#home .texture{
		-webkit-transform: translate(-45%, -10%);
		-moz-transform: translate(-45%, -10%);
		transform: translate(-45%, -10%);
	}
	
	.overlay h1{
		font-size: 	24px;
	}


	.quote br{
		display: none;
	}
	
	#projects .texture{
		-webkit-transform: translate(-105px, -125px);
		-moz-transform: translate(-105px, -125px);
		transform: translate(-105px, -125px);
		max-width: 300px;
	}
	
	#activity .intro h3{
		font-size: 22px;
	}

}

/* SAFARI FIX */

.uk-flex-middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.uk-flex-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.uk-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}