/*
|-------------------------------------------------------------------------
| Be
| Structure styles
| http://BeantownThemes.com
| http://themeforest.net/user/BeantownThemes
|--------------------------------------------------------------------------
| 1.0 Grid
| 2.0 Layout
| 3.0 Responsive-1240
| 4.0 Responsive
|
*/
/*
|--------------------------------------------------------------------------
|  1.0 Grid
|  
|--------------------------------------------------------------------------
|
| 
|
*/
/* #Base 1200 Grid
================================================== */
body {
  min-width: 1240px;
  padding: 25px 0;
}

#Wrapper {
  width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}

.layout-full-width {
  padding: 0;
}

.layout-full-width #Wrapper {
  width: 100% !important;
  margin: 0 !important;
}

/* #Content
=============================== */
#Content {
  width: 100%;
}

body:not(.template-slider) #Content {
  padding-top: 30px;
}

.section {
  position: relative;
}

.section_wrapper,
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.section_wrapper:after,
.container:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*
|--------------------------------------------------------------------------
|  2.0 Layout
|  
|--------------------------------------------------------------------------
|
| 
|
*/
/* #Global
================================================== */
.the_content_wrapper pre {
  margin-bottom: 20px;
}

.ls-yourlogo {
  z-index: 28;
}

.section.center {
  text-align: center;
}

.section.no-margin .column,
.section.no-margin-v .column {
  margin-bottom: 0;
}

#Wrapper {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

/* Nice Scroll | .nice-scroll
================================================== */
body.nice-scroll {
  position: relative;
}

body.nice-scroll:not(.layout-boxed) {
  padding-right: 10px !important;
  overflow: hidden;
}

.nice-scroll #configurator,
.nice-scroll #Sliding-top a.sliding-top-control,
.nice-scroll .fixed-nav.fixed-nav-next {
  margin-right: 10px;
}

.nice-scroll .nicescroll-rails {
  background: #666;
  z-index: 9001 !important;
}

/* #Pager
================================================== */
.pager_wrapper {
  margin-bottom: 0;
}

.pager {
  text-align: center;
}

.pager .pages {
  display: inline-block;
  margin: 0 30px;
  padding: 4px 3px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f8f8f8;
  background-image: url(../images/stripes/stripes_3_b.png);
}

.pager .pages a,
.pager .pages span.page-numbers {
  display: inline-block;
  margin: 0 1px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.pager .pages a:hover {
  text-decoration: none;
}

.pager .pages a:hover,
.pager .pages a.active,
.pager .pages span.page-numbers.current {
  color: #fff;
}

.pager a.next_page,
.pager a.prev_page {
  display: inline-block;
  line-height: 43px;
}

/* Animation */
.pager .pages a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* #Fixed nav
================================================== */
.post-nav .fixed-nav {
  display: none;
}

.fixed-nav {
  position: fixed;
  bottom: 40px;
  height: 80px;
  z-index: 90;
}

.fixed-nav.fixed-nav-prev {
  left: 0;
}

.fixed-nav.fixed-nav-next {
  right: 0;
}

.fixed-nav .arrow {
  display: block;
  width: 35px;
  height: 80px;
  font-size: 15px;
  position: relative;
  z-index: 92;
  color: #fff;
  line-height: 80px;
  text-align: center;
}

.fixed-nav .photo {
  height: 80px;
  width: 80px;
  position: relative;
  z-index: 92;
  overflow: hidden;
  line-height: 0;
}

.fixed-nav .desc {
  width: 190px;
  padding: 6px 15px;
  min-height: 68px;
  background: #fff;
  z-index: 91;
}

.fixed-nav .desc h6 {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom-width: 1px;
  border-style: solid;
}

.fixed-nav .desc i {
  display: inline-block;
  margin-right: 2px;
}

.fixed-nav .desc i:before {
  margin-left: 0;
}

.fixed-nav-prev .arrow,
.fixed-nav-prev .photo,
.fixed-nav-prev .desc {
  float: left;
}

.fixed-nav-prev .desc {
  margin-left: -335px;
}

.fixed-nav-prev:hover .desc {
  margin-left: 0;
}

.fixed-nav-next .arrow,
.fixed-nav-next .photo,
.fixed-nav-next .desc {
  float: right;
}

.fixed-nav-next .desc {
  margin-right: -335px;
}

.fixed-nav-next:hover .desc {
  margin-right: 0;
}

/* Animation */
.fixed-nav .photo,
.fixed-nav .desc {
  -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;
}

/* Format */
.fixed-nav.format-quote .desc {
  display: none;
}

.fixed-nav.format-quote .photo {
  background-color: #eee;
  background-image: url(../images/blockquote.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}

.fixed-nav.format-link .photo img {
  display: none;
}

.fixed-nav.format-link .photo {
  background-color: #eee;
  background-image: url(../images/link.png);
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1430px) {
  .fixed-nav-prev .photo {
    position: static;
    margin-left: -115px;
  }

  .fixed-nav-prev:hover .photo {
    margin-left: 0;
  }

  .fixed-nav-next .photo {
    position: static;
    margin-right: -115px;
  }

  .fixed-nav-next:hover .photo {
    margin-right: 0;
  }
}

/* #Header
================================================== */
body:not(.template-slider) #Header_wrapper {
  background-repeat: no-repeat;
  background-position: top center;
}

body:not(.template-slider) #Header_wrapper.bg-fixed {
  background-attachment: fixed;
}

#Header_wrapper {
  position: relative;
}

#Header {
  position: relative;
}

body:not(.template-slider) #Header {
  min-height: 150px;
}

.header-transparent .header_placeholder,
.header-empty .header_placeholder {
  height: 0 !important;
}

/* Minimalist Header */
body.minimalist-header:not(.template-slider) #Header {
  min-height: 0;
  background-image: none !important;
}

body.minimalist-header.header-modern:not(.template-slider) #Header {
  min-height: 147px;
}

body.minimalist-header.header-simple:not(.template-slider) #Header {
  min-height: 130px;
}

body.minimalist-header.header-stack:not(.template-slider) #Header {
  min-height: 0;
}

body.minimalist-header.header-fixed:not(.template-slider) #Header {
  min-height: 60px;
}

body.minimalist-header.header-below:not(.template-slider) #Header {
  min-height: 90px;
  padding-top: 0;
}
/* #Top_bar
================================================== */
#Top_bar {
  position: absolute;
  left: 0;
  top: 0 !important;
  width: 100%;
  z-index: 30;
}

#Top_bar .column {
  margin-bottom: 0;
}

.layout-full-width.header-fw #Action_bar .container,
.layout-full-width.header-fw #Top_bar .container {
  width: 100%;
}

#Top_bar .top_bar_left {
  position: relative;
  float: left;
}

#Top_bar .top_bar_right {
  float: right;
  position: relative;
  padding: 0;
}

/* Logo */
#Top_bar .logo {
  float: left;
}

