/* Stylesheets and Google fonts import */

@import url("font-awesome.css");
@import url("animations.css");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
@import url("https://fonts.googleapis.com/css?family=Volkhov:400italic");

/*  CSS definations for Tentered  */


/*-------------------------------------------------------------------------------------------*/


/* 0. RESET */


/*-------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    list-style: none;
    text-decoration: none;
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

iframe {
    border: 0;
}


/* ==================================================
   Basic Styles
================================================== */

html, body {
    height: 100%;
}

html, hmtl a {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    color: #5e5e5e;
    /* text-decoration: underline; */
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
}

a:hover {
    text-decoration: none;
}

a:hover, a:active, a:focus {
    outline: 0;
    color: #666666;
}

a img {
    border: none;
}

a>img {
    vertical-align: middle;
}

.gray-bg {
    background: #bababa;
}

.gray-text {
    color: #bababa;
}

.lgray-bg {
    background: #f8f8f8;
}

.dgray-bg {
    background: #333333;
}

img {
    max-width: 100%;
}

img, object, embed, audio, video {
    max-width: 100%;
}

img {
    height: auto;
}

strong, .strong {
    font-weight: 700;
}

p {
    margin: 0 0 20px;
}

i, em, .italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.align-left {
    float: left;
    margin: 0 25px 0 0px!important;
}

.align-right {
    float: right;
    margin: 0 0 0 25px!important;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.color-text {
    color: #ffffff;
}

.through {
    text-decoration: line-through;
}

.border-radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.w100 {
    width: 100%;
}

.no-padding {
    padding: 0px !important;
}


/* ==================================================
   Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    color: #333333;
    font-weight: 400;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
}

h5 {
    font-size: 16px;
    font-weight: 700;
}

h6 {
    font-size: 12px;
}

h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short {
    margin-bottom: 5px;
}

h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
    margin-top: 22px;
}

h1 a, h2 a, h3 a, h5 a, h6 a {
    color: #5e5e5e;
    text-decoration: none;
}

.huge {
    font-size: 10em;
}

blockquote {
    margin: 30px 0;
    padding: 0 0 0 30px;
    border-left: 3px solid;
}

blockquote p {
    margin-bottom: 0;
    white-space: normal;
    font-style: italic;
    font-size: 20px;
    font-family: 'Volkhov', serif;
}

blockquote cite {
    color: #ffffff;
}

blockquote cite:before {
    content: "- ";
}

p {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 15px 0;
}

p.md {
    font-size: 16px;
    line-height: 22px;
}

p.lg {
    font-size: 30px;
    line-height: 1.2em;
}

.big {
    font-size: 200%;
    line-height: 1.5em;
}

.thin {
    font-weight: 300;
}

p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
    font-family: Georgia, serif;
    line-height: 60px;
}

p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}

hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #cccccc;
}

hr.fw {
    display: block;
    clear: both;
    margin-top: 0;
    margin-bottom: 50px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #eaeaea;
}

hr.sm {
    display: inline-block;
    margin: 15px 0;
    width: 40px;
    height: 2px;
    border: 0;
    background: #eaeaea;
}

ul.checks, ul.angles, ul.carets, ul.chevrons {
    margin-bottom: 15px;
}

ul.checks>li, ul.angles>li, ul.carets>li, ul.chevrons>li {
    margin: 10px 0;
}

ul.checks>li>i, ul.angles>li>i, ul.carets>li>i, ul.chevrons>li>i {
    margin-right: 2px;
}

ul.inline {
    margin: 10px 0;
}

ul.inline>li {
    display: inline-block;
    margin-right: 10px;
}

ul.inline>li i.fa {
    margin-right: 2px;
}

ul.nav-list-primary>li a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #eceae4;
    color: #666666;
    text-decoration: none;
}

ul.nav-list-primary>li a:hover {
    text-decoration: none;
}

ul.unordered {
    margin: 10px 0 10px 20px;
    list-style-type: disc;
}

ol {
    margin: 10px 0 10px 30px;
    list-style-type: decimal;
}

ul.unordered ul, ol ul {
    margin: 10px 0 10px 20px;
}

ul.unordered ul {
    list-style-type: circle;
}

dl {
    margin: 10px 0;
}

dl dt {
    font-weight: 700;
}

address.ico i {
    display: inline-block;
    float: left;
    clear: both;
    padding-top: 3px;
}

address.ico p {
    margin: 0;
    padding-bottom: 10px;
}

address.ico span {
    display: inline-block;
    padding-left: 20px;
}

.cursive {
    font-family: 'Volkhov', serif;
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
}

.title-note {
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: 'Roboto Condensed', sans-serif;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control {
    margin-bottom: 20px;
}


/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0 {
    margin-bottom: 0 !important;
}

.margin-10 {
    margin-bottom: 10px !important;
}

.margin-15 {
    margin-bottom: 15px !important;
}

.margin-20 {
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-70 {
    margin-bottom: 70px !important;
}

.margin-80 {
    margin-bottom: 80px !important;
}

.push-top {
    margin-top: 35px;
}


/* ==================================================
   Padding Sets
================================================== */

.padding-b0 {
    padding-bottom: 0!important;
}

.padding-tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.padding-tb75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-tb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-tb125 {
    padding-top: 125px;
    padding-bottom: 125px;
}


/* ==================================================
   Spacers
================================================== */

.spacer-20 {
    height: 30px;
    clear: both;
    width: 100%;
}

.spacer-30 {
    height: 30px;
    clear: both;
    width: 100%;
}

.spacer-40 {
    height: 40px;
    clear: both;
    width: 100%;
}

.spacer-50 {
    height: 50px;
    clear: both;
    width: 100%;
}

.spacer-75 {
    height: 75px;
    clear: both;
    width: 100%;
}

.spacer-100 {
    height: 100px;
    clear: both;
    width: 100%;
}


/* ----------------------------------------------------------------------------------------- */


/* Multi purpose classes */


/* ----------------------------------------------------------------------------------------- */

.overlay-transparent {
    background: rgba(0, 0, 0, .6);
}

.btn {
    border-width: 0;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.btn-default {
    border-width: 1px;
}

.checkers-overlay {
    background: url("../images/checkers.png") repeat;
}

.pattern-overlay {
    background: url("../images/pattern.png") repeat;
}

.img-thumbnail {
    background: #f8f7f3;
    padding: 5px;
}

.social-icons a {
    margin: 0 8px;
    text-decoration: none;
}

.next-prev-nav {
    display: inline-block;
}

.next-prev-nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
}

.next-prev-nav a:hover {
    color: #fff;
}

.meta-data {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: italic;
    font-family: 'Volkhov', serif;
    color: #999999;
}

.meta-data a {
    color: #666666;
}

.meta-data a i {
    color: #999999;
}

.meta-data a:hover {
    text-decoration: none;
}

.meta-data>span {
    margin-right: 20px;
    display: inline-block;
}

.meta-data i {
    margin-right: 4px;
}

.meta-data>span:last-child {
    margin-right: 0;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.media-box {
    position: relative;
    display: block;
    max-width: 100%;
}

.media-box .zoom, .media-box .expand {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff!important;
    font-size: 1.5em;
    z-index: 999;
    left: 0;
    top: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
}

.img-thumbnail img:hover, .img-thumbnail:hover {
    opacity: .9
}

.media-box:hover .zoom, .media-box:hover .expand {
    opacity: 1;
    -webkit-transition: opacity .3s .2s;
    -moz-transition: opacity .3s .2s;
    -ms-transition: opacity .3s .2s;
    -o-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
}

.mejs-container {
    margin-bottom: 20px;
}

.media-box .media-box-wrapper {
    padding: 30px;
}

.info-table li {
    border-bottom: 1px solid #eceae4;
    padding: 10px 20px;
}

.info-table li:nth-child(2n+1) {
    background-color: #f8f7f3;
}

.info-table li i.fa {
    margin-right: 5px;
}

.info-table li:last-child {
    border-bottom: 0;
}


/*Initialize*/

ul.top-navigation, ul.sub-menu1 {
    padding: 0;
    margin: 0;
}


}
.sub-menu1 {}
.top-navigation .sub-menu1 a:hover {
    color: #d9417e;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}
ul.top-navigation li, ul.top-navigation ul.sub-menu1 li {
    list-style-type: none;
    display: inline-block;
}

/*Link Appearance*/
ul.top-navigation li a, ul.top-navigation li ul.sub-menu1 li a {
    text-decoration: none;
    color: #4d4d4d;
    background: transparent;
    padding: 3px;
    display: inline-block;
}

/*Make the parent of sub-menu relative*/
ul.top-navigation li {
    position: relative;
}

/*sub menu*/
ul.top-navigation li ul.sub-menu1 {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100px;
}
ul.top-navigation li:hover ul.sub-menu1 {
    display: block;
    ;
}
ul.top-navigation ul.sub-menu1 li:hover {
    color: #000;
    ;
}

/* ----------------------------------------------------------------------------------------- */

/* NEW MENU  */

/* ----------------------------------------------------------------------------------------- */

/* =============================================================== */

/* CUSTOMIZE NAVBAR
/* =============================================================== */
.navbar-toggle {
    background: #d9417e;
}
.navbar {
    width: 100%;
    background: #2c3135;
}
.brandWrap {
    background: #FFF;
}
.navbar-brand {
    padding: 10px 0;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
}
.navbar-brand img{
    max-width: 250px;
}
.navbar .navbar-top {
    height: 30px;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    text-transform: uppercase;
}
.navbar.stuck .navbar-top {
    margin-top: -30px;
}
.brandWrap {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    height: auto;
}

/***  ------- Mega Menu Start ------- ***/
.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
    position: static;
}
.megamenu .navbar-inner, .megamenu .container {
    position: relative;
}
.megamenu .dropdown-menu {
    left: auto;
}
.megamenu .dropdown-menu .dl-back{
    display: none;
}
.megamenu .dropdown-menu>li {
    display: block;
}
.megamenu .nav.pull-right .dropdown-menu {
    right: 0;
}
.megamenu .megamenu-content {
    padding: 0;
    *zoom: 1;
}
.megamenu .megamenu-content:before, .megamenu .megamenu-content:after {
    display: table;
    content: "";
    line-height: 0;
}
.megamenu .megamenu-content:after {
    clear: both;
}
.megamenu.navbar .nav>li>.dropdown-menu:after, .megamenu.navbar .nav>li>.dropdown-menu:before {
    display: none;
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}
.megamenu .dropdown.megamenu-50width .dropdown-menu {
    width: 50%;
    left: 0;
    right: 0;
}
.megamenu .dropdown.megamenu-40width .dropdown-menu {
    width: 40%;
    left: 0;
    right: 0;
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    background-color: #EEE;
    border: none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #c6c4a5;
}
.megamenu .navbar-inner, .megamenu .container {
    position: static;
}
@media (max-width: 969px) {
    .megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
        width: auto;
    }

    .megamenu .dropdown-menu>li>ul {
        display: block;
    }
}

