/* ------------------------------------------------------------------------------------------------------ /*
 *                                          Home Page
/* ------------------------------------------------------------------------------------------------------ */


/* ---------------------------------------------- /*
 * General
/* ---------------------------------------------- */

section {
    overflow: initial;
}

a:active, a:focus {
    outline: none;
}

.header-img {
    margin: 0 auto;
    position: absolute;
    /* bottom: -128px; */
    left: 0px;
    right: 0;
    height: 286px;
    z-index: 900;
    font-family: Brandon Medium;
}

.center {
    text-align: center !important;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

.scroll-up a {
    background-color: rgb(146, 125, 89);
}

::-moz-selection {
    color: #fff;
    background: #f5999e;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #e2c99d;
    text-shadow: none;
}

input:required {
    box-shadow: none;
}

input:invalid {
    box-shadow: none;
}


/* ---------------------------------------------- /*
 * CLEARFIX--
/* ---------------------------------------------- */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* close commented backslash hack */


/* ---------------------------------------------- /*
 * Navigation bar
/* ---------------------------------------------- */

header {
    max-width: 100%;
}

.sticky-wrapper {
    height: 0px !important;
}

.logo-img {
    width: 90%;
    /*margin: 0 auto;*/
}

.navbar-nav {
    font-family: Brandon Regular !important;
    text-transform: none;
    overflow-x: hidden;
}

    .navbar-nav a {
        letter-spacing: 0 !important;
        font-size: 22px !important;
        color: #9e9e9e !important;
        font-weight: 700;
    }

        .navbar-nav a:hover {
            color: #f4989b !important;
        }

.header {
 
border-style: solid;
 
border-width: 0px 0px;
 
-moz-border-image: url(../images/nav-border6.svg) 0 0 15 repeat;
 
-webkit-border-image: url(../images/nav-border6.svg) 0 0 15 repeat;
 
-o-border-image: url(../images/nav-border6.svg) 0 0 15 repeat;
 
border-image: url(../images/nav-border6.svg) 0 0 15 repeat;
 
-moz-background-clip: padding;
 
-webkit-background-clip: padding;
 
background-clip: padding-box;
}

.navbar-custom {
    border-bottom: 4px solid #a38e63;
}

.coll-full {
    height: 100vh;
    /*width: 100%;*/
    overflow: hidden;
    z-index: 1000;
}

.no-scroll {
    margin: 0;
    width: 100%;
    height: 100%;
}


/* ---------------------------------------------- /*
 * Cart
/* ---------------------------------------------- */

.cd-cart span {
 /* number of items added to the cart */
    position: absolute;
    top: 2px;
    right: 5px;
   
    line-height: 18px;
    background-color: #46b29d;
    color: #ffffff;
    padding: 0px 6px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    /* scale it down if no products have been added to the cart */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s 0s;
    -moz-transition: -moz-transform 0.2s 0s;
    transition: transform 0.2s 0s;
}

.cd-cart.items-added span {
    /* counter visible when a product is added to the cart */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}



/* ---------------------------------------------- /*
 * Slider
/* ---------------------------------------------- */

.slider {
    width: 100%;
    background-color: #fff;
    /* background: url('../images/back-1.jpg') no-repeat; */
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

    .slider .slider-swiper-container {
        width: 100%;
    }

        .slider .slider-swiper-container .swiper-slide img {
            width: 70%;
            margin: 0 auto;
        }

        .slider .slider-swiper-container .swiper-slide h1 {
            font-family: Brandon Black Italic;
            color: #4f1e00;
            font-size: 40px;
            font-weight: normal;
            text-transform: uppercase;
            margin-top: 20px;
        }

        .slider .slider-swiper-container .swiper-slide p {
            font-family: Brandon Medium;
            color: #58443b;
            font-size: 24px;
            font-weight: normal;
            line-height: 28px;
            margin-top: 10px;
            width: 90%;
        }

        .slider .slider-swiper-container .swiper-slide span {
            margin-top: 20px;
            font-family: Brandon Black Italic;
            font-size: 18px;
            background-color: #79b2ad;
            color: #fff;
            padding: 12px 42px;
            border-radius: 150px;
            display: inline-block;
            text-transform: uppercase;
        }

            .slider .slider-swiper-container .swiper-slide span:hover {
                background-color: #f57485;
            }

    .slider .swiper-button-prev,
    .slider .swiper-button-next {
        opacity: 0.5 !important;
        width: 40px !important;
        height: 115px !important;
        background-size: 26px;
    }

    .slider .swiper-button-prev {
        background: url(../images/arrow-prv.svg) no-repeat ;
        margin-left: 25px;
        background-size: 26px;
    }

    .slider .swiper-button-next {
        background: url(../images/arrow.svg) no-repeat ;
        margin-right: 25px;
         background-size: 26px;
    }


/* ---------------------------------------------- /*
 * Cupcake Wars
/* ---------------------------------------------- */

.cc-wars {
  width: 100%;
  height: 800px;
  background: url('../images/warsbg.png') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  /*background-color: #d0ebe9;*/
  overflow: visible;
}

.cc-wars-intro p {
    color: #4f1e00;
    font-family: Brandon Regular;
    font-size: 30px;
    width: 88%;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1.4;
    margin-top:20px;
    margin-bottom:20px;
}

.how-to {
    margin-top: 35px;
}

.cc-wars-cake p {
    color: #4f1e00;
    font-family: Brandon Regular;
    display: inline-block;
    /* width: 78%; */
    font-weight: 700;
    float: right;
    font-size: 27px;
    line-height: 38px;
}

.cc-wars-cake img {
    width: 16%;
}

.how-to br {
    display: block;
    margin: 10px 0;
}

.cc-wars-big-img {
    width: 60%;
}

.cc-big {
    margin-top: -20px;
}

.cc-win h1 {
    color: #ec135b;
    font-family: Brandon Regular;
    width: 50%;
    margin: auto;
    font-weight: 700;
    text-transform: uppercase;
}

.cc-win {
    margin-top: 100px;
    margin-bottom: 50px;
}

.cc-break {
    width: 100%;
    max-width: 401px;
    margin: auto;
    display: block;
    margin-top: 30px;
}

.like-box span {
    color: #673d1b;
    font-family: Brandon Regular;
    font-weight: 700;
    font-size: 48px;
    line-height: 73px;
}

.like-box p {
    text-transform: uppercase;
    color: #7e7e7e;
    font-family: Brandon Regular;
    font-weight: 700;
    font-size: 30px;
    line-height: 4px;
}

.like-box {
    margin-top: 30px;
}

.like-img img {
    width: 65px;
    margin-left: 20px;
}

.like-img {
    width: 50%;
    height: 100px;
    text-align: left;
    display: table;
    margin: 0 auto;
}

    .like-img a {
        display: table-cell;
        vertical-align: middle;
    }

.like-no {
    width: 50%;
    height: 100px;
    text-align: right;
    display: table;
    margin: 0 auto;
}

.cc-rate {
    margin-bottom: 30px;
}

    .cc-rate > img {
        max-height: 240px;
    }


/* ---------------------------------------------- /*
 * Timeline
/* ---------------------------------------------- */

.fom {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding-top: 100px;
}

    .fom .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .fom .fom-image {
       
        margin: 0 auto;
        max-width: 120%;
    }

    .fom .swiper-container {
        width: 100%;
        height: 400px;
        padding-bottom: 50px;
    }

        .fom .swiper-container .swiper-slide {
            width: 30%;
            border-bottom: 6px solid #addfdc;
        }

            .fom .swiper-container .swiper-slide .time-nav {
   width: 36px;
   height: 36px;
   padding: 2px;
   border-radius: 200px;
   background-color: #f57485 ;
   margin: 0 auto;
   position: absolute;
   left: 0;
   right: 0;
   bottom: -24px;
}

                .fom .swiper-container .swiper-slide .time-nav > div {
                    width: 100%;
                    height: 100%;
                    background-color: #fff;
                    border: 2px solid #fff;
                    border-radius: 200px;
                }

        .fom .swiper-container .swiper-slide-active .time-nav > div {
            background-color: #f57485;
        }
        .fom .swiper-container .swiper-slide-duplicate .swiper-slide-next .time-nav > div {
            background-color: #fff;
        }

        .fom .swiper-container .swiper-slide p {
            font-family: Brandon Medium;
            font-size: 20px;
            color: #4d210d;
            margin: 0 auto;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -60px;
            text-transform: uppercase;
        }

        .fom .swiper-container .swiper-slide .timeline-content img {
            width: 50%;
            transition: 1s all;
            margin: 0 auto;
            margin-top: 22%;
            /*min-width: 112px;*/
        }

        .fom .swiper-container .swiper-slide-active .timeline-content img {
            width: 70%;
            margin-top: 0;
        }

        .fom .swiper-container .swiper-slide .timeline-content h3 {
            font-family: Brandon Medium;
            font-size: 14px;
            background-color: #addfdc;
            border-radius: 200px;
            padding: 7px 35px;

            display: inline-block;
            margin: 25px auto;
                margin: 2px auto;
            color: #4d210d;
            text-transform: uppercase;
            position: relative;
            max-width: 90%;
        }

@media screen and (min-width:1367px){
.fom .swiper-container .swiper-slide {
 width: 31.76%;
   border-style: solid;
    border-width: 0px 0px 25px;
    -moz-border-image: url(../images/swipeborder2.svg) 77 0 31 repeat;
    -webkit-border-image: url(../images/swipeborder2.svg) 77 0 31 repeat;
    -o-border-image: url(../images/swipeborder2.svg) 77 0 31 repeat;
    border-image: url(../images/swipeborder2.svg) 77 0 31 repeat;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
       
}
.fom .swiper-container .swiper-slide .time-nav {
    width: 36px;
    height: 36px;
    padding: 2px;
    border-radius: 200px;
    background-color: #f57485;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -29px;
}
 .fom .swiper-container .swiper-slide-active .timeline-content img {
            /*width: 66% !important;*/
            width: 270px !important;
        }
 }

@media screen and (max-width:1366px){
.fom .swiper-container .swiper-slide {
  
    width: 32.0033%;
    border-style: solid;
    border-width: 0px 0px 18px;
    -moz-border-image: url(../images/swipeborder2.svg) 77 0 50 repeat;
    -webkit-border-image: url(../images/swipeborder2.svg) 77 0 50 repeat;
    -o-border-image: url(../images/swipeborder2.svg) 77 0 50 repeat;
    border-image: url(../images/swipeborder2.svg) 77 0 50 repeat;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
       
}

.fom .swiper-container .swiper-slide-active .timeline-content img {
    width: 82% !important;
    margin-top: 0;


}

    .fom .swiper-container .swiper-slide .timeline-content img {
        width: 63%;
    }
 }

/* ---------------------------------------------- /*
 * flavor of month
/* ---------------------------------------------- */

      .flavor-m{
              width: 100%;
    background-color: #fff;
    background: url('../images/home-bg-1.png') no-repeat;
    background-size: cover;
    background-position: auto 100%;
    overflow: visible;
    position: relative;
      }

      .container.flavor .caption h3{
     color: #f26e81;
    font-family: Brandon Medium;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    margin-top: 2px;
    height:40px


      }

      .container.flavor .thumbnail {
  
            background-color: transparent;
    border-color: transparent;
  

}

.container.flavor .flavor-k {
     margin-top:150px;
    margin-bottom:222px;
}
    
/* ---------------------------------------------- /*
 * Charity
/* ---------------------------------------------- */

.n-char {
    width: 100%;
    background-color: #fff;
    background: url('../images/home-bg-1.png') no-repeat;
    background-size: cover;
    background-position: auto 100%;
    overflow: visible;
    position: relative;
}

    .n-char h1 {
        color: #4f1e00;
        font-family: Brandon Regular;
        font-weight: 700;
        font-size: 48px;
        max-width: 80%;
        margin: 0 auto;
    }

.char-item img {
    max-width: 100%;
}

.char-item h1 {
    color: #f26e81;
    font-family: Brandon Medium;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    margin-top: 30px;
}

.char-item h3 {
    color: #4d210d;
    font-family: Brandon Medium;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}

.n-char-intro {
    margin-bottom: 45px;
}

.n-char-gallery {
    margin-bottom: 160px;
}


/* ---------------------------------------------- /*
 * Social Plugin
/* ---------------------------------------------- */

.social-plugin {
    width: 100%;
    background: #95d3ec url(../images/back-section-3.png) left top no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

.social-intro h1 {
    width: 70%;
    font-family: Brandon Regular;
    font-size: 28px;
    font-weight: 700;
    color: #4d210d;
    margin: auto;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}

.social-intro h3 {
    width: 50%;
    font-family: Brandon Regular;
    font-size: 28px;
    font-weight: 700;
    color: #4d210d;
    margin: auto;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 40px;
}

.social-intro .sub {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.15);
    width: 55%;
    height: 60px;
    border-width: 8px 9px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    /* border-radius: 100px; */
}

    .social-intro .sub .text-in {
        width: 100%;
        font-family: Brandon Regular;
        font-size: 27px;
        background-color: transparent;
        color: #fff;
        border: none;
        height: 45px;
        line-height: 41px !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-left: 16px solid transparent;
    }

        .social-intro .sub .text-in:focus {
            outline: 0;
            line-height: 32px;
        }

    .social-intro .sub .sub-btn {
        width: 100%;
        font-family: Brandon Regular;
        font-size: 24px;
        background-color: #f26e81;
        color: #fff;
        border: none;
        /* border-radius: 100px; */
        text-transform: uppercase;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-top: 0px solid transparent;
    }

        .social-intro .sub .sub-btn:hover {
            background-color: #da6374;
        }

        .social-intro .sub .sub-btn:focus {
            outline: 0;
        }

.s-plugin {
    width: 100%;
    background-color: #fff;
}

.social-plugin .fb-social {
    width: 100%;
    height: 130px;
    background: url(../images/fb-social.png) no-repeat;
    display: block;
    background-position: center top;
}

.social-plugin .active .fb-social {
    background: url(../images/fb-social-active.png) no-repeat;
    background-position: center top;
}

.social-plugin .twitter-social {
    width: 100%;
    height: 130px;
    background: url(../images/twitter-social.png) no-repeat;
    display: block;
    background-position: center top;
}

.social-plugin .active .twitter-social {
    background: url(../images/twitter-social-active.png) no-repeat;
    background-position: center top;
}

.social-plugin .insta-social {
    width: 100%;
    height: 130px;
    background: url(../images/insta-social.png) no-repeat;
    display: block;
    background-position: center top;
}

.social-plugin .active .insta-social {
    background: url(../images/insta-social-active.png) no-repeat;
    background-position: center top;
}

.social-plugin .pin-social {
    width: 100%;
    height: 130px;
    background: url(../images/pin-social.png) no-repeat;
    display: block;
    background-position: center top;
}

.social-plugin .active .pin-social {
    background: url(../images/pin-social-active.png) no-repeat;
    background-position: center top;
}

.social-plugin .yt-social {
    width: 100%;
    height: 130px;
    background: url(../images/yt-social.png) no-repeat;
    display: block;
    background-position: center top;
}

.social-plugin .active .yt-social {
    background: url(../images/yt-social-active.png) no-repeat;
    background-position: center top;
}

.tab-pane {
    text-align: center;
}

.social-plugin .nav-tabs li {
    width: 20%;
    text-align: center;
    height: 100%;
}

.social-plugin .nav-tabs {
    height: 150px;
    border-bottom: 0;
}

    .social-plugin .nav-tabs li > a {
        border: 0;
        border-radius: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        .social-plugin .nav-tabs li:focus,
        .social-plugin .nav-tabs li > a:focus {
            outline: 0;
            border: 0;
            background: transparent;
        }

        .social-plugin .nav-tabs li > a:hover {
            border: 0;
            background-color: transparent;
        }

.s-plugin .nav-tabs > li.active > a, .s-plugin .nav-tabs > li.active > a:hover, .s-plugin .nav-tabs > li.active > a:focus {
    background-color: transparent;
}

.widget-contain {
    /*width: 90%;*/
    margin: 0 auto;
    padding-bottom: 250px;
    /*max-width: 500px;*/
}

#instafeed img {
    margin: 4px;
    border: 4px solid #e0e0e0;
    border-radius: 10px;
}

#youmax {
   /*max-width: 500px !important;*/ 
    width: 100%;
}

#youmax-tabs {
    display: none !important;
}