#Top_bar .logo h1 {
  margin: 0;
}

#Top_bar .logo:not(.text-logo) h1 {
  line-height: 0;
  font-size: 0;
  margin: 0;
}

#Top_bar #logo {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 15px 0;
}

/* overflow: hidden; */
#Top_bar #logo:hover {
  text-decoration: none;
}

#Top_bar #logo img {
  vertical-align: middle;
  max-height: 100%;
}

#Top_bar #logo img.logo-sticky {
  display: none;
}

/* Menu wrapper */
#Top_bar .menu_wrapper {
  float: left;
  z-index: 201;
}

/* Secondary menu wrapper */
#Top_bar .secondary_menu_wrapper {
  display: none;
}

/* Menu responsive */
#Top_bar a.responsive-menu-toggle {
  display: none;
}

/* Banner */
#Top_bar .banner_wrapper {
  display: none;
}

/* #menu
================================================== */
/* main menu 1st level */
#Top_bar #menu {
  z-index: 201;
}

#Top_bar .menu {
  z-index: 202;
}

#Top_bar .menu > li {
  margin: 0;
  z-index: 203;
  display: block;
  float: left;
}

#Top_bar .menu > li:not(.mfn-megamenu-parent) {
  position: relative;
}

#Top_bar .menu > li.hover {
  z-index: 204;
}

#Top_bar .menu > li > a {
  display: block;
  line-height: 60px;
  padding: 15px 0;
  position: relative;
}

#Top_bar .page-menu > li > a {
  padding: 15px 20px;
}

/* default WP Pages Menu */
#Top_bar .menu > li > a:after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -4px;
  z-index: 203;
  opacity: 0;
  filter: alpha(opacity=0);
}

#Top_bar .menu > li > a span:not(.description) {
  display: block;
  line-height: 60px;
  padding: 0 20px;
  white-space: nowrap;
  border-right-width: 1px;
  border-style: solid;
}

#Top_bar .menu > li > a span.description {
  font-size: 11px;
  line-height: 12px !important;
  margin: -15px -15px 0;
  color: #aaa;
  font-weight: 300;
  text-align: center;
  display: block;
}

#Top_bar .menu > li:last-child > a span {
  border: 0;
}

#Top_bar .menu > li > a:hover {
  text-decoration: none;
}

.menu-arrows #Top_bar .menu > li.submenu > a > span:not(.description) {
  padding-right: 30px;
}

.menu-arrows #Top_bar .menu > li.submenu > a > span:not(.description):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  border-top: 5px solid #ccc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.menu-highlight #Top_bar .menu > li.current-menu-item > a,
.menu-highlight #Top_bar .menu > li.current_page_item > a,
.menu-highlight #Top_bar .menu > li.current-menu-ancestor > a,
.menu-highlight #Top_bar .menu > li.current_page_ancestor > a,
.menu-highlight #Top_bar .menu > li.hover > a {
  color: #fff;
}

/* Animation */
#Top_bar .menu > li > a,
#Top_bar .menu > li > a:after {
  -webkit-transition: all 0.4s 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;
}

#Top_bar .menu > li.current-menu-item > a:after,
#Top_bar .menu > li.current_page_item > a:after,
#Top_bar .menu > li.current-menu-ancestor > a:after,
#Top_bar .menu > li.current_page_ancestor > a:after,
#Top_bar .menu > li.hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* main menu 2nd level */
#Top_bar .menu li ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 205;
  margin: 0;
  display: none;
  background-image: url(../images/box_shadow.png);
  background-repeat: repeat-x;
  background-position: left top;
}

#Top_bar .menu li > ul {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
}

#Top_bar .menu li ul li {
  padding: 0;
  width: 190px;
  position: relative;
  font-weight: 400;
}

#Top_bar .menu li ul li a {
  padding: 10px 10px 10px 20px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#Top_bar .menu li ul li a span {
  display: inline-block;
  position: relative;
}

#Top_bar .menu li ul li a .menu-arrow {
  position: absolute;
  right: 7px;
  top: 11px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.35);
}

#Top_bar .menu > li ul li a:hover,
#Top_bar .menu > li ul li.hover > a {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.06);
}

/* main menu 3rd level */
#Top_bar .menu li ul li ul {
  position: absolute;
  left: 190px;
  top: 0;
  z-index: 204;
}

/* Animation */
#Top_bar .menu li ul li a {
  -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;
}

/* #secondary menu
================================================== */
#Header #menu-secondary-menu {
  z-index: 220;
}

#Header .secondary-menu {
  z-index: 221;
}

#Header .secondary-menu > li {
  margin: 0;
  z-index: 222;
  display: block;
  float: left;
  position: relative;
  padding: 8px 9px;
  line-height: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#Header .secondary-menu > li.submenu {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

#Header .secondary-menu > li > a {
  display: block;
}

#Header .secondary-menu > li > a:hover {
  text-decoration: none;
}

#Header .secondary-menu li ul {
  position: absolute;
  left: 0;
  padding: 7px;
  top: 100%;
  z-index: 223;
  margin: 0;
  display: none;
  -webkit-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
}


#Header .secondary-menu li ul li:last-child {
  border-bottom: 0;
}

#Header .secondary-menu li ul li a {
  display: block;
  text-align: center;
  white-space: nowrap;
  padding: 6px 8px;
}

#Header .secondary-menu li ul li a:hover {
  text-decoration: none;
}

#Header .secondary-menu > li > a {
  color: #a8a8a8;
}

#Header .secondary-menu > li.hover,
#Header .secondary-menu li ul {
  background: #f9f9f9;
}

#Header .secondary-menu li ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#Header .secondary-menu li ul li a {
  color: #8b8b8b;
}

#Header .secondary-menu li ul li a:hover {
  color: #5f5f5f;
  background: rgba(255, 255, 255, 0.8);
}

/* #Header styles
================================================== */
.header-fixed #Action_bar {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header-fixed #Top_bar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0 !important;
    height: 60px;
    z-index: 701;
    background: #fff;
    opacity: 0.97;
    filter: alpha(opacity = 97);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }

  .header-fixed #Top_bar .top_bar_left,
  .header-fixed #Top_bar .top_bar_right,
  .header-fixed #Top_bar .top_bar_right:before {
    background: none;
  }

  .header-fixed #Top_bar .top_bar_right {
    top: -4px;
  }

  .header-fixed #Top_bar .logo {
    width: auto;
    margin: 0 30px 0 20px;
    padding: 0;
  }

  .header-fixed #Top_bar #logo {
    padding: 5px 0;
    height: 50px;
    line-height: 50px;
  }

  .header-fixed #Top_bar #logo img {
    max-height: 35px;
  }

  .header-fixed #Top_bar .menu_wrapper {
    clear: none;
  }

  .header-fixed #Top_bar .menu_wrapper .menu > li > a {
    padding: 15px 0;
  }

  .header-fixed #Top_bar .menu > li > a,
  .header-fixed #Top_bar .menu > li > a span {
    line-height: 30px;
  }

  .header-fixed #Top_bar .menu > li > a:after {
    top: auto;
    bottom: -4px;
  }

  .header-fixed #Top_bar .menu > li > a span.description {
    margin-top: -5px;
  }

  .header-fixed #Top_bar #header_cart {
    top: 27px;
  }

  .header-fixed #Top_bar #search_button {
    top: 25px;
  }

  .header-fixed #Top_bar .wpml-languages {
    top: 15px;
  }

  .header-fixed #Top_bar .secondary_menu_wrapper {
    display: none;
  }

  .header-fixed #Top_bar .responsive-menu-toggle {
    top: 12px;
  }
}

