/*
Theme Name: Peace
Theme URI: http://codexcoder.com/
Author: CodexCoder
Author URI: http://codexcoder.com
Description: Peace is a modern and fully responsive WordPress theme of religious and non-profit website, featured with all essential options. Peace is a modern, elegant, nice-looking, and user friendly, fully responsive WordPress theme for Church, Temple, Mosque and other religious activities. Peace can also be perfectly used for all kinds of nonprofit organizations,
Version: 1.0.1
*/



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# page tempalate fix
# contact form 7 
# Boxer
# woocommerce
#To make Responsive 
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 0.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 0.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
    font-weight: 800 !important;
}

big {
    font-size: 125%;
}

body.admin-bar .fixed-on-top.fix-menu {
    top: 32px !important;
}

.full-width:before, .full-width:after {
    content: " ";
    display: table;
}

.full-width:after {
    clear: both;
}

section.recent-event {
    padding-bottom: 100px;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
    quotes: "" "";
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
    }

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.tagcloud a {
    font-size: 14px !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.peace-box-layout {
    max-width: 1170px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(17, 17, 17, 0.11);
}

    .peace-box-layout #top-section #peace-menu {
        max-width: 1170px;
        margin: auto;
    }

    .peace-box-layout #top-section .social-search #site-search .fa-close {
        right: 60px;
    }

#ourservices {
    background: #FBFBFB;
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}*/

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    outline: none !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, select, input[type="file"], .form-control {
    color: #000000;
    border: 0px solid #ccc;
    border-radius: 0px;
    background-color: #ececec;
}

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    textarea:focus {
        color: #111;
    }

    .form-control:focus {
        border-color: #f1c152;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(241, 193, 82);
    }

textarea {
    padding-left: 3px;
    max-width: 100%;
    width: 100%;
}

input[type="password"] {
    padding: 3px;
    display: block;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 3px 10px;
    border-radius: 4px;
}





/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #333;
}


    /*a:visited {
    color:white;
}*/

    a:hover,
    a:focus,
    a:active {
        color: #3E3E3E;
    }

    a:focus {
        outline: none;
    }

    a:hover,
    a:active {
        outline: 0;
    }




/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

    .main-navigation ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

        .main-navigation ul ul {
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            float: left;
            position: absolute;
            top: 1.5em;
            left: -999em;
            z-index: 99999;
        }

            .main-navigation ul ul ul {
                left: -999em;
                top: 0;
            }

            .main-navigation ul ul li:hover > ul,
            .main-navigation ul ul li.focus > ul {
                left: 100%;
            }

            .main-navigation ul ul a {
                width: 200px;
            }

        .main-navigation ul li:hover > ul,
        .main-navigation ul li.focus > ul {
            left: auto;
        }

    .main-navigation li {
        float: left;
        position: relative;
    }

    .main-navigation a {
        display: block;
        text-decoration: none;
    }

#peace-menu .nav > li.active > a {
    color: #f1c152 !important;
}


/* Small menu. 
---------------------------------------*/
ul.dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    color: #686664;
}

#top-section .nav > li > ul.dropdown-menu {
    border-top: 4px solid #F1C152;
}

#top-section .nav > li > ul.dropdown-menu {
    padding: 0px;
    background: #FFFFFF;
}

    #top-section .nav > li > ul.dropdown-menu:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 10px 10px;
        border-color: #F1C152 transparent;
        display: block;
        width: 0;
        z-index: 1;
        top: -10px;
        left: 28px;
    }

.dropdown-menu > li {
    padding: 0px 0px;
    border-bottom: 1px solid #e9e5e5;
}

    .dropdown-menu > li:last-child {
        border-bottom: none;
    }

.dropdown-menu li a {
    color: #fff;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #180e0e;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-header,
.dropdown-menu > li > a {
    white-space: nowrap;
    padding: 0px 15px;
    line-height: 1.42857143;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
/*
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    box-shadow: 1px 1px 5px #848383;
}

ul.nav li.dropdown:hover > ul.dropdown-menu >ul {
    position: absolute;
    right: 0;
}
*/
.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    min-width: 220px;
    padding: 0;
    border: none;
    background: orange;
}

    .dropdown-menu > li > a {
        padding: 14px 20px;
        color: #686664;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        background-color: #f39c12;
        color: #fff !important;
    }

    .dropdown-menu ul.dropdown-menu {
        left: 100%;
        position: absolute;
        top: 1px;
        visibility: hidden;
        margin-top: -1px;
    }

/*.dropdown-menu li:hover > ul.dropdown-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
    }*/

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

    .navbar .dropdown-menu > ul.dropdown-menu:before {
        border-bottom: 7px solid transparent;
        border-left: none;
        border-right: 7px solid rgba(0, 0, 0, 0.2);
        border-top: 7px solid transparent;
        left: -7px;
        top: 10px;
    }

    .navbar .dropdown-menu > ul.dropdown-menu:after {
        border-top: 6px solid transparent;
        border-left: none;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        left: 10px;
        top: 11px;
        left: -6px;
    }

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}




/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:hover,
    .screen-reader-text:active,
    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }




/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}




/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}




/*--------------------------------------------------------------
#   page tempalate fix
--------------------------------------------------------------*/
.page-template-causes-page .read-more {
    display: table;
    margin-bottom: 50px;
    margin-top: 30px;
}

.page-template-event-page .events-date {
    position: absolute;
    top: 100px;
}

.page-template-event-page .all-event .event-period {
    margin-bottom: 30px;
}

    .page-template-event-page .all-event .event-period .comments-share {
        position: relative;
        top: 1px;
    }




/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0;
}

    .widget select {
        max-width: 100%;
        padding: 5px;
    }


/* Search widget. */
.widget_search .search-submit {
    display: none;
}

.widget_calendar td a,
.widget_calendar td a:after {
    -webkit-transition: all .20s ease;
    -moz-transition: all .20s ease;
    -ms-transition: all .20s ease;
    -o-transition: all .20s ease;
    transition: all .20s ease;
}

.widget_calendar table {
    width: 100%;
    text-align: center;
}

.widget_calendar caption {
    color: #262626;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    font-size: 1.25em;
    height: 40px;
    border: 1px solid #f0f1f2;
    border-bottom: none;
}

.widget_calendar tbody {
    border: 1px solid #f0f1f2;
    border-top: none;
}

.widget_calendar th {
    color: #ffffff;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #F39C12;
    background-color: #F39C12;
}

.widget_calendar td {
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #f0f1f2;
}

    .widget_calendar td a {
        font-weight: 700;
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 0;
    }

        .widget_calendar td a:after {
            content: "";
            position: absolute;
            top: 8px;
            left: 8px;
            bottom: 8px;
            right: 8px;
            background-color: transparent;
            z-index: -1;
        }

        .widget_calendar td a:hover {
            color: #ffffff;
        }

            .widget_calendar td a:hover:after {
                top: -1px;
                left: -1px;
                bottom: -1px;
                right: -1px;
                background-color: #F39C12;
            }

.blog-sidebar .widget_rss li:last-child,
.blog-sidebar .widget_pages li:last-child,
.blog-sidebar .widget_categories li:last-child,
.blog-sidebar .widget_nav_menu li:last-child,
.blog-sidebar .widget_archive li:last-child,
.blog-sidebar .widget_meta li:last-child,
.blog-sidebar .widget_recent_entries li:last-child,
.blog-sidebar .widget_recent_comments li:last-child {
    border-bottom: none;
}

.footer-widget .popular-post a {
    color: #b2aaaa;
}

.footer-widget .popular-post i,
.footer-widget .popular-post .post-meta-element {
    color: #656565;
    font-weight: 500;
}




/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-section {
    overflow: hidden;
}

.contact-us-section {
    background: #F7F7F7;
    padding-top: 30px;
    padding-bottom: 30px;
}

.what-we-do {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
    background-color: #f7f7f7 !important;
}

.sermons-section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: #f7f7f7 !important;
}

.blog-section {
    padding-top: 50px !important;
}

.blog-content {
    margin-right: 20px;
}




/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
    background-color: #fff;
    padding: 20px;
}

.tag-template {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    color: #686664;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

span.tags-links {
    color: #c8c2bd;
}

    span.tags-links a {
        color: #a3a19d;
    }

.tags-links .fa.fa-tags {
    color: #c8c2bd;
    margin-right: 6px;
}

.edit-link {
    display: block;
    margin-top: 10px;
}

span.catgry {
    margin-right: 10px;
    margin-left: 10px;
    color: #a3a19d;
}

.author-bio img {
    border-radius: 100%;
}

.bio-social i {
    margin-right: 10px;
    font-size: 20px;
}

.share-button {
    text-align: right;
}

    .share-button i {
        margin-right: 5px;
        margin-left: 5px;
    }

.fa-facebook:hover {
    color: #4A66A0;
}

.fa-twitter:hover {
    color: #55ACEE;
}

.fa-google-plus:hover {
    color: #DC0F0F;
}

.fa-linkedin:hover {
    color: #0177B5;
}

.fa-pinterest:hover,
.fa-pinterest-p:hover {
    color: #DC0F0F;
}

.go-back {
    display: table;
    margin: auto;
}






/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


li.comment {
    list-style: none;
    margin-bottom: 20px;
    display: table;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

#peace-layout {
    overflow: hidden;
}



/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
    }

.wp-caption-text {
    text-align: center;
}





/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}





/*--------------------------------------------------------------
## testimonial
--------------------------------------------------------------*/
#peace-testimonial {
    max-width: 730px;
    margin: auto;
    display: table;
    position: relative;
    padding-bottom: 35px;
}

    #peace-testimonial p {
        color: #F1C152;
        font-size: 20px;
        font-style: italic;
    }

    #peace-testimonial img {
        width: 100px;
        border-radius: 100%;
    }

ol.testimonial-indicators.carousel-indicators {
    bottom: 10px;
}

ol.testimonial-indicators li {
    border: 2px solid #F1C152;
    background-color: #F1C152;
}





/*--------------------------------------------------------------
## contact form 7 
--------------------------------------------------------------*/

.wpcf7-form {
    background-color: #F7F7F7;
    display: table;
    width: 100%;
}

    .wpcf7-form .form-group {
        padding-right: 10px;
        display: table;
    }

    .wpcf7-form .form-control {
        height: 52px;
        border-radius: 4px;
        padding-left: 15px;
    }

    .wpcf7-form .input-md {
        height: 150px;
        border-radius: 4px;
    }

    .wpcf7-form .form-control:focus {
        border-color: #f1c152;
    }

    .wpcf7-form .custom-btn {
        border-radius: 4px;
        margin-bottom: 0;
        padding: 15px 20px;
        display: table;
        width: 200px;
        margin-top: 0;
        margin: auto;
        border: none;
    }

