@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/subset-ProximaNova-Light.woff2") format("woff2"), url("../fonts/subset-ProximaNova-Light.woff") format("woff"), url("../fonts/subset-ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/subset-ProximaNova-Regular.woff2") format("woff2"), url("../fonts/subset-ProximaNova-Regular.woff") format("woff"), url("../fonts/subset-ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/subset-ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/subset-ProximaNova-Semibold.woff") format("woff"), url("../fonts/subset-ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/subset-ProximaNova-Bold.woff2") format("woff2"), url("../fonts/subset-ProximaNova-Bold.woff") format("woff"), url("../fonts/subset-ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.psd, .media-item.top a:before, .list li:before {
  content: "";
  display: block;
  position: absolute;
}

.trans, .nav-ico span, .nav-ico, .media-item .name a, .media-item .img-box img, .more, .search-btn, .main-nav a i, .main-nav a, .btn {
  transition: all 0.3s ease-in-out;
}

.btn {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border-radius: 30px;
  color: #fff;
  background: #399c72;
  padding: 17px 25px;
  font-size: 12px;
  font-weight: 600;
  border: 0;
  text-transform: uppercase;
  font-family: "ProximaNova", sans-serif;
}
.btn:hover, .btn:focus {
  background: #4bbd8d;
  color: #fff;
}

button, a,
.slide.slick-slide.slick-current.slick-active {
  outline: none !important;
}

body {
  background: #f4f4f4;
  font-family: "ProximaNova", sans-serif;
  font-size: 15px;
  color: #737373;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #737373;
}
a:hover, a:focus {
  color: #737373;
}

p {
  font-size: 17px;
  font-weight: 300;
  color: #737373;
  line-height: 25px;
  margin: 0 0 25px 0;
}

.no-shadow, .search-drop .form-control:focus, .btn:hover, .btn:focus {
  box-shadow: 0 0 0 transparent !important;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

div[class^=col-],
.container {
  padding-left: 10px;
  padding-right: 10px;
}

.wrapper {
  background: #fff;
  padding: 20px 25px;
  margin-bottom: 15px;
}

.header {
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}
.header > div {
  display: flex;
}

.logo {
  padding-right: 55px;
}
.logo a {
  display: inline-block;
  vertical-align: top;
}
.logo img {
  max-width: 100%;
}

.right-head {
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1 1 auto;
  width: 1%;
}

.main-nav {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
  width: 1%;
}
.main-nav li {
  display: block;
}
.main-nav a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  padding: 0 0 1px 23px;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
  color: #131313;
}
.main-nav a i {
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  color: #b4b4b4;
}
.main-nav a:hover, .main-nav a:active {
  border-bottom-color: #399c72;
}
.main-nav a:hover i, .main-nav a:active i {
  color: #399c72;
}

.search {
  position: relative;
  margin-left: 20px;
}

.search-btn {
  position: relative;
  border: 0;
  padding: 0;
  background: #fff;
  width: 55px;
  height: 35px;
}
.search-btn:hover {
  background: #ebebeb;
}
.search-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-btn .fa-times {
  display: none;
}

.search-drop {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  padding: 15px 20px;
  width: 360px;
  background: #ebebeb;
}
.search-drop .form-group {
  margin-bottom: 0;
}
.search-drop .form-control {
  display: block;
  width: 100%;
  border-radius: 0;
  background: #ebebeb;
  border: 0;
  padding: 0 5px;
  border-bottom: 1px solid #131313;
  color: #131313;
  font-size: 15px;
  font-weight: 300;
}
.search-drop .form-control::-webkit-input-placeholder {
  color: #131313;
  opacity: 1;
}
.search-drop .form-control:-ms-input-placeholder {
  color: #131313;
  opacity: 1;
}
.search-drop .form-control::-moz-placeholder {
  color: #131313;
  opacity: 1;
}
.search-drop .form-control:-moz-placeholder {
  color: #131313;
  opacity: 1;
}

.search-open .search-btn {
  background: #ebebeb;
}
.search-open .search-btn .fa-times {
  display: block;
}
.search-open .search-btn .fa-search {
  display: none;
}
.search-open .search-drop {
  display: block;
}

.headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.headline .title {
  padding-right: 20px;
  margin-bottom: 0;
}

.more {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  color: #399c72;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.more:hover, .more:focus {
  text-decoration: none;
  color: #399c72;
}

.title, h1 {
  color: #131313;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 30px;
}

h2 {
  color: #131313;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 26px;
}

h3 {
  color: #131313;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 20px;
}

