/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: ""; }

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

.oh {
  overflow: hidden; }

.hide {
  display: none; }

.show {
  display:inherit !important }

.relative {
  position: relative; }

.section-wrap {
  padding: 70px 0 0 0;
  max-width: 1920px;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.shape-down {
  display: block;
  box-sizing: border-box;
  height: 150px;
  background: #ffffff;
  background-image: url("../img/bcg-page.jpg");
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;    
  margin-bottom: -150px;
  margin-top: -50px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  }

.shape-down-green {
  display: block;
  box-sizing: border-box;
  height: 170px;
  background: #23482f;
  margin-bottom: 0px;
  margin-top: -145px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: -1;
  position: relative;
  -webkit-box-shadow: inset 0px 10px 25px 0px rgba(0,0,0,0.5); 
  box-shadow: inset 0px 10px 25px 0px rgba(0,0,0,0.5);
  }

.shape-top {
  display: block;
  box-sizing: border-box;
  height: 150px;
  background: #ffffff;
  background-image: url("../img/bcg-page.jpg");
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;    
  margin-bottom: -230px;
  margin-top: -150px;
  clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
  }

.shape-footer {
  display: block;
  box-sizing: border-box;
  height: 150px;
  background: #ffffff;
  background-image: url("../img/bcg-page-light.jpg");
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;    
  margin-top: -401px;
  clip-path: polygon(100% 0, 100% 100%, 50% 0, 0 100%, 0 0);
  }

.color-white {
  color: #fff !important; }

.color-green {
	color: #2b5135 !important;}

.left {
  float: left; }

.right {
  float: right; }

.z-index-100 {
  z-index: 100; }

.bg-light {
  background-color: #ffffff;
}

.bg-page-light {
  background-image: url("../img/bcg-page-light.jpg");
  background-size: auto;
  background-position: center center;
  background-repeat: repeat; }

.bg-light.detail {
  margin-top: -180px;
  z-index: -2   ;
  position: relative;
  padding-top: 160px    
}

.bg-gold {
  background-color: #b59428; }

.last {
  margin-bottom: 0 !important; }

::-moz-selection {
  color: #fff;
  background: #000; }

::-webkit-selection {
  color: #fff;
  background: #000; }

::selection {
  color: #fff;
  background: #000; }

a {
  text-decoration: none;
  color: #b59428;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: #7a7a7a;
    outline: none; }

:focus {
  outline: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-family: museo-sans, sans-serif;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  background-image: url("../img/bcg-page.jpg");
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;    
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto; }

.main {
  max-width: 1920px;
  margin: 0 auto }

video {
  height: 100%;
  width: 100%; }

body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: museo-sans, sans-serif;
  margin-top: 0;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.01em;
  font-weight: 900; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 50px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 15px; }

p {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: normal;
  line-height: 23px; }

img {
  width: 100%;
  height: auto;
}

.bottom-line:after {
  content: "";
  display: block;
  width: 48px;
  border-bottom: 3px solid #e8e8e8;
  margin: 15px auto 15px; }

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #121212;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.loader,
.loader:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@media (max-width: 991px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-nav, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

/*-------------------------------------------------------*/
/* Navigation Onepage
/*-------------------------------------------------------*/
.nav-type-1 .container-fluid {
  padding: 0px; }

.navbar {
  margin: 0 auto;
  border: none;
  min-height: 60px;
  max-width: 1920px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1200; }

.navbar-nav {
  margin: 0;
  float: none;
  display: inline-block; }
  .navbar-nav > li > a {
    font-family: museo-sans, sans-serif;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 80px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.navigation-overlay {
  background-color: rgba(43, 81, 54, 0.99);
  width: 100%;
  line-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .navigation-overlay.sticky {
  background-color: rgba(43, 81, 54, 0.99);
    visibility: visible;
    opacity: 1; }
  .navigation-overlay.sticky .navbar-nav > li > a {
    line-height: 80px; }

.navbar-header {
  width: 40%;
  padding-left: 40px; }

.nav-wrap {
  width: 60%; }

.logo-container {
  padding: 0px;
  float: left; }

.logo-wrap {
  display: table;
  width: 100%; }
.logo-wrap > a {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.logo-wrap.shrink > a {
  height: 80px; }
.logo-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 45px; }
.logo-wrap.shrink img {
  height: 45px; }

.navbar-collapse.in {
  overflow-x: hidden; }

.navbar-nav > li > a:hover,
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover,
.menu-socials li > a:hover {
  opacity: 1;
  color: #b59429 !important; }

.navbar-collapse {
  padding: 0;
  border-top: none; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
  border-color: #f2f2f2; }

@media (max-width: 991px) {
  .navigation-overlay,
  .navigation-overlay.sticky {
    background-color: rgba(43, 81, 54, 0.99) }
  .nav-wrap {
    width: 100%;
    padding: 0;
    min-height: 0; }
  .nav-type-1 .container-fluid {
    padding: 0 15px; }
  .navbar-header {
    width: 100%;
    padding-right: 0; }
  .logo-wrap img {
    height: 45px; }
  .logo-wrap > a {
    height: 80px; }
  .navbar-nav {
    width: 100%;
    padding: 40px 0; }
  .navigation-overlay.sticky .navbar-nav > li > a,
  .navigation-overlay .navbar-nav > li > a {
    padding: 10px 0;
    line-height: 30px; }
}


@media (max-width: 991px) {
.hero-message h1 { font-size: 60px !important }
}

@media (max-width: 767px) {
.hero-message h1 { font-size: 40px !important }
.hero-wrap { background-position: 30% 0 !important }
}

@media (max-width: 480px) {
.navbar-header { padding-left: 25px; }
.logo-wrap img { height: 35px; }    
}

@media (max-width: 425px) {
.logo-wrap img { width: 280px !important }  
.hero-message h1 { font-size: 32px !important;} 
.service-item-box p.h2 { font-size: 25px !important }    
.service-item-box p.h3 { font-size: 22px !important }    
h2 {font-size: 35px !important }
h2.hero-subtitle { font-size: 15px !important } 
p.h3 { font-size: 30px!important}
}

@media (max-height: 350px) {
.hero-message h1 { font-size: 50px !important }
  }


/* Navigation Toggle
-------------------------------------------------------*/
.navbar-toggle {
  margin-top: 21px;
  border: none;
  z-index: 50;
  margin-right: 10px; }
  .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 18px; }
  .navbar-toggle:focus, .navbar-toggle:hover {
    background-color: transparent; }
  .navbar-toggle:focus .icon-bar,
  .navbar-toggle:hover .icon-bar {
    background-color: #f2f2f2; }

/*Go to Top*/
#back-to-top {
  display: block;
  z-index: 500;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12); }
  #back-to-top i {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  #back-to-top a {
    width: 40px;
    height: 40px;
    display: block;
    color: #111; }
  #back-to-top.show {
    bottom: 20px; }
  #back-to-top:hover {
    background-color: #111; }
  #back-to-top:hover i {
    color: #fff; }

/*-------------------------------------------------------*/
/* Content Home
/*-------------------------------------------------------*/
/* Intro
-------------------------------------------------------*/
.intro-heading {
  font-size: 28px;
  margin-bottom: 40px; }

.heading-frame {
  padding: 38px 50px;
  border: 5px solid #111;
  display: inline-block; }

.intro-text {
  font-size: 17px;
  line-height: 32px; }

/* Services
-------------------------------------------------------*/
.service-item-box {
  background-color: #fff;
  padding: 30px 35px 40px 35px;
  margin-bottom: 30px }

.service-item-box-gold {
  background-color: #b59428;
  padding: 30px 60px 40px 60px;
  margin-bottom: 0px }

.service-item-box-gold-light {
  background-color: rgba(181,148,49,0.6);
  padding: 30px 60px 40px 60px;
  margin-bottom: 0px }

@media (max-width: 991px) {
.service-item-box-gold-light { background-color: #b59428; margin-bottom: 20px }
.service-item-box-gold { margin-bottom: 20px }
.service-item-box-gold p, .service-item-box-gold-light p { min-height:auto !important }   
}

.service-item-box p.h2 {
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;    
  margin: 0px;
  min-height: 120px }

@media (max-width: 1200px) {
.service-item-box p.h2 { font-size: 30px }
}

@media (max-width: 991px) {
.service-item-box p.h2 { min-height: auto }
  }

.service-item-box-gold p.h2,
.service-item-box-gold-light p.h2 {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;    
  margin: 0px; }

.service-item-box p.h3 {
  font-size: 22px /*30px*/;
  font-weight: 900;
  text-transform: none;
  color: #4a4a4a }

.service-item-box p.h3 span {
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
  color: #4a4a4a }

.service-item-box p.h4 {
  font-size: 10px /*12px*/;
  font-weight: 900;
  text-transform: uppercase;
  background: #000000;
  color: #FFFFFF;
  padding: 5px 7px;
  margin-bottom: 21px; }

.service-item-box p {
  font-size: 15px;
  margin: 15px 0}

.service-item-box-gold p,
.service-item-box-gold-light p {
  color: #FFFFFF;
  margin: 0 0 30px -15px;
  min-height: 90px;
  font-size: /*25*/ 23px;
  text-align: center;
  line-height: /*35*/30px;
  font-weight: 700 
}

.service-item-box > a {
  display: inline-block }

.service-item-box i {
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #000; }

.service-item-box-gold i,
.service-item-box-gold-light i {
  display: block;
  font-size: 45px;
  line-height: 50px;
  color: #ffffff; }

/* Detail pozice
-------------------------------------------------------*/
p.h3 {
  font-size: 45px;
  font-weight: 900;
  text-transform: none;
  color: #4a4a4a }

p.h3 span {
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
  color: #4a4a4a }

/* Detail
-------------------------------------------------------*/
.popis .bg-light {
  margin-top: 50px;
  padding: 40px 40px 40px 40px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1); 
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);    
  }

.popis ul {
 list-style: disc;
 margin: 0 0 0 20px;
 font-size: 16px
}

/* Blog
-------------------------------------------------------*/
.blog .bg-light {
  margin-top: 50px;
  margin-left: -10%;
  padding: 40px 40px 40px 40px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1); 
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);    
  }

.blog .bg-light.left {
  left: 13%;
  }

.blog .bg-gold {
  margin-left: -25%;
  margin-bottom: 30px;
  padding: 5px 15px;
  }

.blog img {
  margin-left: 5%;
  }

.blog .right {
  margin-left: -5%;
  }

.blog ul {
 list-style: disc;
 margin: 0 0 0 20px;
 font-size: 16px
}

@media (max-width: 991px) {
.blog .bg-light { margin-left: 0; margin-top: 0 }
.blog .bg-gold { margin-left: 0 } 
.blog img { margin-left: 0 }   
.blog .bg-light.left { left: 0} 
.blog .right { margin-left: 0  }
  }

/*-------------------------------------------------------*/
/* Home Owl Slider
/*-------------------------------------------------------*/
.hero-wrap {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat }

.hero-holder {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }

.hero-message {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-align: center; }

.hero-message h1 {
  color: #fff;
  font-size: 75px;
  font-weight: 900;
  line-height: 1;
}

.hero-subtitle {
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  line-height: 2.0;
  font-size: 20px;
  max-width: 850px;
  margin: 24px auto 0;
  background-color: rgba(181,148,49,0.7);
  padding: 40px 0 10px 0;
  margin-top:-50px
 }

.buttons-holder > a {
  margin: 5px; }

/*-------------------------------------------------------*/
/* Home Video Bg
/*-------------------------------------------------------*/
.video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 80px;
  left: 0px;
  z-index: 0; }

.footer .video-wrap {
  top: 0px; }

.video-overlay {
  background-color: rgba(40, 40, 40, 0.5);
  height: 100%;
  width: 100%; }

.video-img {
  background: url(../video/video.jpg) center center no-repeat;
  background-size: cover;
  z-index: -101;
  position: absolute;
  top: 81px;
  left: 0;
  height: 100%;
  width: 100%; }

.container-full-height {
  max-height: 768px; }

.footer .container-full-height {
  max-height: 400px; }

/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/
.page-404 h1 {
  font-size: 200px; }

.page-404 a,
.page-404 p {
  font-size: 14px; }

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
.section-headings p {
  margin-bottom: 30px; }

blockquote {
  padding: 0 0 20px;
  margin: 0;
  border: none; }

blockquote > p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  margin-bottom: 5px !important;
  position: relative; }

blockquote > span {
  font-size: 14px; }

.blockquote-style-1 {
  padding: 8% 10%;
  border: 4px solid #e5e5e5; }

.blockquote-style-2 {
  padding: 20px 40px;
  border-left: 3px solid #333333; }

.dropcap.style-1 {
  float: left;
  color: #333;
  font-size: 52px;
  line-height: 46px;
  padding-top: 4px;
  padding-right: 10px; }

.dropcap.style-2 {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #333333;
  width: 38px;
  height: 38px;
  font-size: 24px;
  line-height: 38px;
  margin: 10px 10px 0 0; }

.highlight {
  padding: 3px 5px;
  color: #fff;
  background-color: #bfa67a; }

.bullets li,
.arrows li,
.arrows-2 li,
.numbers li {
  margin-bottom: 10px; }

.bullets {
  list-style-type: disc;
  margin-left: 17px; }

.bullets li:before {
  font-size: 18px;
  color: #333333;
  padding-right: 0.5em;
  line-height: 1;
  vertical-align: middle; }

.arrows i {
  margin-right: 5px; }

.arrows i,
.arrows-2 i {
  color: #333333; }

.arrows-2 i {
  font-size: 12px;
  margin-right: 7px; }

ol.numbers {
  padding-left: 20px; }

.section-columns p {
  margin-bottom: 40px; }

/*-------------------------------------------------------*/
/* Shortcodes
/*-------------------------------------------------------*/


/* Buttons
-------------------------------------------------------*/
.section-buttons .btn {
  margin-bottom: 20px; }

.btn {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-border-radius: 0;
  border-radius: 30px;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #111;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.btn.btn-gold {
  background-color: #b59429; }

.btn.btn-green {
  background-color: #2a5135; }

.btn.btn-transparent {
  background-color: transparent;
  border: 3px solid #fff; }

.btn.btn-stroke {
  color: #111;
  border: 3px solid #111;
  background-color: transparent; }
  .btn.btn-dark {
  background-color: #333; }

.btn.btn-white {
  background-color: #fff;
  color: #111; }

.btn.btn-light {
  background-color: #f5f5f5;
  color: #111; }

.btn:hover {
  -webkit-transition: all 0.2 ease-in-out;
  -moz-transition: all 0.2 ease-in-out;
  -ms-transition: all 0.2 ease-in-out;
  -o-transition: all 0.2 ease-in-out;
  transition: all 0.2 ease-in-out;
  color: #fff;
  background-color: #000;
  border-color: transparent; }

.btn:focus {
  outline: none;
  color: #fff; }

.btn.btn-white:focus {
  color: #111; }

.btn.btn-gold:hover, .btn.btn-green:hover {
  background-color: #000; }

.btn-lg {
  font-size: 15px;
  padding: 20px 30px; }

.btn-md {
  font-size: 15px;
  padding: 13px 30px; }

.btn-sm {
  font-size: 10px;
  padding: 8px 22px; }


/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
  padding: 0;
  text-align: center;
  color: #FFFFFF; 
  }

.footer img {
  width: auto}

.footer .copyright {
  display: block;
  margin-top: 25px;
  font-size: 14px;
  font-family: museo-sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.footer .copyright.small {
  display: block;
  margin-top: 70px;
  font-size: 10px;
  font-family: museo-sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.footer .copyright a {
  color: #ffffff;
  text-decoration: underline }

.socials.footer-socials {
  position: relative;
  z-index: 10 }

.socials.footer-socials a {
  margin: 0 2px; }

.socials.footer-socials a:hover i {
  color: #fff  }

.socials.footer-socials i {
  width: 37px;
  height: 37px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #b69429;
  color: #2a5135;
  line-height: 37px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* Scroll Down icon
-------------------------------------------------------*/
.scroll-down {
  font-size: 20px;
  width: 32px;
  height: 32px;
  background-color: rgba(255,255,255,.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  z-index: 50 !important;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -16px;
}

.scroll-down a {
  line-height: 36px;
  position: relative;
  z-index: 50 !important;
}

@-webkit-keyframes scroll-down-icon {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}
@-moz-keyframes scroll-down-icon {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}
@-o-keyframes scroll-down-icon {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}
@keyframes scroll-down-icon {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}

.scroll-down i {
  color: #fff;
  -webkit-animation: scroll-down-icon 1s infinite;
  -moz-animation: scroll-down-icon 1s infinite;
  -o-animation: scroll-down-icon 1s infinite;
  animation: scroll-down-icon 1s infinite;
  position: absolute;
  left: 10px;
}