span.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.wpcf7-form .custom-btn:hover {
    background: #111;
    color: #fff;
}

.wpcf7-form .event-btn-container {
    padding: 0 10px;
}

#menu-item-slider {
    background-color: #fff;
    padding: 20px;
}




/*------------------------------------------------------------------------------------------------------------------*/
/*    boxer
/*------------------------------------------------------------------------------------------------------------------*/
.fs-lightbox-open {
    opacity: 1;
    z-index: 0;
}

.fs-lightbox-content img {
    max-width: inherit;
    max-height: inherit;
}





/*------------------------------------------------------------------------------------------------------------------*/
/*    woocommerce
/*------------------------------------------------------------------------------------------------------------------*/
/* 3.6 - Top Cart
---------------------------------------------*/
#top-cart {
    margin-right: 0;
    margin-top: 18px;
}

#top-cart {
    position: relative;
}

#top-cart {
    float: right;
    position: relative;
    right: 0;
    top: 0px;
}

    #top-cart > a > span {
        position: absolute;
        top: -5px;
        right: -4px;
        background-color: #2d2d2d;
        border-radius: 50%;
        color: #ffffff;
        font-size: 10px;
        line-height: 16px;
        text-align: center;
        display: block;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        width: 16px;
        height: 16px;
    }

    #top-cart .top-cart-content {
        overflow: hidden;
        height: 0;
        width: 0;
        -webkit-transition: opacity .5s ease, top .4s ease;
        -o-transition: opacity .5s ease, top .4s ease;
        transition: opacity .5s ease, top .4s ease;
    }

    #top-cart .top-cart-content {
        position: absolute;
        top: 40px;
        right: 0;
        left: auto;
        height: auto;
        width: 400px;
        background-color: #ffffff;
        box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.07);
        border-top: 5px solid #F1C152;
        margin: 0;
        -webkit-transition: opacity .5s ease, top .4s ease;
        -o-transition: opacity .5s ease, top .4s ease;
        transition: opacity .5s ease, top .4s ease;
        z-index: 999;
        display: none;
    }

    #top-cart .top-cart-content {
        overflow: visible;
    }

        #top-cart .top-cart-content:before {
            content: "";
            position: absolute;
            top: -58px;
            left: 0;
            right: 0;
            height: 58px;
            background: transparent;
        }

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0;
}

.fix-menu #top-cart:hover .top-cart-content:before {
    top: -30px;
    height: 30px;
}

#top-cart.top-cart-open .top-cart-content {
    opacity: 1;
    z-index: 11;
    margin-top: 0;
}

.top-cart-title {
    padding: 1px 12px 0px;
}

    .top-cart-title h4 {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.top-cart-items {
    padding: 5px;
    overflow: auto;
    max-height: 300px;
}

.top-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #F5F5F5;
}

    .top-cart-item:first-child {
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
    }

.top-cart-item-image {
    float: left;
    margin-right: 15px;
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #eeeeee;
    -webkit-transition: border-color .2s linear;
    -moz-transition: border-color .2s linear;
    -ms-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    transition: border-color .2s linear;
}

    .top-cart-item-image a,
    .top-cart-item-image img {
        display: block;
        width: 44px !important;
        height: 44px !important;
    }

    .top-cart-item-image:hover {
        border-color: #00a1cb;
    }

.top-cart-item-desc {
    position: relative;
    overflow: hidden;
    width: 315px;
}

    .top-cart-item-desc a {
        text-align: left !important;
        font-size: 13px !important;
        width: auto !important;
        height: auto !important;
        font-weight: 600;
    }

        .top-cart-item-desc a:hover {
            color: #00a1cb !important;
        }

    .top-cart-item-desc span.top-cart-item-price {
        display: block;
        color: #999999;
        font-size: 12px !important;
        line-height: 20px;
    }

    .top-cart-item-desc span.top-cart-item-quantity {
        position: absolute;
        color: #444444;
        display: block;
        font-size: 12px !important;
        right: 30px;
        top: 2px;
    }

.top-cart-action {
    padding: 15px;
    border-top: 1px solid #eeeeee;
}

.top-cart-item-title {
    width: 120px;
}

a.icon-remove {
    position: absolute;
    right: 0;
    top: -3px;
}

.top-cart-action span.top-checkout-price {
    color: #00a1cb;
}

body.top-search-open #top-search a i.fa-search,
#top-search a i.fa-close {
    opacity: 0;
}

body.top-search-open #top-search a i.fa-close {
    opacity: 1;
    z-index: 11;
}

#top-cart a.hd-icons {
    z-index: 1000;
    display: block;
    position: absolute;
    *border: 2px solid #dcd6d2;
    width: 32px;
    height: 32px;
    font-size: 14px;
    right: 5px;
    top: 3px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    color: #F1C152;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.product-action a.loading {
    opacity: 0.5;
    filter: alpha(opacity=@opacity * 100);
}

.product-action a.added,
.product-action a.loading {
    opacity: 1;
    text-align: center;
    color: #fff;
    background: #F1C152;
}

    .product-action a.added .fa-shopping-cart,
    .product-action a.loading .fa-shopping-cart {
        display: none;
    }

    .product-action a.added:before {
        content: "\f00c";
        font-weight: 400;
        font-family: FontAwesome;
        color: #fff;
        opacity: 0.5;
        font-size: 12px;
    }

    .product-action a.loading:before {
        display: inline-block;
        content: "\f021";
        font-family: 'FontAwesome';
        -webkit-animation-name: spin-360;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
    }

a.btn.sm-btn.has-badge {
    border: 1px solid #F1C152;
    border-radius: 0;
    float: right;
    color: #111;
}




/*spean*/
/* Spin 360 */

@-webkit-keyframes spin-360 {
    from {
        -webkit-transform: rotate(0);
        /* Saf3.1+, Chrome */
        -moz-transform: rotate(0);
        /* FF3.5+ */
        -ms-transform: rotate(0);
        /* IE9 */
        -o-transform: rotate(0);
        /* Opera 10.5 */
        transform: rotate(0);
        zoom: 1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        /* Saf3.1+, Chrome */
        -moz-transform: rotate(180deg);
        /* FF3.5+ */
        -ms-transform: rotate(180deg);
        /* IE9 */
        -o-transform: rotate(180deg);
        /* Opera 10.5 */
        transform: rotate(180deg);
        zoom: 1;
    }

    to {
        -webkit-transform: rotate(360deg);
        /* Saf3.1+, Chrome */
        -moz-transform: rotate(360deg);
        /* FF3.5+ */
        -ms-transform: rotate(360deg);
        /* IE9 */
        -o-transform: rotate(360deg);
        /* Opera 10.5 */
        transform: rotate(360deg);
        zoom: 1;
    }
}


@-moz-keyframes spin-360 {
    from {
        -webkit-transform: rotate(0);
        /* Saf3.1+, Chrome */
        -moz-transform: rotate(0);
        /* FF3.5+ */
        -ms-transform: rotate(0);
        /* IE9 */
        -o-transform: rotate(0);
        /* Opera 10.5 */
        transform: rotate(0);
        zoom: 1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        /* Saf3.1+, Chrome */
        -moz-transform: rotate(180deg);
        /* FF3.5+ */
        -ms-transform: rotate(180deg);
        /* IE9 */
        -o-transform: rotate(180deg);
        /* Opera 10.5 */
        transform: rotate(180deg);
        zoom: 1;
    }

    to {
        -webkit-transform: rotate(360deg);
        /* Saf3.1+, Chrome */
        -moz-transform: rotate(360deg);
        /* FF3.5+ */
        -ms-transform: rotate(360deg);
        /* IE9 */
        -o-transform: rotate(360deg);
        /* Opera 10.5 */
        transform: rotate(360deg);
        zoom: 1;
    }
}


@-o-keyframes spin-360 {
    from {
        -webkit-transform: rotate(0);
        /* Saf3.1+, Chrome */
        -moz-transform: rotate(0);
        /* FF3.5+ */
        -ms-transform: rotate(0);
        /* IE9 */
        -o-transform: rotate(0);
        /* Opera 10.5 */
        transform: rotate(0);
        zoom: 1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        /* Saf3.1+, Chrome */
        -moz-transform: rotate(180deg);
        /* FF3.5+ */
        -ms-transform: rotate(180deg);
        /* IE9 */
        -o-transform: rotate(180deg);
        /* Opera 10.5 */
        transform: rotate(180deg);
        zoom: 1;
    }

    to {
        -webkit-transform: rotate(360deg);
        /* Saf3.1+, Chrome */
        -moz-transform: rotate(360deg);
        /* FF3.5+ */
        -ms-transform: rotate(360deg);
        /* IE9 */
        -o-transform: rotate(360deg);
        /* Opera 10.5 */
        transform: rotate(360deg);
        zoom: 1;
    }
}


@keyframes spin-360 {
    from {
        -webkit-transform: rotate(0);
        /* Saf3.1+, Chrome */
        -moz-transform: rotate(0);
        /* FF3.5+ */
        -ms-transform: rotate(0);
        /* IE9 */
        -o-transform: rotate(0);
        /* Opera 10.5 */
        transform: rotate(0);
        zoom: 1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        /* Saf3.1+, Chrome */
        -moz-transform: rotate(180deg);
        /* FF3.5+ */
        -ms-transform: rotate(180deg);
        /* IE9 */
        -o-transform: rotate(180deg);
        /* Opera 10.5 */
        transform: rotate(180deg);
        zoom: 1;
    }

    to {
        -webkit-transform: rotate(360deg);
        /* Saf3.1+, Chrome */
        -moz-transform: rotate(360deg);
        /* FF3.5+ */
        -ms-transform: rotate(360deg);
        /* IE9 */
        -o-transform: rotate(360deg);
        /* Opera 10.5 */
        transform: rotate(360deg);
        zoom: 1;
    }
}


.added_to_cart {
    display: none !important;
}

.blog-sidebar ul {
    padding: 0;
}

.shop-page {
    padding-top: 15px;
    padding-bottom: 19px;
}

h2.page-title {
    font-family: yellowtail;
    font-size: 2em;
    font-weight: 600;
}

#shop {
    background: #f7f7f7;
    padding: 30px;
}

