@charset "utf-8";

/* mega menu
================================================== */
.df-desktop-navigation {
    display: block;
}
.df-mobile-navigation {
    display: none;
}
body #main-nav.nav li ul.sub-nav {
    padding: 15px;
}
body #main-nav.nav li ul.sub-nav ul {
    padding: 0;
}
body #main-nav .df-mega-menu ul {
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
}
@media only screen and (min-width: 959px) {
    #main-nav .df-mega-menu {
        position: static;
    }
    #main-nav .menu-subtitle {
        display: block;
        font-size: .8em;
        text-transform: none;
    }
    body #main-nav .df-mega-menu a:after {
        position: relative;
    }
    #main-nav .df-mega-menu .new-row {
        clear: left;
    }
    #main-nav .df-mega-menu > .sub-nav > li a:after {
        display: none
    }
    #main-nav .df-mega-menu .df-mega-parent .sub-nav {
        display: block!important;
        position: relative;
        left: 0px;
        box-shadow: none;
        float: none;
        width: 100%;
        border: none;
    }
    #main-nav .df-mega-menu a {
        min-width: inherit;
    }
    #main-nav .df-mega-menu .df-mega-parent .menu-item {
        width: 100%
    }
    #main-nav .df-mega-menu .sub-nav > li {
        display: block;
        float: left;
    }
    #main-nav .df-mega-menu:hover .sub-nav {
        visibility: visible;
        top: auto;
    }
    /* mega menu column */
    .df-mega-menu li.df_span-sm-12 {
        width: 100%;
    }
    .df-mega-menu li.df_span-sm-6 {
        width: 50%;
    }
    .df-mega-menu li.df_span-sm-4 {
        width: 33.3333%;
    }
    .df-mega-menu li.df_span-sm-3 {
        width: 25%;
    }
    .df-mega-menu li.df_span-col5 {
        width: 20%;
    }
    /* mega menu full width */
    #main-nav .mega-full-width > .sub-nav {
        width: 100%;
        left: 0px !important;
    }
    #main-nav .mega-full-width .df-mega-parent {
        left: 0px;
    }
    /* mega menu auto width */
    #main-nav .mega-auto-width.mega-column-2 > .sub-nav {
        width: 40%;
        left: auto;
    }
    #main-nav .mega-auto-width.mega-column-3 > .sub-nav {
        width: 60%;
        left: auto;
    }
    #main-nav .mega-auto-width.mega-column-4 > .sub-nav {
        width: 80%;
        left: auto;
    }
    #main-nav .mega-auto-width.mega-column-5 > .sub-nav {
        width: 100%;
        left: 0px;
    }
    /* mega menu left and right (header 3 & header 4) */
    .has-mega-menu .header-3 #navigation #main-nav, .has-mega-menu .header-3 #navigation, .has-mega-menu .header-4 #navigation #main-nav, .has-mega-menu .header-4 #navigation {
        position: static;
    }
    /* mega menu misc */
    #main-nav .df-mega-menu > a > .mega-icon img {
        display: none;
    }
    #main-nav .df-mega-menu-img > ul {
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: auto;
        background-attachment: scroll;
    }
    #main-nav .hide-mega-title > a span:not(.mega-icon) {
        display: none;
    }
    #main-nav .mega-text-align-center .sub-nav a {
        text-align: center;
    }
    #main-nav .mega-text-align-right .sub-nav a {
        text-align: right;
    }
    #main-nav .mega-text-align-left .sub-nav a {
        text-align: left;
    }
    #main-nav i.fa {
        padding-right: 5px;
    }
    #main-nav .df-mega-menu > .sub-nav > li.has-children:not(.new-column) > a {
        font-weight: 700;
    }
    #main-nav .df-mega-menu > .sub-nav > li.has-children:not(.new-column) > a:after {
        display: none;
    }
    .float-menu {
        max-width: 980px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 959px) {
    #header {
        padding: 10px;
    }
    #header img {
        display: none
    }
}
@media only screen and (max-width: 666px) {
    .df-desktop-navigation, .df-mobile-navigation .has-children .sub-nav {
        display: none;
    }
    .df-mobile-navigation {
        display: block;
    }
    #parallax .parallax_out {
        background-attachment: scroll !important;
        background-size: auto !important;
    }
    #content {
        padding-top: 1.5em;
    }
    #header {
        background-size: cover;
    }
    #top .cart {
        margin: 0;
    }
    #navigation ul.nav ul.children {
        margin-left: 1.5em;
    }
    #navigation {
        font-weight: 400;
    }
    #nav-container {
        border-width: 0 !important;
    }
    ul.nav, ul.nav ul {
        border: none!important;
    }
    #navigation ul.nav > li {
        border-right: none!important;
    }
    body.boxed-layout {
        padding: 0;
    }
    body.boxed-layout #top {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }
    body.boxed-layout #wrapper {
        margin-left: 0;
        margin-right: 0;
        border: none;
    }
    #sidebar {
        clear: both;
    }
    /* Set single portfolio item from two to one column on mobile */
    body.single-portfolio.one-col-980 #post-gallery, body.single-portfolio.one-col-980 .post-embed {
        width: 100%;
        float: left;
    }
    body.single-portfolio .hentry {
        float: none;
        width: 100%;
    }
    .csstransforms3d.csstransitions #navigation {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .csstransforms3d.csstransitions #inner-wrapper {
        left: 0 !important;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 200ms ease;
        -moz-transition: -moz-transform 200ms ease;
        -o-transition: -o-transform 200ms ease;
        transition: transform 200ms ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .csstransforms3d.csstransitions .show-nav #navigation {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .csstransforms3d.csstransitions .show-nav #inner-wrapper {
        -webkit-transform: translate3d(80%, 0, 0);
        -moz-transform: translate3d(80%, 0, 0);
        -ms-transform: translate3d(80%, 0, 0);
        -o-transform: translate3d(80%, 0, 0);
        transform: translate3d(80%, 0, 0);
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
}

