/* --------------------------------------
@Author: ThemeMascot
@URL: http://themeforest.net/user/ThemeMascot

Default COLOR :  Color Set 1
COLOR CODE1: #121F27 
COLOR CODE2: #de1b01 
----------------------------------------- */

.mapa {
    margin-bottom: -300px;
}

.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

.whatsapp1 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp2 {
    margin-top: 16px;
}


/*Theme Colored Red Text-color*/

.text-theme-color-2,
.work-gallery .gallery-bottom-part .title {
    color: #de1b01;
}


/*Theme Colored Red Bg-color*/

.opening-hours ul li {
    border-bottom: 1px dashed #271212;
}


/* background-theme-color */

.bg-theme-colored {
    background-color: #271212 !important;
}

.bg-theme-colored-lighter2 {
    background-color: #311717 !important;
}

.bg-theme-colored-lighter3 {
    background-color: #381a1a !important;
}

.bg-theme-colored-lighter4 {
    background-color: #3f1d1d !important;
}

.bg-theme-colored-darker2 {
    background-color: #1d0d0d !important;
}

.bg-theme-colored-darker3 {
    background-color: #160a0a !important;
}

.bg-theme-colored-darker4 {
    background-color: #0f0707 !important;
}


/* background-color-transparent */

.bg-theme-colored-transparent-9 {
    background-color: rgba(39, 18, 18, 0.9);
}

.bg-theme-colored-transparent-8 {
    background-color: rgba(39, 18, 18, 0.8);
}

.bg-theme-colored-transparent-7 {
    background-color: rgba(39, 18, 18, 0.7);
}

.bg-theme-colored-transparent-6 {
    background-color: rgba(39, 18, 18, 0.6);
}

.bg-theme-colored-transparent-5 {
    background-color: rgba(39, 18, 18, 0.5);
}

.bg-theme-colored-transparent-4 {
    background-color: rgba(39, 18, 18, 0.4);
}

.bg-theme-colored-transparent-3 {
    background-color: rgba(39, 18, 18, 0.3);
}

.bg-theme-colored-transparent-2 {
    background-color: rgba(39, 18, 18, 0.2);
}

.bg-theme-colored-transparent-1 {
    background-color: rgba(39, 18, 18, 0.1);
}

.bg-theme-colored-transparent {
    background-color: rgba(39, 18, 18, 0.75) !important;
}

.bg-theme-color-2 {
    background: #de0101 !important;
}

.team-block .team-thumb .styled-icons a:hover,
.work-gallery .gallery-thumb .styled-icons a:hover,
.work-gallery:hover .gallery-bottom-part,
.line-bottom-theme-colored-2:after,
.panel-group .panel-title a.active::after {
    background: #de0101;
}

.panel-group .panel-title a.active::after {
    background-color: #de0101 !important;
}

.btn-theme-color-2 {
    background-color: #de1b01;
}


/*Theme Colored Red Bg-transparent-color*/


/*Theme Colored Red Border-top-color*/

.border-theme-color-2-1px {
    border: 1px solid #de1b01 !important;
}

.border-top-theme-color-2-1px {
    border-top: 1px solid #de1b01 !important;
}

.border-top-theme-color-2-2px {
    border-top: 2px solid #de1b01 !important;
}

.border-top-theme-color-2-3px {
    border-top: 3px solid #de1b01 !important;
}

.border-top-theme-color-2-4px {
    border-top: 4px solid #de1b01 !important;
}

.border-top-theme-color-2-5px {
    border-top: 5px solid #de1b01 !important;
}

.border-top-theme-color-2-6px {
    border-top: 6px solid #de1b01 !important;
}

.border-top-theme-color-2-7px {
    border-top: 7px solid #de1b01 !important;
}

.border-top-theme-color-2-8px {
    border-top: 8px solid #de1b01 !important;
}

.border-top-theme-color-2-9px {
    border-top: 9px solid #de1b01 !important;
}

.border-top-theme-color-2-10px {
    border-top: 10px solid #de1b01 !important;
}


/*Theme Colored Red Border-bottom-color*/

.border-bottom-theme-color-2-1px {
    border-bottom: 1px solid #de1b01 !important;
}

.border-bottom-theme-color-2-2px {
    border-bottom: 2px solid #de1b01 !important;
}