.breadcrumb {
    background: none;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 25px 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777;
}

.breadcrumb li,
.woocommerce-breadcrumb li {
    display: inline-block;
}

.woocommerce div.product .product_title {
    text-transform: uppercase;
    font-size: 1.4em;
}

.woocommerce .quantity .qty {
    padding: 3px;
    height: 35px;
}

.product-title {
    font-size: 1em;
}

.menu-product-slider {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0 4px #ccc;
    border-radius: 4px;
}

.carousel-inner .product-description {
    background: #f7f7f7;
}

.menu-product-slider .product-title {
    text-align: left;
}

.menu-product-slider .product-carousel-indicators {
    bottom: 10px;
}

.menu-product-slider .product-item {
    box-shadow: none;
    margin-bottom: 0;
}

.product-slide .star-rating {
    margin: auto;
    margin-bottom: 30px;
}

.product-slide.product-description {
    position: relative;
    text-align: center !important;
}




/* Product Single
---------------------------*/
#primary-area {
    padding-bottom: 30px;
}


.product-item {
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    *padding-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px #ccc;
}

.owl-wrapper .product-item {
    margin: 0 15px;
}

.sale-badge {
    width: 105px;
    height: 105px;
    background-color: #00a1cb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 3;
}

    .sale-badge span {
        position: absolute;
        bottom: 5px;
        left: 38px;
        right: auto;
        font-size: 16px;
        font-family: 'Oswald', sans-serif;
        color: #FFF;
    }

.product-item .product-image {
    position: relative;
    width: 100%;
    height: 100px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

    .product-item .product-image:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 5;
        pointer-events: none;
    }

    .product-item .product-image .quick-view {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
        top: -100%;
        background-color: rgba(0, 0, 0, 0.60);
    }

    .product-item .product-image:hover .quick-view {
        top: 0px;
    }

.product-image .quick-view span {
    display: none;
}

.product-image .quick-view:before {
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -22px;
    color: #FFF;
}

.product-image .quick-view:hover:before {
    top: 50%;
    left: 50%;
}

.product-item .product-image .thumb img {
    width: 100%;
}

.owl-item .product-title {
    width: 180px;
}

span.price.product-price {
    width: 120px;
}

.product-item .product-title {
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
    font-size: 16px;
    text-transform: uppercase;
}

.product-item .product-rating {
    color: #00a1cb;
    font-size: 12px;
}

.product-item .product-price {
    font-size: 18px;
    font-weight: 800;
    margin: auto;
    right: 0px;
    width: 90%;
    text-align: center;
    top: 0px;
}

.product-action a {
    display: inline-block;
    border: 1px solid #dedede;
    width: 40px;
    border-radius: 0px;
    position: relative;
    color: #606060;
    font-size: 14px;
    margin: 2px;
}

    .product-action a.bookpriest {
        width: auto;
    }

    .product-action a:hover {
        color: #00a1cb;
    }

    .product-action a.add-to-cart {
        width: auto;
        border-color: #C5C5C5;
        *color: #3E3E3E;
        color: #FFF;
        font-size: 10px;
        border-radius: 3px;
        text-transform: uppercase;
        font-weight: bold;
        background: #F1C152;
        border-color: #CCA242;
    }

        .product-action a.add-to-cart:hover {
            color: #FFF;
            background: #F1C152;
            border-color: #CCA242;
        }

    .product-action a:before {
        font-family: FontAwesome;
    }

.product-action a {
    position: relative;
    ;
}

    .product-action a span {
        position: absolute;
        top: 0px;
        left: -21px;
        line-height: 10px;
        width: 80px;
        text-align: center;
        opacity: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    .product-action a:hover span {
        top: -30px;
        opacity: 1;
    }

    .product-action a span i {
        border: 1px solid #dedede;
        padding: 5px 10px;
        background: white;
        border-radius: 4px;
    }

    .product-action a span:after {
        content: "";
        position: absolute;
        top: 18px;
        left: 34px;
        height: 12px;
        width: 12px;
        border-style: solid;
        border-width: 6px 6px 6px 6px;
        border-color: white transparent transparent transparent;
    }

    .product-action a span:before {
        content: "";
        position: absolute;
        top: 19px;
        left: 34px;
        height: 12px;
        width: 12px;
        border-style: solid;
        border-width: 6px 6px 6px 6px;
        border-color: #dedede transparent transparent transparent;
    }

.product-category-group .product-category {
    border: 1px solid #dedede;
    border-radius: 0px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .product-category-group .product-category .parent-cat-name {
        color: #606060;
        font-size: 13px;
        font-weight: 700;
        line-height: 25px;
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 0px 15px;
        line-height: 40px;
    }

        .product-category-group .product-category .parent-cat-name:after {
            content: "\f0d8";
            font-family: FontAwesome;
            position: absolute;
            right: 0px;
            width: 40px;
            text-align: center;
            border-left: 1px solid #DEDEDE;
        }

        .product-category-group .product-category .parent-cat-name.collapsed:after {
            content: "\f0d7";
        }

    .product-category-group .product-category .product-category-content {
        border-top: 1px solid #dedede;
    }

    .product-category-group .product-category .sub-cat-items {
        padding: 20px;
    }

        .product-category-group .product-category .sub-cat-items li {
            list-style: none;
        }

            .product-category-group .product-category .sub-cat-items li a {
                display: inline-block;
                font-size: 13px;
                color: #606060;
                font-weight: 700;
            }

                .product-category-group .product-category .sub-cat-items li a:hover {
                    color: #00a1cb;
                }

                .product-category-group .product-category .sub-cat-items li a:before {
                    content: "";
                    width: 9px;
                    height: 9px;
                    display: inline-block;
                    border: 1px solid #00a1cb;
                    margin-right: 10px;
                }

                .product-category-group .product-category .sub-cat-items li a:hover:before {
                    border: 1px solid #00a1cb;
                    background-color: #00a1cb;
                }




/* Product Single End
---------------------------*/
/* Product Carousel 
---------------------------*/
.product-carousel {
    position: relative;
}

    .product-carousel .item-caption h2,
    .product-carousel .item-caption p {
        margin: 0px;
        padding: 0px;
    }

    .product-carousel .item-caption a {
        color: #FFF;
    }

    .product-carousel .item-caption {
        background-color: #1c1c1c;
        padding: 10px;
        text-align: center;
        color: #FFF;
    }

        .product-carousel .item-caption p {
            font-size: 14px;
            font-weight: 300;
            font-family: 'Oswald', sans-serif;
            color: #FFF;
            text-transform: uppercase;
        }

.product-carousel-indicators {
    bottom: 70px;
}

    .product-carousel-indicators li {
        display: inline-block;
        background-color: #bbbbbb;
        border-radius: 0px;
    }

        .product-carousel-indicators li,
        .product-carousel-indicators li.active {
            border: 1px solid #FFF;
            width: 12px;
            height: 12px;
            margin: 0px;
            padding: 0;
            border-radius: 100%;
        }

            .product-carousel-indicators li.active {
                background-color: #f1c152;
            }

.rating-wrap .rating-before,
ul.products li.product-category .rating-wrap .rating-before {
    display: table-cell;
    width: 50%;
    height: 1px;
    vertical-align: middle;
}

    ul.products li.product .rating-wrap .rating-before .rating-line,
    ul.products li.product-category .rating-wrap .rating-before .rating-line {
        background-image: - webkit-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);
    }

.product-description .star-rating {
    cursor: pointer;
    float: none;
    position: relative;
    font-size: 0.8em;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    position: relative;
    width: 5.7em;
    letter-spacing: 0.1em;
    text-align: left;
    color: #F1C152;
}

ul.products li.product .rating-wrap .star-rating:before,
ul.products li.product-category .rating-wrap .star-rating:before,
ul.products li.product .rating-wrap .star-rating span:before,
ul.products li.product-category .rating-wrap .star-rating span:before {
    left: 0.6em;
}

.star-rating span:before {
    color: #ffc600;
    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe" "\f1fe";
    left: 0;
    position: absolute;
    top: 0;
}


.woocommerce .products .star-rating {
    margin: auto;
    float: none;
    margin-bottom: 5px;
}

.woocommerce .product-head {
    position: relative;
    text-align: center;
}

div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5;
    float: left;
    margin-right: 9px;
    font-size: 0.7em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 67px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #F1C152;
    font-size: 1.15em;
    text-align: center;
    display: table;
    margin: auto;
    font-family: arial;
    margin-bottom: 15px;
}

.product-description {
    text-align: left;
    padding: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 8px 10px;
}

label.screen-reader-text {
    display: none;
}

input.search-field {
    padding: 8px;
    border: 1px solid #ccc;
    float: left;
}

.woocommerce input[type=button],
.woocommerce input[type=reset],
.woocommerce input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-left: none;
}

#shop .product_list_widget li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 2px solid #F5B958;
    border-width: 2px 1px 0 1px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0px 0 0px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 3em 0;
    text-align: left;
}

.woocommerce #reviews #comments h2 {
    clear: none;
    font-size: 1.6em;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    padding: 0px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 5px;
}

.select2-container .select2-choice {
    border-radius: 0px;
}

.woocommerce .woocommerce-info-login,
.woocommerce .woocommerce-info-coupon {
    padding-left: 1em !important;
    background: #e9e9e9;
    border: medium none !important;
}

.form-flat-radio i,
.form-flat-checkbox i {
    background: none repeat scroll 0 0 #fff;
    border-style: solid;
    border-width: 2px;
    display: block;
    height: 17px;
    left: 0;
    outline: medium none;
    position: absolute;
    top: 5px;
    border-color: #262626;
    width: 17px;
    top: 50%;
    margin-top: -8.5px;
    color: #262626;
}

.woocommerce .checkout .checkout-customer-details h3#ship-to-different-address label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    font-weight: 500;
    margin: 0;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    min-height: auto;
    line-height: 1.7;
}

.form-flat-radio input:checked + i:after,
.form-flat-checkbox input:checked + i:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-flat-checkbox i:after {
    font-size: 12px;
    height: 17px;
    left: -1px;
    text-align: center;
    position: absolute;
    top: -5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 2px;
    width: 17px;
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 1;
}

.form-flat-checkbox i:after {
    content: "\f00c";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.woocommerce h3#ship-to-different-address label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    font-weight: 500;
    margin: 0;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    min-height: auto;
    line-height: 1.7;
}

.form-flat-checkbox input {
    left: -9999px;
    position: absolute;
}