.header-below #Header .top_bar_left,
.header-below #Header .top_bar_right {
  background-color: transparent;
}

.header-below #Top_bar {
  position: static;
}

.header-below #Top_bar .top_bar_right {
  top: 0;
}

.header-below #Top_bar .top_bar_right:before {
  display: none;
}

.header-below #Action_bar {
  display: none;
}

body.header-below:not(.template-slider) #Header {
  min-height: 90px;
  padding-top: 160px;
}

.header-below #Top_bar {
  background-color: #fff;
}

.header-classic #Header .top_bar_left,
.header-classic #Header .top_bar_right {
  background-color: transparent;
}

.header-classic #Top_bar {
  position: static;
}

.header-classic #Top_bar .top_bar_right {
  top: 0;
}

.header-classic #Top_bar .top_bar_right:before {
  display: none;
}

.header-classic #Action_bar {
  position: static;
}

.header-classic #Action_bar .contact_details li,
.header-classic #Action_bar .social,
.header-classic #Action_bar .social-menu {
  padding: 12px 0;
}

.header-classic #Action_bar {
  background-color: #2c2c2c;
}

.header-classic #Top_bar {
  background-color: #fff;
}

.header-split #Header .top_bar_left {
  width: 100% !important;
}

.header-split #Header .top_bar_left,
.header-split #Header .top_bar_right {
  background-color: transparent;
}

.header-split #Header .top_bar_left .menu_wrapper {
  width: 100%;
}

.header-split #Header .top_bar_left .menu_left {
  float: left;
  width: 38%;
  text-align: center;
}

.header-split #Header .top_bar_left .menu_right {
  float: right;
  width: 38%;
  text-align: center;
}

.header-split #Header .top_bar_left .menu > li {
  display: inline-block;
  float: none;
}

.header-split #Header .top_bar_left .logo {
  width: 100%;
  margin: 0;
  text-align: center;
}

@media only screen and (min-width: 1240px) {
  .header-split #Header .top_bar_left .logo {
    position: absolute;
    left: 38%;
    width: 24%;
  }
}

.header-split #Top_bar .top_bar_right {
  position: absolute;
  top: 0;
  right: -28px;
  padding: 0;
}

.header-split #Top_bar a.action_button,
.header-split #Top_bar a#header_cart,
.header-split #Top_bar .wpml-languages {
  display: none;
}

.header-split #Top_bar .top_bar_right:before {
  display: none;
}

.header-split #Top_bar {
  position: static;
  background-color: #fff;
}

.header-split #Action_bar {
  position: static;
  background-color: #2c2c2c;
}

.header-split #Action_bar .contact_details li,
.header-split #Action_bar .social,
.header-split #Action_bar .social-menu {
  padding: 12px 0;
}

.header-stack #Header .top_bar_left {
  width: 100% !important;
}

/**/
.header-stack #Header .top_bar_left,
.header-stack #Header .top_bar_right {
  background-color: transparent;
}

.header-stack #Top_bar {
  position: static;
}

.header-stack #Top_bar .logo {
  width: 100%;
  margin: 0;
  padding: 0 30px;
  text-align: left;
  border-bottom-width: 1px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**/
.header-stack.header-center #Top_bar .logo {
  text-align: center;
}

.header-stack.header-right #Top_bar .logo {
  text-align: right;
}

.header-stack #Top_bar .logo #logo {
  display: inline-block;
  height: auto;
}

/**/
.header-stack #Top_bar .menu_wrapper {
  clear: both;
}

/**/
.header-stack #Top_bar .menu_wrapper .menu > li > a {
  padding: 0;
}

/**/
.header-stack #Top_bar .menu > li > a span.description {
  margin-bottom: 10px;
}

.header-stack #Top_bar .top_bar_right {
  position: absolute;
  right: 0;
  bottom: -16px;
  top: auto;
}

/**/
.header-stack #Top_bar .top_bar_right:before {
  display: none;
}

.header-stack #Top_bar .secondary_menu_wrapper {
  position: absolute;
  right: 20px;
  top: 35px;
  display: block;
}

/**/
.header-stack.header-right #Top_bar .secondary_menu_wrapper {
  left: 20px;
  right: auto;
}

/**/
.header-stack #Action_bar {
  position: static;
}

.header-stack #Action_bar .contact_details li,
.header-stack #Action_bar .social,
.header-stack #Action_bar .social-menu {
  padding: 12px 0;
}

body.header-stack:not(.template-slider) #Header {
  min-height: 315px;
}

.header-stack #Action_bar {
  background-color: #2c2c2c;
}

.header-stack #Top_bar {
  background-color: #fff;
}

.header-magazine #Top_bar .logo {
  border: 0;
}

.header-magazine #Top_bar .top_bar_right {
  display: none;
}

.header-magazine #Top_bar .secondary_menu_wrapper {
  display: none;
}

.header-magazine #Top_bar .banner_wrapper {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 468px;
  height: 60px;
  text-align: right;
}

.header-magazine #Top_bar .banner_wrapper a {
  display: block;
  line-height: 0;
}

.header-magazine #Top_bar .banner_wrapper img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 60px;
}

.header-simple #Action_bar {
  display: none;
}

.header-simple #Top_bar .top_bar_left {
  width: 100% !important;
  background: none;
}

.header-simple #Top_bar:not(.is-sticky) .top_bar_left {
  top: -40px;
}

.header-simple #Top_bar .top_bar_right,
.header-simple #Top_bar .top_bar_right:before {
  display: none;
}

.header-simple #Top_bar .menu > li > a span.description {
  margin: 0 0 0 5px;
}

.header-empty #Header {
  position: static;
  min-height: 0 !important;
}

.header-empty #Subheader {
  display: none;
}

.header-empty #Content {
  padding: 0 !important;
}

.header-transparent #Top_bar .top_bar_left,
.header-transparent #Top_bar .top_bar_right,
.header-transparent #Top_bar .top_bar_right:before {
  background: none;
}

.header-transparent #Top_bar .top_bar_right {
  top: -15px;
}

.header-transparent #Top_bar #logo {
  padding: 0;
}

.header-transparent #Top_bar a.responsive-menu-toggle {
  top: 10px;
}