/* megamenu end */
.megamenu-content img {
    max-width: 100%;
}
.megamenu-content ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.megamenu-content ul li a {
    font-size: 14px;
}
.itemInMenu {
    margin-bottom: 0 !important;
}
.itemInMenu .image {
    max-height: 170px !important;
}
.margin-top-10 {
    margin-top: 10px;
}
.social-icon li {
    display: inline-block;
}
.social-icon li a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    height: auto;
    margin-left: 0;
    padding: 6px 9px;
    position: relative;
    text-align: center;
    z-index: 10;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) inset;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.21s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}
.social-icon li a:hover {
    opacity: 0.8;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
}
.navbar-toggle .icon-bar {
    border: solid 2px #fff;
}
.userMenu li {
    display: block;
    float: left;
}
.userMenu li a {
    color: #4d4d4d;
    display: block;
    width: 100%;
    float: right;
    font-family: 'Roboto condensed', Arial;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 18px 0 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    -webkit-transition: opacity 0.21s ease-out 0s;
    -moz-transition: opacity 0.2s ease-out 0s;
    -ms-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
}
.userMenu li a:hover {
    opacity: 0.9;
}
.userMenu li button {
    font-family: 'Roboto condensed', Arial;
    font-size: 12px;
}
.phone-number span {
    float: left;
    font-weight: bolder;
}
.boton-dropdown {
    border: 0;
    outline: none;
    background: none;
    line-height: 28px;
    cursor: default;
    cursor: pointer;
    padding-right: 20px;
    text-transform: uppercase;
}
.select-dropdown ul {
    display: none;
    background-color: white;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    top: 2rem;
    left: 0;
    float: left;
    max-height: 22rem;
    overflow-y: auto;
    z-index: 999999;
    -webkit-box-shadow: none;
    max-width: 100px;
    text-transform: none;
    font-weight: bolder;
}
.select-dropdown ul li {
    width: 100%;
}
.select-dropdown ul li a {
    padding: 2px 10px;
}

/***  ------- Main Navigation onhover issue for ipad and mobile ------- ***/
@media (min-width: 979px) {
    .navbar-nuevomundo ul.nav li.dropdown ul.dropdown-menu {}

    .navbar-nuevomundo ul.nav li.dropdown:hover ul.dropdown-menu, div.cartMenu.dropdown:hover div.dropdown-menu {
        display: block;
        filter: none;
        opacity: 1;
    }

    .megamenu-content ul li a {
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        display: block;
    }

    .megamenu-content ul li a:hover {
        padding-left: 5px;
    }

    .megamenu-content ul li.productPopItem a:hover, .megamenu-content ul li a.newProductMenuBlock:hover {
        padding-left: 0;
    }

    .navbar.stuck .brandWrap {
        height: 0;
        overflow: hidden;
    }
}
.navbar-nav>li>a {
    color: #FFF;
    font-size: 14px;
    font-family: 'Roboto Condensed', Arial;
    text-transform: uppercase;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: #EEE;
    color: #2c3135;
}
.search-box {
    float: right;
    height: 48px;
    width: 38px;
}
.search-box.static-search {
    width: auto;
    min-width: 143px;
}
.search-box.static-search #search-form {
    padding-right: 0;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