.border-bottom-theme-color-2-3px {
    border-bottom: 3px solid #de1b01 !important;
}

.border-bottom-theme-color-2-4px {
    border-bottom: 4px solid #de1b01 !important;
}

.border-bottom-theme-color-2-5px {
    border-bottom: 5px solid #de1b01 !important;
}

.border-bottom-theme-color-2-6px {
    border-bottom: 6px solid #de1b01 !important;
}

.border-bottom-theme-color-2-7px {
    border-bottom: 7px solid #de1b01 !important;
}

.border-bottom-theme-color-2-8px {
    border-bottom: 8px solid #de1b01 !important;
}

.border-bottom-theme-color-2-9px {
    border-bottom: 9px solid #de1b01 !important;
}

.border-bottom-theme-color-2-10px {
    border-bottom: 10px solid #de1b01 !important;
}


/*Theme Colored Red Border-left-color*/

.border-left-theme-color-2-1px {
    border-left: 1px solid #de1b01 !important;
}

.border-left-theme-color-2-2px {
    border-left: 2px solid #de1b01 !important;
}

.border-left-theme-color-2-3px {
    border-left: 3px solid #de1b01 !important;
}

.border-left-theme-color-2-4px {
    border-left: 4px solid #de1b01 !important;
}

.border-left-theme-color-2-5px {
    border-left: 5px solid #de1b01 !important;
}

.border-left-theme-color-2-6px {
    border-left: 6px solid #de1b01 !important;
}

.border-left-theme-color-2-7px {
    border-left: 7px solid #de1b01 !important;
}

.border-left-theme-color-2-8px {
    border-left: 8px solid #de1b01 !important;
}

.border-left-theme-color-2-9px {
    border-left: 9px solid #de1b01 !important;
}

.border-left-theme-color-2-10px {
    border-left: 10px solid #de1b01 !important;
}


/*Theme Colored Red Border-right-color*/

.border-right-theme-color-2-1px {
    border-right: 1px solid #de1b01 !important;
}

.border-right-theme-color-2-2px {
    border-right: 2px solid #de1b01 !important;
}

.border-right-theme-color-2-3px {
    border-right: 3px solid #de1b01 !important;
}

.border-right-theme-color-2-4px {
    border-right: 4px solid #de1b01 !important;
}

.border-right-theme-color-2-5px {
    border-right: 5px solid #de1b01 !important;
}

.border-right-theme-color-2-6px {
    border-right: 6px solid #de1b01 !important;
}

.border-right-theme-color-2-7px {
    border-right: 7px solid #de1b01 !important;
}

.border-right-theme-color-2-8px {
    border-right: 8px solid #de1b01 !important;
}

.border-right-theme-color-2-9px {
    border-right: 9px solid #de1b01 !important;
}

.border-right-theme-color-2-10px {
    border-right: 10px solid #de1b01 !important;
}

.service-block .thumb .desc {
    border-top: 4px solid #de1b01;
}


/*Theme Colored Red Border-right-color*/

.service-block .thumb .price {
    border-right: 3px solid #de1b01;
}


/*Theme Colored Red Border-left-color*/

.portfolio-filter a.active,
.portfolio-filter a:hover {
    border-left: 3px solid #de1b01;
}

.widget.dark .tags a:hover,
.title-dots span {
    background-color: #de1b01;
}

.horizontal-contact-widget .widget::before,
.horizontal-contact-widget .each-widget::before {
    color: #de1b01;
}


/*
 * background: theme-color
 * -----------------------------------------------
*/

.tab-slider .nav.nav-pills a:hover,
.tab-slider .nav.nav-pills a.active,
.custom-nav-tabs>li>a:hover,
.widget .tags a:hover,
.progress-item .progress-bar,
.small-title .title::after,
.testimonial .item::after,
.drop-caps.colored-square p:first-child:first-letter,
.drop-caps.colored-rounded p:first-child:first-letter,
.list-icon.theme-colored.square li i,
.list-icon.theme-colored.rounded li i,
.working-process.theme-colored a,
.blog-posts .post .entry-content .post-date.right,
.horizontal-tab-centered .nav-pills>li>a:hover,
.horizontal-tab-centered .nav-pills>li.active>a,
.horizontal-tab-centered .nav-pills>li.active>a:hover,
.horizontal-tab-centered .nav-pills>li.active>a:focus,
.owl-theme.dot-theme-colored .owl-controls .owl-dot span,
.pagination.theme-colored li.active a,
.section-title .both-side-line::after,
.section-title .both-side-line::before,
.section-title .top-side-line::after,
.section-title .left-side-line::before,
.section-title .right-side-line::before,
.product .tag-sale,
.owl-theme .owl-dots .owl-dot.active span,
.line-bottom:after,
.line-bottom-center:after,
.progress-item .progress-bar .percent,
.progress-item .progress-bar,
.pricing.table-horizontal:hover,
.pricing:hover,
.portfolio-filter a.active,
.portfolio-filter a:hover {
    background: #271212 !important;
}