.header-transparent #Top_bar .menu > li > a {
  padding: 0;
}

.header-transparent #Top_bar .menu > li > a:after {
  background: none;
}

.header-transparent #Top_bar .menu > li > a span {
  border-color: rgba(0, 0, 0, 0.03);
}

.header-transparent #Top_bar .menu li > ul:not(.mfn-megamenu-bg) {
  background-image: none;
}

.header-overlay .top_bar_right {
  display: none;
}

.header-overlay #Top_bar.is-sticky {
  display: none;
}

.header-overlay .overlay-menu-toggle {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 30px;
  z-index: 9911;
}

.header-overlay .overlay-menu-toggle.focus {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-overlay .overlay-menu-toggle .close {
  display: none;
}

.header-overlay .overlay-menu-toggle.focus .open {
  display: none;
}

.header-overlay .overlay-menu-toggle.focus .close {
  display: block;
}

.header-overlay.sticky-header .overlay-menu-toggle {
  position: fixed;
  margin-right: 10px;
}

/* #Overlay Menu
================================================== */
#Overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9910;
  background: rgba(41, 145, 214, 0.95);
  display: none;
}

#overlay-menu {
  position: absolute;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  top: 50%;
  margin-top: -150px;
}

#overlay-menu ul li {
  text-align: center;
}

#overlay-menu ul li a {
  color: #fff;
  font-size: 34px;
  line-height: 52px;
  letter-spacing: 3px;
  text-decoration: none;
}

#overlay-menu ul li a:hover {
  opacity: 0.8;
}

#overlay-menu ul li a:before,
#overlay-menu ul li a:after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

#overlay-menu ul li a:before {
  margin-right: 20px;
  content: "[";
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

#overlay-menu ul li a:after {
  margin-left: 20px;
  content: "]";
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

#overlay-menu ul li a:hover:before,
#overlay-menu ul li a:hover:after,
#overlay-menu ul li a:hover:before,
#overlay-menu ul li a:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

/* #Subheader
================================================== */
#Subheader {
  background-color: rgba(0, 0, 0, 0.02);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 30px 0;
  position: relative;
}

.subheader-transparent #Subheader {
  background: none;
}

.hide-title-area #Subheader {
  display: none;
}

#Subheader .column {
  margin-bottom: 0;
}

#Subheader .title {
  margin-bottom: 0;
  width: 70%;
  float: left;
}

#Subheader ul.breadcrumbs {
  display: block;
  width: 30%;
  margin: 1px 0 0;
  font-size: 1em !important;
  float: right;
  text-align: right;
}

#Subheader ul.breadcrumbs li {
  display: inline-block;
}

#Subheader ul.breadcrumbs li,
#Subheader ul.breadcrumbs li a {
  color: rgba(0, 0, 0, 0.3);
}

#Subheader ul.breadcrumbs li span {
  margin: 0 10px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

#Subheader:after {
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
  background: url(../images/box_shadow.png) repeat-x left top;
}

#Subheader ul.woocommerce-breadcrumb li:last-child span {
  display: none;
}

/* subheader-style */
.subheader-title-right #Subheader .title {
  float: right;
  text-align: right;
}

.subheader-title-right #Subheader .breadcrumbs {
  float: left;
  text-align: left;
}

.subheader-both-left #Subheader .title {
  width: 100%;
}

.subheader-both-left #Subheader .breadcrumbs {
  width: 100%;
  text-align: left;
  margin-top: 10px;
}

.subheader-both-right #Subheader .title {
  width: 100%;
  text-align: right;
}

.subheader-both-right #Subheader .breadcrumbs {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}

.subheader-both-center #Subheader .title {
  width: 100%;
  text-align: center;
}

.subheader-both-center #Subheader .breadcrumbs {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

/* Timeline */
.timeline .post-item {
  float: none;
  width: auto;
  padding-left: 200px;
  margin-bottom: 0;
  padding-bottom: 40px;
  background: url(../images/timeline_right.png) no-repeat 90px top;
}

.timeline .post-item:last-child {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.timeline .format-quote .post-meta,
.timeline .format-link .post-meta {
  padding-top: 7px;
}

.timeline .post-item:before {
  content: "";
  width: 7px;
  height: 7px;
  border-width: 4px;
  border-style: solid;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 126px;
  top: 11px;
  display: block;
  visibility: visible;
  z-index: 1;
}

.timeline .date_label {
  display: block;
}

.timeline .post-meta .author-date .date {
  display: none;
}

/* #Filters
================================================== */
/* #Footer
================================================== */
#Footer {
  background-position: center top;
  background-repeat: no-repeat;
}

#Footer .footer_action {
  background: rgba(0, 0, 0, 0.1);
}

#Footer .footer_action .one {
  margin-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  font-size: 110%;
  line-height: 180%;
}

#Footer .footer_action .one a:hover {
  text-decoration: none;
}

#Footer .widgets_wrapper {
  padding: 15px 0;
}

#Footer .widgets_wrapper .column {
  margin-bottom: 0;
}

#Footer .widgets_wrapper .widget {
  padding: 15px 0;
  margin-bottom: 0;
}

#Footer .widgets_wrapper .widget:after {
  display: none;
}

#Footer .footer_copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

#Footer .footer_copy .one {
  margin-bottom: 20px;
  padding-top: 30px;
}

#Footer .footer_copy .copyright,
#Footer .footer_copy .social {
  float: none;
}

#Footer .footer_copy a#back_to_top {
  float: right;
  margin: -10px 0 0;
}



#Footer .footer_copy .social li {
  display: inline-block;
  margin-right: 6px;
}

#Footer .footer_copy .social li:last-child {
  margin-right: 0;
}

#Footer .footer_copy .social li a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 15px;
  line-height: 15px;
  -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;
}

#Footer .footer_copy .social li a:hover {
  color: #fff;
}

#Footer .footer_copy .social-menu {
  float: right;
  margin-right: 20px;
}

#Footer .footer_copy .social-menu li {
  display: inline-block;
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#Footer .footer_copy .social-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

/* .footer-copy-center */
.footer-copy-center #Footer .footer_copy {
  text-align: center;
}

.footer-copy-center #Footer .footer_copy .copyright {
  float: none;
  margin: 0 0 10px;
}

.footer-copy-center #Footer .footer_copy a#back_to_top {
  float: none;
  margin: -10px 0 10px;
}

.footer-copy-center #Footer .footer_copy .social {
  float: none;
  margin: 0;
}

.footer-copy-center #Footer .footer_copy .social-menu {
  float: none;
  margin: 0;
}

/* Widgets */
#Footer .Recent_posts ul li .desc {
  background: rgba(0, 0, 0, 0.1);
}

#Footer .widget_mfn_menu ul li a {
  background: rgba(0, 0, 0, 0.1);
  color: #ccc;
}

#Footer .widget_recent_entries ul li {
  background: rgba(0, 0, 0, 0.1);
}

