/*
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: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.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;
}

section.service-section {
    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 {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    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: #ddd;
}

a:hover,
a:focus,
a:active {
    color: #3E3E3E;
}

a:focus {
    outline: thin dotted;
}

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 #peace-menu .nav > li > ul.dropdown-menu {
    border-top: 4px solid #F1C152;
}

#top-section #peace-menu .nav > li > ul.dropdown-menu {
    padding: 0px;
    background: #FFFFFF;
}

#top-section #peace-menu .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: 100px;
    padding-bottom: 100px;
}

.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: 9999;
}

.fs-lightbox-content img {
    max-width: inherit;
    max-height: inherit;
}





/*------------------------------------------------------------------------------------------------------------------*/
/*    woocommerce
/*------------------------------------------------------------------------------------------------------------------*/
/* 3.6 - Top Cart
---------------------------------------------*/
#top-cart {
    margin-right: 0;
}

#top-cart {
    position: relative;
}

#top-cart {
    float: right;
    position: relative;
    right: -6px;
}

#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:hover .top-cart-content {
    position: absolute;
    top: 26px;
    right: -68px;
    left: auto;
    height: auto;
    width: 280px;
    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: 9999;
}

#top-cart:hover .top-cart-content {
    overflow: visible;
}

#top-cart:hover .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: 12px 15px;
    border-bottom: 1px solid #eeeeee;
}

.top-cart-title h4 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top-cart-items {
    padding: 5px;
}

.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: 185px;
}

.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 {
    display: block;
    position: absolute;
    border: 2px solid #dcd6d2;
    width: 32px;
    height: 32px;
    font-size: 14px;
    right: -68px;
    top: -2px;
    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-top: 90px;
}

.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: 60px;
}


.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%;
    -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: 100%;
    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:hover {
    color: #00a1cb;
}

.product-action a.add-to-cart {
    width: auto;
    border-color: #C5C5C5;
    color: #3E3E3E;
    font-size: 13px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

.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: 16px;
}

.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: 0;
    border-top: 2px solid #F5B958;
    border-bottom-color: transparent;
}

.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: 5px 5px 0 10px;
}

.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: left;
    }
    .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: 768px) {
    body, button, input, select, textarea {
        font-size: 14px;
        line-height: 1.3;
    }
    .h1, h1 {
        font-size: 30px;
    }
    #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;
    }
    .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;
    }
}
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}





