body {
  height: 100%;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 100%;
  line-height: 150%;
  font-weight: 300;
}

p {
  margin-bottom: 1em;
}

ol {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 20px;
  line-height: 200%;
}

.header {
  position: absolute;
    text-align: center;
}

.header__row {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  background-color: transparent;
}

.logo {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.portfolio .logo {
  padding-top: 43px;
  padding-bottom: 0;
  padding-left: 25px;
}

.nav__menu {
  padding-top: 47px;
}

.nav__link {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero__video {
  width: 100%;
  height: 42.65%;
  background-color: transparent;
}

.intro {
    display: block;
    margin-top: 24px;
    padding-right: 26px;
    padding-bottom: 45px;
    padding-left: 26px;
    background-color: #f5f5f5;
}

.footer {
  margin-top: 24px;
  background-color: #0d2813;
  color: #ccc;
}

.footer__row {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 25px 20px;
}

.footer__header {
  margin-top: 0px;
  color: #fff;
  font-size: 18px;
}

.footer__link {
  display: block;
  padding-bottom: 10px;
  padding-left: 27px;
  color: #ff6a00;
  text-decoration: none;
}

.footer__link.fb {
  background-image: url('../images/icon-facebook-footer.png');
  background-position: 0px 3px;
  background-repeat: no-repeat;
}

.footer__link.insta {
  background-image: url('../images/icon-instagram-footer.png');
  background-position: 0px 3px;
  background-repeat: no-repeat;
}

.footer__link.twitter {
  background-image: url('../images/icon-twitter-footer.png');
  background-position: 0px 3px;
  background-repeat: no-repeat;
}

.footer__link.mail {
  padding-left: 0px;
}

.footer__col {
  padding-right: 0px;
  padding-left: 0px;
}

.button {
  margin-top: 15px;
  padding: 13px 30px 13px 64px;
  background-color: #6da478;
  background-image: url('../images/chart.png');
  background-position: 29px 11px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 18px;
  font-weight: 700;
}

.button:hover {
  background-color: #5b9066;
}

.row-box {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.box {
  background-color: #f5f5f5;
}

.section {
  margin-top: 24px;
  background-color: #fff;
}

.section.gray {
  background-color: #f5f5f5;
}

.hero {
  height: 100%;
}

.portfolio .hero {
  height: 145px;
  background: transparent url('/images/film_bg.jpg') no-repeat 0 0;
  background-size: cover;
}

.wrapper {
  padding: 24px;
}

.intro__inner {
  display: block;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.intro__header {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 48px;
  font-weight: 900;
}

.portfolio .intro__header {
    margin-bottom: 0;
    padding-bottom: 6px;
    border-bottom-width: 0;
    text-align: right;
    color: #fff;
    padding-right: 60px;
}

.intro__col {
  padding-right: 0px;
  padding-left: 50px;
}

.row__intro {
  margin-left: -50px;
}

.col {
  padding-right: 0px;
  padding-left: 24px;
}

.col.img {
  background-image: url('../images/bcm_full.jpg');
  background-position: 24px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.col.instruction {
  background-image: url('../images/skb.jpg');
  background-position: 24px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.col.why {
  background-image: url('../images/klipp.jpg');
  background-position: 24px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.col.pers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.green {
  /* padding: 50px 40px; */
  background-color: #ffbd8c;
}

.port__link {
  text-decoration: none;
}

.port__link h2 {
  font-weight: 900;
  font-size: 20px;
  margin: 0;
}

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

.port__inner {
  position: relative;
  overflow: hidden;
}

.port__desc {
  position: absolute;
  padding: 7px 20px 0;
  transition: background-color 500ms;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.37);
  color: #fff;
}

.port__link:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.port__link img {
  -webkit-transition: -webkit-transform 800ms ease;
  transition: -webkit-transform 800ms ease;
  transition: transform 800ms ease;
  transition: transform 800ms ease, -webkit-transform 800ms ease;
}



.green.dark {
  background-color: #778154;
  color: #fff;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
	background-color: lightblue;
	
}
a:active {
	color: black;
	text-decoration: none;
	background-color: lightblue;
}
.col__header {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 900;
}

.col__header.light {
  color: #fff;
}

.bullet {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #6da478;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.bullet.light {
  background-color: #fff;
  color: #778154;
}

.personal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0d2813;
}

.personal_txt {
  padding: 18px;
  color: #ccc;
  font-size: 18px;
  line-height: 150%;
}

.personal__link {
  color: #ff6a00;
  text-decoration: none;
}

/* movies */

.modal.fade.in {
    top: 10%;
}
.fade.in {
    opacity: 1;
}
.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.hide {
    display: none;
}
.modal {
    position: fixed;
    top: 10%;
    z-index: 1050;
    width: 70%;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    margin: 0 15%;
    overflow-y: hidden;
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}
.modal-header .close {
    margin-top: 2px;
}
.close {
    float: right;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    font-size: 45px;
    height: 50px;
    cursor: pointer;
}
.modal-body {
    position: relative;
    max-height: 80%;
    overflow-y: visible;
    padding: 15px;
}

.modal-body.modal-body-video iframe {
    height: 400px;
    width: 100%;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-header .link {
    white-space: normal;
    margin-left: 5px;
}
@media (max-width: 767px) {
    .modal.fade.in {
        top: 20px;
    }
    .modal {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        margin: 0;
    }
    .port__inner {
      margin-bottom: 15px;
    }
}
@media (max-width: 480px) {
    .modal {
        top: 10px;
        left: 10px;
        right: 10px;
    }
}

html.w-mod-js *[data-ix="fly"] {
  opacity: 0;
  -webkit-transform: translate(0%, 80px);
  -ms-transform: translate(0%, 80px);
  transform: translate(0%, 80px);
}

@media (max-width: 991px) {
  .intro {
    padding-right: 26px;
    padding-left: 26px;
  }
  .intro__header {
    padding-top: 40px;
  }
  .intro__col {
    padding-left: 30px;
  }
  .row__intro {
    margin-left: -30px;
  }
  .col.pers {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hamburger {
    margin-top: 6px;
    color: #fff;
    font-size: 54px;
    line-height: 54px;
  }
  .logo-img {
    width: 110px;
  }
}

@media (max-width: 767px) {
  .intro {
    margin-top: 12px;
    padding-bottom: 17px;
  }
  .wrapper {
    padding: 12px;
  }
  .col.img {
    min-height: 300px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .col.instruction {
    min-height: 300px;
  }
  .col.why {
    min-height: 300px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col__header {
    font-size: 39px;
  }
}

@media (max-width: 479px) {
  .logo {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .intro {
    padding-right: 18px;
    padding-left: 18px;
  }
  .section {
    margin-top: 12px;
  }
  .intro__header {
    margin-bottom: 17px;
    padding-top: 28px;
    padding-bottom: 10px;
    font-size: 25px;
  }
  .col.img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .col.why {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .green {
    padding: 24px 18px;
  }
  .col__header {
    font-size: 23px;
  }
  .personal {
    margin-bottom: 12px;
  }
  .logo-img {
    width: 70px;
  }
}