.list {
  padding: 0 0 20px 15px;
}
.list li {
  display: block;
  position: relative;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 7px;
  padding-left: 23px;
}
.list li:before {
  top: 6px;
  left: 0;
  background: #131313;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}

.media-item {
  margin-bottom: 20px;
}
.media-item .img-box {
  height: 175px;
  overflow: hidden;
  margin-bottom: 17px;
}
.media-item .img-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.media-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-item .img-box:hover img {
  transform: scale(1.1);
}
.media-item .name {
  display: block;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px;
}
.media-item .name a {
  display: inline-block;
  vertical-align: top;
  color: #131313;
  text-decoration: none;
}
.media-item .name a:hover {
  color: #399c72;
}
.media-item p {
  font-size: 15px;
  color: #737373;
  line-height: 22px;
  margin-bottom: 0;
}
.media-item.top {
  position: relative;
  height: 494px;
  overflow: hidden;
}
.media-item.top a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.media-item.top a:before {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
}
.media-item.top a:hover img {
  transform: scale(1.1);
}
.media-item.top.sm {
  height: 237px;
}
.media-item.top.sm .name {
  font-size: 15px;
  line-height: 20px;
}
.media-item.top .img-box {
  height: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.media-item.top .name {
  color: #fff;
  font-size: 20px;
}
.media-item .text {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 20px;
  left: 20px;
}
.media-item.full-img .img-box {
  height: 325px;
}

.label {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #399c72;
  padding: 1px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.media-nav {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5px;
}
.media-nav span, .media-nav a.tag {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  color: #b4b4b4;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.media-nav span + span, .media-nav span + a, .media-nav a.tag + span, .media-nav a.tag + a {
  margin-left: 20px;
}
.media-nav span i, .media-nav a.tag i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #b4b4b4;
}
.media-nav a.tag {
  color: #399c72;
  font-weight: 600;
}
.media-nav a.tag i {
  color: #399c72;
}

.media-list {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
}
.media-list .title {
  margin-bottom: 5px;
}
.media-list .media-item {
  padding: 15px 0 10px 0;
  margin-bottom: 0;
}
.media-list .media-item + .media-item {
  border-top: 1px solid #ebebeb;
}

.footer {
  padding: 25px 25px 50px;
  background: #131313;
}
.footer .inner {
  max-width: 945px;
  margin: 0px auto;
}
.footer .logo {
  display: inline-block;
  vertical-align: top;
  padding-right: 0;
}
.footer .main-nav {
  width: 100%;
  justify-content: center;
  padding: 10px 0;
  border-bottom: 1px solid #595959;
  border-top: 1px solid #595959;
}
.footer .main-nav li {
  margin: 0 15px;
}
.footer .main-nav li a {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
  color: #595959;
}
.footer .main-nav li a i {
  color: #595959;
}
.footer .main-nav li a:hover {
  color: #fff;
}
.footer .main-nav li a:hover i {
  color: #fff;
}

.copy {
  text-align: right;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  color: #666666;
}

.socially ul {
  display: flex;
  align-items: center;
  margin: 0 15px;
}
.socially ul li {
  display: block;
  padding: 0 15px;
}
.socially ul a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 20px;
}

.nav-ico {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  border-radius: 0px;
  background: transparent;
  width: 19px;
  height: 16px;
  overflow: hidden;
  z-index: 205;
  outline: none !important;
}
.nav-ico span {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 19px;
  background: #737373;
}
.nav-ico span:first-child {
  top: 0px;
}
.nav-ico span:nth-child(2) {
  top: 7px;
}
.nav-ico span:last-child {
  top: 14px;
}

.js-open {
  overflow: hidden;
}
.js-open .nav-ico span:first-child {
  top: 7px;
  transform: rotate(-45deg);
}
.js-open .nav-ico span:last-child {
  top: 7px;
  transform: rotate(45deg);
}
.js-open .nav-ico span:nth-child(2) {
  left: 150px;
}
.js-open .header .backdrop {
  display: block;
}

.backdrop {
  display: none;
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  height: 100vh;
}

.breadcrumb {
  padding: 20px 0 25px;
  margin: 0;
  background: none;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.breadcrumb .breadcrumb-item a {
  color: #399c72;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}

.view-all {
  text-align: center;
  margin-bottom: 15px;
}
.view-all a {
  display: inline-block;
}

.cnt-img {
  margin-bottom: 20px;
}
.cnt-img img {
  max-width: 100%;
}

.img-title {
  font-size: 14px;
  margin-top: 10px;
  color: #b4b4b4;
}

.content-socially {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.content-socially p {
  margin: 0 10px 0 0;
  font-size: 15px;
  color: #131313;
  text-transform: uppercase;
}

.article {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 6px solid #f4f4f4;
}

.aside .media-list .media-item {
  padding-bottom: 0;
}
.aside .media-list .media-item + .media-item {
  border-top: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
  .main-nav a {
    font-size: 14px;
  }

  .header .logo {
    padding-right: 35px;
  }

  .media-item .text {
    right: 1px;
    left: 15px;
  }

  .media-nav span + span, .media-nav span + a, .media-nav a.tag + span, .media-nav a.tag + a {
    margin-left: 15px;
  }

  .right-head {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .logo {
    padding-right: 0;
    max-width: 100px;
  }

  .wrapper {
    padding: 15px;
  }

  .nav-ico {
    display: block;
  }

  .right-head {
    box-shadow: 25px 5px 25px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    width: 500px;
    position: fixed;
    overflow: auto;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 200;
    max-width: 80%;
    transform: translateX(-200%);
    transition: all 0.5s ease-in-out;
    height: 100vh;
    max-height: 100vh;
    padding: 0;
    flex-direction: column-reverse;
  }
  .right-head .main-nav {
    width: 100%;
    display: block;
    padding: 15px;
  }
  .right-head .main-nav li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .right-head .main-nav li a {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .right-head .main-nav li a i {
    top: 50%;
  }

  .search {
    margin-left: 0;
    width: 100%;
  }
  .search .search-drop {
    display: block;
    width: 100%;
    position: static;
    padding: 15px;
  }
  .search.search-open .fa-search {
    display: block;
  }
  .search.search-open .fa-times {
    display: none;
  }

  .search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #ebebeb;
  }

  .js-open .right-head {
    transform: translateX(0%);
  }

  .footer .main-nav {
    display: none;
  }

  .copy {
    text-align: center;
    margin-top: 15px;
  }

  .footer {
    padding: 15px;
  }

  .socially ul {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .media-item.top,
.media-item.full-img .img-box {
    height: 300px;
  }

  .media-list {
    padding: 15px;
  }

  .footer .logo {
    display: block;
    margin: 0px auto 15px;
  }

  .socially ul {
    justify-content: center;
  }
}
@media (max-width: 577px) {
  .title, h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }
}