.team-sec{padding:10px; 0;}
.team .photo {width: 250px; height: 250px; display: inline-block; overflow: hidden; position: relative; }
.photo-shadow {position: absolute; z-index: -1; top: 12px; left: 16px; bottom: -10px; border: 1px solid #E3E3E3; height: 250px; width: 246px; background: #fff; }
.col-item{position: relative;}
.team{margin-top: 60px;}
.team .photo img{width: 100%;    vertical-align: middle;position: relative;}
.social-connect{margin-top: 13px;}
.info{margin-top: 22px;}
.info .name{font-size: 18px;font-weight: 600;margin-bottom: 2px;}
.info .degination{font-size: 16px;font-weight: 300;font-style: italic;color: #8B8B8B;}
.social-connect a{ display: inline-block; border: 1px solid #E3E3E3; font-size: 14px; color: #919191; width: 24px; height: 24px; text-align: center; line-height: 24px;margin-right: 4px;}
.social-connect a .fa{margin: 0;}
.social-connect a:hover{background-color: #4EBEE9;color: #fff;} .carousel-line{    border: 1px solid #ddd; height: 320px; position: absolute; bottom: -90px; width: 110%; left: -5.5%;}
.carousel-line > .controls{position: absolute; bottom: -16px; left: 50%; margin-left: -50px; background: #fff; padding: 0px 20px; color: #000;}
.carousel-line > .controls > a{    color: #868686; font-size: 24px; font-weight: 300;}










.padding-lg {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}


.our-webcoderskull{
  background: url("http://www.webcoderskull.com/img/right-sider-banner.png") no-repeat center top / cover;
  
}
.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
	font-size: 16px;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#337ab7;
	
}
.our-webcoderskull .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
   margin: 0px;
}
.our-webcoderskull .cnt-block .follow-us{
	margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
	width:auto; 
	margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}











/**  4 - media screen and (max-width: 640px).
--------------------------------------------------------------------------------------------------- */
/**  5 - media screen and (max-width: 500px).
---------------------------------------------------------------------------------------------------><!-->




/* Compact maroon and gold header matching supplied design. */
#top-section{background:#fff;border-top:1px solid #eee}
#top-section>.container{height:60px}
#top-section .address{margin-top:18px;margin-bottom:0}
#top-section .address ul{padding-left:0}
#top-section .address ul li{display:inline-block;margin:0 16px 0 0;color:#3d3d3d;font-size:13px;white-space:nowrap}
#top-section .address ul li+li{border-left:1px solid #e3c47c;padding-left:16px}
#top-section .address ul li i{width:auto;height:auto;border:0;line-height:1;font-size:14px;color:#68131a;margin-right:7px}
#top-section .logo{margin-top:0;height:60px}
#top-section .logo img{height:58px;width:auto;margin:1px auto}
#top-section .logo a{display:block;text-align:center}
#top-section .social-search{margin-top:18px;margin-right:0;font-size:13px}
#top-section .social-search ul{margin-right:0}
#top-section .social-search ul li{margin:0 0 0 10px}
#top-section .social-search ul li a{display:block;width:19px;height:19px;border:1px solid #b9a19a;border-radius:50%;color:#68131a;text-align:center;line-height:18px}
#top-section .menu-slider{margin:0;padding:0;transform:none;background:transparent}
#top-section #peace-menu{min-height:35px;background:#3b0b0d;border-bottom:3px solid #d9a83d}
#top-section #peace-menu .container{padding:0}
#top-section #peace-menu .nav{height:32px}
#top-section #peace-menu .nav>li{height:32px;vertical-align:top}
#top-section #peace-menu .nav>li:not(.button-skew)+li:not(.button-skew){border-left:1px solid rgba(241,193,82,.45)}
#top-section #peace-menu .nav>li>a{position:relative;padding:10px 17px 8px;color:#fff;font-size:10px;font-weight:700;line-height:14px}
#top-section #peace-menu .nav>li:first-child>a:after,#top-section #peace-menu .nav>li.active>a:after{content:"";position:absolute;left:17px;right:17px;bottom:1px;height:2px;background:#d9a83d}
#top-section #peace-menu .nav>li.button-skew{transform:skewX(-23deg);background:#e2b342;margin-left:8px;padding:0 18px}
#top-section #peace-menu .nav>li.button-skew>a {
    transform: skewX(23deg);
    color: #3b0b0d!important;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
}
#top-section #peace-menu .nav>li.button-skew>a:after{display:none}
@media(max-width:767px){#top-section>.container,#top-section .logo{height:66px}#top-section .logo img{height:64px;margin-top:1px}#top-section .navbar-header{min-height:38px}#top-section #peace-menu .navbar-toggle{margin:5px 12px;background:#d9a83d;border:0}#top-section #peace-menu .navbar-toggle .icon-bar{background:#3b0b0d}#top-section #peace-menu .navbar-collapse{border-top:1px solid #6d3430;background:#3b0b0d}#top-section #peace-menu .nav{height:auto;margin:0}#top-section #peace-menu .nav>li{display:block;height:auto;border-left:0!important}#top-section #peace-menu .nav>li>a{padding:12px 20px;text-align:left;font-size:12px}#top-section #peace-menu .nav>li:first-child>a:after,#top-section #peace-menu .nav>li.active>a:after{left:20px;right:auto;width:34px;bottom:6px}#top-section #peace-menu .nav>li.button-skew{transform:none;margin:0;padding:0}#top-section #peace-menu .nav>li.button-skew>a{transform:none;text-align:left}}

/* Navigation typography requested by client. */
#top-section #peace-menu .nav>li>a{font-size:14px;padding-top:12px;padding-bottom:10px;line-height:16px}
#top-section #peace-menu .nav,#top-section #peace-menu .nav>li{height:40px}
#top-section #peace-menu{min-height:43px}
@media(max-width:767px){#top-section #peace-menu .nav>li{height:auto}#top-section #peace-menu .nav>li>a{font-size:14px;padding:12px 20px;line-height:18px}}

/* Mobile masthead: keep contact details available above the logo. */
@media(max-width:767px){
 #top-section>.container{height:118px;padding-top:4px}
 #top-section .address{display:block!important;position:absolute;top:72px;left:0;width:100%;margin:0;padding:0;text-align:center;z-index:2}
 #top-section .address ul li{font-size:9px;margin-right:8px}
 #top-section .address ul li+li{padding-left:8px}
 #top-section .address ul li i{font-size:11px;margin-right:4px}
 #top-section .logo{height:66px;margin:0;text-align:center}
 #top-section .logo a{display:flex;justify-content:center;align-items:center;height:66px}
 #top-section .logo img{display:block;height:62px;max-width:100%;object-fit:contain;margin:0 auto}
 #top-section .address .pull-left{float:none!important;text-align:center}
 #top-section #peace-menu .navbar-header{position:relative;display:block;height:43px}
 #top-section #peace-menu .navbar-toggle{display:block;float:right;position:relative;z-index:10004;margin:5px 10px;padding:8px 10px}
 #top-section .menu-slider{position:relative}
 #top-section #peace-menu .navbar-collapse.collapse{display:none!important}
 #top-section #peace-menu .navbar-collapse.collapse.in{display:block!important}
}
@media(max-width:767px){#top-section #peace-menu .navbar-collapse.in{display:block!important}}

/* Purpose/values banner replacing the old countdown event strip. */
.purpose-values-section{background:#170d0e;padding:10px 0}
.purpose-values-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #744a10;border-radius:8px;overflow:hidden;background:linear-gradient(90deg,#221208,#38200a,#221208);box-shadow:inset 0 0 0 1px rgba(242,184,55,.12)}
.purpose-value{display:flex;align-items:center;gap:10px;min-height:62px;padding:7px 14px;border-right:1px solid #744a10;color:#f4d391}
.purpose-value:last-child{border-right:0}
.purpose-icon{flex:0 0 34px;color:#f4b82f;font-size:32px;line-height:1;text-align:center}
.purpose-value h3{margin:0 0 3px;color:#f4c35b;font-size:13px;font-weight:700}
.purpose-value p{margin:0;color:#edd8b1;font-size:9px;line-height:1.35}
@media(max-width:767px){.purpose-values-section{padding:8px 5px}.purpose-values-grid{grid-template-columns:1fr 1fr}.purpose-value{min-height:82px;padding:8px;border-bottom:1px solid #744a10}.purpose-value:nth-child(2){border-right:0}.purpose-value:nth-child(3),.purpose-value:nth-child(4){border-bottom:0}.purpose-icon{font-size:25px;flex-basis:27px}.purpose-value h3{font-size:11px}.purpose-value p{font-size:8px}}

/* Keep the expanded mobile navigation above the hero slider. */
@media(max-width:767px){
 #top-section .menu-slider{position:relative;z-index:10000}
 #top-section #peace-menu{position:relative;z-index:10001}
 #top-section #peace-menu .navbar-collapse.in{position:absolute;top:43px;left:0;right:0;width:100%;z-index:10002;box-shadow:0 5px 12px rgba(0,0,0,.35)}
 #top-section #peace-menu .navbar-collapse.in .nav{position:relative;z-index:10003;background:#3b0b0d}
 #top-section #peace-menu .navbar-collapse.in{height:auto!important;max-height:none!important;overflow:visible!important}
 #top-section #peace-menu .navbar-collapse.in .menu-menu-1-container,
 #top-section #peace-menu .navbar-collapse.in .nav{display:block!important;width:100%!important;height:auto!important;min-height:0!important;overflow:visible!important}
 #top-section #peace-menu .navbar-collapse.in .nav>li{float:none!important;display:block!important;width:100%!important;height:auto!important;min-height:0!important}
 #top-section #peace-menu .navbar-collapse.in .nav>li>a{display:block!important;width:100%!important;height:auto!important;white-space:normal!important}
 #myCarousel{position:relative;z-index:1}
}

/* History section restyle: preserve existing copy and image, update presentation only. */
.what-we-do{background:#fffaf2 url("images/09/section-bg.jpg") center/cover;padding:28px 0 34px}
.what-we-do>.container{max-width:1170px}
.what-we-do>.container>.row{position:relative}
.what-we-do .section-title{width:50%;margin:0 0 14px;padding:0 15px;text-align:left!important;color:#5b1718;font-size:31px;font-weight:700;line-height:1.18;border-bottom:1px solid #e8b64a;padding-bottom:12px}
.what-we-do .section-title:after{content:"?";display:block;color:#e8b64a;text-align:center;font-size:13px;line-height:1;position:relative;top:18px;background:#fffaf2;width:24px;margin:-7px auto 0}
.what-we-do .col-sm-6:first-of-type{width:50%;padding-right:8px}
.what-we-do .col-sm-6:first-of-type .content-wrapper{background:#fff4df;border-radius:16px;padding:15px 18px;box-shadow:0 5px 14px rgba(117,65,22,.12);min-height:190px}
.what-we-do .col-sm-6:first-of-type .section-detail{font-size:12px;line-height:1.55;color:#492d26}
.what-we-do .col-sm-6:first-of-type .section-detail:before{content:"?";float:left;background:#e7b44a;color:#6c1d1b;border-radius:50%;font-size:22px;font-weight:700;line-height:34px;text-align:center;width:34px;height:34px;margin:0 10px 5px 0}
.what-we-do .col-sm-6:nth-of-type(2){width:50%;padding-left:8px}
.what-we-do .col-sm-6:nth-of-type(2)>img{width:100%;height:305px;object-fit:cover;border:4px solid #fff;border-radius:14px;box-shadow:0 2px 8px rgba(0,0,0,.18)}
.what-we-do .custom-btn{background:#7a1d1e;color:#fff!important;border-radius:18px;padding:7px 15px;font-size:10px;margin-top:12px}
@media(max-width:767px){
 .what-we-do{padding:24px 10px}.what-we-do .section-title{width:100%;font-size:24px;text-align:center!important}.what-we-do .col-sm-6:first-of-type,.what-we-do .col-sm-6:nth-of-type(2){width:100%;padding:0}.what-we-do .col-sm-6:nth-of-type(2)>img{height:260px;margin-top:18px}.what-we-do .col-sm-6:first-of-type .section-detail{font-size:11px}
}

.what-we-do{background:#fff!important}
.what-we-do .section-title:after{background:#fff!important}

/* Match the text card and photo dimensions. */
.what-we-do .col-sm-6:first-of-type .content-wrapper{height:305px;min-height:305px;overflow:hidden}
.what-we-do .col-sm-6:nth-of-type(2)>img{height:305px}
@media(max-width:767px){.what-we-do .col-sm-6:first-of-type .content-wrapper{height:auto;min-height:0}.what-we-do .col-sm-6:nth-of-type(2)>img{height:260px}}

/* Keep the full text; enlarge the accompanying image instead. */
.what-we-do .col-sm-6:first-of-type .content-wrapper{height:auto;min-height:305px;overflow:visible}
.what-we-do .col-sm-6:nth-of-type(2)>img{height:500px;object-fit:cover}
@media(max-width:767px){.what-we-do .col-sm-6:first-of-type .content-wrapper{height:auto;min-height:0}.what-we-do .col-sm-6:nth-of-type(2)>img{height:300px}}

/* Trustee/profile cards styled like the supplied reference. */
.what-we-do .row>br{display:none}
.what-we-do .about-us .service-person{display:flex;align-items:center;gap:16px;text-align:left;background:linear-gradient(100deg,#fffdf8,#fff8eb);border:1px solid #eadfca;border-radius:14px;padding:10px 14px;box-shadow:0 2px 8px rgba(102,65,24,.12);min-height:125px}
.what-we-do .about-us .service-person img{flex:0 0 104px;width:104px;height:104px;margin:0;border:3px solid #8b4a24;outline:1px solid #d8b25e;object-fit:cover}
.what-we-do .about-us .service-person .person-details{flex:1}
.what-we-do .about-us .service-person h2{margin:0 0 4px;color:#76201e;font-size:16px;line-height:1.25;font-weight:700}
.what-we-do .about-us .service-person span{display:block;color:#533c2d;font-size:11px;line-height:1.35}
.what-we-do .about-us .service-person .person-content{margin-top:5px;color:#594638;font-size:10px;line-height:1.4}
.what-we-do .row>.col-sm-6:nth-last-child(3),.what-we-do .row>.col-sm-5{padding:0 8px;width:50%}
.what-we-do .row>.col-sm-5{width:50%}
.what-we-do .peace-separator{display:none}
@media(max-width:767px){.what-we-do .row>.col-sm-6:nth-last-child(3),.what-we-do .row>.col-sm-5{width:100%;padding:0;margin-top:12px}.what-we-do .about-us .service-person{min-height:110px;padding:8px}.what-we-do .about-us .service-person img{flex-basis:82px;width:82px;height:82px}.what-we-do .about-us .service-person h2{font-size:13px}}

/* Make both profile cards identical in size. */
.what-we-do .about-us .service-person{height:140px;min-height:140px;box-sizing:border-box}
@media(max-width:767px){.what-we-do .about-us .service-person{height:auto;min-height:110px}}

/* Gallery: clean responsive grid while retaining every existing image and lightbox link. */
.gallery-section .isotope-items{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;height:auto!important;position:relative!important}
.gallery-section .isotope-items .item{position:relative!important;left:auto!important;top:auto!important;width:auto!important;height:260px!important;margin:0!important;overflow:hidden;border-radius:13px;background:#eee}
.gallery-section .isotope-items .item>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.gallery-section .isotope-items .item:hover>img{transform:scale(1.04)}
.gallery-section .isotope-items .item-description{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(43,9,10,.42);opacity:0;transition:opacity .25s ease;z-index:2}
.gallery-section .isotope-items .item:hover .item-description{opacity:1}
.gallery-section .isotope-items .item-link a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#dcae43;color:#3b0b0d!important;text-decoration:none}
.gallery-section .isotope-items .plus-sign:before{content:"+";font-family:Arial,sans-serif;font-size:34px;font-weight:300;line-height:1}
@media(max-width:991px){.gallery-section .isotope-items{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.gallery-section .isotope-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.gallery-section .isotope-items .item{height:180px!important;border-radius:9px}.gallery-section .isotope-items .item-link a{width:40px;height:40px}}

/* Show exactly three rows of four gallery items; no extra view-more area. */
.gallery-section .isotope-items{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:repeat(3,260px);overflow:hidden}
.gallery-section .isotope-items .item:nth-child(n+13){display:none!important}
@media(max-width:767px){.gallery-section .isotope-items{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(6,180px)}}

/* Gallery alignment: fill the white area with four images per row and remove the CTA tile. */
.gallery-section,.gallery-section .portfolio-item,.gallery-section .isotope-items{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
.gallery-section .isotope-items{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:repeat(2,260px)!important;gap:6px!important;height:auto!important;transform:none!important}
.gallery-section .isotope-items .item{display:block!important;position:relative!important;transform:none!important;grid-column:auto!important;grid-row:auto!important}
.gallery-section .isotope-items .item:nth-child(n+9){display:none!important}
.gallery-section .read-more,.gallery-section .view-more{display:none!important}
@media(max-width:767px){.gallery-section .isotope-items{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(4,180px)!important}.gallery-section .isotope-items .item:nth-child(n+9){display:none!important}}

/* Home-page gallery: show all existing preview images in the grid. */
body.home .gallery-section .isotope-items{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:none!important;height:auto!important;position:relative!important;transform:none!important}
body.home .gallery-section .isotope-items .item{display:block!important;position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:auto!important;height:260px!important;margin:0!important}
body.home .gallery-section .isotope-items .item:nth-child(n+9){display:block!important}
body.home .gallery-section .read-more{display:none!important}
@media(max-width:767px){body.home .gallery-section .isotope-items{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.home .gallery-section .isotope-items .item{height:180px!important}}

body.home .gallery-section .isotope-items .item{visibility:visible!important;opacity:1!important}

/* Repair the two profile-card columns without affecting the history text/image columns. */
.what-we-do .row>div:has(> .content-wrapper .service-person){float:left!important;width:50%!important;padding:0 8px!important;margin:0!important;clear:none!important}
.what-we-do .row>div:has(> .content-wrapper .service-person) .content-wrapper{height:auto!important;min-height:0!important}
.what-we-do .row>div:has(> .content-wrapper .service-person) .about-us{height:auto!important;min-height:0!important}
.what-we-do .row>div:has(> .content-wrapper .peace-separator){display:none!important;width:0!important;padding:0!important}
.what-we-do .row:after{display:block;content:"";clear:both}
@media(max-width:767px){.what-we-do .row>div:has(> .content-wrapper .service-person){float:none!important;width:100%!important;padding:0!important;margin-top:12px!important}}

/* Explicit left/right order for the two founder cards. */
.what-we-do .row>div:has(.service-person img[src*="user.png"]){float:left!important;clear:none!important;width:50%!important}
.what-we-do .row>div:has(.service-person img[src*="user1.png"]){float:right!important;clear:none!important;width:50%!important}
@media(max-width:767px){.what-we-do .row>div:has(.service-person img[src*="user.png"]),.what-we-do .row>div:has(.service-person img[src*="user1.png"]){float:none!important;width:100%!important}}

/* Founder profiles: two independent equal columns in one parallel row. */
.what-we-do .row>div:has(.service-person){display:inline-block!important;vertical-align:top!important;float:none!important;clear:none!important;width:49%!important;padding:0 8px!important;margin:0!important}
.what-we-do .row>div:has(.service-person) .service-person{width:100%;height:140px}
@media(max-width:767px){.what-we-do .row>div:has(.service-person){display:block!important;width:100%!important;padding:0!important;margin-top:12px!important}.what-we-do .row>div:has(.service-person) .service-person{height:auto}}

/* Trustee slider cards styled to match the supplied reference. */
.team-sec {
    background: linear-gradient(#fffaf0 0 88%,#5b0e12 88% 100%);
    padding: 59px 0;
}
.team-sec h1{color:#6c1718;font-size:24px;margin:0 0 12px}
.team.team-web-view{margin-top:0}
.team.team-web-view .carousel-inner>.item>.row{display:flex;gap:14px;margin:0}
.team.team-web-view .carousel-inner>.item>.row>.col-sm-3{flex:1;width:25%;padding:0}
.team .col-item{background:#fffaf0;border:1px solid #e3c892;border-radius:16px;padding:8px 7px 12px;box-shadow:0 3px 8px rgba(92,44,16,.14);text-align:center;min-height:255px}
.team .photo-shadow{display:none}
.team .photo{width:126px;height:126px;border-radius:50%;border:2px solid #d99f32;padding:4px;background:#fff;display:block;margin:0 auto 8px}
.team .photo img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.team .info{margin-top:0}
.team .info .name{display:inline-block;background:#6f171a;color:#fff;border-radius:6px;padding:5px 8px;margin:0 -2px 8px;font-size:12px;line-height:1.18;min-height:34px}
.team .info .degination{font-size:10px;font-style:normal;color:#4d3a2d;line-height:1.45}
.team .info .degination:before{content:"?";display:inline-block;background:#78201f;color:#fff;border-radius:50%;font-size:8px;width:18px;height:18px;line-height:18px;margin-right:5px}
.team .carousel-line{height:0;border:0;bottom:-24px;width:100%;left:0}
.team .carousel-line .controls{bottom:0;background:transparent}
.team .carousel-line .controls a{color:#6f171a;background:#f0c04b;border-radius:50%;font-size:16px;padding:4px 8px}
@media (min-width:768px) and (max-width:991px){
    .team.team-web-view .carousel-inner>.item>.row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .team.team-web-view .carousel-inner>.item>.row>.col-sm-3{width:auto;float:none!important;display:block!important;margin:0!important;padding:0!important}
    .team.team-web-view .carousel-inner>.carousel-item>.row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0!important}
    .team.team-web-view .carousel-inner>.carousel-item{position:relative!important;float:none!important;width:100%!important}
    .team.team-web-view .carousel-inner>.carousel-item:not(.active){display:none!important}
    .team.team-web-view .carousel-inner>.carousel-item.active{display:block!important}
}
@media(max-width:767px){.team-sec{background:linear-gradient(#fffaf0 0 95%,#5b0e12 95%)}.team.team-web-view .carousel-inner>.item>.row{display:grid;grid-template-columns:1fr;gap:8px}.team.team-web-view .carousel-inner>.item>.row>.col-sm-3{width:auto}.team .col-item{min-height:230px}.team .photo{width:95px;height:95px}.team .info .name{font-size:10px}.team .info .degination{font-size:9px}}

/* Let stacked mobile cards determine the carousel height instead of clipping the last card. */
@media(max-width:767px){
    .team-sec{padding-bottom:10px!important;background:#fffaf0}
    .team.team-web-view .carousel-inner{overflow:visible!important}
    .team.team-web-view .carousel-inner>.carousel-item{overflow:visible}
    .team.team-web-view .carousel-inner{height:auto!important;min-height:0!important}
    .team.team-web-view .carousel-item{height:auto!important;min-height:0!important}
    .team.team-web-view .carousel-inner>.carousel-item>.row>.col-sm-3,
    .team .col-item{min-height:280px;height:auto!important}
}

@media (min-width:768px) and (max-width:991px){
    .team-sec{padding-bottom:10px!important}
    .team.team-web-view .carousel-inner{height:auto!important;min-height:0!important}
    .team.team-web-view .carousel-item{height:auto!important;min-height:0!important}
}

/* Always show slider navigation arrows on both sides. */
.team .carousel-line{display:block!important;position:absolute!important;top:50%!important;bottom:auto!important;left:0!important;width:100%!important;height:0!important;z-index:20!important;pointer-events:none}
.team .carousel-line>.controls{display:flex!important;position:static!important;width:100%!important;margin:0!important;padding:0!important;background:transparent!important;justify-content:space-between;pointer-events:none}
.team .carousel-line>.controls>a{display:flex!important;align-items:center;justify-content:center;width:32px;height:32px;padding:0!important;margin:0!important;background:#f0c04b;color:#6f171a!important;border-radius:50%;font-size:20px!important;pointer-events:auto;box-shadow:0 2px 5px rgba(0,0,0,.2)}
.team .carousel-line>.controls>a.left{margin-left:-16px!important}.team .carousel-line>.controls>a.right{margin-right:-16px!important}

/* Keep trustee navigation arrows vertically centered on the visible cards. */
@media (max-width:991px){
    .team .carousel-line{top:140px!important}
}

@media (min-width:992px){
    .team-sec{padding-top:28px!important;padding-bottom:28px!important}
    .team.team-web-view .carousel-inner{height:260px!important;min-height:0!important}
    .team.team-web-view .carousel-item{height:260px!important;min-height:0!important}
    .team .carousel-line{top:130px!important}
}

/* Use the loaded Font Awesome glyphs instead of fallback question marks. */
.team .info .degination:before{font-family:FontAwesome!important;font-style:normal;content:"\f007";font-size:10px;width:20px;height:20px;line-height:20px}
.team .info .degination:last-child:before{content:"\f095"}
.team .carousel-line>.controls>a{font-family:FontAwesome!important;font-style:normal;font-size:0!important}
.team .carousel-line>.controls>a.left:before{content:"\f104";font-size:20px}
.team .carousel-line>.controls>a.right:before{content:"\f105";font-size:20px}

/* Remove Bootstrap clearfix pseudo-cells from the gallery grid. */
.gallery-section .isotope-items:before,.gallery-section .isotope-items:after{display:none!important;content:none!important}
.gallery-section .isotope-items .item:before,.gallery-section .isotope-items .item:after{display:none!important;content:none!important}

/* Trustee card redesign */
.our-webcoderskull { background: radial-gradient(circle at 80% 20%, #242050 0, #111225 48%, #090a18 100%); padding: 72px 0 55px; }
.our-webcoderskull > .container > ul { display: flex; flex-wrap: wrap; margin-bottom: 28px; }
.our-webcoderskull > .container > ul > li { display: flex; margin-bottom: 28px; }
.our-webcoderskull .cnt-block { height: auto !important; min-height: 350px; display: flex; flex-direction: column; align-items: center; background: rgba(255,255,255,.98); padding: 26px 18px 24px; border: 1px solid rgba(255,255,255,.7); border-radius: 4px; box-shadow: 0 14px 30px rgba(0,0,0,.22); transition: transform .25s ease, box-shadow .25s ease; }
.our-webcoderskull .cnt-block:hover { border: 1px solid #d6ae62; transform: translateY(-7px); box-shadow: 0 20px 38px rgba(0,0,0,.35); }
.our-webcoderskull .cnt-block figure { width: 148px; height: 148px; margin: 0 auto 22px; padding: 5px; background: #fff; border: 2px solid #d6ae62; box-shadow: 0 5px 15px rgba(20,17,42,.15); }
.our-webcoderskull .cnt-block img { width: 134px; height: 134px; object-fit: cover; }
.our-webcoderskull .cnt-block h3 { min-height: 52px; margin: 0 0 14px; padding: 0; line-height: 1.35; }
.our-webcoderskull .cnt-block h3 a { color: #25233b; font-size: 15px; font-weight: 600; }
.our-webcoderskull .cnt-block p { color: #6a6573; font-size: 13px; line-height: 21px; margin: 0; }
.our-webcoderskull .cnt-block p:first-of-type { color: #b17b29; font-weight: 600; margin-bottom: 5px; }
@media (max-width: 767px) { .our-webcoderskull { padding: 48px 12px 30px; } .our-webcoderskull > .container > ul { display: block; } .our-webcoderskull > .container > ul > li { display: block; } .our-webcoderskull .cnt-block { min-height: 0; } }