#Footer ul.list_mixed li:after,
#Footer ul.list_check li:after,
#Footer ul.list_star li:after,
#Footer ul.list_idea li:after {
  background: rgba(255, 255, 255, 0.08);
}

#Footer .widget_mfn_recent_comments ul li .date_label {
  background-color: rgba(0, 0, 0, 0.07);
}

#Footer .widget_mfn_recent_comments ul li .date_label:after {
  border-left-color: rgba(0, 0, 0, 0.07);
}

/* #Dark
================================================== */
.dark,
.dark ul.timeline_items,
.dark .icon_box a .desc,
.dark .icon_box a:hover .desc,
.dark .feature_list ul li a,
.dark .list_item a,
.dark .list_item a:hover,
.dark .widget_recent_entries ul li a {
  color: #fff !important;
}

.dark .ui-tabs .ui-tabs-panel,
.dark .accordion .question .answer {
  color: #626262;
}

/* Headings font */
.dark h1,
.dark h1 a,
.dark h1 a:hover {
  color: #fff;
}

.dark h2,
.dark h2 a,
.dark h2 a:hover {
  color: #fff;
}

.dark h3,
.dark h3 a,
.dark h3 a:hover {
  color: #fff;
}

.dark h4,
.dark h4 a,
.dark h4 a:hover {
  color: #fff;
}

.dark h5,
.dark h5 a,
.dark h5 a:hover {
  color: #fff;
}

.dark h6,
.dark h6 a,
.dark h6 a:hover,
.dark a.content_link .title {
  color: #fff;
}

/* Borders */
.dark .idea_box,
.dark table th,
.dark table td,
.dark .list_item .circle,
.dark .promo_box.has_border:after,
.dark dl > dt,
.dark dl > dd,
.dark .article_box .desc_wrapper p,
.dark a.icon_bar,
.dark a.content_link,
.dark .how_it_works .image,
.dark .opening_hours,
.dark .opening_hours .opening_hours_wrapper li,
.dark .icon_box.has_border:after,
.dark .team_list .bq_wrapper,
.dark .post-footer .post-links,
.dark .format-link .post-title .icon-link,
.dark .fixed-nav .desc h6 {
  border-color: rgba(255, 255, 255, 0.08);
}

/* Grey */
.dark .article_box .desc_wrapper p,
.dark .team .desc_wrapper p.subtitle,
.dark .fancy_heading .inside,
.dark .fancy_heading_line .slogan,
.dark .pager .pages a,
.dark .button-love a .label,
.dark .pager-single a,
.dark .fixed-nav .desc .date {
  color: #dedede;
}

/* Dividers */
.dark hr {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.08);
}

/* Others */

.dark .article_box .desc_wrapper h4 {
  color: #444;
}

.dark .faq .question .title {
  color: #fff;
}

.dark a.content_link .title {
  color: #444;
}

.dark .opening_hours,
.dark .opening_hours h3 {
  color: #444;
}

/* Lists */
.dark .column_column ul,
.dark .column_column ol,
.dark .the_content_wrapper ul,
.dark .the_content_wrapper ol {
  color: #fff;
}

/* List item */
.dark .list_item.lists_2 .list_icon i {
  color: #fff;
}

/* Call to action */
.dark .call_to_action .call_left h3 {
  color: rgba(0, 0, 0, 0.65);
}

.dark .call_to_action .call_center a {
  color: #fff;
}

/* Fancy heading */
.dark .fancy_heading_line {
  background-image: url(../images/fancy_heading_hr_dark.png);
}

/* Fancy links */
.dark a.mfn-link,
.dark a:hover.mfn-link {
  color: #fff;
}

.dark a.hover.mfn-link-2 span:before,
.dark a.mfn-link-8:after,
.dark a.mfn-link-8:before {
  background: #fff;
}

.dark a.mfn-link-4:hover:before,
.dark a.mfn-link-4:hover:after,
.dark a.hover.mfn-link-4:before,
.dark a.hover.mfn-link-4:after,
.dark a.mfn-link-7:after,
.dark a.mfn-link-7:before {
  background: #fff;
}

.dark a.mfn-link-6:before {
  border-bottom-color: #fff;
}

/*
|--------------------------------------------------------------------------
|  3.0 Responsive-1240
|  
|--------------------------------------------------------------------------
|
| 
|
*/
html,
body {
  overflow-x: hidden;
}