.pricing.table-horizontal,
.pricing {
    background: #de1b01 !important;
}

.panel-group .panel-title a.active {
    background-color: #271212 !important;
}


/* Theme-color for dark */

.dark .service-icon-box:hover li.active a {
    background: #271212 !important;
}


/*Footer Styles*/

.footer-box-one>div {
    background: #271212;
}

.footer-box-two>div {
    background: #160a0a !important;
}

.footer-box-three>div {
    background: #020304 !important;
}

.ui-state-highlight {
    background: #271212 !important;
    color: #fff !important;
}

.border-theme-colored,
.causes .progress-item .progress-bar .percent {
    border-color: #271212 !important;
}


/*
 * text: theme-color
 * -----------------------------------------------
*/

ul.list.theme-colored li:before,
ul.list.theme-colored.angle-double-right li:before,
ul.list.theme-colored.angle-right li:before,
ul.list.theme-colored.check-circle li:before,
ul.list.theme-colored.check li:before,
.list-icon.theme-colored li i,
.menuzord-menu>li>.megamenu .megamenu-row li:hover>a,
.menuzord-menu>li>.megamenu .megamenu-row .post a:hover,
.menuzord-menu>li>.megamenu .megamenu-row li:hover>a i,
.menuzord-menu>li>.megamenu .megamenu-row .post a:hover i,
.pricing-table .table-list li i,
.testimonial-carousel.boxed .content::after,
.blog-posts .post .entry-meta li i,
.widget .address li i,
.icon-box.box-style1.practice-style3 i,
.attorney-carousel .content .contact-area i,
.attorney-address li i,
.icon-box.services-style1:hover .heading,
.small-title i,
.drop-caps.text-colored p:first-child:first-letter,
.schedule-box:hover .schedule-details .title a,
.widget.dark .nav-tabs li.active a,
.pagination.theme-colored li a,
.pager.theme-colored a,
.widget .post-title a:hover,
.volunteer .info .name a,
.donation-form .form-group label,
.team-block .team-thumb .team-overlay .styled-icons a:hover i,
.section-title .title-icon i,
.panel-group .panel-title a,
.portfolio-filter a {
    color: #271212 !important;
}

.menuzord .menuzord-menu>li.active>a,
.menuzord .menuzord-menu>li:hover>a,
.menuzord .menuzord-menu ul.dropdown li:hover>a {
    background: #fff none repeat scroll 0 0;
    color: #271212;
}

.menuzord .menuzord-menu>li.active>a i,
.menuzord .menuzord-menu>li:hover>a i,
.menuzord .menuzord-menu ul.dropdown li:hover>a i {
    color: #271212;
}


/*Theme Colored Red Border-left-color*/

.portfolio-filter a.active,
.portfolio-filter a:hover {
    border-left: 3px solid #de1b01;
}


/* text-theme-color */

.text-theme-colored {
    color: #271212 !important;
}


/* text-hover-theme-color */

.text-hover-theme-colored:hover {
    color: #271212 !important;
}


/* background-theme-color */

.bg-theme-colored {
    background-color: #271212 !important;
}


/* bg-hover-theme-color */

.bg-hover-theme-colored:hover {
    background: #271212 !important;
    border-color: #271212 !important;
    color: #fff !important;
}

.bg-hover-theme-colored:hover h1,
.bg-hover-theme-colored:hover h2,
.bg-hover-theme-colored:hover h3,
.bg-hover-theme-colored:hover h4,
.bg-hover-theme-colored:hover h5,
.bg-hover-theme-colored:hover h6,
.bg-hover-theme-colored:hover p,
.bg-hover-theme-colored:hover a,
.bg-hover-theme-colored:hover i {
    color: #fff !important;
}

