@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 14px;
  line-height: 22.4px;
  color: #6c7279; }

h1 {
  font-size: 65px;
  color: #2d3033; }

h2 {
  font-size: 40px;
  color: rgba(0, 94, 48, 100);}

h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300; }

h4 {
  font-size: 22px;
  color: #2d3033;
  font-weight: 400; }

h5 {
  font-size: 14px;
  color: #2d3033;
  text-transform: uppercase;
  font-weight: 700; }


  .impressum {
    padding-bottom: 1rem;
    word-wrap: break-word;
    font-weight: 500;
    color: rgba(0, 94, 48, 100);
  }

.btn {
  background-color: rgba(0, 94, 48, 100);
  color: rgba(234, 205, 136, 1);
  font-size: 15px;
  font-weight: 700;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    background-color: rgba(234, 205, 136, 1);
    color: rgba(0, 94, 48, 100); }
  .btn-large {
    padding: 15px 40px; }


    .testim_author {
    padding-top: 10px;
    font-weight: 350;
    font-size: 20px;
    color: #666;

  }

  .testim_content {
    font-weight: 400;
    line-height: 38px;
    font-size: 24px;
    color: #333;
    padding: 0 0 3rem 0;
}


  .container h2 {
    padding-bottom: 4rem;
    word-wrap: break-word;
    color: rgba(0, 94, 48, 100);
  }

  .stories-item-heading{
    font-weight: 500;
    line-height: 38px;
    font-size: 26px;
    color: #333;
  }

  .stories-item-text{
    font-weight: 400;
    padding-left: 4rem;
    font-size: 18px;
    color: #333;
  }


.products-selected-input{
      color: #6c7279;
      opacity: 1;
      padding-top: 0.5rem;
      font-size: 13px;
      font-weight: 700;
}

.products-text{
  height: 34px;
}

.prod_Infotext a{
  color: rgb(0 94 48);
}
.prod_Infotext a:hover{
  color: rgba(234, 205, 136, 1);
}


.product_group{
      border-bottom: 1px solid #ccc;
      height: 48px;
      width: 100%;
      padding-top: 0.3rem;
      animation: highlight 1250ms ease-out;
      display: table;
      margin-right: 0px;
      margin-left: 0px;
      padding-top: 0.3rem;
}
.product_group:hover{
  background-color: #eee;
}

@keyframes highlight {
  0% {
    background-color: rgba(234, 205, 136, 1);
    box-shadow: 2px 2px 40px rgba(234, 205, 136, 1);
  }
  100% {
    background-color: white;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.0);
  }
}


.product_group_elem{
  margin-top: 4px;
  margin-bottom: 4px;
  display: table-cell;
}



.close-item{
  margin-top: 0.3rem;
  color: #6c7279;
  margin-left: 3rem;
}
.close-item:hover{
  color: #000000;
}