/*																								> 1240
===================================================================================================== */
@media only screen and (min-width: 1240px) {
  body:not(.header-simple) #Top_bar #menu {
    display: block !important;
  }

  /* main menu 2nd level - MegaMenu */
  #Top_bar .menu > li > ul.mfn-megamenu {
    width: 984px;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li {
    float: left;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-1 {
    width: 100%;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-2 {
    width: 50%;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-3 {
    width: 33.33%;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-4 {
    width: 25%;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-5 {
    width: 20%;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-6 {
    width: 16.66%;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
    display: block !important;
    position: inherit;
    left: auto;
    top: auto;
    border-width: 0 1px 0 0;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li:last-child > ul {
    border: 0;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li > ul li {
    width: auto;
  }

  #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
    text-transform: uppercase;
    font-weight: 400;
  }

  #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title:hover {
    background: none;
  }

  #Top_bar .menu > li > ul.mfn-megamenu a .menu-arrow {
    display: none;
  }

  /* MegaMenu with Background */
  #Top_bar .menu > li > ul.mfn-megamenu-bg {
    padding: 20px 166px 20px 20px;
    background-repeat: no-repeat;
    background-position: bottom right;
  }

  #Top_bar .menu > li > ul.mfn-megamenu-bg > li {
    background: none;
  }

  #Top_bar .menu > li > ul.mfn-megamenu-bg > li a {
    border: none;
  }

  #Top_bar .menu > li > ul.mfn-megamenu-bg > li > ul {
    background: none !important;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }

  /* #Header.is-sticky */
  #Top_bar.is-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    height: 60px;
    z-index: 701;
    background: #fff;
    filter: alpha(opacity = 97);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }

  #Top_bar.is-sticky .top_bar_left,
  #Top_bar.is-sticky .top_bar_right,
  #Top_bar.is-sticky .top_bar_right:before {
    background: none;
  }

  #Top_bar.is-sticky .top_bar_right {
    top: -4px;
  }

  #Top_bar.is-sticky .logo {
    width: auto;
    margin: 0 30px 0 20px;
    padding: 0;
  }

  #Top_bar.is-sticky #logo {
    padding: 5px 0;
    height: 50px;
    line-height: 50px;
  }

  #Top_bar.is-sticky #logo img {
    max-height: 35px;
    width: auto !important;
  }

  #Top_bar.is-sticky #logo img.logo-main {
    display: none;
  }

  #Top_bar.is-sticky #logo img.logo-sticky {
    display: inline;
  }

  #Top_bar.is-sticky .menu_wrapper {
    clear: none;
  }

  #Top_bar.is-sticky .menu_wrapper .menu > li > a {
    padding: 15px 0;
  }

  #Top_bar.is-sticky .menu > li > a,
  #Top_bar.is-sticky .menu > li > a span {
    line-height: 30px;
  }

  #Top_bar.is-sticky .menu > li > a:after {
    top: auto;
    bottom: -4px;
  }

  #Top_bar.is-sticky .menu > li > a span.description {
    display: none;
  }

  #Top_bar.is-sticky #header_cart {
    top: 27px;
  }

  #Top_bar.is-sticky #search_button {
    top: 25px;
  }

  #Top_bar.is-sticky a.button.action_button {
    top: 13px;
  }

  #Top_bar.is-sticky .wpml-languages {
    top: 15px;
  }

  #Top_bar.is-sticky .secondary_menu_wrapper,
  #Top_bar.is-sticky .banner_wrapper {
    display: none;
  }

  .header-simple #Top_bar.is-sticky .responsive-menu-toggle {
    top: 12px;
  }

  /* Sticky dark */
  .sticky-dark #Top_bar.is-sticky {
    background: rgba(0, 0, 0, 0.8);
  }

  .sticky-dark #Top_bar.is-sticky .menu > li > a {
    color: #fff;
  }

  .sticky-dark #Top_bar.is-sticky .top_bar_right a {
    color: rgba(255, 255, 255, 0.5);
  }

  .sticky-dark #Top_bar.is-sticky .wpml-languages a.active,
  .sticky-dark #Top_bar.is-sticky .wpml-languages ul.wpml-lang-dropdown {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.1);
  }

  /* .header-simple | Mobile Menu */
  .header-simple #Top_bar #menu {
    display: none;
    height: auto;
    width: 300px;
    bottom: auto;
    top: 60px;
    right: 1px;
    position: absolute;
    margin: 0;
    background: #fff;
  }

  .header-simple #Header a.responsive-menu-toggle {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 25px;
    text-align: center;
    position: absolute;
    top: 28px;
    right: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .header-simple #Header a:hover.responsive-menu-toggle {
    text-decoration: none;
  }

  /* main menu 1st level */
  .header-simple #Top_bar #menu > ul {
    width: 100%;
    float: left;
  }

  .header-simple #Top_bar #menu ul li {
    width: 100%;
    padding-bottom: 0;
    border-right: 0;
    position: relative;
  }

  .header-simple #Top_bar #menu ul li a {
    padding: 0 20px;
    margin: 0;
    display: block;
    height: auto;
    line-height: normal;
    border: none;
  }

  .header-simple #Top_bar #menu ul li a:after {
    display: none;
  }

  .header-simple #Top_bar #menu ul li a span {
    border: none;
    line-height: 48px;
    display: inline;
    padding: 0;
  }

  .header-simple #Top_bar #menu ul li.submenu .menu-toggle {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.03);
    background: url(../images/menu-plus.png) center no-repeat;
  }

  .header-simple #Top_bar #menu ul li.hover > .menu-toggle {
    background: none !important;
  }

  .header-simple #Top_bar #menu ul li.hover a {
    border-bottom: 0;
  }

  .header-simple #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
    display: none;
  }

  /* main menu 2nd level */
  .header-simple #Top_bar #menu ul li ul {
    position: relative !important;
    left: 0 !important;
    top: 0;
    padding: 0;
    margin-left: 0 !important;
    width: auto !important;
    background-image: none;
  }

  .header-simple #Top_bar #menu ul li ul li {
    width: 100% !important;
  }

  .header-simple #Top_bar #menu ul li ul li a {
    padding: 0 20px 0 30px;
  }

  .header-simple #Top_bar #menu ul li ul li a .menu-arrow {
    display: none;
  }

  .header-simple #Top_bar #menu ul li ul li a span {
    padding: 0;
  }

  .header-simple #Top_bar #menu ul li ul li a span:after {
    display: none !important;
  }

  .header-simple #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
    text-transform: uppercase;
    font-weight: 400;
  }

  .header-simple #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
    display: block !important;
    position: inherit;
    left: auto;
    top: auto;
  }

  /* main menu 3rd level */
  .header-simple #Top_bar #menu ul li ul li ul {
    border-left: 0 !important;
    padding: 0;
    top: 0;
  }

  .header-simple #Top_bar #menu ul li ul li ul li a {
    padding: 0 20px 0 40px;
  }

  /* Menu highlight */
  .menu-highlight #Top_bar .menu > li {
    margin: 0 2px;
  }

  .menu-highlight:not(.header-creative) #Top_bar .menu > li > a {
    margin: 20px 0;
    padding: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .menu-highlight #Top_bar .menu > li > a:after {
    display: none;
  }

  .menu-highlight #Top_bar .menu > li > a span:not(.description) {
    border-right-width: 0;
    line-height: 50px;
  }

  .menu-highlight #Top_bar .menu > li > a span.description {
    display: none;
  }

  .menu-highlight.header-stack #Top_bar .menu > li > a {
    margin: 10px 0;
  }

  .menu-highlight.header-stack #Top_bar .menu > li > a span:not(.description) {
    line-height: 40px;
  }

  .menu-highlight.header-fixed #Top_bar .menu > li > a {
    margin: 10px 0;
    padding: 5px 0;
  }

  .menu-highlight.header-fixed #Top_bar .menu > li > a span {
    line-height: 30px;
  }

  .menu-highlight.header-transparent #Top_bar .menu > li > a {
    margin: 5px 0;
  }

  .menu-highlight.header-simple #Top_bar #menu ul li,
  .menu-highlight.header-creative #Top_bar #menu ul li {
    margin: 0;
  }

  .menu-highlight.header-simple #Top_bar #menu ul li > a,
  .menu-highlight.header-creative #Top_bar #menu ul li > a {
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .menu-highlight:not(.header-simple) #Top_bar.is-sticky .menu > li > a {
    margin: 10px 0 !important;
    padding: 5px 0 !important;
  }

  .menu-highlight:not(.header-simple) #Top_bar.is-sticky .menu > li > a span {
    line-height: 30px !important;
  }
}