@media only screen and (max-width: 480px) {
    .two-col-left .blog-grig-page,
    .col-full .blog-grig-page,
    .two-col-right .blog-grig-page,
    .three-col-left .blog-grig-page,
    .three-col-middle .blog-grig-page,
    .three-col-right .blog-grig-page {
        width: 100%;
    }
    .two-col-left .blog-grigMan-page,
    .col-full .blog-grigMan-page,
    .two-col-right .blog-grigMan-page,
    .three-col-left .blog-grigMan-page,
    .three-col-middle .blog-grigMan-page,
    .three-col-right .blog-grigMan-page {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .swiper-container-lookbook {
        width: 100%;
    }
    .lookbook-slides {
        width: 100%;
    }
} /* end media 767px responsive lookbook */

@media only screen and (max-width: 768px) {
    .nav-toggle {
        display: table !important;
        width: 100%;
    }
    .btn-toggle-trigger {
        float: none !important;
        display: table-cell;
        vertical-align: middle;
    }
    .nav-toggle a {
        left: 0;
        display: table-cell;
        vertical-align: middle;
    }
    .mega-icon img {
        display: none;
    }
} /* end media 768px responsive lookbook */

@media only screen and (max-width: 600px) {
    .swiper-container-lookbook {
        width: 100%;
    }
    .lookbook-slides {
        width: 100%;
    }
} /* end media 600px responsive lookbook */

@media only screen and (max-width: 380px) {
    .swiper-container-lookbook {
        width: 100%;
    }
    .lookbook-slides {
        width: 100%;
    }
} /* end media 380px responsive lookbook */

@media only screen and (max-width: 320px) {
    .swiper-container-lookbook {
        width: 100%;
    }
    .lookbook-slides {
        width: 100%;
    }
} /* end media 320px responsive lookbook */

@media only screen and (max-width: 800px) {
    /* 2.2 Navigation */
    .mobile-true #inner-wrapper, #inner-wrapper {
        margin-top: 56px;
    }
    .div-nav-toggle {
        position: fixed;
        width: 100%;
        z-index: 9999;
        margin-top: 0;
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out;
    }
    #navigation .search_mobile {
        margin-bottom: 20px;
        display: block;
        border: 0px;
    }
    #navigation .search_mobile_input {
        width: 100%!important;
        display: block;
    }
    #navigation .btnshow {
        right: 30px;
        margin-top: -30px;
        position: absolute;
    }
    #navigation span.btnshow:after {
        font-family: "labombas";
        content: "0";
        font-weight: normal;
        background: none;
        font-size: 13px;
        padding: 2px 5px;
        position: relative;
        top: 4px;
    }
    #navigation span.onacc:after {
        font-family: "labombas";
        content: "1";
        font-weight: normal;
        background: none;
        font-size: 13px;
        padding: 2px 5px;
        position: relative;
        top: 4px;
    }
    #navigation .search_mobile_input:after {
        font-family: "FontAwesome";
        content: "\f002";
        float: right;
        font-size: 18px;
        display: block;
        position: relative;
        top: -25px;
        right: 20px;
    }
    #navigation .search_mobile input {
        border-top: none!important;
        border-bottom: 2px solid #202020!important;
        border-left: none!important;
        border-right: none!important;
        width: 87%!important;
        text-transform: uppercase;
        display: block;
        margin: 0px 0px 0px 30px!important;
        outline: none!important;
        padding: 10px 0px!important;
        color: #fff!important;
        letter-spacing: 2px;
    }
    #navigation .search_mobile input:focus {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    #navigation {
        clear: both;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 80%;
        left: -80%;
        overflow: hidden;
        position: absolute;
        top: 0;
        min-height: 100%;
        z-index: 9000;
        padding-top: 0;
        margin-bottom: 3em;
        font: 400 14px/14px 'Open Sans';
        background: #131313;
    }
    #navigation .menus {
        clear: both;
    }
    #navigation h3 {
        text-transform: uppercase;
        color: #666;
        background: #181818;
        padding: 1em 2em;
        font-weight: normal;
        letter-spacing: 2px;
    }
    #navigation ul {
        margin-bottom: 20px;
        background: #131313;
    }
    #navigation ul ul {
        margin: 0px!important ;
        border-top: 1px solid #292929;
        width: 100%!important;
        padding: 0px!important;
    }
    #navigation ul ul li a {
        margin-left: 20px ;
    }
    #navigation .nav-home {
        display: none;
    }
    #navigation .nav-close, #top .cart-contents, #top ul.rss li a {
        height: 1em;
        width: 1em;
        text-indent: -999px;
        display: block;
        font-size: 1em;
        padding: .5em;
        position: absolute;
        top: 0em;
        left: .65em;
        background: none  ;
        color: #666;
        font-size: 24px;
    }
    #navigation .nav-home:before, #navigation .nav-close:before, #top ul.rss li a:before {
        font-family: "labombas";
        content: "\#";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        text-indent: 0;
        line-height: 2;
    }
    #navigation .nav-home:hover, #navigation .nav-close:hover, #top .cart-contents:hover, #top ul.rss li a:hover {
        opacity: 0.8;
    }
    #navigation .nav-home {
        left: auto;
        right: .3em;
    }
    #navigation .nav-home:before {
        content: "?";
    }
    #top .cart-contents {
        left: auto;
        right: 3.5em;
    }
    #navigation .cart:before {
        font-family: "labombas";
        font-size: 24px;
        display: none!important;
        color: #666;
        position: absolute;
        display: block;
        margin-right: 20px
    }
    #navigation .cart {
        margin-top: 1em;
        padding: .5em 2em;
    }
    #navigation .cart-contents {
        padding: .5em .5em;
        margin-left: 0;
        text-decoration: none;
        color: #fff;
        background: red;
    }
    #navigation .view-cart {
    }
    #top .cart-contents:before {
        font-family: "labombas";
        content: "\ca";
        border: .3em solid #ccc;
        border-color: #ccc transparent transparent transparent;
        position: absolute;
        top: 48%;
        right: .8751em;
    }
    #top ul.rss {
        margin-right: 50px;
        margin-bottom: 0;
        margin-top: -45px;
        float: right;
    }
    #top ul.rss:after {
        content: "";
        display: block;
        clear: both;
    }
    #top ul.rss.cart-enabled {
        margin-right: 85px;
    }
    #top ul.rss li {
        float: left;
    }
    #top ul.rss li a {
        position: relative;
        top: 0;
        left: 0;
        margin-left: .5em;
    }
    #navigation ul.rss li.sub-email a:before {
        content: "\f003";
    }
    #navigation ul.rss li.sub-rss a:before {
        content: "\f09e";
    }
    .show-nav #navigation .top-navigation {
        display: block;
    }
    .show-nav #inner-wrapper {
        left: 80%;
    }
    ul.nav {
        width: 100%;
    }
    ul.nav li a {
        padding: 1em 0em 1em 2em;
        display: block;
        color: #666;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 2px;
    }
    ul.nav li a:hover, #navigation ul ul li a:hover {
        color: #fff!important;
        text-decoration: none;
    }
    #main-nav li, #top-nav li , #my-account li {
        border-bottom: 1px solid #181818;
    }
    ul.nav li.current_page_item a, ul.nav li.current_page_parent > a, ul.nav li.current-menu-ancestor > a, ul.nav li.current-cat a, ul.nav li.current-menu-item > a {
        background: none;
        color: #666;
    }
    ul.nav li.current-menu-item a {
        color: #fff;
    }
    ul.nav ul li.current_page_item a, ul.nav ul li.current_page_parent > a, ul.nav ul li.current-menu-ancestor > a, ul.nav ul li.current-cat a, ul.nav ul li.current-menu-item > a {
        color: #fff!important;
        background: none;
    }
    /* Nav Toggle */
    .btn-toggle-trigger:before {
        content: "|";
        font-family: "labombas";
        font-weight: normal;
        color: #888;
        font-size: 24px;
    }
    .btn-toggle-trigger {
        margin-left: 0.5em;
        margin-top: 0.5em;
        left: 0px;
        float: left;
        width: 10%;
    }
    .nav-toggle a {
    }
    .nav-toggle {
        margin: 0 -1em;
        cursor: pointer;
        display: block;
        padding: 0;
        font-size: 1.6em;
        background: rgba(0, 0, 0, 1);
        text-align: center;
    }
    .nav-toggle a {
        color: #666 !important;
        padding: 12px 0px;
        display: block;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 2px;
        font-weight: normal;
        position: relative;
    }
    .nav-toggle a:hover {
        color: #fff;
        text-decoration: none;
    }
    #top .callus {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-style: italic;
        color: #999;
        font-family: "Playfair Display";
        font-size: 1em;
    }
    #top select {
        margin: 1.618em 0 0;
        width: 100%;
    }
    #top {
        display: none;
    }
    .jp-container-nav {
        position: absolute;
        width: 100%;
        top: 0px;
        height: 600px;
    }
    .jp-container-nav .menus {
        padding-top: 44px;
    }
} /* end media 800px responsive menu */

