/* --------------------------------------------------------------------
* Template Master Stylesheet
* 
* Template:		Waldo - Responsive HTML5 Portfolio Website Template
* Author:		Themetorium
* URL:			http://themetorium.net
*
* Template main color (Yellow): #FFE800;
* Template alternative color (Blue): #3498DB;
* Global font family: 'Ubuntu Mono', Helvetica, Arial, sans-serif;
-------------------------------------------------------------------- */

/* Table of Content
====================
1. General
2. Page preloader
3. Body content section
4. Content container
5. Header
6. Header attriputes
7. Logo
8. Menu
9. Global search
10. Top filter
11. Sections
12. Intro
13. Headings
14. Page header
15. Isotope
16. Portfolio list section
17. Portfolio single info toggle
18. Portfolio single gallery
19. Portfolio single nav
20. Portfolio projects carousel
21. Gallery list section
22. Gallery single section
23. Blog list section
24. Blog list nav
25. Blog single
26. Blog single nav
27. Add to favorites button
28. Blog sidebar
29. Blog sidebar widgets
30. Shop list section
31. Shop product filter
32. Shopping cart
33. Shop single product
34. Shop similar products
35. Shop cart (page)
36. Shop checkout (page)
37. Thumbnail list
38. Split box
39. Team section
40. Contact section
41. Contact simple section
42. Map section
43. Search results section
44. Page section
45. Content carousel
46. Clients carousel
47. Magnific Popup
48. YTPlayer
49. Modal
50. Modal share
51. Pagination
52. Load more
53. Call to action section
54. Blockquote
55. Forms
56. Checkboxes / Radio buttons (re-styled)
57. Tabs
58. Panels
59. Accordion
60. Tables
61. Buttons
62. Social buttons
63. UI elements
64. Footer
65. Scroll down button
66. Scroll to top button

*/

/* ------------------------------------------------------------- *
 *  General
/* ------------------------------------------------------------- */

html {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  position: relative;
  background-color: #fff;
  padding: 0;
  margin: 0;
  font-family: "Ubuntu Mono", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 17px;
  color: #333;
}

a {
  color: #3498db;
}
a:hover,
a:focus {
  color: #2c82bb;
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
}

::selection {
  color: #000;
  text-shadow: none;
  background: #ffe800;
}
::-moz-selection {
  color: #000;
  text-shadow: none;
  background: #ffe800; /* Firefox */
}
::-webkit-selection {
  color: #000;
  text-shadow: none;
  background: #ffe800; /* Safari */
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.list-inline {
  margin-left: 0;
}
.list-inline > li {
  padding-right: 0;
  padding-left: 0;
}

/* ------------------------------------------------------------- *
 *  Page preloader (display loading animation while page loads)
 *  More info: http://github.hubspot.com/pace/docs/welcome/
/* ------------------------------------------------------------- */

.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: #e81a1a;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/* page overflow (uncomment if needed) */
.pace-active {
  /*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background-color: #FFF;*/
}

/* --------------------------------------------------- *
 * Body content section
/* --------------------------------------------------- */

#body-content {
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* --------------------------------------------------- *
 * Content container
/* --------------------------------------------------- */

#content-container {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 992px) {
  #content-container {
    margin-bottom: 0 !important;
  }
}

/* --------------------------------------------------- *
 * Header
/* --------------------------------------------------- */

#header {
  position: relative;
  z-index: 9999999999999999;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* ------------------------------------------------------------- *
 * Header attriputes
/* ------------------------------------------------------------- */

#header-attriputes {
  position: fixed;
  margin-top: 3%;
  right: 3%;
  z-index: 99998;
}

#header-attriputes > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#header-attriputes > ul > li {
  float: right;
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* --------------------------------------------------- *
 * Logo
/* --------------------------------------------------- */

#logo {
  position: absolute;
  margin-top: 3%;
  left: 3%;
}
@media (max-width: 768px) {
  #logo {
  }
}

/* ------------------------------------------------------------- *
 * Menu
/* ------------------------------------------------------------- */

#menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99998;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu-open:before {
  position: fixed;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99996;
}

.menu-open #menu {
  visibility: visible;
  opacity: 1;
}

/* menu inner */
#menu-inner {
  position: relative;
  height: 100%;
  z-index: 3;
  overflow-y: auto;
  padding-bottom: 70px;
}

/* menu inner */
#menu-content {
  position: relative;
  height: 100%;
  overflow: auto;
}

/* menu navigation 
==================== */
.menu-nav {
  position: relative;
  top: 30%;
  max-width: 370px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .menu-nav {
    top: 18%;
    padding: 0 5%;
  }
}

.menu-nav ul {
  padding-left: 0;
  list-style: none;
}

/* menu list */
.menu-list {
  opacity: 0;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -webkit-transform 0.4s, opacity 0.4s;
  -o-transition: -webkit-transform 0.4s, opacity 0.4s;
  -ms-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: -webkit-transform 0.4s, opacity 0.4s;
}
.menu-open .menu-list {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.menu-list > li > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 922px) {
  .menu-list > li > a {
    font-size: 30px !important;
  }
}
@media (max-width: 768px) {
  .menu-list > li > a {
    font-size: 28px !important;
  }
}
.menu-list > li > a:hover,
.sub-menu-trigger.active,
.menu-list .active > a {
  color: #ffe800 !important;
}
.menu-list > li > a:before,
.sub-menu-trigger:before {
  position: absolute;
  content: "";
  left: 50%;
  right: 50%;
  bottom: 5px;
  height: 2px;
  background-color: #ffe800;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu-list > li > a:hover:before,
.sub-menu-trigger.active:before {
  left: 0;
  right: 0;
}

/* sub menu 
================ */
.menu-list .sub-menu {
  display: none;
  margin: 8px 0 10px 0;
  padding: 0;
  overflow: hidden;
}

.menu-list .sub-menu li {
  display: inline-block;
  margin: 0 5px;
}
.menu-list .sub-menu li > a {
  position: relative;
  display: block;
  padding: 0 0 6px 0;
  text-decoration: none;
  font-size: 16px;
  color: #ccc;
  word-spacing: -2px;
}
@media (max-width: 922px) {
  .menu-list .sub-menu li > a {
    padding: 2px 0;
    font-size: 17px;
  }
}
.menu-list .sub-menu li > a:hover {
  color: #ffe800;
}

/* menu footer 
=============== */
.menu-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 40px 10px 40px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -webkit-transform 0.4s, opacity 0.4s;
  -o-transition: -webkit-transform 0.4s, opacity 0.4s;
  -ms-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: -webkit-transform 0.4s, opacity 0.4s;
}
.menu-open .menu-footer {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media (max-width: 768px) {
  .menu-footer {
    text-align: center !important;
  }
}

/* made with love */
#menu .made-with-love {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.42);
  z-index: 3;
}

/* menu trigger (menu button)
============================== */
#menu-trigger {
  cursor: pointer;
}

/* menu trigger inner */
#menu-trigger .mt-inner {
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  background-color: #ffe800;
  z-index: 2;
}
#menu-trigger .mt-text {
  float: left;
  width: auto;
  height: 50px;
  line-height: 50px;
  background-color: #000;
  padding: 0 10px;
  font-size: 17px;
  color: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  #menu-trigger .mt-text {
    display: none;
  }
}

/* menu trigger stripes */
.menu-str {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 18px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu-str .str-1,
.menu-str .str-2,
.menu-str .str-3 {
  position: absolute;
  display: block;
  background-color: #000;
  width: 30px;
  height: 4px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;

  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}
.menu-str .str-1 {
  top: 0px;
  width: 30px;
}
#menu-trigger:hover .menu-str .str-1 {
  width: 20px;
}
.menu-str .str-2 {
  top: 7px;
  width: 25px;
}
#menu-trigger:hover .menu-str .str-2 {
  width: 30px;
}
.menu-str .str-3 {
  top: 14px;
  width: 32px;
}
#menu-trigger:hover .menu-str .str-3 {
  width: 25px;
}
.menu-str .top-animate {
  background: #111;
  top: 7px;
  width: 32px !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-str .mid-animate {
  opacity: 0;
}
.menu-str .bottom-animate {
  background: #111;
  top: 7px;
  width: 32px !important;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

/* menu variations
==================== */

/* slide left */
#menu.slide-left {
  opacity: 1;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.menu-open #menu.slide-left {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* slide left half */
#menu.slide-left-half {
  right: auto;
  top: 0;
  left: 0;
  width: 50.5%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.menu-open #menu.slide-left-half {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#menu.slide-left-half .menu-list {
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.menu-open #menu.slide-left-half .menu-list {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menu-open #menu.slide-left-half .menu-footer {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (max-width: 992px) {
  #menu.slide-left-half {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #menu.slide-left-half {
    width: 100%;
  }
}

/* slide right */
#menu.slide-right {
  right: 0;
  left: auto;
  opacity: 1;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.menu-open #menu.slide-right {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* slide right half */
#menu.slide-right-half {
  left: auto;
  top: 0;
  right: 0;
  width: 50.5%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.menu-open #menu.slide-right-half {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#menu.slide-right-half .menu-list {
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.menu-open #menu.slide-right-half .menu-list {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menu-open #menu.slide-right-half .menu-footer {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (max-width: 992px) {
  #menu.slide-right-half {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #menu.slide-right-half {
    width: 100%;
  }
}

/* slide top */
#menu.slide-top {
  opacity: 1;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);

  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}
.menu-open #menu.slide-top {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* slide bottom */
#menu.slide-bottom {
  opacity: 1;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);

  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}
.menu-open #menu.slide-bottom {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* zoom in */
#menu.zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.menu-open #menu.zoom-in {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#menu.zoom-in .menu-list {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.menu-open #menu.zoom-in .menu-list {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* ------------------------------------------------------------- *
 * Global search
/* ------------------------------------------------------------- */

#global-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  visibility: hidden;
  z-index: 99998;
  /* box-shadow: 0 1px rgba(0, 0, 0, 0.04); */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;

  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* if global search is open */
.global-search-open #global-search {
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* global search open overlay */
.global-search-open:before {
  position: fixed;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99996;
  /* cursor: url("../img/close-dark.png") 20 20, not-allowed; */
}

/* global search close button */
.global-search-close-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 99999;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.global-search-close {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  color: #999;
}
.global-search-close:hover,
.global-search-close:focus {
  color: #333;
}
@media (max-width: 768px) {
  .global-search-close {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* global search form 
====================== */
#global-search-form {
  margin: 0;
  padding-left: 2%;
}

#global-search-input {
  height: 110px;
  background-color: transparent;
  padding-right: 50px;
  font-size: 21px;
  border: none;
}

#global-search-input::-webkit-input-placeholder {
  font-size: 21px;
}
#global-search-input:-moz-placeholder {
  font-size: 21px;
}
#global-search-input::-moz-placeholder {
  font-size: 21px;
}
#global-search-input:-ms-input-placeholder {
  font-size: 21px;
}

/* global search trigger 
========================= */
#global-search-trigger {
}
#global-search-trigger .gst-icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffe800;
  text-align: center;
  font-size: 18px;
  color: #111;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#global-search-trigger:hover .gst-icon {
  background-color: #222;
  color: #fff;
}

/* hide global search trigger if #global-search is open (uncomment if needed) */
.global-search-open #global-search-trigger {
  /* display: none; */
}

/* elements position if global search is open */
.global-search-open #body-content,
.global-search-open #header {
  margin-top: 65px;
}

/* hide global search trigger if menu is open */
.menu-open #global-search-trigger {
  display: none;
}

/* global search dark style 
============================ */
#global-search.gl-search-dark {
  background-color: #111;
  color: #bbb;
}
#global-search.gl-search-dark #global-search-form input {
  color: #bbb;
}

#global-search.gl-search-dark .global-search-close:hover,
#global-search.gl-search-dark .global-search-close:focus {
  color: #ffe800;
}

/* ------------------------------------------------------------- *
 * Top filter
/* ------------------------------------------------------------- */

#top-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  visibility: hidden;
  z-index: 99998;
  /* box-shadow: 0 1px rgba(0, 0, 0, 0.04); */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;

  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* overlay if top filter is open */
.top-filter-open #body-content:before {
  position: fixed;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99997;
  /* cursor: url("../img/close-dark.png") 20 20, not-allowed; */
}

.top-filter-open #top-filter {
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* top filter close button */
.top-filter-close-wrap {
  text-align: right;
}
.top-filter-close {
  display: inline-block;
  background-color: #fff;
  padding: 15px 25px;
  font-size: 15px;
  color: #999;
  z-index: 99999;
}
.top-filter-close:hover,
.top-filter-close:active,
.top-filter-close:focus {
  color: #000;
}

/* top filter inner */
.top-filter-inner {
  padding: 0 0 55px 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .top-filter-inner {
    max-height: 440px;
    overflow-y: auto;
  }
}
.top-filter-inner a {
}

/* top filter trigger 
====================== */
#top-filter-trigger {
}
#top-filter-trigger .top-filter-icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffe800;
  text-align: center;
  font-size: 19px;
  color: #111;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#top-filter-trigger:hover .top-filter-icon {
  background-color: #222;
  color: #fff;
}

/* hide top filter trigger if #top-filter is open (uncomment if needed) */
.top-filter-open #top-filter-trigger {
  /* display: none; */
}

/* elements position if top filter is open */
.top-filter-open #body-content,
.top-filter-open #header {
  margin-top: 65px;
}

/* hide top filter trigger if menu is open */
.menu-open #top-filter-trigger {
  display: none;
}

/* top filter dark style 
========================= */
#top-filter.tf-dark {
  background-color: #111;
  color: #bbb;
}

/* global search dark filter links */
#top-filter.tf-dark .isotope-filter-links a {
  color: #eee;
}
#top-filter.tf-dark .isotope-filter-links a:before,
#top-filter.tf-dark .isotope-filter-links a.active:before {
  background-color: #ffe800;
}
#top-filter.tf-dark .isotope-filter-links a.active,
#top-filter.tf-dark .isotope-filter-links a:hover {
  color: #ffe800 !important;
}

/* global search dark close button */
#top-filter.tf-dark .top-filter-close {
  background-color: transparent;
}
#top-filter.tf-dark .top-filter-close:hover,
#top-filter.tf-dark .top-filter-close:active,
#top-filter.tf-dark .top-filter-close:focus {
  color: #ffe800;
}

/* ------------------------------------------------------------- *
 * Sections
/* ------------------------------------------------------------- */

section {
  position: relative;
}

/* ------------------------------------------------------------- *
 * Intro
/* ------------------------------------------------------------- */

#intro {
  min-height: 300px;
  overflow: hidden;
}

/* Intro caption */
.intro-caption {
  max-width: 800px;
  margin-right: 15px;
  z-index: 3;
}

/* Intro title */
.intro-title {
  display: inline;
  background-color: #000;
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  opacity: 0.85;
}
@media (max-width: 992px) {
  .intro-title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .intro-title {
    font-size: 28px;
    line-height: 0.9;
    opacity: 1;
  }
}

/* Intro subtitle */
.intro-sub-title-wrap {
  max-width: 500px;
  margin-top: 12px;
  line-height: 0;
}
.intro-sub-title {
  display: inline;
  background-color: #ffe800;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  opacity: 0.85;
}
@media (max-width: 768px) {
  .intro-sub-title {
    font-size: 17px;
    opacity: 1;
  }
}

/* if intro contains slideshow */
#intro.owl-carousel .cc-item {
  /* height handled by "theme.js" file */
  min-height: 300px;
}

/* ------------------------------------------------------------- *
 * Headings
/* ------------------------------------------------------------- */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  color: inherit;
  font-weight: bold;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------- *
 * Page header
/* ------------------------------------------------------------- */

#page-header {
  /* height handled by "theme.js" file (element percent height) */
  min-height: 460px;
  overflow: hidden;
  background-color: #111;
  overflow: hidden;
}

/* page header image */
.page-header-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* page header caption */
.page-header-caption {
  position: absolute;
  left: 5%;
  bottom: 10%;
  max-width: 800px;
  margin-right: 15px;
  z-index: 3;
}

/* page header title */
.page-header-title {
  display: inline;
  background-color: #000;
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  opacity: 0.85;
}
@media (max-width: 992px) {
  .page-header-title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .page-header-title {
    font-size: 28px;
    line-height: 0.9;
  }
}

/* page header subtitle */
.page-header-sub-title-wrap {
  max-width: 500px;
  margin-top: 12px;
  line-height: 0;
}
.page-header-sub-title {
  display: inline;
  background-color: #ffe800;
  margin: 0;
  font-size: 17px;
  font-weight: normal;
  font-style: italic;
  color: #000;
  line-height: 1;
  opacity: 0.85;
}
@media (max-width: 768px) {
  .page-header-sub-title {
    font-size: 17px !important;
    opacity: 1;
  }
}

/* if page header contains a slideshow */
#page-header.slideshow .cc-item {
  /* height handled by "theme.js" file */
  min-height: 300px;
}