#youmax-header {
    font: 14px Arial !important;
}


/* ---------------------------------------------- /*
 * Contact
/* ---------------------------------------------- */

.contact {
    width: 100%;
    background: #79caea url(../images/map-new.png);
    background-size: auto 100%;
    position: relative;
    overflow: visible;
}

    .contact h3 {
        text-align: left;
        font-family: Brandon Regular;
        font-weight: 700;
        font-size: 18px;
        opacity: 0.6;
        color: #fff;
        margin-bottom: 10px;
    }

    .contact h4 {
        text-align: left;
        font-family: Brandon Regular;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
    }

.contact-phone {
    margin-top: 40px;
}

    .contact-phone a {
        color: #fff;
        text-decoration: none;
    }

.contact-form .msg-text {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    /* border-radius: 30px; */
    outline: 0;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 20px;
    border-right: 25px;
    border-left: 25px;
    border-bottom: 20px;
    text-transform: none;
    border-style: solid;
    border-color: transparent;
    font-family: Brandon Regular;
    overflow: hidden;
    resize: none;
}

.short-text {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    outline: 0;
    border: 0;
    font-size: 16px;
    color: #fff;
    /* border-radius: 100px; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 12px;
    border-bottom: 11px;
    border-left: 25px;
    border-right: 25px;
    text-transform: none;
    border-style: solid;
    border-color: transparent;
    font-family: barlow;
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

.msg-sub-btn {
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #87c9c2;
    background-color: #fff;
    font-family: barlow;
    /* border-radius: 100px; */
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    height: 50px;
    background-image: url(../images/msg-icon.svg);
    background-repeat: no-repeat;
    background-position: -4px 6px;
    background-size: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* border-left: 25px; */
    border-style: solid;
    border-color: transparent;
}