/* update labomba */
@media only screen and (max-width: 1038px) {
    .page-template-template-blogGrid-php .blogGrid #infscr-loading {
        margin-right: 0px;
    }
    .grid-sizer, .blog-grigMan-page, .blog-grig-page {
        width: 50%;
    }
    .blog-grigMan-page .blog-item-grid, .blog-grig-page .blog-item-grid {
        padding: 0px 15px;
    }
    .portfolio-items .group.portfolio-img {
        width: 50%;
        margin-bottom: 28px;
    }
}


@media only screen and (max-width: 480px) {
    .latest-blog-list .blog-list-image {
        float: left;
        margin-right: 28px;
        width: 100%;
        margin-bottom: 28px;
    }
    .blogGrid, .gridMan {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    #infscr-loading {
        font-size: 16px;
        clear: both;
        bottom: 0;
        position: absolute;
        left: 30%;
        text-align: center;
        padding-bottom: 20px;
    }
    .grid-sizer, .blog-grig-page, .blog-grigMan-page {
        width: 100%;
    }
    .blog-grigMan-page .blog-item-grid, .blog-grig-page .blog-item-grid {
        padding: 0px;
    }
    .blog_full {
        padding-left: 0px;
    }
    .portfolio-items .group.portfolio-img {
        width: 100%;
        margin-bottom: 28px;
    }
    .page-template-template-blogGrid-php .slider h3, .page-template-template-blogGridMan-php .slider h3, .page-template-template-blog-php .slider h3, .page-template-template-blogFull-php .slider h3 {
        font: normal 12px/1.2em "Playfair Display", Helvetica, Arial sans-serif;
    }
    .page-template-template-blog-php .post img.thumbnail {
        width: 100%
    }
    .content_lookbook {
        padding-right: 0px;
    }
    #parallax .parallax_in {
        position: relative;
        margin: 0 4%;
    }
}

/*
The styles in this stylesheet only apply to resolutions 768px and up

CALCULATING DIMENSIONS:
----------------------
The layout is fluid. The sote wrapper (.col-full) has a fixed pixel max-width.
All subsequent dimensions are calculated based on that fixed pixel width, using the formula: target / context = result
Credit - http://www.alistapart.com/articles/fluidgrids/

-----
INDEX
-----

1. Global dropdown styles
2. Top Navigation
3. Main navigation dropdown menus
4. General layout related tweaks

*/
/* Tablet Portrait size and sizes above 768 (devices and browsers) */
@media only screen and (min-width: 800px) {

#top #main-nav{
text-align: center;
}
#top ul.nav > li {
  float: none;
  display: inline-block;
}
#top ul.nav li .sub-menu {
  text-align: left;
}

  /* 1. GLOBAL DROPDOWN STYLES (these are purely for the dropdown layout and you should only edit the width of the dropdowns) */
  ul.nav {
    position: relative;
    margin-bottom: 0;
    width: auto;
    /*margin-right: 5px;*/
  }
  ul.nav li {
    position: relative;
    float: left;
    zoom: 1;
    list-style: none;
  }
  ul.nav li a {
    display: block;
    padding-top: 1em!important;
    padding-bottom: 1em!important;
  }
  ul.nav li a:hover {
    text-decoration: none;
  }
  ul.nav li ul li a:hover {
    text-decoration: underline;
  }
  ul.nav ul {
    width: 12em;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    margin: 0;
    /*padding: 0.4em 0;*/
  }
  ul.nav ul li {
    float: none;
  }
  ul.nav ul li a {
    width: 100%;
    display: inline-block;
    padding:1em!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9em;
    text-align: left;
  }
  ul.nav ul ul {
    left: 100%;
    top: 0;
  }
  ul.nav li:hover > ul {
    visibility: visible;
  }
  /*#wrapper #navigation ul.rss  { top: 0; right: 0; float: right; border: none; margin-bottom: 0; padding: 0 10px 0 0; }
  	#wrapper #navigation ul.rss li  { margin: 0; display: inline; }
  	#wrapper #navigation ul.rss li a  { padding: 13px 5px; }*/
  /* 2. TOP NAVIGATION (Add top navigation presentational styles here) */