.woocommerce-checkout #payment div.payment_box:after {
    top: -1px;
}

#payment .payment_method_paypal img {
    max-height: 100% !important;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: none;
}

.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 8px 30px;
    background-color: #F5B958;
    border: 1px solid #DAA144;
}

.woocommerce .checkout .woocommerce-checkout-review-order {
    background: #e9e9e9;
    padding: 12px;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: right;
    background-color: #EAEAEA;
}

.cart-next-step {
    float: right;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none;
    border: 1px solid #ccc;
}

.woocommerce table.cart td.actions .input-text {
    display: block;
    width: 100%;
    height: 2.8428571428571425em;
    padding: .5714285714285714rem;
    font-size: 14px;
    line-height: 1.7;
    color: #525252;
    background-color: #fff;
    background-image: none;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    width: 48%;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    border: none;
}

.woocommerce .cart .button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: .6714285714285714rem 1.2rem;
    font-size: 14px;
    line-height: 1.1;
    -webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    color: #fff;
    border-color: #262626;
    border-width: 2px !important;
    text-transform: uppercase;
    font-weight: 500;
    color: #262626;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #F5B958;
    border-radius: 0;
}

.woocommerce table.cart thead th {
    border-bottom: 0px;
    background: #F7F7F7;
    text-transform: uppercase;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
    background-color: #fff;
    padding: 0 20px;
    box-shadow: 0 0 2px #ccc;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
    border-left: 0;
    width: 100%;
}

.cart_totals h2 {
    text-transform: uppercase;
    font-size: 1.3em;
}

tr.cart_item {
    background-color: #fff;
}

.woocommerce-cart table.cart img {
    width: auto;
}

#site-page-header {
    margin-top: 90px;
}

.upsells {
    background: #fff;
}

    .upsells h3 {
        text-transform: uppercase;
        font-size: 1.2em;
    }

.tab-content h2 {
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 7px;
}

.product-content {
    padding-top: 20px;
}

.woocommerce .product-content .star-rating.product-rating {
    float: left;
}

.woocommerce .product-content .amount {
    border-bottom: 1px solid #EAEAEA;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.product-details h3 {
    text-transform: uppercase;
}

.product-details ul {
    padding-left: 0;
}

.product-detail {
    display: table;
    width: 100%;
    clear: both;
}

.product-description {
    display: table;
    width: 100%;
}

.hex.content-icon-hex {
    position: absolute;
    right: 20px;
    background-color: #FFC600;
    padding: 12px;
    height: 55px !important;
    top: 0 !important;
}

ul.slides {
    padding-left: 0;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-top: 2em;
}

    .woocommerce div.product form.cart .variations select {
        width: 296px;
        float: left;
        padding: 5px 10px;
    }

a.reset_variations {
    margin-left: 8px;
}

.product-single {
    padding-top: 80px;
}

.product-image .content-icon-hex,
.product-image-gallery .content-icon-hex {
    width: 50px;
    height: 33px;
    margin: 0;
    position: absolute;
    right: 3px;
    top: 13px;
}

.product-image-gallery .content-icon-hex {
    right: 18px;
    top: 14px;
}

.product-image .content-icon,
.product-image-gallery .content-icon {
    font-size: 20px;
    line-height: 29px;
    padding-left: 3px;
}

.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    white-space: nowrap;
    display: inline-block;
    border: none;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 2em;
    width: 100%;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    float: right;
    background-color: #F39C12;
    color: #fff;
    border-radius: 0;
}

.page-template-full-page-without-title .navbar-fixed-top {
    background: #F39C12;
}

.return-to-shop a.button.wc-backward {
    background-color: #F1C152;
    color: #fff;
    border: 1px solid #CA9E38;
    border-radius: 0;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid #E0E0E0;
    background-color: #F7F7F7;
    margin-right: -15px;
    height: 32px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #f1c152;
    border-radius: 3px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 15px;
    float: left;
    background-color: #f1c152;
    color: #fff;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 3px;
    background-color: #FFFFFF;
    border: 0;
    border: 1px solid #ccc;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #ECECEC;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: auto;
    box-shadow: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #F7C721;
    color: #fff;
}

.price_label {
    background-color: #F1C152;
    float: right;
    padding: 1px 10px;
    color: #fff;
    border-radius: 4px;
}

.woocommerce-result-count {
    background-color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 !important;
    line-height: 32px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #F7F7F7;
    color: #111;
}

.woocommerce form#commentform {
    margin-left: 0;
}

.woocommerce .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 0 20px 20px;
}

.woocommerce #reviews h3 {
    margin-bottom: 30px;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
    background-color: #F5B958;
    color: #fff;
}

.product-action {
    text-align: center;
    margin-top: 20px;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: auto;
    float: none;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 5px;
}

.shop-short {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #E0E0E0;
}


/*/*test*/
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */

.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

    .flip-clock-wrapper a:hover {
        color: #fff;
    }

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}


/* Main */
.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

    .flip-clock-meridium a {
        color: #313333;
    }

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 1em;
}

    .flip-clock-wrapper:before,
    .flip-clock-wrapper:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .flip-clock-wrapper:after {
        clear: both;
    }


    /* Skeleton */
    .flip-clock-wrapper ul {
        position: relative;
        float: left;
        margin: 5px;
        width: 60px;
        height: 90px;
        font-size: 80px;
        font-weight: bold;
        line-height: 87px;
        border-radius: 6px;
        background: #000;
    }

        .flip-clock-wrapper ul li {
            z-index: 1;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            line-height: 87px;
            text-decoration: none !important;
        }

            .flip-clock-wrapper ul li:first-child {
                z-index: 2;
            }

            .flip-clock-wrapper ul li a {
                display: block;
                height: 100%;
                -webkit-perspective: 200px;
                -moz-perspective: 200px;
                perspective: 200px;
                margin: 0 !important;
                overflow: visible !important;
                cursor: default !important;
            }

                .flip-clock-wrapper ul li a div {
                    z-index: 1;
                    position: absolute;
                    left: 0;
                    width: 100%;
                    height: 50%;
                    font-size: 80px;
                    overflow: hidden;
                    outline: 1px solid transparent;
                }

                    .flip-clock-wrapper ul li a div .shadow {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        z-index: 2;
                    }

                    .flip-clock-wrapper ul li a div.up {
                        -webkit-transform-origin: 50% 100%;
                        -moz-transform-origin: 50% 100%;
                        -ms-transform-origin: 50% 100%;
                        -o-transform-origin: 50% 100%;
                        transform-origin: 50% 100%;
                        top: 0;
                    }

                        .flip-clock-wrapper ul li a div.up:after {
                            content: "";
                            position: absolute;
                            top: 44px;
                            left: 0;
                            z-index: 5;
                            width: 100%;
                            height: 3px;
                            background-color: #000;
                            background-color: rgba(0, 0, 0, 0.4);
                        }

                    .flip-clock-wrapper ul li a div.down {
                        -webkit-transform-origin: 50% 0;
                        -moz-transform-origin: 50% 0;
                        -ms-transform-origin: 50% 0;
                        -o-transform-origin: 50% 0;
                        transform-origin: 50% 0;
                        bottom: 0;
                        border-bottom-left-radius: 6px;
                        border-bottom-right-radius: 6px;
                    }

                    .flip-clock-wrapper ul li a div div.inn {
                        position: absolute;
                        left: 0;
                        z-index: 1;
                        width: 100%;
                        height: 200%;
                        color: #ccc;
                        text-shadow: 0 1px 2px #000;
                        text-align: center;
                        background-color: #333;
                        border-radius: 6px;
                        font-size: 70px;
                    }

                    .flip-clock-wrapper ul li a div.up div.inn {
                        top: 0;
                    }

                    .flip-clock-wrapper ul li a div.down div.inn {
                        bottom: 0;
                    }
        /* PLAY */

        .flip-clock-wrapper ul.play li.flip-clock-before {
            z-index: 3;
        }

    .flip-clock-wrapper .flip {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    }

    .flip-clock-wrapper ul.play li.flip-clock-active {
        -webkit-animation: asd 0.5s 0.5s linear both;
        -moz-animation: asd 0.5s 0.5s linear both;
        animation: asd 0.5s 0.5s linear both;
        z-index: 5;
    }

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 100px;
}

    .flip-clock-divider:first-child {
        width: 0;
    }

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 5px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: black;
    text-shadow: none;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -88px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px;
}

.flip-clock-dot.top {
    top: 30px;
}

.flip-clock-dot.bottom {
    bottom: 30px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }

    100% {
        -moz-transform: rotateX(0deg);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }

    100% {
        -o-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }

    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }

    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}


/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}


/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}





/*------------------------------------------------------------------------------------------------------------------*/
/*    master slider 
/*------------------------------------------------------------------------------------------------------------------*/

/*
===============================================================
 # CUSTOM CSS
 - Please do not edit this file. this file is generated by server-side code
 - Every changes here will be overwritten
 ===============================================================*/
.master-slider a:visited {
    color: #fff;
}

.msp-preset-btn-84 {
    background-color: #fff;
    color: #180e0e;
}

    .msp-preset-btn-84:hover {
        background-color: #fff;
        color: #180e0e;
    }

    .msp-preset-btn-84:active {
        top: 1px
    }

.msp-preset-btn-85 {
    background-color: #b97ebb;
    color: #fff;
}

    .msp-preset-btn-85:hover {
        background-color: #ca89cc;
        color: #fff;
    }

    .msp-preset-btn-85:active {
        top: 1px
    }

.msp-preset-btn-86 {
    color: #b97ebb;
    border: solid 1px #b97ebb;
}

    .msp-preset-btn-86:hover {
        border-color: #ca89cc;
        color: #ca89cc
    }

    .msp-preset-btn-86:active {
        top: 1px
    }

.msp-preset-btn-87 {
    background-color: #b97ebb;
    color: #fff;
}

    .msp-preset-btn-87:hover {
        background-color: #ca89cc;
        color: #fff;
    }

    .msp-preset-btn-87:active {
        top: 1px
    }

.msp-preset-btn-88 {
    background-color: #b97ebb;
    color: #fff;
    box-shadow: 0 5px #9a699c;
}

    .msp-preset-btn-88:hover {
        background-color: #ca89cc;
        box-shadow: 0 4px #9a699c;
        top: 1px;
        color: #fff;
    }

    .msp-preset-btn-88:active {
        box-shadow: 0 2px #9a699c;
        top: 3px;
    }