/* --------------------------------------------------- *
 * Isotope (more info: http://isotope.metafizzy.co/)
/* --------------------------------------------------- */

.isotope-wrap {
  position: relative;
  background-color: #fff;
}
.isotope {
}

/* isotope top content 
======================== */
.isotope-top-content {
  background-color: #fff;
  padding: 60px 3%;
}
@media (max-width: 768px) {
  .isotope-top-content {
    padding: 40px 15px;
  }
}

/* isotope top content (if gutter enabled) */
.isotope.gutter-1 .isotope-top-content {
  margin-left: 3px;
}
.isotope.gutter-2 .isotope-top-content {
  margin-left: 1.4%;
}
.isotope.gutter-3 .isotope-top-content {
  margin-left: 2.4%;
}

/* isotope filter 
=================== */
.isotope-filter {
}

/* isotope filter toggle button */
.isotope-filter .filter-toggle-btn {
  position: relative;
  width: 100%;
  background-color: transparent !important;
  margin: 0 0 5px 0;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.isotope-filter .filter-toggle-btn i {
  margin-left: 5px;
  font-size: 14px;
}
.isotope-filter .navbar-collapse {
  border-top: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* isotope filter links */
.isotope-filter-links {
  margin: 0;
  padding: 0;
}
.isotope-filter-links > li {
  display: inline-block;
  margin: 5px 8px;
}
.isotope-filter-links li:first-child {
  margin-left: 0;
}
.isotope-filter-links li:last-child {
  margin-right: 0;
}

.isotope-filter-links a {
  position: relative;
  display: block;
  padding: 2px 0;
  text-decoration: none;
  font-size: 15px;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.isotope-filter-links a.active,
.isotope-filter-links a:hover {
  color: #000 !important;
}
.isotope-filter-links a:before,
.isotope-filter-links a.active:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.isotope-filter-links a.active:before,
.isotope-filter-links a:hover:before {
  width: 100%;
}

/* isotope filter style white (use class "on-dark-bg") */
.on-dark-bg .isotope-filter-links a {
  color: #eee !important;
}
.on-dark-bg .isotope-filter-links a.active,
.on-dark-bg .isotope-filter-links a:hover {
  color: #ffe800 !important;
}
.on-dark-bg .isotope-filter-links a:before,
.on-dark-bg .isotope-filter-links a.active:before {
  background-color: #ffe800 !important;
}

/* isotope items wrap 
======================= */
.isotope-items-wrap {
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* isotope items wrap boxed layout */
@media (min-width: 1200px) {
  .isotope-items-wrap.iso-boxed {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* isotope items wrap (if gutter enabled) */
.isotope.gutter-1 .isotope-items-wrap {
  padding-top: 6px;
  margin-left: 6px;
  margin-right: 6px;
}
.isotope.gutter-2 .isotope-items-wrap {
  padding-top: 1.5%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.isotope.gutter-3 .isotope-items-wrap {
  padding-top: 2.5%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

/* isotope item 
================ */
.isotope-item {
  float: left;
  width: 25%;
}

/* isotope last item (it makes last item to 100% wide) */
@media (max-width: 991px) {
  .isotope-item.iso-last-item {
    width: 100% !important;
  }
}

/* isotope item heights 
======================== */
/* isotope item height-1 (use class "iso-height-1") */
.isotope-item.iso-height-1 > div,
.isotope-item.iso-height-1 > a,
.isotope-item.iso-height-1 > article {
  padding-bottom: 70%;
}

/* isotope item height-2 (use class "iso-height-2") */
.isotope-item.iso-height-2 > div,
.isotope-item.iso-height-2 > a,
.isotope-item.iso-height-2 > article {
  padding-bottom: 140%;
}

/* isotope item height-2 if "gutter-1" enabled */
.isotope.col-2.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-2.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-2.gutter-1 .isotope-item.iso-height-2 > article {
  padding-bottom: 140.6%;
}
.isotope.col-3.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-3.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-3.gutter-1 .isotope-item.iso-height-2 > article {
  padding-bottom: 140.9%;
}
.isotope.col-4.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-4.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-4.gutter-1 .isotope-item.iso-height-2 > article {
  padding-bottom: 141.4%;
}
.isotope.col-5.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-1 .isotope-item.iso-height-2 > article {
  padding-bottom: 141.4%;
}
.isotope.col-6.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-1 .isotope-item.iso-height-2 > article {
  padding-bottom: 141.8%;
}

/* isotope item height-2 if "gutter-2" enabled */
.isotope.col-2.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-2.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-2.gutter-2 .isotope-item.iso-height-2 > article {
  padding-bottom: 143.1%;
}
.isotope.col-3.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-3.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-3.gutter-2 .isotope-item.iso-height-2 > article {
  padding-bottom: 144.7%;
}
.isotope.col-4.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-4.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-4.gutter-2 .isotope-item.iso-height-2 > article {
  padding-bottom: 146.2%;
}
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > article {
  padding-bottom: 148%;
}
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > article {
  padding-bottom: 150%;
}

/* isotope item height-2 if "gutter-3" enabled */
.isotope.col-2.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-2.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-2.gutter-3 .isotope-item.iso-height-2 > article {
  padding-bottom: 145.2%;
}
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > article {
  padding-bottom: 148%;
}
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > article {
  padding-bottom: 150.9%;
}
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > article {
  padding-bottom: 154%;
}
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > article {
  padding-bottom: 158%;
}
@media (max-width: 1600px) {
  /* isotope item height-2 if "gutter-2" enabled */
  .isotope.col-5.gutter-2 .isotope-item.iso-height-2 > div,
  .isotope.col-5.gutter-2 .isotope-item.iso-height-2 > a,
  .isotope.col-5.gutter-2 .isotope-item.iso-height-2 > article {
    padding-bottom: 146.2%;
  }
  .isotope.col-6.gutter-2 .isotope-item.iso-height-2 > div,
  .isotope.col-6.gutter-2 .isotope-item.iso-height-2 > a,
  .isotope.col-6.gutter-2 .isotope-item.iso-height-2 > article {
    padding-bottom: 146.4%;
  }

  /* isotope item height-2 if "gutter-3" enabled */
  .isotope.col-5.gutter-3 .isotope-item.iso-height-2 > div,
  .isotope.col-5.gutter-3 .isotope-item.iso-height-2 > a,
  .isotope.col-5.gutter-3 .isotope-item.iso-height-2 > article {
    padding-bottom: 151%;
  }
  .isotope.col-6.gutter-3 .isotope-item.iso-height-2 > div,
  .isotope.col-6.gutter-3 .isotope-item.iso-height-2 > a,
  .isotope.col-6.gutter-3 .isotope-item.iso-height-2 > article {
    padding-bottom: 151%;
  }
}
@media (max-width: 992px) {
  /* isotope item height-2 if "gutter-2" enabled */
  .isotope.col-5.gutter-2 .isotope-item.iso-height-2 > div,
  .isotope.col-5.gutter-2 .isotope-item.iso-height-2 > a,
  .isotope.col-5.gutter-2 .isotope-item.iso-height-2 > article {
    padding-bottom: 143%;
  }
  .isotope.col-6.gutter-2 .isotope-item.iso-height-2 > div,
  .isotope.col-6.gutter-2 .isotope-item.iso-height-2 > a,
  .isotope.col-6.gutter-2 .isotope-item.iso-height-2 > article {
    padding-bottom: 143%;
  }

  /* isotope item height-2 if "gutter-3" enabled */
  .isotope.col-3.gutter-3 .isotope-item.iso-height-2 > div,
  .isotope.col-3.gutter-3 .isotope-item.iso-height-2 > a,
  .isotope.col-3.gutter-3 .isotope-item.iso-height-2 > article {
    padding-bottom: 145.1%;
  }
  .isotope.col-4.gutter-3 .isotope-item.iso-height-2 > div,
  .isotope.col-4.gutter-3 .isotope-item.iso-height-2 > a,
  .isotope.col-4.gutter-3 .isotope-item.iso-height-2 > article {
    padding-bottom: 145.1%;
  }
  .isotope.col-5.gutter-3 .isotope-item.iso-height-2 > div,
  .isotope.col-5.gutter-3 .isotope-item.iso-height-2 > a,
  .isotope.col-5.gutter-3 .isotope-item.iso-height-2 > article {
    padding-bottom: 145.1%;
  }
  .isotope.col-6.gutter-3 .isotope-item.iso-height-2 > div,
  .isotope.col-6.gutter-3 .isotope-item.iso-height-2 > a,
  .isotope.col-6.gutter-3 .isotope-item.iso-height-2 > article {
    padding-bottom: 145.1%;
  }
}

/* isotope gutter (add more space between isotope items) 
=========================================================*/
/* gutter-1 */
.isotope.gutter-1 .isotope-item {
  padding: 0 0 6px 6px;
}
.isotope.gutter-1 {
  margin-left: -6px;
}

/* gutter-2 */
.isotope.gutter-2 .isotope-item {
  padding: 0 0 1.5% 1.5%;
}
.isotope.gutter-2 {
  margin-left: -1.5%;
}

/* gutter-3 */
.isotope.gutter-3 .isotope-item {
  padding: 0 0 2.5% 2.5%;
}
.isotope.gutter-3 {
  margin-left: -2.5%;
}

/* isotope columns 
=================== */
.isotope.col-1 .isotope-item {
  width: 100%;
}
.isotope.col-2 .isotope-item {
  width: 50%;
}
.isotope.col-3 .isotope-item {
  width: 33.33333333%;
}
.isotope.col-4 .isotope-item {
  width: 25%;
}
.isotope.col-5 .isotope-item {
  width: 20%;
}
.isotope.col-6 .isotope-item {
  width: 16.66666666666667%;
}

/* isotope grid sizer */
.grid-sizer {
  width: 25%;
}
.isotope.col-1 .grid-sizer {
  width: 100%;
}
.isotope.col-2 .grid-sizer {
  width: 50%;
}
.isotope.col-3 .grid-sizer {
  width: 33.33333333%;
}
.isotope.col-4 .grid-sizer {
  width: 25%;
}
.isotope.col-5 .grid-sizer {
  width: 20%;
}
.isotope.col-6 .grid-sizer {
  width: 16.66666666666667%;
}

/* isotope item width (alternative width) */
.isotope.col-2 .width-2 {
  width: 100%;
}
.isotope.col-3 .width-2 {
  width: 66.66666666%;
}
.isotope.col-4 .width-2 {
  width: 50%;
}
.isotope.col-5 .width-2 {
  width: 40%;
}
.isotope.col-6 .width-2 {
  width: 33.33333333%;
}

/* isotope columns on smaller screens 
====================================== */
@media (max-width: 1600px) {
  .isotope.col-5 .isotope-item,
  .isotope.col-6 .isotope-item,
  .isotope.col-5 .grid-sizer,
  .isotope.col-6 .grid-sizer {
    width: 25%;
  }
  .isotope.col-5 .width-2,
  .isotope.col-6 .width-2 {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .isotope.col-4 .isotope-item,
  .isotope.col-5 .isotope-item,
  .isotope.col-6 .isotope-item,
  .isotope.col-4 .grid-sizer,
  .isotope.col-5 .grid-sizer,
  .isotope.col-6 .grid-sizer {
    width: 33.33333333%;
  }
  .isotope.col-4 .width-2,
  .isotope.col-5 .width-2,
  .isotope.col-6 .width-2 {
    width: 66.66666666%;
  }
}

@media (max-width: 991px) {
  .isotope.col-3 .isotope-item,
  .isotope.col-4 .isotope-item,
  .isotope.col-5 .isotope-item,
  .isotope.col-6 .isotope-item,
  .isotope.col-3 .grid-sizer,
  .isotope.col-4 .grid-sizer,
  .isotope.col-5 .grid-sizer,
  .isotope.col-6 .grid-sizer,
  .isotope.col-3 .width-2,
  .isotope.col-4 .width-2,
  .isotope.col-5 .width-2,
  .isotope.col-6 .width-2 {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .isotope.col-2 .isotope-item,
  .isotope.col-3 .isotope-item,
  .isotope.col-4 .isotope-item,
  .isotope.col-5 .isotope-item,
  .isotope.col-6 .isotope-item {
    width: 100%;
  }
}

/* if isotope item contains content carousel
============================================= */
.isotope-item.iso-height-1 .iso-carousel-wrap,
.isotope-item.iso-height-2 .iso-carousel-wrap {
  position: relative;
}
.isotope-item.iso-height-1 .owl-carousel,
.isotope-item.iso-height-2 .owl-carousel {
  position: absolute;
  height: 100%;
}
.isotope-item .owl-stage-outer,
.isotope-item .owl-stage,
.isotope-item .owl-item,
.isotope-item .cc-item {
  height: 100%;
}

/* Isotope item text box (must be the first item!)
=================================================== */
.iso-text-box-holder {
  position: relative;
}
.iso-text-box-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.iso-text-box-inner {
  padding: 0 10%;
}
@media (min-width: 1200px) {
  .iso-text-box-inner {
    display: table;
    height: 100%;
    padding: 0 10%;
  }
  .iso-text-box {
    display: table-cell;
    vertical-align: middle;
  }

  /* if gutter-2 enabled */
  .isotope.col-3.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder {
    padding-bottom: 70.6%;
  }
  .isotope.col-4.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder {
    padding-bottom: 70.8%;
  }
  .isotope.col-4.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder {
    padding-bottom: 144.8%;
  }
  .isotope.col-5.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder {
    padding-bottom: 71.2%;
  }
  .isotope.col-5.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder {
    padding-bottom: 146.1%;
  }
  .isotope.col-6.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder {
    padding-bottom: 71.8%;
  }
  .isotope.col-6.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder {
    padding-bottom: 146.7%;
  }

  /* if gutter-3 enabled */
  .isotope.col-3.gutter-3 .iso-height-1.itb-parent .iso-text-box-holder {
    padding-bottom: 71.1%;
  }
  .isotope.col-4.gutter-3 .iso-height-1.itb-parent .iso-text-box-holder {
    padding-bottom: 71.36%;
  }
  .isotope.col-4.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder {
    padding-bottom: 148%;
  }
  .isotope.col-5.gutter-3 .iso-height-1.itb-parent .iso-text-box-holder {
    padding-bottom: 71.8%;
  }
  .isotope.col-5.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder {
    padding-bottom: 150.4%;
  }
  .isotope.col-6.gutter-3 .iso-height-1.itb-parent .iso-text-box-holder {
    padding-bottom: 73.2%;
  }
  .isotope.col-6.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder {
    padding-bottom: 151.5%;
  }
}

.isotope.col-4 .itb-parent {
  width: 50% !important;
}
.isotope.col-5 .itb-parent {
  width: 40% !important;
}
.isotope.col-6 .itb-parent {
  width: 50% !important;
}

@media (max-width: 1600px) {
  .isotope.col-3 .itb-parent {
    width: 66.6666666% !important;
  }
  .isotope.col-5 .itb-parent {
    width: 50% !important;
  }

  /* if gutter-2 enabled */
  .isotope.col-3.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder {
    padding-bottom: 143.6%;
  }
  .isotope.col-5.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder {
    padding-bottom: 144.5%;
  }
  .isotope.col-6.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder {
    padding-bottom: 72.6%;
  }
  .isotope.col-6.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder {
    padding-bottom: 144.8%;
  }

  /* if gutter-3 enabled */
  .isotope.col-3.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder {
    padding-bottom: 146%;
  }
  .isotope.col-5.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder {
    padding-bottom: 148.1%;
  }
  .isotope.col-6.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder {
    padding-bottom: 148.3%;
  }
}

@media (max-width: 1200px) {
  .isotope.col-2 .itb-parent,
  .isotope.col-3 .itb-parent,
  .isotope.col-4 .itb-parent,
  .isotope.col-5 .itb-parent,
  .isotope.col-6 .itb-parent {
    width: 100% !important;
  }
  .isotope-item.iso-height-1.itb-parent .iso-text-box-holder,
  .isotope-item.iso-height-2.itb-parent .iso-text-box-holder {
    padding-bottom: 0 !important;
  }
  .iso-text-box-wrap {
    position: relative !important;
    padding: 10% 0 !important;
  }
}

/* ------------------------------------------------------------- *
 * Portfolio list section
/* ------------------------------------------------------------- */

#portfolio-list-section {
}

/* portfolio list item */
.portfolio-list-item {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (min-width: 992px) {
  .portfolio-list-item {
    cursor: url("../img/crosshair-dark.png") 20 20, crosshair;
  }
}

/* portfolio list item link */
.pli-link {
  display: block;
  text-decoration: none;
}

/* portfolio list item image */
.pli-image {
}

/* portfolio list item hover 
============================= */
.pli-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffe800;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-list-item:hover .pli-hover {
  opacity: 0.94;
}

/* portfolio list item caption */
.pli-caption {
  position: absolute;
  bottom: 10%;
  left: 10%;
  right: 20%;
  margin-bottom: -7px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-list-item:hover .pli-caption {
  opacity: 1;
  margin-bottom: 0;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.pli-title {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
  color: #000;
}
.pli-category {
  display: inline;
  margin: 0;
  font-style: italic;
  font-size: 14px;
  color: #444;
}

/* portfolio list item caption position (center) */
.pli-caption-center .pli-caption {
  bottom: 50%;
  left: 50%;
  right: auto;
  text-align: center;
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

/* portfolio list item caption alternative style */
.pli-caption-alter .pli-caption .pli-title {
  display: inline;
  background-color: #222;
  padding: 0 3px;
  font-weight: 400;
  color: #fff;
}

/* portfolio list item arrow */
.pli-arrow {
  position: absolute;
  bottom: 45px;
  right: 45px;
  width: 40px;
  height: 23px;
  opacity: 0;
  background: url(../img/arrow-right-dark.png) no-repeat center;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-list-item:hover .pli-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);

  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media (max-width: 1200px) {
  .pli-arrow {
    display: none;
  }
}

/* make caption always visible on small devices 
================================================ */

@media (max-width: 992px) {
  .pli-hover {
    background-color: transparent !important;
    opacity: 1 !important;
  }
  .pli-caption {
    position: absolute !important;
    bottom: 15px !important;
    left: 15px !important;
    right: 15px !important;
    margin-bottom: 0 !important;
    opacity: 1 !important;
    text-align: left !important;
    color: #eee !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .pli-title {
    display: inline !important;
    background-color: #ffe800 !important;
    margin-bottom: 5px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000 !important;
  }
  .pli-category {
    display: inline !important;
    background-color: #111 !important;
    margin: 0 !important;
    font-style: italic !important;
    font-size: 14px !important;
    color: #fff !important;
  }
}

/* ------------------------------------------------------------- *
 * Portfolio single info toggle
/* ------------------------------------------------------------- */

.psi-toggle {
  position: relative;
}
@media (max-width: 991px) {
  .psi-toggle {
    margin-bottom: 60px;
  }
}

.psi-toggle-inner {
  position: relative;
  overflow: hidden;
}
.psi-toggle-hidden {
  display: none;
}

.psi-toggle-trigger {
  position: absolute;
  bottom: -25px;
  right: 50px;
}
@media (max-width: 991px) {
  .psi-toggle-trigger {
    right: auto;
    left: 0;
  }
}
.psi-toggle-trigger > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  cursor: pointer;
}
.psi-toggle-trigger > span:hover,
.psi-toggle-trigger > span:focus {
  color: #999;
}

.psi-toggle .psi-toggle-less,
.psi-toggle.psi-toggle-full .psi-toggle-more {
  display: none;
}
.psi-toggle.psi-toggle-full .psi-toggle-less {
  display: block;
}

/* ------------------------------------------------------------- *
 * Portfolio single gallery
/* ------------------------------------------------------------- */

#portfolio-single-gallery {
}

/* portfolio single gallery heading */
.ps-gallery-heading {
  position: absolute;
  top: 0;
  left: 4%;
  background-color: #ffe800;
  margin: 0;
  padding: 0 5px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .ps-gallery-heading {
    left: 1%;
    font-size: 28px;
  }
}

/* portfolio single gallery item */
.ps-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.ps-gallery-item .ps-gallery-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.ps-gallery-item:hover .ps-gallery-item-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* portfolio single gallery read more button */
.ps-gallery-read-more {
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #ffe800;
  text-align: center;
  font-size: 14px;
  color: #333;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.ps-gallery-item:hover .ps-gallery-read-more {
  bottom: 20px;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 992px) {
  .ps-gallery-item:hover .ps-gallery-read-more {
    display: none;
  }
}

/* portfolio single gallery carousel */
#portfolio-single-gallery .nav-outside-top .owl-nav {
  top: -20px;
}

/* ------------------------------------------------------------- *
 * Portfolio single nav (Next/Prev project)
/* ------------------------------------------------------------- */

#portfolio-single-nav {
}

#portfolio-single-nav .col {
  padding: 0;
}

/* nav item */
.ps-nav-prev,
.ps-nav-next {
  position: relative;
  display: block;
  overflow: hidden;
}
.ps-nav {
  position: relative;
  min-height: 200px;
  padding-bottom: 48%;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.ps-nav-prev:hover .ps-nav {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -o-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ps-nav-next:hover .ps-nav {
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ps-nav-single {
  padding-bottom: 24%;
}

/* nav meta */
.ps-nav-meta {
  position: absolute;
  bottom: 20%;
  max-width: 560px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ps-nav-prev .ps-nav-meta {
  left: 11%;
}
.ps-nav-prev:hover .ps-nav-meta {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ps-nav-next .ps-nav-meta {
  right: 11%;
  text-align: right;
}
.ps-nav-next:hover .ps-nav-meta {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* nav meta content */
.ps-nav-text {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 3px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  background-color: #ffe800;
}
.ps-nav-title {
  display: inline;
  max-width: 600px;
  background-color: #000;
  padding: 0 3px;
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  line-height: 0.9;
}
.ps-nav-prev .ps-nav-title {
  margin: 0 20px 0 0;
}
.ps-nav-next .ps-nav-title {
  margin: 0 0 0 20px;
}
@media (max-width: 768px) {
  .ps-nav-title {
    display: block;
    max-width: 260px;
    font-size: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

/* prev nav arrow */
.ps-nav-prev .ps-nav-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  background-image: url(../img/arrow-left-dark.png);
  background-color: #ffe800;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
.ps-nav-prev:hover .ps-nav-arrow {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* next nav arrow */
.ps-nav-next .ps-nav-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  background-image: url(../img/arrow-right-dark.png);
  background-color: #ffe800;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.ps-nav-next:hover .ps-nav-arrow {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* portfolio single nav back to list */
.ps-back-to-list {
  display: block;
  background-color: #fff266;
  padding: 60px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ps-back-to-list:hover,
.ps-back-to-list:focus {
  background-color: #ffe800;
  color: #333;
}

/* ------------------------------------------------------------- *
 * Portfolio projects carousel
/* ------------------------------------------------------------- */

#projects-carousel {
}

/* projects carousel heading */
.prc-heading {
  position: absolute;
  top: 0;
  left: 4%;
  background-color: #ffe800;
  margin: 0;
  padding: 0 5px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .prc-heading {
    left: 1%;
    font-size: 28px;
  }
}

/* projects carousel nav */
#projects-carousel .nav-outside-top .owl-nav {
  top: -20px;
}
@media (max-width: 400px) {
  #projects-carousel .nav-outside-top .owl-nav {
    display: none;
  }
}

/* ------------------------------------------------------------- *
 * Gallery list section
/* ------------------------------------------------------------- */

#gallery-list-section {
}

/* gallery list item */
.gallery-list-item {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (min-width: 992px) {
  .gallery-list-item {
    cursor: url("../img/crosshair-dark.png") 20 20, crosshair;
  }
}

/* gallery list item link */
.gli-link {
  display: block;
  text-decoration: none;
}

/* gallery list item image */
.gli-image {
}

/* gallery list item hover 
============================= */
.gli-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffe800;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery-list-item:hover .gli-hover {
  opacity: 0.94;
}

/* gallery list item meta */
.gli-caption {
  position: absolute;
  bottom: 10%;
  left: 10%;
  right: 20%;
  margin-bottom: -7px;
  opacity: 0;
  color: #444;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery-list-item:hover .gli-caption {
  opacity: 1;
  margin-bottom: 0;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.gli-title {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
  color: #000;
}
.gli-category {
  margin: 0;
  font-style: italic;
  font-size: 14px;
  color: #444;
}

/* gallery list item meta */
.gli-meta {
  margin-top: 5px;
  font-style: italic;
  font-size: 14px;
  color: #444;
}
.gli-photos-count {
  display: inline-block;
}
.gli-photos-views {
  display: inline-block;
}

/* gallery list item arrow */
.gli-arrow {
  position: absolute;
  bottom: 45px;
  right: 45px;
  width: 40px;
  height: 23px;
  opacity: 0;
  background: url(../img/arrow-right-dark.png) no-repeat center;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery-list-item:hover .gli-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);

  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media (max-width: 1200px) {
  .gli-arrow {
    display: none;
  }
}

/* gallery list item styles and positions 
========================================== */

/* gallery list item caption position (center) */
.gli-caption-center .gli-caption {
  bottom: 50%;
  left: 50%;
  right: auto;
  text-align: center;
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

/* gallery list item caption alternative style */
.gli-caption-alter .gli-caption .gli-title {
  display: inline;
  background-color: #222;
  padding: 0 3px;
  font-weight: 400;
  color: #fff;
}

/* gallery list item hover alternative style */
.gli-hover-alter .gli-hover {
  background-color: #171717;
}
.gli-hover-alter .gli-caption {
  color: #eee;
}
.gli-hover-alter .gli-title {
  color: #ffe800;
}
.gli-hover-alter.gli-caption-alter .gli-title {
  background-color: #ffe800;
  font-size: 19px;
  color: #111;
}
.gli-hover-alter .gli-category {
  color: #999;
}
.gli-hover-alter.gli-caption-alter .gli-category {
  margin-top: 6px;
}
.gli-hover-alter .gli-meta {
  color: #fff;
}
.gli-hover-alter .gli-arrow {
  background: url(../img/arrow-right-light.png) no-repeat center;
}
@media (min-width: 992px) {
  .gli-hover-alter .gallery-list-item {
    cursor: url("../img/crosshair-light.png") 20 20, crosshair;
  }
}

/* make caption always visible on small devices 
================================================ */

@media (max-width: 992px) {
  .gli-hover {
    background-color: transparent !important;
    opacity: 1 !important;
  }
  .gli-caption {
    position: absolute !important;
    bottom: 15px !important;
    left: 15px !important;
    right: 15px !important;
    margin-bottom: 0 !important;
    opacity: 1 !important;
    text-align: left !important;
    color: #eee !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .gli-title {
    display: inline !important;
    background-color: #ffe800 !important;
    margin-bottom: 5px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000 !important;
  }
  .gli-category {
    display: inline !important;
    background-color: #111 !important;
    margin: 0 !important;
    font-style: italic !important;
    font-size: 14px !important;
    color: #fff !important;
  }
  .gli-meta {
    margin-top: 3px !important;
    font-style: italic !important;
    font-size: 14px !important;
    color: #eee !important;
    text-shadow: -1px 1px #000;
  }
}

/* ------------------------------------------------------------- *
 * Gallery single section
/* ------------------------------------------------------------- */

#gallery-single-section {
}

/* isotope items in gallery single section */
@media (max-width: 768px) {
  #gallery-single-section .isotope.col-2 .isotope-item,
  #gallery-single-section .isotope.col-3 .isotope-item,
  #gallery-single-section .isotope.col-4 .isotope-item,
  #gallery-single-section .isotope.col-5 .isotope-item,
  #gallery-single-section .isotope.col-6 .isotope-item {
    width: 50%;
  }
}

/* gallery single item */
.gallery-single-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.gallery-single-item .gs-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.gallery-single-item:hover .gs-item-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* gallery single read more button */
.gs-read-more {
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #ffe800;
  text-align: center;
  font-size: 14px;
  color: #333;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.gallery-single-item:hover .gs-read-more {
  bottom: 20px;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 992px) {
  .gallery-single-item:hover .gs-read-more {
    display: none;
  }
}

/* gallery single nav back to list */
.gs-back-to-list {
  display: block;
  background-color: #fff266;
  padding: 60px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gs-back-to-list:hover,
.gs-back-to-list:focus {
  background-color: #ffe800;
  color: #333;
}

/* ------------------------------------------------------------- *
 * Blog list section
/* ------------------------------------------------------------- */

#blog-list-section {
}

/* isotope items in blog list section */
@media (max-width: 768px) {
  #blog-list-section .isotope.col-2 .isotope-item,
  #blog-list-section .isotope.col-3 .isotope-item,
  #blog-list-section .isotope.col-4 .isotope-item,
  #blog-list-section .isotope.col-5 .isotope-item,
  #blog-list-section .isotope.col-6 .isotope-item {
    width: 100%;
  }
}

/* Blog list item - style 1
============================= */

/* blog list item-1 */
.blog-list-item-1 {
  position: relative;
  overflow: hidden;
}

/* blog list item-1 image */
.bli-1-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.blog-list-item-1:hover .bli-1-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* top shadow */
.blog-list-item-1 .bli-1-image:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+20 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* bottom shadow */
.blog-list-item-1 .bli-1-image:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+60,0.65+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* blog list item-1 link */
.bli-1-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

/* blog list item-1 info */
.bli-1-info {
  position: absolute;
  left: 0;
  bottom: 25px;
  padding: 0 5%;
  z-index: 4;
}

.bli-1-category {
  display: inline-block;
  background-color: #ffe800;
  margin-bottom: 12px;
  padding: 0 5px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
.bli-1-category a {
  color: #111;
}
.bli-1-category a:hover {
}

.bli-1-title {
  display: block;
}
.bli-1-title:hover,
.bli-1-title:focus {
  color: #fff;
}
.bli-1-title,
.bli-1-title h2 {
  margin: 0;
  line-height: 1.3;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
}
@media (max-width: 1200px) {
  .bli-1-title,
  .bli-1-title h2 {
    font-size: 20px;
  }
}

.bli-1-meta {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1200px) {
  .bli-1-meta {
    margin-top: 5px;
  }
}
.bli-1-meta a {
  padding-bottom: 2px;
  color: #fff;
  border-bottom: 1px dotted #fff;
}

/* blog list item-1 type */
.bli-1-type {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: rgba(255, 255, 255, 0.15);
  text-align: center;
  font-size: 21px;
  color: #fff;
  z-index: 4;
  border-radius: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .bli-1-type {
    width: auto;
    height: auto;
    line-height: normal;
    background-color: transparent;
  }
}
.bli-1-type:hover,
.bli-1-type:focus {
  background-color: #ffe800;
  color: #111;
}

.bli-1-type.bli-standard {
  display: none;
}
.bli-1-type.bli-gallery {
}
.bli-1-type.bli-video {
}
.bli-1-type.bli-audio {
}

/* blog list item-1 hot badge */
.bli-1-hot {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ff3636;
  text-align: center;
  font-size: 18px;
  color: #fff;
  z-index: 4;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .bli-1-hot {
    top: 15px;
    right: 15px;
  }
}
.bli-1-hot:hover,
.bli-1-hot:focus {
  color: #fff;
}
.blog-list-item-1:hover .bli-1-hot {
  animation: mypulse 0.3s ease-in-out 4 alternate;
  -webkit-animation: mypulse 0.3s ease-in-out 4 alternate;
}
@-webkit-keyframes mypulse {
  /* Chrome, Safari, Opera */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}
@keyframes mypulse {
  /* Standard */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}

/* Blog list item - style 2
============================= */

/* blog list item-2 */
.blog-list-item-2 {
  padding: 0 15px 30px 15px;
}
@media (max-width: 768px) {
  .blog-list-item-2 {
    padding: 0 0 20px 0;
  }
}

/* blog list item-2 image */
.bli-2-image-wrap {
  position: relative;
  overflow: hidden;
}
.bli-2-image {
  display: block;
}
.blog-list-item-2:hover .bli-2-image {
}

/* blog list item-2 info */
.bli-2-info {
  position: relative;
  margin-top: 20px;
}

.bli-2-category {
  display: inline-block;
  background-color: #ffe800;
  margin-bottom: 12px;
  padding: 0 5px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
.bli-2-category a {
  color: #111;
}
.bli-2-category a:hover {
}

.bli-2-title {
  display: block;
}
.bli-2-title,
.bli-2-title h2 {
  display: block;
  margin: 0;
  line-height: 1.3;
  font-weight: 600;
  font-size: 26px;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bli-2-title:hover,
.bli-2-title:focus,
.bli-2-title h2:hover,
.bli-2-title h2:focus {
  color: #000;
}
@media (max-width: 992px) {
  .bli-2-title,
  .bli-2-title h2 {
    font-size: 20px;
  }
}

.bli-2-meta {
  margin-top: 10px;
  font-size: 14px;
  color: #aaa;
}
@media (max-width: 1200px) {
  .bli-2-meta {
    margin-top: 5px;
  }
}
.bli-2-meta a {
  padding-bottom: 2px;
  color: #aaa;
}

/* blog list item-2 description */
.bli-2-desc {
  margin-top: 15px;
}

/* blog list item-2 read more */
.bli-2-read-more {
  position: absolute;
  display: inline-block;
  bottom: -10px;
  right: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #ffe800;
  text-align: center;
  font-size: 14px;
  color: #333;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
@media (max-width: 768px) {
  .bli-2-read-more {
    bottom: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bli-2-read-more:hover,
.bli-2-read-more:focus {
  color: #333;
}
.bli-2-image-wrap:hover .bli-2-read-more {
  bottom: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* blog list item-2 type */
.bli-2-type {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 21px;
  color: #fff;
  z-index: 4;
  border-radius: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bli-2-type:hover,
.bli-2-type:focus {
  background-color: #ffe800;
  color: #111;
}
@media (max-width: 992px) {
  .bli-2-type {
    width: auto;
    height: auto;
    line-height: normal;
    background-color: transparent;
  }
  .bli-2-type:hover,
  .bli-2-type:focus {
    background-color: transparent;
    color: #fff;
  }
}

.bli-2-type.bli-standard {
  display: none;
}
.bli-2-type.bli-gallery {
}
.bli-2-type.bli-video {
}
.bli-2-type.bli-audio {
}

/* blog list item-2 hot badge */
.bli-2-hot {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background-color: #ff3636;
  text-align: center;
  font-size: 16px;
  color: #fff;
  z-index: 4;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .bli-2-hot {
    top: 15px;
    right: 15px;
  }
}
.bli-2-hot:hover,
.bli-2-hot:focus {
  color: #fff;
}
.blog-list-item-2:hover .bli-2-hot {
  animation: mypulse 0.3s ease-in-out 4 alternate;
  -webkit-animation: mypulse 0.3s ease-in-out 4 alternate;
}
@-webkit-keyframes mypulse {
  /* Chrome, Safari, Opera */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}
@keyframes mypulse {
  /* Standard */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}

/* ------------------------------------------------------------- *
 * Blog list nav (Prev/Next posts)
/* ------------------------------------------------------------- */

.blog-list-nav {
}

/* nav item */
.bl-nav-prev,
.bl-nav-next {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
.bl-nav {
  position: relative;
  background-color: #ffe800;
  padding: 60px 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.bl-nav-prev .bl-nav:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .bl-nav-prev:hover .bl-nav {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -o-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);

    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .bl-nav-next:hover .bl-nav {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);

    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

.bl-nav-single {
  padding-bottom: 20%;
}

/* nav caption */
.bl-nav-caption {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bl-nav-prev .bl-nav-caption {
}
@media (min-width: 768px) {
  .bl-nav-prev:hover .bl-nav-caption {
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);

    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

.bl-nav-next .bl-nav-caption {
}
@media (min-width: 768px) {
  .bl-nav-next:hover .bl-nav-caption {
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -o-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);

    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

/* nav meta text */
.bl-nav-text {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #333;
}

/* prev nav arrow */
.bl-nav-prev .bl-nav-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  background-image: url(../img/arrow-left-light.png);
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
@media (min-width: 768px) {
  .bl-nav-prev:hover .bl-nav-arrow {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

/* next nav arrow */
.bl-nav-next .bl-nav-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  background-image: url(../img/arrow-right-light.png);
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
@media (min-width: 768px) {
  .bl-nav-next:hover .bl-nav-arrow {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

/* ------------------------------------------------------------- *
 * Blog single
/* ------------------------------------------------------------- */

#blog-single-cection {
  padding: 60px 0;
}

/* blog single wrap */
.blog-single-wrap {
}

/* blog single post */
.blog-single-post {
}

/* blog single post title */
.blog-single-post-title {
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 992px) {
  .blog-single-post-title {
    font-size: 38px;
  }
}

/* blog single post title - inside page header caption */
.page-header-caption .blog-single-post-title {
  display: inline;
  background-color: #000;
  margin: 0;
  font-size: 52px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  opacity: 0.85;
}
@media (max-width: 1200px) {
  .page-header-caption .blog-single-post-title {
    font-size: 58px;
  }
}
@media (max-width: 992px) {
  .page-header-caption .blog-single-post-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .page-header-caption .blog-single-post-title {
    font-size: 28px;
    line-height: 0.9;
  }
}

/* blog single post category */
.blog-single-post-category {
  display: inline-block;
  background-color: #ffe800;
  margin-top: 15px;
  margin-bottom: 50px;
  padding: 0 5px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
.blog-single-post-category a {
  color: #111;
}

/* blog single post category - inside page header caption */
.page-header-caption .blog-single-post-category {
  margin-bottom: 0;
}

/* blog single post content */
.post-content {
}

.post-content .single-post-image {
  margin: 30px 0;
}
.single-post-image-caption {
  margin-top: 5px;
  font-size: 16px;
  font-style: italic;
  color: #c0c0c0;
}
.single-post-image-caption a {
  color: #c0c0c0;
}

.post-content .owl-carousel {
  margin: 30px 0 30px 0;
}
.post-content .cc-item {
  display: block;
  padding-bottom: 50%;
}

/* Blog single attributes 
============================ */
.blog-single-attributes {
  margin-bottom: 50px;
}
.blog-single-meta-wrap {
  overflow: hidden;
}

.blog-single-post .author-avatar {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 45px;
}
.blog-single-post .author-avatar:before {
  position: absolute;
  content: "";
  top: 50%;
  right: -21px;
  width: 21px;
  height: 1px;
  border-bottom: 1px dotted rgba(150, 150, 150, 0.18);
}

/* blog single meta */
.blog-single-meta {
  margin-left: 20px;
  padding: 0 0 0 15px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  float: left;
  border-left: 1px dotted rgba(150, 150, 150, 0.18);
}
.blog-single-meta .article-author {
  font-size: 17px;
  color: #333;
}
.blog-single-meta .article-author a {
  color: #333;
}
.blog-single-meta .article-author a:hover {
  color: #000;
}
.blog-single-meta .article-time-cat {
  font-size: 14px;
  color: #999;
}
.blog-single-meta .article-time-cat a {
  color: #999;
}
.blog-single-meta .article-time-cat a:hover {
  color: #000;
}
.blog-single-meta .article-time {
}

/* blog single links */
.blog-single-links {
  margin: 6px 0 0 0;
  text-align: right;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .blog-single-links {
    margin-top: 30px;
    text-align: left;
  }
}
.blog-single-links > li {
  margin-left: 3px;
  background-color: #fff9bd;
  padding: 5px 10px;
}
.blog-single-links a {
  display: inline-block;
  font-weight: 600;
  color: #333;
}
.blog-single-links a:hover,
.blog-single-links a:focus,
.blog-single-links .favorite-btn:hover {
  color: #000;
}

.leave-comment-btn {
}
.blog-single-comment-count {
}

/* blog single tags */
.blog-single-tags {
  margin-top: 10px;
  font-size: 17px;
}
.blog-single-tags span {
  color: #333;
}
.blog-single-tags > li {
  float: left;
  margin: 3px;
}
.blog-single-tags a {
  display: block;
  background-color: rgba(136, 136, 136, 0.1);
  padding: 2px 8px;
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog-single-tags a:hover {
  background-color: #222;
  color: #fff;
}

/* Blog single post comments 
============================= */
#blog-post-comments {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dotted rgba(150, 150, 150, 0.3);
}

/* blog single comments heading */
.comments-heading {
  margin: 0 0 50px 0;
  font-size: 32px;
}
.comments-heading span {
  font-size: 88px;
}

/* blog single comments */
.media-list {
  margin-top: 20px;
}

.media {
  margin-top: 30px;
}
.media-object {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.media-object:hover {
  opacity: 0.8;
}
.media-object:before {
  position: absolute;
  content: "";
  top: 50%;
  right: -21px;
  width: 21px;
  height: 1px;
  border-bottom: 1px dotted rgba(150, 150, 150, 0.18);
}
@media (max-width: 768px) {
  .media-object {
    margin-bottom: 20px;
  }
  .media-object:before {
    display: none;
  }
  .media-object:after {
    position: absolute;
    content: "";
    bottom: -21px;
    right: 50%;
    width: 1px;
    height: 21px;
    border-left: 1px dotted rgba(150, 150, 150, 0.18);
  }
}
.media-left,
.media > .pull-left {
  padding: 0;
  margin-right: 20px;
}
.media-right,
.media > .pull-right {
  padding: 0;
  margin-left: 20px;
}

.media-heading {
  text-transform: none;
  font-size: 16px;
  color: #333;
}
.media-heading a {
  color: #333;
}
.media-heading a:hover {
  color: #000;
}
.media-body {
  width: 100%;
  background-color: rgba(255, 232, 0, 0.12);
  padding: 20px;
}
@media (max-width: 768px) {
  .media-body {
    display: block;
  }
}
.media-body .article-time {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #a09f8c;
}
.media-text {
  clear: both;
  padding-top: 12px;
  border-top: 1px dotted rgba(150, 150, 150, 0.18);
}
.media-reply {
  text-align: right;
  font-size: 13px;
}
.media-reply a {
  color: #a09f8c;
}
.media-reply a:hover {
  color: #000;
}
.media-reply .btn-xs {
  border-width: 1px;
}

/* blog single post comment form */
#post-comment-form {
  background-color: #f1f1f1;
  margin-top: 100px;
  padding: 5%;
}
#post-comment-form .reminder {
  margin: 20px 0 0 0;
  padding-left: 20px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
#post-comment-form .reminder-checkbox {
  cursor: pointer;
}

/* ------------------------------------------------------------- *
 * Blog single nav (Next/Prev post)
/* ------------------------------------------------------------- */

#blog-single-nav {
}

#blog-single-nav .col {
  padding: 0;
}

/* nav item */
.bs-nav-prev,
.bs-nav-next {
  position: relative;
  display: block;
  overflow: hidden;
}
.bs-nav {
  position: relative;
  min-height: 200px;
  padding-bottom: 48%;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.bs-nav-prev:hover .bs-nav {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -o-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.bs-nav-next:hover .bs-nav {
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.bs-nav-single {
  padding-bottom: 20%;
}

/* nav meta */
.bs-nav-meta {
  position: absolute;
  bottom: 20%;
  max-width: 560px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bs-nav-prev .bs-nav-meta {
  left: 11%;
}
.bs-nav-prev:hover .bs-nav-meta {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.bs-nav-next .bs-nav-meta {
  right: 11%;
  text-align: right;
}
.bs-nav-next:hover .bs-nav-meta {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* nav meta content */
.bs-nav-text {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0 5px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  background-color: #ffe800;
}
.bs-nav-title {
  display: inline;
  max-width: 600px;
  background-color: #000;
  padding: 0 5px;
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  line-height: 0.9;
}
.bs-nav-prev .bs-nav-title {
  margin: 0 20px 0 0;
}
.bs-nav-next .bs-nav-title {
  margin: 0 0 0 20px;
}
@media (max-width: 768px) {
  .bs-nav-title {
    display: block;
    max-width: 260px;
    font-size: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

/* prev nav arrow */
.bs-nav-prev .bs-nav-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  background-image: url(../img/arrow-left-dark.png);
  background-color: #ffe800;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
.bs-nav-prev:hover .bs-nav-arrow {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* next nav arrow */
.bs-nav-next .bs-nav-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  background-image: url(../img/arrow-right-dark.png);
  background-color: #ffe800;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.bs-nav-next:hover .bs-nav-arrow {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* blog single nav back to list */
.bs-back-to-list {
  display: block;
  background-color: #fff266;
  padding: 60px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bs-back-to-list:hover,
.bs-back-to-list:focus {
  background-color: #ffe800;
  color: #333;
}

/* ------------------------------------------------------------- *
 * Add to favorites button (blog single)
/* ------------------------------------------------------------- */

.favorite-btn {
  font-size: 14px;
  font-weight: normal;
}
.fav-inner {
  position: relative;
  display: inline-block;
  width: 16px;
  cursor: pointer;
  z-index: 2;
}

/* icon-heart (FontAwesome: https://fontawesome.com/) */
.icon-heart {
}
.icon-heart-filled {
  display: none;
}
.favorite-btn.active .icon-heart-filled {
  display: inline-block;
}
.favorite-btn.active .icon-heart-empty {
  display: none;
}

/* call icons */
.icon-heart-filled:before {
  color: #ff003e;

  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.icon-heart-empty:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* fav-count */
.fav-count {
  display: inline-block;
  cursor: pointer;
}

/* ------------------------------------------------------------- *
 * Blog sidebar
/* ------------------------------------------------------------- */

.sidebar {
}
.sidebar.sidebar-left {
  padding-right: 30px;
  margin-right: 15px;
  border-right: 1px dotted rgba(150, 150, 150, 0.3);
}
.sidebar.sidebar-right {
  padding-left: 30px;
  margin-left: 15px;
  border-left: 1px dotted rgba(150, 150, 150, 0.3);
}
@media (max-width: 991px) {
  .sidebar {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-left: none !important;
    border-right: none !important;

    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px dotted rgba(150, 150, 150, 0.18);
  }
}

/* ------------------------------------------------------------- *
 * Blog sidebar widgets
/* ------------------------------------------------------------- */

.sidebar-widget {
  margin-top: 50px;
  padding-bottom: 5px;
  overflow: hidden;
}

/* Sidebar headings */
.sidebar-heading {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

/* Sidebar hr-short */
.sidebar-heading + .hr-short {
  margin-top: -17px !important;
  margin-bottom: 30px !important;
}
.sidebar hr.hr-short {
  width: 24px;
  height: 6px;
}

/* Blog sidebar search */
.sidebar-search {
}
#blog-search-form {
}
#blog-search-form button {
}
#blog-search-form .form-control {
}

/* Blog sidebar subscribe */
#sidebar-subscribe-form {
  position: relative;
}
#sidebar-subscribe {
}

/* Blog sidebar categories */
.sidebar-categories {
}
.sidebar-categories > ul > li {
  padding: 5px 0;
  border-top: 1px dotted rgba(150, 150, 150, 0.18);
}
.sidebar-categories > ul > li > a {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  color: #333;
  line-height: 1;
}
.sidebar-categories > ul > li > a:hover {
  color: #000;
}
.sidebar-categories > ul > li:first-child {
  padding-top: 0;
  border: 0;
}
.sidebar-categories > ul > li > a span {
  position: relative;
  float: right;
  top: -3px;
  background-color: #ececec;
  padding: 4px;
  text-align: center;
  font-size: 13px;
  color: #333;
  border-radius: 30px;
}
.sidebar-categories > ul > li > a:hover span {
  background-color: #ffe800;
  color: #333;
}

/* Blog sidebar recent post list */
.sidebar-post-list {
}
.sidebar-post-list > ul > li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 30px;
}
.sidebar-post-list > ul > li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.sidebar-post-list .post-thumb {
  float: left;
  display: block;
  margin: 0 15px 0 0;
  width: 85px;
  height: 70px;
  overflow: hidden;
}
.sidebar-post-list .post-thumb:hover {
}

.sidebar-post-list .post-data {
  display: table;
}
.sidebar-post-list .post-data .post-title {
  margin: 0 0 2px 0;
  font-size: 16px;
  font-weight: 600;
}
.sidebar-post-list .post-data .post-title a {
  color: #333;
}
.sidebar-post-list .post-data .post-title a:hover {
  color: #000;
}
.sidebar-post-list .post-data .author {
  display: block;
  font-size: 14px;
  line-height: 15px;
}
.sidebar-post-list .post-data .author a {
  font-weight: 400;
  color: #333;
}
.sidebar-post-list .post-data .author a:hover {
  color: #000;
}
.sidebar-post-list .post-data .date {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

/* Blog sidebar post comments list */
.sidebar-comments-list {
}

.sidebar-comment-wrap {
  margin-bottom: 25px;
}
.sidebar-comment-wrap:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.sidebar-comment-meta {
  display: table;
}
.sidebar-comment-avatar {
  float: left;
  display: block;
  margin: 0 15px 0 0;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar-comment-avatar:hover {
  opacity: 0.8;
}
.sidebar-comment-data {
  font-size: 12px;
}
.sidebar-comment-data .author {
  display: block;
  font-size: 14px;
}
.sidebar-comment-data .author a {
  color: #333;
}
.sidebar-comment-data .author a:hover {
  color: #000;
}
.sidebar-comment-data .date {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.sidebar-comment-wrap .sidebar-comment {
  clear: both;
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
}
.sidebar-comment-wrap .sidebar-comment a {
  display: block;
  color: #333;
}
.sidebar-comment-wrap .sidebar-comment a:hover {
  color: #000;
}
.sidebar-comment-wrap .sidebar-comment p {
  margin-bottom: 0;
}

/* Blog sidebar tags */
.sidebar-tags {
}
.sidebar-tags li {
  float: left;
  margin: 3px;
}
.sidebar-tags li a {
  display: block;
  background-color: rgba(136, 136, 136, 0.1);
  padding: 2px 8px;
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar-tags li a:hover {
  background-color: #222;
  color: #fff;
}

/* Blog sidebar photo stream */
.sidebar-photo-stream {
}

/* Blog sidebar meta */
.sidebar-meta {
}
.sidebar-meta ul > li > a {
  display: block;
  padding: 3px 0;
  font-size: 17px;
  color: #999;
}
.sidebar-meta ul > li > a:hover {
  color: #000;
}

/* ------------------------------------------------------------- *
 * Shop list section
/* ------------------------------------------------------------- */

#shop-list-section {
}

/* isotope items in shop list section */
@media (max-width: 768px) {
  #shop-list-section .isotope.col-2 .isotope-item,
  #shop-list-section .isotope.col-3 .isotope-item,
  #shop-list-section .isotope.col-4 .isotope-item,
  #shop-list-section .isotope.col-5 .isotope-item,
  #shop-list-section .isotope.col-6 .isotope-item {
    width: 100%;
  }
}

/* shop list item */

.shop-list-item {
  position: relative;
  display: block;
  overflow: hidden;
}

/* shop list item link */
.sli-link {
  display: block;
}

/* shop list item image */
.sli-image {
}

/* shop list item hover 
============================= */
.sli-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffe800;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shop-list-item:hover .sli-hover {
  opacity: 0.95;
  visibility: visible;
}

/* shop list item meta */
.sli-meta {
  position: absolute;
  bottom: 80px;
  left: 10%;
  right: 20%;
  margin-bottom: -7px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shop-list-item:hover .sli-meta {
  opacity: 1;
  margin-bottom: 0;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.sli-title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
}
@media (max-width: 992px) {
  .sli-title {
    font-size: 20px;
  }
}
.sli-category {
  margin: 0;
  font-style: italic;
  font-size: 14px;
  color: #444;
}

/* shop list item meta alternative style */
.sli-meta-alter .sli-meta .sli-title {
  display: inline;
  background-color: #222;
  margin-bottom: 5px;
  padding: 0 3px;
  font-size: 22px;
  color: #fff;
}

/* shop list item meta position (center) */
.sli-meta-center .sli-meta {
  bottom: 55%;
  left: 50%;
  right: auto;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
@media (max-width: 768px) {
  .sli-meta-center .sli-meta {
    bottom: 60%;
  }
}
.sli-meta-center .sli-link {
  margin: 0px 5%;
}

/* shop list item price */
.sli-price {
  margin: 10px 0 20px 0;
  font-size: 30px;
  color: #333;
  line-height: 1.1;
}
.sli-price-old {
  text-decoration: line-through;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.4);
}
.sli-price-new {
}
@media (max-width: 1400px) {
  .sli-price {
    font-size: 22px;
    margin: 10px 0;
  }
}

/* shop list item buttons */
.sli-buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.sli-btn {
  float: left;
  width: 50%;
  padding: 20px 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .sli-btn {
    padding: 12px 5px;
  }
}
.sli-btn-details {
  background-color: #111;
  color: #fff;
}
.sli-btn-details:hover,
.sli-btn-details:focus {
  background-color: #000;
  color: #fff;
}
.sli-btn-cart {
  background-color: #f3df03;
  color: #222;
}
.sli-btn-cart:hover,
.sli-btn-cart:focus {
  background-color: #e4d101;
  color: #222;
}

/* shop list item sale padge */
.sli-sale-padge {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #222;
  padding: 3%;
  font-size: 14px;
  font-weight: 600;
  color: #ffe800;
  opacity: 0;
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#similar-products .owl-carousel .sli-sale-padge {
  /* shop list item sale padge in content carousel */
  top: 30px;
}
.shop-list-item:hover .sli-sale-padge {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);

  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* ------------------------------------------------------------- *
 * Shop product filter
/* ------------------------------------------------------------- */

/* shop product filter trigger 
=============================== */
#shop-filter-trigger {
}

#shop-filter-trigger .sft-icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffe800;
  text-align: center;
  font-size: 18px;
  color: #111;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#shop-filter-trigger:hover .sft-icon {
  background-color: #222;
  color: #fff;
}

/* hide global search trigger if menu is open */
.menu-open #shop-filter-trigger {
  display: none;
}

/* shop product filter 
======================= */
#shop-filter {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding-bottom: 70px;
  z-index: 99998;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (max-width: 480px) {
  #shop-filter {
    width: 100%;
  }
}

.shop-filter-open #shop-filter {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.shop-filter-open:before {
  position: fixed;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99998;
}

.shop-filter-header {
  background-color: #ffe800;
  padding: 17px;
  text-align: left;
  border-bottom: none;
}
.shop-filter-title {
  margin: 0;
  font-size: 14px;
}
.shop-filter-close {
  float: right;
  margin-top: -17px;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
  color: #333;
  opacity: 1;
  text-shadow: none;
  outline: none;
}
.shop-filter-close:hover,
.shop-filter-close:focus {
  opacity: 0.8;
}

/* shop filter inner */
.shop-filter-inner {
  height: 100%;
  overflow-y: auto;
  padding: 30px 30px 10px 30px;
}
@media (min-width: 992px) {
  /* hide scrollbar on larger screens */
  .shop-filter-inner {
    margin-right: -17px;
  }
}

.shop-filter-box {
  margin-bottom: 40px;
}
.shop-filter-box .sfb-heading {
  font-size: 16px;
  font-weight: bold;
}

.shop-filter-box label {
  font-size: 16px;
}

.shop-filter-box select {
  height: 42px;
  font-size: 16px;
}

/* product filter count */
.filter-count {
  font-size: 13px;
  color: #888;
}

/* product search */
#product-search-form {
}
#product-search-input {
  height: 42px;
  background-color: rgba(255, 255, 255, 0.08);
  font-size: 16px;
}
#product-search .form-btn-inside button {
  color: #bbb;
}

/* product categories */
.product-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-categories > li {
  padding: 6px 0;
}
.product-categories > li > a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 1;
}
.product-categories > li > a:hover {
  color: #000;
}
.product-categories > li > a span {
  position: relative;
  float: right;
  top: -3px;
  background-color: #ececec;
  padding: 4px;
  text-align: center;
  font-size: 11px;
  color: #333;
  border-radius: 30px;
}
.product-categories > li > a:hover span,
.product-categories > li.active > a span {
  background-color: #ffe800;
}

/* ------------------------------------------------------------- *
 * Shopping cart
/* ------------------------------------------------------------- */

/* shopping cart trigger */
#shopping-cart-trigger {
}
#shopping-cart-trigger .cart-icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffe800;
  text-align: center;
  font-size: 18px;
  color: #111;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#shopping-cart-trigger:hover .cart-icon {
  background-color: #222;
  color: #fff;
}
.cart-num {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 18px;
  height: 19px;
  line-height: 18px;
  text-align: center;
  background-color: #ff003e;
  font-size: 13px;
  color: #fff;
  border-radius: 20px;
}

/* shopping cart modal 
======================= */
.cart-content {
  max-height: 360px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .cart-content {
    max-height: 100%;
  }
}

/* shopping cart product list */
.cart-product-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-product-list li {
}

/* shopping cart product */
.cart-product {
  position: relative;
  background-color: rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
  padding: 15px;
  color: #333;
  overflow: hidden;
}
.cart-product:hover {
  background-color: rgba(0, 0, 0, 0.072);
}

/* shopping cart product thumbnail */
.cart-pr-thumb {
  float: left;
  display: block;
  margin: 0 15px 0 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

/* shopping cart product info */
.cart-pr-info {
  display: table;
}
.cart-pr-title {
  margin: 0 0 10px 0;
  font-size: 19px;
  color: #333;
}
.cart-pr-title:hover {
  color: #000;
}
.cart-pr-price {
  font-size: 14px;
  color: #333;
}
.cart-pr-quantity {
  font-size: 14px;
  color: #999;
}

/* shopping cart product remove button */
.cart-pr-remove {
  position: absolute;
  top: 4px;
  right: 8px;
  line-height: 16px;
  font-size: 36px;
  color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  visibility: hidden;
}
.cart-product:hover .cart-pr-remove {
  visibility: visible;
}
.cart-pr-remove:hover,
.cart-pr-remove:focus {
  color: #ff003e;
}
@media (max-width: 1200px) {
  .cart-pr-remove {
    visibility: visible;
  }
}

/* shopping cart subtotal */
.cart-total {
  padding: 0 0 20px 0;
  text-align: right;
  font-size: 24px;
}
.cart-total span {
  color: #69ce00;
}

/* hide shopping cart trigger if menu is open */
.menu-open #shopping-cart-trigger {
  display: none;
}

/* ------------------------------------------------------------- *
 * Shop single product
/* ------------------------------------------------------------- */

#shop-single-section {
}

/* single product image 
======================== */
.shop-single-image {
}

/* single product big image */
.ss-big-image-wrap {
  position: relative;
  display: block;
}

/* single product image thumbnails */
.shop-single-image-thumbs {
}
.ssi-thumb-wrap {
  position: relative;
  display: block;
  background-color: #000;
}
.ssi-thumb {
  width: 100%;
  padding-bottom: 90%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .ssi-thumb-wrap:hover .ssi-thumb {
    opacity: 0.9;
  }
}

/* single product image view more button */
.ssi-view-more {
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #ffe800;
  text-align: center;
  font-size: 14px;
  color: #333;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.ss-big-image-wrap:hover .ssi-view-more,
.ssi-thumb-wrap:hover .ssi-view-more {
  bottom: 20px;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 992px) {
  .ss-big-image-wrap:hover .ssi-view-more,
  .ssi-thumb-wrap:hover .ssi-view-more {
    display: none;
  }
}

/* single product sale padge */
.ss-sale-padge {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #222;
  padding: 2.5%;
  font-size: 16px;
  font-weight: 600;
  color: #ffe800;
}

/* single product summary 
========================== */
.shop-single-summary {
  padding: 10% 10% 0 10%;
}
@media (max-width: 768px) {
  .shop-single-summary {
    padding: 10% 4% 0 4%;
  }
}

/* single product title */
.single-product-title {
}

/* single product price */
.single-product-price {
  margin-bottom: 0;
  font-size: 34px;
}
.single-product-price-old {
  text-decoration: line-through;
  font-size: 28px;
  color: #b9b9b9;
}
.single-product-price-new {
  margin-bottom: 15px;
  /* color: #ff003e; */
  line-height: 1;
}

/* product availability */
.product-availability {
  margin-bottom: 20px;
}
.product-availability .in-stock {
  color: #888;
}
.product-availability .out-of-stock {
  color: #ff003e;
}

/* product ratting review */
.product-ratting-review {
  margin: 5px 0 40px 0;
}
@media (min-width: 768px) {
  .product-ratting-review {
    text-align: right;
  }
}
.product-ratting {
  font-size: 15px;
  color: #222;
}
.product-ratting-review .review-count {
  font-size: 16px;
  color: #888;
}
.product-ratting-review .review-count:hover {
  color: #000;
}

/* product short description */
.product-short-description {
  margin-bottom: 40px;
}

/* product add to cart */
.product-add-to-cart {
  margin-bottom: 40px;
  overflow: hidden;
}

/* product quantity */
.product-quantity {
  margin: 6px 15px 15px 0;
  overflow: hidden;
}
.product-quantity .inc.qtybutton,
.product-quantity .dec.qtybutton {
  float: left;
  width: 54px;
  height: 48px;
  line-height: 46px;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 25px;
  color: #333;
  cursor: pointer;
  border: 1px solid #eaeaea;
}
.product-quantity .inc.qtybutton:hover,
.product-quantity .dec.qtybutton:hover {
  background-color: #eaeaea;
}

input.cart-plus-minus-box {
  float: left;
  width: 55px;
  height: 48px;
  padding: 8px;
  text-align: center;
  font-size: 18px;
  color: #333;
  border: 1px solid #eaeaea;
  border-width: 1px 0 1px 0;
}
input.cart-plus-minus-box:focus {
  outline: none;
}

/* product buttons */
.product-buttons {
  overflow: hidden;
}
.product-buttons button,
.product-buttons .btn {
  float: left;
  margin: 6px 6px 0 0;
}

/* product options */
.product-options {
  max-width: 300px;
  margin-bottom: 40px;
}

/* product meta */
.product-meta {
  margin-bottom: 40px;
}

.product-sku {
}
.product-sku .sku {
  color: #888;
}

.product-category {
}
.product-category a {
  color: #888;
}
.product-category a:hover {
  color: #000;
}

.product-tags {
}
.product-tags a {
  color: #888;
}
.product-tags a:hover {
  color: #000;
}

/* product tabs 
================ */
.product-tabs {
  margin: 10% 0;
}

.product-tabs .nav-tabs > li > a,
.product-tabs .nav-pills > li > a {
  padding: 20px 20px;
}
.product-tabs .nav-justified.nav-tabs > li > a,
.product-tabs .nav-justified.nav-pills > li > a {
  padding: 30px 20px;
}

.product-tabs .tab-content {
  margin-top: 40px;
}

/* product rewiews */
.product-review-wrap {
}
.product-reviews {
}
.product-reviews-heading {
  margin-bottom: 40px;
  font-size: 24px;
}

/* product single review */
.product-single-review {
  background-color: rgba(255, 232, 0, 0.12);
  margin-bottom: 15px;
  padding: 30px;
}
.psr-meta {
  margin-bottom: 15px;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px dotted rgba(150, 150, 150, 0.18);
}
.psr-author {
  float: left;
  font-size: 16px;
}
.psr-author span {
  font-size: 14px;
  color: #a09f8c;
}
.psr-meta .product-ratting {
  float: right;
}
.psr-text {
}

/* product review form */
#product-review-form {
  background-color: #f1f1f1;
  margin-top: 60px;
  padding: 5%;
}

.product-add-ratting {
  max-width: 300px;
  margin: 30px 0 20px 0;
  padding: 0;
  list-style: none;
}

/* shop single nav back to list */
.ss-back-to-list {
  display: block;
  background-color: #fff266;
  padding: 60px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ss-back-to-list:hover,
.ss-back-to-list:focus {
  background-color: #ffe800;
  color: #333;
}

/* ------------------------------------------------------------- *
 *  Shop similar products
/* ------------------------------------------------------------- */

#similar-products {
}
@media (max-width: 768px) {
  #similar-products {
    margin-top: 10%;
  }
}

/* similar products heading */
.similar-products-heading {
  position: absolute;
  top: 0;
  left: 4%;
  background-color: #ffe800;
  margin: 0;
  padding: 0 5px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .similar-products-heading {
    left: 1%;
    font-size: 28px;
  }
}

/* similar products carousel */
#similar-products .nav-outside-top .owl-nav {
  top: -20px;
}
@media (max-width: 400px) {
  #similar-products .nav-outside-top .owl-nav {
    display: none;
  }
}

/* ------------------------------------------------------------- *
 *  Shop cart (page)
/* ------------------------------------------------------------- */

#shop-cart-section {
  padding: 5% 0;
}

/* cart list */
.cart-list {
  padding: 3% 3% 2% 3%;
  border: 1px solid #eaeaea;
}

/* cart table */
.cart-table {
}
.cart-table .product-remove a,
.cart-table .product-name a {
  color: #333;
}
.cart-table .product-remove a:hover,
.cart-table .product-name a:hover {
  color: #888;
}

.cart-table thead {
}
.cart-table thead > tr > th {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart-table .product-thumbnail > a {
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 100px;
}
.cart-table .product-thumbnail > a:hover {
  opacity: 0.8;
}

.cart-table > tbody > tr > td,
.cart-table > tbody > tr > th,
.cart-table > tfoot > tr > td,
.cart-table > tfoot > tr > th,
.cart-table > thead > tr > td,
.cart-table > thead > tr > th {
  vertical-align: middle;
}

/* cart table product quantity */
.cart-table .product-quantity .inc.qtybutton,
.cart-table .product-quantity .dec.qtybutton,
.cart-table input.cart-plus-minus-box {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
}

/* discount code */
.discount-code-wrap {
  background-color: #f1f1f1;
  margin-top: 50px;
  padding: 5%;
  border: 1px solid #eaeaea;
}
.discount-code {
}

/* cart totals */
.cart-totals {
  background-color: #f1f1f1;
  margin-top: 50px;
  padding: 5%;
  border: 1px solid #eaeaea;
}
.proceed-to-checkout {
  text-align: right;
}

/* ------------------------------------------------------------- *
 *  Shop checkout (page)
/* ------------------------------------------------------------- */

#shop-checkout-section {
  padding: 5% 0;
}

/* checkout wrap */
.checkout-wrap {
}

/* checkout form wrap */
.checkout-form-wrap {
  margin-top: 50px;
}
.checkout-form {
}

/* billing details */
.billing-details {
  background-color: #f1f1f1;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 3% 3% 2% 3%;
  border: 1px solid #eaeaea;
}

/* your order */
.your-order {
  margin-bottom: 40px;
  padding: 3% 3% 0 3%;
  border: 1px solid #eaeaea;
}

/* payment methods */
.payment-methods {
  background-color: #f1f1f1;
  margin-bottom: 40px;
  padding: 3% 3% 2% 3%;
  border: 1px solid #eaeaea;
}
.payment-methods > ul > li {
  padding: 5px 0;
}

/* checkout table */
.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  vertical-align: middle;
}
.checkout-table .product-thumbnail > a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100px;
}
.checkout-table .product-thumbnail > a:hover {
  opacity: 0.8;
}

/* ------------------------------------------------------------- *
 * Thumbnail list
/* ------------------------------------------------------------- */

.thumb-list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.thumb-list > li {
  float: left;
}

/* thumbnail list item */
.thumb-list .thumb-list-item {
  display: block;
  padding-bottom: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.thumb-list .thumb-list-item:hover {
  opacity: 0.7;
}

/* thumbnail list columns */
.thumb-list.col-2 > li {
  width: 50%;
}
.thumb-list.col-3 > li {
  width: 33.33333333%;
}
.thumb-list.col-4 > li {
  width: 25%;
}
.thumb-list.col-5 > li {
  width: 20%;
}
.thumb-list.col-6 > li {
  width: 16.66666666666667%;
}

/* thumbnail list gutter (more space between items) */
.thumb-list.gutter-1 > li {
  padding: 1px;
}
.thumb-list.gutter-2 > li {
  padding: 2px;
}
.thumb-list.gutter-3 > li {
  padding: 3px;
}
.thumb-list.gutter-4 > li {
  padding: 4px;
}
.thumb-list.gutter-5 > li {
  padding: 5px;
}

/* ------------------------------------------------------------------------------------------------------------------------- *
 *  Split box
 *  based on - Bootstrap 3 responsive columns of same height
 *  source and tutorial: http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
 *  Note: look into "helper.css" file to find source code.
/* ------------------------------------------------------------------------------------------------------------------------- */

.split-box {
}

/* split box content 
==================== */
.split-box-content {
  position: relative;
  padding: 10% 10%;
  z-index: 9;
}
@media (max-width: 1200px) {
  .split-box-content {
    padding: 10% 5%;
  }
}
@media (max-width: 768px) {
  .split-box-content {
    padding: 10% 2%;
  }
}

/* split box image 
=================== */
.split-box-image {
}
@media (max-width: 992px) {
  .split-box-image {
  }
}

/* split box image height */
.sbi-height {
}
@media (max-width: 992px) {
  .sbi-height {
    padding-bottom: 60% !important;
  }
}
@media (max-width: 768px) {
  .sbi-height {
    padding-bottom: 80% !important;
  }
}

/* split box image cover 
======================== */
.split-box-image.cover-left:before,
.split-box-image.cover-right:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* split box image cover left angle */
.split-box-image.cover-left:before {
  background-color: #00eaff;
}
@media (min-width: 992px) {
  .split-box-image.cover-left:before {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  .split-box-image.cover-left:hover:before {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

/* split box image cover right angle */
.split-box-image.cover-right:before {
  background-color: #002eff;
}
@media (min-width: 992px) {
  .split-box-image.cover-right:before {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  .split-box-image.cover-right:hover:before {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

/* ------------------------------------------------------------- *
 *  Team section
/* ------------------------------------------------------------- */

#team-section {
}

/* team member */
.team-member {
  position: relative;
  overflow: hidden;
}

/* team member image */
.team-member-image-wrap {
  position: relative;
  padding-bottom: 70%;
}
.team-member-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}

/* team member info wrap */
.team-member-info-wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 70%;
}
@media (max-width: 767px) {
  .team-member-info-wrap {
    min-height: 200px;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .team-member-info-wrap {
    min-height: 180px;
    padding-bottom: 0;
  }
}
@media (max-width: 320px) {
  .team-member-info-wrap {
    min-height: 160px;
    padding-bottom: 0;
  }
}

/* team member ghost (initial) */
.tm-ghost {
  position: absolute;
  top: 45%;
  left: 50%;
  font-size: 650px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 40px 15px #222;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .tm-ghost {
    font-size: 500px;
  }
}
@media (max-width: 992px) {
  .tm-ghost {
    display: none;
  }
}

/* team member info */
.team-member-info {
  position: absolute;
  bottom: -45px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.08);
}
.team-member-info:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffe800;
  z-index: -1;
  opacity: 0.98;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-member-info.tm-info-right {
  left: -15%;
  padding: 11% 20% 11% 20%;
}
.team-member-info.tm-info-right:before {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.team-member-info:hover.tm-info-right:before {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.team-member-info.tm-info-left {
  right: -15%;
  padding: 11% 20% 11% 20%;
  text-align: right;
}
.team-member-info.tm-info-left:before {
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.1);
}
.team-member-info:hover.tm-info-left:before {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@media (max-width: 767px) {
  .team-member-info.tm-info-left,
  .team-member-info.tm-info-right {
    left: 5%;
    right: 5%;
    top: -15%;
    bottom: -80px;
    padding-left: 15%;
    padding-right: 15%;
  }
}

/* team member name */
.team-member-name {
  display: inline;
  background-color: #111;
  padding: 0 3px;
  margin: 0;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 1200px) {
  .team-member-name {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .team-member-name {
    font-size: 19px;
  }
}

/* team member status */
.team-member-status {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* ------------------------------------------------------------- *
 *  Contact section 
/* ------------------------------------------------------------- */

#contact-section {
  background-color: #fff;
}

/* contact info 
================= */
.contact-info-wrap {
  color: #fff;
}
@media (min-width: 992px) {
  .contact-info-wrap {
    margin-left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 992px) {
  .contact-info-wrap {
    padding: 10%;
  }
}

.contact-info {
}
.contact-info a {
  color: #ffe800;
}

/* contact form 
================= */
#contact-form {
}

/* contact form info */
.contact-form-info {
  margin-bottom: 40px;
}

/* contact form inner */
.contact-form-inner {
  padding: 10% 10% 5% 10%;
}
@media (max-width: 768px) {
  .contact-form-inner {
    padding: 10% 2%;
  }
}

/* contact form style */
#contact-form .form-control {
  padding-left: 0;
  border: none;
  border-bottom: 1px solid rgba(148, 148, 148, 0.17);
}
#contact-form textarea[name="message"] {
  resize: none;
}

/* ------------------------------------------------------------- *
 *  Contact simple section
/* ------------------------------------------------------------- */

#contact-simple-section {
}

/* contact simple info 
======================= */
.contact-simple-info-wrap {
  padding: 30% 2% 30% 20%;
  color: #fff;
}
@media (max-width: 992px) {
  .contact-simple-info-wrap {
    padding: 20% 2% 20% 25%;
  }
}
@media (max-width: 768px) {
  .contact-simple-info-wrap {
    padding-left: 0;
  }
}

.contact-simple-info {
}
.contact-simple-info a {
  color: #ffe800;
}

/* contact simple social buttons  
================================= */
#contact-simple-section .social-buttons {
  padding: 15% 0;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  #contact-simple-section .social-buttons {
    width: 100%;
    margin-left: 50%;
    padding: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* ------------------------------------------------------------- *
 *  Map section 
/* ------------------------------------------------------------- */

#map-section {
  background-color: #fff;
}

#map {
  width: 100%;
  min-height: 320px;
  padding-bottom: 30%;
}

/* ------------------------------------------------------------- *
 *  Search results section
/* ------------------------------------------------------------- */

#search-results-section {
}

/* search results */
.search-results {
}

.search-results .row-height,
.search-results .row-sm-height,
.search-results .row-md-height,
.search-results .row-lg-height {
  padding-left: 15px;
  padding-right: 15px;
}

/* no search results */
.no-search-results {
  background-color: #fffcd9;
  padding: 40px;
  margin: 80px 0 100px 0;
}

/* search results head */
.search-results-head {
  margin-top: 80px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(132, 132, 132, 0.15);
}
.search-results-head .sr-count {
  display: block;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .search-results-head .sr-count {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

/* search results item 
====================== */
.search-results-item {
  background-color: #f3f3f3;
  margin-bottom: 50px;
}
.search-results-item:hover {
  background-color: #f1f1f1;
}

/* search results item image */
.sr-item-image {
}
@media (max-width: 992px) {
  .sr-item-image {
    display: block;
    padding-bottom: 60%;
    width: 100%;
  }
}

/* search results item info */
.sr-item-info {
  padding: 3% 2% 3% 5%;
}
@media (max-width: 992px) {
  .sr-item-info {
    padding: 3% 0;
  }
}

/* search results item category */
.sr-item-category {
  display: inline-block;
  background-color: #ffe800;
  margin-bottom: 12px;
  padding: 0 5px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
.sr-item-category a {
  color: #111;
}

/* search results item title */
.sr-item-title,
.sr-item-title h2 {
  display: block;
  margin: 0;
  line-height: 1.3;
  font-weight: 600;
  font-size: 28px;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .sr-item-title,
  .sr-item-title h2 {
    font-size: 20px;
  }
}

/* search results item price */
.sr-item-price {
  margin: 20px 0 0 0;
  font-size: 30px;
  color: #333;
  line-height: 1.1;
}
.sr-item-price-old {
  text-decoration: line-through;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.4);
}
.sr-item-price-new {
}

/* search results item description */
.sr-item-desc {
  margin: 20px 0 0 0;
}

/* search results item meta */
.sr-item-meta {
  margin-top: 10px;
  font-style: italic;
  font-size: 14px;
  color: #aaa;
}
.sr-item-meta span {
}
.sr-item-meta a {
  padding-bottom: 2px;
  color: #aaa;
}

/* ------------------------------------------------------------- *
 *  Page section
/* ------------------------------------------------------------- */

#page-section {
  padding: 5% 0;
}

/* ------------------------------------------------------------- *
 *  Content carousel - CC (based on OWL Carousel)
/* ------------------------------------------------------------- */

.owl-carousel {
}
.owl-carousel .owl-item {
  z-index: 9;
  overflow: hidden;
  /* image flickering fix */
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slideshow fadeIn/fadeOut animations */
.owl-item.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.owl-item.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* OWL controls */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
}

/* Prev/Next buttons */
.owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ffe800;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 19px;
  color: #fff;
  opacity: 0;
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../img/arrow-left-dark.png);
  background-repeat: no-repeat;
  background-position: center;
}
.owl-carousel .owl-nav button.owl-next {
  background-image: url(../img/arrow-right-dark.png);
  background-repeat: no-repeat;
  background-position: center;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #ffe800;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0px;
}
.owl-carousel:hover .owl-nav button.owl-prev {
  left: 20px;
}
.owl-carousel:hover .owl-nav button.owl-next {
  right: 20px;
}

/* Prev/Next buttons disabled (no loop) */
.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0;
  visibility: hidden;
  cursor: default;
}
.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0;
  visibility: hidden;
  cursor: default;
}

/* Prev/Next buttons rounded */
.nav-rounded .owl-nav button.owl-prev,
.nav-rounded .owl-nav button.owl-next {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

/* Prev/Next nav buttons positions 
=================================== */
/* Prev/Next buttons position outside (left/right) */
.owl-carousel.nav-outside .owl-nav button.owl-prev,
.owl-carousel.nav-outside .owl-nav button.owl-next {
  width: 40px;
  height: 32px;
  line-height: 40px;
  background-color: transparent;
  font-size: 17px;
  color: #fff;
  opacity: 1;
}
.owl-carousel.nav-outside .owl-nav button.owl-prev:hover,
.owl-carousel.nav-outside .owl-nav button.owl-next:hover {
  color: #fff;
}
.owl-carousel.nav-outside .owl-nav button.owl-prev.disabled,
.owl-carousel.nav-outside .owl-nav button.owl-next.disabled {
  opacity: 0;
  visibility: hidden;
}
.owl-carousel.nav-outside .owl-nav button.owl-prev {
  left: -55px;
}
.owl-carousel.nav-outside .owl-nav button.owl-next {
  right: -55px;
}
@media (max-width: 1300px) {
  .owl-carousel.nav-outside .owl-nav button.owl-prev,
  .owl-carousel.nav-outside .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffe800;
    -webkit-background-size: 67%;
    background-size: 67%;
  }
  .owl-carousel.nav-outside .owl-nav button.owl-prev {
    left: 15px;
  }
  .owl-carousel.nav-outside .owl-nav button.owl-next {
    right: 15px;
  }
}

/* Prev/Next nav buttons position outside top */
.nav-outside-top .owl-nav {
  position: absolute;
  top: -55px;
  right: 1%;
  width: 128px;
}
.nav-outside-top .owl-nav button.owl-prev,
.nav-outside-top .owl-nav button.owl-next {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background-color: #ffe800;
  font-size: 14px;
  color: #fff;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.nav-outside-top .owl-nav button.owl-prev:hover,
.nav-outside-top .owl-nav button.owl-next:hover {
  background-color: #ffe800;
  color: #fff;
}
.nav-outside-top .owl-nav button.owl-prev.disabled,
.nav-outside-top .owl-nav button.owl-next.disabled {
  visibility: visible;
  opacity: 0.2;
  color: #a4aaad;
}
.nav-outside-top:hover .owl-nav button.owl-prev {
  left: 0;
}
.nav-outside-top:hover .owl-nav button.owl-next {
  right: 0;
}

/* Prev/Next nav buttons position bottom right */
.nav-bottom-right .owl-nav {
  position: absolute;
  top: auto;
  bottom: 85px;
  right: 3%;
  width: 128px;
}
@media (max-width: 768px) {
  .nav-bottom-right .owl-nav {
    bottom: 75px;
    right: 20px;
  }
}
.nav-bottom-right .owl-nav button.owl-prev,
.nav-bottom-right .owl-nav button.owl-next {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background-color: #ffe800;
  font-size: 14px;
  color: #fff;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.nav-bottom-right .owl-nav button.owl-prev:hover,
.nav-bottom-right .owl-nav button.owl-next:hover {
  background-color: #ffe800;
  color: #fff;
}
.nav-bottom-right .owl-nav button.owl-prev.disabled,
.nav-bottom-right .owl-nav button.owl-next.disabled {
  visibility: visible;
  opacity: 0.2;
  color: #a4aaad;
}
.nav-bottom-right:hover .owl-nav button.owl-prev {
  left: 0;
}
.nav-bottom-right:hover .owl-nav button.owl-next {
  right: 0;
}

/* Dots */
.owl-dots,
.owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 10px;
  margin-top: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-dots button.owl-dot {
  display: inline-block;
  outline: none;
}
.owl-dots button.owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 3px;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 3px solid #444;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
  width: 15px;
  height: 15px;
  background-color: #ffe800;
}
.owl-dots button.owl-dot.active span {
}

/* Dots rounded */
.dots-rounded .owl-dots button.owl-dot span {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* Dots positions
=================== */
/* Dots position outside */
.dots-outside {
  margin-bottom: 60px;
}
.dots-outside .owl-dots,
.dots-outside .owl-nav.disabled + .owl-dots {
  bottom: -42px;
}

/* Dots position left */
.dots-left .owl-dots,
.dots-left .owl-nav.disabled + .owl-dots {
  left: 3%;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Dots position right */
.dots-right .owl-dots,
.dots-right .owl-nav.disabled + .owl-dots {
  left: inherit;
  right: 3%;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* CC item */
.owl-carousel .cc-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.owl-carousel .cc-item.bg-image {
  /* if CC item contains background image */
  min-height: 300px;
}

/* CC caption */
.owl-carousel .cc-caption {
  position: absolute;
  z-index: 9;
}
.owl-carousel .cc-caption.caption-animate {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.owl-carousel .owl-item.active .cc-caption.caption-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translatey(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);

  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* CC title */
.owl-carousel .cc-title {
  display: inline;
  background-color: #000;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  opacity: 0.85;
}
.owl-carousel .cc-caption .heading-title {
  font-weight: 500;
}
.owl-carousel .cc-description {
  margin: 5px 0 0 0;
  font-size: 16px;
}

/* CC title sizes */
.owl-carousel .cc-title.cc-title-xs {
  font-size: 16px;
}
.owl-carousel .cc-title.cc-title-sm {
  font-size: 28px;
}
.owl-carousel .cc-title.cc-title-lg {
  font-size: 34px;
}
.owl-carousel .cc-title.cc-title-xlg {
  font-size: 48px;
}
@media (max-width: 992px) {
  .owl-carousel .cc-title.cc-title-lg,
  .owl-carousel .cc-title.cc-title-xlg {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .owl-carousel .cc-title.cc-title-lg,
  .owl-carousel .cc-title.cc-title-xlg {
    font-size: 28px;
  }
}

/* CC caption positions 
======================== */
/* position top */
.owl-carousel .cc-caption.top-left {
  top: 10%;
  left: 5%;
  text-align: left;
}
.owl-carousel .cc-caption.top-center {
  top: 10%;
  left: 50%;
  text-align: center;
  -moz-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
.owl-carousel .cc-caption.top-right {
  top: 10%;
  right: 5%;
  text-align: right;
}

/* position center */
.owl-carousel .cc-caption.center-left {
  top: 50%;
  left: 5%;
  text-align: left;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.owl-carousel .cc-caption.center {
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.owl-carousel .cc-caption.center-right {
  top: 50%;
  right: 5%;
  text-align: right;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

/* position bottom */
.owl-carousel .cc-caption.bottom-left {
  bottom: 10%;
  left: 5%;
  text-align: left;
}
@media (max-width: 768px) {
  .owl-carousel .cc-caption.bottom-left {
    bottom: 45px;
  }
}
.owl-carousel .cc-caption.bottom-center {
  bottom: 10%;
  left: 50%;
  text-align: center;
  -moz-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
.owl-carousel .cc-caption.bottom-right {
  bottom: 10%;
  left: auto;
  right: 5%;
  text-align: right;
}

/* if "nav-bottom-right" enabled */
.owl-carousel.nav-bottom-right .cc-caption.bottom-center,
.owl-carousel.nav-bottom-right .cc-caption.bottom-right {
  bottom: 110px;
}
@media (max-width: 768px) {
  .owl-carousel.nav-bottom-right .cc-caption.bottom-left,
  .owl-carousel.nav-bottom-right .cc-caption.bottom-center,
  .owl-carousel.nav-bottom-right .cc-caption.bottom-right {
    bottom: 110px;
  }
}

/* owl video play icon */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center;
  cursor: pointer;
  z-index: 1;
  border-radius: 80px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* ------------------------------------------------------------- *
 *  Clients carousel (based on content carousel)
/* ------------------------------------------------------------- */

.clients-carousel {
  padding: 25% 5%;
}
@media (max-width: 1200px) {
  .clients-carousel {
    padding: 30% 5%;
  }
}
@media (max-width: 991px) {
  .clients-carousel {
    padding: 10% 15px;
  }
}

/* client image */
.clients-carousel .client-image {
}
.clients-carousel .client-image img {
  width: auto;
  margin: 0 auto;
}
.clients-carousel .client-image:hover img {
}

/* clients carousel dots (overwrites content carousel default dots style) */
.clients-carousel .dots-outside .owl-dots,
.clients-carousel .dots-outside .owl-nav.disabled + .owl-dots {
  bottom: -60px;
}

/* --------------------------------------------------------------- *
 * Magnific Popup: http://dimsemenov.com/plugins/magnific-popup/
/* --------------------------------------------------------------- */

.mfp-wrap,
.mfp-bg {
  z-index: 99999;
}

/* fade in */
.mfp-fadein .mfp-container,
.mfp-fadein.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mfp-fadein.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-fadein.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-fadein.mfp-removing .mfp-container,
.mfp-fadein.mfp-removing.mfp-bg {
  opacity: 0;
}

/* left/right arrow */
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow.mfp-arrow-left {
  background: url(../img/arrow-left-light.png) no-repeat center;
}
.mfp-arrow.mfp-arrow-right {
  background: url(../img/arrow-right-light.png) no-repeat center;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  display: none;
}

/* pop-up image title */
.mfp-title {
  font-size: 14px;
}

/* ------------------------------------------------------------- *
 * YTPlayer: https://github.com/pupunzi/jquery.mb.YTPlayer;
/* ------------------------------------------------------------- */

.youtube-bg {
  position: relative;
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.YTPOverlay {
  background-color: transparent;
}
.YTPOverlay.raster {
  background: url("../vendor/ytplayer/images/raster.png"); /* "raster.png" or "raster_dot.png" */
  background-color: rgba(0, 0, 0, 0.6);
}
.youtube-bg.YTPFullscreen .YTPOverlay,
.youtube-bg.YTPFullscreen .YTPOverlay.raster,
.youtube-bg.YTPFullscreen .cover {
  display: none;
}

/* Video control bar */
.mb_YTPBar,
.mb_YTPBar.visible {
  opacity: 0.1;
  z-index: 9;
}
.mb_YTPBar,
.mb_YTPBar .buttonBar {
  padding: 4px 4px 0px 4px;
}
.mb_YTPBar,
.mb_YTPBar .mb_YTPProgress,
.mb_YTPBar .mb_YTPLoaded,
.mb_YTPBar .mb_YTPseekbar {
  height: 4px;
}
.mb_YTPBar .mb_YTPProgress,
.mb_YTPBar .mb_YTPLoaded {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPseekbar {
  background: #f20000;
  cursor: pointer;
}

/* Video control elements */
.mb_YTPBar span.mb_OnlyYT {
  left: 250px;
  right: auto;
}
@media (min-width: 480px) {
  .mb_YTPBar span.mb_OnlyYT {
    left: 330px;
  }
}

/* YTPlayer full size
======================= */
.youtube-bg-wrap.ytp-full,
.youtube-bg-wrap.ytp-full .inline-YTPlayer,
.youtube-bg-wrap.ytp-full .youtube-bg {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.youtube-bg-wrap.ytp-full .youtube-bg {
  padding-bottom: 0 !important;
  height: auto !important;
}

/* ------------------------------------------------------------- *
 * Modal
/* ------------------------------------------------------------- */

body.modal-open {
  overflow-y: scroll !important;
  padding-right: 0 !important;
}
.modal-open .modal {
  padding-right: 0 !important;
}

.modal {
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 99999;
}
.modal-backdrop.in,
.modal-backdrop.fade.in {
  opacity: 0;
}

.modal-dialog {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}

/* modal header */
.modal-header {
  background-color: #ffe800;
  padding: 15px;
  text-align: left;
  border-bottom: none;
  color: #333;
}
.modal-header .close {
  margin-top: -14px;
  font-size: 42px;
  font-weight: 400;
  opacity: 1;
  text-shadow: none;
}
.modal-header .close:hover {
  opacity: 0.6;
}
.modal-header .close:active,
.modal-header .close:focus {
  outline: none;
}
.modal-title {
  font-size: 14px;
}

/* modal footer */
.modal-footer {
  padding: 15px;
  text-align: left;
  font-size: 14px;
  border: none;
}

/* modal content */
.modal-content {
  position: relative;
  background-color: transparent;
  z-index: 2;
  border: none;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  }
}

/* Modal position senter 
========================= */
@media (min-width: 768px) {
  .modal-center .modal-dialog {
    position: absolute;
    top: 45%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}

/* Modal sidebar left/right
============================ */
.modal.modal-left.fade,
.modal.modal-right.fade {
  opacity: 1;
}
.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 40%;
  height: 100%;
  top: 0;
  bottom: 0;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .modal.modal-left .modal-dialog,
  .modal.modal-right .modal-dialog {
    width: 80%;
  }
}

/* Left */
.modal.modal-left .modal-dialog {
  left: -40%;
}
.modal.modal-left.in .modal-dialog {
  left: 0;
}
@media (max-width: 768px) {
  .modal.modal-left .modal-dialog {
    left: -80%;
  }
}

/* Right */
.modal.modal-right .modal-dialog {
  right: -40%;
}
.modal.modal-right.in .modal-dialog {
  right: 0;
}
@media (max-width: 768px) {
  .modal.modal-right .modal-dialog {
    right: -80%;
  }
}

/* Modal sidebar style 
======================= */
.modal.modal-left,
.modal.modal-right {
  background-color: transparent;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
  height: 100%;
  padding-bottom: 104px;
  border-radius: 0;
  border: none;
}

.modal.modal-left .modal-header,
.modal.modal-right .modal-header {
  border: none;
}
.modal.modal-left .modal-title,
.modal.modal-right .modal-title {
  font-size: 14px;
}
.modal.modal-left .modal-header .close,
.modal.modal-right .modal-header .close {
}

.modal.modal-left .modal-footer,
.modal.modal-right .modal-footer {
  font-size: 14px;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
  padding: 5%;
  height: 100%;
  overflow-y: auto;
}

/* ------------------------------------------------------------- *
 * Modal share
/* ------------------------------------------------------------- */

.modal-share {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.modal-share-image {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  background-color: rgba(128, 128, 128, 0.24);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 120px;
}
.modal-share-title {
  font-size: 17px;
  margin-bottom: 40px;
}

/* modal share social buttons */
.modal-share .social-buttons {
}

/* modal share grab link */
.modal-share .grab-link {
  display: block;
  width: 80%;
  height: 49px;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 30px auto 0 auto;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid rgba(125, 125, 125, 0.13);
}
@media (max-width: 768px) {
  .modal-share .grab-link {
    width: 100%;
  }
}

/* Content share trigger
========================= */
.content-share-trigger {
}

/* portfolio single share button icon */
.content-share-trigger .content-share-icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffe800;
  text-align: center;
  font-size: 18px;
  color: #111;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-share-trigger .content-share-icon:hover {
  background-color: #222;
  color: #fff;
}

/* hide content share button if menu is open */
.menu-open .content-share-trigger {
  display: none;
}

/* ------------------------------------------------------------- *
 * Pagination
/* ------------------------------------------------------------- */

.pagination-wrap {
  background-color: #f1f1f1;
  padding: 50px 15px;
  text-align: center;
  line-height: 0;
}

/* pagination */
.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.pagination > li {
  display: inline-block;
  margin: 8px 0;
}

/* pagination links */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 8px;
  margin: 0;
  line-height: 1.42857143;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
.pagination > li > a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pagination > li > a:hover:before {
  width: 100%;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #333;
  background-color: transparent;
  aborder-bottom: 2px solid #333;
}

/* pagination active */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #333;
  cursor: default;
  background-color: transparent;
}
.pagination > .active > a:before,
.pagination > .active > a:focus:before,
.pagination > .active > a:hover:before,
.pagination > .active > span:before,
.pagination > .active > span:focus:before,
.pagination > .active > span:hover:before {
  width: 100%;
}

/* pagination prew/next and first/last */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination .first > a,
.pagination .prew > a {
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
}
.pagination .last > a,
.pagination .next > a {
  padding-left: 0;
  padding-right: 0;
  margin-left: 10px;
}

/* pagination no nav */
.pagination .no-nav,
.pagination .no-nav > a,
.pagination .no-nav:before,
.pagination .no-nav > a:before,
.pagination .no-nav:hover,
.pagination .no-nav > a:hover,
.pagination .no-nav:focus,
.pagination .no-nav > a:focus {
  cursor: default;
  content: none;
  color: rgba(0, 0, 0, 0.3);
}

/* pagination dark style (use class "pagination-dark") 
======================================================= */
.pagination-dark.pagination-wrap {
  background-color: #111;
}
.pagination-dark .pagination > li > a,
.pagination-dark .pagination > li > span {
  color: #ddd;
}
.pagination-dark .pagination > li > a:focus,
.pagination-dark .pagination > li > a:hover,
.pagination-dark .pagination > li > span:focus,
.pagination-dark .pagination > li > span:hover {
  color: #ffe800;
}
.pagination-dark .pagination > .active > a,
.pagination-dark .pagination > .active > a:focus,
.pagination-dark .pagination > .active > a:hover,
.pagination-dark .pagination > .active > span,
.pagination-dark .pagination > .active > span:focus,
.pagination-dark .pagination > .active > span:hover {
  color: #ffe800;
}
.pagination-dark .pagination > li > a:before,
.pagination-dark .pagination > li.active > a:before {
  background-color: #ffe800;
}

/* ------------------------------------------------------------- *
 *  Load more
/* ------------------------------------------------------------- */
.load-more {
  position: relative;
  display: block;
  background-color: #fff266;
  margin-top: -1px;
  padding: 60px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  z-index: 9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.load-more:hover,
.load-more:focus {
  background-color: #ffe800;
  color: #333;
}

/* ------------------------------------------------------------- *
 * Call to action section
/* ------------------------------------------------------------- */

.call-to-action {
  background-color: #fff;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .call-to-action {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .call-to-action {
    padding: 60px 0;
  }
}

.call-to-action .container {
  z-index: 9;
}

/* ------------------------------------------------------------- *
 * Blockquote
/* ------------------------------------------------------------- */

blockquote {
  position: relative;
  padding: 10px 30px;
  margin: 30px 0;
  font-size: 21px;
  font-style: italic;
  border: none;
}
blockquote:before {
  position: absolute;
  content: open-quote;
  top: -15px;
  left: -5px;
  font-size: 42px;
  color: #d2d2d2;
}

/* ------------------------------------------------------------- *
 * Forms
/* ------------------------------------------------------------- */

.form-group {
  margin-bottom: 20px;
}

.form-control {
  height: 48px;
  background-color: #fff;
  padding: 6px 12px;
  font-size: 17px;
  font-weight: 400;
  color: #333;
  border-radius: 0;
  border: 1px solid rgba(148, 148, 148, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #ffe800 !important;
  box-shadow: none;
}

/* select */
select {
  cursor: pointer;
}
select:required:invalid {
  color: #999;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}

/* label */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 17px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #999 !important;
  font-weight: 400;
}
:-moz-placeholder {
  color: #999 !important;
  font-weight: 400;
}
::-moz-placeholder {
  color: #999 !important;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #999 !important;
  font-weight: 400;
}

/* form with button inside */
.form-btn-inside {
  position: relative;
}
.form-btn-inside .form-control {
  padding-right: 50px;
}
.form-btn-inside button {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  height: 54px;
  line-height: 40px;
  background-color: transparent;
  padding: 0 15px 0 15px;
  font-size: 18px;
  color: #333;
  border: none;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-btn-inside button:hover {
  opacity: 0.8;
}
.form-btn-inside button:focus {
  outline: none;
}

/* input sizes */
.input-sm,
select.input-sm {
  height: 35px;
  line-height: 35px;
}

/* ------------------------------------------------------------- *
 * Checkboxes / Radio buttons (re-styled)
/* ------------------------------------------------------------- */

/* Checkbox 
============= */

/* Checkbox styled  */
.checkbox-styled {
  position: relative;
}

.checkbox-styled label {
  display: block;
  margin-bottom: 10px;
}

.checkbox-styled input[type="checkbox"] {
  display: none;
}

/* Checkbox inline  */
.checkbox-styled .checkbox-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-styled .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 8px;
}

/* Checkbox label  */
.checkbox-styled label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: 400;
  line-height: 16px;
}

/* Checkbox label box */
.checkbox-styled label .box {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  margin: 0px;
  border-radius: 0px;
  border: 1px solid #b1b1b1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox-styled input[type="checkbox"]:checked + .box {
  background: #ffe800;
  border-color: #ffe800;
}

/* Checkbox check */
.checkbox-styled label .box:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  background: rgba(0, 0, 0, 0);
  top: 2px;
  left: 2px;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox-styled input[type="checkbox"]:checked + .box:after {
  opacity: 1;
  border-color: #000;
}

/* Radio button 
================= */
/* Radio button styled  */
.radio-button-styled {
  position: relative;
}

.radio-button-styled label {
  display: block;
  margin-bottom: 10px;
}

.radio-button-styled input[type="radio"] {
  display: none;
}

/* Radio button inline  */
.radio-button-styled .radio-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-button-styled .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 8px;
}

/* Radio button label  */
.radio-button-styled label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: 400;
  line-height: 16px;
}

/* Radio button label box */
.radio-button-styled label .box {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  margin: 0px;
  border-radius: 20px;
  border: 1px solid #b1b1b1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.radio-button-styled input[type="radio"]:checked + .box {
  background: #ffe800;
  border-color: #ffe800;
}

/* Radio button check */
.radio-button-styled label .box:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0);
  top: 4px;
  left: 4px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.radio-button-styled input[type="radio"]:checked + .box:after {
  opacity: 1;
  background-color: #000;
}

/* ------------------------------------------------------------- *
 * Tabs
/* ------------------------------------------------------------- */

.tabs-wrap {
}

/* Tabs - nav tabs */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  display: inline-block;
  float: none;
}
.nav-tabs > li > a {
  background-color: rgba(115, 115, 115, 0.09);
  margin-left: -5px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 !important;
}
.nav-tabs > li:first-child > a {
  margin-left: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #333;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: rgba(0, 0, 0, 0);
}

/* Tabs - nav pills */
.nav-pills {
  font-size: 0;
}
.nav-pills > li {
  display: inline-block;
  float: none;
}
.nav-pills > li > a {
  background-color: #f1f1f1;
  margin-right: 3px;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
}
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #333;
  background-color: #ffe800;
}

/* Tabs - nav justified */
.nav-justified > li {
  display: table-cell;
  width: 1%;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    margin-left: 0;
    margin-right: 2px;
  }
  .nav-pills.nav-justified > li > a {
    margin-left: 0;
    margin-right: 5px;
  }
}

.nav-justified > li:last-child > a {
  margin-right: 0;
}
.nav-justified > .dropdown > .dropdown-menu {
  width: 100%;
}
.nav-justified .dropdown-submenu > .dropdown-menu {
  left: 100%;
}

/* Tabs - nav stacked */
.nav-tabs.nav-stacked {
  border-bottom: none;
}
.nav-stacked > li {
  display: block;
}
.nav-stacked > li + li {
  margin: 3px 0 0 0 !important;
}
.nav-tabs.nav-stacked > li.active > a,
.nav-tabs.nav-stacked > li.active > a:focus,
.nav-tabs.nav-stacked > li.active > a:hover {
  border-bottom-color: #ddd;
}

/* Tabs on small screens */
@media (max-width: 768px) {
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    border-bottom-color: #ddd;
  }
  .nav-tabs > li > a:hover {
    border-color: transparent;
  }

  .nav-tabs > li,
  .nav-pills > li,
  .nav-justified > li {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    text-align: center;
  }
  .nav-tabs > li > a,
  .nav-pills > li > a,
  .nav-justified > li > a {
    margin-right: 0;
  }
  .nav-pills > li + li {
    margin-left: 0;
  }

  .tabs-wrap .dropdown > .dropdown-menu {
    width: 100%;
    text-align: center;
  }
  .dropdown-submenu > .dropdown-menu {
    left: 0 !important;
    margin-top: 0 !important;
  }
}

/* Tabs contents */
.tab-content {
  margin-top: 30px;
}

/* ------------------------------------------------------------- *
 * Panels
/* ------------------------------------------------------------- */

.panel-group .panel {
  border-radius: 0px;
}
.panel {
  background-color: transparent;
}
.panel-body {
  padding: 20px;
}

/* panel default */
.panel-default {
  border-color: rgba(132, 132, 132, 0.2);
}
.panel-default > .panel-heading {
  background-color: transparent;
  color: #333;
  border-color: rgba(132, 132, 132, 0.2);
}
.panel-title {
  font-size: 18px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(132, 132, 132, 0.2);
}

/* ------------------------------------------------------------- *
 * Accordion
/* ------------------------------------------------------------- */

.accordion-wrap {
  margin-bottom: 40px;
}

.accordion-wrap .panel {
}
.accordion-wrap .panel + .panel {
  margin-top: 10px;
}

.accordion-wrap .panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
}

.accordion-wrap .panel-heading {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-wrap .panel-heading a {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 20px 20px;
  overflow: hidden;
  text-decoration: none;
  font-weight: 500;
  color: inherit;
}
.accordion-wrap .panel-heading a:hover,
.accordion-wrap .panel-heading a:focus {
}
.accordion-wrap .panel-heading a.collapsed {
  color: inherit;
}

.accordion-wrap .panel-heading a > .acc-arrow {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-wrap .panel-heading a.collapsed > .acc-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ------------------------------------------------------------- *
 * Tables
/* ------------------------------------------------------------- */

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border: none;
}

/* table striped */
.table-striped > tbody > tr > td,
.table-striped > tbody > tr > th,
.table-striped > tfoot > tr > td,
.table-striped > tfoot > tr > th,
.table-striped > thead > tr > td,
.table-striped > thead > tr > th {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #eaeaea;
}

/* table bordered */
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  padding: 12px;
  border: 1px solid #eaeaea;
}

/* table condensed */
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

/* table hover */
.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* ------------------------------------------------------------- *
 * Buttons
/* ------------------------------------------------------------- */

.btn {
  position: relative;
  margin: 8px 0;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 600;
  z-index: 9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.active,
.btn:active,
.btn.focus,
.btn:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* Button styles 
================= */

/* Button default */
.btn-default {
  color: #000;
  background-color: rgba(189, 189, 189, 0.25);
  border-color: transparent;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e8e7e7;
  border-color: transparent;
}
.btn-default.btn-link {
  color: #333;
}
.btn-default.btn-link.active,
.btn-default.btn-link.focus,
.btn-default.btn-link:active,
.btn-default.btn-link:focus,
.btn-default.btn-link:hover,
.open > .dropdown-toggle.btn-default.btn-link {
  color: #333;
}
.btn-default-bordered {
  color: #333;
  background-color: transparent;
  border-color: rgba(189, 189, 189, 0.25);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default-bordered.active,
.btn-default-bordered.focus,
.btn-default-bordered:active,
.btn-default-bordered:focus,
.btn-default-bordered:hover,
.open > .dropdown-toggle.btn-default-bordered {
  color: #333;
  background-color: #f1f1f1;
  border-color: #ececec;
}

/* Button primary */
.btn-primary {
  /* same as template main color */
  color: #333;
  background-color: #ffe800;
  border-color: #ffe800;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #333;
  background-color: #efd900;
  border-color: #efd900;
}
.btn-primary.btn-link {
  color: #ffe800;
}
.btn-primary.btn-link.active,
.btn-primary.btn-link.focus,
.btn-primary.btn-link:active,
.btn-primary.btn-link:focus,
.btn-primary.btn-link:hover,
.open > .dropdown-toggle.btn-primary.btn-link {
  color: #ffe800;
}
.btn-primary-bordered {
  color: #ffe800;
  background-color: transparent;
  border-color: #ffe800;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary-bordered.active,
.btn-primary-bordered.focus,
.btn-primary-bordered:active,
.btn-primary-bordered:focus,
.btn-primary-bordered:hover,
.open > .dropdown-toggle.btn-primary-bordered {
  color: #333;
  background-color: #ffe800;
  border-color: #ffe800;
}

/* Button success */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}
.btn-success.btn-link {
  color: #5cb85c;
}
.btn-success.btn-link.active,
.btn-success.btn-link.focus,
.btn-success.btn-link:active,
.btn-success.btn-link:focus,
.btn-success.btn-link:hover,
.open > .dropdown-toggle.btn-success.btn-link {
  color: #5cb85c;
}
.btn-success-bordered {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success-bordered.active,
.btn-success-bordered.focus,
.btn-success-bordered:active,
.btn-success-bordered:focus,
.btn-success-bordered:hover,
.open > .dropdown-toggle.btn-success-bordered {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* Button info */
.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #31b0d5;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #2398bb;
  border-color: #2398bb;
}
.btn-info.btn-link {
  color: #31b0d5;
}
.btn-info.btn-link.active,
.btn-info.btn-link.focus,
.btn-info.btn-link:active,
.btn-info.btn-link:focus,
.btn-info.btn-link:hover,
.open > .dropdown-toggle.btn-info.btn-link {
  color: #31b0d5;
}
.btn-info-bordered {
  color: #5bc0de;
  background-color: transparent;
  border-color: #5bc0de;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-info-bordered.active,
.btn-info-bordered.focus,
.btn-info-bordered:active,
.btn-info-bordered:focus,
.btn-info-bordered:hover,
.open > .dropdown-toggle.btn-info-bordered {
  color: #fff;
  background-color: #31b0d5;
  border-color: #31b0d5;
}

/* Button warning */
.btn-warning {
  color: #333;
  background-color: #fbd320;
  border-color: #fbd320;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #333;
  background-color: #ecc71f;
  border-color: #ecc71f;
}
.btn-warning.btn-link {
  color: #fbd320;
}
.btn-warning.btn-link.active,
.btn-warning.btn-link.focus,
.btn-warning.btn-link:active,
.btn-warning.btn-link:focus,
.btn-warning.btn-link:hover,
.open > .dropdown-toggle.btn-warning.btn-link {
  color: #fbd320;
}
.btn-warning-bordered {
  color: #333;
  background-color: transparent;
  border-color: #ecc71f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning-bordered.active,
.btn-warning-bordered.focus,
.btn-warning-bordered:active,
.btn-warning-bordered:focus,
.btn-warning-bordered:hover,
.open > .dropdown-toggle.btn-warning-bordered {
  color: #333;
  background-color: #ecc71f;
  border-color: #ecc71f;
}

/* Button danger */
.btn-danger {
  color: #fff;
  background-color: #ec3a35;
  border-color: #ec3a35;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}
.btn-danger.btn-link {
  color: #ec3a35;
}
.btn-danger.btn-link.active,
.btn-danger.btn-link.focus,
.btn-danger.btn-link:active,
.btn-danger.btn-link:focus,
.btn-danger.btn-link:hover,
.open > .dropdown-toggle.btn-danger.btn-link {
  color: #ec3a35;
}
.btn-danger-bordered {
  color: #ec3a35;
  background-color: transparent;
  border-color: #ec3a35;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger-bordered.active,
.btn-danger-bordered.focus,
.btn-danger-bordered:active,
.btn-danger-bordered:focus,
.btn-danger-bordered:hover,
.open > .dropdown-toggle.btn-danger-bordered {
  color: #fff;
  background-color: #ec3a35;
  border-color: #ec3a35;
}

/* Button dark */
.btn-dark {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.btn-dark.btn-link {
  color: #222;
}
.btn-dark.btn-link.active,
.btn-dark.btn-link.focus,
.btn-dark.btn-link:active,
.btn-dark.btn-link:focus,
.btn-dark.btn-link:hover,
.open > .dropdown-toggle.btn-dark.btn-link {
  color: #222;
}
.btn-dark-bordered {
  color: #222;
  background-color: transparent;
  border: 2px solid #222;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-dark-bordered.active,
.btn-dark-bordered.focus,
.btn-dark-bordered:active,
.btn-dark-bordered:focus,
.btn-dark-bordered:hover,
.open > .dropdown-toggle.btn-dark-bordered {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

/* Button white */
.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open > .dropdown-toggle.btn-white {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
}
.btn-white.btn-link {
  color: #fff;
}
.btn-white.btn-link.active,
.btn-white.btn-link.focus,
.btn-white.btn-link:active,
.btn-white.btn-link:focus,
.btn-white.btn-link:hover,
.open > .dropdown-toggle.btn-white.btn-link {
  color: #fff;
}
.btn-white-bordered {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-white-bordered.active,
.btn-white-bordered.focus,
.btn-white-bordered:active,
.btn-white-bordered:focus,
.btn-white-bordered:hover,
.open > .dropdown-toggle.btn-white-bordered {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

/* Button link */
.btn-link {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 5px !important;
  color: #3498db; /* same as template main link color */
  border-color: transparent !important;
}
.btn-link.active,
.btn-link.focus,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.open > .dropdown-toggle.btn-link {
  opacity: 0.8;
  color: #3498db;
}

/* Button with dropdown 
======================== */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

/* Button social 
================= */
.btn-social {
  position: relative;
  padding-left: 55px;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Button social icon */
.btn-social > .btn-social-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 42px;
  line-height: 40px;
  font-size: 1.4em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.btn-social > .btn-social-icon > i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  padding-right: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Button social sizes */
.btn-social.btn-xs {
  padding-left: 55px;
}
.btn-social.btn-sm {
  padding-left: 55px;
}
.btn-social.btn-lg {
  padding-left: 60px;
}
.btn-social.btn-xlg {
  padding-left: 65px;
}

/* Button social min */
.btn-social-min {
  position: relative;
  width: 46px;
  height: 46px;
  line-height: 44px;
  padding: 0 !important;
  text-align: center;
  font-size: 17px;
}
.btn-social-min.btn-xs {
  width: 26px;
  height: 26px;
  line-height: 24px;
}
.btn-social-min.btn-sm {
  width: 35px;
  height: 35px;
  line-height: 33px;
}
.btn-social-min.btn-lg {
  width: 55px;
  height: 55px;
  line-height: 53px;
}
.btn-social-min.btn-xlg {
  width: 69px;
  height: 69px;
  line-height: 67px;
}

/* Button facebook */
.btn-facebook {
  background-color: #3b5998;
  color: #fff;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
}

/* Button twitter */
.btn-twitter {
  background-color: #55acee;
  color: #fff;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
}

/* Button dropbox */
.btn-dropbox {
  background-color: #1087dd;
  color: #fff;
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
}

/* Button linkedin */
.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
}

/* Button pinterest */
.btn-pinterest {
  background-color: #cb2027;
  color: #fff;
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
}

/* Button google */
.btn-google {
  background-color: #dd4b39;
  color: #fff;
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
}

/* Button linkedin */
.btn-linkedin {
  background-color: #3f729b;
  color: #fff;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #305777;
}

/* Button tumblr */
.btn-tumblr {
  background-color: #2c4762;
  color: #fff;
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
}

/* Button vk */
.btn-vk {
  background-color: #587ea3;
  color: #fff;
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
}

/* Button flickr */
.btn-flickr {
  background-color: #ff0084;
  color: #fff;
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
}

/* Button soundcloud */
.btn-soundcloud {
  background-color: #f50;
  color: #fff;
}
.btn-soundcloud:hover,
.btn-soundcloud:focus,
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
}

/* Button yahoo */
.btn-yahoo {
  background-color: #720e9e;
  color: #fff;
}
.btn-yahoo:hover,
.btn-yahoo:focus,
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
}

/* Button rounded 
================== */
.btn-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-rounded-2x {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.btn-rounded-3x {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.btn-rounded-4x {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.btn-rounded-5x {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.btn-rounded-full {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Button sizes 
================ */
.btn-group-xs > .btn,
.btn-xs {
  padding: 0 6px 0 6px;
  font-size: 13px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 15px 25px;
}
.btn-group-xlg > .btn,
.btn-xlg {
  /* Extra size */
  padding: 20px 30px;
  font-size: 19px;
}

/* ------------------------------------------------------------- *
 * Social buttons
/* ------------------------------------------------------------- */

.social-buttons {
}
.social-buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-buttons ul > li {
  display: inline-block;
  margin: 0 2px;
}
.social-buttons ul > li:first-child {
  margin-left: 0;
}
.social-buttons ul > li:last-child {
  margin-right: 0;
}

/* ------------------------------------------------------------- *
 * UI elements
/* ------------------------------------------------------------- */

/* ui slider 
============== */
.ui-slider {
  background-color: rgba(191, 191, 191, 0.5);
  border: none !important;
  border-radius: 0;
}
.ui-slider .ui-slider-range {
  background-color: rgba(146, 146, 146, 0.85);
}
.ui-slider .ui-slider-handle {
  position: absolute;
  width: 1.3em;
  height: 1.3em;
  background-color: #666;
  cursor: ew-resize;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 20px;
  border: 2px solid #fff;
  z-index: 2;
  box-shadow: none;
  outline: none;
}
.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle:active {
  background-color: #000;
}

/* ui slider horizontal */
.ui-slider-horizontal {
  height: 0.4em;
  margin-left: 8px;
  margin-right: 11px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
}

/* ui slider vertical */
.ui-slider-vertical .ui-slider-handle {
  left: -0.4em;
  margin-top: 8px;
  margin-bottom: 8px;
}
.ui-slider-vertical {
  width: 0.4em;
  height: 200px;
}

/* ui slider price range */
.price-range {
  margin-top: 20px;
  font-size: 14px;
}
.price-range label {
  font-size: 14px;
  color: #333;
}
.price-range input {
  max-width: 110px;
  background-color: transparent;
  border: none;
  color: #888;
}
.price-range button,
.price-range .btn {
  float: right;
  margin: 0;
}

/* ui slider on dark background */
.on-dark-bg .ui-slider .ui-slider-handle {
  background-color: #dedede;
  border: 2px solid #111;
}
.on-dark-bg .ui-slider .ui-slider-handle:hover,
.on-dark-bg .ui-slider .ui-slider-handle:active {
  background-color: #ffe800;
}

.on-dark-bg .price-range {
  color: #eee;
}
.on-dark-bg .price-range input {
  color: #ffe800;
}

/* ------------------------------------------------------------- *
 * Footer
/* ------------------------------------------------------------- */

#footer {
  position: relative;
  background-color: #fff;
  padding: 100px 0;
}
@media (max-width: 992px) {
  #footer {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  #footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* footer text */
.footer-text {
}
@media (max-width: 992px) {
  .footer-text {
    margin-bottom: 40px;
  }
}

/* footer list */
.footer-list {
}
.footer-list a {
  font-size: 15px;
  color: #888;
}
.footer-list a:hover {
  opacity: 0.8;
}
@media (max-width: 992px) {
  .footer-list {
    margin-bottom: 40px;
  }
}

/* footer subscribe form */
#footer-subscribe-form {
  max-width: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
input#footer-subscribe {
  height: 48px;
  font-size: 14px;
  color: #eee;
}

#footer-subscribe-form.form-btn-inside button {
  height: 48px;
}

/* footer menu (for alter footer) */
.footer-menu {
  margin-bottom: 20px;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu ul > li {
  display: inline-block;
  margin: 6px;
}
.footer-menu ul > li:first-child {
  margin-left: 0;
}
.footer-menu ul > li:last-child {
  margin-right: 0;
}
.footer-menu ul > li > a {
  position: relative;
  font-size: 15px;
  color: #888;
}
.footer-menu ul > li > a:before,
.footer-menu ul > li > a.active:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  bottom: -4px;
  background-color: #888;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-menu ul > li > a:hover:before {
  width: 100%;
}

/* footer copyright */
#footer .copyright {
  font-size: 14px;
  color: #888;
}
#footer .copyright a {
  color: #c1c1c1;
}

/* footer logo */
.footer-logo {
  margin: 60px 0;
}
.footer-logo img {
}

/* fixed footer (no effect on small devices) */
@media (min-width: 992px) {
  #footer.fixed-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: 1;
  }
  /* if magnific popup is open */
  .mfp-zoom-out-cur #footer.fixed-footer {
    right: 17px;
  }
}

/* ------------------------------------------------------------- *
 * Scroll down button
/* ------------------------------------------------------------- */

.scroll-down {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  right: 3%;
  bottom: 40px;
  background: #ffe800;
  background-image: url(../img/scroll-down-dark.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 14px;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scroll-down:hover {
  bottom: 37px;
}

/* ------------------------------------------------------------- *
 * Scroll to top button
/* ------------------------------------------------------------- */

.scrolltotop {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: url(../img/scroll-to-top-dark.png) no-repeat center;
  background-color: rgba(134, 134, 134, 0.26);
  text-align: center;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .scrolltotop {
    display: none;
  }
}
.scrolltotop:hover {
  background-color: #ffe800;
  color: #000;
}

.align-items-center {
  align-items: center;
}

@media screen and (min-width: 768px) {
  .d-flex {
    display: flex !important;
  }
}

.pl-5 {
  padding-left: 1rem;
}

.pr-5 {
  padding-right: 1rem;
}