.Loc_Infotext{
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 3rem;
}
.prod_Infotext{
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.linebreak{
  padding-top: 2rem;
}
.linebreak2{
  padding-top: 1rem;
}



/* ==========================================================================
	General Styles
========================================================================== */
a {
  color: #e84545; }

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #6c7279; }

ul, ol {
  margin: 0;
  padding: 4rem 0rem 0rem 0rem;; }

ul li {
  list-style: none; }

.section {
  padding: 60px 0; }

.no-padding {
  padding: 0; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

  .center_elem{
  	margin-left: auto;
  	margin-right: auto;
  }
.form-row{
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  padding-left: 3rem;
  padding-right: 3rem;
}
  @media screen and (max-width: 580px) {
    .form-row{
      padding-left: 0rem;
      padding-right: 0rem;
    }
}


.form-row-bottom{
  display: flex;
}

.scroll_img {
  background-attachment: fixed;
  padding-bottom: 25rem;
}

.logo_img{
  max-width: 95%;
}

@media screen and (max-width: 1008px) {
  .scroll_img {
    background-attachment: scroll;
  }
  .logo_img{
    max-width: 88%;
  }
}

.background-section {
    border-bottom: 2px solid rgba(234, 205, 136, 1);
    margin: 0 auto;
    max-width: 1170px;
    padding: 0px 25px 0px 25px;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}

/* ==========================================================================
	$Header
========================================================================== */
#header {
  position: fixed;
  width: 100%;
  z-index: 999; }
  #header .header-content {
    border-bottom: 2px solid rgba(234, 205, 136, 1);
    margin: 0 auto;
    max-width: 1170px;
    padding: 25px 0;
    padding-left: 4rem;
    padding-right: 4rem;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
  #header .logo {
    float: left; }

#header.fixed {
  /* border-bottom: 2px solid rgba(234, 205, 136, 1);*/
  box-shadow: 0 0 1rem rgba(234, 205, 136, 1);
  /*???*/
  background-color: rgba(255, 255, 255, 0.95); }
  #header.fixed .header-content {
    border-bottom: 0;
    padding: 10px 1rem; }
  #header.fixed .nav-toggle {
    top: 4rem; }

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.navigation {
  float: right; }
  .navigation li {
    display: inline-block; }
  .navigation a {
    color: rgba(0, 94, 48, 100);
    font-size: 15px;
    font-weight: 1000;
    margin-left: 40px;
    text-transform: uppercase; }
    .navigation a:hover, .navigation a.active {
      color: #eacd88;
      border-bottom: 2.5px solid rgba(0, 94, 48, 100);
      padding-bottom: 3px;
    }

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 5.5rem;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
  .nav-toggle:before {
    background-color: rgba(0, 94, 48, 100);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .nav-toggle:after {
    background-color: rgba(0, 94, 48, 100);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #fff;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
      -webkit-transform: translateY(-6px) rotate(0deg);
      transform: translateY(-6px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #fff; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }

/* ==========================================================================
	$Banner
========================================================================== */
.banner {
  background-image: url(../images/main-4.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 750px; }

  .footer_banner {
    background-image: url(../images/footer-1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 450px; }

    .footer_banner-text {
      margin-top: 150px;
      margin-left: auto;
      margin-right: auto;
    }

    .footer_banner-text h2 {
      color: rgba(234, 205, 136, 1);
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      font-size: 50px;
      text-align: center;
      line-height: 65px;
      padding-bottom: 7rem;
      text-shadow: 0px 0px 5px rgb(134 106 85);
    }
    @media screen and (max-width: 580px) {
    .footer_banner-text h2 {
      font-size: 35px;
      line-height: 50px;

    }
}


.banner-text {
  padding-top: 30%; }
  .banner-text h1 {
    color: rgba(234, 205, 136, 1);
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 50px;
    padding-bottom: 1rem;
    padding-top: 5rem;
    text-shadow: 0px 0px 5px rgb(134 106 85)/*, 0px 0px 25px rgb(134 106 85)*/;}
    .banner-text h2 {
      color: rgba(0, 94, 48, 100);
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      font-size: 50px;
      padding-bottom: 7rem;
      text-shadow: 0px 0px 5px #e9dcc4/*, 0px 0px 25px rgb(255 255 255)*/;
    }
  .banner-text p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 80px;
    text-shadow: 0px 0px 3px rgb(134 106 85);
    }

    @media screen and (max-width: 580px) {
    .banner-text h1 {
      font-weight: 500;
    }
  }



  .Lockdown-header{
    color: #ae1613;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 42px;
    padding-top: 5rem;
    text-shadow: 0px 0px 3px #d23c1e;
  }
  .Lockdown-text{
    color: rgba(0, 94, 48, 100);
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 31px;
    padding-bottom: 3rem;
    text-shadow: 0px 0px 5px #ff0500;
    margin-top: 0rem;
    margin-bottom: -15rem;
  }
  @media screen and (max-width: 580px) {
    .Lockdown-text{
      font-size: 24px;
    }
  }


  /* ==========================================================================
  	Overlay!!
  ========================================================================== */
  .overlay2 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.5);
    overflow-x: hidden;
    transition: 0.5s;
  }

  .overlay2-content {
    position: relative;
    width: 100%;
    top: 25%;
    text-align: center;
    margin-top: 30px;
  }

  .overlay2 a {

    color: #ffffff;

  }

  .overlay2-image{
    width: 80%;
  }
  .overlay2-image:hover{
    transform: scale(1.02);
    transition: 0.5s;
  }


  .overlay2 a:hover, .overlay2 a:focus {
    color: #a1a1a1;
  }

  .overlay2 .closebtn2 {
    position: absolute;
    top: 100px;
    z-index: 0;
    right: 70px;
    font-size: 120px;
  }

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

    .overlay2 .closebtn2 {
    font-size: 80px;
    top: 100px;
    right: 30px;
    }
  }


/* ==========================================================================
	$Features
========================================================================== */
.feature {
  margin-bottom: 50px; }
  .feature-content {
    padding: 0 15px;
    margin-top: 15px; }
  .feature .icon {
    color: #e84545;
    font-size: 60px; }

/* ==========================================================================
	$Works
========================================================================== */

.works h2{
  padding-bottom: 1rem;
}
.works h4{
  font-style: italic;
  padding-bottom: 4rem;
}


.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  visibility: hidden; }
  .work .overlay {
    background: rgba(0, 94, 48, 0.75);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0; }
  .work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