.search-box .input-group {
    margin-top: 10px;
    max-width: 34px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.search-box:hover .input-group {
    max-width: 183px;
}
.search-box .form-control {
    width: 0;
    padding: 0;
    height: 34px;
    border: 0;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.search-box:hover .form-control {
    border: solid 1px #fff;
}
.btn-nobg {
    background: none;
    color: #fff;
}
.search-box:hover .btn-nobg {
    background: #fff;
}
.search-box.static-search .input-group {
    margin-top: 1px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.search-box.static-search .form-control {
    width: auto;
    padding: 0;
    height: 33px;
    border: solid 1px #fff;
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.search-box.static-search:hover .form-control {
    opacity: 1;
    border: solid 1px #fff;
    color: #333;
    background: #fff;
}
.search-box.static-search button {
    border: 0 !important;
    margin: 0 !important;
}

/***  ------- Search Bar Full ------- ***/
.search-full {
    bottom: 0;
    letter-spacing: 1px;
    min-height: 50px;
    position: absolute;
    right: 0;
    text-align: right;
    white-space: nowrap;
    width: 100%;
    z-index: 10;
    display: none;
}
.searchInputBox {
    display: block;
    max-width: 90%;
    text-align: right;
    width: 100%;
}
.search-close {
    background: rgba(0, 0, 0, 0.3);
    display: table;
    float: right;
    font-size: 32px;
    height: 51px;
    padding: 0 15px;
}
.search-close i {
    display: table-cell;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.search-close:hover i {
    transform: scale(1.15) rotate(-180deg);
    -webkit-transform: scale(1.1) rotate(-180deg);
    -moz-transform: scale(1.1) rotate(-180deg);
    -ms-transform: scale(1.1) rotate(-180deg);
    -o-transform: scale(1.1) rotate(-180deg);
}
.search-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0 none;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    outline: medium none;
    text-align: right;
    padding: 13px 0 13px 15px;
    width: 100%;
    max-width: 90%;
}
.search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.search-input::-moz-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.searchInputBox .search-btn {
    border: none;
    padding: 0 10px 0 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}
.navbar-collapse {
    max-height: none;
    margin: 0 -15px !important;
}
.navbar-collapse.collapse {
    overflow: visible;
}
.colorWhite, .colorWhite i {
    color: #fff !important;
}
.promo-1 {
    color: #2c3135;
    font-weight: lighter;
    padding: 20px 0 0;
    text-align: left;
    font-size: 30px;
    line-height: 40px;
}
.promo-1sub {
    background: #F2F2F2;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}
.options-col.ismobile {
    background: transparent !important;
    width: 50% !important;
}
.options-col ul {
    margin: 20px 0;
    float: left;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent !important;
}

/***  ------- Cart Dropdown Menu Style ------- ***/
.dropdown-left .dropdown-menu {
    left: 0;
}
.cartMenu {
    float: left;
    display: block;
}
.cartMenu a.dropdown-toggle {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
}
.cartMenu .dropdown-menu {
    padding-bottom: 0;
    border-radius: 0;
    margin-top: 0;
}
.miniCartTable {
    max-height: 300px;
    width: 100%;
    display: block;
}
.miniCartProductThumb {
    text-align: center;
}
.cartMenu img {
    width: 50px;
}
.cartMenu h4 {
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}
.miniCartDescription .size {
    color: #888888;
    font-size: 11px;
}
.miniCartDescription .price {
    color: #444444;
    font-size: 15px;
    font-weight: 700;
}
.old-price {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}
.cartMenu table {
    width: 100%;
    height: auto;
}
.cartMenu table tr {
    border-bottom: solid 1px #ddd;
}
.cartMenu table tr td {
    padding: 5px 0;
}
.miniCartFooter {
    background: #ECF0F1;
    padding: 10px 10px 10px;
}
.miniCartFooter .subtotal {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}
.miniCartFooterInMobile .subtotal {
    font-size: 18px;
    color: #fff;
}
.miniCartTable .mCSB_container {
    margin-right: 15px !important;
}
.newProductMenuBlock {
    display: block;
    position: relative;
}
.ProductMenuCaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    font-weight: 600px;
    text-transform: capitalize;
    font-size: 16px;
    background: rgb(0, 0, 0);
    background: transparent \9;
    background: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    /* IE FIX */

    zoom: 1;
}
.ProductMenuCaption:nth-child(n) {
    filter: none;
}
.ProductMenuCaption i {
    font-size: 0;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}
.newProductMenuBlock:hover i {
    font-size: 16px;
}
.newCollectionUl ul li:first-child {}
.newCollectionUl li {
    font-weight: 600;
}
.productPopItem {
    border: solid 1px #ddd;
}
.productPopItem .productInfo {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-top: -50px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 4;
}
.popProImg a {
    display: block;
    max-height: 270px;
    overflow: hidden;
}
.productPop h4 {
    bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    line-height: normal !important;
    padding: 3px 0 0 !important;
    position: absolute;
    width: 100%;
    background: rgb(0, 0, 0);
    background: transparent \9;
    background: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    /* IE FIX */

    zoom: 1;
}
.productPop h4:nth-child(n) {
    filter: none;
}
.productPop h4 a {
    color: #fff !important;
}
.degradado_buutteri {
	background-attachment: fixed;
	background: rgba(170,170,170,0.5);
	/*
	background: rgba(159,37,88,1);
	background: -moz-linear-gradient(-45deg, rgba(159,37,88,1) 0%, rgba(182,56,64,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(159,37,88,1)), color-stop(100%, rgba(182,56,64,1)));
	background: -webkit-linear-gradient(-45deg, rgba(159,37,88,1) 0%, rgba(182,56,64,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(159,37,88,1) 0%, rgba(182,56,64,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(159,37,88,1) 0%, rgba(182,56,64,1) 100%);
	background: linear-gradient(135deg, rgba(159,37,88,1) 0%, rgba(182,56,64,1) 100%);
	*/
    background-position: center;
    background-repeat: none;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	z-index: -1;
}

/* =============================================================== */

/* CUSTOM RESPONSIVE
/* =============================================================== */
@media (min-width: 1800px) {
    .banner, .slider-content, .slider, .slider-v2 {
        max-height: 700px;
    }

    .sliderImg {
        width: 100%;
    }
}
@media only screen and (max-width: 1224px) {
    input.quanitySniper {
        width: 35px !important;
    }
}
@media (max-width: 1024px) {
    .navbar.stuck .navbar-top {
        margin-top: 0 !important;
    }

    .banner {
        margin-top: 70px !important;
    }

    .header-version-2 .banner {
        margin-top: 130px !important;
    }

    .social li {
        margin: 0 6px 0 0;
    }

    .cartMenu.static-search-box a.dropdown-toggle {
        padding-left: 10px;
        padding-right: 10px;
    }

    .search-box.static-search .form-control {
        max-width: 104px
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    .cartMenu a.dropdown-toggle {
        height: 50px;
    }

    .cartRespons {
        display: none;
    }
}

/* // NEW  */
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }

    .cartMenu a.dropdown-toggle {
        font-size: 12px;
        padding: 15px 15px;
    }
}
@media (max-width: 979px) {
    /*** iPads (portrait and landscape) ***/

    .subCategoryThumb img {
        height: 100% !important;
    }

    .container {
        width: 100% !important;
        max-width: 900px !important;
    }

    .category-top {
        margin-top: 30px;
    }

    .cartRespons {
        font-size: 0;
    }

    .hidden-xs .cartMenu .dropdown-toggle {
        padding-bottom: 9px;
        padding-top: 16px;
    }

    .sliderText {
        margin-top: 6%;
    }

    .header-version-2 .sliderText {
        margin-top: 10%;
    }

    .sliderText .inner {
        padding: 15px;
    }

    .sliderTextFull {
        margin-top: 15%;
    }

    .sliderText h1 {
        font-size: 30px;
    }

    .sliderText.white h1 {
        padding-bottom: 0;
    }

    .sliderText.white h3.price {
        font-size: 18px;
        padding-bottom: 0;
    }

    .sliderText.white .inner {
        padding: 5px 0;
    }

    h1.xlarge {
        font-size: 36px;
    }

    .sliderTextFull h3 {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .sliderInfo .btn-lg, .sliderText.white .btn {
        font-size: 14px;
        line-height: 1.471;
        padding: 5px 15px;
    }

    #pager2 {
        bottom: 0;
    }

    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px;
    }

    .sliderControl {
        border-radius: 2px;
        padding: 0 2px;
        top: 45%;
    }

    .sliderControl .fa-3x {
        font-size: 2.5em;
    }

    #pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: normal;
    }
}
@media (min-width: 768px) {
    .menuWrap {
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        box-shadow: 0 2px 0 rgba(0, 0, 0, .09);
        background: #2c3135;
    }

    .megamenu-content.has20 {
        width: 202px;
    }

    .megamenu-content.has40 {
        width: 460px;
    }

    .megamenu-content.has60 {
        width: 670px;
    }

    .megamenu-content.has4col {
        width: 700px;
    }

    .hasMega {
        position: relative !important;
    }

    .hasMega .dropdown-menu {
        min-width: 202px;
    }

    .hasMega.megamenu-20width .dropdown-menu {
        min-width: 202px;
    }

    .hasMega.megamenu-40width .dropdown-menu {
        min-width: 460px;
    }

    .hasMega.megamenu-60width .dropdown-menu {
        min-width: 670px;
    }

    .hasMega.megamenu-70width .dropdown-menu {
        min-width: 700px;
    }
}
@media (max-width: 767px) and (min-width: 0) {
    /***  ipad 4 , iphone 4 fixed  ***/

    .hidden-xs {
        display: none !important;
        visibility: hidden !important;
    }
}
@media (max-width: 767px) {
    /* phones */

    .static-search.navbar-formbox {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .static-search.navbar-formbox {
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: 100%;
    }

    .static-search.navbar-formbox .navbar-form {
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    .search-box.static-search .input-group {
        max-width: 100%;
        width: 100%;
    }

    .search-box.static-search .form-control {
        max-width: 100%;
        width: 100%;
    }

    .search-box.static-search:hover .form-control {
        max-width: 100%;
        width: 100%;
    }

    .userMenu li a {
        padding-top: 3px;
        line-height: normal;
    }

    .phone-number i.glyphicon-phone-alt {
        padding-top: 2px !important;
    }

    .navbar-brand {
        padding: 14px;
        position: absolute;
        background: #FFF;
        top: 0;
        left: 10px;
        z-index: 1050;
        width: 55%;
    }

    .navbar-brand img {
        max-height: 35px;
    }

    .navbar-toggle {
        margin-top: 25px;
    }

    .navbar-cart.in .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #fff;
        background: rgba(255, 255, 255, 0.7) !important;
    }

    .miniCartFooter .btn {
        color: #fff !important;
    }

    .miniCartProduct, .miniCartProduct a, .miniCartProduct p, .miniCartProduct .size, .miniCartProduct .price, .dropdown-header {
        color: #FFFFFF;
    }

    .searchInputBox {
        max-width: 80%;
    }

    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu .dropdown.megamenu-50width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu .dropdown.megamenu-40width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu-content ul {
        margin-bottom: 15px;
    }

    .megamenu-content ul li {
        border-color: rgba(255, 255, 255, 0.2);
    }
    /***  banner slider responsive  ***/

    .banner {
        margin-top: 70px !important;
    }

    .sliderTextFull .inner.dark {
        max-width: 100%;
        padding: 5px;
    }

    .parallaximg.ismobile {
        margin-top: 0 !important;
    }

    h1.xlarge {
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 0;
    }

    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 5px;
        margin-top: 0;
        padding-bottom: 0;
    }

    .sliderText h1 {
        font-size: 24px;
        padding-bottom: 0;
    }

    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 5px 10px;
    }

    .sliderText .inner {
        padding: 5px;
    }

    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .featureImg a {
        margin-bottom: 20px;
    }

    .navbar-top {
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        padding: 3px 0 0;
    }

    .text-left-xs {
        text-align: left !important;
    }
    /* Home v5 Slider */

    .ps-nav {
        top: 34%;
    }

    .ps-nav img {
        width: 80px;
    }
}
@media (max-width: 580px) {
    /* phones (portrait and landscape) ----------- */

    .xs3Response {
        width: 50% !important;
    }

    .sliderTextFull {
        color: #FFFFFF;
        margin-top: 12%;
    }

    .parallax-content h2 {
        color: #FFFFFF;
        display: inline-block;
        font-size: 20px;
        line-height: 22px;
    }

    .parallax-content h3 {
        font-size: 16px;
        line-height: normal;
    }

    .style2 .section-title, .section-title.style2 {
        font-size: 24px;
    }

    .style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
        margin-left: 10%;
        top: 32px;
        width: 80%;
    }

    .orderStep li a span {
        font-size: 11px;
    }

    .categoryFooter .pagination {
        margin-bottom: 10px;
    }

    .sp-thumbs {
        bottom: 0 !important;
    }

    .CartProductThumb a img {
        margin-right: 5px;
    }

    #pager2 {
        bottom: 0;
    }

    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px;
    }

    .sliderControl {
        border-radius: 2px;
        padding: 0 2px;
        top: 45%;
    }

    .sliderControl .fa-3x {
        font-size: 2em;
    }

    #pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: normal;
    }
    /* Home v5 Slider */

    .ps-nav {
        top: 28%;
    }

    .ps-nav img {
        width: 80px;
    }

    #imageShowCase .product-slide h1 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 22px;
    }
}
@media (max-width: 480px) {
    #pager a {
        font-size: 12px;
    }

    h1.xlarge {
        font-size: 24px;
        font-weight: 800;
        line-height: normal;
        padding-bottom: 0;
    }

    h1.x2large {
        font-size: 38px;
    }

    .title-big {
        font-size: 38px;
    }

    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 2px;
        margin-top: 0;
        padding-bottom: 0;
    }

    .sliderText h1 {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 0;
    }

    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 4px 8px;
    }

    .sliderText .inner {
        padding: 2px;
    }

    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .supportLi h4 {
        font-size: 14px;
    }

    .cartTableHeader {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .CartProduct .delete i {
        font-size: 16px !important;
    }

    .CartProductThumb a img {
        max-width: 60px !important;
    }

    .CartDescription h4 a {
        font-size: 14px !important;
        line-height: normal;
    }

    .cart-actions button, .cart-actions .wishlist {
        font-size: 14px !important;
        padding: 10px !important;
    }

    .search-box .input-group {
        margin-top: 13px;
    }

    .navbar-brand.windowsphone {
        display: block;
        float: left;
    }

    .navbar-brand.windowsphone img {
        max-width: 65px;
    }

    .featuredPostContainer.globalPadding {
        padding: 10px 0 !important;
    }

    .breadcrumb>li {
        font-size: 12px;
    }

    .item.list-view h4 {
        font-size: 20px;
        line-height: 18px;
    }

    .item.list-view .description {
        clear: both;
        display: block;
        float: none;
        padding-top: 5px;
    }

    .item.list-view .image {
        display: block;
        float: none;
        max-height: 500px;
        max-width: 100%;
        overflow: hidden;
        padding-right: 0;
        text-align: center;
    }

    .item.list-view h4, .item.list-view .description, .item.list-view h4, .list-description, .item.list-view .price, .item.list-view .action-control, .item.list-view .description p {
        text-align: center;
    }

    .item.list-view h4 {
        min-height: 24px;
    }

    .col-xs-mini-6 {
        width: 50%;
    }

    .col-xs-min-12, .col-xxs-12 {
        width: 100%;
    }

    .home-intro h2 {
        font-size: 18px;
        font-weight: 200;
        letter-spacing: 1px;
    }

    .no-float-xs {
        float: none !important;
    }
}
@media (max-width: 400px) {
    #pager a {
        font-size: 10px;
    }

    .container {
        min-width: 310px;
    }

    .cartFooter .box-footer div {
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
    }

    .navbar-header.isios .navbar-brand img {
        max-width: 35px !important;
    }

    .navbar-header .navbar-toggle {
        margin-right: 10px;
        padding: 9px 2px;
    }

    .xsResponse .item, .xs3Response .item {
        width: 100% !important;
    }

    .cartFooter {
        padding: 5px 0;
    }

    .checkoutReview th {
        font-size: 13px;
    }

    .col-xs-mini-6 {
        width: 100%;
    }
}
@media (max-width: 320px) {
    .container {
        width: 100% !important;
        max-width: 320px !important;
    }

    .banner {
        width: 100% !important;
        max-width: 320px !important;
        overflow: hidden !important;
    }
}