#top #wrapper {
padding: 0px;
overflow: visible!important;
display: none;
}
 #top #wrapper #inner-wrapper #navigation {
margin-bottom: 0px;
border-bottom:none;
 }
 .top-header-2 #top #wrapper #inner-wrapper #navigation,
 .top-header-3 #top #wrapper #inner-wrapper #navigation,
 .top-header-4 #top #wrapper #inner-wrapper #navigation{
  border-bottom: 1px solid #DBDBDB!important;
margin-bottom: 0px;
}
#top #logo {
text-align: center;
cursor: pointer;
position: absolute;
left: 50%;
display: none;
top: 3px;
width: 138px;
margin-left: -69px;
padding-top: 14px;
}

#top #logo img {
  height: 18px;
  vertical-align: middle;
}
  #top .animate{
  max-width: 100%!important;
  transition:max-width .5s;
-webkit-transition:max-width .5s;
-moz-transition:max-width .5s;
-o-transition:max-width .5s;
}
#top .nanimate{
  max-width: 980px!important;
  transition:max-width .5s;
-webkit-transition:max-width .5s;
-moz-transition:max-width .5s;
-o-transition:max-width .5s;
}
#top .el_animate{
display: none;
}
 #top .el_search_animate{
  padding-top: 1.5em!important;
  padding-bottom: 1.5em!important;
    transition:padding .2s;
-webkit-transition:padding .2s;
-moz-transition:padding .2s;
-o-transition:padding .2s;
}

 #top .el_cart_animate{
  padding-top: 2.2em!important;
  padding-bottom: 2.2em!important;
    transition:padding .2s;
-webkit-transition:padding .2s;
-moz-transition:padding .2s;
-o-transition:padding .2s;
}

 #top .el_wish_animate{
  padding-top: 1.5em!important;
  padding-bottom: 1.5em!important;
    transition:padding .2s;
-webkit-transition:padding .2s;
-moz-transition:padding .2s;
-o-transition:padding .2s;
}
#top {
    position: fixed;
    background: rgba(255,255,255,.9);
    border-bottom: 1px solid #dbdbdb;
    left:0;
    width: 100%;
    z-index: 9999;
}
#top:hover {
    background: rgba(255,255,255,1);
  }
  #top ul.top-navigation li a, #top ul.rss a, #top .view-cart, #top .cart-contents, #top ul.rss,#top ul.top-navigation li {
font: 400 11px/14px 'Open Sans', sans-serif;
}
  #top h3 {
    display: none;
  }
  #top {
    display: block!important;
  }
  #top ul.top-nav-custom li a{
    padding: 14px;
  }
  #top ul.nav li a {
    color: #999;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1em;
  }
  #top ul.nav > li a:hover {
   background: #fff;
    color: #222;
  }
  #top ul.nav > li:hover {
    background: #fff;
    color: #222;
  }
  #top ul.nav ul {
    background: #fff;
     border: 1px solid #dbdbdb;
    left: -1px;
    box-shadow: .202em .202em 0 0 rgba(232, 228, 227, 0.15);
    -webkit-box-shadow: .202em .202em 0 0 rgba(232, 228, 227, 0.15);
  }

   #top ul.nav li a {
    text-transform: uppercase;
  }
  #top ul.nav li.current_page_item a,
  #top ul.nav li.current_page_parent > a,
  #top ul.nav li.current-menu-ancestor > a,
  #top ul.nav li.current-cat a,
  #top ul.nav li.current-menu-item a {
    color: #222;
  }

  #top .search-contents {
    padding:.5em 0;
    margin-right:.5em;
    cursor:pointer;
  }
  .ico-responsive.top-icon {
font-size: 24px;
position: absolute;
top: 17px;
left: 28px;
display: none;
cursor: pointer;
}
  /* 3. MAIN NAVIGATION DROPDOWN MENUS (Add main navigation presentational styles here) */
  #navigation .top-navigation, #navigation .cart {
    display: none !important;
  }
  .csstransforms3d.csstransitions .show-nav #navigation,
  .csstransforms3d.csstransitions .show-nav #inner-wrapper {
    left: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  .nav-toggle,
  .nav-close,
  .nav-home {
    display: none !important;
  }
  #navigation {
    position: relative;
    left: auto;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 0;
    background: #ffffff;
    text-transform: uppercase;
  }
  #navigation h3 {
    display: none;
  }
  #top .cart-contents {
    position: static;
    height: auto;
    width: auto;
    text-indent: 0;
    display: inline-block;
    background: none;
    color: inherit;
    border-radius: 0 !important;
    padding: 1em ;
    padding-left: 0.5em;
    text-decoration: none;
    color: #999;
  }
  #top .view-cart:before,
  #top .cart-contents:before {
    display: inline-block;
    position: relative;
    text-indent: 0;
    line-height: 1;
  }
  #top .cart-contents {
    margin-right: .5em;
  }
  #top .cart-contents:before {
    margin-right: .5em;
  }
  #navigation .menus {
    clear: none;
  }
  #top .view-cart {
     display: inline-block;
    text-transform: uppercase;
     margin-left: .5em;
     padding: 1em ;
     padding-right: 0;
    color: #999;
    text-decoration: none;
  }
  #top ul.rss {
    margin: 0;
  }
  #top ul.rss.cart-enabled {
    margin: 0;
  }
  #top ul.rss li a {
    background: none;
    color: #666;
    padding: 1em;
    margin: 0;
  }
  #top ul.rss li a:before {
    line-height: 3.2;
  }
  #top ul.rss li a:hover {
    color: #222;
  }
  #navigation ul {
    margin-bottom: 0;
  }
  #navigation ul ul {
    margin-left: 0;
  }
  #navigation ul.nav ul {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    left: -1px;
    box-shadow: .202em .202em 0 0 rgba(232, 228, 227, 0.15);
