
.nocaps {
  text-transform: none;
  letter-spacing: normal;
}

.heading {
  position: relative;
  margin-bottom: 21px;
}

.heading.large {
  font-size: 40px;
}

.heading.small {
  font-size: 20px;
}

.heading-row {
  margin-bottom: 70px;
}

.heading-row.style-2 {
  margin-bottom: 60px;
}

.heading-row.style-2 .heading {
  margin-bottom: 20px;
}

.heading-row.style-2 .subheading {
  max-width: 800px;
}

.subheading {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 0;
  display: inline-block;
  letter-spacing: normal;
}

.subheading.style-2 {
  font-size: 24px;
  line-height: 36px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
}

@media (min-width: 768px) {
  .lead {
    font-size: 16px;
  }
}

.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.list-inline {
  margin: 0;
}

.bottom-line:after {
  content: "";
  display: block;
  width: 52px;
  border-bottom: 2px solid #a88d5d;
  margin: 25px auto 15px;
  z-index: 1;
  position: relative;
}

.bottom-line.left-align:after {
  margin: 25px auto 15px 0;
}

p.large {
  font-size: 120%;
  line-height: 1.8;
}

blockquote {
  padding: 0 0 20px;
  margin: 0;
  border: none;
}

blockquote > p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Arvo", sans-serif;
  margin-bottom: 10px !important;
  position: relative;
  font-style: italic;
}

blockquote > span {
  color: #a88d5d;
  font-family: "Arvo", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.blockquote-style-1 {
  padding: 40px;
  background-color: #f6f6f6;
}

.blockquote-style-2 {
  padding: 20px 40px;
  border-left: 2px solid #a88d5d;
}

.dropcap {
  font-family: "Arvo", sans-serif;
}

.dropcap.style-1 {
  float: left;
  color: #a88d5d;
  font-size: 47px;
  line-height: 48px;
  padding-right: 10px;
  margin-top: 5px;
}

.dropcap.style-2 {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #a88d5d;
  width: 38px;
  height: 38px;
  font-size: 24px;
  line-height: 40px;
  margin: 9px 12px 0 0;
}

.highlight {
  padding: 3px 5px;
  color: #fff;
  background-color: #a88d5d;
}

.list li {
  line-height: 24px;
}

.list li i {
  line-height: 21px;
}

.bullets li,
.arrows li,
.checks li,
.numbers li {
  margin-bottom: 15px;
  color: #979797;
}

.bullets li:before {
  content: "\2022";
  font-size: 14px;
  color: #a88d5d;
  padding-right: 0.5em;
}

.arrows i {
  margin-right: 5px;
}

.arrows i,
.checks i {
  color: #a88d5d;
}

.checks i {
  font-size: 12px;
  margin-right: 7px;
  vertical-align: middle;
}

ol.numbers {
  padding-left: 20px;
}

.section-columns p {
  margin-bottom: 40px;
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
@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;
  }
}

.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 100px;
  -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: 120;
}

.navigation {
  width: 100%;
  line-height: 0;
}

.navigation.offset {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 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.scrolling {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.navigation.sticky {
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 60px;
  top: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 120;
}

.navigation.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}

.navigation.sticky .navbar-nav > li > a {
  line-height: 60px;
  color: #555555;
}

.navigation.sticky .nav-right {
  color: #555555;
}

.navigation.sticky #nav-icon span {
  background-color: #555555;
}

@media (min-width: 992px) {
  header.transparent .navbar {
    position: absolute;
    top: 0;
    width: 100%;
  }
  header.transparent .logo-dark,
  header.transparent .navigation.scrolling .logo {
    display: none;
  }
  header.transparent .navigation.scrolling .logo-dark,
  header.transparent .logo {
    display: inline-block;
  }
}