.msp-preset-btn-89 {
    background-color: #5472D2;
    color: #fff;
}

    .msp-preset-btn-89:hover {
        background-color: #5d7fe9;
        color: #fff;
    }

    .msp-preset-btn-89:active {
        top: 1px
    }

.msp-preset-btn-90 {
    background-color: #5472D2;
    color: #fff;
}

    .msp-preset-btn-90:hover {
        background-color: #5d7fe9;
        color: #fff;
    }

    .msp-preset-btn-90:active {
        top: 1px
    }

.msp-preset-btn-91 {
    color: #5472D2;
    border: solid 1px #5472D2;
}

    .msp-preset-btn-91:hover {
        border-color: #5d7fe9;
        color: #5d7fe9
    }

    .msp-preset-btn-91:active {
        top: 1px
    }

.msp-preset-btn-92 {
    background-color: #5472D2;
    color: #fff;
}

    .msp-preset-btn-92:hover {
        background-color: #5d7fe9;
        color: #fff;
    }

    .msp-preset-btn-92:active {
        top: 1px
    }

.msp-preset-btn-93 {
    background-color: #5472D2;
    color: #fff;
    box-shadow: 0 5px #4c68be;
}

    .msp-preset-btn-93:hover {
        background-color: #5d7fe9;
        box-shadow: 0 4px #4c68be;
        top: 1px;
        color: #fff;
    }

    .msp-preset-btn-93:active {
        box-shadow: 0 2px #4c68be;
        top: 3px;
    }

.msp-preset-btn-94 {
    background-color: #00c1cf;
    color: #fff;
}

    .msp-preset-btn-94:hover {
        background-color: #01D4E4;
        color: #fff;
    }

    .msp-preset-btn-94:active {
        top: 1px
    }

.msp-preset-btn-95 {
    background-color: #00c1cf;
    color: #fff;
}

    .msp-preset-btn-95:hover {
        background-color: #01D4E4;
        color: #fff;
    }

    .msp-preset-btn-95:active {
        top: 1px
    }

.msp-preset-btn-96 {
    color: #00c1cf;
    border: solid 1px #00c1cf;
}

    .msp-preset-btn-96:hover {
        border-color: #01D4E4;
        color: #01D4E4
    }

    .msp-preset-btn-96:active {
        top: 1px
    }

.msp-preset-btn-97 {
    background-color: #00c1cf;
    color: #fff;
}

    .msp-preset-btn-97:hover {
        background-color: #01D4E4;
        color: #fff;
    }

    .msp-preset-btn-97:active {
        top: 1px
    }

.msp-preset-btn-98 {
    background-color: #00c1cf;
    color: #fff;
    box-shadow: 0 5px #00afbc;
}

    .msp-preset-btn-98:hover {
        background-color: #01D4E4;
        box-shadow: 0 4px #00afbc;
        top: 1px;
        color: #fff;
    }

    .msp-preset-btn-98:active {
        box-shadow: 0 2px #00afbc;
        top: 3px;
    }

.msp-preset-btn-99 {
    background-color: #4cadc9;
    color: #fff;
}

    .msp-preset-btn-99:hover {
        background-color: #63b2c9;
        color: #fff;
    }

    .msp-preset-btn-99:active {
        top: 1px
    }

.msp-preset-btn-100 {
    background-color: #4cadc9;
    color: #fff;
}

    .msp-preset-btn-100:hover {
        background-color: #63b2c9;
        color: #fff;
    }

    .msp-preset-btn-100:active {
        top: 1px
    }

.msp-preset-btn-101 {
    color: #4cadc9;
    border: solid 1px #4cadc9;
}

    .msp-preset-btn-101:hover {
        border-color: #63b2c9;
        color: #63b2c9
    }

    .msp-preset-btn-101:active {
        top: 1px
    }

.msp-preset-btn-102 {
    background-color: #4cadc9;
    color: #fff;
}

    .msp-preset-btn-102:hover {
        background-color: #63b2c9;
        color: #fff;
    }

    .msp-preset-btn-102:active {
        top: 1px
    }

.msp-preset-btn-103 {
    background-color: #4cadc9;
    color: #fff;
    box-shadow: 0 5px #1aa2c9;
}

    .msp-preset-btn-103:hover {
        background-color: #63b2c9;
        box-shadow: 0 4px #1aa2c9;
        top: 1px;
        color: #fff;
    }

    .msp-preset-btn-103:active {
        box-shadow: 0 2px #1aa2c9;
        top: 3px;
    }

.msp-preset-btn-104 {
    background-color: #cec2ab;
    color: #fff;
}

    .msp-preset-btn-104:hover {
        background-color: #cebd9d;
        color: #fff;
    }

    .msp-preset-btn-104:active {
        top: 1px
    }

.msp-preset-btn-105 {
    background-color: #cec2ab;
    color: #fff;
}

    .msp-preset-btn-105:hover {
        background-color: #cebd9d;
        color: #fff;
    }

    .msp-preset-btn-105:active {
        top: 1px
    }

.msp-preset-btn-106 {
    color: #cec2ab;
    border: solid 1px #cec2ab;
}

    .msp-preset-btn-106:hover {
        border-color: #cebd9d;
        color: #cebd9d
    }

    .msp-preset-btn-106:active {
        top: 1px
    }

.msp-preset-btn-107 {
    background-color: #cec2ab;
    color: #fff;
}

    .msp-preset-btn-107:hover {
        background-color: #cebd9d;
        color: #fff;
    }

    .msp-preset-btn-107:active {
        top: 1px
    }

.msp-preset-btn-108 {
    background-color: #cec2ab;
    color: #fff;
    box-shadow: 0 5px #C2B7A2;
}

    .msp-preset-btn-108:hover {
        background-color: #cebd9d;
        box-shadow: 0 4px #C2B7A2;
        top: 1px;
        color: #fff;
    }

    .msp-preset-btn-108:active {
        box-shadow: 0 2px #C2B7A2;
        top: 3px;
    }

.msp-preset-btn-109 {
    background-color: #50485b;
    color: #fff;
}

    .msp-preset-btn-109:hover {
        background-color: #6a6176;
        color: #fff;
    }

    .msp-preset-btn-109:active {
        top: 1px
    }

.msp-preset-btn-110 {
    background-color: #50485b;
    color: #fff;
}

    .msp-preset-btn-110:hover {
        background-color: #6a6176;
        color: #fff;
    }

    .msp-preset-btn-110:active {
        top: 1px
    }

.msp-preset-btn-111 {
    color: #50485b;
    border: solid 1px #50485b;
}

    .msp-preset-btn-111:hover {
        border-color: #6a6176;
        color: #6a6176
    }

    .msp-preset-btn-111:active {
        top: 1px
    }

.msp-preset-btn-112 {
    background-color: #50485b;
    color: #fff;
}

    .msp-preset-btn-112:hover {
        background-color: #6a6176;
        color: #fff;
    }

    .msp-preset-btn-112:active {
        top: 1px
    }

.msp-preset-btn-113 {
    background-color: #50485b;
    color: #fff;
    box-shadow: 0 5px #412d5b;
}

    .msp-preset-btn-113:hover {
        background-color: #6a6176;
        box-shadow: 0 4px #412d5b;
        top: 1px;
        color: #fff;
    }

    .msp-preset-btn-113:active {
        box-shadow: 0 2px #412d5b;
        top: 3px;
    }

.msp-preset-btn-114 {
    background-color: #8d6dc4;
    color: #fff;
}

    .msp-preset-btn-114:hover {
        background-color: #977cc4;
        color: #fff;
    }

    .msp-preset-btn-114:active {
        top: 1px
    }

.msp-preset-btn-115 {
    background-color: #8d6dc4;
    color: #fff;
}

    .msp-preset-btn-115:hover {
        background-color: #977cc4;
        color: #fff;
    }

    .msp-preset-btn-115:active {
        top: 1px
    }

.msp-preset-btn-116 {
    color: #8d6dc4;
    border: solid 1px #8d6dc4;
}

    .msp-preset-btn-116:hover {
        border-color: #977cc4;
        color: #977cc4
    }

    .msp-preset-btn-116:active {
        top: 1px
    }

.msp-preset-btn-117 {
    background-color: #8d6dc4;
    color: #fff;
}

    .msp-preset-btn-117:hover {
        background-color: #977cc4;
        color: #fff;
    }

    .msp-preset-btn-117:active {
        top: 1px
    }

.msp-preset-btn-118 {
    background-color: #8d6dc4;
    color: #fff;
    box-shadow: 0 5px #7c51c4;
}

    .msp-preset-btn-118:hover {
        background-color: #977cc4;
        box-shadow: 0 4px #7c51c4;
        top: 1px;
        color: #fff;
    }

    .msp-preset-btn-118:active {
        box-shadow: 0 2px #7c51c4;
        top: 3px;
    }

.msp-preset-btn-119 {
    background-color: #75d69c;
    color: #fff;
}

    .msp-preset-btn-119:hover {
        background-color: #7de5a7;
        color: #fff;
    }

    .msp-preset-btn-119:active {
        top: 1px
    }

.msp-preset-btn-120 {
    background-color: #75d69c;
    color: #fff;
}

    .msp-preset-btn-120:hover {
        background-color: #7de5a7;
        color: #fff;
    }

    .msp-preset-btn-120:active {
        top: 1px
    }

.msp-preset-btn-121 {
    color: #75d69c;
    border: solid 1px #75d69c;
}

    .msp-preset-btn-121:hover {
        border-color: #7de5a7;
        color: #7de5a7
    }

    .msp-preset-btn-121:active {
        top: 1px
    }

.msp-preset-btn-122 {
    background-color: #75d69c;
    color: #fff;
}

    .msp-preset-btn-122:hover {
        background-color: #7de5a7;
        color: #fff;
    }

    .msp-preset-btn-122:active {
        top: 1px
    }

.msp-preset-btn-123 {
    background-color: #75d69c;
    color: #fff;
    box-shadow: 0 5px #41d67d;
}

    .msp-preset-btn-123:hover {
        background-color: #7de5a7;
        box-shadow: 0 4px #41d67d;
        top: 1px;
        color: #fff;
    }

    .msp-preset-btn-123:active {
        box-shadow: 0 2px #41d67d;
        top: 3px;
    }

.msp-preset-btn-124 {
    background-color: #222;
    color: #fff;
}

    .msp-preset-btn-124:hover {
        background-color: #333;
        color: #fff;
    }

    .msp-preset-btn-124:active {
        top: 1px
    }