.hover-text-theme-color-2:hover {
    color: #de1b01;
}


/* border-theme-color */

.border-theme-colored {
    border-color: #271212 !important;
}

.widget .services-list li.active::after {
    border-color: transparent #271212 transparent transparent;
}

.widget .services-list li.active {
    background-color: #271212 !important;
    border-right: 6px solid #de1b01 !important;
}


/* background-color-transparent */

.bg-theme-colored-transparent,
.piechart-block {
    background-color: rgba(39, 18, 18, 0.75) !important;
}

.service-block .thumb .price,
.service-block .thumb .desc,
.team-block .team-thumb .team-overlay,
.team-block .team-thumb .styled-icons,
.work-gallery .gallery-thumb .gallery-overlay {
    background: rgba(39, 18, 18, 0.7);
}

.team-block .team-thumb .team-overlay::after {
    border-color: rgba(39, 18, 18, 0.75) transparent transparent rgba(39, 18, 18, 0.75);
}

.team-block .team-thumb .styled-icons::after {
    border-color: transparent rgba(39, 18, 18, 0.75) rgba(39, 18, 18, 0.75) transparent;
}


/* Layer-overlay */

.overlay-theme-colored-1:before {
    background-color: rgba(39, 18, 18, 0.1) !important;
}

.overlay-theme-colored-2:before {
    background-color: rgba(39, 18, 18, 0.2) !important;
}

.overlay-theme-colored-3:before {
    background-color: rgba(39, 18, 18, 0.3) !important;
}

.overlay-theme-colored-4:before {
    background-color: rgba(39, 18, 18, 0.4) !important;
}

.overlay-theme-colored-5:before {
    background-color: rgba(39, 18, 18, 0.5) !important;
}

.overlay-theme-colored-6:before {
    background-color: rgba(39, 18, 18, 0.6) !important;
}

.overlay-theme-colored-7:before {
    background-color: rgba(39, 18, 18, 0.7) !important;
}

.overlay-theme-colored-8:before {
    background-color: rgba(39, 18, 18, 0.8) !important;
}

.overlay-theme-colored-9:before {
    background-color: rgba(39, 18, 18, 0.9) !important;
}


/* Layeroverlay */

.post .entry-meta.meta-absolute,
.volunteer .overlay,
.bg-theme-colored-transparent-deep {
    background-color: rgba(39, 18, 18, 0.9) !important;
}

.icon-box.box-style1.practice-style3:hover .icon-wrapper,
.zeus .tp-bullet::after {
    background-color: #271212;
}

.preloader-dot-loading .cssload-loading i {
    background: #271212 !important;
}


/*
 * border: theme-color
 * -----------------------------------------------
*/

.icon-box.icon-rounded-bordered i,
.widget .line-bottom:after,
.widget .line-bottom:after,
.pager.theme-colored a {
    border: 1px solid #271212;
}

.border-theme-colored,
.owl-theme .owl-dots .owl-dot span {
    border-color: #271212;
}

.icon-box.box-style1.practice-style3:hover .icon-wrapper::after {
    border-color: #271212 transparent transparent;
}

.opening-hours ul li {
    border-bottom: 1px dashed #271212;
}


/* border-left-color */

blockquote.theme-colored {
    border-left: 3px solid #271212;
}

blockquote.bg-theme-colored {
    border-left: 3px solid #020304;
    color: #fff;
}

blockquote.bg-theme-colored footer {
    color: #eeeeee;
}

blockquote.gray.bg-theme-colored {
    background-color: #eeeeee !important;
    border-left: 3px solid #271212;
    color: #271212;
}

blockquote.gray.bg-theme-colored footer {
    color: #777777;
}

.attorney-address li {
    border-left: 1px solid #271212;
}

.section-title.title-border {
    border-left: 4px solid #271212;
}


/* border-top-color */

.member-info {
    border-top: 3px outset #271212;
}

.cssload-tri {
    border-top: 27px solid #271212;
}


/* border-right-color */

.border-right-theme-color-2 {
    border-right: 1px solid #271212;
}

.section-title.title-border.title-right {
    border-right: 4px solid #271212;
}