/* 																								< 1240
===================================================================================================== */
@media only screen and (max-width: 1239px) {
  /* Header */
  #Top_bar #menu {
    display: none;
    height: auto;
    width: 300px;
    bottom: auto;
    top: 100%;
    right: 1px;
    position: absolute;
    margin: 0;
    background: #fff;
  }

  #Top_bar a.responsive-menu-toggle {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    top: 28px;
    right: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  #Top_bar a:hover.responsive-menu-toggle {
    text-decoration: none;
  }

  #Top_bar a.responsive-menu-toggle i {
    font-size: 25px;
    line-height: 35px;
  }

  #Top_bar a.responsive-menu-toggle span {
    float: right;
    padding: 10px 5px;
    line-height: 14px;
  }

  /* main menu 1st level */
  #Top_bar #menu > ul {
    width: 100%;
    float: left;
  }

  #Top_bar #menu ul li {
    width: 100%;
    padding-bottom: 0;
    border-right: 0;
    position: relative;
  }

  #Top_bar #menu ul li a {
    padding: 0 20px;
    margin: 0;
    display: block;
    height: auto;
    line-height: normal;
    border: none;
  }

  #Top_bar #menu ul li a:after {
    display: none;
  }

  #Top_bar #menu ul li a span {
    border: none;
    line-height: 48px;
    display: inline;
    padding: 0;
  }

  #Top_bar #menu ul li a span.description {
    margin: 0 0 0 5px;
  }

  #Top_bar #menu ul li.submenu .menu-toggle {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.03);
    background: url(../images/menu-plus.png) center no-repeat;
  }

  #Top_bar #menu ul li.hover > .menu-toggle {
    background: none !important;
  }

  #Top_bar #menu ul li.hover a {
    border-bottom: 0;
  }

  #Top_bar #menu ul li a span:after {
    display: none !important;
  }

  #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
    display: none;
  }

  /* main menu 2nd level */
  #Top_bar #menu ul li ul {
    position: relative !important;
    left: 0 !important;
    top: 0;
    padding: 0;
    margin-left: 0 !important;
    width: auto !important;
    background-image: none !important;
  }

  #Top_bar #menu ul li ul li {
    width: 100% !important;
  }

  #Top_bar #menu ul li ul li a {
    padding: 0 20px 0 30px;
  }

  #Top_bar #menu ul li ul li a .menu-arrow {
    display: none;
  }

  #Top_bar #menu ul li ul li a span {
    padding: 0;
  }

  #Top_bar #menu ul li ul li a span:after {
    display: none !important;
  }

  #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
    text-transform: uppercase;
    font-weight: 400;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
    display: block !important;
    position: inherit;
    left: auto;
    top: auto;
  }

  /* main menu 3rd level */
  #Top_bar #menu ul li ul li ul {
    border-left: 0 !important;
    padding: 0;
    top: 0;
  }

  #Top_bar #menu ul li ul li ul li a {
    padding: 0 20px 0 40px;
  }

  /* Stack header */
  .header-stack .menu_wrapper a.responsive-menu-toggle {
    position: static !important;
    margin: 11px 0;
  }

  .header-stack .menu_wrapper #menu {
    left: 0;
    right: auto;
  }

  /* Responsive | Hover Effect */
  .no-hover-tablet a.button:after,
  .no-hover-tablet a.tp-button:after,
  .no-hover-tablet button:after,
  .no-hover-tablet input:after {
    display: none;
  }

  .no-hover-tablet .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0 !important;
  }

  .no-hover-tablet .image_frame .image_wrapper img {
    top: 0 !important;
  }

  .no-hover-tablet .image_frame .image_wrapper .mask,
  .no-hover-tablet .image_frame .image_wrapper .image_links {
    display: none !important;
  }

  .no-hover-tablet .Recent_posts ul li .desc:after {
    display: none;
  }

  .no-hover-tablet .Recent_posts ul li a:hover h6,
  .no-hover-tablet .Recent_posts ul li a:hover .desc .date {
    color: inherit !important;
  }

  /* Responsive | Section Background Image */
  .no-section-bg-tablet .section {
    background-image: none !important;
  }
}

/* #Desktop 																				960 - 1239
====================================================================================================== */
@media only screen and (min-width: 960px) and (max-width: 1239px) {
  body {
    min-width: 0;
  }

  #Wrapper {
    width: 960px;
  }

  .section_wrapper,
  .container {
    width: 940px;
  }
}

/*
|--------------------------------------------------------------------------
|  4.0 Responsive
|  
|--------------------------------------------------------------------------
|
| 
|
*/
body {
  overflow-x: hidden;
}
/* #Tablet (Landscape) 																		768 - 959
===================================================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    min-width: 0;
  }

  #Wrapper {
    width: 728px;
  }

  .section_wrapper,
  .container {
    width: 708px;
  }

  /* Subheader */
  #Subheader .title {
    width: 100%;
  }

  #Subheader ul.breadcrumbs {
    display: none;
  }

  /* Timeline */
  .timeline .post-photo-wrapper {
    width: 100%;
    float: none;
  }

  .timeline .post-desc-wrapper {
    width: 100%;
    float: none;
  }

  /* Infobox */
  .infobox {
    padding-left: 20px;
    word-wrap: break-word;
  }

  .infobox ul li {
    padding-left: 0;
    padding-right: 0;
  }

  .infobox ul li:before {
    display: none;
  }

  /* Get in touch */
  .get_in_touch {
    padding-left: 20px;
    word-wrap: break-word;
  }

  .get_in_touch ul li {
    padding-left: 0;
    padding-right: 0;
  }

  .get_in_touch ul li .icon {
    display: none;
  }

  /* Hover color */
  .hover_color {
    word-wrap: break-word;
  }

  /* How it works */
  .how_it_works .image {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }

  .how_it_works .image img {
    max-width: 66px !important;
    max-height: 66px !important;
  }

  .how_it_works .image .number {
    bottom: 0;
    right: 0;
  }

  .how_it_works.has_border:after {
    top: 60px;
  }

  /* Opening Hours */
  .opening_hours {
    padding-left: 20px;
    word-wrap: break-word;
  }

  .opening_hours .opening_hours_wrapper li span {
    font-size: 16px;
    line-height: 16px;
  }

  /* Icon box */
  .icon_box.icon_position_left {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .icon_box.icon_position_left .icon_wrapper {
    position: static;
    margin-bottom: 15px;
  }

  .icon_box.icon_position_left .desc_wrapper {
    text-align: center;
    padding-top: 0;
  }

  .icon_box.icon_position_left .image_wrapper {
    position: static;
    left: 0;
    margin-bottom: 15px;
    width: auto;
    height: auto;
  }

  /* Flat box */
  .flat_box .photo_wrapper .icon {
    width: 50px;
  }

  .flat_box .photo_wrapper .icon i {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    margin-top: -20px;
  }

  .flat_box a:hover .photo_wrapper .icon {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  .flat_box .desc_wrapper {
    margin-left: 50px;
  }

  /* Trailer box */
  .trailer_box .desc h2 {
    font-size: 22px;
    line-height: 22px;
  }
}

/* #Tablet (Portrait) & Mobile - COMMON 														< 768	*
===================================================================================================== */
@media only screen and (max-width: 767px) {
  body {
    min-width: 0;
  }

  #Wrapper {
    width: 300px;
  }

  .section_wrapper .column,
  .container .column,
  .sections_group,
  .four.columns {
    margin: 0;
    width: 100% !important;
    clear: both;
  }

  .section_wrapper,
  .container,
  .four.columns {
    width: 260px !important;
  }

  .section_wrapper .column {
    margin: 0 0 20px;
  }

  .four.columns {
    float: none !important;
    margin: 0 auto !important;
  }

  /* .section */
  .section {
    background-attachment: scroll !important;
    height: auto !important;
  }

  /* Header */
  #Top_bar {
    background: #fff !important;
    position: static;
  }

  #Top_bar .top_bar_left {
    float: none;
    width: 100% !important;
    margin-top: 10px;
    background: none !important;
  }

  .header-simple #Top_bar .top_bar_left {
    top: 0 !important;
  }

  #Top_bar .top_bar_right {
    float: none;
    top: 0;
  }
  a.action_button {
    top: 0 !important;
        text-align: center;
        float: none;
        margin: 5px;
  }

  #Top_bar .logo {
    position: static;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  #Top_bar .logo #logo {
    padding: 0px;
  }

  #Top_bar .logo #logo img {
    height: auto !important;
  }

  /* Stack header */
  .header-stack #Top_bar .logo {
    padding: 0;
    text-align: center !important;
  }

  .header-stack #Top_bar .secondary_menu_wrapper {
    display: none;
  }

  .header-stack #Top_bar .top_bar_right {
    position: static;
  }