-webkit-box-shadow: .202em .202em 0 0 rgba(232, 228, 227, 0.15);
  }
  #navigation ul.nav ul ul {
    top: -1px;
    left: 100%;
  }
  #top .nav li.parent > a {
    position: relative;
    padding-right: 2em;
 text-transform: uppercase;

  }
  #top .nav li.parent > a:after {
    content: "";
    display: block;
    border: .3em solid #ccc;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    top: 48%;
    right: .8751em;
  }
  #top .nav li ul li.parent a:after {
    border-color: transparent transparent transparent #ccc;
    right: .8751em;
    top: 46%;
  }
  #navigation .nav li ul li.parent a {
    padding-right: 0;
  }
  #navigation .nav li ul li.parent a:after {
    border-color: transparent transparent transparent #ccc;
    right: 0;
    top: 46%;
  }
  #navigation .nav li.has-children > a {
    position: relative;
    padding-right: 2em;
  }
  #navigation .nav li.has-children > a:after {
    content: "";
    display: block;
    border: 0.3em solid #ccc;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    top: 48%;
    right: .8751em;
  }
  #navigation .nav li ul li.has-children a {
    padding-right: 0;
  }
  #navigation .nav li ul li.has-children a:after {
    border-color: transparent transparent transparent #ccc;
    right: 0.8751em;
    top: 46%;
  }
  .full-width #navigation ul li:first-child,
  .full-width #navigation ul li:first-child a {
    border-radius: 0 !important;
  }
  /* 4. GENERAL LAYOUT RELATED TWEAKS */
  /* Header Layout*/
  /*#logo {
    float: left;
  }*/
  .top-header-4 #top, .top-header-3 #top, .top-header-2 #top {
    background: #222;
    border-bottom: none;
  }
  .header-1 ul.nav > li, .header-2 ul.nav > li  {
    float: none!important;
    display: inline-block;
  }
    .header-1 ul.nav, .header-2 ul.nav  {
   text-align: center;
  }
   .header-1 .sub-menu, .header-2 .sub-menu{
    text-align: left;
   }
  .header-4 #header,
  .header-3 #header{
    max-width: 20%;
  }
  .header-4 .df-desktop-navigation,
  .header-3 .df-desktop-navigation{
    max-width: 77%;
  }
  .header-3 #logo,.header-4 #logo {
    text-align: center;
    float: left;
  }
  .header-3 #navigation,.header-4 #navigation {
    float: right;
    padding-top: 3em;
    border-bottom: none;
    width:auto;
    margin-left: 0em;
    clear: none
  }
  .header-2 #navigation {
    border-bottom: none;
  }
  .header-4 {
    position: relative;
    z-index:99;
    margin-bottom: 3em;
  }
   .boxed-layout .header-4 {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px;
   }
  .header-4:before {
    content:"";
   position:absolute;
   top:0;
   bottom:0;
   left:0;
   right:0;
   z-index: 0;
   background: #000;
   opacity: 0.9;
  }
  .header-4 #navigation {
    background: none;
  }
  .header-4 #navigation ul.nav li a {
    color:#b2b2b2;
  }
  .header-4 #navigation ul.nav li.current_page_item a,
   .header-4 #navigation ul.nav li.current_page_parent > a,
    .header-4 #navigation ul.nav li.current-menu-ancestor > a,
     .header-4 #navigation ul.nav li.current-cat a,
      .header-4 #navigation ul.nav li.current-menu-item > a {
    background: none;
    color: #fff;
  }
  .wrapper-header-4 {
    padding: 0 !important;
  }

  #topad {
    float: right;
    margin: 0;
  }
  #nav-container {
    margin-bottom: 3em;
  }
  /* Columns & Containers */
  .col-left {
    float: left;
  }
  .col-right {
    float: right;
  }
  .col-full,
  #wrapper {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
  }
  body.boxed-layout #wrapper{
    max-width:1220px;
    padding: 2.5em 0 0;;
  }
   .page-template-404-php #main-sidebar-container #main.full-width,
  .error404 #main-sidebar-container #main.full-width {
     max-width: 980px;
     width:100%;
    margin: 0 auto;
  }
  #wrapper #sidebar {
    margin-top: 0;
  }
  .magazine .block {
    float: left;
    width: 48%;
  }
  .magazine .block.last {
    float: right;
  }
  #wrapper {
    padding: 2.5em 1em 0;
  }
  #inner-wrapper {
    padding: 0;
  }