.logo-container {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.logo-wrap {
  display: table;
  width: 100%;
}

.logo-wrap > a {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}

.logo-wrap.shrink > a {
  height: 60px;
}

.logo {
  -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;
  max-height: 51px;
}

.logo-dark {
  max-height: 51px;
}

.navbar-header {
  width: 20%;
  padding-right: 15px;
}

.nav-wrap {
  width: 80%;
}

.navbar-nav {
  margin: 0;
  display: inline-block;
  float: none;
}

.navbar-nav > li > a {
  font-family: "Arvo", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #555555;
  font-size: 14px;
  padding: 0 16px;
  line-height: 100px;
}

.navbar-nav > li:last-child > a {
  padding-right: 0;
}

.navbar-collapse {
  border: none;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.navbar-collapse.in {
  overflow-x: hidden;
}

@media (min-width: 992px) {
  header.transparent .navbar-nav > li > a {
    color: #fff;
  }
  header.transparent .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.7) !important;
  }
}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover,
header.transparent .navigation.scrolling .navbar-nav > li > a:hover,
header.transparent .navigation.scrolling .navbar-nav > .active > a,
header.transparent .navigation.scrolling .navbar-nav > .active > a:focus,
header.transparent .navigation.scrolling .navbar-nav > .active > a:hover {
  color: #a88d5d !important;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:focus,
.navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #a88d5d;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  border-color: #e6e6e6;
  text-decoration: none;
}

.navbar-nav .dropdown-menu {
  left: 0;
}

.navbar-nav .dropdown-menu.menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu {
  min-width: 200px;
  margin: 0;
  padding: 20px 0;
  border: none;
  border-bottom: none;
  border-radius: 0;
  background-color: #191919;
}

.dropdown-menu li > a {
  padding: 7px 30px;
  color: #979797;
  -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;
  font-weight: 400;
  font-family: "Arvo", sans-serif;
  font-size: 14px;
}

.dropdown-menu.megamenu, .dropdown-menu.megamenu-wide {
  padding: 0 20px;
}

.dropdown-menu .megamenu-wrap ul > li > a {
  display: block;
  clear: both;
  font-weight: 500;
  line-height: 1.42857143;
  white-space: nowrap;
  -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;
}

.dropdown-menu .megamenu-wrap ul > li > a i {
  margin-right: 6px;
  width: 16px;
  text-align: center;
}

