@import url("https://fonts.googleapis.com/css?family=Merriweather:300,700,300italic,700italic|Source+Sans+Pro:100,200,300,300italic,700,900|Alegreya+Sans:100,100italic,200,300,300italic,400,500,700,900");
@import url('https://fonts.googleapis.com/css2?family=Kavivanar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@font-face {font-family: 'lazer84regular';src: url('../webfonts/lazer84-webfont.woff2') format('woff2'),url('../webfonts/lazer84-webfont.woff') format('woff');font-weight: normal;font-style: normal;}


body {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  line-height: 1.5;
  background: #FFFFFF;
  color: #151920;
  font-weight: 100;
  overflow-x: hidden;
  font-size: 1.4em;

}
body.offcanvas {
  overflow-x: hidden;
}

a {
  color: #ED474A;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #81726A !important;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Alegreya sans", Helvetica, sans-serif;
  font-weight: 100;
  text-transform: capitalize;


}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #333;
  background: #BFB5B0;
}

::-moz-selection {
  color: #333;
  background: #BFB5B0;
}

::selection {
  color: #333;
  background: #BFB5B0;
}

#header {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #header .top {
    text-align: right;
    padding-right: 10px;
  }
}


#header .top a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

}
#header .top a i {
  line-height: 0;
  position: relative;
  top: 1px;
  padding-right: 3px;
  font-style: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#header .top a:hover {
  color: #81726A !important;
  text-decoration: underline;
}

.cover,
.hero {
  position: relative;
  height: 650px;
  font-weight: 100;
}


@media screen and (max-width: 768px) {
  .cover,
  .hero {
    height: 600px;
  }
}

.cover {
  background-size: cover;
  background-position: center top;
  position: relative;
}


@media screen and (max-width: 768px) {
  .cover {
    height: inherit;
    padding: 3em 0;
    background-position: center center;
  }
}
.cover .desc {
  bottom: 10%;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #F5FBEF;
}
@media screen and (max-width: 768px) {
  .cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cover .desc h2 {
  color: #F5FBEF;
  text-transform: uppercase;
  font-size: 7em;
  font-weight: 100;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .cover .desc h2 {
    font-size: 4em;
  }
}
.cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 1px;
}
.cover .desc span a {
  color: #F5FBEF;
}
.cover .desc span a:hover, .cover .desc span a:focus {
  color: #F5FBEF !important;
}
.cover .desc span a.site-name {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}


.top {
  padding: 10px 8px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: right;
  background: #151920;
  color:#ADD60A;

}



@media screen and (max-width: 768px) {
  .top {
    text-align: center;
  }
}
.top a {
  padding: 0 5px 0 5px;
  color: #F5FBEF;
  position: relative;
  font-size: 1.2em;


}


.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
  padding-top: 2.9em;

}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 15em;
  *width: 15em;
}

.sf-menu a {
  color: rgba(0, 0, 0, 0.8);
  color: #151920;
  padding: .75em 1em;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 1.1em;
  text-transform: uppercase;

}

.h3index::before{
background:#81726A
}
.h3photography::before{
background:#A6B723
}
.h3work::before{
background:#177E89
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
  border-right: 1px solid #44444440;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: .75em 1em;
  letter-spacing: 1px;

}

.sf-menu li.active a {
color:#00A388;
font-weight: 600;

}


.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #718F94;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #718F94;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #718F94;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #718F94;
}

#header-section {
  padding: 0;
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: 35px;
}

.nav-header {
  /*border-bottom: 1px solid rgba(12, 15, 20, 0.4);*/
  position: relative;
  float: left;
  width: 100%;
}



.logo {
  height: 55px;
  margin-top: 25px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .logo {
    height: 50px;
    margin-bottom: 15px;
    margin-left: 10px;
  }
}


#logo {
  position: relative;
  z-index: 2;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 35px;
  font-weight: bold;
  float: left;
}
@media screen and (max-width: 768px) {
  #logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#logo a {
  color: #F5FBEF;
}
#logo a:hover, #logo a:focus {
  color: #F5FBEF !important;
}

#menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  font-size: 1.2em;
}
#menu-wrap .sf-menu a {
  padding: 0.1em .75em 0.1em .75em;
}

