@charset "UTF-8";

/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
html {
  font-size: 100%;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}


body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
    background: #eeffee; /*бледно-зеленый фон сайта*/
}

body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
  color: #008500;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  color: #222222;
}

p {
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 14px;
}

video {
  height: 100%;
  width: 100%;
}

hr {
  margin: 0;
  border-color: #e5e5e5;
}


/*-------------------------------------------------------*/
/* Typography - шрифты
/*-------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #222222;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h1, .h1 {
  font-size: 55px;
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 34px;
}

h4, .h4 {
  font-size: 28px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 26px;
  }
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
}

h1 > a:hover, h1 > a:focus, h2 > a:hover, h2 > a:focus, h3 > a:hover, h3 > a:focus, h4 > a:hover, h4 > a:focus, h5 > a:hover, h5 > a:focus, h6 > a:hover, h6 > a:focus {
  color: #00800f;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #222222;
  font-size: 85%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.section-headings p {
  margin-bottom: 40px;
}

.title-row {
  margin-bottom: 32px;
  position: relative;
}

.title-row--boxed {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.section-title + p { /*описание заголовка*/
  margin-top: 24px;
}

.subtitle { /*название раздела*/
  font-size: 14px;
  line-height: 1.56;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  letter-spacing: 0.3em;
  color: #ffb31a;
}


/*-------------------------------------------------------*/
/* Grid - Сетка
/*-------------------------------------------------------*/
.section-wrap {
  padding: 60px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 991px) {
  .section-wrap {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-wrap {
    padding: 60px 0;
  }
}

.section-wrap--pb-large {
  padding-bottom: 180px;
}

@media only screen and (max-width: 767px) {
  .section-wrap--pb-large {
    padding-bottom: 60px;
  }
}

.container-semi-fluid {
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .container-semi-fluid {
    padding: 0 20px;
  }
}

.main-container {
  margin: auto;
}

@media (min-width: 1060px) {
  .content-wrapper--boxed {
    padding: 0 30px 30px 30px;
  }
}

@media only screen and (min-width: 992px) {
  .content-wrapper--boxed-lg {
    padding: 0 70px;
  }
}


/*-------------------------------------------------------*/
/* Page Title - Заголовок страницы Портфолио
/*-------------------------------------------------------*/
.page-title {
  position: relative;
  width: 100%;
  display: block;
  padding: 55px 0;
}

.section-header h1{
    color: #5a9500;
}

.section-header h3{
    background: #ffe5b2;
    padding: 10px;
}

.page-title.bg-dark-overlay:before {
  background-color: rgba(0, 0, 0, 0.36);
}

.page-title__holder {
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-title__title {
  line-height: 1.2;
  margin-bottom: 8px;
  color: #fff;
}

.page-title__subtitle {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

.page-title--tall {
  padding: 300px 0;
}

@media only screen and (max-width: 991px) {
  .page-title {
    padding: 45px 0;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title {
    padding: 30px 0;
  }
}


/*=====ПОРТФОЛИО - НАВИГАЦИЯ=====*/
.portfolio-filter-btn-group{
	text-align: center;
	overflow: hidden;
}

.portfolio-filter-btn-group ul{
	display: inline-block;
}

.portfolio-filter-btn-group ul li{
	float: left;
    list-style: none;
}

.portfolio-filter-btn-group ul li a{
	padding: 10px 20px;
	display: inline-block;
	margin: 8px 8px !important;
	border: 1px solid #5a9500;
    background-color: #fff;
}

.portfolio-filter-btn-group ul li a:hover{
	color: #FFF;
	background-color: #5a9500;
}

.portfolio-filter-btn-group ul li a.selected{
	color: #ffffff;
	background: #5a9500;
}


/*-------------------------------------------------------*/
/* Portfolio - Галерея проектов - Портфолио
/*-------------------------------------------------------*/
#gallery {
    width: 90%;
    margin: 0 auto;
}
/*--- 7. Portfolio starts css starts---*/
.gallery-items {
    position: relative;
    margin-bottom: 30px;
}

.gallery-items .img {
    display: block;
    position: relative;
}

.gallery-items .img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(25, 65, 25, 0.65); /*серо-зеленая плашка на фото*/
    opacity: 0;
    -webkit-transition: .7s;
    -moz-transition: .7s ;
    -ms-transition: .7s ;
    -o-transition: .7s ;
    transition: .7s ;
}

.gallery-items .img img {
    width: 100%;
}

.gallery-text {
    opacity: 1;
    color: #fff;
    background: rgba(34, 34, 34, 0.47);
    position: absolute;
    bottom: 0px; 
    left: 0%;
    width: 100%;
    padding: 5px 10px 0px 10px;
    text-align: center;
}

.gallery-text i {
    font-size: 2em;
    cursor: pointer;
}

.gallery-text h3 {
    color: #ffffff;
    font-size: 18px;
/*    letter-spacing: 5px;*/
    text-transform: uppercase;
    font-weight: 400;
}

/*
.gallery-text h3 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 17px;
    letter-spacing: 2px;
}

.gallery-text h3:after {
    height: 3px;
}
*/

/*текст на картинках портфолио*/
/*
@media only screen and (min-width: 576px) and (max-width: 992px) {
  .gallery-text h3 {
    font-size: 12px;
    letter-spacing: 1px;
    }
}
*/

@media only screen and (max-width: 1200px) {
  .gallery-text h3 {
    font-size: 12px;
    letter-spacing: 1px;
    }
}

@media only screen and (max-width: 767px) {
  .gallery-text h3 {
    font-size: 16px;
    letter-spacing: 1px;
    }
}

@media only screen and (max-width: 575px) {
.gallery-items .img {
    max-width: 300px;
    margin: 0 auto;
    }
}


/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
footer {
    background: #181818;
    padding: 20px;
    color: #fff;
}
.footer {
  position: relative;
    text-align: center;
    
}

@media only screen and (min-width: 992px) {
  .footer .container-fluid {
    padding: 0 40px;
  }
}