.menu-list li > a {
  border: none;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.megamenu .menu-list > li > a:hover,
.megamenu-wide .menu-list > li > a:hover {
  background-color: transparent;
  color: #a88d5d;
}

.megamenu-item {
  border-right: 1px solid #e6e6e6;
  padding: 30px;
}

.megamenu-item:last-child {
  border-right: none;
}

.megamenu-wrap .menu-list > li > a {
  padding: 7px 0;
}

.megamenu-wrap .menu-list > li:last-child > a {
  border-bottom: none;
}

.megamenu-item h6 {
  text-transform: uppercase;
  font-family: "Arvo", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.navbar .dropdown-menu {
  margin-top: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: -20px;
  left: 100%;
  margin-top: -2px;
}

.dropdown-submenu > a:after {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f105";
  right: 15px;
  color: #979797;
}

.navbar-nav .dropdown > i,
.navbar-nav .dropdown-submenu > i {
  display: none;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown > i,
  .navbar-nav .dropdown-submenu > i {
    display: block;
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    cursor: pointer;
  }
}

@media (min-width: 992px) {
  .dropdown-menu,
  .dropdown-submenu > .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .dropdown:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/*-------------------------------------------------------*/
/* Navigation Right Links
/*-------------------------------------------------------*/
.navigation.sticky #nav-icon .nav-icon-inner,
.navigation.sticky .nav-right li {
  height: 60px;
}

.nav-right {
  float: right;
  display: table;
  color: #555555;
  padding-right: 15px;
  padding-left: 30px;
}

.nav-right li {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding-right: 30px;
  height: 100px;
}

.nav-right li:last-child {
  padding-right: 0;
}

.nav-type-3 .nav-right {
  padding-right: 0;
}

header.transparent .nav-right {
  color: #fff;
}

/* Menu Search
-------------------------------------------------------*/
a.nav-search {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background-color: #191919;
}

.search-wrap .search-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  display: table-cell;
  vertical-align: middle;
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp .3s;
}

.search-wrap .form-control {
  height: 70px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 38px;
  margin-bottom: 0;
  color: #fff;
  position: relative;
}

.search-wrap input.form-control, .search-wrap input.form-control:focus {
  background-color: #191919;
}

input.main-search-input::-webkit-input-placeholder {
  color: #fff;
}

input.main-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
}

.search-trigger i {
  z-index: 122;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0;
  opacity: 1;
}

.search-close {
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  z-index: 121;
  position: absolute;
  top: 24px;
  right: 5px;
  color: #fff;
  cursor: pointer;
}

.search-close.open {
  opacity: 1;
  visibility: visible;
}

.nav-search.open .search-trigger {
  opacity: 0;
  z-index: 20;
}

.mobile-links li > a {
  padding: 15px 0 15px 15px;
  line-height: 20px;
  border-bottom: 1px solid #e6e6e6;
  color: #979797;
  display: block;
}

.mobile-links li > a:hover {
  color: #a88d5d;
}

/* Menu Cart
-------------------------------------------------------*/
.nav-cart-wrap.style-1,
.nav-search {
  font-size: 20px !important;
}

.nav-cart {
  position: relative;
}

.nav-cart .cart-outer {
  display: table;
  position: relative;
  width: 20px;
}

.nav-cart:hover .nav-cart-container {
  opacity: 1;
  visibility: visible;
}

.cart-inner {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
}

.navigation.sticky .cart-inner {
  height: 60px;
}

.nav-cart-ammount {
  display: inline-block;
}

.nav-cart-ammount span, .nav-cart-ammount a {
  line-height: 66px;
  color: #979797;
  font-size: 13px;
}

.mobile-cart {
  float: right;
  margin-right: 15px;
  color: #555555;
}

/* Menu Cart Popup
-------------------------------------------------------*/
.nav-cart-container {
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  position: absolute;
  left: auto;
  right: -20px;
  background-color: #fff;
  padding: 30px;
  line-height: 1;
  border-top: 2px solid #a88d5d;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: none;
  text-align: left;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -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: 201;
}

.nav-cart-items {
  position: relative;
}

.nav-cart-item {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.nav-cart-item:first-child {
  margin-top: 0;
}

.nav-cart-item .nav-cart-img {
  float: left;
  margin-right: 20px;
}

.nav-cart-item .nav-cart-price {
  color: #979797;
  font-size: 13px;
}

.nav-cart-title {
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}

.nav-cart-title > a {
  position: relative;
  color: #555555;
  font-size: 14px;
  vertical-align: top;
  line-height: 1.5;
}

.nav-cart-title > a:hover {
  color: #a88d5d;
}

.nav-cart-price {
  margin-top: 5px;
}

.nav-cart-remove {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f6f6f6;
}

.nav-cart-remove a {
  width: 20px;
  height: 20px;
  line-height: 13px;
  text-align: center;
  display: block;
  color: #555555;
}

.nav-cart-remove:hover {
  background-color: #a88d5d;
}

.nav-cart-remove:hover i {
  color: #fff;
}

.nav-cart-remove i {
  font-size: 8px;
}

.nav-cart-summary {
  margin-top: 10px;
  font-weight: 700;
  color: #555555;
  font-size: 14px;
}

.nav-cart-summary .total-price {
  float: right;
}

.nav-cart-actions a {
  width: 100%;
}

.nav-cart-wrap .shopping-cart {
  color: inherit;
}

.cart-inner a > span {
  display: block;
  position: absolute;
  top: -6px;
  right: -8px;
  background-color: #a88d5d;
  color: #fff;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
}

/* Navigation Toggle
-------------------------------------------------------*/
.navbar-toggle {
  margin-top: 13px;
  border: none;
  z-index: 50;
  margin-right: 5px;
}

.navbar-toggle .icon-bar {
  background-color: #555555;
  width: 18px;
}

.navbar-toggle:focus .icon-bar, .navbar-toggle:hover .icon-bar {
  background-color: #a88d5d;
}

.navbar-toggle:focus, .navbar-toggle:hover {
  background-color: transparent;
}

/* Nav Side Icon
-------------------------------------------------------*/
.nav-icon-trigger {
  position: relative;
  margin-left: 15px;
}

#nav-icon {
  display: table;
  width: 20px;
  height: 20px;
  padding: 0;
}

#nav-icon .nav-icon-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 100px;
  z-index: 300;
  cursor: pointer;
}