.msp-preset-btn-125 {
    background-color: #222;
    color: #fff;
}

    .msp-preset-btn-125:hover {
        background-color: #333;
        color: #fff;
    }

    .msp-preset-btn-125:active {
        top: 1px
    }

.msp-preset-btn-126 {
    color: #222;
    border: solid 1px #222;
}

    .msp-preset-btn-126:hover {
        border-color: #333;
        color: #333
    }

    .msp-preset-btn-126:active {
        top: 1px
    }

.msp-preset-btn-127 {
    background-color: #180e0e;
    color: #fff;
}

    .msp-preset-btn-127:hover, .msp-preset-btn-127:focus, {
        background-color: #333;
        color: #fff;
    }

    .msp-preset-btn-127:active {
        top: 1px
    }

.msp-preset-btn-128 {
    background-color: #222;
    color: #fff;
    box-shadow: 0 5px #000;
}

    .msp-preset-btn-128:hover {
        background-color: #333;
        box-shadow: 0 4px #000;
        top: 1px;
        color: #fff;
    }

    .msp-preset-btn-128:active {
        box-shadow: 0 2px #000;
        top: 3px;
    }

.msp-preset-btn-129 {
    background-color: #dedede;
    color: #666;
}

    .msp-preset-btn-129:hover {
        background-color: #d1d1d1;
        color: #666;
    }

    .msp-preset-btn-129:active {
        top: 1px
    }

.msp-preset-btn-130 {
    background-color: #dedede;
    color: #666;
}

    .msp-preset-btn-130:hover {
        background-color: #d1d1d1;
        color: #666;
    }

    .msp-preset-btn-130:active {
        top: 1px
    }

.msp-preset-btn-131 {
    color: #dedede;
    border: solid 1px #dedede;
}

    .msp-preset-btn-131:hover {
        border-color: #d1d1d1;
        color: #d1d1d1
    }

    .msp-preset-btn-131:active {
        top: 1px
    }

.msp-preset-btn-132 {
    background-color: #dedede;
    color: #666;
}

    .msp-preset-btn-132:hover {
        background-color: #d1d1d1;
        color: #666;
    }

    .msp-preset-btn-132:active {
        top: 1px
    }

.msp-preset-btn-133 {
    background-color: #dedede;
    color: #666;
    box-shadow: 0 5px #CACACA;
}

    .msp-preset-btn-133:hover {
        background-color: #d1d1d1;
        color: #666;
        box-shadow: 0 4px #CACACA;
        top: 1px
    }

    .msp-preset-btn-133:active {
        box-shadow: 0 2px #CACACA;
        top: 3px;
    }

.msp-preset-btn-134 {
    background-color: #f7be68;
    color: #fff;
}

    .msp-preset-btn-134:hover {
        background-color: #e9b362;
        color: #fff;
    }

    .msp-preset-btn-134:active {
        top: 1px
    }

.msp-preset-btn-135 {
    background-color: #f7be68;
    color: #fff;
}

    .msp-preset-btn-135:hover {
        background-color: #e9b362;
        color: #fff;
    }

    .msp-preset-btn-135:active {
        top: 1px
    }

.msp-preset-btn-136 {
    color: #f7be68;
    border: solid 1px #f7be68;
}

    .msp-preset-btn-136:hover {
        border-color: #e9b362;
        color: #e9b362
    }

    .msp-preset-btn-136:active {
        top: 1px
    }

.msp-preset-btn-137 {
    background-color: #f7be68;
    color: #fff;
}

    .msp-preset-btn-137:hover {
        background-color: #e9b362;
        color: #fff;
    }

    .msp-preset-btn-137:active {
        top: 1px
    }

.msp-preset-btn-138 {
    background-color: #f7be68;
    color: #fff;
    box-shadow: 0 5px #E7AF59;
}

    .msp-preset-btn-138:hover {
        background-color: #e9b362;
        box-shadow: 0 4px #E7AF59;
        top: 1px;
        color: #fff;
    }

    .msp-preset-btn-138:active {
        box-shadow: 0 2px #E7AF59;
        top: 3px;
    }

.msp-preset-btn-139 {
    background-color: #5aa1e3;
    color: #fff;
}

    .msp-preset-btn-139:hover {
        background-color: #5faaef;
        color: #fff;
    }

    .msp-preset-btn-139:active {
        top: 1px
    }

.msp-preset-btn-140 {
    background-color: #5aa1e3;
    color: #fff;
}

    .msp-preset-btn-140:hover {
        background-color: #5faaef;
        color: #fff;
    }

    .msp-preset-btn-140:active {
        top: 1px
    }

.msp-preset-btn-141 {
    color: #5aa1e3;
    border: solid 1px #5aa1e3;
}

    .msp-preset-btn-141:hover {
        border-color: #5faaef;
        color: #5faaef
    }

    .msp-preset-btn-141:active {
        top: 1px
    }

.msp-preset-btn-142 {
    background-color: #5aa1e3;
    color: #fff;
}

    .msp-preset-btn-142:hover {
        background-color: #5faaef;
        color: #fff;
    }

    .msp-preset-btn-142:active {
        top: 1px
    }

.msp-preset-btn-143 {
    background-color: #5aa1e3;
    color: #fff;
    box-shadow: 0 5px #4c87bf;
}

    .msp-preset-btn-143:hover {
        background-color: #5faaef;
        box-shadow: 0 4px #4c87bf;
        top: 1px;
        color: #fff;
    }

    .msp-preset-btn-143:active {
        box-shadow: 0 2px #4c87bf;
        top: 3px;
    }

.msp-preset-btn-144 {
    background-color: #6dab3c;
    color: #fff;
}

    .msp-preset-btn-144:hover {
        background-color: #76b941;
        color: #fff;
    }

    .msp-preset-btn-144:active {
        top: 1px
    }

.msp-preset-btn-145 {
    background-color: #6dab3c;
    color: #fff;
}

    .msp-preset-btn-145:hover {
        background-color: #76b941;
        color: #fff;
    }

    .msp-preset-btn-145:active {
        top: 1px
    }

.msp-preset-btn-146 {
    color: #6dab3c;
    border: solid 1px #6dab3c;
}

    .msp-preset-btn-146:hover {
        border-color: #76b941;
        color: #76b941
    }

    .msp-preset-btn-146:active {
        top: 1px
    }

.msp-preset-btn-147 {
    background-color: #6dab3c;
    color: #fff;
}

    .msp-preset-btn-147:hover {
        background-color: #76b941;
        color: #fff;
    }

    .msp-preset-btn-147:active {
        top: 1px
    }

.msp-preset-btn-148 {
    background-color: #6dab3c;
    color: #fff;
    box-shadow: 0 5px #5e9334;
}

    .msp-preset-btn-148:hover {
        background-color: #76b941;
        box-shadow: 0 4px #5e9334;
        top: 1px;
        color: #fff;
    }

    .msp-preset-btn-148:active {
        box-shadow: 0 2px #5e9334;
        top: 3px;
    }

.msp-preset-btn-149 {
    background-color: #f4524d;
    color: #fff;
}

    .msp-preset-btn-149:hover {
        background-color: #e04b47;
        color: #fff;
    }

    .msp-preset-btn-149:active {
        top: 1px
    }

.msp-preset-btn-150 {
    background-color: #f4524d;
    color: #fff;
}

    .msp-preset-btn-150:hover {
        background-color: #e04b47;
        color: #fff;
    }

    .msp-preset-btn-150:active {
        top: 1px
    }

.msp-preset-btn-151 {
    color: #f4524d;
    border: solid 1px #f4524d;
}

    .msp-preset-btn-151:hover {
        border-color: #e04b47;
        color: #e04b47
    }

    .msp-preset-btn-151:active {
        top: 1px
    }

.msp-preset-btn-152 {
    background-color: #f4524d;
    color: #fff;
}

    .msp-preset-btn-152:hover {
        background-color: #e04b47;
        color: #fff;
    }

    .msp-preset-btn-152:active {
        top: 1px
    }

.msp-preset-btn-153 {
    background-color: #f4524d;
    color: #fff;
    box-shadow: 0 5px #cb4440;
}

    .msp-preset-btn-153:hover {
        background-color: #e04b47;
        box-shadow: 0 4px #cb4440;
        top: 1px;
        color: #fff;
    }

    .msp-preset-btn-153:active {
        box-shadow: 0 2px #cb4440;
        top: 3px;
    }

.msp-preset-btn-154 {
    background-color: #f79468;
    color: #fff;
}

    .msp-preset-btn-154:hover {
        background-color: #e78a61;
        color: #fff;
    }

    .msp-preset-btn-154:active {
        top: 1px
    }

.msp-preset-btn-155 {
    background-color: #f79468;
    color: #fff;
}

    .msp-preset-btn-155:hover {
        background-color: #e78a61;
        color: #fff;
    }

    .msp-preset-btn-155:active {
        top: 1px
    }

.msp-preset-btn-156 {
    color: #f79468;
    border: solid 1px #f79468;
}

    .msp-preset-btn-156:hover {
        border-color: #e78a61;
        color: #e78a61
    }

    .msp-preset-btn-156:active {
        top: 1px
    }

.msp-preset-btn-157 {
    background-color: #f79468;
    color: #fff;
}

    .msp-preset-btn-157:hover {
        background-color: #e78a61;
        color: #fff;
    }

    .msp-preset-btn-157:active {
        top: 1px
    }

.msp-preset-btn-158 {
    background-color: #f79468;
    color: #fff;
    box-shadow: 0 5px #da835c;
}

    .msp-preset-btn-158:hover {
        background-color: #e78a61;
        box-shadow: 0 4px #da835c;
        top: 1px;
        color: #fff;
    }

    .msp-preset-btn-158:active {
        box-shadow: 0 2px #da835c;
        top: 3px;
    }

.msp-preset-btn-159 {
    background-color: #f1c152;
    color: #180e0e;
}

    .msp-preset-btn-159:hover {
        background-color: #f1c152;
        color: #180e0e;
    }

    .msp-preset-btn-159:active {
        top: 1px
    }

.msp-cn-3-1 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 46px;
    line-height: 36px;
    color: #f1c152;
}

.msp-cn-3-4 {
    background-color: rgba(255, 255, 255, 0.56);
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #180e0e;
}

.msp-cn-3-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 15px;
    line-height: normal;
    color: #180e0e;
}

.msp-cn-3-28 {
    background-color: rgba(255, 255, 255, 0.56);
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #180e0e;
}