/* border-bottom-color */

.event {
    border-bottom-color: #271212;
}

.cssload-tri.cssload-invert {
    border-bottom: 27px solid #271212;
}


/* box-shadow */


/*
 * btn-default: theme-color
 * -----------------------------------------------
*/

.btn-default.btn-theme-colored {
    color: #271212;
    background-color: #fff;
    border-color: #271212;
}

.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.focus {
    color: #271212;
    background-color: #e6e6e6;
    border-color: #000000;
}

.btn-default.btn-theme-colored:hover {
    color: #271212;
    background-color: #e6e6e6;
    border-color: #000000;
}

.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open>.dropdown-toggle.btn-default.btn-theme-colored {
    color: #271212;
    background-color: #e6e6e6;
    border-color: #000000;
}

.btn-default.btn-theme-colored:active:hover,
.btn-default.btn-theme-colored.active:hover,
.open>.dropdown-toggle.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active:focus,
.btn-default.btn-theme-colored.active:focus,
.open>.dropdown-toggle.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored:active.focus,
.btn-default.btn-theme-colored.active.focus,
.open>.dropdown-toggle.btn-default.btn-theme-colored.focus {
    color: #271212;
    background-color: #d4d4d4;
    border-color: #000000;
}

.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open>.dropdown-toggle.btn-default.btn-theme-colored {
    background-image: none;
}

.btn-default.btn-theme-colored.disabled:hover,
.btn-default.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored.disabled:focus,
.btn-default.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.disabled.focus,
.btn-default.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-default.btn-theme-colored.focus {
    background-color: #fff;
    border-color: #271212;
}

.btn-default.btn-theme-colored .badge {
    color: #fff;
    background-color: #271212;
}

.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored:focus {
    background-color: #271212;
    border-color: #271212;
    color: #fff;
}


/*
 * btn-border
 * -----------------------------------------------
*/

.btn-border.btn-theme-colored {
    color: #271212;
    background-color: #fff;
    border-color: #271212;
}

.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.focus {
    color: #271212;
    background-color: #e6e6e6;
    border-color: #000000;
}

.btn-border.btn-theme-colored:hover {
    color: #271212;
    background-color: #e6e6e6;
    border-color: #000000;
}

.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open>.dropdown-toggle.btn-border.btn-theme-colored {
    color: #271212;
    background-color: #e6e6e6;
    border-color: #000000;
}

.btn-border.btn-theme-colored:active:hover,
.btn-border.btn-theme-colored.active:hover,
.open>.dropdown-toggle.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active:focus,
.btn-border.btn-theme-colored.active:focus,
.open>.dropdown-toggle.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored:active.focus,
.btn-border.btn-theme-colored.active.focus,
.open>.dropdown-toggle.btn-border.btn-theme-colored.focus {
    color: #271212;
    background-color: #d4d4d4;
    border-color: #000000;
}

.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open>.dropdown-toggle.btn-border.btn-theme-colored {
    background-image: none;
}

.btn-border.btn-theme-colored.disabled:hover,
.btn-border.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored.disabled:focus,
.btn-border.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.disabled.focus,
.btn-border.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-border.btn-theme-colored.focus {
    background-color: #fff;
    border-color: #271212;
}

.btn-border.btn-theme-colored .badge {
    color: #fff;
    background-color: #271212;
}

.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored:focus {
    background-color: #020304;
    border-color: #020304;
    color: #fff;
}


/*
 * btn-dark
 * -----------------------------------------------
*/

.btn-dark.btn-theme-colored {
    color: #fff;
    background-color: #271212;
    border-color: #271212;
}

.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.focus {
    color: #fff;
    background-color: #020304;
    border-color: #000000;
}

.btn-dark.btn-theme-colored:hover {
    color: #fff;
    background-color: #020304;
    border-color: #000000;
}

.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open>.dropdown-toggle.btn-dark.btn-theme-colored {
    color: #fff;
    background-color: #020304;
    border-color: #000000;
}

.btn-dark.btn-theme-colored:active:hover,
.btn-dark.btn-theme-colored.active:hover,
.open>.dropdown-toggle.btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored:active:focus,
.btn-dark.btn-theme-colored.active:focus,
.open>.dropdown-toggle.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored:active.focus,
.btn-dark.btn-theme-colored.active.focus,
.open>.dropdown-toggle.btn-dark.btn-theme-colored.focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open>.dropdown-toggle.btn-dark.btn-theme-colored {
    background-image: none;
}