.contact-form {
    margin-bottom: 20px;
}


/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

.social-links a {
    color: #fff;
    border: none;
    width: auto;
}

    .social-links a:hover {
        border: none;
    }

.social-icons h3 {
    color: #fff;
    font-family: Brandon Regular;
    font-size: 22px;
    margin-bottom: 11px;
    margin-top: 8px;
}

.social-links li {
    margin-right: 0;
    margin-left: 4.3%;
}

    .social-links li:first-child {
        margin-left: 0;
    }

    .social-links li:last-child {
        margin-right: 0;
    }

.left-footer img {
    margin-top: 15px;
    max-width: 200px;
}

.left-footer p {
    display: inline-block;
    font-family: Brandon Thin;
    font-size: 12px;
    vertical-align: bottom;
    margin-bottom: 0;
}

.left-footer .copyrght {
    vertical-align: bottom;
}

.site-nav {
    padding: 0;
    margin-top: 20px;
}

    .site-nav li {
        list-style: none;
        display: inline-block;
    }

    .site-nav a {
        color: #fff;
        text-decoration: none;
        font-family: Brandon Thin;
        font-size: 16px;
        font-weight: 700;
        padding: 0px 8px;
           border-right: 1px solid rgba(255, 255, 255, 0.16);
    }

        .site-nav a:hover {
            color: #e6e6e6;
            text-decoration: none;
        }

    .site-nav li:last-child a {
        border-right: none;
    }