/* IMAGE HOVER */
.itemauto {
    height: auto;
    max-height: none;
}
.imageHover {
    display: block;
    max-height: 404px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.imageHover a {
    display: block;
    overflow: hidden;
}
.img-responsive.primaryImage {
    position: relative;
    z-index: 1;
    transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    transform-style: preserve-3d;
    opacity: 1;
}
.secondaryImage {
    left: 0;
    position: absolute;
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
    top: 0;
}
.imageHoverFlip .primaryImage {
    transform-style: preserve-3d;
    transform: rotateY(0);
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
}
.imageHoverFlip .secondaryImage {
    transform-style: preserve-3d;
    transform: rotateY(180deg);
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
}
.product:hover .img-responsive.primaryImage {
    opacity: 0;
}
.product:hover .imageHoverFlip .img-responsive.primaryImage {
    transform: rotateY(180deg);
}
.product:hover .imageHoverFlip .img-responsive.secondaryImage {
    opacity: 1;
    transform: rotateY(0deg);
}
.item.list-view .imageHover {
    background: #fff;
    display: block;
    float: left;
    max-height: 260px;
    max-width: 200px;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

/* carousel-inner */
.carousel-inner>.item {
    height: auto;
    margin-bottom: 0;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin: 0 auto;
    display: block;
}
.imageHover .glyphicon-chevron-right::before {
    content: "\f105";
    font-family: 'FontAwesome' !important;
    text-shadow: none;
    border: 1px solid #999;
    color: #999 !important;
    display: block;
    height: 31px;
    width: 31px;
    padding: 0;
}
.imageHover .glyphicon-chevron-left::before {
    content: "\f104";
    font-family: 'FontAwesome' !important;
    text-shadow: none;
    border: 1px solid #999;
    color: #999 !important;
    display: block;
    height: 31px;
    width: 31px;
    padding: 0;
}
.imageHover .carousel-control.left {
    background-image: none !important;
    z-index: 5;
}
.imageHover .carousel-control.right {
    background-image: none !important;
    z-index: 5;
}
.hoverNav .carousel-control {
    transform: scale(0.1);
    visibility: hidden;
    transition: all 0.3s ease 0.1s;
}
.product:hover .hoverNav .carousel-control {
    transform: scale(1);
    visibility: visible;
}
.imageHover div.quickview {
    margin-top: 60%;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media (max-width: 767px) {
    .imageHover .glyphicon-chevron-right::before {
        height: 25px;
        width: 25px;
    }

    .imageHover .glyphicon-chevron-left::before {
        height: 25px;
        width: 25px;
    }
}

/* ORDER STATUS */
.order-box {
    background: #fff;
    border: solid 1px #ccc;
    margin-bottom: 30px;
}
.order-box-header {
    background: #ebeded;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}
.order-box-content {
    padding: 15px;
}
.order-box-content table td {
    padding: 5px;
}
.statusTop {
    margin-bottom: 20px;
}
.statusTop p {
    font-size: 16px;
    margin-bottom: 5px;
}
.order-details-cart {
    width: 100%;
}
.order-details-cart tr {
    border-bottom: solid 1px #ddd;
}
.order-details-cart img {
    width: 80px;
}
.cartTotalTr {
    border: none !important;
}
.cartTotalTr td {
    text-align: right;
}

/* Thanks Page */
.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.thanxContent {
    padding: 70px 0 30px;
}
.thanxContent a {
    color: #A2C15A;
}
.thanxContent h1 {
    margin-bottom: 0;
    font-size: 40px;
}
.thanxContent h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}
.cartTableBorder {
    border: solid 1px #EBEDEF;
}

/* review modal */
.rating-here .fa, .rating .fa {
    color: #E7711B;
}
.reviewtitle {}

/* ----------------------------------------------------------------------------------------- */

/* END NEW MENU  */

/* ----------------------------------------------------------------------------------------- */

/*-------------------------------------------------------------------------------------------*/

/* SITE STRUCTURE & APPEARANCE */

/*-------------------------------------------------------------------------------------------*/
body {
    background-color: #ffffff;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', serif;
    line-height: 20px;
    background-attachment: fixed;
}
body.boxed .body .site-header, body.boxed .body .main-menu-wrapper {
    max-width: 100%;
    width: 2180px;
}
body.boxed .body {
    position: relative;
    margin: 25px auto;
    max-width: 2180px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}
@media (min-width: 1200px) {
    body.boxed .body .site-header, body.boxed .body .main-menu-wrapper {
        max-width: 100%;
        width: 1080px;
    }
}
.site-header {
    width: 100%;
}
.site-header .topbar {
    background-color: rgba(255, 255, 255, 1);
    max-height: 170px;
    position: relative;
    z-index: 3;
}
.site-header h1.logo {
    position: relative;
    z-index: 1300;
    display: table;
    margin: 0;
    /* padding: 0 30px 5px; */

    height: 100px;
    vertical-align: middle;
    line-height: 0;
}
.logo a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}
.top-navigation {
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 0 0 0;
}
.top-navigation li {
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: light;
}
.top-navigation li a {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
}
.top-navigation li:after {
    content: "";
}
.top-navigation li:last-child:after {
    content: ""
}
.top-navigation1 {
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 0 0 0;
    color: transparent !important;
}
.top-navigation1 li {
    float: left;
    letter-spacing: 2px;
    text-transform: none;
    font-size: 12px;
    font-weight: bold;
}
.top-navigation1 li a {
    display: inline-block;
    margin: 0 15px;
    color: #5e5e5e;
    text-decoration: none;
    padding: 7px 0 0 0;
    line-height: 2.5em;
}
.title_course h1 {
    float: left;
    font-size: 2em;
    padding: 10px 0 0 0;
    margin-left: -15px;
}
.title_index h3 {
    float: left;
    /* font-size:45px; */

    padding: 10px 0 0 0;
    padding-bottom: 10px;
    /* padding-left: 10px; */

    color: #d9417e;
    /* border-bottom:1px solid #eceae4; */
}
.title_formu h3 {
    float: left;
    /* font-size:45px; */

    padding: 10px 0 0 0;
    padding-bottom: 10px;
    margin-left: -28px;
    /* padding-left: 10px; */

    color: #d9417e;
    /* border-bottom:1px solid #eceae4; */
}
.title_course_desc h1 {
    float: left;
    font-size: 2em;
    padding: 10px 0 0 0;
}
.top-navigation1 li a:hover {
    display: inline-block;
    margin: 0 15px;
    border-bottom: 2px solid #d9417e;
    color: #d9417e;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}
.top-navigation1 li:after {
    content: "/";
}
.top-navigation1 li:last-child:after {
    content: ""
}
.site-header .menu-toggle {
    font-size: 18px;
    margin: 30px 10px 0 0;
    float: right;
}
.site-header .menu-toggle:focus {
    outline: 0;
}
.main-menu-wrapper {
    display: block;
    width: 100%;
}
.main-menu-wrapper .col-md-12 {
    position: relative;
}
.main-menu-wrapper {
    display: block;
    width: 100%;
}
.main-menu-wrapper1 .col-md-12 {
    position: relative;
}
.navigation {
    height: 50px;
    z-index: 2;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    display: table;
    top: 0;
    background: #f8f7f3;
    width: 100%;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .09);
}
.navigation1 {
    height: 50px;
    z-index: 1;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    top: 0;
    background: transparent;
}
.navigation>ul>li {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

}
.navigation>ul>li i {
    font-size:13px;
}
.navigation>ul>li>a {
    padding-right: 75px;
    display:block;
    text-decoration:none;
}

/* .navigation ul > li > a:hover, .navigation ul > li > a.current{

} */
.navigation>ul>li ul {
    position:absolute;
    top:50px;
    left:30px;
    z-index:999;
    display:none;
    min-width:100%;
    height:auto;
    background:#c6c4a5;
    /* background:url("../images/background-menu.png") repeat; */
    -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow:0 2px 2px rgba(0, 0, 0, .2);
    box-shadow:0 2px 2px rgba(0, 0, 0, .2);
    margin-left:40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navigation>ul>li ul:before {
    position: absolute;
    left:50%;
    top: auto;
    margin: -10px 0px 0px -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px;
    content: " ";
    pointer-events: none;
}
.navigation>ul>li ul li ul:before {
    position: absolute;
    left:0;
    top: auto;
    margin: 15px 0px 0px -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px;
    content: " ";
    pointer-events: none;
}
.navigation>ul>li:hover ul {
    display:block;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.navigation>ul>li>ul li {
    line-height: normal;
    font-size:14px;
    position:relative;
    text-decoration: none;
    border:none;
}
.navigation>ul>li>ul li>a {
    display:block;
    padding:10px 20px;
    /* border-bottom:1px solid #f8f7f3; */
    white-space:nowrap;
    text-decoration:none;
}
.navigation>ul>li>ul li a:hover {
    text-decoration:none;
}
.navigation>ul>li>ul li:last-child a {
    border-bottom:0;
}
.navigation>ul>li>ul li ul {
    left:100%!important;
    top:0;
    min-width: inherit;
    margin-left:11px;
    position:absolute;
}
.navigation>ul>li.megamenu {
    position:inherit!important;
    left:0;
}
.navigation>ul>li.megamenu i {
    font-size:100%;
}
.navigation>ul>li.megamenu>ul {
    left:-40px!important;
    width:100%;
    top:50px;
}
.navigation>ul>li.dropdown>ul {
    left:-30px!important;
    width:100%;
    top:50px;
    list-style: none;
}

}
.navigation .megamenu-container {
    padding:25px;
    width:100%;
    color:#cccccc;
}
.navigation .megamenu-container ul {
    display:block!important;
    color:#666666;
    left:0!important;
    box-shadow:none;
    opacity:1!important;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background:transparent;
    position:relative!important;
    text-align:left!important;
    margin-left:0;
}
.navigation>ul>li.megamenu>ul:before {
    position: absolute;
    left:50%;
    top: auto;
    margin: -10px 0px 0px -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px;
    /* border-bottom-color: #ffffff; */
    content: " ";
    pointer-events: none;
}
.navigation>ul>li.megamenu .meta-data {
    text-transform:none;
}
.navigation .megamenu-container .megamenu-sub-title {
    display:block;
    padding-bottom:7px;
    padding-top: 7px;
    margin-top: 10px;
    color:red;
    text-transform:none;
    font-weight:400;
    font-size:20px;
    text-align:left!important;
    border-right:2px solid #d4d1af;
}
.navigation .megamenu-container ul li a {
    display:block;
    padding:7px 0;
    border-bottom:0;
}
.navigation .megamenu-container ul li a i {
    display:none;
}
.navigation .megamenu-container ul li a:hover {
    text-decoration:none;
}
.sticky-wrapper {
    max-height:50px;
}
.kielisivu {
    margin-left:-100px;
    margin-right:200px;
}
.is-sticky .main-menu-wrapper {
    z-index:10;
    min-height:50px;
    background-color:rgba(255, 255, 255, 1);
    -webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow:0 1px 0 rgba(0, 0, 0, .1);
    box-shadow:0 1px 0 rgba(0, 0, 0, .1);
}
.is-sticky .main-menu-wrapper .got {
    z-index:100;
    min-height:50px;
    background-color:red;
    -webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow:0 1px 0 rgba(0, 0, 0, .1);
    box-shadow:0 1px 0 rgba(0, 0, 0, .1);
}
.is-sticky .navigation {
    background:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

/* Hero Slider */
.flexslider {
    margin: 0;
    padding: 0;
    background:url("../images/loader.gif") no-repeat scroll center center;
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.flexslider .slides {
    zoom: 1;
}
.hero-slider {
    position:relative;
    top:-81px;
    margin-bottom:-81px;
    left:0;
    z-index:1;
    height:500px;
    width:100%;
    overflow:hidden;
    margin-top: 176px;
}
.hero-slider .flex-viewport {
    width:100%;
}
.hero-slider.flexslider>ul.slides {
    height:100%;
}
.hero-slider.flexslider ul.slides li {
    height:500px;
    width:100%;
    overflow:hidden;
    position:static;
    background-attachment:scroll!important
}
.flexslider .flex-control-nav {
    width:100%;
    text-align:center;
    position:absolute;
    z-index:111;
    left:0;
    bottom:10px;
    padding:0;
    margin:0;
}
.hero-slider.flexslider .flex-control-nav {
    bottom:-40px;
    -webkit-transition:all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;
    transition:all 0.3s ease 0.1s;
}
.hero-slider.flexslider:hover .flex-control-nav {
    bottom:10px;
    -webkit-transition: bottom .3s .2s;
    -moz-transition: bottom .3s .2s;
    -ms-transition: bottom .3s .2s;
    -o-transition: bottom .3s .2s;
    transition: bottom .3s .2s;
}
.flexslider .flex-control-nav li {
    display:inline;
}
.flexslider .flex-control-nav a {
    width:12px;
    height:12px;
    border-radius:100%;
    background-color:#ffffff;
    display:inline-block;
    margin:0 6px;
    text-indent:-9999px;
    text-decoration:none;
}
.flexslider .flex-prev, .flexslider .flex-next {
    background:rgba(0, 0, 0, .6);
    color:#f8f7f3;
    display:block;
    margin-bottom:10px;
    position:absolute;
    top:50%;
    right:10px;
    font-size:14px;
    line-height:25px;
    width:25px;
    height:25px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration:none;
    display:none;
    text-align:center;
}
.flexslider .flex-prev {
    left:10px;
    right:auto;
}
.flexslider .flex-prev:before {
    content: "\f104";
}
.flexslider .flex-next:before {
    content: "\f105";
}
.hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next {
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    width:100px;
    height:100px;
    right:-100px;
    -webkit-transition:all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;
    transition:all 0.3s ease 0.1s;
    font-size:30px;
    line-height:100px;
    display:block;
    text-align:left;
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
    display:block;
}
.hero-slider.flexslider .flex-prev {
    left:-100px;
    padding-left:60px;
}
.hero-slider.flexslider .flex-next {
    padding-left:30px;
}
.hero-slider.flexslider:hover .flex-prev {
    left:-50px;
    -webkit-transition: left .3s .2s;
    -moz-transition: left .3s .2s;
    -ms-transition: left .3s .2s;
    -o-transition: left .3s .2s;
    transition: left .3s .2s;
}
.hero-slider.flexslider:hover .flex-next {
    right:-50px;
    -webkit-transition: right .3s .2s;
    -moz-transition: right .3s .2s;
    -ms-transition: right .3s .2s;
    -o-transition: right .3s .2s;
    transition: right .3s .2s;
}
.notice-bar, .page-header {
    background:#f8f7f3;
    padding:20px 0;
    box-shadow:0 2px 0 rgba(0, 0, 0, .07);
}
.notice-bar-title-icon {
    display:inline-block;
    float:left;
    margin-right:15px;
}
.notice-bar-title .title-note {
    margin-top:4px;
}
.notice-bar-title strong {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:16px;
    color:#333;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:2px;
    display:block;
}
.notice-bar-event-title h5, .notice-bar-event-title .date {
    margin-bottom:0;
}
.counter .timer-col {
    display:inline-block;
    width:24%;
    text-align:center;
}
.timer-col #days, .timer-col #hours, .timer-col #minutes, .timer-col #seconds {
    display:inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:18px;
    padding:5px 10px;
}
.timer-col #days {
    color:#ffffff;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.timer-col #hours, .timer-col #minutes, .timer-col #seconds {
    background:#eceae4;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.timer-col .timer-type {
    font-size:12px;
    display:block;
    margin-top:2px;
}
.content {
    margin-top: 145px;
}
.formulario .content {
	margin-top: 0;
}
.featured-blocks {
    margin-bottom:30px;
}
.featured-block {
    position:relative;
}
.featured-block strong {
    background:url("../images/pattern.png");
    color:#fff;
    font-size:18px;
    display:inline-block;
    padding:5px 30px;
    margin:0;
    position:absolute;
    z-index:10;
    left:10px;
    bottom:30px;
    -webkit-transition:all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;
    transition:all 0.3s ease 0.1s;
}
.featured-block:hover strong {
    bottom:58px;
    -webkit-transition: bottom .3s .2s;
    -moz-transition: bottom .3s .2s;
    -ms-transition: bottom .3s .2s;
    -o-transition: bottom .3s .2s;
    transition: bottom .3s .2s;
}
.featured-block .more {
    background:#ffffff;
    color:#333333;
    display:inline-block;
    padding:5px 20px 5px 30px;
    margin:0;
    position:absolute;
    z-index:9;
    left:10px;
    bottom:30px;
}
.featured-block .img-thumbnail:hover {
    opacity:1;
}
.listing-header, .post-title {
    border-bottom:1px solid #eceae4;
}
.listing-header-sub {
    text-align:right;
    padding-top:10px;
}
.listing-header-sub h5 {
    display:inline-block;
    margin-right:20px;
}
.listing-cont, .post-content {
    /* border-top:4px solid #f8f7f3; */
}
.listing .item {
    width:100%;
    padding:10px 0;
    float:left;
    border-bottom:1px solid #eceae4;
}
.event-date {
    width:100%;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform:uppercase;
    color:#333333;
    text-align:center;
    padding:5px 0 0 0;
}
.event-date .date {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:34px;
    font-style:normal;
    font-weight:700;
    margin-bottom:0;
    display:block;
    margin-top:2px;
}
.event-date .month, .event-date .year {
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    color:#999999;
    display:block;
    margin-top:4px;
}
.event-date .year {
    font-size:11px;
    margin-top:0;
    margin-bottom:2px;
}
.event-item .event-date {
    width:6%;
    float:left;
    margin-right:4%;
}
.event-item .event-detail {
    float:left;
    width:70%;
    margin-right:3%
}
.event-item .to-event-url {
    float:left;
    width:17%;
    text-align:right;
    display:table;
    vertical-align:middle;
}
.event-item .to-event-url div {
    display:table-cell;
    vertical-align:middle;
}
.event-item .event-detail h3 {
    font-family: 'Roboto', sans-serif;
    text-transform:none;
    font-weight:400;
    letter-spacing:0;
    margin-bottom:0;
    font-size: 1.1em;
}
.event-item .event-detail h3 a {
    text-decoration:none;
}
.enlace_compra_curso {
	margin-bottom: 50px;
}
.enlace_compra_curso a {
	background: #d9417c;
	color: #FFF;
	padding: 10px 15px;
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.enlace_compra_curso a:hover {
	background: #f15d5d;
}
.post-listing .post {
    padding:20px 0 10px 0;
}
.post-listing .media-box {
    margin-bottom:10px;
}
.post-listing .post-title {
    margin-bottom:12px;
}
.post-listing .post-title h2, .sermons-listing h2.sermon-title {
    font-size:16px;
    margin-bottom:0;
}
.sermon .meta-data {
    margin:0;
}
.item.featured-sermon {
    border-bottom:0;
    margin-top:20px;
    padding:30px;
    background:#f8f7f3;
    position: relative;
    margin-bottom:10px;
}
.featured-sermon:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 20px solid #eceae4;
    border-right: 20px solid transparent;
}
.featured-sermon:after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-top: 19px solid #ffffff;
    border-left: 19px solid transparent;
}
.featured-sermon .date {
    text-transform:uppercase;
    font-size:12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    margin-bottom:5px;
    display:block;
}
.featured-sermon h4 a {
    text-decoration:none;
}
.sermon-actions a {
    margin-right:10px;
    text-decoration:none;
}
.sermon-actions i {
    font-size:18px;
}
.featured-sermon-video {
    margin-bottom:20px;
}
.featured-gallery {
    padding:50px 0;
}
.featured-gallery h4 {
    color:#ffffff;
}
.featured-gallery .btn {
    border:0;
}
.site-footer {
    background-color:#f8f 7f3;
    padding:50px 0 0;
    box-shadow:0 -2px 0 rgba(0, 0, 0, .07);
}
.site-footer-bottom {
    background-color:#EEE;
    padding:20px 0;
    font-size:12px;
    font-family: 'Roboto', sans-serif;
    color:#999999;
}
.site-footer-bottom p {
    margin-bottom:0;
    font-size:12px;
}
.site-header .social-icons {
    margin-top:30px;
}
.site-footer-bottom .social-icons, .site-header .social-icons {
    text-align:right;
}
.site-footer-bottom .social-icons a, .site-header .social-icons a {
    color: #ffffff;
    background: #d9417e;
    margin: 0 0 0 8px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    display: inline-table;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.site-footer-bottom .social-icons a:hover, .site-header .social-icons a:hover {
    background:#EEE;
    color: #d9417e;
}
.nav-backed-header {
    position:relative;
    z-index:1;
    margin:0;
    border:0;
}
.page-header {
    margin:0;
    position:relative;
    padding:0px 0 20px 0;
    border:0;
    height:50px;
}
.page-header h1 {
    text-transform:uppercase;
    color:#ffffff;
    margin-bottom:0;
    line-height:1em;
    font-family: 'Roboto Condensed', sans-serif;
}
.page-header p {
    color:#d8d6d1;
    margin:0;
}
ol.breadcrumb {
    margin:0;
    background:none;
    padding:90px 0 40px 0;
}
ol.breadcrumb a {
    color:#d8d6d1;
    text-decoration:none;
}
ol.breadcrumb a:hover {
    color:#fff;
    text-decoration:underline;
}
ol.breadcrumb>.active {
    color:#fff;
}
.grid-holder {
    width: 105%;
    margin-left: -3%;
    float: left;
}
.grid-holder .grid-item {
    float: left;
}
.grid-item {
    margin-bottom: 3%;
    border-bottom: medium none;
}
.grid-item-inner {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    background:#ffffff;
}
.grid-holder .grid-item {
    margin-left: 3%;
}
.grid-holder.col-2 .grid-item {
    width:49%;
}
.grid-holder.col-3 .grid-item {
    width:29.63%;
}
.grid-holder.col-4 .grid-item {
    width:24%;
}
.grid-media {
    position:relative;
}
.grid-content {
    padding:15px 20px 1px 20px;
}
.grid-content .fa-external-link {
    margin-left:10px;
}
.events-grid .grid-item {}
.grid-item h3 {
    line-height:1em;
}
.post-title {
    margin-bottom:0;
    padding-bottom:6px;
}
.post-content {
    padding-top:20px;
}
.post-content .featured-image {
    margin-bottom:20px;
}
.single-post-header {
    margin-bottom:0;
}
.single-post-header .event-date {
    float:left;
    width:50px;
}
.single-post-header .btn-toolbar {
    margin-top:8px;
}
.single-post-header .sermon-actions, .post-comments-count {
    margin-top:15px;
}
.event-description {}
.event-description .panel-body {
    padding:10px 0;
}
.event-description .panel-heading {
    color:#ffffff;
}
.sermon-archive .post.sermon {
    margin-bottom:30px;
    padding-top:20px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color:#EEE;
}
.sermon-archive .post.sermon .img-thumbnail {
    background:#fff;
}
.sermon-archive h2 {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #222;
    padding: 15px 0 0;
}
.sermon-archive p span {
    text-decoration: underline;
    font-style: italic;
    text-transform: lowercase;
    padding-left: 5px;
}
.sermon-archive p span a {
    color: #d9417e;
}
.sermon-archive ul li {
    list-style: circle;
    margin-left: 15px;
	padding: 2px 0;
}
.posts-archive .post {
    margin-bottom:40px;
    padding-bottom:25px;
    border-bottom:1px solid #eceae4;
}
.posts-archive .post .img-thumbnail {
    margin-top:10px;
}
.post.sermon .post-title h3 {
    margin-bottom:5px;
}
.post.sermon .post-title .sermon-actions {
    text-align:right;
    padding-top:25px;
}
.post.sermon .post-content {
    padding-top:0;
}
.audio-container, .video-container {
    margin-bottom:30px;
}
.post-meta {
    background-color:#f8f7f3;
    border-bottom:1px solid #eceae4;
    padding:10px 20px;
    font-size:12px;
}
.post-meta i {
    margin-right:5px;
    font-size:14px;
}
.post-comments {
    margin:30px 0 0 0;
}
.comments {
    margin:0;
    list-style-type:none;
}
.comments li {
    margin-bottom:25px;
}
.comments li .post-comment-block {
    padding:25px;
    padding-bottom:5px;
    border:1px solid #eceae4;
    border-bottom-width:2px;
    background:#ffffff;
}
.comments li.admin>.post-comment-block {
    background-color:#f8f7f3;
}
.comments li .img-thumbnail {
    float:left;
    margin-right:20px;
}
.comments li h5 {
    margin-bottom:5px;
}
.comments li ul {
    padding-top:25px;
    padding-left:50px;
}
.post-comment-form {
    margin:30px 0 0 0;
    border-bottom:0;
}
.post-comment-form .form-control {
    margin-bottom:20px;
}
.gallery-filter ul {
    float:right;
}

/* Post Formats */
.format-quote .media-box blockquote {
    color:#ffffff;
    padding-left:0;
    border-left:0;
}
.owl-carousel .owl-item {
    float:left;
}
.owl-carousel .owl-item img {
    width:100%;
    float:left;
}
.staff-item .social-icons {
    margin-bottom:15px;
}
.staff-item .social-icons a {
    width:25px;
    height:25px;
    display:inline-block;
    line-height:25px;
    text-align:center;
    color:#ffffff;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    margin-left:0;
    margin-right:10px;
    text-decoration:none;
}
#gmap {
    height:350px;
    margin-bottom:30px;
    overflow:hidden;
}
#gmap iframe {
    border:0;
    width:100%;
    height:350px;
}
#message {
    margin-top:10px;
}