.msp-cn-3-29 {
    background-color: rgba(255, 255, 255, 0.56);
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #180e0e;
}

.msp-cn-3-30 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 46px;
    line-height: 36px;
    color: #f1c152;
}

.msp-cn-3-32 {
    background-color: rgba(255, 255, 255, 0.56);
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #180e0e;
}

.msp-cn-3-33 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 15px;
    line-height: normal;
    color: #180e0e;
}

.msp-cn-3-34 {
    background-color: rgba(255, 255, 255, 0.56);
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #180e0e;
}

.msp-cn-3-35 {
    background-color: rgba(255, 255, 255, 0.56);
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #180e0e;
}

.msp-cn-3-36 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 36px;
    line-height: normal;
    color: #f1c152;
    text-shadow: 1px 1px 1px rgba(61, 61, 61, 1);
}

.msp-cn-1-39 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 46px;
    line-height: 36px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(61, 61, 61, 1);
}

.msp-cn-3-40 {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
    color: #ffffff;
}

.msp-cn-3-41 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
}

.msp-cn-3-42 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
}

.msp-cn-3-1 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 52px;
    line-height: normal;
    color: #2c1c1c;
    text-shadow: 1px 1px 1px rgba(61, 61, 61, 1);
}

.msp-cn-1-4 {
    font-family: "Yellowtail";
    font-weight: normal;
    font-size: 34px;
    line-height: normal;
    color: #2c1c1c;
}

.msp-cn-1-5 {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #686664;
}

.msp-cn-1-6 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    color: #180e0e;
}

.msp-cn-3-7 {
    padding-right: 5px;
    padding-left: 5px;
    border-top: 4px;
    border-right: 4px;
    border-bottom: 4px;
    border-left: 4px;
    border-color: #f1c152;
    border-style: solid;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 36px;
    line-height: normal;
    color: #f1c152;
    text-shadow: 1px 1px 1px rgba(61, 61, 61, 1);
}

.msp-cn-3-8 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 36px;
    color: #180e0e;
    text-shadow: 1px 1px 1px rgba(61, 61, 61, 1);
}

.msp-cn-1-9 {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #180e0e;
}

.msp-cn-1-10 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 15px;
    line-height: normal;
}

.msp-cn-1-12 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 36px;
    color: #ffffff;
}

.msp-cn-1-13 {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
}

.msp-cn-1-14 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 15px;
    line-height: normal;
}

.msp-cn-3-1 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 52px;
    line-height: normal;
    color: #2c1c1c;
}

.msp-cn-1-4 {
    font-family: "Yellowtail";
    font-weight: normal;
    font-size: 34px;
    line-height: normal;
    color: #2c1c1c;
}

.msp-cn-1-5 {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #686664;
}

.msp-cn-1-6 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    color: #180e0e;
}

.msp-cn-3-7 {
    padding-right: 5px;
    padding-left: 5px;
    border-top: 4px;
    border-right: 4px;
    border-bottom: 4px;
    border-left: 4px;
    border-color: #f1c152;
    border-style: solid;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 36px;
    line-height: normal;
    color: #f1c152;
}

.msp-cn-3-8 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 36px;
    color: #180e0e;
}

.msp-cn-1-9 {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #180e0e;
}

.msp-cn-1-10 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 15px;
    line-height: normal;
}

.msp-cn-1-12 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 36px;
    color: #ffffff;
}

.msp-cn-1-13 {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
}

.msp-cn-3-14 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 15px;
    line-height: normal;
}

.msp-cn-2-1 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 36px;
    color: #2c1c1c;
}

.msp-cn-2-5 {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #180e0e;
}

.msp-cn-2-6 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 15px;
    line-height: normal;
    color: #ffffff;
}

.msp-cn-2-7 {
    border-style: none;
    font-family: "Yellowtail";
    font-weight: normal;
    font-size: 32px !important;
    line-height: normal;
    color: #180e0e;
}

.msp-cn-1-8 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 36px;
    color: #180e0e;
}

.msp-cn-2-9 {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #180e0e;
}

.msp-cn-1-10 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 15px;
    line-height: normal;
}

.msp-cn-2-23 {
    padding-right: 5px;
    padding-left: 5px;
    border-top: 4px;
    border-right: 4px;
    border-bottom: 4px;
    border-left: 4px;
    border-color: #f1c152;
    border-style: solid;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 36px;
    line-height: normal;
    color: #f1c152;
}

.msp-cn-2-24 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 46px;
    line-height: 36px;
    color: #180e0e;
}

.msp-cn-2-25 {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #180e0e;
}

.msp-cn-2-26 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 15px;
    line-height: normal;
}

.msp-cn-3-1 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 46px;
    line-height: 36px;
    color: #f1c152;
}

.msp-cn-3-4 {
    background-color: rgba(255, 255, 255, 0.56);
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #180e0e;
}

.msp-cn-3-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 15px;
    line-height: normal;
    color: #180e0e;
}

.msp-cn-3-28 {
    background-color: rgba(255, 255, 255, 0.56);
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #180e0e;
}

.msp-cn-3-29 {
    background-color: rgba(255, 255, 255, 0.56);
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #180e0e;
}

.msp-cn-3-30 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 46px;
    line-height: 36px;
    color: #f1c152;
}

.msp-cn-3-32 {
    background-color: rgba(255, 255, 255, 0.56);
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #180e0e;
}

.msp-cn-3-33 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 15px;
    line-height: normal;
    color: #180e0e;
}

.msp-cn-3-34 {
    background-color: rgba(255, 255, 255, 0.56);
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #180e0e;
}

.msp-cn-3-35 {
    background-color: rgba(255, 255, 255, 0.56);
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #180e0e;
}

.msp-cn-3-36 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 36px;
    line-height: normal;
    color: #f1c152;
    text-shadow: 1px 1px 1px rgba(61, 61, 61, 1);
}

.msp-cn-1-39 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 46px;
    line-height: 36px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(61, 61, 61, 1);
}

.msp-cn-3-40 {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
    color: #ffffff;
}

.msp-cn-1-41 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 16px;
    line-height: normal;
    color: #180e0e;
}

.msp-cn-1-42 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 16px;
    line-height: normal;
    color: #180e0e;
}

.ms-slide .ms-layer, .ms-fixed-layers .ms-layer {
    position: absolute;
    pointer-events: auto;
    text-shadow: none;
}

/*------------------------------------------------------------------------------------------------------------------*/
/*   #To make Responsive   
/*------------------------------------------------------------------------------------------------------------------*/
/* 

*  1 - media screen and (max-width: 992px)

*  2 - media screen and (max-width: 800px)

*  3 - media screen and (max-width: 768px)

*  4 - media screen and (max-width: 640px)

*  5 - media screen and (max-width: 500px)

*  6 - media screen and (max-width: 480px)

*  7 - media screen and (max-width: 320px)
*/
/**  1 - media screen and (max-width: 992px).
--------------------------------------------------------------------------------------------------- */
/* Element Appear Effect 
---------------------------------------------------------------------- */