.b-c-footer {
    background-color: #0E0E0E;
    text-align: center;
    margin-top: 40px;
}

.b-c-text {
    color: white;
    margin: 10px;
    vertical-align: middle;
    font-size: 12px;
}

/* ------------------------------------------------------------------------------------------------------ /*
 *                                          Others
/* ------------------------------------------------------------------------------------------------------ */


/* ---------------------------------------------- /*
 * Navigation bar
/* ---------------------------------------------- */

.active-nav {
    border-top: 6px solid #673d1b;
}

    .active-nav a {
        padding-top: 29px !important;
        color: #f5999e !important;
    }
.loadMore.load {
        font-family: Brandon Regular;
    font-size: 14px;
    color: #fff;
    background-color: #f26e81;
    border-radius: 200px;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
        width: 200px;
    margin-bottom: 4%;
   display:inline-block;



}

.loaderBtn {
       width: 100%;
    margin: auto 0;
    
}


/*****/
#facebook > div > div > span > iframe{
        width: 1000px!important;
}
#facebook > div > div > span {
    /*width: 1000px !important;*/
        transform: scale(1.9);
    margin-top: 278px;
}


 section#social-plugin iframe {
    width: 1000px !important;
}
p.timeline-Tweet-text{
    font-size:20px !important
}