body.has-slider #wrapper,
body.full-width #wrapper {
 padding: 2.5em 0 0;
}
body.full-width #header,
#nav-container,
body.has-slider #content,
body.has-slider #footer-widgets,
body.has-slider #extra-footer-widgets,
body.has-slider #footer,
body.full-width #content,
body.full-width #footer-widgets,
body.full-width #extra-footer-widgets,
body.full-width #footer {
  padding-left: 0;
  padding-right: 0;
}
  /* Sliders */
  #loopedSlider .content {
    position: absolute;
    left: 0px;
    top: 20px;
    background: none;
  }
  #loopedSlider .content h2 {
    float: left;
    font-size: 26px;
  }
  #loopedSlider .content p {
    clear: both;
    float: left;
  }
  #loopedSlider .content p,
  #loopedSlider .content h2 {
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    max-width: 350px;
  }
  /* Sidebar */
  #main-sidebar-container {
    position: relative;
  }
  #main-sidebar-container #main {
    position: relative;
  }
  #main-sidebar-container #sidebar {
    display: inline;
  }
  #sidebar-alt {
    display: inline;
    margin: 0;
  }
  /* 	Widgets */
  #main .widget_woothemes_features .feature {
    float: left;
    width: 30%;
    margin-right: 5%;
  }
  #main .widget_woothemes_features .feature.last {
    margin-right: 0;
  }
  #main .widget_woothemes_testimonials .quote {
    float: left;
    width: 30%;
    margin-right: 5%;
  }
  #main .widget_woothemes_testimonials .quote.last {
    margin-right: 0;
  }
  /* Footer */
  #footer-widgets .block, #extra-footer-widgets .block{
    margin-right: 2.85715%;
    float: left;
  }
  /* 210 / 940 */
  #footer-widgets.col-1 .block,  #extra-footer-widgets.col-1 .block{
    width: 100%;
    margin-right: 0;
  }
  #footer-widgets.col-2 .block,  #extra-footer-widgets.col-2 .block{
    width: 48.57142%;
  }
  #footer-widgets.col-3 .block, #extra-footer-widgets.col-3 .block{
    width: 31.428%;
  }
  #footer-widgets.col-4 .block, #extra-footer-widgets.col-4 .block{
    width: 22.857%;
  }
  #extra-footer-widgets.col-5 .block {
    width: 17.715%;
  }
  #extra-footer-widgets.col-6 .block {
   width: 14.285%;
  }

  #footer-widgets.col-2 .footer-widget-2,
  #footer-widgets.col-3 .footer-widget-3,
  #footer-widgets.col-4 .footer-widget-4,
  #extra-footer-widgets.col-2 .extra-footer-widget-2,
  #extra-footer-widgets.col-3 .extra-footer-widget-3,
  #extra-footer-widgets.col-4 .extra-footer-widget-4,
  #extra-footer-widgets.col-5 .extra-footer-widget-5,
  #extra-footer-widgets.col-6 .extra-footer-widget-6 {
    margin-right: 0;
  }
  /* Column Widths */
  .one-col #main {
    float: none;
  }
  .two-col-left #main-sidebar-container #main,
  .two-col-right #main-sidebar-container #main {
    width: 74.285%;
  }
  /* 728 / 980 */
  .two-col-left #main-sidebar-container #sidebar,
  .two-col-right #main-sidebar-container #sidebar {
    width: 22.857%;
  }
  /* 224 / 980 */
  .three-col-left #main-sidebar-container #sidebar,
  .three-col-middle #main-sidebar-container #sidebar,
  .three-col-right #main-sidebar-container #sidebar {
    width: 22.857%;
  }
  /* 186 / 812 */
  .three-col-left #main-sidebar-container,
  .three-col-middle #main-sidebar-container,
  .three-col-right #main-sidebar-container {
    width: 82.857%;
  }
  /* 812 / 980 */
  .three-col-left #main-sidebar-container #main,
  .three-col-middle #main-sidebar-container #main,
  .three-col-right #main-sidebar-container #main {
    width: 74.285%;
  }
  /* 603 / 812 */
  #sidebar-alt {
    width: 14.285%;
  }
  /* 140 / 980 */
  /* Column Floating */
  .two-col-left #main-sidebar-container #main,
  .two-col-right #main-sidebar-container #sidebar,
  .three-col-left #main-sidebar-container,
  .three-col-left #main-sidebar-container #main,
  .three-col-middle #main-sidebar-container #main,
  .three-col-middle #sidebar-alt,
  .three-col-right #main-sidebar-container #sidebar,
  .three-col-right #sidebar-alt {
    float: left;
  }
  .two-col-left #main-sidebar-container #sidebar,
  .two-col-right #main-sidebar-container #main,
  .three-col-left #main-sidebar-container #sidebar,
  .three-col-left #sidebar-alt,
  .three-col-middle #main-sidebar-container,
  .three-col-middle #main-sidebar-container #sidebar,
  .three-col-right #main-sidebar-container,
  .three-col-right #main-sidebar-container #main {
    float: right;
  }
  /* Contact Page */
  .page-template-template-contact-php .location-twitter .col-left {
    float: left;
  }
  .page-template-template-contact-php .location-twitter #office-location {
    width: 48%;
    margin: 0 1em 0 0;
  }
  .page-template-template-contact-php .location-twitter .contact-social {
    float: left;
    width: 48%;
  }
  .page-template-template-contact-php .location-twitter .contact-social #twitter {
    margin: 0;
  }
  /* Subcribe & Connect */
  #main #connect .col-left {
    float: left;
  }
  #connect .col-right {
    float: right;
  }
  #main #connect .col-left,
  #connect .col-right {
    width: 48%;
  }
  #connect .related-posts {
    border-top: 0;
    border-left: 1px solid #e6e6e6;
    padding-top: 0;
    padding-left: 15px;
    margin-top: 0;
  }
  .ie8 .business #loopedSlider a.flex-prev {
    left: -20px;
  }
  .ie8 .business #loopedSlider a.flex-prev:before,
  .ie8 .business #loopedSlider a.flex-next:before {
    font-size: 16px;
  }
  .ie8 .business #loopedSlider a.flex-next {
    right: -30px;
  }
  /* Portfolio layout */
  body.single-portfolio.one-col #post-gallery,
  body.single-portfolio.one-col .post-embed {
    width: 57%;
  }
  body.single-portfolio.one-col-980 .embed-post-2 .post-embed {
    width:100%;
  }
  body.single-portfolio.one-col-980 .media-single-port #post-gallery,
  body.single-portfolio.one-col-980 .media-single-port .post-embed{
    width:100%;
  }
  body.single-portfolio.one-col-980 #post-gallery,
  body.single-portfolio.one-col-980 .post-embed {
    width:65.71429%;
  }

  body.single-portfolio.one-col-960 #post-gallery,
  body.single-portfolio.one-col-960 .post-embed {
    width: 57%;
  }
  body.single-portfolio.one-col-940 #post-gallery,
  body.single-portfolio.one-col-940 .post-embed {
    width: 55%;
  }
  body.single-portfolio.one-col-880 #post-gallery,
  body.single-portfolio.one-col-880 .post-embed {
    width: 55%;
  }
  body.single-portfolio.one-col-760 #post-gallery,
  body.single-portfolio.one-col-760 .post-embed {
    width: 45%;
  }