#nav-icon .nav-icon-wrap {
  height: 20px;
  position: relative;
  top: 3px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #555555;
  opacity: 1;
  left: 0;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 6px;
}

#nav-icon span:nth-child(4) {
  top: 12px;
}

#nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header.transparent #nav-icon span {
  background-color: #fff;
}

/* Offset Sidenav
-------------------------------------------------------*/
.sidenav {
  background-color: #fff;
  padding: 60px;
  height: 100%;
  width: 25%;
  position: fixed;
  right: -25%;
  z-index: 9999;
  overflow-y: auto;
  -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.sidenav.opened {
  right: 0 !important;
}

.sidenav p {
  font-size: 15px;
  margin-bottom: 0;
}

.sidenav a {
  color: #979797;
}

.sidenav a:hover {
  color: #a88d5d;
}

.sidenav h6 {
  font-size: 16px;
}

.sidenav .logo-wrap > a {
  height: auto;
}

.mobile .sidenav {
  width: 400px;
  right: -400px;
}

@media (max-width: 767px) {
  .sidenav {
    width: 100%;
    right: -100%;
  }
}

#sidenav-close i {
  font-size: 20px;
  color: #555555;
  position: absolute;
  right: 40px;
  top: 40px;
}

.links-list li {
  display: block;
  padding: 3px 0;
}

.links-list li a {
  color: #979797;
}

.main-wrapper {
  position: relative;
  left: 0;
  -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.main-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: transparent;
  -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;
}

.main-wrapper.sidenav-opened {
  left: -20%;
  cursor: url(../img/close.png) 16 16, pointer;
}

.main-wrapper.sidenav-opened:before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

.mobile .main-wrapper.sidenav-opened {
  cursor: pointer;
}

/*-------------------------------------------------------*/
/* Onepage Navigation
/*-------------------------------------------------------*/
.nav-type-2 .nav-wrap {
  width: auto;
}

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
  display: block;
  z-index: 500;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 18px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  line-height: 32px;
  background-color: rgba(85, 85, 85, 0.6);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -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;
  text-decoration: none;
  -webkit-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
  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 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;
}

#back-to-top a {
  width: 36px;
  height: 36px;
  display: block;
  color: #fff;
}

#back-to-top.show {
  bottom: 20px;
}

#back-to-top:hover {
  background-color: #a88d5d;
  bottom: 24px;
}

#back-to-top:hover i {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Hero Image
/*-------------------------------------------------------*/
.hero-wrap {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-wrap .parallax {
  background-image: url(../img/hero/hero.jpg);
}

.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: 90px;
  font-weight: 700;
  line-height: 1;
}

.hero-message .hero-title {
  font-size: 50px;
}

.hero-subtitle {
  font-family: "Raleway", sans-serif, sans-serif;
  text-transform: none;
  font-weight: normal;
  color: #fff;
  line-height: 1.6;
  letter-spacing: normal;
  font-size: 25px;
  max-width: 800px;
  margin: 8px auto 28px;
}

.buttons-holder > a {
  margin: 5px;
}

