/*
 * Navigation menu
 */

.vertnav-side {
    float: left;
    width: 100%;
}
/* Mobile menu (vertical, in the header)
 %
 */

#mobnav-trigger {
    line-height: 49px;
    color: #fff;
    background: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding: 0 15px;
}
#mobnav-trigger .trigger-icon {
    display: block;
    float: left;
    width: 23px;
    margin: 0 8px 0 0;
}
#mobnav-trigger .trigger-icon .line {
    display: block;
    background-color: #fff;
    height: 3px;
    margin-bottom: 2px;
}
.nav-container .vertnav-top {
    display: none;
    margin-top: 0 !important;
}
.vertnav-top.mobile {
    border-top: solid 1px #555;
    clear: both;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    float: none;
    height: auto;
    max-height: 0px;
    transition: max-height 500ms ease-in-out 0s;
    -moz-transition: max-height 500ms ease-in-out 0s;
    -webkit-transition: max-height 500ms ease-in-out 0s;
    -o-transition: max-height 500ms ease-in-out 0s;
    width: 100%;
    background: #333;
}
.vertnav-top.mobile.show {
    max-height: 9999px;
    transition: max-height 500ms ease-in-out 0s;
    -moz-transition: max-height 500ms ease-in-out 0s;
    -webkit-transition: max-height 500ms ease-in-out 0s;
    -o-transition: max-height 500ms ease-in-out 0s;
}
.vertnav-top.accordion li {
    border-bottom: solid 1px #555;
}
.vertnav-top.accordion li a {
    height: 40px;
    line-height: 2;
    color: #fff;
}
/* 3rd-level items - smaller font, no transform */

.vertnav-top li li li a {
    /*16px*/
    
    text-transform: none;
}
.vertnav-top.accordion .opener {
    background: url(../images/ultra-megamenu/opener-w.png) center center no-repeat;
    width: 40px;
    height: 40px;
}
.vertnav-top.accordion li.active > .opener {
    background-image: url(../images/ultra-megamenu/opener-active-w.png);
}
.vertnav-top.accordion li.active a {
    font-weight: inherit;
    color: #fff;
}
/* Drop-down menu (horizontal)
 %
 */

#nav {
    position: relative;
    /* Drop-down box position is relative to this element */
    
    z-index: 2000;
}
#nav.mobile {
    display: none;
}
/* Hide on mobile */

#nav .opener {
    display: none;
}
#nav .level0-wrapper {
    position: absolute;
    left: -10000px;
    background-color: #fff;
    width: 96%;
    padding: 2%;
    -webkit-transform: translateZ(0);
    /* Fix: possible glitches during animation */
}
/*#nav .level0-wrapper {
 position:absolute;
 top:49px;
 background-color:#fff;
 width:96%;
 padding:2%;

 left:0;
 visibility:hidden;
 opacity:0;
 transition:            visibility 0s ease-in-out 450ms, opacity 300ms ease-in-out 150ms;
 -moz-transition:   visibility 0s ease-in-out 450ms, opacity 300ms ease-in-out 150ms;
 -webkit-transition:    visibility 0s ease-in-out 450ms, opacity 300ms ease-in-out 150ms;
 -o-transition:     visibility 0s ease-in-out 450ms, opacity 300ms ease-in-out 150ms;
 }
 #nav > li:hover .level0-wrapper {
 visibility:visible;
 opacity:1;
 transition-delay:150ms;
 -moz-transition-delay:150ms;
 -webkit-transition-delay:150ms;
 -o-transition-delay:150ms;
 }*/
/* Sidebar menu */

.vertnav .number {
    margin-left: 3px;
    color: #aaa;
}
/* Main menu */

#nav .number {
    display: inline;
    margin-left: 3px;
}
#nav ul li .number {
    color: #aaa;
}
.cat-label {
    padding: 2px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    text-transform: none;
    text-shadow: none;
    transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
    -moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
    -webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
    -o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
}
li > a:hover > span > .cat-label {
    transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    -o-transition-duration: 100ms;
}
/* 1st level
 -------------------------------------------------------------- */

li.level0 > a > span {
    position: relative;
}
li.level0 > a > span > .cat-label {
    position: absolute;
    top: -14px;
    right: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px;
}
/* Add pin (only 1st level) */

li.level0 > a > span > .pin-bottom:before {
    position: absolute;
    right: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    transition: border-color 450ms ease-in-out;
    -moz-transition: border-color 450ms ease-in-out;
    -webkit-transition: border-color 450ms ease-in-out;
    -o-transition: border-color 450ms ease-in-out;
}
li.level0 > a:hover > span > .pin-bottom:before {
    transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    -o-transition-duration: 100ms;
}
/* 2nd level
 -------------------------------------------------------------- */

li.level1 > a > span > .cat-label {
    display: inline-block !important;
    padding: 0 4px;
    margin-left: 2px;
    vertical-align: middle;
}
/* 3rd level
 -------------------------------------------------------------- */

li.level2 > a > span > .cat-label {
    display: inline-block !important;
    padding: 0 4px;
    margin-left: 2px;
}
/* Category labels inside mobile menu / vertical menu
 %
 */

ul.vertnav li > a > span > .cat-label {
    position: static;
    display: inline-block !important;
    padding: 0 4px;
    margin-left: 2px;
}
/* Label size: all levels
 -------------------------------------------------------------- */

ul.vertnav li > a > span > .cat-label {
    font-size: inherit;
    line-height: inherit;
}
ul.vertnav-top li > a > span > .cat-label {
    font-size: 14px;
    line-height: 18px;
}
/* Common styles for main menu (horizontal + mobile vertical + mobile menu trigger)
 %
 */
/* horizontal + mobile menu trigger */

#nav > li > a {
    font-size: 13px;
    /*1.3333em*/
}
/* Main menu - horizontal
 -------------------------------------------------------------- */

#nav .level0-wrapper, #nav.classic ul.level0 {
    top: 100%;
}



/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

#upsell > .owl-height {
  height: auto!important;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


/* 
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: none;zoom:1;*
    display: inline;
    }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }


/*Custom Owl Carrosel*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel li {
    float: left;
    width: 100px;
}
.owl-carousel .item {
    float: none;
    margin: 0 auto;
    position: relative;
}
.owl-carousel .item h2 a {
    float: none;
}
.owl-carousel .item.owlMargin {
    margin: 0 auto;
    padding: 10px 0;
}
/* Image pop-up */

.product-image-popup {
    margin: 0 auto;
}
.product-image-popup .nav {
    font-weight: bold;
    text-align: center;
}
.product-image-popup .image {
    display: block;
    margin: 10px 0;
}
.product-image-popup .image-label {
    margin: 0 0 10px;
}
/* Skin 1: with thin borders */

.img-box-style1 .product-image {
    border: 1px solid #eee;
    padding: 5px;
    width: auto;
}
.img-box-style1 .more-images {
    margin-top: 8px;
    clear: both;
    display: block;
}
.img-box-style1 .more-images li a {
    margin: 0;
    padding: 4px;
    border: 1px solid #eee;
}
/**
 * Drop-down
 */

.dropdown {
    position: relative;
}
.dropdown:hover {
    z-index: 4000;
}
/* Dropdown toggle */

.dropdown-toggle {
    display: block;
    cursor: default;
}
/* Inside Dropdown-toggle
 -------------------------------------------------------------- */

.dropdown-toggle * {
    display: inline-block;
}
.dropdown-toggle .label {
    padding-right: 2px;
}
.dropdown-toggle .value {} .dropdown-toggle .dropdown-icon {
    width: 18px;
    text-indent: -9999px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.dropdown-toggle .img-caret {
    background: url(../images/_shared/dropdown/arrow-dropdown.png) 100% 50% no-repeat;
    width: 10px;
    text-indent: -9999px;
}
/* Cover 'dropdown-toggle' (and 'dropdown-menu' shadow) with additional inner div
 %
 */

.dropdown-toggle.cover > div {
    padding: 0 10px;
    cursor: default;
}
.open > .dropdown-toggle.cover > div {
    background-color: #fff;
}
/*.dropdown:hover .dropdown-toggle.cover > div,*/

.open > .dropdown-toggle.cover > div {
    z-index: 4001;
    position: relative;
}
/* Dropdown menu
 %
 */

.dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4000;
    padding: 20px;
    min-width: 130px;
    line-height: 1.5em;
    text-align: left;
    list-style: none;
    background-color: #fff;
}
#mini-car:hover .dropdown-menu {
    display: block;
}
.dropdown-menu.left-hand {
    left: auto;
    right: 0;
}
.dropdown-menu > li * {
    display: inline-block;
}
.dropdown-menu > li > a {
    display: block;
}
.dropdown-menu > li {
    white-space: nowrap;
}
.dropdown-menu > li .label {
    margin-right: 8px;
}
.dropdown-menu .dropdown-icon {
    width: 18px;
    text-indent: -9999px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}