.work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.work-box:hover .overlay {
  opacity: 1; }
  .work-box:hover .overlay h5, .work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }




    .qunatity-btn{
          position: absolute;
          text-align: center;
          top: 90%;
          left: 35%;
          width: 30%;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
      }



.online-shop-bold{
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


.location-box{
	box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
	border-radius: 10px;
	overflow: hidden;
  margin-top: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  padding: 0.9rem;
  padding-bottom: 1.5rem;
}
.location-box:hover{
	/*box-shadow: 2px 2px 30px rgba(234, 205, 136, 0.7);*/
  box-shadow: 2px 2px 30px rgba(0, 94, 48, 0.25);
}

.location-image{
  box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 2.5rem;
}
@media screen and (max-width: 975px) {
  .location-image{
    margin-left: 25px;
    margin-right: 25px;
  }
}
.location-image:hover{
  box-shadow: 2px 2px 30px rgba(0, 94, 48, 0.35);
}


@media screen and (max-width: 1025px) {
  .product_group_elem1{
    width: 20%;
    padding-left: 0;
  }
  .product_group_elem2{
    width: 70%;
    padding: 0;
  }
  .product_group_elem3{
    width: 10%;
    padding-right: 0;
  }

}

@media screen and (max-width: 580px) {
  .product_group_elem1{
    width: 35%;
    padding-left: 0;
  }
  .product_group_elem2{
    width: 55%;
    padding-left: 0;
    padding-right: 0;
  }
  .product_group_elem3{
    width: 10%;
    padding: 0;
  }
  .product_group{
    padding-left: 0;
    padding-right: 0;
  }
  .location-box {
    margin-left: 0;
    margin-right: 0;
  }

  .location-image {
    margin-left: 0;
    margin-right: 0;
  }
  /*.g-recaptcha{
    margin-left: -3rem;
  }*/
}

.prominent_Number{
  color: rgba(0, 94, 48, 100);
  font-size: 50px;
  font-weight: 700;
  padding-left: 1.5rem;
  padding-top: 2rem;
  font-family: sans-serif;
  border-right: 1px solid rgba(0, 94, 48, 100);
  border-bottom: 1px solid rgba(0, 94, 48, 100);
  border-radius: 10px;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  border-spacing: 15px;
  margin-top: -0.9rem;
  margin-left: -0.9rem;
  margin-bottom: 0.6em;
}

.Loc_firstline{
  color: rgba(0, 94, 48, 100);
  font-size: 38px;
  text-align: center;
  font-weight: 800;
  padding-top: 4rem;
  padding-right: 3rem;
  line-height: 1;
}

.Loc_secondline{
  font-size: 26px;
  color: #333;
  font-family: 'Dancing Script', cursive;
  text-align: center;
  padding-top: 1rem;
}

@media screen and (max-width: 580px) {
  .Loc_firstline {
    font-size: 34px;
    padding-top: 6rem;
    padding-right: 0rem;
  }

}


.Loc_thirdline{
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  padding-top: 1rem;
}

.Loc_fourthline, .Loc_fiftline, .Loc_sixtline{
  text-align: center;
  font-size: 16px;
  margin-bottom: 0.3rem;
}
.Loc_sixtline{
  font-weight: 800;
  margin-top: 1rem;
}


.err_text{
  font-size: 1.4rem;
	line-height: 1.6rem;
	color: red;
  margin-bottom: 0.7rem;
	display: none;
}


.modal-title{
  font-size: 32px;
}
.modal-header .close {
    margin-top: -5rem;
    font-size: 50px;
}

.modal-body p {
    font-size: 18px;
}


/* ==========================================================================
	$Teams
========================================================================== */

.stories-item-text {
    padding-left: 4rem;
    font-weight: 400;
        line-height: 38px;
        font-size: 24px;
        color: #333;
}
.testim_h3 {
  font-size: 30px;
    color: #2d3033;
    font-weight: 500;
    color: rgba(0, 94, 48, 100);
}

.deliver_image{
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}


.person {
  max-width: 270px; }
  .person-content {
    margin-top: 20px; }
  .person h4 {
    font-weight: 400; }
  .person h5 {
    color: #e84545;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px; }

.social-icons, .footer .footer-share {
  margin-top: 30px; }
  .social-icons li, .footer .footer-share li {
    float: left; }
  .social-icons a, .footer .footer-share a {
    border: 1px solid #e8ecee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #c6cacc;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px; }
    .social-icons a:hover, .footer .footer-share a:hover {
      background-color: rgba(234, 205, 136, 1);
      border-color: rgba(234, 205, 136, 1);
      color: #fff; }

      .AboutItem{
        padding: 0px 0 60px;
      }

/* ==========================================================================
	$Testimonials
========================================================================== */
.testimonials {
  background-color: rgba(0, 94, 48, 100);
  position: relative;
  padding: 0rem;
  }
  .testimonials blockquote {
    border: 0;
    margin: 0;
    padding: 10% 10% 10%; }
  .testimonials p {
    color: #fff;
    font: italic 30px "Cardo", Georgia, "Times New Roman", serif; }
  .testimonials cite {
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
  }

/* ==========================================================================
	$Download
========================================================================== */
.download h3 {
  margin-top: 0; }
.download p {
  /*color: #fff;*/
  margin: 0;
  /*opacity: 0;*/
}
.download .btn {
  margin-top: 30px; }

/* ==========================================================================
	$Footer
========================================================================== */
.footer {
  text-align: center; }
  .footer-top {
    background-color: rgba(0, 94, 48, 100);
    padding-top: 50px; }
  .footer-bottom {
    background-color: #000000;
    padding: 20px 0; }
  .footer .footer-col {
    margin-bottom: 80px; }
  .footer h5 {
    color: #fff; }
  .footer h5 {
    margin-bottom: 20px; }
  .footer p {
    color: rgba(255, 255, 255, 0.5); }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: rgba(234, 205, 136, 1); }
  .footer .footer-share {
    margin-top: 0; }
    .footer .footer-share li {
      display: inline-block;
      float: none; }
    .footer .footer-share a {
      border-width: 2px;
      color: #fff; }
  .footer .fa-heart {
    color: #e84545;
    font-size: 11px;
    margin: 0 2px; }

/* ==========================================================================
	$Utilities
========================================================================== */
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.work:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated {
  visibility: visible; }

/* ==========================================================================
	Font Icon (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: "elegant-theme-line";
  src: url('../fonts/elegant-theme-line.ttf?1439850014') format('truetype'), url('../fonts/elegant-theme-line.eot?1439850014') format('embedded-opentype'), url('../fonts/elegant-theme-line.svg?1439850014') format('svg'), url('../fonts/elegant-theme-line.woff?1439850014') format('woff'); }
.icon {
  font-family: 'elegant-theme-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }
