/*
Theme Name: Black Label
Theme URI: https://www.quemalabs.com/theme/black-label/
Description: Fullscreen WordPress theme
Version: 4.0.14
Author: Quema Labs
Author URI: https://www.quemalabs.com/
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: two-columns, custom-background, threaded-comments, custom-menu, featured-images, sticky-post, translation-ready
Text Domain: black-label
*/
/*
----------------------------------------------------------------
TABLE OF CONTENTS
----------------------------------------------------------------
1. Header
2. Home
3. Portfolio
4. Blog & Pages
5. Sidebar
6. Footer
7. Comments
8. Woocommerce
9. Pace
10. Animations
11. Shortcodes
12. Contact Page
13. Gallery
14. WordPress Default
15. External Plugins
16. Global Styles
17. Responsive Styles
LESS Variables and Mixins
----------------------------------------------------------------
*/
/*
==========================================
1. Header
==========================================
*/
/*
==========================================
Header
==========================================
*/
#header {
  position: relative;
  z-index: 6;
  -webkit-transition: padding 200ms;
  -o-transition: padding 200ms;
  transition: padding 200ms;
  padding: 1.25rem;
  vertical-align: top;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#header .container {
  position: relative;
}
.logo_container {
  border-radius: 3px;
  padding: 20px;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.page-template-template-home .logo_container,
.page-template-template-gallery-fullscreen .logo_container {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
}
.logo_container .site-title {
  margin: 0;
  display: inline-block;
  line-height: 26px;
  font-size: 24px;
  font-size: 1.5rem;
}
.logo_container .ql_logo {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  display: inline-block;
  padding: 0;
  line-height: 26px;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.logo_container .ql_logo:hover {
  text-decoration: none;
}
.logo_container .logo_desc {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  color: #b3b3b3;
  margin: 0;
}
.logo_container .logo_desc_wrap {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  display: inline-block;
  margin-left: 15px;
}
#header:hover .logo_desc_wrap,
#header:hover .ql_nav_btn {
  opacity: 1;
}
.touch #header .logo_desc_wrap,
.touch #header .ql_nav_btn,
.blog #header .logo_desc_wrap,
.blog #header .ql_nav_btn {
  opacity: 1;
}
/*-----------------------------*/
/*
==========================================
Navigation Menu
==========================================
*/
.navbar-toggle .icon-bar {
  background-color: #808080;
}
#ql_nav_btn {
  display: inline-block;
  margin: 0;
  border-radius: 3px;
  margin-left: 8px;
  padding: 24px 25px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  -webkit-transition: border-radius 1ms;
  -o-transition: border-radius 1ms;
  transition: border-radius 1ms;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#ql_nav_btn i {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
}
#ql_nav_btn.blacklabel-open {
  border-radius: 3px 0 0 3px;
}
.big_nav #ql_nav_btn.blacklabel-open {
  border-radius: 3px;
}
.no-touch #ql_nav_btn:hover::before {
  background-color: rgba(255, 255, 255, 0.02);
  opacity: 1;
}
#ql_nav_btn::before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.02);
  content: "";
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.page-template-template-home #ql_nav_btn,
.page-template-template-gallery-fullscreen #ql_nav_btn {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
}
#ql_main-navigation.in {
  overflow: visible;
}
#header .collapse_wrap {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  height: 0;
}
#header .collapse_wrap.opened {
  height: auto;
}
#header.opened .collapse_wrap {
  overflow: visible;
}
#header.blacklabel-open .collapse_wrap #ql_nav_collapse {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#header.big_nav .collapse_wrap #ql_nav_collapse {
  border-radius: 3px;
  margin-top: 10px;
}
#header #ql_nav_collapse {
  padding: 0;
  display: inline-block !important;
  border-radius: 0 3px 3px 0;
  width: auto;
  vertical-align: top;
  -webkit-transition: transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translate(-101%, 0);
  -ms-transform: translate(-101%, 0);
  -o-transform: translate(-101%, 0);
  transform: translate(-101%, 0);
}
.page-template-template-home #ql_nav_collapse,
.page-template-template-gallery-fullscreen #ql_nav_collapse {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
}
#jqueryslidemenu {
  margin: 0;
  display: inline-block;
  min-height: 0;
  border: none;
}
/*Top level list items*/
#jqueryslidemenu ul.nav > li {
  margin-left: 0;
  display: inline-block;
  position: relative;
}
/*Top level menu link items style*/
#jqueryslidemenu ul.nav > li > a {
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  letter-spacing: 1px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #FFF;
  padding: 1.53333333em 1.2em;
  background-color: transparent;
}
/* Main items hover ----------*/
.no-touch #jqueryslidemenu ul.nav > li > a:hover {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.02);
}
/* Active item ----------*/
#jqueryslidemenu .current_page_item > a,
#jqueryslidemenu .current_page_parent > a {
  color: #FFF !important;
}
#jqueryslidemenu .current_page_item .glaciar_nav_active,
#jqueryslidemenu .current_page_parent .glaciar_nav_active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*1st sub level menu*/
#jqueryslidemenu ul.nav > li > ul {
  position: absolute;
  top: 100%;
  padding: 15px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.95);
  border-radius: 0 0 3px 3px;
  border: none;
}
.dropdown.open .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropdown.open:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
#jqueryslidemenu ul.nav > li > ul > li a {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px 15px;
  color: #999999;
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
  border-radius: 2px;
}
#jqueryslidemenu ul.nav > li > ul > li.menu-item-has-children > a {
  white-space: normal;
}
#jqueryslidemenu ul.nav > li > ul > li a:hover {
  background-color: #FFF;
  color: #000;
  border-radius: 0;
}
#jqueryslidemenu .dropdown-menu > .active > a,
.dropdown-menu > li > a:focus {
  background-color: transparent;
  outline: 0;
}
#jqueryslidemenu .dropdown-menu > .active > a:hover {
  background-color: rgba(255, 255, 255, 0.02);
  color: #000;
}
#jqueryslidemenu ul.nav > li > ul > li .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
}
#jqueryslidemenu ul.nav > li > ul > li > ul > li a {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  font-weight: normal;
}
#jqueryslidemenu ul.nav > li > ul > li.has-image {
  padding: 5px;
}
#jqueryslidemenu ul.nav > li > ul .has-image a {
  width: 220px;
  border: none;
  padding: 0;
  cursor: inherit;
  outline: 0 !important;
}
#jqueryslidemenu ul.nav > li > ul .has-image img {
  width: 100%;
  height: auto;
}
/* Multi level dropdown -------*/
.dropdown-menu .dropdown-menu {
  background-color: #fff;
  border: none;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
/*!
 * Bootstrap-submenu v2.0.4 (https://vsn4ik.github.io/bootstrap-submenu/)
 * Copyright 2014-2016 Vasily A. (https://github.com/vsn4ik)
 * Licensed under the MIT license
 */
.dropdown-submenu > a:after {
  content: "";
}
@media (min-width: 768px) {
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    border-top-left-radius: 0;
  }
  .dropup .dropdown-submenu .dropdown-menu,
  .navbar-fixed-bottom .dropdown-submenu .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -6px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .dropdown-menu-right .dropdown-submenu .dropdown-menu,
  .navbar-right .dropdown-submenu .dropdown-menu {
    left: auto;
    right: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .dropup .dropdown-menu-right .dropdown-submenu .dropdown-menu,
  .dropup .navbar-right .dropdown-submenu .dropdown-menu,
  .navbar-fixed-bottom .dropdown-menu-right .dropdown-submenu .dropdown-menu,
  .navbar-fixed-bottom .navbar-right .dropdown-submenu .dropdown-menu {
    border-radius: 4px 4px 0;
  }
  .dropdown-submenu > a:after {
    float: right;
    margin-top: 6px;
    margin-right: -10px;
    border-left: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .dropdown-menu-right .dropdown-submenu > a:after,
  .navbar-right .dropdown-submenu > a:after {
    float: left;
    border-left: none;
    margin-left: -10px;
    margin-right: 0;
    border-right: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
}
@media (max-width: 767px) {
  .dropdown-submenu .dropdown-menu {
    position: static;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    min-width: auto;
  }
  .dropdown-submenu > a:after {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    border-top: 4px dashed;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    padding-left: 30px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 40px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 50px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 60px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    padding-left: 35px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 45px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 55px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 65px;
  }
}
/*# sourceMappingURL=bootstrap-submenu.css.map */
/* Mobile Nav icon (Hamburguer) -----------*/
#jqueryslidemenu .navbar-toggle .icon-bar {
  background-color: #FFF;
}
/* Dropdown arrow ------------*/
.navbar .dropdown-toggle b {
  color: #999999;
  height: 6px;
}
/*
Search Button
---------------------------------------*/
.menu_wrap .search-form {
  color: #fff;
}
.menu_wrap .search-form label {
  margin-bottom: 0;
}
.menu_wrap .search-form label::before {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.menu_wrap .search-form .search-field {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  margin-bottom: 0;
  height: 39px;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 0;
  float: right;
  padding: 0;
}
.menu_wrap .search-form .search-field:focus {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 6px 40px 6px 12px;
}
.menu_wrap .search-form .search-field::-webkit-input-placeholder {
  color: #acacac;
}
.menu_wrap .search-form .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #acacac;
}
.menu_wrap .search-form .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #acacac;
}
.menu_wrap .search-form .search-field:-ms-input-placeholder {
  color: #acacac;
}
.menu_wrap .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 2;
  background-color: transparent;
  border: none;
  margin-bottom: 0;
}
.menu_wrap .search-form:hover .search-field {
  width: 100%;
  padding: 6px 40px 6px 12px;
}
/*
==========================================
2. Home
==========================================
*/
/*
Main Home
=========================================================
*/
#main {
  position: relative;
}
/*
Welcome Text
---------------------------------------*/
.welcome-section {
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-section .welcome-title {
  font-size: 45px;
  font-size: 2.8125rem;
}
.welcome-section .glaciar-vertical {
  position: absolute;
  bottom: 3.125em;
  right: 0;
  display: none;
}
/*
Home Slider Fullscreen
=========================================================
*/
.black-label-home-slider-fullscreen .slide .mejs-container video {
  height: 100vh !important;
}
.black-label-home-slider-fullscreen .slide iframe {
  height: 100vh !important;
}
.page-template-template-home,
.page-template-template-gallery-fullscreen {
  overflow: hidden;
}
.page-template-template-home #main,
.page-template-template-gallery-fullscreen #main {
  position: initial;
}
.page-template-template-home .black-label-home-slider-fullscreen,
.page-template-template-gallery-fullscreen .black-label-home-slider-fullscreen {
  position: absolute;
}
.page-template-template-home .black-label-home-slider-fullscreen::before,
.page-template-template-gallery-fullscreen .black-label-home-slider-fullscreen::before {
  display: none;
}
.page-template-template-home .black-label-home-slider-fullscreen .slider-fullscreen-caption,
.page-template-template-gallery-fullscreen .black-label-home-slider-fullscreen .slider-fullscreen-caption {
  display: block;
}
.black-label-home-slider-fullscreen {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: #222222;
  z-index: -1;
}
.show_background .black-label-home-slider-fullscreen {
  z-index: 3;
}
.black-label-home-slider-fullscreen::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.show_background .black-label-home-slider-fullscreen::before {
  z-index: -1;
}
.black-label-home-slider-fullscreen .slide {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.black-label-home-slider-fullscreen .slide .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.black-label-home-slider-fullscreen .slide a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
}
.black-label-home-slider-fullscreen .slide .mejs-container {
  width: 100vw !important;
  height: 100vh !important;
}
.black-label-home-slider-fullscreen .slide .mejs-container .mejs-container,
.black-label-home-slider-fullscreen .slide .mejs-container .mejs-container .mejs-controls,
.black-label-home-slider-fullscreen .slide .mejs-container .mejs-embed,
.black-label-home-slider-fullscreen .slide .mejs-container .mejs-embed body {
  background-color: rgba(0, 0, 0, 0.8);
}
.black-label-home-slider-fullscreen .slide .mejs-container .mejs-controls {
  display: none !important;
}
.black-label-home-slider-fullscreen .slide .mejs-container .ytp-pause-overlay {
  display: none !important;
}
.black-label-home-slider-fullscreen .slide .mejs-container .mejs-poster {
  background-position: center;
  background-size: cover;
}
.black-label-home-slider-fullscreen .slide .mejs-container video {
  max-width: none !important;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.black-label-home-slider-fullscreen .slide .me-plugin,
.black-label-home-slider-fullscreen .slide .mejs-shim,
.black-label-home-slider-fullscreen .slide .wp-video {
  width: 100vw !important;
  height: 100vh !important;
}
.black-label-home-slider-fullscreen .slider-fullscreen-caption {
  position: absolute;
  left: 0;
  bottom: 7%;
  z-index: 3;
  margin-right: 40px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0 3px 3px 0;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  padding-bottom: 10px;
  display: none;
}
.black-label-home-slider-fullscreen .slider-fullscreen-caption .slider-fullscreen-title {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 4;
  max-width: 70vw;
}
.black-label-home-slider-fullscreen .slider-fullscreen-caption .slider-fullscreen-title span {
  padding: 20px 30px 10px;
  display: block;
  vertical-align: middle;
}
.black-label-home-slider-fullscreen .slider-fullscreen-caption .slider-fullscreen-content {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.black-label-home-slider-fullscreen .slider-fullscreen-caption .slider-fullscreen-content span {
  padding: 0 30px 10px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
.black-label-home-slider-fullscreen .flickity-prev-next-button,
.black-label-home-slider-fullscreen .flickity-page-dots {
  display: none;
}
.black-label-controls {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
.black-label-controls ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.black-label-controls ul li {
  display: block;
  margin-top: 5px;
  position: relative;
  -webkit-transition: transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.black-label-controls ul li a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  padding: 13px;
  display: block;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.no-touch .black-label-controls ul li a:hover {
  opacity: 0.9;
}
.no-touch .black-label-controls ul li a:active {
  position: relative;
  bottom: -1px;
}
.black-label-controls ul li a i {
  height: 20px;
  width: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
}
.black-label-controls ul li a i:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.black-label-controls ul li.control-volume a.clicked i:nth-child(1),
.black-label-controls ul li.control-thumbnails a.clicked i:nth-child(1) {
  opacity: 0;
}
.black-label-controls ul li.control-volume a.clicked i:nth-child(2),
.black-label-controls ul li.control-thumbnails a.clicked i:nth-child(2) {
  opacity: 1;
}
.black-label-controls ul li.control-thumbnails {
  display: none;
}
.black-label-controls ul li.control-next,
.black-label-controls ul li.control-prev {
  -webkit-transform: translate(150%, 0);
  -ms-transform: translate(150%, 0);
  -o-transform: translate(150%, 0);
  transform: translate(150%, 0);
}
.page-template-template-home .black-label-controls ul li.control-next,
.page-template-template-home .black-label-controls ul li.control-prev,
.show_background .black-label-controls ul li.control-next,
.show_background .black-label-controls ul li.control-prev,
.page-template-template-gallery-fullscreen .black-label-controls ul li.control-next,
.page-template-template-gallery-fullscreen .black-label-controls ul li.control-prev {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.show_background .black-label-controls ul li.control-next {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.page-template-template-home .black-label-controls ul li.control-thumbnails,
.page-template-template-gallery-fullscreen .black-label-controls ul li.control-thumbnails {
  display: block;
}
.page-template-template-home .home-slider-fullscreen-thumbnails,
.page-template-template-gallery-fullscreen .home-slider-fullscreen-thumbnails {
  display: block;
}
.home-slider-fullscreen-thumbnails {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset, 0 15px 35px rgba(0, 0, 0, 0.13), 0 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset, 0 15px 35px rgba(0, 0, 0, 0.13), 0 0 1px 1px rgba(255, 255, 255, 0.1);
  display: none;
  position: absolute;
  right: 0;
  bottom: 50%;
  z-index: 10;
  width: 50vw;
  max-width: 90vw;
  padding: 10px 0 10px 0;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  -webkit-transition: transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translate(100%, 50%);
  -ms-transform: translate(100%, 50%);
  -o-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.home-slider-fullscreen-thumbnails.open {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.home-slider-fullscreen-thumbnails::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.8);
  width: 0;
  z-index: 3;
}
.home-slider-fullscreen-thumbnails::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.8);
  width: 0;
  z-index: 3;
}
.home-slider-fullscreen-thumbnails .slide {
  padding-right: 10px;
  -webkit-transition: opacity 200ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 200ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 200ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translate(0, -60px);
  -ms-transform: translate(0, -60px);
  -o-transform: translate(0, -60px);
  transform: translate(0, -60px);
  opacity: 0;
}
.home-slider-fullscreen-thumbnails .slide.is-selected img,
.home-slider-fullscreen-thumbnails .slide:hover img {
  opacity: 1;
}
.home-slider-fullscreen-thumbnails .slide:nth-child(1) {
  padding-left: 10px;
}
.home-slider-fullscreen-thumbnails .slide img {
  height: 100%;
  width: auto;
  max-width: initial;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  opacity: 0.7;
}
.home-slider-fullscreen-thumbnails .slide:nth-child(0) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.home-slider-fullscreen-thumbnails .slide:nth-child(1) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.home-slider-fullscreen-thumbnails .slide:nth-child(2) {
  -webkit-transition-delay: 220ms;
  transition-delay: 220ms;
}
.home-slider-fullscreen-thumbnails .slide:nth-child(3) {
  -webkit-transition-delay: 290ms;
  transition-delay: 290ms;
}
.home-slider-fullscreen-thumbnails .slide:nth-child(4) {
  -webkit-transition-delay: 360ms;
  transition-delay: 360ms;
}
.home-slider-fullscreen-thumbnails .slide:nth-child(5) {
  -webkit-transition-delay: 430ms;
  transition-delay: 430ms;
}
.home-slider-fullscreen-thumbnails .slide:nth-child(6) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.home-slider-fullscreen-thumbnails .slide:nth-child(7) {
  -webkit-transition-delay: 570ms;
  transition-delay: 570ms;
}
.home-slider-fullscreen-thumbnails.open .slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.home-widget-area {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  border-radius: 3px 0 0 3px;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  position: absolute;
  z-index: 15;
  top: 50%;
  right: 0;
  width: 400px;
  max-width: 80vw;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: transform 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-widget-area.open {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-widget-area.bl-hide {
  -webkit-transform: translate(120%, -50%);
  -ms-transform: translate(120%, -50%);
  -o-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
}
.home-widget-area #home-widget-area-btn {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  padding: 13px;
  display: block;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px 0 0 3px;
  text-decoration: none;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.no-touch .home-widget-area #home-widget-area-btn:hover::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.05);
}
.home-widget-area #home-widget-area-btn i {
  height: 20px;
  width: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
}
.home-widget-area .home-widget-inner .widget {
  margin-bottom: 1.25em;
}
/* Rev Slider Background
========================================== */
.black-label-rev-background-slider {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: #222222;
  z-index: -1;
}
/* Ken Burns Effect
========================================== */
.black-label-home-slider-fullscreen.ken-burns .slide .slide-image {
  -webkit-animation: ql_move 18s ease infinite alternate;
  -o-animation: ql_move 18s ease infinite alternate;
  animation: ql_move 18s ease infinite alternate;
}
.black-label-home-slider-fullscreen.ken-burns .slide .slide-image {
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.black-label-home-slider-fullscreen.ken-burns .slide:nth-child(2) .slide-image {
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.black-label-home-slider-fullscreen.ken-burns .slide:nth-child(3) .slide-image {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.black-label-home-slider-fullscreen.ken-burns .slide:nth-child(4) .slide-image {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.black-label-home-slider-fullscreen.ken-burns .slide:nth-child(5) .slide-image {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.black-label-home-slider-fullscreen.ken-burns .slide:nth-child(6) .slide-image {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.black-label-home-slider-fullscreen.ken-burns .slide:nth-child(6) .slide-image {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.black-label-home-slider-fullscreen.ken-burns .slide:nth-child(7) .slide-image {
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.black-label-home-slider-fullscreen.ken-burns .slide:nth-child(8) .slide-image {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.black-label-home-slider-fullscreen.ken-burns .slide:nth-child(9) .slide-image {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.black-label-home-slider-fullscreen.ken-burns .slide:nth-child(10) .slide-image {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.black-label-home-slider-fullscreen.ken-burns .slide:nth-child(11) .slide-image {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.black-label-home-slider-fullscreen.ken-burns .slide:nth-child(12) .slide-image {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
@-webkit-keyframes ql_move {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@-moz-keyframes ql_move {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@-o-keyframes ql_move {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes ql_move {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}
/*
==========================================
3. Portfolio
==========================================
*/
.portfolio-container {
  position: relative;
  margin-bottom: 3.125em;
  /* portfolio-item */
}
.portfolio-container .portfolio-item {
  width: 24%;
  padding-bottom: 16%;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0.5%;
  position: relative;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.no-touch .portfolio-container .portfolio-item:hover {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}
.portfolio-container .portfolio-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
}
.portfolio-container .portfolio-item .portfolio-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.88);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 200ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 200ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  border-radius: 3px;
  z-index: 2;
}
.portfolio-container .portfolio-item .portfolio-item-hover .portfolio-item-title {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
  margin-bottom: 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  -webkit-transform: translate(0, 45px);
  -ms-transform: translate(0, 45px);
  -o-transform: translate(0, 45px);
  transform: translate(0, 45px);
}
.portfolio-container .portfolio-item.landscape-big .portfolio-item-hover .portfolio-item-title {
  font-size: 26px;
  font-size: 1.625rem;
}
.no-touch .portfolio-container .portfolio-item:hover .portfolio-item-hover {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-touch .portfolio-container .portfolio-item:hover .portfolio-item-hover .portfolio-item-title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.portfolio-container .portfolio-item .portfolio-item-categories {
  padding-left: 0;
  list-style: none;
  position: absolute;
  top: 10%;
  right: 5%;
  margin: 0;
  text-align: right;
  opacity: 0;
  -webkit-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  transform: translate(0, -15px);
  -webkit-transition: opacity 300ms, transform 300ms;
  -o-transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.portfolio-container .portfolio-item .portfolio-item-categories li {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 10px;
}
.no-touch .portfolio-container .portfolio-item:hover .portfolio-item-categories {
  opacity: 0.7;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.portfolio-container .portfolio-item.landscape-big {
  width: 49%;
  padding-bottom: 33%;
}
.portfolio-container .portfolio-item.layout-portrait {
  width: 24%;
  padding-bottom: 33%;
}
.portfolio-container.portfolio-5-columns .portfolio-item {
  width: 19%;
  padding-bottom: 12.6%;
  margin: 0.5%;
}
.portfolio-container.portfolio-5-columns .portfolio-item .portfolio-item-hover .portfolio-item-title {
  font-size: 16px;
  font-size: 1rem;
}
.portfolio-container.portfolio-5-columns .landscape-big {
  width: 39%;
  padding-bottom: 26.2%;
}
.portfolio-container.portfolio-5-columns .landscape-big .portfolio-item-hover .portfolio-item-title {
  font-size: 20px;
  font-size: 1.25rem;
}
.portfolio-container.portfolio-5-columns .layout-portrait {
  width: 19%;
  padding-bottom: 26.2%;
}
.portfolio-container.portfolio-3-columns .portfolio-item {
  width: 31.8%;
  padding-bottom: 21.2%;
  margin: 0.7%;
}
.portfolio-container.portfolio-3-columns .landscape-big {
  width: 65%;
  padding-bottom: 43.3%;
}
.portfolio-container.portfolio-3-columns .layout-portrait {
  width: 31.8%;
  padding-bottom: 43.3%;
}
.portfolio-container.portfolio-2-columns .portfolio-item {
  width: 48.6%;
  padding-bottom: 32.4%;
  margin: 0.7%;
}
.portfolio-container.portfolio-2-columns .portfolio-item .portfolio-item-hover .portfolio-item-title {
  font-size: 26px;
  font-size: 1.625rem;
}
.portfolio-container.portfolio-2-columns .landscape-big {
  width: 48.6%;
  padding-bottom: 32.4%;
}
.portfolio-container.portfolio-2-columns .layout-portrait {
  width: 48.6%;
  padding-bottom: 66.2%;
}
/*
Filter
============================= */
.ql_filter {
  position: relative;
  margin-right: 20px;
}
.portfolio .ql_filter {
  margin-top: 5%;
}
.ql_filter ul {
  padding-left: 0;
  margin-bottom: 10px;
  list-style: none;
  text-align: right;
}
.ql_filter ul li {
  display: inline-block;
  margin: 5px 10px;
  font-size: 18px;
  font-size: 1.125rem;
}
.ql_filter ul li.active a {
  color: #FFF;
}
.ql_filter ul li a {
  color: #b3b3b3;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}
.ql_filter ul li a:hover {
  text-decoration: none;
  color: #FFF;
}
.ql_filter .ql_filter_count {
  position: absolute;
  width: 57px;
  height: 57px;
  right: 0;
  bottom: 10%;
}
.ql_filter .ql_filter_count .glaciar-count-svg {
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 35px;
  left: 69%;
  top: -401%;
  -webkit-transition: all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ql_filter .ql_filter_count .glaciar-count-svg path {
  stroke: #FFF;
  fill: none;
  stroke-width: 10;
  stroke-linecap: square;
}
.ql_filter .ql_filter_count.scrolled .glaciar-count-svg {
  width: 10px;
  top: 9%;
  left: 39%;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.ql_filter .ql_filter_count.scrolled .glaciar-count-svg path {
  stroke: #b3b3b3;
}
.ql_filter .ql_filter_count .current {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFF;
  text-align: center;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.ql_filter .ql_filter_count .total {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  color: #b3b3b3;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.home .ql_filter .ql_filter_count {
  visibility: hidden;
}
.home .ql_filter .ql_filter_count .current {
  opacity: 0;
}
.home .ql_filter .ql_filter_count .total {
  opacity: 0;
}
.home .ql_filter .ql_filter_count.scrolled .current,
.home .ql_filter .ql_filter_count.scrolled .total {
  opacity: 1;
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
/*
Portfolio Thirds
============================= */
.portfolio-thirds {
  /* portfolio-item */
}
.portfolio-thirds .portfolio-item,
.portfolio-thirds .portfolio-item.layout-portrait,
.portfolio-thirds .portfolio-item.landscape-big {
  width: 31%;
  height: auto;
  margin: 1%;
  padding-bottom: 0;
  border-radius: 3px;
}
.portfolio-thirds .portfolio-item img,
.portfolio-thirds .portfolio-item.layout-portrait img,
.portfolio-thirds .portfolio-item.landscape-big img {
  border-radius: 3px;
}
/*
Load More Button
============================= */
.portfolio-load-wrapper {
  text-align: center;
  margin: 3.125em 0;
}
.portfolio-load-wrapper .portfolio-load-more {
  display: inline-block;
  background-color: #222222;
  color: #fff;
  padding: 13px 37px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 500ms, background 200ms;
  -o-transition: box-shadow 500ms, background 200ms;
  transition: box-shadow 500ms, background 200ms;
  outline: 0;
  position: relative;
}
.no-touch .portfolio-load-wrapper .portfolio-load-more:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
  background-color: #1d1d1d;
}
.portfolio-load-wrapper .portfolio-load-more:active,
.portfolio-load-wrapper .portfolio-load-more:focus {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
}
.portfolio-load-wrapper .portfolio-load-more i {
  visibility: hidden;
  position: absolute;
  top: 35%;
  right: 0%;
  display: block;
  z-index: -1;
  -webkit-transition: opacity 200ms, right 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 200ms, right 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 200ms, right 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.portfolio-load-wrapper .portfolio-load-more.loading_items i {
  visibility: visible;
  right: -22%;
}
/*
Single Portfolio
============================= */
.portfolio-metadata {
  margin: 1.5625em 0;
}
.portfolio-metadata ul {
  padding-left: 0;
  list-style-type: none;
}
.portfolio-metadata ul .meta_categories a {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 24px;
  margin: 0 15px 15px 0;
  color: #fff;
}
.portfolio-metadata ul .meta_categories a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.single-portfolio-container {
  /* portfolio-item */
}
.single-portfolio-container .portfolio-item {
  position: relative;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.single-portfolio-container .portfolio-item .portfolio-item-title {
  position: absolute;
  left: 25px;
  right: auto;
  bottom: 0;
  margin-bottom: 0;
  color: #FFF;
  padding: 10px 18px;
  opacity: 1;
  z-index: 3;
  background-color: #fff;
  max-width: 76%;
  font-size: 17px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.single-portfolio-container .portfolio-item .wp-video {
  margin: 0 auto;
  width: 100% !important;
}
.single-portfolio-container .portfolio-item-portrait {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.single-portfolio-images {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  -webkit-transition: opacity 400ms, transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 400ms, transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 400ms, transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.single-portfolio-images .slide {
  width: 98vw;
  margin: 0 10px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  text-align: center;
}
.single-portfolio-images .slide.is-selected a::before {
  opacity: 0;
}
.single-portfolio-images .slide a {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.single-portfolio-images .slide img {
  border-radius: 3px;
  width: 780px;
}
.single-portfolio-images .slide .wp-video {
  margin: 0 auto;
  width: 780px !important;
}
.single-portfolio-images .slide.is-portrait img {
  width: 23vw;
}
.single-portfolio-images .slide .wp-video-shortcode {
  height: 500px !important;
}
.mejs-fullscreen .single-portfolio-images .slide .wp-video-shortcode {
  height: 100vh !important;
}
.single-portfolio-images .slide .wp-video-shortcode iframe {
  height: 500px !important;
}
.mejs-fullscreen .single-portfolio-images .slide .wp-video-shortcode iframe {
  height: 100vh !important;
}
.single-portfolio-images .slide video.wp-video-shortcode {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.single-portfolio-images .flickity-viewport {
  transition: height 0.2s;
}
.single-portfolio-images-thumbnails {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: opacity 400ms, transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 400ms, transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 400ms, transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.single-portfolio-images-thumbnails .slide {
  margin: 0 5px;
  height: 120px;
}
.single-portfolio-images-thumbnails .slide.is-video {
  width: 180px;
  background-color: #000;
}
.single-portfolio-images-thumbnails .slide.is-video::after {
  position: absolute;
  content: "\f04b";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 1.25rem;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: block;
  text-align: center;
  color: #fff;
}
.single-portfolio-images-thumbnails .slide.is-video.has-poster {
  width: auto;
}
.single-portfolio-images-thumbnails .slide.is-video img {
  opacity: 0.3;
}
.single-portfolio-images-thumbnails .slide::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  z-index: 2;
}
.single-portfolio-images-thumbnails .slide.is-selected::before,
.single-portfolio-images-thumbnails .slide:hover::before {
  opacity: 0;
}
.single-portfolio-images-thumbnails .slide img {
  height: 100%;
  width: auto;
  max-width: initial;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.single-portfolio-images-thumbnails .slide:nth-child(1) {
  margin-left: 0;
}
/*
==========================================
4. Blog & Pages
==========================================
*/
#main {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 400ms, transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 400ms, transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 400ms, transform 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*Page Content								*/
/*------------------------------------------*/
.page-content {
  margin-bottom: 4.375em;
}
/*Post Content								*/
/*------------------------------------------*/
.post-content {
  line-height: 24px;
}
/*Post Title 								*/
/*------------------------------------------*/
.post-title {
  margin-bottom: 0;
  margin-top: 0;
}
.post-title a {
  color: inherit;
  text-align: left;
}
/*Page Title 								*/
/*------------------------------------------*/
.page-title {
  margin-bottom: 0;
  margin-top: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  padding-right: 60px;
}
.post-title a {
  color: inherit;
}
.entry-header {
  position: relative;
  z-index: 4;
  margin: 2.8125em 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.page-header {
  border: none;
  padding-bottom: 0;
}
.show_bck {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  padding: 11px;
  display: inline-block;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none !important;
}
.no-touch .show_bck:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #fff;
}
.show_bck i {
  height: 20px;
  width: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
}
.show_bck i:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.show_bck.clicked i:nth-child(1) {
  opacity: 0;
}
.show_bck.clicked i:nth-child(2) {
  opacity: 1;
}
.show_background #main,
.show_background .single-portfolio-images,
.show_background .single-portfolio-images-thumbnails {
  -webkit-transform: translate(0, 90vh);
  -ms-transform: translate(0, 90vh);
  -o-transform: translate(0, 90vh);
  transform: translate(0, 90vh);
}
.show_background .black-label-home-slider-fullscreen::before,
.show_background #header,
.show_background .entry-header .page-title,
.show_background #main,
.show_background #footer,
.show_background .sub-footer,
.show_background .single-portfolio-images,
.show_background .single-portfolio-images-thumbnails {
  opacity: 0;
}
.show_background .entry-header {
  border-bottom-color: rgba(255, 255, 255, 0);
}
/*Post										*/
/*------------------------------------------*/
.blog #content.col-md-12 .post {
  width: 29%;
  display: inline-block;
  vertical-align: top;
  margin: 0 4% 4% 0;
}
.blog #content.col-md-12 .post .entry-header {
  margin: 0;
}
.blog #content.col-md-12 .post .entry-header .post-title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 0;
}
.blog #content.col-md-8 .post {
  display: block;
  margin-bottom: 6.25em;
}
.blog #content.col-md-8 .post .entry-header {
  margin: 0;
  border: none;
}
.blog #content.col-md-8 .post .entry-header .post-title {
  margin-bottom: 0;
}
.single article {
  margin-bottom: 3.75em;
  padding-bottom: 0;
}
/*Image Post								*/
/*------------------------------------------*/
.post-image {
  position: relative;
  margin-bottom: 10px;
}
.post-image a {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.post-image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity 200ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 200ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 200ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  z-index: 1;
  border-radius: 3px;
}
.post-image a::after {
  content: "\e915";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -170%);
  -ms-transform: translate(-50%, -170%);
  -o-transform: translate(-50%, -170%);
  transform: translate(-50%, -170%);
  font-family: 'black-label' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  width: 40px;
  height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 200ms, transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 200ms, transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 200ms, transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  z-index: 1;
}
.post-image a:hover::before,
.post-image a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.post-image a:hover::after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.post-image a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.post-image img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 300ms, transform 700ms;
  -o-transition: box-shadow 300ms, transform 700ms;
  transition: box-shadow 300ms, transform 700ms;
  border-radius: 3px;
}
.post-image:hover .post_date,
.post-image:hover .post-title_wrap {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*Metadata 									*/
/*------------------------------------------*/
.metadata {
  margin: 1.07142857em 0;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  display: block;
}
.single .metadata {
  margin: 1.25em 0;
}
.metadata ul {
  margin: 0;
  padding: 0;
}
.metadata ul li {
  list-style: none;
  line-height: 20px;
  vertical-align: middle;
  margin: 0;
  margin-right: 2.1875em;
  float: left;
  position: relative;
  color: #808080;
}
.metadata ul li strong {
  color: #b3b3b3;
  font-style: normal;
}
.metadata ul li i {
  margin-right: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  color: #808080;
  vertical-align: middle;
}
.metadata ul li a {
  text-decoration: none;
  color: #808080;
  vertical-align: middle;
}
.metadata ul li a:hover {
  text-decoration: underline;
  color: #FFF;
}
.metadata hr {
  margin: 0;
}
.updated:not(.published) {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/*Pagination															*/
/*----------------------------------------------------------------------*/
.pagination_wrap {
  text-align: center;
}
.pagination {
  margin: 2.1875rem 0;
}
.pagination a,
.pagination span {
  background-color: #000;
  color: #fff;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  float: left;
  line-height: 1.42857;
  margin-left: -2px;
  padding: 14px 24px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.pagination .current {
  background-color: #FFF;
  color: #000;
  z-index: 6 !important;
}
.pagination a:hover {
  background-color: #222222;
  color: #fff;
  cursor: pointer;
}
.pagination .next {
  z-index: 0;
}
.pagination .page-numbers:nth-child(2) {
  z-index: 5;
}
.pagination .page-numbers:nth-child(3) {
  z-index: 4;
}
.pagination .page-numbers:nth-child(4) {
  z-index: 3;
}
.pagination .page-numbers:nth-child(5) {
  z-index: 2;
}
.pagination li.active a {
  background-color: #FFF;
  color: #fff;
  border-color: #FFF;
}
.pagination li.active a:hover {
  background-color: #fff;
  color: #FFF;
  border-color: #FFF;
  cursor: pointer;
}
/*Single															*/
/*----------------------------------------------------------------------*/
.single .post .post-image {
  margin-bottom: 1.875em;
}
.single .post .post-image img {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.single .post .entry-header {
  margin-top: 0;
  margin-bottom: 0.625em;
  border: none;
  display: none;
}
.single .post .metadata {
  margin: 1.875em 0em;
}
/*
==========================================
5. Sidebar
==========================================
*/
#sidebar {
  position: relative;
  padding-left: 3.125em;
}
.animations-enable #sidebar .widget {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity 500ms 400ms, transform 500ms 400ms;
  -o-transition: opacity 500ms 400ms, transform 500ms 400ms;
  transition: opacity 500ms 400ms, transform 500ms 400ms;
}
.pace-done.animations-enable #sidebar .widget,
.no-js #sidebar .widget {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#sidebar .widget:nth-child(1) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#sidebar .widget:nth-child(2) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
#sidebar .widget:nth-child(3) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
#sidebar .widget:nth-child(4) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
#sidebar .widget:nth-child(5) {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
#sidebar .widget:nth-child(6) {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
#sidebar .widget:nth-child(7) {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
#sidebar .widget:nth-child(8) {
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
#sidebar .widget:nth-child(9) {
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}
#sidebar .widget:nth-child(10) {
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
#sidebar .widget:nth-child(11) {
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms;
}
#sidebar .widget:nth-child(12) {
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}
#sidebar .widget:nth-child(13) {
  -webkit-transition-delay: 2600ms;
  transition-delay: 2600ms;
}
#sidebar .widget:nth-child(14) {
  -webkit-transition-delay: 2800ms;
  transition-delay: 2800ms;
}
#sidebar .widget:nth-child(15) {
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms;
}
/*
Widgets
--------------------------------
*/
#sidebar .widget {
  margin-bottom: 4.28571429em;
  position: relative;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #e5e5e5;
}
#sidebar.col-md-pull-9 .widget {
  margin-right: 10px;
  margin-left: 0;
}
#sidebar .widget h4 {
  position: relative;
  margin-bottom: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
}
#sidebar .widget ul,
#sidebar .widget ol {
  margin-left: 0px;
  margin-bottom: 0;
  padding-left: 0;
}
#sidebar .widget .pagenav,
#sidebar .widget .linkcat {
  list-style: none;
}
#sidebar .widget ul li {
  list-style: none;
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
}
#sidebar .widget ul li:first-child {
  border-top: none;
}
#sidebar .widget ul li > a:hover {
  color: #FFF;
}
#sidebar .widget > ul li > a {
  color: #999999;
  padding: 0.63636364em 0;
  display: block;
  font-weight: normal;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sidebar .widget > ul li > a:hover {
  text-indent: 10px;
  text-decoration: none;
}
#sidebar .widget ul li ul {
  margin-left: 15px;
  margin-bottom: 0;
  margin-top: 0!important;
}
#sidebar .widget ul li ul {
  font-size: inherit;
}
#sidebar .widget ul li ul li:last-child {
  border-bottom: none;
}
#sidebar .widget ul li ul,
#sidebar .widget ul li ul li ul {
  display: none;
}
#sidebar .hasChildren {
  position: relative;
}
#sidebar .hasChildren i {
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 1.16666667em;
}
#sidebar select {
  margin-left: 5px;
  color: #eeeeee;
}
/*
Recent Comments Widget
--------------------------------
*/
#sidebar .widget_recent_comments ul#recentcomments {
  margin-top: 17px;
}
#sidebar .widget_recent_comments ul li {
  padding-left: 35px;
  margin-bottom: 20px;
  border: none;
  color: #999999;
  position: relative;
  display: block;
  width: 100%;
}
#sidebar .widget_recent_comments ul li::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: #b3b3b3;
  font-size: 14px;
}
#sidebar .widget_recent_comments ul li i {
  position: absolute;
  color: #b3b3b3;
  left: 0;
  top: 20%;
  font-size: 1.45454545em;
}
#sidebar .widget_recent_comments ul li a {
  display: inline;
  background: none;
  padding: 0;
}
#sidebar .widget_recent_comments ul li a:hover {
  color: #FFF;
  background: none;
}
/*
Recent Posts Widget
--------------------------------
*/
#sidebar .widget_recent_entries ul li {
  display: block;
  width: 100%;
}
/*
Tag Widget
--------------------------------
*/
#sidebar .widget_tag ul.wp-tag-cloud {
  margin-top: 20px;
}
#sidebar .widget_tag ul li {
  display: inline-block;
  margin: 0 0.90909091em 0.90909091em 0;
  float: left;
  border: none;
}
#sidebar .widget_tag ul li a {
  background-color: #b3b3b3;
  display: inline-block;
  padding: 3px 6px;
  color: #000000;
  font-weight: bold;
  border-radius: 3px;
  outline: none;
}
#sidebar .widget_tag ul li a:hover {
  color: #999999;
  text-decoration: none;
  background-color: #000000;
  text-indent: 0;
}
#sidebar .widget_tag ul li a:active {
  position: relative;
  top: 1px;
}
/*
Social Widget
--------------------------------
*/
#sidebar .widget #menu-social li {
  border-bottom: none;
}
/*
==========================================
6. Footer
==========================================
*/
/*
Footer
------------------------
*/
#footer {
  padding: 5em 0 0 0;
  color: #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
#footer .row {
  padding: 70px 0 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#footer p {
  padding-top: 10px;
  margin: 0;
}
#footer a {
  font-size: 14px;
  font-size: 0.875rem;
}
#footer h2,
#footer h3,
#footer h4 {
  color: #FFF;
}
#footer a:hover {
  text-decoration: underline;
}
#footer select {
  color: #eeeeee;
  margin-left: 5px;
}
#footer .widget {
  margin-bottom: 1.875rem;
}
#footer .widget h4 {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 1.25em;
}
#footer ul,
footer ol {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#footer ul li,
footer ol li {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin-right: 2%;
}
#footer ul li > a,
footer ol li > a {
  display: block;
  padding: 8px 0;
  color: inherit;
  -webkit-transition: text-indent 200ms;
  -o-transition: text-indent 200ms;
  transition: text-indent 200ms;
  position: relative;
}
#footer ul li > a:hover,
footer ol li > a:hover {
  text-decoration: none;
}
#footer ul li > a:after,
footer ol li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
#footer ul li > a:hover:after,
footer ol li > a:hover:after {
  width: 100%;
}
#footer .widget ul li:first-child {
  border-top: none;
}
#footer .widget ul li ul li:last-child {
  border: none;
}
#footer .widget ul li ul {
  margin-left: 30px;
  margin-bottom: 0;
  margin-top: 0!important;
}
#footer .widget ul li ul,
#sidebar .widget ul li ul li ul {
  display: none;
}
#footer .hasChildren {
  position: relative;
}
#footer .hasChildren i {
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 1.16666667em;
}
/*-----------Decoration SVG on Footer-----------------*/
.glaciar-footer-svg {
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 90px;
  right: 40px;
  bottom: -90%;
  -webkit-transition: all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 0.03;
  z-index: 2;
}
.glaciar-footer-svg path {
  stroke: #000;
  fill: none;
  stroke-width: 10;
  stroke-linecap: square;
}
/*-----------Contact Info Widget-----------------*/
#footer .widget_contact_info li {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
#footer .widget_contact_info li i {
  margin-right: 10px;
  text-align: center;
}
#footer .widget_contact_info li a {
  display: inline;
}
/*----------- Portfolio Widget -----------------*/
.widget_glaciar_portfolio .widget-portfolio-wrap .widget-portfolio-item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.widget_glaciar_portfolio .widget-portfolio-wrap .widget-portfolio-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.widget_glaciar_portfolio .widget-portfolio-wrap .widget-portfolio-item a:after {
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  content: " ";
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.widget_glaciar_portfolio .widget-portfolio-wrap .widget-portfolio-item a:hover:after {
  opacity: 1;
}
.widget_glaciar_portfolio .widget-portfolio-wrap .widget-portfolio-item a:before {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  display: block;
  z-index: 2;
  position: absolute;
  top: 40%;
  left: 50%;
  content: "\f067";
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget_glaciar_portfolio .widget-portfolio-wrap .widget-portfolio-item a:hover:before {
  top: 50%;
  opacity: 1;
}
/*-----------Recent & Popular Posts Widget-----------------*/
.widget_recent_posts ul li,
.widget_popular_posts ul li {
  margin-bottom: 0.6em;
  min-height: 55px;
}
.widget_recent_posts ul li .recent-post-img,
.widget_popular_posts ul li .recent-post-img {
  position: relative;
  float: left;
  margin-right: 10px;
}
.widget_recent_posts ul li .recent-post-img a,
.widget_popular_posts ul li .recent-post-img a {
  display: block;
}
.widget_recent_posts ul li .recent-post-img span,
.widget_popular_posts ul li .recent-post-img span {
  box-shadow: 0 0px 1px rgba(255, 255, 255, 0.7) inset;
  -moz-box-shadow: 0 0px 1px rgba(255, 255, 255, 0.7) inset;
  -webkit-box-shadow: 0 0px 1px rgba(255, 255, 255, 0.7) inset;
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  top: 1px;
  left: 1px;
}
.widget_recent_posts ul li h6,
.widget_popular_posts ul li h6 {
  font-weight: bold;
  font-size: 0.91666667em;
  line-height: 1.2em;
  margin-top: 0;
}
.widget_recent_posts ul li h6 a,
.widget_popular_posts ul li h6 a {
  color: #FFF;
}
.widget_recent_posts ul li h6 a:hover,
.widget_popular_posts ul li h6 a:hover {
  text-decoration: none;
  color: #d7d7d7;
}
.widget_recent_posts ul li time,
.widget_popular_posts ul li time {
  font-size: 0.95652174em;
  color: #999999;
}
/*-----------Social Widget-----------------*/
footer .social a {
  margin: 7px 7px 7px 0;
}
/*----------- Work Button Widget -----------------*/
.widget_glaciar_work_button {
  padding: 5% 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget_glaciar_work_button .widget_glaciar_work_title {
  font-size: 34px !important;
  font-size: 2.125rem !important;
  display: inline-block;
  text-transform: none !important;
  width: 50%;
  margin-right: 5%;
  margin-bottom: 0 !important;
}
/*
==========================================
Footer Top
==========================================
*/
.footer-top {
  overflow: hidden;
  width: 100%;
  margin-top: 5%;
}
.footer-top ul {
  padding-left: 0;
  margin: 0;
  display: block;
  height: 35px;
  width: 200%;
}
.footer-top ul li {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 86px 36px 86px;
  border-color: transparent transparent #f7f7f7 transparent;
  display: inline-block;
}
/*
==========================================
Subfooter
==========================================
*/
.sub-footer {
  background-color: transparent;
  padding: 0.625em 0;
  color: #999999;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  z-index: 3;
}
.sub-footer p {
  margin-bottom: 0;
  float: left;
  line-height: 35px;
}
.sub-footer a {
  color: #999999;
}
.sub-footer a:hover {
  color: inherit;
  text-decoration: underline;
}
/*
==========================================
Social Nav
==========================================
*/
.nav_social {
  position: relative;
  text-align: center;
  float: right;
}
.widget #menu-social {
  padding-left: 0;
  list-style: none;
}
.nav_social li,
.widget #menu-social li {
  text-align: center;
  position: relative;
  float: left;
  margin-left: 10px;
}
.nav_social li a,
.widget #menu-social li a {
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #b3b3b3;
  -webkit-transition: background 200ms;
  -o-transition: background 200ms;
  transition: background 200ms;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  border-radius: 3px;
}
.nav_social li a:hover,
.widget #menu-social li a:hover {
  color: #fff;
}
.nav_social li a::before,
.widget #menu-social li a::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: inherit;
  font-size: 18px;
  line-height: 1em;
  width: 18px;
  height: 18px;
  color: #fff;
  color: inherit;
  text-decoration: none!important;
}
.widget #menu-social li a {
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0 !important;
  vertical-align: middle;
  color: #FFF;
}
.widget #menu-social li a::before {
  font-size: 28px;
  font-size: 1.75rem;
  width: 28px;
  height: 28px;
}
.nav_social li a:hover::before,
.widget #menu-social li a:hover::before {
  color: #fff;
  -webkit-animation: social_icons_anim 500ms ease;
  -o-animation: social_icons_anim 500ms ease;
  animation: social_icons_anim 500ms ease;
}
@-webkit-keyframes social_icons_anim {
  0% {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes social_icons_anim {
  0% {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes social_icons_anim {
  0% {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes social_icons_anim {
  0% {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.nav_social li a[href*="facebook.com"]::before,
#menu-social li a[href*="facebook.com"]::before {
  content: "\f09a";
}
.nav_social li a[href*="facebook.com"]:hover,
#menu-social li a[href*="facebook.com"]:hover {
  background-color: #3B5998;
}
.nav_social li a[href*="twitter.com"]::before,
#menu-social li a[href*="twitter.com"]::before {
  content: "\f099";
}
.nav_social li a[href*="twitter.com"]:hover,
#menu-social li a[href*="twitter.com"]:hover {
  background-color: #33CCFF;
}
.nav_social li a[href*="dribbble.com"]::before,
#menu-social li a[href*="dribbble.com"]::before {
  content: "\f17d";
}
.nav_social li a[href*="dribbble.com"]:hover,
#menu-social li a[href*="dribbble.com"]:hover {
  background-color: #C5376D;
}
.nav_social li a[href*="instagram.com"]::before,
#menu-social li a[href*="instagram.com"]::before {
  content: "\f16d";
}
.nav_social li a[href*="instagram.com"]:hover,
#menu-social li a[href*="instagram.com"]:hover {
  background-color: #e33567;
}
.nav_social li a[href*="flickr.com"]::before,
#menu-social li a[href*="flickr.com"]::before {
  content: "\f16e";
}
.nav_social li a[href*="flickr.com"]:hover,
#menu-social li a[href*="flickr.com"]:hover {
  background-color: #FF0084;
}
.nav_social li a[href*="youtube.com"]::before,
#menu-social li a[href*="youtube.com"]::before {
  content: "\f167";
}
.nav_social li a[href*="youtube.com"]:hover,
#menu-social li a[href*="youtube.com"]:hover {
  background-color: #C1302A;
}
.nav_social li a[href*="github.com"]::before,
#menu-social li a[href*="github.com"]::before {
  content: "\f09b";
}
.nav_social li a[href*="github.com"]:hover,
#menu-social li a[href*="github.com"]:hover {
  background-color: #2f2f2f;
}
.nav_social li a[href*="vimeo.com"]::before,
#menu-social li a[href*="vimeo.com"]::before {
  content: "\f194";
}
.nav_social li a[href*="vimeo.com"]:hover,
#menu-social li a[href*="vimeo.com"]:hover {
  background-color: #1AB7EA;
}
.nav_social li a[href*="foursquare.com"]::before,
#menu-social li a[href*="foursquare.com"]::before {
  content: "\f180";
}
.nav_social li a[href*="foursquare.com"]:hover,
#menu-social li a[href*="foursquare.com"]:hover {
  background-color: #1DAFEC;
}
.nav_social li a[href*="skype.com"]::before,
#menu-social li a[href*="skype.com"]::before {
  content: "\f17e";
}
.nav_social li a[href*="skype.com"]:hover,
#menu-social li a[href*="skype.com"]:hover {
  background-color: #00AFF0;
}
.nav_social li a[href*="plus.google.com"]::before,
#menu-social li a[href*="plus.google.com"]::before {
  content: "\f0d5";
}
.nav_social li a[href*="plus.google.com"]:hover,
#menu-social li a[href*="plus.google.com"]:hover {
  background-color: #D5402B;
}
.nav_social li a[href*="tumblr.com"]::before,
#menu-social li a[href*="tumblr.com"]::before {
  content: "\f173";
}
.nav_social li a[href*="tumblr.com"]:hover,
#menu-social li a[href*="tumblr.com"]:hover {
  background-color: #343B4A;
}
.nav_social li a[href*="linkedin.com"]::before,
#menu-social li a[href*="linkedin.com"]::before {
  content: "\f0e1";
}
.nav_social li a[href*="linkedin.com"]:hover,
#menu-social li a[href*="linkedin.com"]:hover {
  background-color: #0073B2;
}
.nav_social li a[href*="pinterest.com"]::before,
#menu-social li a[href*="pinterest.com"]::before {
  content: "\f231";
}
.nav_social li a[href*="pinterest.com"]:hover,
#menu-social li a[href*="pinterest.com"]:hover {
  background-color: #CB2027;
}
.nav_social li a[href*="/feed/"]::before,
#menu-social li a[href*="/feed/"]::before {
  content: "\f09e";
}
.nav_social li a[href*="/feed/"]:hover,
#menu-social li a[href*="/feed/"]:hover {
  background-color: #FF6600;
}
.nav_social li a[href*="wordpress.com"]::before,
#menu-social li a[href*="wordpress.com"]::before {
  content: "\f19a";
}
.nav_social li a[href*="wordpress.com"]:hover,
#menu-social li a[href*="wordpress.com"]:hover {
  background-color: #21759b;
}
.nav_social li a[href*="wordpress.org"]::before,
#menu-social li a[href*="wordpress.org"]::before {
  content: "\f19a";
}
.nav_social li a[href*="wordpress.org"]:hover,
#menu-social li a[href*="wordpress.org"]:hover {
  background-color: #21759b;
}
.nav_social li a[href*="tripadvisor.com"]::before,
#menu-social li a[href*="tripadvisor.com"]::before {
  content: "\f262";
}
.nav_social li a[href*="tripadvisor.com"]:hover,
#menu-social li a[href*="tripadvisor.com"]:hover {
  background-color: #1d973c;
}
.nav_social li a[href*="yelp.com"]::before,
#menu-social li a[href*="yelp.com"]::before {
  content: "\f1e9";
}
.nav_social li a[href*="yelp.com"]:hover,
#menu-social li a[href*="yelp.com"]:hover {
  background-color: #db000b;
}
.nav_social li a[href*="tel:"]::before,
#menu-social li a[href*="tel:"]::before {
  content: "\f095";
}
.nav_social li a[href*="tel:"]:hover,
#menu-social li a[href*="tel:"]:hover {
  background-color: #0073e5;
}
.nav_social li a[href*="whatsapp:"]::before,
#menu-social li a[href*="whatsapp:"]::before {
  content: "\f232";
}
.nav_social li a[href*="whatsapp:"]:hover,
#menu-social li a[href*="whatsapp:"]:hover {
  background-color: #00c547;
}
.nav_social li a[href*="vk.com"]::before,
#menu-social li a[href*="vk.com"]::before {
  content: "\f189";
}
.nav_social li a[href*="vk.com"]:hover,
#menu-social li a[href*="vk.com"]:hover {
  background-color: #39739b;
}
.nav_social li a[href*="500px.com"]::before,
#menu-social li a[href*="500px.com"]::before {
  content: "\f26e";
}
.nav_social li a[href*="500px.com"]:hover,
#menu-social li a[href*="500px.com"]:hover {
  background-color: #0098e7;
}
.nav_social li a[href*="snapchat.com"]::before,
#menu-social li a[href*="napchat.com"]::before {
  content: "\f2ac";
}
.nav_social li a[href*="snapchat.com"]:hover,
#menu-social li a[href*="napchat.com"]:hover {
  background-color: #f4ed1d;
}
/*
==========================================
Footer Menu
==========================================
*/
#footer-menu {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-left: 20px;
  padding-left: 8px;
}
#footer-menu ul {
  padding: 0;
  margin: 0;
}
#footer-menu ul li {
  display: inline-block;
  line-height: 35px;
}
#footer-menu ul li a {
  padding: 8px 12px;
}
#footer-menu ul li a:hover {
  background-color: transparent;
}
/*
==========================================
Payments Options
==========================================
*/
.ql_payments_options ul {
  padding-left: 0;
  list-style: none;
  margin: 20px 0;
}
.ql_payments_options ul li {
  display: inline-block;
  color: #b3b3b3;
  font-size: 28px;
  font-size: 1.75rem;
  margin-left: 0.71428571em;
  line-height: 1em;
}
.ql_payments_options ul li:hover,
.ql_payments_options ul li i {
  cursor: default;
}
/*
==========================================
7. Comments
==========================================
*/
/*===========================================================================*/
/*Comments																	 */
/*===========================================================================*/
#comments {
  margin-bottom: 70px;
}
#comments h3 {
  margin-top: 0;
}
.comment-list {
  margin-left: 0;
  margin-top: 2.30769231em;
  padding: 0;
  list-style: none;
}
#comments .comment-list .comment {
  list-style: none;
  margin-bottom: 50px;
}
#comments .comment-list .comment.bypostauthor .comment-body {
  color: #FFF;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#comments .comment-list .comment .comment-body {
  margin-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
#comments .comment-meta {
  width: 20%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
}
#comments .comment-meta .comment-author .avatar {
  margin-right: 15px;
}
#comments .comment-meta .comment-author .fn {
  font-size: 14px;
  font-size: 0.875rem;
}
#comments .comment-meta .comment-author .fn .url {
  color: #808080;
}
#comments .comment-meta .comment-author .says {
  font-size: 11px;
  font-size: 0.6875rem;
}
#comments .comment-meta .comment-metadata {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 10px;
}
#comments .comment-meta .comment-metadata a {
  color: #b3b3b3;
}
#comments .comment-meta .comment-metadata .edit-link {
  display: block;
}
#comments .comment-meta .comment-metadata .edit-link a {
  color: #b3b3b3;
}
#comments .comment-content {
  width: 74%;
  display: inline-block;
  vertical-align: top;
}
#comments .comment-list .comment .comment-body .reply {
  text-align: right;
}
#comments .comment-list .comment .comment-body .reply .comment-reply-link {
  text-align-last: auto;
  padding: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999;
}
/*===========================================================================*/
/*Comments	Form															 */
/*===========================================================================*/
#respond {
  margin: 70px 0;
}
#respond h3 {
  margin-top: 0;
}
#respond .input-wrap {
  margin: 0px 15px 10px 0;
  display: inline-block;
  width: 31%;
}
#respond .input-wrap.textarea {
  float: none;
  width: 97%;
}
#respond .controls-wrap {
  position: relative;
}
#respond input {
  padding-left: 3.4375em;
  width: 100%;
  color: #FFF;
}
#respond input:focus {
  outline: none;
}
#respond .input label {
  margin-bottom: 5px;
  display: block;
}
#respond textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 1.42857143em;
  color: #FFF;
}
#respond textarea:focus {
  outline: none;
}
#respond .controls-wrap i {
  position: absolute;
  left: 1.42857143em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
}
#respond .form-actions {
  background-color: transparent;
  border: none;
  padding: 0;
}
#respond .form-submit {
  display: block;
  clear: both;
  margin-top: 1.25em;
}
#respond .form-submit #submit-respond {
  outline: none;
  width: auto;
  height: auto;
  display: inline-block;
  background-color: #222222;
  color: #fff;
  padding: 13px 37px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 500ms, background 200ms;
  -o-transition: box-shadow 500ms, background 200ms;
  transition: box-shadow 500ms, background 200ms;
  outline: 0;
}
.no-touch #respond .form-submit #submit-respond:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
  background-color: #1d1d1d;
}
#respond .form-submit #submit-respond:active,
#respond .form-submit #submit-respond:focus {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
}
/*
==========================================
8. WooCommerce
==========================================
*/
/* Header Button
=====================================================*/
.ql_cart-btn {
  background-color: transparent;
  border: none;
  color: #999999;
  position: relative;
  top: 3px;
  padding: 6px;
  margin: 0 1.875em 0 0.8125em;
  outline: none;
  display: inline-block;
  text-decoration: none;
}
.no-touch .ql_cart-btn:hover {
  color: #FFF;
  text-decoration: none;
}
.ql_cart-btn i {
  font-size: 21px;
  font-size: 1.3125rem;
}
.ql_cart-btn .count {
  position: absolute;
  top: -6px;
  left: 27px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.ql_cart-btn.cart-empty .black-label-icon-cart-full {
  display: none;
}
.ql_cart-btn.cart-empty .black-label-icon-cart {
  display: block;
}
.ql_cart-btn .black-label-icon-cart {
  display: none;
}
/*Shop
=====================================================*/
.ql_woocommerce_info {
  margin-bottom: 30px;
  line-height: 30px;
}
.ql_woocommerce_info .col-md-4 {
  text-align: right;
}
/* WooCommerce Categories Shop
----------------*/
.ql_woocommerce_categories ul {
  list-style: none;
  padding-left: 0;
  font-size: 0;
}
.ql_woocommerce_categories ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: border 150ms;
  -o-transition: border 150ms;
  transition: border 150ms;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
.ql_woocommerce_categories ul li.current,
.ql_woocommerce_categories ul li:hover {
  border-bottom-color: #FFF;
}
.ql_woocommerce_categories ul li a {
  padding: 0.625rem 1.125rem;
  display: block;
  color: #999999;
  -webkit-transition: color 150ms;
  -o-transition: color 150ms;
  transition: color 150ms;
  outline: 0;
  text-decoration: none;
}
.ql_woocommerce_categories ul li.current a {
  color: #FFF;
}
.ql_woocommerce_categories ul li a:hover {
  text-decoration: none;
  color: #FFF;
}
.ql_woocommerce_categories .ql_product_search {
  position: relative;
}
.ql_woocommerce_categories .ql_product_search i {
  color: #b3b3b3;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 0.9375rem;
  display: block;
  line-height: 51px;
  height: 51px;
}
.ql_woocommerce_categories .ql_product_search .woocommerce-product-search {
  position: absolute;
  top: 0;
  left: 0;
}
.ql_woocommerce_categories .ql_product_search .woocommerce-product-search label {
  display: none;
}
.ql_woocommerce_categories .ql_product_search .woocommerce-product-search #woocommerce-product-search-field,
.ql_woocommerce_categories .ql_product_search .woocommerce-product-search #woocommerce-product-search-field-0 {
  margin: 0;
  margin-left: 50px;
  height: 52px;
  border: none;
  width: 0;
  background-color: transparent;
  padding: 0;
  text-indent: 20px;
  border-radius: 0;
  border-bottom: 1px solid #FFF;
  -webkit-transition: width 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: width 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: width 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ql_woocommerce_categories .ql_product_search .woocommerce-product-search #woocommerce-product-search-field:focus,
.ql_woocommerce_categories .ql_product_search .woocommerce-product-search #woocommerce-product-search-field-0:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ql_woocommerce_categories .ql_product_search:hover .woocommerce-product-search #woocommerce-product-search-field,
.ql_woocommerce_categories .ql_product_search:hover .woocommerce-product-search #woocommerce-product-search-field-0 {
  width: 250px;
  border-bottom-color: #FFF;
}
.ql_woocommerce_categories .ql_product_search .woocommerce-product-search input[type="submit"],
.ql_woocommerce_categories .ql_product_search .woocommerce-product-search button[type="submit"] {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 51px;
  width: 51px;
  opacity: 0;
}
/* Sidebar Button
----------------*/
.sidebar_btn {
  margin-top: 0.625rem;
  margin-right: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #b3b3b3;
  display: inline-block;
  outline: 0!important;
  text-decoration: none!important;
  -webkit-transition: color 150ms;
  -o-transition: color 150ms;
  transition: color 150ms;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
.sidebar_btn:hover {
  color: #eeeeee;
}
.sidebar_btn.open {
  color: #4d4d4d;
}
.sidebar_btn i {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
#main .woocommerce-result-count {
  float: right;
  color: #b3b3b3;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 15px;
  margin-bottom: 10px!important;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin-left: 0!important;
  float: none;
  position: relative;
  margin-bottom: 0!important;
}
.woocommerce .woocommerce-ordering > ul li {
  border: none!important;
}
.woocommerce .woocommerce-ordering > ul li > a {
  color: #999999;
  padding: 0.63636364em 0;
  display: block;
  font-weight: normal;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.woocommerce .woocommerce-ordering ul li a {
  position: relative;
  padding-left: 20px!important;
}
.woocommerce .woocommerce-ordering ul li a:hover {
  text-decoration: none;
}
.woocommerce .woocommerce-ordering ul li a::before {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  color: #b3b3b3;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.woocommerce .woocommerce-ordering ul li a:hover::before {
  content: "";
}
.woocommerce .woocommerce-ordering ul li.active a {
  color: #4d4d4d !important;
}
.woocommerce .woocommerce-ordering ul li.active a::before {
  content: "";
  color: #4d4d4d !important;
}
.thumbnails_view {
  float: right;
  line-height: 35px;
  margin-right: 30px;
}
.thumbnails_view span {
  float: left;
  line-height: 30px;
  height: 30px;
  margin-right: 10px;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #b3b3b3;
}
.ql_regular_view {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}
.ql_regular_view i {
  background-color: #eeeeee;
  width: 6px;
  height: 6px;
  display: block;
  float: left;
  margin: 2px;
}
.ql_big_view {
  width: 32px;
  height: 32px;
  float: left;
  margin-top: -1px;
}
.ql_big_view i {
  background-color: #eeeeee;
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  margin: 3px;
}
.ql_regular_view:hover i,
.ql_big_view:hover i,
.ql_regular_view.active i,
.ql_big_view.active i {
  background-color: #999999;
}
.ql_regular_view:active,
.ql_big_view:active,
.ql_regular_view:focus,
.ql_big_view:focus {
  outline: 0;
}
.ql_regular_view:active,
.ql_big_view:active {
  position: relative;
  top: 1px;
}
/* Term Description
----------------*/
.term-description {
  display: block;
  clear: both;
  padding-top: 10px;
}
/*Product
----------------*/
.woocommerce .products {
  padding-left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.woocommerce .products.products_hide {
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  transform: translate(0, 40px);
  opacity: 0;
}
.woocommerce #main .products .product,
.woocommerce-page .products .product {
  width: 23%;
  display: inline-block;
  position: relative;
  float: none!important;
  letter-spacing: normal;
  vertical-align: top;
  word-spacing: normal;
  margin: 0.8%;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.woocommerce #main .products .product::before,
.woocommerce-page .products .product::before {
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
}
.woocommerce #main .products .product.product_added,
.woocommerce-page .products .product.product_added {
  height: 281px;
}
.woocommerce #main .products .product.product_added.ql_portrait,
.woocommerce-page .products .product.product_added.ql_portrait {
  height: 573px;
}
.woocommerce #main .products .product.product_added::before,
.woocommerce-page .products .product.product_added::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eeeeee;
  z-index: 1;
  opacity: 1;
}
.woocommerce #main .products .product.product_added::after,
.woocommerce-page .products .product.product_added::after {
  color: #808080;
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.woocommerce #main .products .product .product_text,
.woocommerce-page .products .product .product_text {
  padding: 20px;
  line-height: 1.4375em;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  position: relative;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 5;
  background-color: #fff;
  color: #808080;
}
.woocommerce #main .products .product .product_text .button,
.woocommerce-page .products .product .product_text .button {
  margin-top: 0;
}
.woocommerce #main .products .product .product_text .added_to_cart,
.woocommerce-page .products .product .product_text .added_to_cart {
  display: none;
}
.woocommerce #main .products .product:hover .product_text,
.woocommerce-page .products .product:hover .product_text {
  color: #fff;
  background-color: #000;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -25px);
  -ms-transform: translate(0, -25px);
  -o-transform: translate(0, -25px);
  transform: translate(0, -25px);
  border-radius: 3px;
}
.woocommerce #main .products .product:hover .product_text h3,
.woocommerce-page .products .product:hover .product_text h3,
.woocommerce #main .products .product:hover .product_text h2,
.woocommerce-page .products .product:hover .product_text h2 {
  opacity: 0;
}
.woocommerce #main .products .product:hover .product_text .price,
.woocommerce-page .products .product:hover .product_text .price {
  color: #fff;
}
.woocommerce #main .products .product:hover .product_text .button,
.woocommerce-page .products .product:hover .product_text .button {
  opacity: 1;
}
.woocommerce #main .products .product:hover .product_text:active,
.woocommerce-page .products .product:hover .product_text:active {
  top: 1px;
  position: relative;
}
.woocommerce #main .products .product:hover .product_text .out-of-stock,
.woocommerce-page .products .product:hover .product_text .out-of-stock {
  opacity: 1;
}
.woocommerce #main .products.layout-3-columns .product,
.woocommerce-page .products.layout-3-columns .product {
  width: 32.3%;
  margin: 0.4%;
}
.woocommerce #main .products.layout-2-columns .product,
.woocommerce-page .products.layout-2-columns .product {
  width: 48.9%;
  margin: 0.4%;
}
@media (min-width: 768px) and (max-width: 1269px) {
  .woocommerce #main .products .product,
  .woocommerce-page .products .product {
    width: 48%;
    margin: 0.8%;
  }
  .woocommerce #main .products .product.ql_portrait a img,
  .woocommerce-page .products .product.ql_portrait a img {
    margin-bottom: 3px;
  }
  .woocommerce #main .products.layout-3-columns .product,
  .woocommerce-page .products.layout-3-columns .product {
    width: 31.4%;
    margin: 0.8%;
  }
}
@media (max-width: 767px) {
  .woocommerce #main .products .product,
  .woocommerce-page .products .product {
    width: 100%!important;
    margin: 1.5% 0 1.5% 0 !important;
  }
}
/*Image
----------------*/
.woocommerce .products .product .product_thumbnail_wrap {
  position: relative;
  overflow: hidden;
  display: block;
}
.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
  outline: 0;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: -1px;
  border-radius: 3px 3px 0 0;
  z-index: 1;
}
.woocommerce .products .product .product_desc,
.woocommerce-page .products .product .product_desc {
  padding: 1.42857143em;
}
.woocommerce .products .product .product_second_img {
  position: absolute;
  -webkit-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
}
.woocommerce .products .product:hover .product_second_img {
  opacity: 1;
}
.product_category {
  text-transform: uppercase;
  color: #cccccc;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.woocommerce #main ul.products li.product h3,
.woocommerce-page #main ul.products li.product h3,
.woocommerce #main ul.products li.product h2,
.woocommerce-page #main ul.products li.product h2 {
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
  width: 68%;
  vertical-align: top;
  line-height: 20px;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product h3 a,
.woocommerce-page ul.products li.product h3 a,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h2 a,
.woocommerce-page ul.products li.product h2 a {
  color: inherit;
}
/*Sale
----------------*/
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0!important;
  padding: 4px!important;
  right: 0.71428571em;
  top: 0.71428571em;
  line-height: 1em;
  min-height: 20px!important;
}
/*Rating
----------------*/
.woocommerce .products .product .product_thumbnail_wrap .rating_wrap {
  position: absolute;
  bottom: 10px;
  left: -100%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  background-color: #fff;
  padding: 7px 7px 7px 10px;
  border-radius: 0 4px 4px 0;
  z-index: 3;
  display: none;
}
.woocommerce .products .product .product_thumbnail_wrap:hover .rating_wrap {
  left: 0;
}
.woocommerce .products .product .product_thumbnail_wrap .star-rating {
  margin-bottom: 0;
}
/*Price
----------------*/
.woocommerce #main .products .product .price,
.woocommerce-page .products .product .price {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  color: #000;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
  width: 30%;
  vertical-align: top;
  text-align: right;
  word-wrap: break-word;
}
.woocommerce #main .products .product .price ins,
.woocommerce-page .products .product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 2px;
}
/*Add to cart
----------------*/
.woocommerce .products .product .add_to_cart_button,
.woocommerce .products .product .product_type_external {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: none;
  width: 100%;
  padding: 0 20px;
  -webkit-transition: background 200ms, transform 200ms, opacity 200ms;
  -o-transition: background 200ms, transform 200ms, opacity 200ms;
  transition: background 200ms, transform 200ms, opacity 200ms;
  font-size: 14px;
  font-size: 0.875rem;
  outline: none;
  text-align: left;
  border-radius: 3px;
  background: transparent;
  opacity: 0;
}
.woocommerce .products .product .add_to_cart_button:hover,
.woocommerce .products .product .product_type_external:hover {
  background: transparent;
}
.woocommerce .products .product .add_to_cart_button i:nth-child(2),
.woocommerce .products .product .product_type_external i:nth-child(2) {
  display: none;
}
.woocommerce .products .product .add_to_cart_button.loading:before,
.woocommerce .products .product .product_type_external.loading:before {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 40%;
  left: 20px;
  color: #fff;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.woocommerce .products .product.outofstock .product_text .button {
  display: none;
}
.woocommerce .products .product .product_text .out-of-stock {
  font-size: 1rem;
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
  width: 68%;
  vertical-align: top;
  line-height: 20px;
  position: absolute;
  top: 20px;
  opacity: 0;
  color: #fff;
}
.woocommerce .products .product:hover .add_to_cart_wrap,
.woocommerce .products .product:hover .product_type_external {
  opacity: 1;
}
.woocommerce .products .product .add_to_cart_button:active,
.woocommerce .products .product:hover .product_type_external:active {
  outline: none;
}
.woocommerce .products .product .add_to_cart_button i,
.woocommerce .products .product:hover .product_type_external i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}
.woocommerce .products .product:hover .product_type_external i {
  font-size: 16px;
  font-size: 1rem;
}
.woocommerce .products .product .add_to_cart_button:hover i,
.woocommerce .products .product:hover .product_type_external:hover i {
  color: #fff;
}
.woocommerce .products .product .add_to_cart_button.added i:nth-child(1),
.woocommerce .products .product .add_to_cart_button.loading i:nth-child(1),
.woocommerce .products .product .add_to_cart_button.loading i:nth-child(2) {
  display: none;
}
.woocommerce .products .product .add_to_cart_button.added i:nth-child(2) {
  display: block;
}
.woocommerce .products .product .add_to_cart_button.added:after,
.woocommerce .products .product .add_to_cart_button.loading:after {
  display: none;
}
.woocommerce .products .product.outofstock .add_to_cart_wrap .button {
  display: none;
}
/*Added to cart
----------------*/
.woocommerce a.added_to_cart {
  margin: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}
.woocommerce a.added_to_cart:hover {
  background-color: #808080;
  border-color: #808080;
  color: #fff;
}
.woocommerce a.added_to_cart:active {
  top: 0;
  position: relative;
}
/*Pagination
----------------*/
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination,
.woocommerce #content nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination {
  padding: 15px;
  margin: 0 auto;
  width: 100%;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul {
  border-width: 2px 0 2px 2px;
  border-color: transparent;
  background-color: transparent;
  letter-spacing: none;
  padding-left: 0;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-width: 0;
  display: inline-block;
  position: relative;
  overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  line-height: 1.42857;
  margin-left: 0;
  padding: 14px 24px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: #222222;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #000;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 6 !important;
  background-color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  color: #000 !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #999999;
}
.woocommerce nav.woocommerce-pagination ul li:nth-child(2) {
  z-index: 5;
}
.woocommerce nav.woocommerce-pagination ul li:nth-child(3) {
  z-index: 4;
}
.woocommerce nav.woocommerce-pagination ul li:nth-child(4) {
  z-index: 3;
}
.woocommerce nav.woocommerce-pagination ul li:nth-child(5) {
  z-index: 2;
}
/*Load More
----------------*/
#ql_load_more {
  display: inline-block;
  background-color: #222222;
  color: #fff;
  padding: 13px 37px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 500ms, background 200ms;
  -o-transition: box-shadow 500ms, background 200ms;
  transition: box-shadow 500ms, background 200ms;
  outline: 0;
  position: relative;
  margin: 0 auto;
}
.no-touch #ql_load_more:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
  background-color: #1d1d1d;
}
#ql_load_more:active,
#ql_load_more:focus {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
}
#ql_load_more.loading_items::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222222;
  z-index: 1;
}
#ql_load_more .fa-cog {
  color: #999999;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 38%;
  left: 46%;
  z-index: 3;
  opacity: 0;
}
#ql_load_more.loading_items .fa-cog {
  opacity: 1;
}
/*Sidebar
=====================================================*/
#content #sidebar.woocommerce-sidebar {
  display: none;
}
#content #sidebar.woocommerce-sidebar .widget {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
#content #sidebar.woocommerce-sidebar.open .widget {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
/*Single Product
=====================================================*/
.single-product #content {
  margin-bottom: 40px;
}
/*Images
----------------*/
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}
.woocommerce #main .ql_main_image_column_wrap {
  padding-left: 0;
}
.woocommerce #main .ql_main_image_column {
  position: relative;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
}
.woocommerce #main .ql_main_image_column .ql_main_images a {
  display: block;
  width: 100%;
}
.woocommerce #main .ql_main_image_column .ql_main_images a img {
  width: 100%;
}
.woocommerce #main #content div.product div.thumbnails {
  padding-top: 0;
}
.woocommerce #main #content div.product div.thumbnails .woocommerce-product-gallery__image {
  width: 15%;
  float: none;
  display: inline-block;
  vertical-align: top;
  opacity: 0.6;
  margin-bottom: 10px;
  outline: 0;
  margin-right: 10px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: 150ms all ease;
  -o-transition: 150ms all ease;
  transition: 150ms all ease;
}
.woocommerce #main #content div.product div.thumbnails .woocommerce-product-gallery__image a {
  width: 100%;
  display: block;
  float: none;
}
.woocommerce #main #content div.product div.thumbnails .woocommerce-product-gallery__image.current,
.woocommerce #main #content div.product div.thumbnails .woocommerce-product-gallery__image:hover {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ql_main_images_btn {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  display: block;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 70px;
  opacity: 0.8;
  outline: 0!important;
  text-decoration: none!important;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -o-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  /* Chrome, Safari, Opera */
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.ql_main_images_btn:hover {
  opacity: 1;
}
.ql_main_images_btn:active {
  margin-top: -34px;
}
.ql_main_images_btn i {
  font-size: 40px;
  font-size: 2.5rem;
  color: #4d4d4d;
  line-height: 70px;
}
.ql_main_images_btn.ql_prev {
  left: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.ql_main_images_btn.ql_next {
  right: 0;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.ql_main_image_column:hover .ql_main_images_btn {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.woocommerce.single-product span.onsale {
  right: 0;
  left: auto;
  z-index: 10;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
  float: none;
}
.woocommerce .product .summary .summary-top {
  padding: 1.25rem 0;
}
.single-product #content > .woocommerce-breadcrumb {
  display: none;
}
.woocommerce .woocommerce-breadcrumb {
  color: #b3b3b3;
  margin-right: 15px;
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  float: left;
  width: 60%;
}
.single-product.woocommerce .woocommerce-breadcrumb {
  margin-left: 0;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #b3b3b3;
}
.woocommerce div.product .woocommerce-product-rating {
  color: #FFF;
  display: block;
  float: right;
  width: 35%;
  margin-bottom: 0;
  text-align: right;
}
.woocommerce .product .star-rating {
  float: right;
  display: block;
  margin-top: 0;
  color: #F6A43D;
}
.woocommerce .star-rating::before {
  color: #F6A43D;
}
.woocommerce div.product .woocommerce-product-rating a {
  color: #b3b3b3;
  font-size: 14px;
  font-size: 0.875rem;
}
.single-product.woocommerce div.product .woocommerce-product-rating a {
  display: none;
}
.woocommerce div.product .woocommerce-product-rating a:hover {
  color: #808080;
}
.single-product .product_category {
  font-size: 14px;
  font-size: 0.875rem;
}
.woocommerce .product .summary .entry {
  margin-bottom: 1.25rem;
}
.woocommerce .product .summary .entry .sharedaddy {
  display: none;
}
.woocommerce .product .summary .summary-bottom {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.woocommerce .product.outofstock .summary .summary-bottom {
  display: none;
  min-height: 85px;
}
.woocommerce .product .summary .summary-bottom .woocommerce-variation-add-to-cart .cart {
  margin-bottom: 0!important;
}
.woocommerce .product .summary .summary-bottom .stock {
  display: none;
}
.product_title {
  margin-bottom: 0.58823529em;
  font-size: 34px;
  font-size: 2.125rem;
}
.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce #main .price {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #FFF;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
.woocommerce #main .single_variation {
  margin-bottom: 0;
}
.woocommerce #main .single_variation_wrap .price {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.41666667em !important;
  color: #FFF;
}
.woocommerce-page #content div.product p.price del {
  font-size: 15px;
  font-size: 0.9375rem;
}
.woocommerce #main .product .entry-summary p {
  margin-bottom: 20px;
}
.woocommerce #main .variations_button:before,
.woocommerce #main .variations_button:after {
  content: " ";
  display: table;
}
.woocommerce #main .variations_button:after {
  clear: both;
}
.woocommerce #content .variations_button {
  display: inline-block;
}
.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
  float: left;
}
.woocommerce #main .single_add_to_cart_button {
  display: inline-block;
  background-color: #FFF;
  color: #000;
  padding: 13px 43px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 500ms, background 200ms;
  -o-transition: box-shadow 500ms, background 200ms;
  transition: box-shadow 500ms, background 200ms;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-left: 15px;
}
.no-touch .woocommerce #main .single_add_to_cart_button:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  color: #FFF;
  background-color: #000;
}
.woocommerce #main .single_add_to_cart_button:active,
.woocommerce #main .single_add_to_cart_button:focus {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
}
/*Product counter */
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
  height: 48px;
  border-color: #eeeeee;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0!important;
  color: #fff;
}
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
  background-image: none;
  text-shadow: none;
  height: 16px;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
  width: auto;
  display: inline-block;
  background-color: #222222;
  color: #fff;
  padding: 13px 37px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 500ms, background 200ms;
  -o-transition: box-shadow 500ms, background 200ms;
  transition: box-shadow 500ms, background 200ms;
  outline: 0;
}
.no-touch .woocommerce #review_form #respond .form-submit input:hover,
.no-touch .woocommerce-page #review_form #respond .form-submit input:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
  background-color: #1d1d1d;
}
.woocommerce #review_form #respond .form-submit input:active,
.woocommerce-page #review_form #respond .form-submit input:active,
.woocommerce #review_form #respond .form-submit input:focus,
.woocommerce-page #review_form #respond .form-submit input:focus {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
}
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-page #review_form #respond .form-submit input:hover {
  color: inherit;
}
#reviews #comments h2 {
  margin-bottom: 1.875rem;
}
.woocommerce span.onsale {
  line-height: 2.8em;
}
/*Variations
----------------*/
.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations label {
  color: #808080;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 4px;
}
.woocommerce .variations .label,
.woocommerce .variations .value {
  border: none !important;
}
.woocommerce .reset_variations {
  font-size: 12px;
  font-size: 0.75rem;
  color: #b3b3b3;
}
.ql_custom_variations .ql_custom_variation h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
}
.ql_custom_variations .ql_custom_variation ul {
  padding-left: 0;
  list-style: none;
}
.ql_custom_variations .ql_custom_variation ul li {
  display: inline-block;
  margin-right: 7px;
}
.ql_custom_variations .ql_custom_variation ul li a {
  display: inline-block;
  text-align: center;
  border: 2px solid #eeeeee;
  padding: 10px 12px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  color: #999999;
  min-width: 46px;
}
.ql_custom_variations .ql_custom_variation ul li a:hover,
.ql_custom_variations .ql_custom_variation ul li a.current {
  text-decoration: none;
  border-color: #808080;
}
.ql_custom_variations .ql_custom_variation .ql_color_variation li {
  margin-right: 20px;
}
.ql_custom_variations .ql_custom_variation .ql_color_variation li a {
  border: none;
  padding: 10px 8px;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 4px;
  outline: 0!important;
  -webkit-transition: background 200ms;
  -o-transition: background 200ms;
  transition: background 200ms;
}
.ql_custom_variations .ql_custom_variation .ql_color_variation li a:hover {
  color: #808080;
}
.ql_custom_variations .ql_custom_variation .ql_color_variation li a i {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: red;
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid transparent;
  opacity: 0.5;
  -webkit-transition: background 200ms;
  -o-transition: background 200ms;
  transition: background 200ms;
}
.ql_custom_variations .ql_custom_variation .ql_color_variation li a:hover i {
  opacity: 1;
}
.ql_custom_variations .ql_custom_variation .ql_color_variation li a i.ql_white {
  border-color: #b3b3b3;
}
.ql_custom_variations .ql_custom_variation .ql_color_variation li a.current {
  background-color: #f7f7f7;
}
.ql_custom_variations .ql_custom_variation .ql_color_variation li a.current i {
  opacity: 1;
}
/*Tabs
----------------*/
.woocommerce div.product .woocommerce-tabs {
  margin: 4.375rem auto 6.25rem;
  width: 70%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0!important;
  text-align: left;
  overflow: visible;
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  margin: 0 5px;
  -webkit-transition: 150ms all ease;
  -o-transition: 150ms all ease;
  transition: 150ms all ease;
  z-index: 1;
  background: transparent;
  opacity: 0.8;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'black-label' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 20px;
  font-size: 1.25rem;
  width: 20px;
  height: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab::before {
  content: "\e908";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab::before {
  content: "\e907";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  background: transparent!important;
  color: #b3b3b3;
  text-shadow: none!important;
  border: none!important;
  outline: 0!important;
  text-transform: uppercase;
  padding: 15px 20px 15px 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  color: #FFF;
  opacity: 1;
  border-bottom: 1px solid #FFF;
  margin-bottom: -1px;
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
  border: none!important;
  box-shadow: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
  border: none!important;
  box-shadow: none!important;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 3.75em;
  margin-bottom: 3.75em;
  position: relative;
  z-index: 2;
  background-color: transparent;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
}
.woocommerce table.shop_attributes th {
  vertical-align: middle !important;
}
/* Reviews
---------------------*/
.woocommerce #review_form_wrapper {
  margin-top: 30px;
}
.woocommerce #review_form #respond .form-submit {
  margin-bottom: 0;
}
.woocommerce #review_form #respond {
  padding: 30px;
}
.woocommerce #review_form #respond input {
  background-color: #fff;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  padding: 1em;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.woocommerce .entry-summary .thumbnails a:hover {
  opacity: 0.8;
}
#review_form input[type='text'] {
  padding-left: 12px;
}
.woocommerce #content div.product #reviews .description img {
  float: none;
}
/*Related Products
---------------------*/
.related.products {
  margin-top: 60px;
  overflow: visible;
  margin-bottom: 5em;
}
.woocommerce #main .products > h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 1.36363636em;
}
.woocommerce #main .products.related .product,
.woocommerce-page .products.related .product {
  width: 23.1% !important;
}
/* Up-Sell products (You may also like...)
---------------------*/
.woocommerce #main .products.upsells .product,
.woocommerce-page .products.upsells .product {
  width: 18%!important;
}
/*Cart Page
=====================================================*/
.woocommerce-cart #content form {
  display: inline-block;
  width: 68%;
}
.woocommerce-cart .cart {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
}
.woocommerce-cart .cart .cart_item {
  width: 31.5%;
  display: inline-block;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  margin: 10px 5px;
  position: relative;
}
.woocommerce-cart .cart .cart_item:hover {
  -webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
}
.woocommerce-cart .cart .cart_item.empty {
  padding-bottom: 0;
}
.woocommerce-cart .cart .cart_item a.remove {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 0;
  top: 10px;
  left: 10px;
  outline: 0;
  font-size: 0;
  z-index: 10;
  position: absolute;
}
.woocommerce-cart .cart .cart_item a.remove::before {
  font-size: 18px;
  font-size: 1.125rem;
  color: #b3b3b3;
  font-family: 'ecommerce';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e95a";
}
.woocommerce-cart .cart .cart_item a.remove:hover::before {
  color: red;
}
.woocommerce-cart .cart .cart_item .add_to_cart_wrap {
  display: none;
}
.woocommerce-cart .cart .cart_item .product_thumbnail_wrap {
  width: 100%;
  display: block;
}
.woocommerce-cart .cart .cart_item .product_thumbnail_wrap img {
  width: 100%;
}
.woocommerce-cart .cart .cart_item .product_text {
  padding: 15px;
  line-height: 14px;
  background-color: #fff;
  color: #808080;
}
.woocommerce-cart .cart .cart_item .product_text .product_text_left {
  width: 100%;
  display: block;
  vertical-align: top;
  margin-bottom: 10px;
}
.woocommerce-cart .cart .cart_item .product_text .product_text_right {
  width: 100%;
  display: block;
  vertical-align: top;
  text-align: right;
}
.woocommerce-cart .cart .cart_item .product_text h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
}
.woocommerce-cart .cart .cart_item .product_text h3 a {
  color: #808080 !important;
}
.woocommerce-cart .cart .cart_item .product_text .price {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  color: #000;
  float: none;
  margin-bottom: 0;
  display: inline-block;
  line-height: 25px;
  vertical-align: top;
  text-align: right;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
.woocommerce-cart .cart .cart_item .product_text .amount {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
}
.woocommerce-cart #content .cart .cart_item .product_text .quantity {
  float: none;
  display: inline-block;
  text-align: right;
}
.woocommerce-cart #content .cart .cart_item .product_text .quantity input.qty {
  height: 25px;
  width: 50px !important;
  border: none;
  margin-right: 0;
  text-align: center;
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0!important;
  color: #4d4d4d;
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce-cart .cart .cart_item .product_text .variation {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.woocommerce-cart .cart .cart_item .product_text .variation dt,
.woocommerce-cart .cart .cart_item .product_text .variation dd {
  display: inline-block;
  margin-left: 5px;
}
.woocommerce-cart .cart .cart_item .product_text .variation p {
  margin-bottom: 0;
}
.woocommerce-cart .actions {
  margin-bottom: 40px;
}
.woocommerce-cart .actions .coupon label {
  display: block;
}
.woocommerce-cart .actions .coupon {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.woocommerce-cart .actions .coupon #coupon_code {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
.woocommerce-cart .actions .coupon .button {
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
}
.woocommerce-cart .actions > .button {
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
  float: right;
}
.woocommerce-cart #content .cart-collaterals {
  display: inline-block;
  width: 27%;
  vertical-align: top;
  margin-left: 4%;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%!important;
  margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li h3 {
  display: block !important;
  width: 100% !important;
}
.woocommerce .cart-collaterals .cross-sells ul.products li .price {
  display: block;
  width: 100%;
}
.cart-collaterals .product_img .ql_up_span,
.cart-collaterals .product_img i,
.cart-collaterals .product_img .star-rating {
  display: none!important;
}
.woocommerce-cart table.cart img {
  width: 100px;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total {
  color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total th {
  border-top: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  height: 25px;
  font-size: 11px;
}
.woocommerce #content table.cart input,
.woocommerce table.cart input,
.woocommerce-page #content table.cart input,
.woocommerce-page table.cart input {
  width: auto;
  font-weight: normal;
}
.woocommerce-cart .actions input[type='submit'] {
  display: inline-block;
  background-color: #222222;
  color: #fff;
  padding: 13px 37px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 500ms, background 200ms;
  -o-transition: box-shadow 500ms, background 200ms;
  transition: box-shadow 500ms, background 200ms;
  outline: 0;
}
.no-touch .woocommerce-cart .actions input[type='submit']:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
  background-color: #1d1d1d;
}
.woocommerce-cart .actions input[type='submit']:active,
.woocommerce-cart .actions input[type='submit']:focus {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
}
.woocommerce-cart .actions input[type='submit']:hover {
  color: inherit;
}
.woocommerce-cart .products .product {
  width: 47%!important;
}
.woocommerce-cart a.remove {
  width: 25px;
  height: 25px;
  text-align: center;
  margin-right: 0;
  top: 17px;
  outline: 0;
  font-size: 0;
}
.woocommerce-cart a.remove:hover {
  background-color: transparent;
}
.woocommerce-cart a.remove::before {
  font-size: 20px;
  font-size: 1.25rem;
  color: #b3b3b3;
  font-family: 'ecommerce';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e95a";
}
.woocommerce-cart a.remove:hover::before {
  color: red;
}
.woocommerce td.product-name dl.variation {
  font-size: 14px;
  font-size: 0.875rem;
}
/*Cupon Row
---------------------*/
.woocommerce-cart table.cart td.actions {
  padding: 20px;
}
/*Cupon Input
---------------------*/
.woocommerce-cart table.cart td.actions .coupon .input-text {
  border-width: 2px;
  width: 150px!important;
}
/*Cupon Button
---------------------*/
.woocommerce-cart table.cart td.actions .coupon .button {
  background-color: #eeeeee;
  margin-left: 5px;
  font-weight: normal;
}
.woocommerce-cart table.cart td.actions .coupon .button:hover {
  background-color: #e2e2e2;
}
/*Checkout Button
---------------------*/
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #FFF;
  color: #000;
  padding: 13px 43px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 500ms, background 200ms;
  -o-transition: box-shadow 500ms, background 200ms;
  transition: box-shadow 500ms, background 200ms;
  width: auto;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: bold;
}
.no-touch .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  color: #FFF;
  background-color: #000;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
}
.shipping-calculator-button {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 130px;
  text-align: center;
  padding: 6px 3px;
  line-height: 13px;
  border: 2px solid #eeeeee;
  border-radius: 4px;
}
.shipping-calculator-button:hover {
  background-color: #eeeeee;
  text-decoration: none;
}
.cart-collaterals h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
/*Checkout Page
=====================================================*/
#customer_details {
  margin-bottom: 2.5em;
}
.checkout_coupon .button {
  margin-top: 0!important;
}
.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table .product-total {
  border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}
.woocommerce-checkout-review-order-table .order-total {
  background-color: #000;
  color: #fff;
}
.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .order-total th {
  border-top: none !important;
}
.woocommerce .checkout #shiptobilling label,
.woocommerce-page .checkout #shiptobilling label {
  font-size: 1em!important;
}
.woocommerce .checkout #shiptobilling label,
.woocommerce-page .checkout #shiptobilling label {
  padding-left: 0!important;
}
.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
  display: inline!important;
  height: 1em;
  width: auto;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address,
.woocommerce-page .checkout .col-2 h3#ship-to-different-address {
  font-size: 16px;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address label,
.woocommerce-page .checkout .col-2 h3#ship-to-different-address label {
  float: left;
}
.woocommerce .checkout .col-2 #ship-to-different-address-checkbox {
  height: 18px;
  float: left;
  width: auto;
  margin-top: 8px;
  margin-left: 10px;
}
.woocommerce table.shop_table td {
  padding: 10px 12px;
  border-top-color: rgba(255, 255, 255, 0.15) !important;
}
.woocommerce table.shop_table .cart-subtotal {
  background-color: #222222;
  color: #808080;
}
.woocommerce table.shop_table .cart-subtotal th,
.woocommerce table.shop_table .cart-subtotal td {
  border: none !important;
}
.select2-container .select2-choice {
  color: #999999;
  background-color: #111111;
  border-color: transparent !important;
  padding-top: 8px;
  padding-bottom: 8px;
}
.select2-drop {
  background-color: #000;
  color: #eeeeee;
}
.select2-drop .select2-results {
  background-color: #000;
}
.select2-results .select2-ajax-error,
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #000;
}
.select2-drop-active {
  border-color: transparent !important;
}
.woocommerce ul#shipping_method li input {
  height: 1em;
  margin-top: 0 !important;
  width: auto !important;
  display: inline-block;
}
/*Payments
---------------------*/
.woocommerce #payment,
.woocommerce-page #payment {
  background: transparent!important;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  padding: 10px;
  margin-bottom: 10px!important;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.woocommerce #payment ul.payment_methods li:last-child,
.woocommerce-page #payment ul.payment_methods li:last-child {
  margin-bottom: 0!important;
}
.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {
  float: left;
  margin-top: 3px!important;
}
.woocommerce #payment ul.payment_methods li label,
.woocommerce-page #payment ul.payment_methods li label {
  font-size: 1em!important;
}
.woocommerce #payment ul.payment_methods li .input-radio,
.woocommerce-page #payment ul.payment_methods li .input-radio {
  width: auto!important;
  height: 1em;
  margin-top: 9px!important;
}
.woocommerce #payment ul.payment_methods li.payment_method_paypal .input-radio,
.woocommerce-page #payment ul.payment_methods li.payment_method_paypal .input-radio {
  margin-top: 16px!important;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: #222222;
  color: #999999;
}
.woocommerce-checkout #payment div.payment_box::before {
  border-color: transparent transparent #222222;
}
.woocommerce-checkout #payment div.payment_box::after {
  border-color: transparent transparent #222222;
  top: -2px;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  margin-left: 10px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: auto!important;
}
.chzn-container .chzn-results {
  color: #3D3C3C;
}
.select2-container .select2-choice {
  border-width: 2px;
  border-color: #eeeeee;
}
.select2-drop-active {
  border-width: 2px;
  border-color: #eeeeee;
}
/*Place Order Button
---------------------*/
.woocommerce-checkout #payment div.form-row {
  padding-right: 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #FFF;
  color: #000;
  padding: 13px 43px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 500ms, background 200ms;
  -o-transition: box-shadow 500ms, background 200ms;
  transition: box-shadow 500ms, background 200ms;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.no-touch .woocommerce #payment #place_order:hover,
.no-touch .woocommerce-page #payment #place_order:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  color: #FFF;
  background-color: #000;
}
.woocommerce #payment #place_order:active,
.woocommerce-page #payment #place_order:active,
.woocommerce #payment #place_order:focus,
.woocommerce-page #payment #place_order:focus {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
}
/* =Tables
	-------------------------------------------------------------- */
.woocommerce table.shop_table {
  border-width: 2px;
  border-radius: 0;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  width: 75%;
}
.woocommerce #content table.cart td,
.woocommerce #content table.cart th,
.woocommerce table.cart td,
.woocommerce table.cart th,
.woocommerce-page #content table.cart td,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart td,
.woocommerce-page table.cart th {
  border-bottom: none;
}
.woocommerce table.shop_table .product-price {
  color: #999999;
}
/*Cart Widget
=====================================================*/
.ql_woo_cart_button_wrap {
  position: relative;
}
#ql_woo_cart {
  position: absolute;
  top: 100%;
  right: 0;
  width: 1340px;
  background-color: #000000;
  z-index: -10;
  padding: 30px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
  text-align: left;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 200ms, transform 200ms;
  -o-transition: opacity 200ms, transform 200ms;
  transition: opacity 200ms, transform 200ms;
}
.ql_cart_wrap:hover #ql_woo_cart {
  z-index: 20;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.woocommerce-cart #ql_woo_cart,
.woocommerce-checkout #ql_woo_cart {
  display: none;
}
.ql_woo_cart_button {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: transparent;
  border: none;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  right: 20px;
  top: 5rem;
  top: 8.5vh;
  outline: 0!important;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  display: none;
}
.ql_woo_cart_button:hover {
  color: #fff;
  background-color: #FFF;
}
.ql_header2 .ql_woo_cart_button {
  right: -20px;
}
.cart_show {
  display: block;
}
.ql_woo_cart_qty {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 18px;
  height: 18px;
  display: block;
  text-align: center;
  line-height: 17px;
  font-size: 11px;
  background: #fff;
  border-radius: 17px;
  color: #7a7a7a;
}
#ql_woo_cart .widget_shopping_cart .widgettitle {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
/* Close button */
.ql_woo_cart_close {
  position: absolute;
  left: -2.22222222em;
  top: 0;
  width: 2.22222222em;
  height: 2.22222222em;
  display: block;
  line-height: 2.22222222em;
  text-align: center;
  font-size: 18px;
  background-color: #FFF;
  color: #fff;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  outline: 0!important;
}
.ql_woo_cart_close:hover {
  background-color: #fff;
  color: #FFF;
}
#ql_woo_cart .owl-stage-outer {
  padding: 6px;
}
#ql_woo_cart .widget_shopping_cart_calc {
  margin-bottom: 10px;
}
#ql_woo_cart .buttons {
  text-align: right;
  display: inline-block;
  width: 59%;
  vertical-align: top;
  margin-bottom: 0;
}
#ql_woo_cart .buttons a {
  margin-left: 10px;
}
#ql_woo_cart .ql_carousel_btns {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
#ql_woo_cart .ql_carousel_btns a {
  font-size: 26px;
  font-size: 1.625rem;
  text-decoration: none;
  margin: 0 5px;
  outline: 0;
  position: relative;
  color: #808080;
}
#ql_woo_cart .ql_carousel_btns a:hover {
  color: #4d4d4d;
}
#ql_woo_cart .ql_carousel_btns a:active {
  top: 1px;
}
#ql_woo_cart ul.cart_list li {
  width: 96%;
  margin-bottom: 0;
  display: inline-block;
}
#ql_woo_cart ul.cart_list li.empty {
  padding-bottom: 0;
}
#ql_woo_cart ul.cart_list li a.remove {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 0;
  top: 5px;
  left: 5px;
  outline: 0;
  font-size: 0;
  z-index: 10;
}
#ql_woo_cart ul.cart_list li a.remove::before {
  font-size: 16px;
  font-size: 1rem;
  color: #b3b3b3;
  font-family: 'ecommerce';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e95a";
}
#ql_woo_cart ul.cart_list li a.remove:hover::before {
  color: red;
}
#ql_woo_cart ul.cart_list li .add_to_cart_wrap {
  display: none;
}
#ql_woo_cart ul.cart_list li .product_text {
  padding: 10px;
  line-height: 14px;
}
#ql_woo_cart ul.cart_list li .product_text h3 {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
  width: 68%;
  vertical-align: top;
}
#ql_woo_cart ul.cart_list li .product_text h3 a {
  color: #b3b3b3 !important;
}
#ql_woo_cart ul.cart_list li .product_text .price {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  color: #b3b3b3;
  margin-bottom: 0;
  display: inline-block;
  width: 30%;
  vertical-align: top;
  text-align: right;
}
#ql_woo_cart ul.cart_list li .product_text .amount {
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
}
#ql_woo_cart .widget_shopping_cart_content .total {
  text-align: right;
  color: #FFF;
  border-top: 2px solid #eeeeee;
  margin-bottom: 30px;
  margin-top: 5px;
  padding-top: 10px;
  font-weight: bold;
  position: relative;
}
#ql_woo_cart .widget_shopping_cart_content .total strong {
  font-weight: normal;
}
#ql_woo_cart .widget_shopping_cart_content .buttons {
  text-align: right;
  margin-bottom: 0;
}
#ql_woo_cart .widget_shopping_cart_content a.button {
  border: 2px solid #222222;
  padding: 8px 16px;
  border-radius: 3px;
  background-color: transparent;
  font-weight: bold;
  line-height: 1em;
  color: #808080;
  outline: 0;
  -webkit-transition: border 200ms, background-color 200ms;
  -o-transition: border 200ms, background-color 200ms;
  transition: border 200ms, background-color 200ms;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 10px;
}
#ql_woo_cart .widget_shopping_cart_content a.button:hover {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
  text-decoration: none;
}
#ql_woo_cart .widget_shopping_cart_content a.button:active {
  top: 1px;
  position: relative;
}
#ql_woo_cart .widget_shopping_cart_content a.button.checkout {
  border: 2px solid #FFF;
  padding: 8px 16px;
  border-radius: 3px;
  background-color: #FFF;
  font-weight: bold;
  color: #fff;
  outline: 0;
  -webkit-transition: border 200ms, background-color 200ms;
  -o-transition: border 200ms, background-color 200ms;
  transition: border 200ms, background-color 200ms;
}
#ql_woo_cart .widget_shopping_cart_content a.button.checkout:hover {
  background-color: transparent;
  color: #FFF;
  text-shadow: none;
}
#ql_woo_cart .widget_shopping_cart_content a.button.checkout:active {
  top: 1px;
  position: relative;
}
#ql_woo_cart ul.cart_list li .quantity {
  margin-top: 5px;
  float: right;
  font-size: 16px;
  font-size: 1rem;
}
.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
  color: #b3b3b3;
}
#ql_woo_cart .woocommerce ul.cart_list li dl,
#ql_woo_cart .woocommerce ul.product_list_widget li dl {
  border-left: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999999;
  margin-top: 3px;
  padding-left: 0;
  float: right;
}
#ql_woo_cart .woocommerce ul.cart_list li dl dd,
#ql_woo_cart .woocommerce ul.cart_list li dl p,
#ql_woo_cart .woocommerce ul.product_list_widget li dl p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #ql_woo_cart,
  .ql_cart_wrap:hover .ql_cart-btn::before,
  .ql_cart-btn i.ql-chevron-down {
    display: none;
  }
  .ql_cart_wrap:hover .ql_cart-btn i {
    opacity: 1;
  }
  .ql_cart_wrap:hover .ql_cart-btn {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/*List Widget
=====================================================*/
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding-bottom: 10px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  background-color: transparent!important;
  color: inherit!important;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 90px;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  font-size: 1.14285714em;
}
.widget.woocommerce ul li a:hover {
  text-indent: 0 !important;
}
/*Categories Widget
=====================================================*/
.widget_layered_nav ul li {
  width: 44%;
  display: inline-block;
  margin-right: 5%;
}
.widget_product_categories ul .cat-item {
  border-bottom: none !important;
}
.widget_product_categories > ul > .cat-item {
  width: 43%;
  margin-right: 5%;
  display: inline-block;
}
.widget_product_categories ul .cat-item a,
.widget_layered_nav ul li a {
  position: relative;
  padding-left: 20px!important;
}
.widget_product_categories ul .cat-item a::before,
.widget_layered_nav ul li a::before {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  color: #b3b3b3;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.widget_product_categories ul .cat-item a:hover::before,
.widget_layered_nav ul li a:hover::before {
  content: "";
}
.widget_product_categories ul .cat-item.current-cat a,
.widget_layered_nav ul li.chosen a {
  color: #4d4d4d !important;
}
.widget_product_categories ul .cat-item.current-cat a::before,
.widget_product_categories ul li.chosen a::before {
  content: "";
  color: #4d4d4d !important;
}
/*Filter Widget
=====================================================*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background: #eeeeee;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background: #fff;
  border: 3px solid #b3b3b3;
  top: -0.2em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  border: 2px solid #222222;
  padding: 8px 16px;
  border-radius: 3px;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  color: #808080;
  outline: 0;
  -webkit-transition: border 200ms, background-color 200ms;
  -o-transition: border 200ms, background-color 200ms;
  transition: border 200ms, background-color 200ms;
  display: block;
  float: none;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
  text-decoration: none;
}
.woocommerce .widget_price_filter .price_slider_amount .button:active {
  top: 1px;
  position: relative;
}
.woocommerce .widget_price_filter .price_label {
  color: #999999;
  margin-top: 5px;
  display: block;
  text-align: left;
}
/*Search Widget
=====================================================*/
#sidebar .woocommerce-product-search {
  position: relative;
}
#sidebar .woocommerce-product-search::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "";
  position: absolute;
  right: 10px;
  top: 8px;
  color: #b3b3b3;
  font-size: 14px;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.widget_product_search label {
  clear: both;
  width: 100%;
}
.widget_product_search .search-field {
  width: 100%;
  display: inline-block;
  padding-right: 30px;
}
.widget_product_search input[type="submit"] {
  width: 38%;
  display: none;
}
/*My Account
=====================================================*/
.woocommerce-account h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
.woocommerce-account h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.woocommerce .myaccount_user {
  border: 2px solid #eeeeee;
  padding: 25px;
  margin-bottom: 40px;
}
.woocommerce .myaccount_user a {
  text-decoration: underline;
}
.woocommerce .myaccount_address {
  margin-bottom: 1.875em;
}
.woocommerce-account .address .title {
  margin-bottom: 15px;
}
.woocommerce-account .address address {
  background-color: #f7f7f7;
  padding: 30px;
  display: inline-block;
}
.woocommerce .addresses .address,
.woocommerce .addresses .col-1,
.woocommerce .addresses .col-2 {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1.25em;
}
.woocommerce .addresses .address .title,
.woocommerce .addresses .col-1 .title,
.woocommerce .addresses .col-2 .title {
  margin-bottom: 0.9375em;
  margin-top: 0;
}
.woocommerce-account .edit {
  display: inline-block;
  background-color: #222222;
  color: #fff;
  padding: 13px 37px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 500ms, background 200ms;
  -o-transition: box-shadow 500ms, background 200ms;
  transition: box-shadow 500ms, background 200ms;
  outline: 0;
}
.no-touch .woocommerce-account .edit:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
  background-color: #1d1d1d;
}
.woocommerce-account .edit:active,
.woocommerce-account .edit:focus {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
}
.woocommerce table.my_account_orders {
  margin-bottom: 70px;
}
.woocommerce table.my_account_orders > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/* My Account Navigation
**********************************/
.woocommerce .woocommerce-MyAccount-navigation {
  width: 20%;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  padding: 9px 16px;
  display: block;
  background-color: #222222;
  border-radius: 3px;
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover {
  background-color: #2f2f2f;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
  background-color: #FFF;
  color: #000;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
/*Login / Register
=====================================================*/
.woocommerce-account .woocommerce form {
  border: 2px solid rgba(255, 255, 255, 0.15);
  padding: 2.5em;
  margin-bottom: 3.125em;
}
.woocommerce-account .woocommerce .login {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-right: 4%;
}
#customer_login {
  margin-top: 1.875em;
}
.woocommerce-account #customer_login .login {
  display: block;
  width: 100%;
}
.woocommerce-account .login label.inline {
  margin-left: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999;
}
.woocommerce-account .login label.inline input {
  height: auto;
  margin: 0;
}
.woocommerce-account .lost_password a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999999;
}
/*Edit Account
=====================================================*/
.woocommerce-account .woocommerce legend {
  margin-top: 50px;
}
.woocommerce-account .addresses .title .edit {
  padding: 5px 16px;
  font-size: 14px;
  font-size: 0.875rem;
}
/*View Order
=====================================================*/
.woocommerce-account .woocommerce header {
  margin-top: 50px;
}
.woocommerce ul.order_details {
  padding-left: 0;
  margin-bottom: 50px;
  background-color: #f7f7f7;
  padding: 1.25em;
}
/*Order Details
=====================================================*/
.order-info {
  margin-bottom: 2.5em;
}
.woocommerce table.order_details {
  width: 60%;
}
.woocommerce-view-order address,
.woocommerce-order-received address {
  background-color: #f7f7f7;
  padding: 30px;
  display: inline-block;
}
/*Global
=====================================================*/
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border-top: none!important;
  text-shadow: none!important;
  color: #fff !important;
  clear: both;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-error a:hover,
.woocommerce-info a:hover {
  color: #f2f2f2 !important;
}
.woocommerce-info {
  background-color: #3D9CD2 !important;
  border-left: 5px solid #2e90c7 !important;
}
.woocommerce-error {
  background-color: red!important;
  border-left: 5px solid #e60000 !important;
}
.woocommerce-message {
  background-color: #06a67e !important;
  border-left: 5px solid #006700 !important;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
  color: #fff;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  background-color: transparent!important;
  border: 2px solid #fff !important;
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover {
  background-color: #fff !important;
  border: 2px solid #fff !important;
  color: #808080 !important;
}
.woocommerce_btn {
  border: 2px solid #222222;
  padding: 8px 16px;
  border-radius: 3px;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  color: #808080;
  outline: 0;
  -webkit-transition: border 200ms, background-color 200ms;
  -o-transition: border 200ms, background-color 200ms;
  transition: border 200ms, background-color 200ms;
}
.woocommerce_btn:hover {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
  text-decoration: none;
}
.woocommerce_btn:active {
  top: 1px;
  position: relative;
}
.woocommerce_checkout_btn {
  border: 2px solid #FFF;
  padding: 8px 16px;
  border-radius: 3px;
  background-color: #FFF;
  font-weight: bold;
  color: #fff;
  outline: 0;
  -webkit-transition: border 200ms, background-color 200ms;
  -o-transition: border 200ms, background-color 200ms;
  transition: border 200ms, background-color 200ms;
}
.woocommerce_checkout_btn:hover {
  background-color: transparent;
  color: #FFF;
  text-shadow: none;
}
.woocommerce_checkout_btn:active {
  top: 1px;
  position: relative;
}
.woocommerce .button.checkout {
  border: 2px solid #FFF;
  padding: 8px 16px;
  border-radius: 3px;
  background-color: #FFF;
  font-weight: bold;
  color: #fff;
  outline: 0;
  -webkit-transition: border 200ms, background-color 200ms;
  -o-transition: border 200ms, background-color 200ms;
  transition: border 200ms, background-color 200ms;
}
.woocommerce .button.checkout:hover {
  background-color: transparent;
  color: #FFF;
  text-shadow: none;
}
.woocommerce .button.checkout:active {
  top: 1px;
  position: relative;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  width: auto;
  border: 2px solid #222222;
  padding: 8px 16px;
  border-radius: 3px;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  color: #808080;
  outline: 0;
  -webkit-transition: border 200ms, background-color 200ms;
  -o-transition: border 200ms, background-color 200ms;
  transition: border 200ms, background-color 200ms;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
  text-decoration: none;
}
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active {
  top: 1px;
  position: relative;
}
.woocommerce input[type="submit"] {
  margin-top: 15px;
}
.woocommerce select,
.woocommerce-page select {
  height: 24px!important;
  font-size: 13px!important;
}
.login input[type="submit"],
.login input[type="checkbox"] {
  width: auto;
}
.login .inline input {
  display: inline;
}
.woocommerce .star-rating {
  color: #FFF;
}
/*WooCommerce Widgets
=====================================================*/
#sidebar.woocommerce-sidebar .widget ul.product-categories li ul,
#sidebar.woocommerce-sidebar .widget ul.product-categories li ul li ul,
#footer .widget ul.product-categories li ul,
#footer .widget ul.product-categories li ul li ul {
  display: block;
}
.widget_product_categories ul .cat-item a::before,
.widget_layered_nav ul li a::before {
  text-decoration: none!important;
}
#footer .widget_product_categories ul .cat-item.current-cat a,
#footer .widget_layered_nav ul li.chosen a {
  color: #fff !important;
}
.widget .amount {
  font-size: 16px;
  font-size: 1rem;
  color: #4A90E2;
}
.widget .star-rating {
  font-size: 14px;
  font-size: 0.875rem;
  color: #F6A43D;
}
/* Layered Nav
---------------------*/
.widget_layered_nav ul li .count {
  display: none;
}
/* Products
---------------------*/
.widget_products ul li a {
  padding-bottom: 0!important;
}
/* Recent Reviews
---------------------*/
.widget_recent_reviews .reviewer {
  font-size: 12px;
  font-size: 0.75rem;
}
/* Top Rated Products
---------------------*/
.widget_top_rated_products .star-rating {
  font-size: 14px;
  font-size: 0.875rem;
}
/* Product Tags Clouds
---------------------*/
.widget_product_tag_cloud a {
  border: 1px solid #222222;
  border-radius: 20px;
  padding: 4px 8px;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
}
.widget_product_tag_cloud a:hover {
  background-color: #222222;
  text-decoration: none!important;
}
/* Search
---------------------*/
.widget_product_search input[type='submit'],
.widget_product_search input {
  margin: 0;
}
.widget_product_search input[type='submit'] {
  border: 2px solid #222222;
  padding: 8px 16px;
  border-radius: 3px;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  color: #808080;
  outline: 0;
  -webkit-transition: border 200ms, background-color 200ms;
  -o-transition: border 200ms, background-color 200ms;
  transition: border 200ms, background-color 200ms;
}
.widget_product_search input[type='submit']:hover {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
  text-decoration: none;
}
.widget_product_search input[type='submit']:active {
  top: 1px;
  position: relative;
}
.widget_product_search .screen-reader-text {
  display: none;
}
/* WooCommerce Shortcode Featured Products
---------------------*/
.woocommerce.columns-5 ul.products li.product {
  margin-right: 2%;
  width: 18%;
}
/* Search form in header
---------------------*/
.ql-search-btn {
  display: inline-block;
  color: #999999;
  outline: 0!important;
}
#ql_search_header {
  padding-top: 40px;
  width: 100%;
  position: absolute;
  text-align: center;
  -webkit-transition: transform 200ms;
  -o-transition: transform 200ms;
  transition: transform 200ms;
  top: -300px;
  z-index: 10;
}
.search_open #ql_search_header {
  -webkit-transform: translate(0, 300px);
  -ms-transform: translate(0, 300px);
  -o-transform: translate(0, 300px);
  transform: translate(0, 300px);
}
#ql_search_header .woocommerce-product-search {
  width: 40%;
  margin: 0 auto;
}
#ql_search_header .woocommerce-product-search .screen-reader-text {
  display: none;
}
#ql_search_header .woocommerce-product-search .search-field {
  width: 80%;
  display: inline-block;
  margin: 0;
}
#ql_search_header .woocommerce-product-search input[type='submit'] {
  width: 15%;
  display: inline-block;
  background-color: #808080;
  border-color: #808080;
  color: #fff;
  line-height: 16px;
  margin: 0;
}
#ql_search_header .woocommerce-product-search input[type='submit']:hover {
  background-color: transparent;
  border-color: #808080;
  color: #808080;
}
/* Sharing from Jetpack
---------------------*/
.single-product .summary-bottom div.sharedaddy h3.sd-title::before {
  border: none!important;
  margin: 0!important;
}
.single-product .summary-bottom div.sharedaddy h3.sd-title {
  display: none!important;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*
==========================================
9. Pace (Loading animation)
==========================================
*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #FFF;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 3px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #FFF;
  border-left-color: #FFF;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
==========================================
10. Animations
==========================================
*/
/*
Home
============================= */
.ql_animations.page-template-template-home .logo_container {
  opacity: 0;
  -webkit-transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translate(-40px, 0);
  -ms-transform: translate(-40px, 0);
  -o-transform: translate(-40px, 0);
  transform: translate(-40px, 0);
}
.pace-done.ql_animations.page-template-template-home .logo_container {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ql_animations.page-template-template-home #ql_nav_btn {
  opacity: 0;
  -webkit-transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  -o-transform: translate(0, -40px);
  transform: translate(0, -40px);
}
.pace-done.ql_animations.page-template-template-home #ql_nav_btn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ql_animations.page-template-template-home .black-label-controls ul li {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  -webkit-transform: translate(40px, 0);
  -ms-transform: translate(40px, 0);
  -o-transform: translate(40px, 0);
  transform: translate(40px, 0);
}
.pace-done.ql_animations.page-template-template-home .black-label-controls ul li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ql_animations.page-template-template-home .black-label-controls ul li:nth-child(0) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.ql_animations.page-template-template-home .black-label-controls ul li:nth-child(1) {
  -webkit-transition-delay: 470ms;
  transition-delay: 470ms;
}
.ql_animations.page-template-template-home .black-label-controls ul li:nth-child(2) {
  -webkit-transition-delay: 540ms;
  transition-delay: 540ms;
}
.ql_animations.page-template-template-home .black-label-controls ul li:nth-child(3) {
  -webkit-transition-delay: 610ms;
  transition-delay: 610ms;
}
.ql_animations.page-template-template-home .black-label-controls ul li:nth-child(4) {
  -webkit-transition-delay: 680ms;
  transition-delay: 680ms;
}
.ql_animations.page-template-template-home .black-label-controls ul li:nth-child(5) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.ql_animations.page-template-template-home #home-widget-area-btn {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  -webkit-transform: translate(110%, -50%);
  -ms-transform: translate(110%, -50%);
  -o-transform: translate(110%, -50%);
  transform: translate(110%, -50%);
}
.pace-done.ql_animations.page-template-template-home #home-widget-area-btn {
  opacity: 1;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
/*
==========================================
11. Shortcodes
==========================================
*/
/* Visual Composer - Team Member			*/
/*------------------------------------------*/
.glaciar_team_member {
  width: 100%;
  padding-bottom: 100%;
  display: inline-block;
  background-position: top center;
  background-size: cover;
  margin: 1.27%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.no-touch .glaciar_team_member:hover {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}
.glaciar_team_member .glaciar_team_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.88);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms, transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 200ms, transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 200ms, transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
.glaciar_team_member .glaciar_team_hover .glaciar_team_member_text {
  position: absolute;
  left: 19%;
  right: 10%;
  bottom: 10%;
  opacity: 0;
  -webkit-transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  -webkit-transform: translate(-45px, 0);
  -ms-transform: translate(-45px, 0);
  -o-transform: translate(-45px, 0);
  transform: translate(-45px, 0);
}
.glaciar_team_member .glaciar_team_hover .glaciar_team_member_name {
  margin-bottom: 10px;
  color: #fff;
}
.glaciar_team_member .glaciar_team_hover .glaciar_team_member_job {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 0;
}
.glaciar_team_member .glaciar_team_hover .horizontal-lines {
  position: absolute;
  right: 106%;
  top: 0;
  display: block;
  height: 20px;
}
.glaciar_team_member .glaciar_team_hover .glaciar_team_member_social_icons {
  position: absolute;
  top: 0;
  right: 0;
  width: 86%;
  margin: 7%;
  -webkit-transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-transform: translate(-45px, 0);
  -ms-transform: translate(-45px, 0);
  -o-transform: translate(-45px, 0);
  transform: translate(-45px, 0);
}
.glaciar_team_member .glaciar_team_hover .glaciar_team_member_social_icons ul {
  width: 100%;
  float: none;
  display: block;
  text-align: right;
}
.glaciar_team_member .glaciar_team_hover .glaciar_team_member_social_icons ul li {
  float: none;
  display: inline-block;
  margin-left: 3%;
}
.glaciar_team_member .glaciar_team_hover .glaciar_team_member_social_icons ul li a {
  background-color: transparent !important;
}
.glaciar_team_member .glaciar_team_hover .glaciar_team_member_social_icons ul li a::before {
  font-size: 160%;
  color: #fff;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
}
.no-touch .glaciar_team_member:hover .glaciar_team_hover {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.no-touch .glaciar_team_member:hover .glaciar_team_hover .glaciar_team_member_text,
.no-touch .glaciar_team_member:hover .glaciar_team_hover .glaciar_team_member_social_icons {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* FAQs										*/
/*------------------------------------------*/
.question {
  font-size: 22px;
  font-size: 1.375rem;
  color: #4d4d4d;
  margin-bottom: 0.75em;
  position: relative;
  padding-left: 2em;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  color: #FFF;
}
.question::before {
  position: absolute;
  list-style: none;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "";
  font-size: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #33a3e4;
}
.answer {
  margin-bottom: 2.8125em;
  padding-bottom: 2.8125em;
  position: relative;
  margin-left: 2.5em;
  border-bottom: 2px solid #f7f7f7;
}
/*
==========================================
12. Contact Page
==========================================
*/
.page-template-template-contact #content {
  position: relative;
}
.page-template-template-contact #content .entry-content {
  margin-bottom: 40px;
}
.glaciar-contact-form {
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 80px;
  width: 100%;
  margin-bottom: 50px;
}
.glaciar-contact-form.no-map {
  margin-bottom: 0;
}
.glaciar-contact-form .glaciar-contact-form-text {
  font-size: 24px;
  font-size: 1.5rem;
  color: #FFF;
  margin-bottom: 40px;
}
.glaciar-contact-form .contact-form div {
  margin-bottom: 40px;
}
.glaciar-contact-form input[type='text'],
.glaciar-contact-form input[type='email'],
.glaciar-contact-form textarea {
  width: 100% !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #222222;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
}
.glaciar-contact-form input[type='text']:focus,
.glaciar-contact-form input[type='email']:focus,
.glaciar-contact-form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #FFF;
}
.glaciar-contact-form textarea {
  height: 130px;
}
.glaciar-contact-form input[type='submit'] {
  display: inline-block;
  background-color: #FFF;
  color: #000;
  padding: 13px 43px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 500ms, background 200ms;
  -o-transition: box-shadow 500ms, background 200ms;
  transition: box-shadow 500ms, background 200ms;
  width: auto;
}
.no-touch .glaciar-contact-form input[type='submit']:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  color: #FFF;
  background-color: #000;
}
.glaciar-contact-form input[type='submit']:active,
.glaciar-contact-form input[type='submit']:focus {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
}
.glaciar-contact-form label {
  font-weight: normal !important;
}
.glaciar-contact-form .contact-form-submission {
  font-size: 14px;
  font-size: 0.875rem;
}
#map-section {
  position: relative;
  z-index: 1;
}
#map-section #map {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 460px;
  height: 32vw;
  border-radius: 5px 5px 0 0;
}
/*
==========================================
13. Gallery
==========================================
*/
/* Gallery Fullscreen													*/
/*----------------------------------------------------------------------*/
.page-template-template-gallery-fullscreen #main {
  position: initial;
  padding-top: 90vh;
}
.page-template-template-gallery-fullscreen .svg-square,
.page-template-template-gallery-fullscreen .svg-triangle,
.page-template-template-gallery-fullscreen .svg-circle {
  display: none;
}
/* Gallery Masonry													*/
/*----------------------------------------------------------------------*/
.gallery-masonry .portfolio-item {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
/*
==========================================
14. WordPress Default
==========================================
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky .post-inside {
  border: 3px solid #999999;
}
.sticky.has-post-thumbnail .post-inside {
  border-top: 0;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery {
  margin-bottom: 1.6em;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.password_p {
  margin-bottom: 40px;
}
.password_p input {
  background: #272727;
  border: none;
  width: 210px;
  height: 30px;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  color: #858585;
}
.password_p input:focus {
  background: #333333;
}
.password_p input[type="submit"] {
  display: inline-block;
  color: #7a7a7a;
  text-shadow: 0 1px 0 #000;
  margin-top: 0px;
  font-size: 13px;
  line-height: 20px;
  background: #3b3a3a;
  padding: 5px 7px;
  width: 70px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#main table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
#main table > thead > tr > th,
#main table > tbody > tr > th,
#main table > tfoot > tr > th,
#main table > thead > tr > td,
#main table > tbody > tr > td,
#main table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#main table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#main table > caption + thead > tr:first-child > th,
#main table > colgroup + thead > tr:first-child > th,
#main table > thead:first-child > tr:first-child > th,
#main table > caption + thead > tr:first-child > td,
#main table > colgroup + thead > tr:first-child > td,
#main table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#main table > tbody + tbody {
  border-top: 2px solid #ddd;
}
#main table .table {
  background-color: #000000;
}
/*------------------------------------------------------------
 Defaul Widgets
-------------------------------------------------------------- */
/* Archive List Widget
-------------------------------------- */
.widget_archive ul li a {
  display: inline-block !important;
}
.widget_archive ul li a:hover {
  background-color: transparent!important;
}
.widget select {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 100%;
}
/* Calendar Widget
-------------------------------------- */
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  color: #808080;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  border-bottom: none !important;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  background: #222222;
  border: 1px solid #000;
  text-align: center;
  padding: 8px;
  border-top-color: #000 !important;
}
#wp-calendar tbody td:hover {
  background: #000;
  color: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #next a {
  color: #999999;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
#wp-calendar tfoot #prev a {
  color: #999999;
}
#wp-calendar #today {
  font-weight: bold;
  color: #fff;
}
#footer #wp-calendar tbody td {
  background: #4d4d4d;
  border: 1px solid #222222;
}
#footer #wp-calendar tbody td:hover {
  background: #808080;
}
#footer #wp-calendar #today {
  color: #fff;
}
#footer #wp-calendar caption {
  color: #999999;
}
/* Categories Widget
-------------------------------------- */
.widget_categories ul li a {
  display: inline-block !important;
}
.widget_categories ul li a:hover {
  background-color: transparent!important;
}
/* Recent Comments Widget
-------------------------------------- */
.widget_recent_comments ul li {
  margin-bottom: 15px;
}
.comment-author-link {
  border-bottom: 1px dotted #eeeeee;
}
#footer .widget_recent_comments ul li {
  width: 100%;
  display: block;
  margin-right: 0;
}
#footer .comment-author-link {
  border-bottom: 1px dotted #999999;
}
/* Recent Entries Widget
-------------------------------------- */
.widget_recent_entries ul li a:hover {
  text-indent: 0!important;
  background-color: transparent!important;
  text-decoration: underline!important;
}
/* RSS Widget
-------------------------------------- */
.widget_rss ul li {
  margin-bottom: 15px;
}
.widget_rss .rsswidget {
  font-weight: bold;
}
.widget_rss .rssSummary {
  font-size: 12px;
  font-size: 0.75rem;
}
/* Search Widget
-------------------------------------- */
.widget_search {
  position: relative;
}
.widget_search #s {
  width: 100%;
  display: block;
  padding-right: 32px;
}
.widget_search #s:focus {
  border-color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget_search #searchsubmit {
  background: none;
  border: none;
  width: 17px;
  height: 17px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
  line-height: 0;
  box-shadow: none;
}
.widget_search i {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
  cursor: pointer;
  font-size: 1em;
  color: #999999;
}
.widget_search #searchform {
  position: relative;
}
/* Tag Cloud Widget
-------------------------------------- */
.widget_tag_cloud a {
  padding: 2px;
}
/* Nav Menu Widget
-------------------------------------- */
.widget_nav_menu .menu-navigation-container > ul {
  padding: 0;
  list-style: none;
}
.widget_nav_menu .menu-navigation-container > ul > li > a {
  font-weight: bold;
  padding: 5px 0;
  display: inline-block;
}
.widget_nav_menu .menu-navigation-container .sub-menu {
  padding-left: 20px;
}
/* Search Form
-------------------------------------- */
.search-form {
  position: relative;
}
.search-form label {
  display: block;
  position: relative;
}
.search-form label .screen-reader-text {
  display: none;
}
.search-form .search-field {
  width: 100%;
  position: relative;
  font-weight: normal;
  padding-right: 50px;
  padding-left: 30px;
  border-radius: 30px;
  background-color: #222222;
  -webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  color: #4d4d4d;
}
.search-form .search-field:focus {
  color: #fff;
}
.search-submit {
  background: none;
  border: none;
  width: 52px;
  height: 52px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  cursor: pointer;
  line-height: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.search-form label::before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #4d4d4d;
  font-size: 14px;
  z-index: 1;
}
.widget_search i {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  font-size: 1em;
  color: #4d4d4d;
}
#footer .search-form .search-field {
  background-color: transparent;
  border-color: #999999;
  color: #b3b3b3;
}
#footer .widget_search .search-field:focus {
  border-color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Post Navigation
-------------------------------------- */
.post-navigation {
  margin: 40px 0;
}
.post-navigation:before,
.post-navigation:after {
  content: " ";
  display: table;
}
.post-navigation:after {
  clear: both;
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
  margin-bottom: 1.25em;
  background-position: center;
  background-size: cover;
  background-color: #222222;
  position: relative;
  display: inline-block;
  width: 49%;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
}
.portfolio_layout_vertical .post-navigation .nav-next,
.portfolio_layout_vertical .post-navigation .nav-previous {
  width: 100%;
}
.post-navigation .nav-next::before,
.post-navigation .nav-previous::before {
  content: "";
  opacity: 0.9;
  background-color: #000000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.post-navigation .nav-next a,
.post-navigation .nav-previous a {
  padding: 18px 23px;
  background-color: #000;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 3px;
}
.post-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover {
  background-color: transparent;
}
.post-navigation .nav-next a:hover::before,
.post-navigation .nav-previous a:hover::before {
  background-color: #FFF;
  color: #000;
}
.post-navigation .nav-next a::before,
.post-navigation .nav-previous a::before {
  display: block;
  font-family: 'black-label' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #b3b3b3;
  font-size: 36px;
  z-index: 1;
  text-decoration: none;
  line-height: 84px;
  width: 84px;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
  border-radius: 3px;
}
.post-navigation .nav-next a span,
.post-navigation .nav-previous a span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999;
  display: block;
}
.post-navigation .nav-previous a {
  padding-left: 100px;
}
.post-navigation .nav-next a {
  padding-right: 100px;
  text-align: right;
}
.post-navigation .nav-previous a::before {
  content: "\e904";
  left: 0;
}
.post-navigation .nav-next a::before {
  content: "\e905";
  right: 0;
}
/* Nav Menu
-------------------------------------- */
.widget_nav_menu ul li {
  padding: 0!important;
}
.widget_nav_menu ul li a {
  display: block;
  padding: 10px 0!important;
}
/* Post Password Form
-------------------------------------- */
.post-password-form input[type='submit'] {
  display: inline-block;
  background-color: #222222;
  color: #fff;
  padding: 13px 37px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 500ms, background 200ms;
  -o-transition: box-shadow 500ms, background 200ms;
  transition: box-shadow 500ms, background 200ms;
  outline: 0;
  width: auto;
  clear: both;
  display: block;
}
.no-touch .post-password-form input[type='submit']:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
  background-color: #1d1d1d;
}
.post-password-form input[type='submit']:active,
.post-password-form input[type='submit']:focus {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
}
/*------------------------------------------------------------
404
-------------------------------------------------------------- */
.error-404 .page-header {
  text-align: center;
}
.error-404 .page-header .page-title {
  padding-bottom: 1.2195122em;
}
.error-404 .page-header i {
  font-size: 140px;
  font-size: 8.75rem;
  display: block;
  margin-bottom: 1.875rem;
  color: #fff;
  opacity: 0.3;
}
.error-404 .page-content {
  text-align: center;
}
.error-404 .page-content .search-form {
  width: 50%;
  margin: 0 auto;
}
.widgets-404 {
  margin-top: 50px;
}
.widgets-404 .col-md-3 {
  margin-bottom: 30px;
}
.widgets-404 .widget {
  text-align: left;
}
.widgets-404 .widget ul {
  list-style: none;
  padding-left: 0;
}
.widgets-404 .widget ul li {
  margin-bottom: 10px;
}
.widgets-404 .widget ul li a {
  color: inherit;
}
.widgets-404 .widget .widgettitle,
.widgets-404 .widget .widget-title {
  font-size: 24px;
  font-size: 1.5rem;
}
/*
==========================================
15. External Plugins
==========================================
*/
/*
// Contact Form 7
// ------------------
*/
.wpcf7 p {
  margin-bottom: 25px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  width: 50%;
}
.wpcf7 select {
  font-size: 14px;
  font-size: 0.875rem;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-right: 5px;
  margin-top: 0;
}
.wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
  line-height: 20px;
}
.wpcf7 textarea {
  width: 80%;
}
.wpcf7 input[type="submit"] {
  width: auto;
  border-color: #808080;
  -webkit-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
  padding: 6px 15px;
}
.wpcf7 input[type="submit"]:hover {
  background-color: #808080;
  color: #fff;
}
.wpcf7 input[disabled="disabled"] {
  opacity: 0.3;
}
.wpcf7-quiz {
  margin-bottom: 0;
}
.wpcf7-not-valid {
  border-color: red;
}
/*
// WP Instagram Widget
// ------------------
*/
.null-instagram-feed .instagram-pics li {
  width: 23% !important;
  margin-bottom: 2%;
}
.null-instagram-feed .instagram-pics li a {
  padding: 0 !important;
  opacity: 0.8;
  -webkit-transition: opacity 300ms !important;
  -o-transition: opacity 300ms !important;
  transition: opacity 300ms !important;
}
.null-instagram-feed .instagram-pics li a img {
  border-radius: 3px !important;
}
.null-instagram-feed .instagram-pics li a:hover {
  opacity: 1;
}
.null-instagram-feed .instagram-pics li a::after {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1269px) {
  .null-instagram-feed .instagram-pics li {
    width: 23% !important;
  }
}
@media (min-width: 1510px) {
  .null-instagram-feed .instagram-pics li {
    width: 23% !important;
  }
}
/*
// WPML
// ------------------
*/
.black_label_lenguage_switcher {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 14px 0;
  margin-left: 8px;
  border-radius: 3px;
  -webkit-transition: transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translate(-1101%, 0);
  -ms-transform: translate(-1101%, 0);
  -o-transform: translate(-1101%, 0);
  transform: translate(-1101%, 0);
  max-height: 68px;
}
#header.open .collapse_wrap .black_label_lenguage_switcher {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page-template-template-home .black_label_lenguage_switcher,
.page-template-template-gallery-fullscreen .black_label_lenguage_switcher {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .black_label_lenguage_switcher {
    top: -13px;
    right: 0;
  }
}
/*
==========================================
16. Global Styles
==========================================
*/
html {
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.icons-bck {
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* Section Title
-------------------------------------------------- */
.section-title {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 6.25rem;
  font-weight: bold;
}
.section-title::after {
  position: absolute;
  content: " ";
  display: block;
  height: 1px;
  border-top: 1px solid #FFF;
  width: 4.41176471em;
  left: 50%;
  bottom: -0.73529412em;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 0;
}
.section-title::before {
  content: "";
  position: absolute;
  bottom: -35px;
  border: 10px solid #fff;
  border-top: none;
  border-bottom: none;
  left: 50%;
  width: 21px;
  height: 20px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #FFF;
  z-index: 1;
}
.section-title.alt {
  text-align: left;
  margin-bottom: 4.375rem;
}
.section-title.alt::after {
  left: 0;
  bottom: -0.89285714em;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-title.alt::before {
  bottom: -35px;
  left: 53px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.style-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-size: 3rem;
}
.style-title span {
  font-family: "Dancing Script";
  text-transform: capitalize;
  color: #FFF;
  display: block;
  font-size: 50px;
  font-size: 3.125rem;
}
.preloader {
  background: #000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  display: block;
  z-index: 50;
  -webkit-transition: opacity 200ms ease-in-out, transform 900ms 400ms;
  -o-transition: opacity 200ms ease-in-out, transform 900ms 400ms;
  transition: opacity 200ms ease-in-out, transform 900ms 400ms;
  text-align: center;
  color: #b3b3b3 !important;
}
.preloader.proloader_hide,
.pace-done .preloader {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.preloader .sk-folding-cube {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.preloader .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.preloader .sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.preloader .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.preloader .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.preloader .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.preloader .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.preloader .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.preloader .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* Read More Button
-------------------------------------------------- */
.read-more {
  display: inline-block;
  background-color: #222222;
  color: #fff;
  padding: 13px 37px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 500ms, background 200ms;
  -o-transition: box-shadow 500ms, background 200ms;
  transition: box-shadow 500ms, background 200ms;
  outline: 0;
  clear: both;
  margin: 1.875em 0;
}
.no-touch .read-more:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
  background-color: #1d1d1d;
}
.read-more:active,
.read-more:focus {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
}
.ql_background {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
}
.ql_background_hover {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
}
.ql_background_hover:hover {
  -webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
}
/* Shadows
-------------------------------------------------- */
.ql_shadow {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.ql_shadow_w_hover {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.no-touch .ql_shadow_w_hover:hover {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}
/* Custom button
-------------------------------------------------- */
.ql_primary_btn {
  display: inline-block;
  background-color: #FFF;
  color: #000;
  padding: 13px 43px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 500ms, background 200ms;
  -o-transition: box-shadow 500ms, background 200ms;
  transition: box-shadow 500ms, background 200ms;
}
.no-touch .ql_primary_btn:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  color: #FFF;
  background-color: #000;
}
.ql_primary_btn:active,
.ql_primary_btn:focus {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
}
.ql_secundary_btn {
  display: inline-block;
  background-color: #222222;
  color: #fff;
  padding: 13px 37px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 500ms, background 200ms;
  -o-transition: box-shadow 500ms, background 200ms;
  transition: box-shadow 500ms, background 200ms;
  outline: 0;
}
.no-touch .ql_secundary_btn:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
  background-color: #1d1d1d;
}
.ql_secundary_btn:active,
.ql_secundary_btn:focus {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.25);
}
/*
Light Button
---------------------------------------*/
.light-btn {
  background-color: transparent;
  border: 2px solid #000;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  padding: 8px 24px;
  -webkit-transition: background 200ms, color 200ms;
  -o-transition: background 200ms, color 200ms;
  transition: background 200ms, color 200ms;
  letter-spacing: 0.7px;
}
.light-btn:hover {
  text-decoration: none;
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-shadow: none;
}
.light-btn:active {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  background-color: transparent;
  color: #000;
}
/* Make Space between sections											*/
/*----------------------------------------------------------------------*/
.clear_space {
  margin: 2.30769231em 0;
}
/* Decoration Lines                      */
/*----------------------------------------------------------------------*/
.glaciar-vertical {
  width: 35px;
}
.glaciar-vertical path {
  fill: none;
  stroke: #FFF;
  stroke-width: 10;
  stroke-linecap: square;
}
.glaciar_nav_active {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 20px;
  overflow: hidden;
  text-align: center;
  z-index: 1001;
}
.glaciar_nav_active .glaciar_nav_active_lines {
  height: 5px;
}
.glaciar_nav_active .glaciar_nav_active_lines polygon {
  fill: #999999;
}
.glaciar-horizontal {
  height: 20px;
  margin-bottom: 1.5625em;
}
.glaciar-horizontal path {
  fill: none;
  stroke: #eeeeee;
  stroke-width: 10;
  stroke-linecap: square;
}
/* Hover effect for thumbnails											*/
/*----------------------------------------------------------------------*/
.ql_thumbnail_hover {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.ql_thumbnail_hover:before {
  content: " ";
  display: block;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  opacity: 0;
  border-radius: 3px;
}
.ql_thumbnail_hover:hover:before {
  opacity: 1;
}
.ql_thumbnail_hover:after {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  display: block;
  z-index: 2;
  position: absolute;
  top: 45%;
  left: 50%;
  content: "+";
  color: #fff;
  font: bold 14px/1 FontAwesome;
  font-size: 62px;
  font-size: 3.875rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ql_thumbnail_hover:hover:after {
  top: 50%;
  opacity: 1;
}
.ql_thumbnail_hover img {
  -webkit-transition: transform 800ms;
  -o-transition: transform 800ms;
  transition: transform 800ms;
}
.ql_thumbnail_hover:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* Font size using REMs													*/
/*----------------------------------------------------------------------*/
/* Inputs																*/
/*----------------------------------------------------------------------*/
input,
textarea,
select {
  display: block;
  width: 100%;
  height: 52px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #808080;
  vertical-align: middle;
  background-image: none;
  border-radius: 4px;
  margin-bottom: 0.71428571em;
  border: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background-color: #111111;
  -webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.08), 0 15px 35px rgba(0, 0, 0, 0.13);
}
input:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #999;
}
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly],
fieldset[disabled] input,
fieldset[disabled] textarea,
fieldset[disabled] select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea input,
textarea textarea,
textarea select {
  height: auto;
}
input:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12), 0 13px 40px rgba(0, 0, 0, 0.17);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12), 0 13px 40px rgba(0, 0, 0, 0.17);
}
select {
  height: 42px;
}
textarea {
  min-height: 100px;
}
/*
==========================================
17. Responsive Styles
==========================================
*/
/*
	// Extra Small Breakpoint
	// ------------------
	*/
@media (max-width: 767px) {
  .pace {
    display: none;
  }
  /*
	Header
	==========================================
	*/
  #header {
    position: relative;
  }
  .logo_container {
    position: relative;
    float: none;
    margin-right: 0;
  }
  .slogan {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    text-align: center;
    margin: 15px 0;
  }
  .glaciar_nav_active {
    display: none;
  }
  #jqueryslidemenu {
    margin-bottom: 0;
    margin-top: 0;
    float: none;
    text-align: left;
    border-top: none;
  }
  #jqueryslidemenu #nav {
    border-top: none;
  }
  #jqueryslidemenu ul.nav > li {
    display: inline-block;
    width: 49%;
  }
  #jqueryslidemenu ul.nav > li > a {
    padding: 15px 18px;
  }
  #ql_nav_collapse.in {
    height: auto;
  }
  .navbar .open .dropdown-menu {
    display: block;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0 !important;
  }
  .dropdown-submenu > .dropdown-menu {
    left: 0;
    position: relative;
    padding-left: 20px;
  }
  .col-right {
    text-align: center;
  }
  #header .nav_social {
    line-height: 5px;
  }
  .nav_social li {
    float: none;
    display: inline-block;
  }
  /*1st sub level menu*/
  #ql-navigation .navbar-nav {
    margin: 0;
  }
  #jqueryslidemenu ul.nav > li > ul {
    position: relative;
    top: 0;
    padding: 0;
  }
  #jqueryslidemenu ul.nav > li > ul a {
    white-space: normal;
  }
  .dropdown:hover .dropdown-menu {
    display: none;
  }
  .dropdown.open:hover .dropdown-menu {
    display: block;
    width: 100%;
  }
  #jqueryslidemenu ul.nav > li > ul > li.menu-item-has-children {
    display: block;
    width: 100%;
    padding: 5px 20px;
  }
  #jqueryslidemenu ul.nav > li > ul > li.has-image {
    display: none;
  }
  .ql_cart-btn {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  /*
	Home Slider Fullscreen
	=========================================================
	*/
  .black-label-home-slider-fullscreen .slider-fullscreen-title {
    line-height: 22px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .black-label-home-slider-fullscreen .slider-fullscreen-title span {
    padding: 12px 20px 5px 20px;
  }
  .black-label-home-slider-fullscreen .slide .mejs-container .mejs-controls {
    display: block !important;
    bottom: 25%;
  }
  .black-label-home-slider-fullscreen .slide .mejs-container .mejs-controls .mejs-playpause-button {
    width: 100%;
  }
  .black-label-home-slider-fullscreen .slide .mejs-container .mejs-controls .mejs-playpause-button button {
    left: 50vw;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  .black-label-home-slider-fullscreen .slide .mejs-container .mejs-controls .mejs-time,
  .black-label-home-slider-fullscreen .slide .mejs-container .mejs-controls .mejs-time-rail,
  .black-label-home-slider-fullscreen .slide .mejs-container .mejs-controls .mejs-volume-button,
  .black-label-home-slider-fullscreen .slide .mejs-container .mejs-controls .mejs-fullscreen-button {
    display: none;
  }
  .black-label-home-slider-fullscreen .slide .mejs-container .ytp-pause-overlay {
    display: block !important;
  }
  .black-label-home-slider-fullscreen .slide .mejs-container video {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .black-label-home-slider-fullscreen .slide .me-plugin,
  .black-label-home-slider-fullscreen .slide .mejs-shim,
  .black-label-home-slider-fullscreen .slide .wp-video {
    width: 100vw !important;
    height: 100vh !important;
  }
  .black-label-home-slider-fullscreen .flickity-prev-next-button,
  .black-label-home-slider-fullscreen .flickity-page-dots {
    display: none;
  }
  .black-label-controls ul li.control-next,
  .black-label-controls ul li.control-prev {
    display: none;
  }
  .home-slider-fullscreen-thumbnails {
    width: 90vw;
    position: fixed;
  }
  .home-widget-area {
    position: fixed;
  }
  /*
	Portfolio
	==========================================
	*/
  .portfolio-container.portfolio-5-columns,
  .portfolio-container.portfolio-4-columns,
  .portfolio-container.portfolio-3-columns,
  .portfolio-container.portfolio-2-columns,
  .portfolio-container.portfolio-1-columns {
    /* portfolio-item */
  }
  .portfolio-container.portfolio-5-columns .portfolio-item,
  .portfolio-container.portfolio-4-columns .portfolio-item,
  .portfolio-container.portfolio-3-columns .portfolio-item,
  .portfolio-container.portfolio-2-columns .portfolio-item,
  .portfolio-container.portfolio-1-columns .portfolio-item {
    width: 47.5%;
    padding-bottom: 31.5%;
    margin: 1.27%;
  }
  .portfolio-container.portfolio-5-columns .portfolio-item .portfolio-item-hover .portfolio-item-title,
  .portfolio-container.portfolio-4-columns .portfolio-item .portfolio-item-hover .portfolio-item-title,
  .portfolio-container.portfolio-3-columns .portfolio-item .portfolio-item-hover .portfolio-item-title,
  .portfolio-container.portfolio-2-columns .portfolio-item .portfolio-item-hover .portfolio-item-title,
  .portfolio-container.portfolio-1-columns .portfolio-item .portfolio-item-hover .portfolio-item-title {
    font-size: 16px;
    font-size: 1rem;
  }
  .portfolio-container.portfolio-5-columns .portfolio-item .portfolio-item-categories,
  .portfolio-container.portfolio-4-columns .portfolio-item .portfolio-item-categories,
  .portfolio-container.portfolio-3-columns .portfolio-item .portfolio-item-categories,
  .portfolio-container.portfolio-2-columns .portfolio-item .portfolio-item-categories,
  .portfolio-container.portfolio-1-columns .portfolio-item .portfolio-item-categories {
    display: none;
  }
  .portfolio-container.portfolio-5-columns .portfolio-item.landscape-big,
  .portfolio-container.portfolio-4-columns .portfolio-item.landscape-big,
  .portfolio-container.portfolio-3-columns .portfolio-item.landscape-big,
  .portfolio-container.portfolio-2-columns .portfolio-item.landscape-big,
  .portfolio-container.portfolio-1-columns .portfolio-item.landscape-big {
    width: 97.46%;
    padding-bottom: 65%;
  }
  .portfolio-container.portfolio-5-columns .portfolio-item.layout-portrait,
  .portfolio-container.portfolio-4-columns .portfolio-item.layout-portrait,
  .portfolio-container.portfolio-3-columns .portfolio-item.layout-portrait,
  .portfolio-container.portfolio-2-columns .portfolio-item.layout-portrait,
  .portfolio-container.portfolio-1-columns .portfolio-item.layout-portrait {
    width: 47.5%;
    padding-bottom: 65%;
  }
  /*
	Portfolio Thirds
	============================= */
  .portfolio-thirds {
    /* portfolio-item */
  }
  .portfolio-thirds .portfolio-item {
    width: 48%;
    height: auto;
    margin: 1%;
    padding-bottom: 0;
  }
  /*
	Filter
	============================= */
  .ql_filter {
    margin-right: 0;
  }
  .ql_filter ul {
    text-align: left;
    margin-right: 70px;
  }
  .ql_filter ul li {
    display: inline-block;
    margin: 0 10px 5px 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .ql_filter .ql_filter_count .glaciar-count-svg path {
    stroke-width: 7;
  }
  .ql_filter .ql_filter_count .current {
    top: 5px;
    left: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
  .ql_filter .ql_filter_count .total {
    bottom: 5px;
    right: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
  .no-touch .portfolio .ql_filter ul li {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /*
	Load More Button
	============================= */
  .portfolio-load-wrapper {
    margin: 1.25em 0 2.5em 0;
  }
  /*
	Single Portfolio
	============================= */
  .single-portfolio-images .slide {
    width: 82vw;
  }
  .single-portfolio-images .slide img {
    width: 82vw;
  }
  .single-portfolio-images .slide.is-portrait img {
    width: 37vw;
  }
  .single-portfolio-images-thumbnails {
    display: none;
  }
  /*
	Content
	--------------------------------
	*/
  .metadata {
    display: block;
  }
  .metadata ul li {
    float: left;
  }
  /*Post										*/
  /*------------------------------------------*/
  .blog #content.col-md-12 .post,
  .blog #content.col-md-8 .post {
    width: 100%;
    display: block;
    margin: 0 0 5%;
  }
  .pagination {
    margin-top: 0;
    margin-bottom: 15%;
  }
  /*
	Shop
	============================= */
  .ql_woocommerce_categories .ql_product_search {
    display: block;
  }
  /*
	Shop Single
	============================= */
  .woocommerce div.product .woocommerce-tabs {
    width: 100%;
  }
  .woocommerce #main .products.related .product,
  .woocommerce-page .products.related .product {
    width: 100% !important;
  }
  /*
	Sidebar
	==========================================
	*/
  #sidebar {
    padding-left: 20px;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 100%;
  }
  /*
	Footer
	==========================================
	*/
  .sub-footer p {
    text-align: center;
    display: block;
    float: none;
  }
  #footer-menu {
    margin-left: 0;
    padding-left: 0;
  }
  .nav_social {
    float: none;
  }
  .nav_social li {
    margin: 0 5px;
  }
  .section-title {
    margin-bottom: 4rem;
  }
  /*
	Footer Top
	==========================================
	*/
  .footer-top ul {
    height: 17px;
  }
  .footer-top ul li {
    border-width: 0 21px 10px 21px;
  }
  /*----------- Work Button Widget -----------------*/
  .widget_glaciar_work_button {
    display: block;
  }
  .widget_glaciar_work_button .widget_glaciar_work_title {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    width: 100%;
    margin-right: 0;
  }
  .widget_glaciar_work_button .ql_primary_btn {
    margin-top: 7%;
  }
  /*
	Contact Page
	==========================================
	*/
  .glaciar-contact-form {
    padding: 40px;
  }
  #map-section #map {
    height: 460px;
    height: 38vw;
  }
}
/*
	// Small Breakpoint
	// ------------------
	*/
@media (min-width: 768px) and (max-width: 1269px) {
  .container {
    width: 98%;
  }
  /*
	Header
	==========================================
	*/
  .logo_container,
  #jqueryslidemenu {
    text-align: center;
  }
  #header .ql-svg:nth-child(10),
  #header .ql-svg:nth-child(11),
  #header .ql-svg:nth-child(12) {
    display: none;
  }
  .pace-done #header .ql-svg:nth-child(0) {
    left: 0%;
  }
  .pace-done #header .ql-svg:nth-child(1) {
    left: 10%;
  }
  .pace-done #header .ql-svg:nth-child(2) {
    left: 20%;
  }
  .pace-done #header .ql-svg:nth-child(3) {
    left: 30%;
  }
  .pace-done #header .ql-svg:nth-child(4) {
    left: 40%;
  }
  .pace-done #header .ql-svg:nth-child(5) {
    left: 50%;
  }
  .pace-done #header .ql-svg:nth-child(6) {
    left: 60%;
  }
  .pace-done #header .ql-svg:nth-child(7) {
    left: 70%;
  }
  .pace-done #header .ql-svg:nth-child(8) {
    left: 80%;
  }
  .pace-done #header .ql-svg:nth-child(9) {
    left: 90%;
  }
  .pace-done #header .ql-svg:nth-child(10) {
    left: 100%;
  }
  .pace-done #header .ql-svg:nth-child(11) {
    left: 110%;
  }
  .pace-done #header .ql-svg:nth-child(12) {
    left: 120%;
  }
  #header #ql_nav_collapse {
    text-align: center;
  }
  /*
	Portfolio
	==========================================
	*/
  .portfolio-container {
    /* portfolio-item */
  }
  .portfolio-container .portfolio-item {
    width: 30.7%;
    padding-bottom: 20.5%;
    margin: 1.27%;
  }
  .portfolio-container .portfolio-item.landscape-big {
    width: 63.9%;
    padding-bottom: 43.4%;
  }
  .portfolio-container .portfolio-item.layout-portrait {
    width: 30.7%;
    padding-bottom: 43.6%;
  }
  .portfolio-container.portfolio-5-columns .portfolio-item {
    width: 19%;
    padding-bottom: 12.6%;
    margin: 0.5%;
  }
  .portfolio-container.portfolio-5-columns .landscape-big {
    width: 39%;
    padding-bottom: 26.2%;
  }
  .portfolio-container.portfolio-5-columns .layout-portrait {
    width: 19%;
    padding-bottom: 26.2%;
  }
  .portfolio-container.portfolio-3-columns .portfolio-item {
    width: 31.8%;
    padding-bottom: 21.2%;
    margin: 0.7%;
  }
  .portfolio-container.portfolio-3-columns .landscape-big {
    width: 65%;
    padding-bottom: 43.3%;
  }
  .portfolio-container.portfolio-3-columns .layout-portrait {
    width: 31.8%;
    padding-bottom: 43.7%;
  }
  .portfolio-container.portfolio-2-columns .portfolio-item {
    width: 48.6%;
    padding-bottom: 32.4%;
    margin: 0.7%;
  }
  .portfolio-container.portfolio-2-columns .portfolio-item .portfolio-item-hover .portfolio-item-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .portfolio-container.portfolio-2-columns .landscape-big {
    width: 48.6%;
    padding-bottom: 32.4%;
  }
  .portfolio-container.portfolio-2-columns .layout-portrait {
    width: 48.6%;
    padding-bottom: 66.4%;
  }
  /*
	Portfolio Thirds
	============================= */
  .portfolio-thirds {
    /* portfolio-item */
  }
  .portfolio-thirds .portfolio-item {
    width: 31%;
    height: auto;
    margin: 1%;
    padding-bottom: 0;
  }
  /*
	Single Portfolio
	--------------------------------
	*/
  .single-portfolio-images .slide img {
    width: 91vw;
  }
  .single-portfolio-images .slide.is-portrait img {
    width: 37vw;
  }
  /*
	Content
	==========================================
	*/
  .metadata ul li {
    float: left;
  }
  /*Post										*/
  /*------------------------------------------*/
  .blog #content.col-md-12 .post {
    width: 45%;
  }
  .blog #content.col-md-8 .post {
    width: 45%;
    margin: 0 4% 4% 0;
  }
  /*
	Sidebar
	==========================================
	*/
  #sidebar {
    padding-left: 20px;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 46%;
  }
  /*
	==========================================
	Footer Top
	==========================================
	*/
  .footer-top ul {
    height: 17px;
  }
  .footer-top ul li {
    border-width: 0 43px 18px 43px;
  }
  /*----------- Work Button Widget -----------------*/
  .widget_glaciar_work_button {
    display: block;
  }
  .widget_glaciar_work_button .widget_glaciar_work_title {
    width: 100%;
    margin-right: 0;
  }
  .widget_glaciar_work_button .ql_primary_btn {
    margin-top: 7%;
  }
}
/*
	// Medium Breakpoint
	// ------------------
	*/
@media (min-width: 1270px) and (max-width: 1509px) {
  /*
	Header
	--------------------------------
	*/
  .ql_nav_btn {
    top: 45px;
  }
  /*
	Content
	========================================== 
	*/
  .content_background {
    padding: 40px;
  }
  /*
	Sidebar
	========================================== 
	*/
  #sidebar .widget {
    padding: 0;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 47%;
  }
}
/*
	// Extra Larga Breakpoint
	// ------------------
	*/
@media (min-width: 1510px) {
  /*
	Single Portfolio
	--------------------------------
	*/
  .single-portfolio-images .slide img {
    width: 953px;
  }
  .single-portfolio-images .slide .wp-video {
    margin: 0 auto;
    width: 953px !important;
  }
  /*
	Gallery Section
	--------------------------------
	*/
  .gallery-section .gallery-content {
    width: 40%;
    left: 5%;
  }
}
/*
==========================================
LESS Variables and Mixins
==========================================
*/
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #000000;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