/****************
 *
 *  RATING
 *
 ****************/
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */

div.rating-cancel, div.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}
div.rating-cancel, div.rating-cancel a {
    display: none !important;
    background: url(../images/rating/delete.gif) no-repeat 0 -16px;
}
div.star-rating, div.star-rating a {
    background: url(../images/rating/star.gif) no-repeat 0 0px
}
div.rating-cancel a, div.star-rating a {
    display: block;
    width: 16px;
    height: 100%;
    background-position: 0 0px;
    border: 0
}
div.star-rating-on a {
    background-position: 0 -32px !important
}
div.star-rating-hover a {
    background-position: 0 -32px
}
/* Read Only CSS */

div.star-rating-readonly a {
    cursor: default !important
}
/* Partial Star CSS */

div.star-rating {
    background: transparent !important;
    overflow: hidden !important
}
/* END jQuery.Rating Plugin CSS */

.ratingBox {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}
.ratingBox .label {
    margin: 0 10px 0 0;
    float: left;
    font-weight: 400;
    width: auto;
}
.ratingBox .value {
    float: left;
}
/*********************
 *
 *  FANCYBOX
 *
 **********************/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px"Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/fancybox/blank.gif');
    /* helps IE */
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 99;
    background: url('../images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px"Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
/*BUTTONS*/

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}
#fancybox-buttons.top {
    top: 10px;
}
#fancybox-buttons.bottom {
    bottom: 10px;
}
#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(68, 68, 68)), color-stop(50%, rgb(52, 52, 52)), color-stop(50%, rgb(41, 41, 41)), color-stop(100%, rgb(51, 51, 51)));
    background: -webkit-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -o-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -ms-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}
#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-image: url('../images/fancybox/fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}
#fancybox-buttons a:hover {
    opacity: 1;
}
#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}
#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
    opacity: 0.4;
    cursor: default;
}
/*THUMBS*/

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 9999;
}
#fancybox-thumbs.bottom {
    bottom: 2px;
}
#fancybox-thumbs.top {
    top: 2px;
}
#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#fancybox-thumbs ul li {
    float: left;
    padding: 0;
    opacity: 0.5;
}
#fancybox-thumbs ul li.active {
    opacity: 1;
    padding: 0;
    border: 2px solid #fff;
}
#fancybox-thumbs ul li:hover {
    opacity: 1;
}
#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 0;
    outline: none;
}
#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    opacity: 0.7;
}
/* Accordion  % */

.accordion {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.accordion ul {
    display: block;
    padding: 0;
    margin: 0;
}
.accordion li {
    display: block;
    width: 100% !important;
    margin: 0;
    list-style-type: none;
    cursor: pointer;
    position: relative;
    border-bottom: solid 1px #ddd;
    padding: 0 !important;
}
.accordion li.last a, .accordion li.last {
    border-bottom: none;
}
.accordion > li.active > a, .accordion > li.active > a:hover {} .accordion li.current {} .accordion li a {
    display: block;
    padding: 8px 10px;
    /*14px*/
    
    line-height: 1.2857em;
    font-size: 13px;
    text-shadow: none;
    color: #333;
    /*18px*/
}
.accordion li li a {
    padding-left: 20px;
}
.accordion li li li a {
    padding-left: 40px;
}
.accordion li li li li a {
    padding-left: 60px;
}
/* Space for openner if item has children.
 Space has to be a few pixels wider than openner */

.accordion li.parent > a {
    padding-right: 40px;
}
.accordion li > a:hover {
    background: #f0f0f0;
}
.accordion.mobile li > a:hover {
    background: #222;
}
/* Opener
 -------------------------------------------------------------- */

.accordion .opener {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: url(../images/ultra-megamenu/opener.png) center center no-repeat;
}
.accordion .opener:hover {}
/* Active */

.accordion li.active > .opener {
    background-image: url(../images/ultra-megamenu/opener-active.png);
}
/* Collapsible*/

.collapsible {
    position: relative;
}
.collapsible .block-title {
    padding-top: 8px;
    padding-right: 35px;
    /* Space for opener */
    
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
    border-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 0.625em;
    /*10px*/
    
    font-size: 1.3333em;
    /*16px*/
    
    line-height: 1.25em;
    /*20px*/
    
    font-weight: normal;
}
.collapsible .block-content, .collapsible .block-content > * {
    margin-top: 0;
    /* Prevent animation jumping */
}
/* Opener
 -------------------------------------------------------------- */

.collapsible .opener {
    position: absolute;
    right: 0;
    top: 2px;
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #f2f2f2;
    /*IE*/
    
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url(../images/ultra-megamenu/opener.png);
    background-position: center center;
    background-repeat: no-repeat;
    /*border-radius:50%;*/
}
.collapsible .opener:hover {
    background-color: #e5e5e5;
    /*IE*/
    
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../images/ultra-megamenu/opener-w.png);
}
.collapsible.active .opener {
    background-image: url(../images/ultra-megamenu/opener-active.png);
}
.collapsible.active .opener:hover {
    background-image: url(../images/ultra-megamenu/opener-active-w.png);
}
/* Mobile accordion
 -------------------------------------------------------------- */

.mobile-collapsible {}
/* End Accordion  % */

.img-box .thumbnails li a:hover, .img-box .thumbnails li a.active {
    outline: solid 2px red;
}
/*Own Style 2*/

.owl-carousel.owlStyle2 {
    width: 100%;
    margin: 0 0 40px;
}
.owl-carousel.owlStyle2 .owl-controls {
    top: 0;
    position: absolute;
    right: 0;
    float: right;
}
.owl-carousel.owlStyle2 .owl-buttons {
    float: right;
    top: -40px;
    position: absolute;
    right: 0;
}
.owl-carousel.owlStyle2 .owl-buttons div {
    color: #333;
    margin: 0 2px;
    float: left;
    background: #ddd;
}
.owl-carousel.owlStyle2 .owl-buttons div:hover {
    opacity: 0.8;
}
/*=================
 =
 =  TABS
 =
 ===================*/

.r-tabs {
    position: relative;
}
.r-tabs .r-tabs-nav {
    border-bottom: 1px dotted #ccc;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
    width: calc(98%/3);
}

.r-tabs .r-tabs-nav .r-tabs-tab:nth-child(1){
  text-align: left;
}

.r-tabs .r-tabs-nav .r-tabs-tab:nth-child(2){
  text-align: left;
}

.r-tabs .r-tabs-nav .r-tabs-tab:nth-child(3){
  text-align: right;
}


.r-tabs .r-tabs-nav .r-tabs-anchor {
    margin-bottom: 0;
    padding: 2px 2px;
    display: inline-block;
    text-decoration: none;
    color: #666;
    font-weight: 300;
    font-size: 15px;
    border: none;
    font-family: Lato;
    text-transform: uppercase;
    font-weight: 100;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #fff;
    margin-bottom: -1px;
    border-bottom: 1px dotted #ccc;
}

.r-tabs .r-tabs-nav .r-tabs-state-active > a {
  border-bottom: 2px solid #000;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #666;
    background-color: #FFFFFF;
}
.r-tabs .r-tabs-panel {
    margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #eee;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 3px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover {
    text-indent: 10px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: #fff;
    margin-bottom: 0;
    background: #02b4d2;
}
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    width: 100%;
}
.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}
.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}
.r-tabs .r-tabs-accordion-title {
    display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
    background: #fff;
    min-height: 300px;
    float: left;
    width: 100%;
}
/* Accordion responsive breakpoint */

@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }
    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