.youmax-video-tnail {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 156px !important;
    position: relative;
}

.youmax-video-tnail-box {

    height: 226px !important;
}

iframe#twitter-widget-0{
    width:84% !important
}

span.glyphicon.glyphicon-remove.colsebtn-s-menu {
   color: #ffffff;
   font-size: 27px;
   position: relative;
   top: 5px;
   left: 12px;
   cursor:pointer;
   display: inline;
}

/*new social*/
.dcsns-toolbar .filter li img {
    margin: 0;
    height: 24px;
    display: none;
}

.dcsns-toolbar .filter .link-all {
  
  
}
.dcsns-content {
  
    background-color: #fff;
    padding: 19px;
}

#dcsns-filter > li:nth-child(1) > a{
           background: url(../images/all-social.png) no-repeat;
    background-position: center top;
        width: 15%;
    height: 129px;
}
#dcsns-filter > li:nth-child(1) > a:focus{
           background: url(../images/all-social-active.png) no-repeat;
    background-position: center top;
        width: 15%;
    height: 129px;
}
#dcsns-filter > li.active.f-facebook > a{
           background: url(../images/fb-social.png) no-repeat;
    background-position: center top;
        width: 15%;
    height: 129px;
}
#dcsns-filter > li.active.f-facebook > a:focus{
        background:url(../images/fb-social-active.png) no-repeat;
    background-position: center top;
        width: 15%;
    height: 129px;
}

