/*
 * Navigation menu
 */

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

#mobnav { margin: 0}
#mobnav.grid-full { width: 100%}
#mobnav-trigger {
    line-height: 49px;
    color: #fff;
    background: #C72394;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding: 0 15px;
}

#mobnav-trigger .trigger-icon {
    display: block;
    float: left;
    width: 23px;
    padding-top: 18px;
    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: block;
    margin-top: 0 !important;
}
.vertnav-top.mobile {
    border-top: solid 1px #555;
    clear: both;
    display: none;
    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: 98%;
    background: #333;
}

.vertnav-top { display: none !important;}
.vertnav-top.show { display: block !important}
.vertnav-top.show li.level0 ul.level0 li.level1 a span { color: #4a4a4a}

.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.png) center center no-repeat;
    width: 40px;
    height: 40px;
}
.vertnav-top.accordion li.active > .opener {
    background-image: url(../images/ultra-megamenu/opener-active.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;
    font-family: 'LaoUI';
    color: #FFF;
    text-transform: uppercase;
}
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 */

#mobnav-trigger, #nav > li > a {
    font-size: 13px;
    /*1.3333em*/
}
/* Mobile menu trigger
 -------------------------------------------------------------- */

#mobnav-trigger {
    line-height: 49px;
    color: #fff;
}
/* Main menu - horizontal
 -------------------------------------------------------------- */

#nav .level0-wrapper, #nav.classic ul.level0
/* For classic style menu */

{
    top: 100%;
}
/*
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */

.owl-carousel {
    clear: both;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    margin: 0 auto 15px;
    padding: 0;
}
.owl-carousel a {
    padding: 0;
    float: left;
}
.owl-carousel img {
    float: left;
    width: 100%;
}
.owl-carousel .avalia img { width: auto;}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -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;
}
.owl-carousel .owl-item {
    float: left;
    text-align: center;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: 10%;
    width: 100%;
}
/* mouse grab icon */

.grabbing {
    cursor: url(../images/galeria/grabbing.png) 8 8, move;
}
/* fix */

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    display: inline-flex;
}
/*
 *  Owl Carousel Owl Demo Theme
 *  v1.3.2
 */

.owl-theme .owl-controls {
    text-align: center;
    padding: 0;
    right: 0;
    margin-bottom: 15%;
    z-index: 99;
    position: absolute;
    width: 100%;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    display: block;
    zoom: 1;
    padding: 0;
    background-image: url(../images/marcas.png);
    background-repeat: no-repeat;
    height: 64px;
    z-index: 9;
    width: 50px;
    text-indent: -9999px;
    margin: 0;
    float: left;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 0.8;
}
.owl-theme .owl-prev {
    background-position: 5px -3px; float: left !important;
}
.owl-theme .owl-next {
    background-position: -54px -3px; float: right !important;
}
#galeria .owl-stage-outer { overflow: hidden; }
#galeria .owl-controls .owl-nav > div {
    background: url(../images/img/arrow-galeria.png) no-repeat;
    display: inline-block;
    height: 60px;
    font-size: 0;
    width: 20px;
    position: absolute;
}
#galeria .owl-controls .owl-nav > div:hover {
    cursor: pointer;
}
#galeria .owl-controls .owl-nav .owl-prev {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    left: -20px;
}
#galeria .owl-controls .owl-nav .owl-next {
    right: -20px; 
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #999;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(../images/galeria/AjaxLoader.gif) no-repeat center center
}
/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
/* fade */

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */

/*empty*/

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}
@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}
@keyframes empty {
    0% {
        opacity: 1
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}
@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
@-webkit-keyframes

scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}
@-moz-keyframes

scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}
@keyframes

scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}
@-webkit-keyframes

goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes

goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}
@keyframes

goDown {
    from {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes

scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes

scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes

scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}
@-webkit-keyframes

scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes

scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes

scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}
/*Custom Owl Carrosel*/

.owl-carousel .item {
    float: none;
    margin: 0 auto;
    position: relative;
}
.owl-carousel .item .infobox {
    clear: both;
    padding: 5px;
    position: relative;
}
.owl-carousel .item h2 a {
    color: #626262;
    float: none;
}
.owl-carousel .item.owlMargin {
    margin: 0 auto;
    padding: 0 10px;
}
/* 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;
    border-top: solid 1px #555;
}
.accordion li {
    float: left;
    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 {
    background: #fff;
}
.accordion li.current {} .accordion li a {
    display: block;
    padding: 8px 10px;
    /*14px*/
    line-height: 1.2857em;
    font-size: 13px;
    text-shadow: none;
    color: #333;
    kground: #333;
    /*18px*/
}
.accordion li li a {
    padding-left: 20px;
    font-family: 'LaoUI';
    color: #8f8f8f;
}
.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 solid #e0e0e0;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: -1px;
    padding: 10px 12px;
    display: inline-block;
    text-decoration: none;
    color: #666;
    font-weight: 300;
    font-size: 16px;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #fff;
    margin-bottom: 1px;
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    font-weight: bold;
    color: #fff;
    background-color: #e91c73;
    border: 0;
    border-bottom: 2px solid #c61862;
}
.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: #c61862;
}
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}
.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: 100px;
    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;
    }
}