.btn-dark.btn-theme-colored.disabled:hover,
.btn-dark.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored.disabled:focus,
.btn-dark.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.disabled.focus,
.btn-dark.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-colored.focus {
    background-color: #271212;
    border-color: #271212;
}

.btn-dark.btn-theme-colored .badge {
    color: #271212;
    background-color: #fff;
}


/*
 * btn-gray
 * -----------------------------------------------
*/

.btn-gray.btn-theme-colored {
    color: #fff;
    background-color: #223b4a;
    border-color: #223b4a;
}

.btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.focus {
    color: #fff;
    background-color: #271212;
    border-color: #000000;
}

.btn-gray.btn-theme-colored:hover {
    color: #fff;
    background-color: #271212;
    border-color: #200f0f;
}

.btn-gray.btn-theme-colored:active,
.btn-gray.btn-theme-colored.active,
.open>.dropdown-toggle.btn-gray.btn-theme-colored {
    color: #fff;
    background-color: #271212;
    border-color: #200f0f;
}

.btn-gray.btn-theme-colored:active:hover,
.btn-gray.btn-theme-colored.active:hover,
.open>.dropdown-toggle.btn-gray.btn-theme-colored:hover,
.btn-gray.btn-theme-colored:active:focus,
.btn-gray.btn-theme-colored.active:focus,
.open>.dropdown-toggle.btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored:active.focus,
.btn-gray.btn-theme-colored.active.focus,
.open>.dropdown-toggle.btn-gray.btn-theme-colored.focus {
    color: #fff;
    background-color: #070c0f;
    border-color: #000000;
}

.btn-gray.btn-theme-colored:active,
.btn-gray.btn-theme-colored.active,
.open>.dropdown-toggle.btn-gray.btn-theme-colored {
    background-image: none;
}

.btn-gray.btn-theme-colored.disabled:hover,
.btn-gray.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-gray.btn-theme-colored:hover,
.btn-gray.btn-theme-colored.disabled:focus,
.btn-gray.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.disabled.focus,
.btn-gray.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-gray.btn-theme-colored.focus {
    background-color: #4a2222;
    border-color: #4a2222;
}

.btn-gray.btn-theme-colored .badge {
    color: #4a2222;
    background-color: #fff;
}


/*
 * btn-primary: theme-color
 * -----------------------------------------------
*/

.btn-theme-colored {
    color: #fff;
    background-color: #271212;
    border-color: #271212;
}

.btn-theme-colored:focus,
.btn-theme-colored.focus {
    color: #fff;
    background-color: #020304;
    border-color: #000000;
}

.btn-theme-colored:hover {
    color: #fff;
    background-color: #020304;
    border-color: #000000;
}

.btn-theme-colored:active,
.btn-theme-colored.active,
.open>.dropdown-toggle.btn-theme-colored {
    color: #fff;
    background-color: #020304;
    border-color: #000000;
}

.btn-theme-colored:active:hover,
.btn-theme-colored.active:hover,
.open>.dropdown-toggle.btn-theme-colored:hover,
.btn-theme-colored:active:focus,
.btn-theme-colored.active:focus,
.open>.dropdown-toggle.btn-theme-colored:focus,
.btn-theme-colored:active.focus,
.btn-theme-colored.active.focus,
.open>.dropdown-toggle.btn-theme-colored.focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-theme-colored:active,
.btn-theme-colored.active,
.open>.dropdown-toggle.btn-theme-colored {
    background-image: none;
}

.btn-theme-colored.disabled:hover,
.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-theme-colored:hover,
.btn-theme-colored.disabled:focus,
.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-theme-colored:focus,
.btn-theme-colored.disabled.focus,
.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-theme-colored.focus {
    background-color: #271212;
    border-color: #271212;
}

.btn-theme-colored .badge {
    color: #271212;
    background-color: #fff;
}


/*
 * btn-transparent
 * -----------------------------------------------
*/

.btn-transparent {
    background-color: transparent;
    color: #fff;
}

.btn-transparent.btn-theme-colored {
    background-color: transparent;
}