@media screen and (max-width: 1199px) {

    #top-section #peace-menu .nav > li > a {
        color: #fff;
        text-transform: uppercase;
        padding-top: 22px;
        padding-bottom: 20px;
        font-size: 13px;
        font-weight: 600;
        padding-right: 10px;
        padding-left: 10px;
    }
}
/* Element Appear Effect End
---------------------------------------------------------------------- 

/**  2 - media screen and (max-width: 800px).
--------------------------------------------------------------------------------------------------- */
/**  3 - media screen and (max-width: 768px).
--------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
    .donate .donate-details .goal {
        width: 120px;
        height: 120px;
    }

    .event .centered {
        float: none;
    }

    .service .service-person {
        border: none;
    }

    .shedule .sunrise {
        float: left;
    }

    .shedule .sunset {
        left: 40px;
    }

    .nav > li > a {
        padding: 0px 10px;
    }

    #top-section #peace-menu .nav > li {
        float: left;
        display: inline-block;
    }

        #top-section #peace-menu .nav > li > a {
            color: #fff;
            text-transform: uppercase;
            padding-top: 20px;
            padding-bottom: 20px;
            font-size: 10px;
            font-weight: 600;
            padding-left: 8px;
            padding-right: 8px;
        }

    .event .section-title {
        font-size: 3em;
    }

    .service .service-detail-2nd {
        padding-top: 50px;
    }

    .service .service-details .pooja {
        text-align: center;
    }

    .service .service-details .darson {
        text-align: center;
    }

    .event .section-title {
        display: block;
        float: none;
    }

    .quotes .ref {
        text-align: left;
        padding-left: 50px;
        padding-right: 0;
        padding-top: 45px;
        font-weight: 700;
        font-size: 18px;
        margin-left: 220px;
    }

    .donate .found {
        font-size: 18px;
    }

    .donate .meter {
        height: 25px;
    }

    .donate .donate-details .goal .content h3 {
        font-size: 18px;
        top: 25px;
    }

    .donate .donate-details .goal .content span {
        font-size: 18px;
        top: 15px;
    }

    .donate .custom-btn {
        padding: 7px 30px;
        font-size: 15px;
    }

    .msp-cn-1-4 {
        font-size: 25px !important;
    }

    .about-us .service-person img {
        border-radius: 50%;
        border: 5px solid #191110;
        margin-bottom: 10px;
        width: 170px;
        height: 170px;
    }

    .shedule .no-margin {
        margin-bottom: 10px;
        border-bottom: 1px solid #F9F9F9;
        padding-bottom: 15px;
    }

    #location .social-icons ul li {
        width: 150px;
    }

    .col-md-4 .feature-img {
        height: inherit;
    }
}

@media screen and (max-width: 767px) {
    #top-section #peace-menu .nav {
        float: none;
        text-align: left;
        background-color: #fff;
    }

        #top-section #peace-menu .nav > li {
            display: block;
            border-bottom: 1px solid #F5F5F5;
            float: none;
        }

    #peace-menu .fa {
        float: right;
        margin-top: 4px;
    }

    #top-section #peace-menu .nav > li > a:hover,
    #top-section #peace-menu .nav > li > a:focus,
    #top-section #peace-menu .nav > li > a:active {
        color: #f1c152;
        background: #f2efef;
    }

    #top-section #peace-menu .navbar-toggle {
        background: #111111;
        border-radius: 0;
    }

    #top-section #peace-menu .nav > li > ul.dropdown-menu:after {
        content: "";
        display: none;
        border-style: none !important;
        border-color: transparent transparent;
    }

    #top-section #peace-menu .nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
        color: #686664;
    }

        #top-section #peace-menu .nav > li > a.donate {
            margin-left: 0px;
        }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 25px;
    }

    .navbar-nav .open .dropdown-menu {
        margin-left: 0px;
    }

    .dropdown-menu > li {
        padding: 0px 0px;
        border-bottom: 1px solid #e9e5e5;
        background: #F3F3F3;
    }

    #top-section #peace-menu .button-skew {
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        margin-left: 0;
    }

    #top-section #peace-menu .nav > li > a.donate-button {
        padding-left: 0;
        margin-left: 0px;
        padding-right: 0;
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    body, button, input, select, textarea {
        font-size: 14px;
        line-height: 1.3;
    }

    .h1, h1 {
        font-size: 30px;
    }

    .section-title {
        /*font-family: yellowtail;*/
        padding-bottom: 18px;
        font-size: 2.3em;
    }

    .event .section-title {
        font-size: 2.2em;
        text-align: center;
    }

    .portfolio .read-more {
        padding: 15px;
    }

    .post-info-block {
        padding-left: 0;
    }

    .post-list-container .post-img img {
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .msp-cn-1-4 {
        font-size: 15px !important;
    }

    .msp-cn-1-9, .msp-cn-1-5 {
        font-size: 10px !important;
    }

    .ms-btn-n {
        padding: 10px 20px !important;
    }

    .news-author {
        color: #e9e5e5;
        font-size: 12px;
    }

        .news-author i {
            margin-right: 5px;
        }

        .news-author .tm {
            margin-right: 5px;
        }

        .news-author .cmnt {
            margin-left: 0px;
        }

        .news-author .usr {
            margin-right: 5px;
            margin-left: 5px;
        }

    .peace-blog {
        margin-bottom: 20px !important;
    }

    .sermons .portal {
        width: 95%;
    }

        .sermons .portal img {
            width: 120px;
            height: 120px;
        }

    .shedule .shedule-time:before {
        width: 0;
    }

    .shedule .shedule-time:after {
        width: 90%;
    }

    .shedule .no-margin {
        margin-bottom: 20px;
        border-bottom: none;
    }

    .shedule .responsive-fix {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .donate .found {
        font-size: 18px;
    }

    .donate .meter {
        height: 25px;
    }

    .donate .donate-details .goal .content h3 {
        font-size: 20px;
        top: 30px;
    }

    .donate .donate-details .goal .content span {
        font-size: 18px;
        top: 22px;
    }

    .donate .custom-btn {
        padding: 7px 30px;
        font-size: 15px;
    }

    .about-us .service-person {
        margin-bottom: 30px;
    }

    .about-us .service-details .head {
        font-size: 20px;
    }

    #location .social-icons ul li {
        display: inline-block;
        margin-right: 0;
        margin-left: 0;
        width: 160px;
        position: relative;
        margin-bottom: 20px;
        text-align: left;
    }

        #location .social-icons ul li:after {
            content: "";
            width: 0px;
            height: 46px;
            position: absolute;
            background: #D2D2D2;
            right: -9px;
            -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            transform: rotate(30deg);
        }

    .col-md-4 .feature-img {
        height: inherit;
    }

    .all-event {
        margin-bottom: 50px;
    }

    #blog-page-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #top-section #peace-menu .donate:before {
        height: 44px;
        content: "";
        display: none;
    }

    #top-section #peace-menu .donate:after {
        height: 44px;
        content: "";
        display: none;
    }

    .navbar-nav {
        margin-bottom: 0;
    }

    .about-us .service-details .darson {
        font-size: 14px;
    }

    .post-list-container .post-info-block h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .ms-btn-n {
        padding: 8px 20px !important;
    }

    .sunrise img {
        float: none;
    }

    .shedule .sunrise {
        float: left;
        text-align: center;
    }

    .client {
        text-align: center;
    }

    .quotes .prophet {
        position: relative;
        width: 200px;
        float: left;
    }

    .svg-fill {
        position: absolute;
        top: 0;
        width: 200px;
    }

    .quotes .content {
        padding: 28px;
        border-radius: 25px;
        position: absolute;
        top: 50px;
        left: 15px;
    }

        .quotes .content span {
            font-size: 25px;
        }

        .quotes .content h3 {
            font-size: 25px;
        }

    .event .bgLayer .text p.val {
        font-size: 30px;
        top: 15px;
    }

    .event .bgLayer .text p.time_text {
        font-size: 20px;
    }

    .wpcf7-form .form-group {
        padding-right: 10px;
        display: table;
        width: 100%;
    }

    .widget {
        margin-bottom: 30px;
    }

    .all-event .event-period .comments-share .social-button {
        position: absolute;
        left: -71px;
        top: 23px;
    }

        .all-event .event-period .comments-share .social-button:after, .all-event .event-period .comments-share .social-button:before {
            display: none;
        }

    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .what-we-do {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .sermons-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        background-color: #f7f7f7 !important;
    }

    .shedule .sunset {
        left: 30px;
    }
}

@media screen and (max-width: 710px) {
    .location ul li {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 620px) {
    .donate .donate-details .goal {
        width: 150px;
        height: 150px;
        margin-bottom: 20px;
    }

    .shedule .sunset {
        left: 20px;
    }

    .pagination-nav ul li:nth-child(2) {
        display: none;
    }

    .event .bgLayer .text p.val {
        font-size: 30px;
        top: 15px;
    }

    .event .bgLayer .text p.time_text {
        font-size: 20px;
    }
}

@media screen and (max-width: 690px) {
    .pagination-nav ul li:nth-child(2) {
        display: none;
    }

    .pagination-nav ul li:nth-child(3) {
        display: none;
    }

    .pagination-nav ul li:nth-child(4) {
        display: none;
    }

    .pagination-nav ul li:nth-child(5) {
        display: none;
    }

    .pagination-nav ul li:nth-child(6) {
        display: none;
    }
}

@media screen and (max-width: 530px) {
    .logo img {
        width: 100px;
    }

    .post-list-container .post-info-block h2 {
        font-size: 18px;
    }

    .location ul li {
        width: 80px;
    }

        .location ul li span {
            display: none;
        }

        .location ul li:after {
            background: none;
        }

    .location ul li {
        width: 40px;
    }

    .post-list-container .post-list-block {
        border-bottom: 0;
    }

    .quotes .prophet {
        position: relative;
        width: 130px;
        height: 152px;
        float: none;
        margin: auto;
    }

    .svg-fill {
        position: absolute;
        top: 0;
        width: 130px;
    }

    .border-svg:after {
        content: "\f10d";
        font-family: fontawesome;
        position: absolute;
        top: 22px;
        right: -16px;
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 0.9em;
    }

    .quotes .content {
        padding: 15px;
        border-radius: 25px;
        position: absolute;
        top: 28px;
        left: 3px;
        font-size: 10px;
    }

        .quotes .content span {
            font-size: 22px;
        }

        .quotes .content h3 {
            font-size: 24px;
        }

    .quotes .ref {
        text-align: center;
        padding-left: 20px;
        padding-right: 0;
        padding-top: 25px;
        font-weight: 700;
        font-size: 15px;
        margin-left: 0;
    }

    .about-us .service-details .head {
        font-size: 18px;
    }

    .about-us .service-details .darson {
        font-size: 14px;
    }

    .portfolio-filter button {
        font-size: 11px;
        padding: 4px;
    }

    .msp-cn-1-9, .msp-cn-1-5 {
        display: none;
    }

    .msp-cn-3-8 {
        top: 150px !important;
    }

    .sermons .portal {
        width: 95%;
        text-align: center;
    }

        .sermons .portal img {
            float: none;
        }

    .home .portal a {
        font-size: 15px;
        line-height: 24px;
    }

    .sermons-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        background-color: #f7f7f7 !important;
    }

    .donate .donate-details {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 430px) {
    .shedule .shedule-time {
        padding: 0;
        border-bottom: none;
    }

    .shedule .hour {
        width: 55px;
        height: 55px;
    }

    .shedule .sunset {
        left: 10px;
    }

    .shedule .sunrise h1 {
        font-size: 25px;
    }

    .shedule .shedule-time h3 {
        font-size: 15px;
    }

    .shedule .no-margin {
        margin-bottom: 20px;
    }

    .shedule .responsive-fix {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .shedule .schedule-name {
        padding: 0;
    }

    .shedule .shedule-time:after {
        left: 0;
        top: 70px;
        width: 100%;
    }

    .donate .donate-details .goal .content h3 {
        font-size: 18px;
        top: 27px;
    }

    .donate .donate-details .goal .content span {
        font-size: 18px;
        top: 13px;
    }

    .product-lists .col-xs-6 {
        width: 100% !important;
    }

    .msp-cn-3-8 {
        font-family: "Roboto";
        font-weight: 900;
        font-size: 46px;
        letter-spacing: -1px;
        line-height: 36px;
        color: #180e0e;
        top: 120px !important;
    }

    .msp-cn-1-4 {
        font-size: 12px !important;
    }

    .period-session {
        border-right: none;
    }

    .all-event .event-period .comments-share {
        padding: 0;
    }
}

@media screen and (max-width: 410px) {
    .donate .donate-details .goal {
        width: 120px;
        height: 120px;
        margin-bottom: 10px;
    }

    .pagination-nav li:last-child {
        margin-left: 3px;
    }

    .pagination-nav li:first-child {
        margin-right: 3px;
    }

    .pagination-nav li a {
        padding: 8px 5px;
        font-size: 13px;
    }

        .pagination-nav li a:hover {
            padding: 8px 5px;
            font-size: 13px;
        }

    .pagination-nav ul {
        padding-left: 0px;
    }

    .portfolio-filter button {
        font-size: 10px;
        padding: 2px;
    }
}

@media screen and (max-width: 768px) {
    .top-section #peace-menu .nav > li {
        display: block;
    }
}
/**  4 - media screen and (max-width: 640px).
--------------------------------------------------------------------------------------------------- */
/**  5 - media screen and (max-width: 500px).
---------------------------------------------------------------------------------------------------*/

/*Accounting*/
.gridGhostText {
    color: #babec5;
    font-weight: 500;
}

#tbl_addExpense tbody tr td {
    padding: 5px 15px !important;
}

#tbl_addExpense tbody i {
    color: #000;
}
#btn_addCategory {
    float: right;
    margin-bottom: 10px;
    margin-right: 5px;
}