#Top_bar.is-sticky .logo, #Top_bar.is-sticky #logo img.logo-sticky {
    display: none !important;
}
  /* Subheader */
  body:not(.template-slider):not(.header-simple) #Header {
    min-height: 270px;
  }

  #Subheader .title {
    width: 100%;
  }

  #Subheader ul.breadcrumbs {
    display: none;
  }

  /* Minimalist Header */
  body.minimalist-header.header-classic:not(.template-slider) #Header {
    min-height: 0;
  }

  body.minimalist-header.header-creative:not(.template-slider) #Header {
    min-height: 0;
  }

  body.minimalist-header.header-simple:not(.template-slider) #Header {
    min-height: 90px;
  }

  body.minimalist-header.header-transparent #Header {
    min-height: 0 !important;
  }

  /* Header Magazine */
  .header-magazine #Top_bar .banner_wrapper {
    width: 100%;
    height: auto;
    text-align: center;
    position: static;
    margin-bottom: 20px;
  }

  /* Timeline */
  .timeline .post-item {
    padding-left: 0;
    background: none;
  }

  .timeline .post-item:before {
    display: none;
  }

  .timeline .post-photo-wrapper {
    width: 100%;
    float: none;
  }

  .timeline .post-desc-wrapper {
    width: 100%;
    float: none;
  }

  .timeline .post-item .date_label {
    display: inline-block;
    position: static;
    margin-bottom: 10px;
  }

  .timeline .post-meta .category {
    display: none;
  }

  .timeline .post-desc-wrapper .post-footer .button-love .love-text {
    display: none;
  }

  .timeline .post-desc-wrapper .post-desc {
    padding: 15px 0 0;
  }

  /* Fixed nav */
  .fixed-nav {
    display: none !important;
  }

  /* Divider */
  .hr_full hr,
  .aside_left .hr_full hr,
  .aside_right .hr_full hr {
    position: absolute;
    left: -1000px;
    top: 0;
    width: 3000px;
  }

  /* How it works */
  .how_it_works .image,
  .with_aside .how_it_works .image {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }

  .how_it_works .image img {
    max-width: 116px !important;
    max-height: 116px !important;
  }

  .how_it_works .image .number,
  .with_aside .how_it_works .image .number {
    bottom: 10px;
    right: 10px;
  }

  .how_it_works.has_border:after {
    display: none;
  }
  /* Call to action */
  .call_to_action .call_left,
  .call_to_action .call_center,
  .call_to_action .call_right {
    display: block;
    width: 100%;
  }

  .call_to_action .call_left {
    margin-bottom: 20px;
  }

  .call_to_action .call_center {
    margin-bottom: 20px;
  }

  .call_to_action .call_right {
    margin-bottom: 0;
    text-align: center;
  }

  /* Timeline */
  .timeline_items {
    background-position: 91px top;
  }

  .timeline_items li {
    padding: 0 0 25px 150px !important;
    background: url(../images/timeline_right.png) no-repeat !important;
    background-position: 50px top !important;
    width: auto;
  }

  .timeline_items li h3 span {
    left: 0 !important;
    right: auto;
  }

  .timeline_items li h3,
  .timeline_items li:nth-child(even) h3 {
    text-align: left;
  }

  .timeline_items li h3:before {
    left: 93px;
  }

  .timeline_items li .desc,
  .timeline_items li:nth-child(even) .desc {
    text-align: left;
  }

  .timeline_items li .desc:before {
    display: none;
  }

  .timeline_items:after {
    left: 93px;
  }

  /* Promo box */
  .promo_box.has_border:after {
    display: none;
  }

  .promo_box_wrapper {
    overflow: visible;
  }

  .promo_box_wrapper .photo_wrapper {
    width: 100%;
    float: none;
    line-height: 0;
    margin-bottom: 15px;
  }

  .promo_box_wrapper .desc_wrapper {
    width: 100%;
    margin: 0 !important;
    float: none;
    padding-top: 0;
  }

  /* Fancy headings */
  .fancy_heading h2 {
    font-size: 30px;
    line-height: 30px;
  }

  /* Icon box */
  .icon_box.has_border:after {
    display: none;
  }

  /* Image Frame */
  .image_frame {
    margin-top: 0 !important;
  }

  /* Features lists */
  .feature_list ul li {
    width: 100%;
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .feature_list hr {
    display: none;
  }

  /* Footer */
  #Footer .footer_copy {
    text-align: center;
  }

  #Footer .footer_copy .copyright {
    float: none;
    margin: 0 0 10px;
  }

  #Footer .footer_copy a#back_to_top {
    float: none;
    margin: 0 0 10px;
  }

  #Footer .footer_copy .social {
    float: none;
    margin: 0;
  }

  #Footer .footer_copy .social-menu {
    float: none;
    margin: 0;
  }
}

/* #Tablet (Portrait) & #Mobile (Landscape)													480 - 767	*
===================================================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #Wrapper {
    width: 420px;
  }

  .section_wrapper,
  .container,
  .four.columns {
    width: calc(100% - 67px) !important;
  }
}

/* 	#Mobile (Portrait)																			< 480
===================================================================================================== */
@media only screen and (max-width: 479px) {
  #Top_bar a.button.action_button {
    margin-right: 0;
  }

  /* Team */
  .team.team_horizontal .image_frame {
    width: 100%;
    margin: 0 0 15px;
    float: none;
  }

  .team.team_horizontal .desc_wrapper {
    width: 100%;
    float: none;
  }

  /* Timeline */
  .timeline_items {
    background-position: 21px top;
  }

  .timeline_items li {
    padding: 0 0 25px 80px !important;
    background-position: -20px top !important;
  }

  .timeline_items li h3 span {
    display: block;
    position: relative;
    margin-bottom: 20px;
    clear: both;
  }

  .timeline_items li h3:before {
    left: 24px;
  }

  .timeline_items:after {
    left: 23px;
  }
}