.btn-transparent.btn-dark {
    background-color: #111111;
    border-color: #111111;
}

.btn-transparent.btn-dark:hover {
    background-color: #000000;
    border-color: #000000;
}

.btn-transparent.btn-dark.btn-theme-colored {
    background-color: #271212;
    border-color: #271212;
}

.btn-transparent.btn-dark.btn-theme-colored:hover {
    background-color: #020304;
    border-color: #020304;
}

.btn-transparent.btn-border {
    background-color: transparent;
    border-color: #eeeeee;
}

.btn-transparent.btn-border:hover {
    background-color: #eeeeee;
    color: #000;
}

.btn-transparent.btn-border.btn-theme-colored {
    background-color: transparent;
    border-color: #271212;
}

.btn-transparent.btn-border.btn-theme-colored:hover {
    background-color: #271212;
    color: #fff;
}

.btn-gray.btn-transparent {
    background-color: #d3d3d3;
    color: #333333;
}

.btn-gray.btn-transparent:hover {
    background-color: #ececec;
    color: #1a1a1a;
}

.btn-gray.btn-transparent.btn-theme-colored {
    background-color: #223b4a;
    color: #fff;
}

.btn-gray.btn-transparent.btn-theme-colored:hover {
    background-color: #020304;
    color: #e6e6e6;
}

.btn-hover-theme-colored:hover {
    background-color: #271212;
    border-color: #271212;
    color: #fff;
}


/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/

.icon-theme-colored a {
    color: #271212;
}

.icon-theme-colored.icon-bordered a {
    border-color: #271212;
}

.icon-theme-colored.icon-bordered a:hover {
    background-color: #271212;
    color: #fff;
}

.icon-theme-colored.icon-dark a {
    background-color: #271212;
    color: #fff;
}

.icon-theme-colored.icon-dark a:hover {
    background-color: #020304;
    color: #e6e6e6;
}

.icon-theme-colored.icon-dark.icon-bordered a {
    border-color: #271212;
    color: #271212;
}

.icon-theme-colored.icon-dark.icon-bordered a:hover {
    background-color: #271212;
    border-color: #271212;
    color: #fff;
}

.icon-theme-colored.icon-gray a {
    color: #271212;
}

.icon-theme-colored.icon-gray a:hover {
    color: #020304;
}

.icon-theme-colored.icon-gray.icon-bordered a {
    color: #271212;
}

.icon-theme-colored.icon-gray.icon-bordered a:hover {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #271212;
}

.icon-theme-colored a:hover {
    color: #020304;
}

.icon-hover-theme-colored a:hover {
    background-color: #271212;
    border-color: #271212;
    color: #fff;
}

.styled-icons.icon-hover-theme-colored a:hover {
    background-color: #271212;
    border-color: #271212;
    color: #fff;
}


/* box-shadow */

.box-shadow,
.icon-box .icon.icon-border-effect::after {
    -webkit-box-shadow: #271212;
    -moz-box-shadow: #271212;
    box-shadow: 0 0 0 3px #271212;
}


/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/

.icon-box.iconbox-theme-colored .icon {
    color: #271212;
}

.icon-box.iconbox-theme-colored .icon.icon-border-effect::after {
    box-shadow: 0 0 0 3px #271212;
}

.icon-box.iconbox-theme-colored .icon.icon-bordered {
    border-color: #271212;
}

.icon-box.iconbox-theme-colored .icon.icon-bordered:hover {
    background-color: #271212;
    color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-gray:hover {
    background-color: #271212;
    color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered {
    border-color: #eeeeee;
}

.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered:hover {
    background-color: #271212;
    border-color: #271212;
    color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-dark {
    background-color: #271212;
    color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-dark:hover {
    color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered {
    background-color: transparent;
    border-color: #271212;
    color: #271212;
}

.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered:hover {
    background-color: #271212;
    border-color: #271212;
    color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-white {
    background-color: #fff;
    color: #271212;
}

.icon-box.iconbox-theme-colored .icon.icon-white:hover {
    background-color: #271212;
    color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered {
    background-color: transparent;
    border-color: #271212;
    color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered:hover {
    background-color: #271212;
    border-color: #271212;
    color: #fff;
}

.icon-box.iconbox-theme-colored.iconbox-border {
    border-color: #271212;
}