/*-------Home FlexSlider -------*/
   .home #featured-slider.flexslider,
  .page-template-template-home-php #featured-slider.flexslider {
    display: inline;
    float: left;
    width:100%;
    margin-top:-3.15em;
    overflow: hidden;
  }
  .home #featured-slider.flexslider li.slide,
  .page-template-template-home-php #featured-slider.flexslider li.slide {
    position: relative;
  }
  .home #featured-slider.flexslider li.slide .slide-content,
  .page-template-template-home-php #featured-slider.flexslider li.slide .slide-content {
    background: none;
    position: absolute;
    top: 28%;
    left: 12.236em;
    padding: 0;
    width: 100%;
 /*   display: none;*/
  }
  .home #featured-slider.flexslider li.slide .slide-content header,
  .home #featured-slider.flexslider li.slide .slide-content .entry,
  .page-template-template-home-php #featured-slider.flexslider li.slide .slide-content header,
  .page-template-template-home-php #featured-slider.flexslider li.slide .slide-content .entry{
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 1em 2.244em;
  }
  .home #featured-slider.flexslider li.slide .slide-content .entry p,
   .page-template-template-home-php #featured-slider.flexslider li.slide .slide-content .entry p{
      color: #fff;
   }
  .home #featured-slider.flexslider li.slide .slide-content header,
   .page-template-template-home-php #featured-slider.flexslider li.slide .slide-content header{
    width: auto;
    float: left;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding-bottom: 0;
    max-width: 50.829%;
  }
  .home #featured-slider.flexslider li.slide .slide-content header h1,
  .page-template-template-home-php #featured-slider.flexslider li.slide .slide-content header h1{
    color: #fff;
    font-size: 260%;
    margin: 0;
  }
  .home #featured-slider.flexslider li.slide .slide-content header h1 a,
  .page-template-template-home-php #featured-slider.flexslider li.slide .slide-content header h1 a {
    color: #fff;
  }
  .home #featured-slider.flexslider li.slide .slide-content header:last-child,
  .page-template-template-home-php #featured-slider.flexslider li.slide .slide-content header:last-child {
    padding-bottom: 1em;
  }
  .home #featured-slider.flexslider li.slide .slide-content .entry,
  .page-template-template-home-php #featured-slider.flexslider li.slide .slide-content .entry {
    width: 39.89%;/*59.301%;*/
    clear: left;
    padding-top: 1.618em;
    padding-bottom: 1.618em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #custom-header-text {
  margin-top:0;margin-bottom:0;clear:both;
}
 .page-template-template-home-php .header-1 ~ .rev_slider_wrapper {
   margin: -3.15em auto 28px !important;
   }
   .page-template-template-home-php .header-2 ~ .rev_slider_wrapper,
   .page-template-template-home-php .header-3 ~ .rev_slider_wrapper {
    margin: 0 auto 28px !important;
   }
   .page-template-template-home-php .header-4 ~ .rev_slider_wrapper {
    margin: -15.20em auto 28px !important;
   }
  /*Error 404*/