#dcsns-filter > li.active.f-twitter > a{
    
       background: url(../images/twitter-social.png) no-repeat;
    width: 15%;
    height: 129px;
    background-position: center top;
    display: block;

}
#dcsns-filter > li.active.f-twitter > a:focus{
    background: url(../images/twitter-social-active.png) no-repeat;
       width:15%;
    height: 129px;
    background-position: center top;
    display: block;

}
#dcsns-filter > li.active.f-instagram > a{

       /*background: url(../images/insta-social.png) no-repeat;*/
     background: url(../images/insta-social2.png) no-repeat;
  
     width:15%;
    height: 129px;
   
    display: block;
    background-position: center top;
}
#dcsns-filter > li.active.f-instagram > a:focus{
      
        background: url(../images/insta-social-active2.png) no-repeat;
     width:15%;
    height: 129px;
       display: block;
    background-position: center top;
}
#wall {
    padding-top: 0 !important;
    background-color: #fff;
        padding-bottom: 159px;
}

#dcsns-filter > li.active.f-pinterest > a{
    width: 14%;
    height: 129px;
    background: url(../images/pin-social.png) no-repeat;
    display: block;
    background-position: center top;
}
#dcsns-filter > li.active.f-pinterest > a:focus{
           background: url(../images/pin-social-active.png) no-repeat;
        width: 14%;
    height: 129px;
     display: block;
    background-position: center top;
}
#dcsns-filter > li.active.f-youtube > a{
         width: 14%;
    height: 129px;
    background: url(../images/yt-social.png) no-repeat;
    display: block;
    background-position: center top;
}
#dcsns-filter > li.active.f-youtube > a:focus{
     width: 14%;
    height: 129px;
     background: url(../images/yt-social-active.png) no-repeat;
    background-position: center top;
     display: block;
}
.dcsns-content {
    background-color: #fff;
    padding: 21px;
   
}
.dcsns-toolbar .filter .link-all {
  
    text-shadow: none !important;
}
#wall .dcsns-toolbar {
    margin-bottom: 25px;
    margin-left: 5.5% !important;
}

ul#dcsns-filter{
    margin-left:0 !important
}
a.selected.link-all.iso-active {
    color: transparent;
}
#social-stream > div > ul > li > div > span.section-user > a{
   color: #F15652 !important;
   font-family: Brandon Regular !important;
   font-size: 14px !important;
   font-weight: bold !important;
}
.stream li .section-user {
    padding: 7px 0 0 0 !important;
}


#n-char > div.container > div > div > div.row > div > img{
        bottom: -293px !important; 
}

body > section.fom.clearfix > div > div > div.col-lg-8.col-md-8.col-sm-8.-col-xs-12{
    padding-left:8px !important;
    margin-top: 5%;
}
.dcsns-toolbar .filter .link-all {
    color: transparent !important;
   
}

#Gender22{
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    background-image: url('../Images/arrow-down-grey.svg');
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: 95% center;
    
}
/** 5-8 customize   **/
input[type=number] {-moz-appearance: textfield;}
.menu-name{
    line-height:1 !important;
    min-height:52px !important;
}



@media screen and (max-width:350px){
    #press .card-container{
        width:100% !important;
    }
}

@-moz-document url-prefix() {
    .cc-wars-cake {
        margin-bottom: 45px;
    }
    @media screen and (min-width:1367px) {
        .fom .swiper-container .swiper-slide {
            width: 31.74%;
            border-style: solid;
            border-width: 0px 0px 26px;
            -moz-border-image: url(../images/swipeborder2.svg) 77 0 31 repeat;
            -webkit-border-image: url(../images/swipeborder2.svg) 77 0 31 repeat;
            -o-border-image: url(../images/swipeborder2.svg) 77 0 31 repeat;
            border-image: url(../images/swipeborder2.svg) 77 0 31 repeat;
            -moz-background-clip: padding;
            -webkit-background-clip: padding;
            background-clip: padding-box;
        }
        .fom .swiper-container .swiper-slide-active .timeline-content img {
            width: 66% !important;
        }
        .fom .swiper-container .swiper-slide .timeline-content h3 {
          
            padding: 6px 35px;
        }
    }

    @media screen and (max-width:1366px) {
        .fom .swiper-container .swiper-slide {
            width: 32.37%;
            border-style: solid;
            border-width: 0px 0px 19px;
            -moz-border-image: url(../images/swipeborder2.svg) 77 0 50 repeat;
            -webkit-border-image: url(../images/swipeborder2.svg) 77 0 50 repeat;
            -o-border-image: url(../images/swipeborder2.svg) 77 0 50 repeat;
            border-image: url(../images/swipeborder2.svg) 77 0 50 repeat;
            -moz-background-clip: padding;
            -webkit-background-clip: padding;
            background-clip: padding-box;
        }
    

    /*.fom .swiper-container .swiper-slide-active .timeline-content img {

    width: 270px !important;
}

.fom .swiper-container .swiper-slide-active .timeline-content img {
    width: 70%;
    margin-top: 0;
}
.fom .swiper-container .swiper-slide .timeline-content img {
    width: 50%;
    transition: 1s all;
    margin: 0 auto;
    margin-top: 22%;

}*/
}
}


