@import 'https://fonts.googleapis.com/css?family=Montserrat';
* {
  font-family: Montserrat;
}


.page-top {
  margin: 0;
  position: relative;
}

.page-top .header {
  width: 100vw;
}

/* - link under - */

.page-top .link-arrow:after {
  content: '';
  background-size: 100% 100%;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 5px;
  right: -28px;
  -webkit-transition: all .4s cubic-bezier(.35, 1, .33, 1);
  transition: all .4s cubic-bezier(.35, 1, .33, 1)
}

.page-top .link-arrow:hover:after {
  right: -35px
}

.page-top .link-arrow.link-arrow-white:after {
  background-size: 100% 100%
}

.page-top .link-arrow-hover:after {
  right: -35px
}

.page-top .link {
  display: inline-block;
  position: relative;
  border: none;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-family: Montserrat, helvetica, arial, sans-serif;
  font-weight: 700;
  color: black;
}

.page-top .link:active,
.page-top .link:focus,
.page-top .link:hover {
  outline: 0
}

.page-top .link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  width: 0;
  height: 2px;
  -webkit-transition: all .4s cubic-bezier(.35, 1, .33, 1);
  transition: all .4s cubic-bezier(.35, 1, .33, 1)
}

.page-top .link:hover {
  color: #000
}

.page-top .link:hover:before {
  width: 100%
}

.page-top .link-theme:before {
  background: rgb(133,245,124);
}


/* header   box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1); */

.page-top .header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 3;
  top:0;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}

.page-top .header ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.page-top .header li a {
  display: block;
  padding: 10px 20px 10px 20px;
  margin-right: 15px;
  text-decoration: none;
}

.page-top .header li a:hover,
.page-top .header .menu-btn:hover {
  background-color: #fff;
}

.page-top .header .logo {
  color: #36C940;
  display: block;
  float: left;
  font-size: 2em;
  padding: 0 0 10px 35px;
  text-decoration: none;
}

.page-top .header a img{
  width: 120px;
  height: 40px;
}

/* menu */

.page-top .header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.page-top .header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.page-top .header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.page-top .header .menu-icon .navicon:before,
.page-top .header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.page-top .header .menu-icon .navicon:before {
  top: 5px;
}

.page-top .header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.page-top .header .menu-btn {
  display: none;
}

.page-top .header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.page-top .header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.page-top .header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.page-top .header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.page-top .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.page-top .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}



/* 48em = 768px */

@media (min-width: 875px) {

  .page-top{
    margin-bottom: 10px;
  }

  .page-top .header{
    padding: 10px 0 0 0;
  }

  .page-top .header li {
    float: left;

  }
  .page-top .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .page-top .header .menu-icon {
    display: none;
  }


  .page-top .header ul {
    padding: 0px 0;
  }


}

@media screen and (max-width: 700px){

  .page-top{
    position: initial;
  }

  .page-top .header ul {
  margin-top: 0px; 
  padding: 0 0;
  }

  .page-top .header li a {
  padding: 0 0 20px 30px;
  margin: 0;
  }

  .page-top .header .logo {
    padding: 7px 0 12px 20px;
  }

  .page-top .header a img{
  width: 100px;
  height: 40px;
}

}




.footer-distributed{
    background: #666;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 40%;
}

/* The company logo */

.footer-distributed h3{
    color:  #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
}

.footer-distributed h3 span{
    color:  #2eb82e;
}

/* Footer links */

.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
  font-weight:400;
    text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-company-name{
    color:  #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}


.footer-distributed .footer-company-name a{
    color:  #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    text-decoration: underline;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 35%;
}

.footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    font-weight:300;
    vertical-align: middle;
    margin:0;
}

.footer-distributed .footer-center a{
   display: inline-block;
    color: #ffffff;
  font-weight:300;
    vertical-align: middle;
    margin:0;
}

.footer-distributed .footer-center a span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}

.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}

.footer-distributed .footer-center p a{
    color:  lightseagreen;
    text-decoration: underline;
    color: #f2f2f2;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
    width: 20%;
}

.footer-distributed .footer-company-about{
    line-height: 23px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-distributed .footer-icons{
    margin-top: 25px;
}

.footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed{
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i{
        margin-left: 0;
    }
}