/* Widgets */
.widget {
    margin-bottom:30px;
}
.search-form-widget {
    margin-top:10px;
}
.widget .sidebar-widget-title h3 {
    border-bottom:3px solid #d9417e;
    margin-bottom:0;
    padding-bottom:15px;
}
.widget .sidebar-widget-title {
    border-bottom:4px solid #f8f7f3;
    margin-bottom:20px;
}
.widget .media-box {
    max-width: 320px;
    margin: 0 auto;
}
.widget h4.footer-widget-title {
    border-bottom:1px solid #eceae4;
    padding-bottom:10px;
    margin-bottom:20px;
}
.widget ul>li {
    border-bottom:1px solid #eceae4;
    padding:7px 0;
    color:#5e5e5e;
}
.widget ul>li a {
    display:inline-block;
    text-decoration:none;
}
.widget ul>li a i {
    margin-right:5px;
}
.widget ul>li:first-child {
    padding-top:0;
}
.widget ul>li a:hover {
    text-decoration:none;
}
.widget .event-item .event-date {
    width:15%;
}
.widget.post-listing h2.post-title, .widget.sermons-listing h2.sermon-title {
    font-size:14px;
    margin-bottom:0;
}
.tag-cloud a {
    display:inline-block;
    margin-right:7px;
    margin-bottom:7px;
    padding:2px 8px;
    border:1px solid #eceae4;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background:#FAFAFA;
    font-size:12px;
    text-decoration:none;
}
.tag-cloud a:hover {
    text-decoration:none;
}
.widget-recent-posts .post-image {
    width:30%;
    float:left;
    margin-right:5%;
}
.widget-recent-posts .widget-blog-content {
    float:left;
    width:65%;
}
.widget-recent-posts .fa-angle-right {
    display:none;
}
.widget-recent-posts .fa-plus {
    margin-right:0;
}
.widget-recent-posts ul li a {
    padding:12px 0;
    text-decoration:none;
}
.widget-recent-posts ul li:first-child a {
    padding-top:8px;
}
.widget_recent_comments .fa-angle-right {
    display:none;
}
.widget .twitter-widget li {
    font-size:16px;
    line-height:28px;
    border:0;
    padding:0;
}
.widget-gallery ul {
    margin-left:-3%;
}
.widget-gallery ul li {
    float:left;
    width:30%;
    margin-left:3%;
    margin-bottom:20px;
    border-bottom:0;
    padding:0;
}
.widget-gallery ul li i {
    display:none;
}