/*-------------------------------------------------------*/
/* Hero Slider
/*-------------------------------------------------------*/
.hero-slide-1 {
  background-image: url(../img/hero/slide_1.jpg);
}

.hero-slide-2 {
  background-image: url(../img/hero/slide_2.jpg);
}

.hero-slide-3 {
  background-image: url(../img/hero/slide_3.jpg);
}

#owl-hero div[class^='hero-slide-'] {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#owl-hero .container {
  height: 560px;
}

#owl-hero .owl-pagination {
  position: absolute;
  bottom: 30px;
}




/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
.owl-carousel,
.flickity {
  overflow: hidden;
}

.owl-carousel img {
  width: 100%;
}

.owl-pagination {
  margin-top: 30px;
  position: relative;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.owl-page {
  display: inline-block;
  padding: 5px;
  position: relative;
}

.owl-page.active span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  opacity: 1;
  background: #fff;
  border-color: transparent;
}

.owl-page span {
  display: block;
  position: relative;
  width: 8px;
  height: 8px;
  opacity: 0.8;
  background: #fff;
  z-index: 100;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -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;
}

.owl-page span:hover {
  opacity: 1;
}

.owl-buttons {
  position: static;
}

.owl-prev,
.flex-direction-nav .flex-prev,
.flickity-prev-next-button.previous {
  left: -40px;
}

.owl-next,
.flex-direction-nav .flex-next,
.flickity-prev-next-button.next {
  right: -40px;
}

.owl-prev,
.owl-next,
.flex-direction-nav a,
.flickity-prev-next-button {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  z-index: 10;
  width: 40px;
  height: 40px;
  opacity: 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;
}

.owl-next:before,
#flexslider .flex-direction-nav .flex-next:before,
.flickity-prev-next-button:before {
  left: auto;
  right: 0;
}

.owl-prev i,
.owl-next i,
#flexslider a i,
#thumbs a i {
  position: relative;
  font-size: 50px;
  color: #555555;
  display: block;
}

.light-arrows .owl-prev i,
.light-arrows .owl-next i,
#flexslider.light-arrows a i {
  color: #fff;
}

.light-arrows .flickity-prev-next-button .arrow {
  fill: #fff;
}

.owl-carousel:hover .owl-next,
.flexslider:hover .flex-direction-nav .flex-next,
.flickity:hover .flickity-prev-next-button.next {
  opacity: 1;
  right: 10px;
}

.owl-carousel:hover .owl-prev,
.flexslider:hover .flex-direction-nav .flex-prev,
.flickity:hover .flickity-prev-next-button.previous {
  opacity: 1;
  left: 10px;
}

.flickity-prev-next-button {
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.flickity-prev-next-button:focus {
  box-shadow: none;
}

.flickity-prev-next-button {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.flickity-prev-next-button .arrow {
  fill: #555555;
}

.flickity-page-dots {
  position: relative;
  bottom: auto;
  margin-top: 50px;
}

.flickity-page-dots .dot,
.flex-control-paging li a {
  height: 9px;
  width: 9px;
  opacity: 0.5;
  margin: 0 5px;
  -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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background: #fff;
}

.flex-control-nav {
  bottom: 10px;
}

.flex-control-nav li {
  margin: 0;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #a88d5d;
}

.flickity-slider-wrap.dark-dots .flickity-page-dots .dot {
  background-color: #979797;
}

.flickity-slider-wrap.dark-dots .flickity-page-dots .dot.is-selected {
  background-color: #a88d5d;
}

.owl-dark-dots .owl-page span {
  border-color: #b1b1b1;
}

.owl-dark-dots .owl-page.active span {
  background-color: #e7190e;
  border-color: transparent;
}

.featured-works {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

#offset-slider .gallery-cell {
  width: 59.9%;
  margin: 0 -28px;
  overflow: hidden;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

#offset-slider .gallery-cell.is-selected {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#offset-slider .flickity-viewport {
  overflow: visible;
}