.page-template-404-php .entry,
.error404 .entry {
  margin: 0 auto 3.5em;
  width: 42.55%;
  }
}

 *html .jspCorner
{
  margin: 0 -3px 0 0;
}

 .jp-container{
    width: 324px;
   max-height:400px;
    position:relative;
  float:left;
  outline: none;
}

 .universe-search .jp-container{
  width: 850px!important;
  position:relative!important;
  float:none!important;
  outline: none!important;
}
.jspContainer
{
  overflow: hidden;
  position: relative;
}
.jspPane
{
  position: absolute;
}
.jspVerticalBar
{
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 100%;
  background:transparent;
}
.jspHorizontalBar
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: transparent;
}
.jspVerticalBar *,
.jspHorizontalBar *
{
  margin: 0;
  padding: 0;
}
.jspCap
{
  display: none;
}
.jspHorizontalBar .jspCap
{
  float: left;
}
.jspTrack
{
  background: transparent;
  position: relative;
}
.jspDrag
{
  background: #000;
  position: relative;
  top: 0;
  left: 0;
  height: 50px;
  cursor: pointer;
  opacity: 1;
}
.jp-container-nav .jspDrag{
 background: rgba(121, 121, 121, .2);
 width: 8px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
  float: left;
  height: 100%;
}
.jspArrow
{
  background: #000;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled
{
  cursor: default;
  background: #000;
}
.jspVerticalBar .jspArrow
{
  height: 7px;
}
.jspHorizontalBar .jspArrow
{
  width: 7px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus
{
  outline: none;
}
.jspCorner
{
  background: #000;
  float: left;
  height: 100%;
}
.jspContainer
{
  overflow: hidden;
  position: relative;
}
.jspPane
{
  position: absolute;
}
.jspVerticalBar
{
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 100%;
  background:transparent;
}
.jspHorizontalBar
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: transparent;
}
.jspVerticalBar *,
.jspHorizontalBar *
{
  margin: 0;
  padding: 0;
}
.jspCap
{
  display: none;
}
.jspHorizontalBar .jspCap
{
  float: left;
}
.jspTrack
{
  background: transparent;
  position: relative;
}
.jspDrag
{
  background: #000;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;

}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
  float: left;
  height: 100%;
}
.jspArrow
{
  background: #000;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled
{
  cursor: default;
  background: #000;
}
.jspVerticalBar .jspArrow
{
  height: 7px;
}
.jspHorizontalBar .jspArrow
{
  width: 7px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus
{
  outline: none;
}
.jspCorner
{
  background: #000;
  float: left;
  height: 100%;
}
/*Ios Slider*/
.product-image {
  position: relative;
  display: block;
  overflow: hidden; }
/*Slider Container*/
.iosSlider
{
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 500px;
  height: 300px;
  -webkit-transition: min-height 500ms ease-out;
  -moz-transition: min-height 500ms ease-out;
  transition: min-height 500ms ease-out;
  margin-bottom: 30px;
}
.iosSlider.product-image-slider
{
    width: 100%;
  height: 100%;
}
.product-image-slider
{

}
.woocommerce .images .iosSlider-item
{
  position: relative;
  width: 100%;
  height: 100%;
}
/*IOS - Slider -- Thumbnails*/
.ios-slider
{
  position: relative;
  /*overflow: hidden;*/
  width: 500px;
  height: 500px;
  float: left;
}
.ios-slider .iosslider
{
    margin-left: -60px;
    width: 190px;
    height: 100px;
}
.ios-slider .iosslider img
{
  width: 110px;
}
.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
 *  v2 Beta
 */
.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);
}
.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.png") 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;
}
/* ------------------------------------------------------------------------
  Prettyphoto.
------------------------------------------------------------------------- */

  /* ----------------------------------
    Default Theme
  ----------------------------------- */

  div.pp_default .pp_top,
  div.pp_default .pp_top .pp_middle,
  div.pp_default .pp_top .pp_left,
  div.pp_default .pp_top .pp_right,
  div.pp_default .pp_bottom,
  div.pp_default .pp_bottom .pp_left,
  div.pp_default .pp_bottom .pp_middle,
  div.pp_default .pp_bottom .pp_right { height: 13px; }

  div.pp_default .pp_top .pp_left { background: none!important; } /* Top left corner */
  div.pp_default .pp_top .pp_middle { background:none!important; } /* Top pattern/color */
  div.pp_default .pp_top .pp_right { background: none!important; } /* Top right corner */

  div.pp_default .pp_content .ppt { color: #f8f8f8; }
  div.pp_default .pp_content_container .pp_left { background: none!important; }
  div.pp_default .pp_content_container .pp_right { background: none!important; }
  div.pp_default .pp_content { background-color: #fff; } /* Content background */
  div.pp_default .pp_next:hover { background: url(../images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
  div.pp_default .pp_previous:hover { background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
  div.pp_default .pp_expand { background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
  div.pp_default .pp_expand:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
  div.pp_default .pp_contract { background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
  div.pp_default .pp_contract:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
  div.pp_default .pp_close {right: 5px; width: 30px; height: 30px; background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
  div.pp_default #pp_full_res .pp_inline { color: #000; }
  div.pp_default .pp_gallery ul li a { background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
  div.pp_default .pp_gallery ul li a:hover,
  div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
  div.pp_default .pp_social { margin-top: 7px; display: none!important; }

  div.pp_default .pp_gallery a.pp_arrow_previous,
  div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
  div.pp_default .pp_nav .pp_play,
  div.pp_default .pp_nav .pp_pause {display: none; }
  div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
  div.pp_default .pp_details { position: relative; }
  div.pp_default a.pp_arrow_previous,
  div.pp_default a.pp_arrow_next { background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
  div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
  div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
  div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; padding-left: 8px; }
  div.pp_default .pp_nav .currentTextHolder{ display: none; font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }

  div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

  div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

  div.pp_default .pp_bottom .pp_left { background: none!important; } /* Bottom left corner */
  div.pp_default .pp_bottom .pp_middle { background: none!important; } /* Bottom pattern/color */
  div.pp_default .pp_bottom .pp_right { background: none!important; } /* Bottom right corner */

  div.pp_default .pp_loaderIcon { background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */



/* ------------------------------------------------------------------------
  DO NOT CHANGE
------------------------------------------------------------------------- */

  div.pp_pic_holder a:focus { outline:none; }

  div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
  }

  div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
  }


    .pp_top {
      height: 20px;
      position: relative;
    }
      * html .pp_top { padding: 0 20px; }

      .pp_top .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px;
      }
      .pp_top .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px;
      }
        * html .pp_top .pp_middle {
          left: 0;
          position: static;
        }

      .pp_top .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
      }

    .pp_content { height: 40px; min-width: 40px; }
    * html .pp_content { width: 40px; }

    .pp_fade { display: none; }

    .pp_content_container {
      position: relative;
      text-align: left;
      width: 100%;
    }

      .pp_content_container .pp_left { padding-left: 20px; }
      .pp_content_container .pp_right { padding-right: 20px; }

      .pp_content_container .pp_details {
        float: left;
        margin: 10px 0 2px 0;
      }
        .pp_description {
          display: none;
          margin: 0;
        }

        .pp_social { float: left; margin: 0; }
        .pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
        .pp_social .twitter { float: left; }

        .pp_nav {
          clear: right;
          float: left;
          margin: 3px 10px 0 0;
        }

          .pp_nav p {
            float: left;
            margin: 2px 4px;
            white-space: nowrap;
          }

          .pp_nav .pp_play,
          .pp_nav .pp_pause {
            float: left;
            margin-right: 4px;
            text-indent: -10000px;
          }

          a.pp_arrow_previous,
          a.pp_arrow_next {
            display: block;
            float: left;
            height: 15px;
            margin-top: 3px;
            overflow: hidden;
            text-indent: -10000px;
            width: 14px;
          }

    .pp_hoverContainer {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2000;
    }

    .pp_gallery {
      display: none;
      left: 50%;
      margin-top: -50px;
      position: absolute;
      z-index: 10000;
    }

      .pp_gallery div {
        float: left;
        overflow: hidden;
        position: relative;
      }

      .pp_gallery ul {
        float: left;
        height: 35px;
        margin: 0 0 0 5px;
        padding: 0;
        position: relative;
        white-space: nowrap;
      }

      .pp_gallery ul a {
        border: 1px #000 solid;
        border: 1px rgba(0,0,0,0.5) solid;
        display: block;
        float: left;
        height: 33px;
        overflow: hidden;
      }

      .pp_gallery ul a:hover,
      .pp_gallery li.selected a { border-color: #fff; }

      .pp_gallery ul a img { border: 0; }

      .pp_gallery li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
        padding: 0;
      }

      .pp_gallery li.default a {
        background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
        display: block;
        height: 33px;
        width: 50px;
      }

      .pp_gallery li.default a img { display: none; }

      .pp_gallery .pp_arrow_previous,
      .pp_gallery .pp_arrow_next {
        margin-top: 7px !important;
      }

    a.pp_next {
      background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
      display: block;
      float: right;
      height: 100%;
      text-indent: -10000px;
      width: 49%;
    }

    a.pp_previous {
      background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
      display: block;
      float: left;
      height: 100%;
      text-indent: -10000px;
      width: 49%;
    }

    a.pp_expand,
    a.pp_contract {
      cursor: pointer;
      display: none;
      height: 20px;
      position: absolute;
      right: 30px;
      text-indent: -10000px;
      top: 10px;
      width: 20px;
      z-index: 20000;
    }

    a.pp_close {
      position: absolute; right: 0; top: 0;
      display: block;
      line-height:22px;
      text-indent: -10000px;
    }

    .pp_bottom {
      height: 20px;
      position: relative;
    }
      * html .pp_bottom { padding: 0 20px; }

      .pp_bottom .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px;
      }
      .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px;
      }
        * html .pp_bottom .pp_middle {
          left: 0;
          position: static;
        }

      .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
      }

    .pp_loaderIcon {
      display: block;
      height: 24px;
      left: 50%;
      margin: -12px 0 0 -12px;
      position: absolute;
      top: 50%;
      width: 24px;
    }

    #pp_full_res {
      line-height: 1 !important;
    }

      #pp_full_res .pp_inline {
        text-align: left;
      }

        #pp_full_res .pp_inline p { margin: 0 0 15px 0; }

    div.ppt {
      color: #fff;
      display: none;
      font-size: 17px;
      margin: 0 0 5px 15px;
      z-index: 9999;
    }