/* Back to Top Button */
#back-to-top {
    position:fixed;
    right:17px;
    bottom:17px;
    display:none;
    padding:5px 12px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background:rgba(0, 0, 0, .7);
    color:#ffffff;
}

/* ==================================================
   Tabs
================================================== */
.tabs {
    margin-bottom:25px;
}
.nav-tabs {}
.nav-tabs li {
    position:relative;
    display:block;
    float:left;
    margin-right:1px;
}
.nav-tabs li a {
    display:block;
    padding:10px 20px;
    background:#f8f8f8;
    text-decoration:none;
}
.nav-tabs li a:hover {
    color:#fff;
    background:#666;
    text-decoration:none;
}
.nav-tabs li a:active, .nav-tabs li.active a {
    color:#fff;
    background:#666;
}
.tab-content {
    padding:20px 0;
    background:#ffffff;
}
.tab-content>.tab-pane {
    display:none;
}
.tab-content>.active {
    display:block;
}

/* ==================================================
   Accordion & Toggle
================================================== */
.accordion {
    margin-bottom: 35px;
}
.accordion-group {
    margin-bottom: 8px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.accordion-heading {
    border-bottom: 0 none;
}
.accordion-heading .accordion-toggle {
    position: relative;
    display: block;
    padding: 15px;
    background:#f8f8f8;
    text-decoration:none;
    font-size: 13px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.accordion-toggle {
    cursor: pointer;
}
.accordion-toggle:hover {
    text-decoration:none;
}
.accordion-heading:hover .accordion-toggle, .accordion-heading:hover .accordion-toggle.inactive {
    background:#666;
    color:#fff;
}
.accordion-heading .accordion-toggle.active {
    color:#fff;
    background:#666;
}
.accordion-heading .accordion-toggle.inactive {
    background:#f8f8f8;
}
.accordion-heading.accordionize .accordion-toggle i, .accordion-heading.togglize .accordion-toggle i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #666;
    font-size: 18px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.accordion-heading:hover .accordion-toggle i {
    color: #fff;
}
.accordion-heading .accordion-toggle.active i, .accordion-heading:hover .accordion-toggle.inactive i {
    color: #666;
}
.accordion-heading.accordionize .accordion-toggle.active i, .accordion-heading.togglize .accordion-toggle.active i {
    color: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-heading.togglize .accordion-toggle i {
    margin: -8px 0 0 0;
    font-size: 18px;
}
.accordion-heading.togglize .accordion-toggle .fa-plus-circle {
    display:block;
}
.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle {
    display:none;
}
.accordion-heading.togglize .accordion-toggle .fa-minus-circle {
    display:none;
}
.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle {
    display:block;
}
.accordion-inner {
    padding: 16px;
    border: 1px solid #efefef;
    background: #fff;
}

/* ==================================================
   Alerts
================================================== */
.alert {
    margin-bottom: 20px;
    padding: 15px 35px 15px 15px;
    border: 1px solid #efefef;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #f8f8f8;
    text-shadow: none;
}
.alert .close {
    position: relative;
    top: 0px;
    right: -22px;
    color: #FFFFFF;
    text-shadow: none;
    line-height: 20px;
    -webkit-transition: opacity 0.1s linear 0s;
    -moz-transition: opacity 0.1s linear 0s;
    -ms-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
}
.alert .close:hover {
    text-decoration:none;
    opacity: 1;
}
.alert-standard {
    border-color:#efefef;
    background-color: #f8f8f8;
}
.alert-standard, .alert-standard .close {
    color:#666;
}
.alert-success {
    border-color:#d6e9c6;
    background-color: #dff0d8;
}
.alert-success, .alert-success .close {
    color:#4d4d4d;
}
.alert-danger, .alert-error {
    border-color:#ebccd1;
    background-color: #f2dede;
}
.alert-danger, .alert-danger .close, .alert-error, .alert-error .close {
    color:#b94a48;
}
.alert-info {
    border-color:#bce8f1;
    background-color: #d9edf7;
}
.alert-info, .alert-info .close {
    color:#3a87ad;
}
.alert-warning {
    border-color:#faebcc;
    background-color: #fcf8e3;
}
.alert-warning, .alert-warning .close {
    color:#c09853;
}

/*-------------------------------------------------------------------------------------------*/

/* Parallax
/*-------------------------------------------------------------------------------------------*/
.parallax {
    /* background-attachment: fixed!important; */
    background-position:top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#f8f8f8;
}
.touch .parallax, .nav-backed-header.parallax {
    padding:30px 0;
    text-align: center;
    margin-bottom: 40px;
}
.nav-backed-header .parallax_titulo {
    color: #FFF;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 120%;
    text-align: left;
}
.nav-backed-header .parallaxSubtitulo ul li {
    color: #FFF;
    font-size: 1em;
    font-weight:300;
    text-align: left;
    list-style: circle;
    margin-left: 20px;
	padding: 3px 0;
}

/*-------------------------------------------------------------------------------------------*/

/* Responsive Classes
/*-------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    .navigation>ul>li>a {
        padding:0 25px;
    }
    .gallery-filter ul li span {
        display:none;
    }
}
@media only screen and (max-width: 992px) {
    .top-navigation li {
        font-size:18px;
    }
    .navbar-brand img{
        max-width: 180px;
    }
    .notice-bar .btn-block, .notice-bar .counter {
        margin-top:20px;
    }
    .events-listing .event-date {
        width:10%;
    }
    .events-listing .event-detail {
        width:57%;
    }
    .events-listing .to-event-url {
        width:26%;
    }
    .main-menu-wrapper {
        display:none;
        background:#f8f7f3;
        height:auto;
        position:absolute;
        left:0;
        top:80px;
        z-index:9999;
        width:100%
    }
    .sticky-wrapper {
        height:auto!important
    }
    .navigation {
        background:none;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
        height:auto;
        position:relative;
        z-index:9999;
    }
    .navigation>ul>li {
        display:block;
        width:100%;
        line-height: normal;
        text-align:left;
    }
    .navigation>ul>li>a {
        padding:20px 25px;
        border-bottom:1px solid #eceae4;
    }
    .navigation>ul>li>ul, .navigation>ul>li>ul li ul {
        position:static;
        height:auto!important;
        border-bottom:1px solid #eceae4;
        top:0;
        left:0;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
        -webkit-border-radius:0;
        -moz-border-radius:0;
        border-radius:0;
        margin-left:0;
    }
    .navigation>ul>li>ul:before, .navigation>ul>li>ul li ul:before {
        display:none;
    }
    .is-sticky .main-menu-wrapper {
        background-color:#f8f7f3;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
    }
    .navigation .megamenu-container ul.sub-menu {
        margin-bottom:20px;
        border-bottom:0;
    }
    .nav-backed-header {
        top:0;
        margin-bottom:0;
    }
    ol.breadcrumb {
        padding-top:20px;
    }
    .page-header {
        top:0;
        margin-bottom:0;
    }
    .post .img-thumbnail, .post .img-thumbnail {
        margin-bottom:20px;
    }
    .post.sermon .post-title .sermon-actions {
        text-align:left;
    }
    .gallery-filter ul {
        float:left;
        margin-top:20px;
    }
    ol.breadcrumb {
        padding:40px 0 40px 0;
    }
}
@media only screen and (max-width: 767px) {
    /* Isotope */
    .isotope {
        overflow: visible !important;
        height: auto !important;
    }
    .isotope-item {
        position: static !important;
        margin-right: auto;
        margin-left: auto;
        width: auto;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    .isotope-hidden {
        display: none !important;
    }
    .grid-item {
        margin-bottom: 6%;
    }
    .counter {
        margin-top:20px;
    }
    .featured-gallery {
        text-align:center;
    }
    .featured-gallery a {
        margin-bottom:20px;
        display:block;
    }
    .footer-widget {
        margin-bottom:30px;
    }
    .copyrights-col-left, .copyrights-col-right {
        text-align:center;
    }
    .copyrights-col-left {
        margin-bottom:20px;
    }
    .copyrights-col-right .social-icons {
        text-align:center;
    }
    .copyrights-col-right .social-icons a {
        margin:0 4px;
    }
    .grid-holder.col-2 .grid-item {
        width:95%;
    }
    .grid-holder.col-3 .grid-item {
        width:95%;
    }
    .grid-holder.col-4 .grid-item {
        width:95%;
    }
    .media-box {
        margin-bottom:20px;
    }
    .grid-item .media-box {
        margin-bottom:0;
    }
    .listing-header-sub .next-prev-nav {
        float:left;
    }
    .listing-header-sub h5 {
        margin-right:0;
    }
    .featured-block {
        margin-bottom:20px;
    }
    .gallery-filter ul li span {
        display:none;
    }
    .page-header h1 {
        font-size:24px;
    }
    .sidebar {
        float:left;
        width:100%;
        margin-top:30px;
    }
    .staff-item {
        margin-bottom:30px;
    }
    #back-to-top {
        display:none!important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {}
.navigation>ul>li ul.subMenus {
    left:-40px!important;
    top:50px;
    -webkit-transition:height 0.3s ease 0.2s;
    -moz-transition:height 0.3s ease 0.2s;
    -ms-transition:height 0.3s ease 0.2s;
    -o-transition:height 0.3s ease 0.2s;
    transition:height 0.3s ease 0.1s;
}
.list_li>li {
    padding-top: 5px;
    text-decoration:none;
}
.price {
    font-size: 15px;
}

/* .price ul{ width:600px; margin-bottom:20px; overflow:hidden;}
.price li{ line-height:1.5em; float:left; display:inline; }


.price .dos_columnas li { width:50%;}
.price.tres_columnas li { width:33.333%; }
.price.cuatro_columnas li { width:25%; }
.price.cinco_columnas li { width:16.666%; } */
.solomovil.megamenu-fullwidth {
    display: none;
}
/*ESTILOS MENU MOVIL*/

@media (max-width: 767px) {
    .content {
        margin-top: 65px;
    }
    .solomovil.megamenu-fullwidth {
        display: block;
    }
    .megamenu-content ul li a {
        font-size: 16px;
    }
    .navbar {
        background: transparent;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }
    .nav > li > a:hover, .nav > li > a:focus {
        color: #FFF;
    }
    .navbar-nav {
        margin: 10px 0;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar .navbar-top {
        background: #FFF;
    }
    .contact-top {
        line-height: 30px;
        margin: 15px 5px 15px 15px;
        font-size: 16px;
        font-style: italic;
        font-weight: normal;
        float: left;
    }
    .contact-top i {
        color: #d9417e;
        font-size: 30px;
    }
    .caret {
        display: none;
    }
    .megamenu-content ul {
        margin: 0;
    }
    .column:nth-child(2) {
        min-height: 400px;
        box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
        background: url(../images/clickhere.png) 90px 0 no-repeat;
    }
    .column:last-child:before {
        content: '';
        position: absolute;
        height: 7px;
        background: #ceccc6;
        top: 100px;
        left: 10px;
    }
    .megamenu-content ul li {
        margin: 0;
        padding: 0;
    }
    .megamenu .megamenu-content {
        padding: 10px 10px 20px;
    }
    .column p {
        font-weight: 300;
        font-size: 2em;
        padding: 0;
        margin: 0;
        text-align: right;
        line-height: 1.5;
    }
    .container>header {
        padding: 2.875em 1.875em 2.875em;
        text-align: center;
        background: rgba(0, 0, 0, 0.01);
    }
    .container>header h1 {
        font-size: 2.625em;
        line-height: 1.3;
        margin: 0;
        color: #89867e;
        font-weight: 300;
    }
    .container>header span {
        display: block;
        font-size: 60%;
        color: #ceccc6;
        padding: 0 0 0.6em 0.1em;
    }
    /* Common styles of menus */
    .dl-menuwrapper {
        width: 100%;
        float: left;
        position: relative;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        -webkit-perspective-origin: 50% 200%;
        perspective-origin: 50% 200%;
    }
    .dl-menuwrapper button {
        background: #d9417e;
        border: none;
        min-width: 42px;
        height: 45px;
        padding: 0 10px;
        line-height: 38px;
        float: right;
        margin:10px 15px;
        border-radius: 3px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        outline: none;
        color: #FFF;
        font-size: 25px;
        text-align: center;
        -webkit-transition: all 0.3s ease 0.2s;
        -moz-transition: all 0.3s ease 0.2s;
        -ms-transition: all 0.3s ease 0.2s;
        -o-transition: all 0.3s ease 0.2s;
        transition: all 0.3s ease 0.1s;
    }
    .dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
        background: #f15d5d;
    }
    .dl-menuwrapper button:after {
    }
    .dl-menuwrapper .globe {
        float: right;
        margin-top: 15px;
        text-align: center;
    }
    .dl-menuwrapper ul {
        padding: 0;
        list-style: none;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        background: #2c3135;
        width: 100%;
    }
    .dl-menuwrapper li {
        position: relative;
    }
    .dl-menuwrapper li a {
        display: block;
        position: relative;
        padding: 8px 20px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
        color: #fff;
        outline: none;
    }
    .no-touch .dl-menuwrapper li a:hover {
        background: rgba(255, 248, 213, 0.1);
    }
    .dl-menuwrapper li.dl-back>a {
        padding-left: 30px;
        /*background: rgba(0, 0, 0, 0.1);*/
        padding: 10px 20px;
    }
    .dl-menuwrapper li.dl-back:after, .dl-menuwrapper li>a:not(:only-child):after {
        position: absolute;
        top: 0;
        line-height: 40px;
        speak: none;
        font-family: 'FontAwesome';
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        color: #FFF;
    }
    .dl-menuwrapper li.dl-back:after {
        left: 10px;
        color: rgba(255, 255, 255, 1);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .dl-menuwrapper li>a:after {
        right: 10px;
        color: rgba(0, 0, 0, 0.15);
    }
    .dl-menuwrapper .dl-menu {
        margin: 0;
        position: absolute;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .dl-menuwrapper .dl-menu.dl-menu-toggle {
        transition: all 0.3s ease;
    }
    .dl-menuwrapper .dl-menu.dl-menuopen {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    /* Hide the inner submenus */
    .dl-menuwrapper li .dl-submenu {
        display: none;
    }
    /*
    When a submenu is openend, we will hide all li siblings.
    For that we give a class to the parent menu called "dl-subview".
    We also hide the submenu link.
    The opened submenu will get the class "dl-subviewopen".
    All this is done for any sub-level being entered.
    */
    .dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen>a, .dl-menu.dl-subview li.dl-subview>a {
        display: none;
    }
    .dl-menu.dl-subview .options-col li, .dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu, .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
        display: block;
    }
    /* Dynamically added submenu outside of the menu context */
    .dl-menuwrapper>.dl-submenu {
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
        margin: 0;
    }
    /* Animation classes for moving out and in */
    .dl-menu.dl-animate-out {
        -webkit-animation: MenuAnimOut 0.2s;
        animation: MenuAnimOut 0.2s;
    }
    @-webkit-keyframes MenuAnimOut {
        0% {}
        50% {
            -webkit-transform: translateZ(-250px) rotateY(30deg);
        }
        75% {
            -webkit-transform: translateZ(-372.5px) rotateY(15deg);
            opacity: .5;
        }
        100% {
            -webkit-transform: translateZ(-500px) rotateY(0deg);
            opacity: 0;
        }
    }
    @keyframes MenuAnimOut {
        0% {}
        50% {
            -webkit-transform: translateZ(-250px) rotateY(30deg);
            transform: translateZ(-250px) rotateY(30deg);
        }
        75% {
            -webkit-transform: translateZ(-372.5px) rotateY(15deg);
            transform: translateZ(-372.5px) rotateY(15deg);
            opacity: .5;
        }
        100% {
            -webkit-transform: translateZ(-500px) rotateY(0deg);
            transform: translateZ(-500px) rotateY(0deg);
            opacity: 0;
        }
    }
    .dl-menu.dl-animate-in {
        -webkit-animation: MenuAnimIn 0.2s;
        animation: MenuAnimIn 0.2s;
    }
    @-webkit-keyframes MenuAnimIn {
        0% {
            -webkit-transform: translateZ(-500px) rotateY(0deg);
            opacity: 0;
        }
        20% {
            -webkit-transform: translateZ(-250px) rotateY(30deg);
            opacity: 0.5;
        }
        100% {
            -webkit-transform: translateZ(0px) rotateY(0deg);
            opacity: 1;
        }
    }
    @keyframes MenuAnimIn {
        0% {
            -webkit-transform: translateZ(-500px) rotateY(0deg);
            transform: translateZ(-500px) rotateY(0deg);
            opacity: 0;
        }
        20% {
            -webkit-transform: translateZ(-250px) rotateY(30deg);
            transform: translateZ(-250px) rotateY(30deg);
            opacity: 0.5;
        }
        100% {
            -webkit-transform: translateZ(0px) rotateY(0deg);
            transform: translateZ(0px) rotateY(0deg);
            opacity: 1;
        }
    }
    .dl-menuwrapper>.dl-submenu.dl-animate-in {
        -webkit-animation: SubMenuAnimIn 0.2s ease;
        animation: SubMenuAnimIn 0.2s ease;
    }
    @-webkit-keyframes SubMenuAnimIn {
        0% {
            -webkit-transform: translateX(50%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0px);
            opacity: 1;
        }
    }
    @keyframes SubMenuAnimIn {
        0% {
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
            opacity: 1;
        }
    }
    .dl-menuwrapper>.dl-submenu.dl-animate-out {
        -webkit-animation: SubMenuAnimOut 0.2s ease;
        animation: SubMenuAnimOut 0.2s ease;
    }
    @-webkit-keyframes SubMenuAnimOut {
        0% {
            -webkit-transform: translateX(0%);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateX(50%);
            opacity: 0;
        }
    }
    @keyframes SubMenuAnimOut {
        0% {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
            opacity: 0;
        }
    }
    /* Colors for demos */
    .menu_level .dl-menuwrapper button {
        background: #d9417e;
    }
    .menu_level .dl-menuwrapper button:hover, .menu_level .dl-menuwrapper button.dl-active, .menu_level .dl-menuwrapper ul {
        background: #d9417e;
    }
    .megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
        background: #2c3135;
    }
    li .first-level {
        color: #FFF;
        padding: 10px 15px;
        text-transform: uppercase;
    }
}

@supports not (mix-blend-mode: multiply) {
	.degradado_buutteri{
		background: #222;
		opacity: 0.5;
	}
}