/** Cstm Css To hide Istgram until working **/
#dcsns-filter > li.active.f-instagram{
    display:none;
}
.dcsns-toolbar .filter li a{
    width:18% !important;
}


@media (max-width: 767px) {
    section#changePass input {
        width: 80%;
    }
}


.navbar-custom .navbar-nav > li > a{
    text-transform:uppercase
}
@media (max-width: 1700px){
     .navbar-nav a {
     
        font-size: 18px !important;
    }
}
@media (max-width: 1600px) {
    .navbar-nav a {
     
        font-size: 16px !important;
    }
}




@media (max-width: 768px) {
    .megamenu{
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .megamenu> li {
        margin-bottom: 30px;
    }
    .megamenu> li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;

    }
    .navbar-nav .open .dropdown-menu .dropdown-header{
        color:#fff;
    }
}

@media (min-width:991px) and (max-width:1199px){
    .franchise .box .panel {
    min-height: 458px !important;

}
}

#form0 > div.send-btn.col-xs-12.text-center > div > div > div > div{
    width:auto !important;
}

.flavor-m .row-centered {
    text-align:center;
}
.flavor-m .col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.flavor-m .item {
    width:100%;
    height:100%;
    padding:16px 8px;
    
}

.flavor-m .item {
    display:table;
}
.flavor-m .content {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.menu-item .menu-item-img {
    background: url('../images/loading_wheel.gif');
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: center center;
}
.header .caret {
  
    border-top: 4px solid;
}

.main-categories .overlay-content h2 label{
    cursor:pointer
}

.header .nav > li > a{
    display: -webkit-inline-box;
 
}
@media screen and (min-width:1025px){
   .header .nav > li > a{
  padding: 10px 0 !important;
       
              padding-top: 27px !important;
    padding-bottom: 15px !important;
 
}
}
   
#SubscribtionAlert > div {
    width: 55%;
    margin: auto;
    margin-bottom: 30px;
}

@media screen and (max-width:690px){
#SubscribtionAlert > div {
    width: 98%;
  
}
}



@media screen and (min-width:1025px) and (max-width:1500px)  {
  .share-pad{
    padding-left:30px;
}
}

.alert.alert-danger.alert-dismissible.like-alert{
        position: fixed;
    top: 16%;
    right: 2%;
    z-index: 9999;
}


@media screen and (min-width:1025px) and (max-width:1200px){
    .menu-item .menu-item-img .menu-item-btn {
   
        font-size: 13px !important;
   
        width: 79% !important;
    }
}

/* style zully new */

.nav > li > button > a {
    color: #ffffff !important;
    cursor: pointer;
}

.nav > li > button > a:hover {
    color: #463920 !important;
}
.nav > li > button:hover {
    border: 1px solid #463920;
    cursor: pointer;
}

.nav li a img:hover{
    opacity: 0.5 !important;
}

.nav .btn {
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: none !important;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
}

nav .logo-img{
    width: 100px;
}

h1.cursiva{
    font-family: 'Blacksword', cursive;
    font-size: 50px;
}

#home .btn-spot{
    position: absolute;
    bottom: 80px;
    display: block;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
    width: 16%;
    margin-left: 42%;
    border: 2px solid #a38e63;
    color: #a38e63;
    font-weight: 700;
    font-size: 20px;
}

#home .modal-content{
    background: #ededed;
}

#home .modal-content h4{
    color: #a38e63;
}

#espacio {
    background-image:url('../images/back-00.jpg');
    background-size: 100%;
    padding-top: 4%;
    padding-bottom: 2%;
}

#tracks{
    background:url('../images/back-section-02.jpg');
    background-size: 130%;
}

#tracks {
    color: #000 !important;
    padding-top: 10%;
    padding-bottom: 10%;
}

#tracks h1{
    color: #5e3e21;
}

#tracks h3{
    color: #5e3e21;
    font-weight: 700;
    font-size: 16px;
}

#tracks .list button
{
    font-weight: 700;
    text-transform:  uppercase;
    color: #5e3e21;
    background:  none;
    border: none;
    padding: 0;
}

#tracks .list button:active{
    color:none;
    background-color: none
}

#tracks .list a:hover
{
    color: #a38e63;
}

#tracks .list a.btn-default{
    color: #fff;
    background-color: #a9956e !important;
    padding: 5px !important;
    border: 1px solid #a9956e !important;
    margin-top: -40px !important;
    margin-left: 10px !important;   
}

#discs a img:hover{
    opacity: 0.8
}

#discs {
    background-image: url(../images/back-02.jpg);
    background-size: 100%;
    padding-top: 8%;
    padding-bottom: 4%;
}

#discs .encabezado{
    padding-bottom: 28%;
}

#videos{
    background-image:url('../images/back-videos.jpg');
    background-size: 100%;
    padding-top: 13%;
    padding-bottom: 13%;
}

#contacts h1{
    color: #5e3e21
}

#contacts h2 a{
    color: #a38e63
}

#contacts a img {
    width: 18%;
}

#contacts a img:hover{
    opacity: 0.5 !important;
}

#contacts .btn {
    color: #5f3f22 !important;
    font-weight: 700;
}

#contacts .btn:hover {
    color: #a38e63 !important;
}

#contacts .form-control {
    border: 1px solid #a7936b;
}

footer {
    margin-top:16%;
    text-align: center;
}

footer a {
    color:#5e3e21;
}

footer a:hover {
    color:#a48f66;
}

@media screen and (max-width:768px){



    .navbar-custom .navbar-toggle .icon-bar {
        background: #fff !important;
    }

    .logo-img {
       width: 100px !important;
    }

    .header {
        border-width: 0 !important;
    }

    #home .btn-spot {
        width: 40%;
        margin-left: 30%;
    }

    #home .modal-body iframe{
        width: 100% !important;
    }

    #home .intro {
        top: 17%;
    }

    #espacio {
        background: url(../images/back-00.jpg) center 5%;
        padding-top: 25%;
        padding-bottom: 2%;
    }

    #espacio .espacio{
        padding: 30px;
    }

    #tracks {
        background: url(../images/back-section-02.jpg) left !important;
        padding-top: 20% !important;
        padding-bottom: 20% !important;
    }

    #tracks #tracks a.comprar{
        margin-top: 0px !important;
    }

    #discs {
        background-size: 650% !important;
        padding-top: 20% !important;
        padding-bottom: 20% !important;
    }

    #discs .swiper-button-next, 
    #discs .swiper-button-prev {
        width: 24px !important;
        height: 48px !important;
    }

    #discs .discs {
        text-align: center;
    }

    #videos{
       background: url(../images/back-videos.jpg) center 30%; 
        padding-top: 20% !important;
        padding-bottom: 20% !important;
    }

    #videos iframe{
        width: 400px !important;
    }

}

@media screen and (min-width:768px){
    .navbar-header {
        margin-top: 5px;
    }
}

@media screen and (min-width:990px) and (max-width:1200px){
    
    .header {
        border-width: 0 !important;
    }
    #tracks{
        background:url('../images/back-section-02.jpg'); 
        background-size: 130%;
    }
    #espacio {
        background-image: url(../images/back-00.jpg);
        background-size: 110%;
    }
    #videos {
        background-image: url(../images/back-videos.jpg);
        background-size: 130%;
    }

    footer {
            margin-top: 25%;
    }

}

@media screen and (min-width:1900px) and (max-width:2600px){

    .container {
        width: 1900px;
    }

    h1.cursiva {font-size: 80px}

    #home .btn-spot{
        width: 10%;
        margin-left: 45%;
    }

    #espacio p{
        font-size: 24px;
    }

    #espacio {
        font-size: 24px; 
    }

    #espacio .espacio{
        margin-top: 6%;
        margin-bottom: 6%;
    }

    #tracks {
        padding-top: 10%;
        padding-bottom: 20%;
    }

    #tracks p{
        font-size: 32px;
    }



    #photos img{
        width: 100% 
    }

    footer {
            margin-top: 27%;
    }

}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 60px 60px !important;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev {
    background-image: url(../images/arrow.png) !important;
    /* background-size: 100%; */
    left: 30px;
    right: auto;
}

.swiper-button-next, .gallery-container-rtl .swiper-button-prev {
    background-image: url(../images/arrow-prv.png);
    right: 30px;
    left: auto;
}

audio {
    margin-left: 30px !important
}