#primary-menu > li > ul li.active > a {
  color: #81726A !important;
}
#primary-menu > li > .sf-with-ul:after {
  border: none !important;
  position: absolute;
  float: right;
  margin-right: 5px;
  top: 50%;
  margin-top: -7px;
  content: "\e64b";
  color: #151920;
}
#primary-menu > li > ul li {
  position: relative;
}
#primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 13px;
  font-size: 12px;
  content: "\e649";
  color: rgba(255, 255, 255, 0.5);
}


#content {
    font-size: 1.2em;
    padding: 1em 1em 2em 1em;
}


#content-hello {
  padding: 3em 1em;
  /*outline: dashed 2px #81726A;
  outline-offset: -15px;*/
  background: #151920;
  background-image: url(../images/bg_1.png);
  background-repeat: repeat;
  background-size: 200px;
}

@media screen and (max-width: 768px) {
  #content,
  #content-hello,
   {
    padding: 3em 1em;
  }
}

h3.heading-section {
  font-size: 2.2em;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-top: 30px;
  font-weight: 200;
  font-family: 'lazer84regular', cursive;
}

.grid {
  height: 250px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .grid {
    height: 250px;
  }
}

.grid_text {
  height: 260px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .grid_text {
  height: 100%;
  margin-bottom: 50px;
  margin-top: -10px;
  }
}

.grid .image-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.grid .image-popup .prod-title {
  position: absolute;
  top: 50%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: -25px;
}

.prod-title p {
  margin-bottom: 0.5em;
  color: #00A388;
}

.grid .image-popup .prod-title span {
  color: #F5FBEF;
}

.grid .image-popup .prod-title h3 {
  color: #F5FBEF;
}
.grid:hover .image-popup {
  opacity: 1;
}

.services {
  margin-bottom: 5em;
}
.services span {
  margin-bottom: 25px;
  display: inline-block;
}
.services span i {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.3);
}

#services, #about {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #services, #about, {
    padding: 4em 0;
  }
}

@media screen and (max-width: 768px) {
  .hello {
    border-right: 0;
    margin-bottom: 20px;
  }
}
.hello h2 {
  font-size: 7em;
  margin: 20px 0 20px 0;
  font-weight: 300;
  font-family: 'Pacifico', cursive;
  color: #f2f2f2;
}

.places p {
  width: 100%;
  display: block;

}

.hello figure {
  margin-bottom: 20px;
  background-size: cover;
}
.hello figure img {
  width: 88px;
  height: 88px;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.hello span {
  font-size: 2.5em;
  color:#F8F8F8;
}
@media screen and (max-width: 768px) {
.hello span {
  font-size: 2em;
  color:#F8F8F8;
}
}
.about-me img {
  background-size: cover;
  width: 100%;
}

#click-to-next h2 {
  color: #F5FBEF;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #click-to-next h2 {
    font-size: 30px;
  }
}
#click-to-next a:hover, #click-to-next a:focus, #click-to-next a:active {
  color: white !important;
}
#click-to-next {
  background: rgb(173,214,10);
background: -moz-linear-gradient(60deg, rgba(173,214,10,1) 0%, rgba(0,163,136,1) 50%, rgba(31,38,51,1) 100%);
background: -webkit-linear-gradient(60deg, rgba(173,214,10,1) 0%, rgba(0,163,136,1) 50%, rgba(31,38,51,1) 100%);
background: linear-gradient(60deg, rgba(173,214,10,1) 0%, rgba(0,163,136,1) 50%, rgba(31,38,51,1) 100%);
padding: 2em 0;
}

#click-to-next p {
  color: rgba(255, 255, 255, 0.7);
}


#footer {
  background: #151920;
  padding-top: 20px;
  border-top: 2px solid #1C222C;

}

#footer p {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-menu {
margin-left: -40px;
margin-top: -10px;
margin-bottom: 20px;
}

#footer .footer-menu li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0px 5px 0px 5px;
}

#footer .footer-menu li a {
  color: rgba(255, 255, 255, 0.5);
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #151920;
  color: #F5FBEF;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #81726A;
  color: #F5FBEF !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #81726A !important;
  color: #F5FBEF;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.js .animate-box {
  opacity: 0;
}

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

#page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #151920;
  right: -240px;
  width: 240px;
  padding: 20px;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#canvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
  color: #81726A;
}
#offcanvas-menu ul li > .sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #F5FBEF;
}

.nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #F5FBEF;
}
.nav-toggle.dark.active i::before, .nav-toggle.dark.active i::after {
  background: #F5FBEF;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #F5FBEF;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #333;
  transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.nav-toggle.dark i::before, .nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle i::before {
  top: -7px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.nav-toggle {
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
    top: 0px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #151920;
}

.top::before {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	height: 30px;
	background-size: 12px 24px;
	background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, transparent 34%, #151920 34%, #151920 66%, transparent 66%), -webkit-linear-gradient(315deg, transparent 34%, #151920 34%, #151920 66%, transparent 66%);
  background-image: -moz-linear-gradient(45deg, transparent 34%, #151920 34%, #151920 66%, transparent 66%), -moz-linear-gradient(315deg, transparent 34%, #151920 34%, #151920 66%, transparent 66%);
  background-image: linear-gradient(45deg, transparent 34%, #151920 34%, #151920 66%, transparent 66%), linear-gradient(315deg, transparent 34%, #151920 34%, #151920 66%, transparent 66%);
	}

hr {
  border: 0;
  border-bottom: solid 1px #F5F5F5;
  margin: 0em 0em 0.75em 0em;
}


.flags {
  display: block;
  margin: 5px 0;
  width: 100%;
  height:4vw;
  max-height: 50px;
}

.flags img {
  height: 100%;
}

.image {
  border: 0;
  display: block;
  position: relative;

}

  .image img {
    display: inline-block;
  }

  .image.left, .image.right {
    width: 300px;

  }

    .image.left img, .image.right img {
      width: 100%;
      object-position: right;
    }

    .image.left {
      float: left;
      margin-right: 30px;
      margin-bottom: 20px;
    }


    .image.right {
      float: right;
      margin-left: 30px;
      margin-bottom: 20px;
    }

    @media screen and (max-width: 768px) {
      .image.right {
      float: none;
      width: 300px;
      margin: 10px 30px 5px 0;
    }
    }




    .image.fit {
      display: block;
      margin: 2.5em 0;
      width: 100%;
    }

      .image.fit:first-child {
        margin-top: 0;
      }

      .image.fit img {
        width: 100%;
      }

    .image.main {
      display: block;
      margin: 1em 0;
      width: 100%;
    }


      .image.main:first-child {
        margin-top: 0;
      }

      .image.main img {
        width: 100%;
      }

      .image.flags {
        display: block;
        margin: 1em 0;
        width: 100%;
        height:4vw;
        max-height: 50px;

      }

      .image.flags img {
        height: 100%;
      }

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

      .image.fit {
        margin: 2em 0;
      }

      .image.main {
        margin: 2em 0;
      }
    }

    .skills
    {
        margin: 10px 0 20px 0;
    }


    .skillbar
   {
        width:100%;
        height:4px;
        background-color:#F2F2F2;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        margin-top: 5px;
   }
   .bar
   {
       height:100%;
       display:block;
       background-color:#00A388;
       border-top-right-radius: 2px;
       border-bottom-right-radius: 2px;

   }
   .flexbin {
     display: flex;
     overflow: hidden;
     flex-wrap: wrap;
     text-align: center;
     font-family: "Alegreya sans", Helvetica, sans-serif;
     font-weight: 100;

   }

   .flexbin > a {
     color: #151920;
     font-family: "Alegreya sans", Helvetica, sans-serif;
     font-weight: 100;
     font-size: 1em;
     line-height: 2em;
     text-transform: uppercase;

     }
     .flexbin:after {
       content: '';
       flex-grow: 999999999;
       min-width: 50%;
       height: 0; }
     .flexbin > * {
       position: relative;
       display: block;
       width: calc(50% - 10px);
       padding: 10px;
       margin: 5px;
       flex-grow: 1;

     }
       .flexbin > a > img {
         object-fit: cover;
         max-width: 100%;
         min-width: 100%;
         height: 350px;
         vertical-align: center; }


     @media (max-width: 768px) {
       .flexbin {
         display: flex;
         overflow: hidden;
         flex-wrap: wrap;}
         .flexbin:after {
           content: '';
           flex-grow: 999999999;
           min-width: 100%;
           height: 0; }
         .flexbin > * {
           position: relative;
           display: block;
           width: calc(100% - 10px);
           padding: 0px;
           margin: 5px;
           flex-grow: 1;
         }
       }
