.td-box img {width: 100%; float: left; }
.td-box.w-20 {width: calc(25% - 10px) !important; margin: 0 5px; float: left;  }
.td-box {
    transition: 100ms;
    transition-timing-function: ease;
    padding: 15px;
    margin: 10px;
    cursor: pointer;
    overflow: hidden;
    border-top: 5px solid #688947;
    border-bottom: 5px solid #688947;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(221,221,221,1) 100%);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

body {
    background-position: center center;
    background-attachment: fixed;
    background-size: 100%;
}

.ui-sortable-helper {
    z-index: 5000 !important
}

.sortable-placeholder {
    height: 42px;
    background: #f0f0f0;
    border: 1px dashed #bbb;
    margin-top: .25rem !important;
    margin-bottom: 0 !important;
    float: left; width: 100%;
    border-radius: .25rem;
    opacity: 0.5;
  }

  .alert-sortable-item {
    cursor: move;
  }

.alert-light {
    background-color: #f9f9f9;
}

.td_body_after_gallery {
    padding-bottom: 0 !important;
}

.btn-light a:link, .btn-light a:visited, .btn-light a:hover {text-decoration: none;}


a.td-thumbnail {
    transition: 200ms;
}

a.td-thumbnail:hover {

    transform: translate3d(0,0,0) scale(1.05);
}

.mainPic {
    width: 100%;
}

.event-box {
    background-color: #eee;
}

.w-20 {width: 20% !important;}


.short_box {
    background-color: rgba(240,240,240,0.9);
    position: relative;
    transform: translateX(90px);
    z-index: 500;
}

.short_box div.short_box_body {
    padding: 25px;
    background-color: rgba(240,240,240,0.9);
}

.short_box div.short_box_image {
    z-index: -5;
    position: absolute;
    left: 0; top: -45px;
    transform: translateX(-50%);
    width: 30vw;
    height: calc(100% + 90px);
    overflow: hidden;
}

.short_box div.short_box_image img {
    height: 100%; width: auto !important; max-width: 10000% !important; position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.page-header.page-header-modern h1 {
    font-size: 44px;
}

.page-header.page-header-modern h1 {
    font-size: 44px;
}
.page-header.page-header-modern h1 {
    font-size: 28px;
}
html .text-color-dark, html .text-dark {
    color: #212529 !important;
}

.page-header {
    background-color: rgba(245, 245, 245, 0.8);
}

.page-header .container {
    width: 100%;
    display: flex; justify-content: center;
    align-items: center;
}

.page-header .container .row {
    width: 100%;
    display: flex; justify-content: space-between;
    align-items: center;
}

.breadcrumb { 
    margin: 0;
}
.breadcrumb > li {
    text-transform: none !important;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 0.8em;
    text-transform: uppercase;
    text-shadow: none;
}

.breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}

.floor-plan-container { 
    /*
    position: absolute; top: -400px; bottom: -300px;
    */
}

.navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-link {
    border-bottom: 3px solid #c0cd5a; 
}

.hungry {
    transition: 200ms;
    position: fixed; 
    bottom: 0; 
    display: block;
    left: 50%;
    transform: translate(-50%, 120px) perspective(800px) rotateY(15deg);
    border-bottom: 3px solid #c0cd5a; 
    background-color: #c0cd5a; 
    padding: 35px 75px;
    font-size: 32pt;
    color: #000;
    box-shadow: #000 0 0 25px;
    z-index: 501;
}

.hungry:hover { 
    text-decoration: none;
    color: white;
    transform: translate(-50%, 0px) perspective(800px) rotateY(-15deg);
}

#bccs-buttonDoNotAgree {background-color: #688947 !important; color: white;}

div.tooltip-inner {
    font-size: 9pt;
}

table thead th {
    font-size: 9pt !important;
}

.point {
    border-radius: 50%; width: 0.8vw; height: 0.8vw; background-color: white; border: 3px solid red; display: block; position: absolute; transform: translate(-50%, -50%); transform-origin: center; z-index: 150; transition: 0ms; 
}

div.flat-view span.form_caption {
    font-size: 10pt; font-weight: bold;
}


.point:hover {
    background-color: red; cursor: pointer;
}

.floor-plan-container {
    width: 100%;
    float: left;
    position: relative;
}

.floor-plan-container img.floor-plan-image {
    position: absolute; top: 0; left: 0; width: 100%;
    z-index: 0;
}

.floor-plan-container img.floor-plan-polygon {
    z-index: 1;
}

.tooltip {
    pointer-events: none;
  }

.block_19 h1 {position: relative; z-index: 500;}

div.returnMessage {
    color: white; padding: 15px;688947
}

div.flexBox.flexLine {
    max-width: 790px;
    justify-content: start;
    padding-left: 0px;
}


img.menu-icon {
    float: left; width: 40px; margin-top: -30px;  transform: translateY(40px);
}

h3.opener {
    float: left; width: 100%; background: #688947; color: white; padding: 5px 10px; cursor: pointer; font-size: 14pt;
}

h3.opener:hover {
    background: #688947;
}

a.link-bold, a:link.link-bold, a.link-bold:visited {
    color: #688947; font-weight: bold;
}

div.target  {
    float: left; width: 100%;
}

.btn { font-size: 9pt !important;} 
.btn-light {color: #aaa;} 
.btn-lg { font-size: 14pt !important;} 


footer a:link, footer a:visited {
    color: #666 !important;
}

footer center {
    color: #666 !important;
}

#MPheader span {
    color: #fff;
}
.jumbotron.w-50 {background-color: #f3f3f3 !important; width: calc(50% - 10px) !important; margin: 5px; padding: 35px;}

a.logo {width: 350px; padding: 15px 0px; height: 100px; float: left; position: relative; display: block; -webkit-transform:translate3d(0,0,0);  display: flex;	align-items: center; justify-content: flex-start; transition: 0.3s; }  

.footer-copyright {
    background-color: rgba(0,0,0,0.1);
}

#footer * {
    color: #333 !important;
}

#footer ul {
   list-style-type: none;
}

#footer ul li {
    float: left;  width: 100%; 
 }


#footer ul li i {
    float: left;  width: 30px; transform: translateY(7px); color: #c0cd5a !important;
 }

 #footer ul li p {
    float: right; width: calc(100% - 30px);
 }

div.image {position: relative;}

h3 span {font-size: 30pt; font-weight: bold; color: #688947; }

.select2-selection {
    height: auto !important;
    padding: 14px 5px;
    background-color: rgba(0,0,0,0.03) !important;
    border: 0 !important;
    border-bottom: 1px solid #688947 !important;
    border-radius: 0 !important;
}

.s-dph {
    float: left;
    color: #999;
    margin-top: -30px;
    font-size: 14pt;
    margin-bottom: 10px;
}

.ace_gutter-cell {color: #AAAAAA;}

.select2-selection__arrow {
    height: 100% !important;
}

.ace_editor * {
    font-size: 8pt !important;
}

.ace_content div {color: #fff;}

.ace_line {padding: 5px 0;}

.table_icon {
    width: 24px;
    max-height: 24px;
}


.table_icon.icon_picker_select {
    width: 48px;
    max-height: 48px;
}

.table_icon.move {
    cursor: move;
    opacity: 0.5;
}

.form_preview {
    width: 100%; border: 1px solid #ddd; height: 100px; float: left; margin-top: 5px; overflow: hidden;
}

.grey-bg {
    background-color: #eee; padding: 35px 0;
}

.preview_background {
    width: 100%; max-width: 500px; position: relative; height: auto; float: left; margin: 5px; overflow: hidden; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.preview_background #image_preview_bg {
    width: 100%; height: 100%;
}

.preview_background #image_preview_frame {
    width: 100%; height: 100%; position: absolute; z-index:2;
}

.form_preview.preview_background {
    content: "";
    display: block;
    padding-bottom: 50%;
  }

.preview_font {position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; font-size: 28pt; font-family: "Arial";}



.save_response {position: fixed; top: 15px; right: 15px; padding: 5px 15px; color: white; background-color: #008800; text-align: center; font-size: 10pt; display: none;}


.table_icon.move:hover {
    opacity: 1;
}

img.social_icon {width: 35px;}

a.logo img {
    width: 230px; margin-top: 0px;
}

.menu_logo {
    position: absolute; top: 0px; right: 15px; width: 250px; z-index: -1;
}

.tr_header td {background-color: #eee;}
.tr_header td input {font-weight: bold; font-size: 12pt;}

.tr_breaker td {background-color: #a3f0a3; color: #000; font-size: 12pt;} 

table.default_menu {
    float: left; width: 100%;
}

table.default_menu td.shade {
    background-color: rgba(0,0,0,0.0);
}

table.default_menu td {
    padding: 5px 10px;
    vertical-align: top;;
}

table.default_menu td h2 {
    font-size: 18pt;
    border-bottom: 1px solid #666;
}

#default-form {
    margin: 0 -13px;
    width: calc(100% + 26px);
}

.flags {float: right;}
.flags img {width: 25px;}

a.nav-link56 {
    border-bottom-right-radius: 25px;
    overflow: hidden;
}

a.nav-link22 {
    background-color: #688947;
    color: white !important;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

span.addressBoxCaption {
    color: #688947;
}

.btn {
    text-transform: uppercase;
}

.mini-trigger {opacity: 0.5; width: 20px;}
.mini-trigger:hover {opacity: 1;}

.TDformLine.TDformLine_header .TDformField{
    padding-top: 17px;
}


.nav-link {color: #fff !important; font-size: 16px; text-transform: none; font-weight: 400;}
.nav-link:hover {color: #fff !important; background-color: #c0cd5a;}


nav.navbar  { background-color: #c0cd5a !important; height: 75px !important; }

nav.navbar.bg-light, nav.navbar.bg-light { 
    width: 100%;
    z-index: 500;
    /* background: rgba(0,0,0,0.6) !important; */
    background: rgba(255,255,255,0.9) !important;

}



.navbar {padding: 0;}
.navbar-light .navbar-nav .nav-link {display: flex; align-items: center; justify-items: center; padding: 7px 12px; /* text-shadow: #000 0px 0 10px; */ color: black !important; margin: 5px;} 

.bottombar { 
    width: 100%;
    z-index: 500;
    position: fixed;
    bottom: 0;
    height: 100px;
    background: rgb(0,0,0) !important;
    background: linear-gradient(180deg,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%) !important;
}


.slick_caption .logo {
    max-width: 400px !important;
}




.round_bottom {position: absolute; bottom: 0; left: 0; width: 100%; height: auto; z-index: 5;}


.red-alert {background-color: #688947;}
.red-alert .container {text-align: center; font-size: 20pt; padding: 15px 0; color: white;}

.grey-alert {background-color: #688947;}
.grey-alert .container {text-align: center; font-size: 20pt; padding: 15px 0; color: white;}


.td_body2, .td_body22, .td_body13, .td_body27 {padding-bottom: 0px;}

.td_slick .slickSlider img {max-width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}


.slick_caption {
    position: absolute; 
    letter-spacing: -4px;
    top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 500;

}

.slick_inner_box {
    position: relative;
    overflow: hidden;
    width: 100%; 
}

.slick_inner_box {
    content: "";
    display: block;
    padding-bottom: 25%;
  }

.slick_caption h1 { 
    color: white; text-shadow: #000 0px 0px 20px; text-align: center;  transition: 0ms;
}

.slick_caption div:nth-of-type(1) {
    font-size: 30pt;
    transform: translateX(-500px);
}

.flags img {
    opacity: 0.5;
}

.flags img.activeFlag {
    opacity: 1;
}

.slick-active .slick_caption div {
    transition: 2000ms;
    transform: translateX(0px);
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container, .navbar>.container-fluid { 
    justify-content: space-between;
}

.navbar .navbar-collapse, .navbar .navbar-collapse { 
    justify-content: center;
}

.navbar .navbar-collapse ul, .navbar .navbar-collapse ul { 
    margin-right: 0 !important;
}


.slick-prev, .slick-next {
    height: 128px !important;
    transform: scale(1) !important;
    filter: invert(100);
    width: auto !important;
    opacity: 0.5;
    transition: 200ms;
    margin-top: -64px;
}

.slick-prev:hover, .slick-next:hover {
    opacity: 1;
}

.top_icon {width: 38px; cursor: pointer;}

.jumbotron {background: rgba(255,255,255,0.5) !important;}


.padding-55 {padding: 55px 0;}

.btn-custom {
    color: #fff;
    background-color: #688947;
    border-color: #688947;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}

.btn-custom:not(:disabled):not(.disabled).active, .btn-custom:not(:disabled):not(.disabled):active, .show>.btn-custom.dropdown-toggle {
    color: #fff;
    background-color: #8d7b47;
    border-color: #8d7b47;
}

.btn-custom.focus, .btn-custom:focus {
    box-shadow: 0 0 0 0.2rem rgb(141, 123, 71 , 0.5);
}

.btn-custom:hover {
    color: #fff;
    background-color: rgb(141, 123, 71);
    border-color: #8d7b47;
}


.td-product {
    float: left; width: 50%; padding: 20px; position: relative;
}



.video-box {width: 100% !important; height: auto !important; max-width: 800px;}

.video-box:after {
    content: "";
    display: block;
    padding-bottom: 50%;
  }

.td-product .img-cropper {float: left; width: 100%; position: relative; overflow: hidden;  border-bottom-right-radius: 25px; border-bottom-left-radius: 25px;}

.td-product .img-cropper:after {
    content: "";
    display: block;
    padding-bottom: 40%;
  }

.td-product .img-cropper img {position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%);  transition: 200ms;}
.td-product:hover .img-cropper img {transform: translate(-50%, -50%) scale(1.05);  }

.stretched-link {float: left;}

.td-product h2 {
    font-weight: 300; color: #000; text-transform: uppercase; font-size: 20pt; line-height: 130%;
}


a.td-thumbnail {
    overflow: hidden;
    position: relative;
    width: calc(25% - 30px) !important; margin: 15px;
}

a.td-thumbnail:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }


a.td-thumbnail img {position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%);  transition: 200ms;}

.email_float {
    color: #000; font-size: 16pt; margin-right: 10px;
}
.email_float span { color: #688947; font-size: 16pt;}

.block_57 a.td-thumbnail:nth-of-type(1) {
    width: calc(100% - 10px); border-bottom-right-radius: 25px; border-bottom-left-radius: 25px;
}

.block_57 a.td-thumbnail {
    overflow: hidden;
    position: relative;
    border-bottom-right-radius: 25px; border-bottom-left-radius: 25px;
}

.block_57 a.td-thumbnail:after {
    content: "";
    display: block;
    padding-bottom: 50%;
  }


  polygon {
    opacity: 0.5;
  }

  polygon:hover {
    opacity: 1;
  }

.block_57 a.td-thumbnail img {position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%);  transition: 200ms;}

.td-boxes { margin-top: -50px; }
.td-box h2 {color: #688947; text-transform: uppercase; width: 100%; padding: 0 15px; font-size: 20pt; text-align: center;}
.td-box p {text-align: center;}
.block { position: relative;}
.td-box-content {float: left; width: 100%;}
.td-box-img {display: flex; justify-content: center; }
.td-box .td-box-img img {height: 120px;  transition: 100ms; opacity: 0.7; margin: 10px 0; }
.td-box:hover .td-box-img img {width: 80%; transform: scale(1.1); opacity: 1; }


.top_icon {opacity: 0.5; transition: 100ms; transform: scale(0.8); }
.top_icon:hover {opacity: 1; transform: scale(1);}

.td-footer {background: #000; padding: 55px 0;}

.logo2 {width: 100px; float: right; }

span.td-product-content {float: left; width: 100%; height: 50px;}

.td-thumbnails {float: left; width: 100%; display: flex; justify-content: center; flex-wrap: wrap;}
a.td-thumbnail {float: left; width: calc(50% - 30px); margin: 15px; opacity: 1;}
a.td-thumbnail:hover  {opacity: 1;}
.td-thumbnail img {float: left; width: 100%;}
.shader {display: none;}

.td-blue {background-color: #688947;}
.td-blue span {padding: 15px 0; padding-top: 25px; color: white; font-weight: 300; text-transform: uppercase;}


.dropdown-menu {border-left: 3px solid #ddd;}

.dropdown-item.active, .dropdown-item:active {
    background-color: #688947;
}

.menu-show-more {
    cursor: pointer;
}

.show-more-tds {
    display: none;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.mobile-spacer {
    height: 0;
}

.td_slick_photobar  {
    float: left; width: 100%;
}

@media only screen and (max-width: 1023px) {

    .navbar .navbar-toggler {
        margin-left: 25px; margin-right: 25px;
        opacity: 1;
        display: block; z-index: 500;
        position: relative;
    }
    
    .navbar .container {
        justify-content: flex-end !important;
    }
    
    .navbar .navbar-toggler-icon {
        opacity: 1;
        display: block; z-index: 500;
        position: relative;
    }

    .page-header-2 img {
        height: 100% !important;
        width: auto !important;
    }

    .collapse  {
        position: fixed !important; top: 0; left: 0; width: 100vw; height: 100vh; transform: translateX(-100vw); transition: 200ms; z-index: 650;
    }

    .card .collapse  {
        position: relative !important; width: 100%; height: auto !important; 
    }

    .flags {
        display: flex; justify-content: center; align-items: center; width: 100%; float: left;
    }

    .flags a{
        margin: 10px;
    }

    .navbar-toggler {
        transform: scale(1.5);
    }

    .collapse.show  {
        transform: translateX(0);
    }

    .slick-prev, .slick-next {
        transform: scale(0.8) !important;
    }
    

    .dropdown-item {
        font-size: 14pt !important;
    }    


    .navbar-nav {
        margin-left: 0 !important;
    }

    .td-product h2 {
       font-size: 16pt;
    }

    a.logo img {
        width: 150px;
    }

    a.td-thumbnail {
        width: calc(50% - 30px) !important;
    }

    h1 {
        font-size: 30pt !important;
    }

    h2 {
        font-size: 24pt !important;
    }

    h2 {
        font-size: 24pt !important;
    }

    .td-box h2 {font-size: 10pt;}
    .polozky {
        margin-top: -50px;
    }
    .navbar-collapse {
        position: relative;
        z-index: 500;
        background-color: rgba(230,230,230,0.95);
    }

    a.logo {
        padding-left: 15px;
    }

    .td-box h2 {
        font-size: 10pt !important;
    }

    div.flexBox.flexLine {
        padding-left: 17px;
    }

    .navbar-nav .nav-link {
        color: #000;
        text-align: center !important;
        font-size: 16pt;
        font-weight: 300;
        display: flex; justify-content: center; align-items: center;
    }



    #tableMenu .m-float-left.float-right {float: left !important;}
    #tableMenu .btn {width: 100%; margin: 0 0 2px 0;}
    .margin-mobile-top-25 { margin-top: 25px; padding-left: 35px;}

    .td-boxes {margin-top: 0;}
    .td-box {width: 100% !important; border: none !important;}
    .email_float {display: none;}
    table.table-predplatne {min-width: 800px;}

}

@media only screen 
and (min-device-width : 200px) 
and (max-device-width : 700px) 
and (orientation : portrait) { 


    .slick_caption {
        letter-spacing: -2px;
    }

    .mobile-spacer {
        height: 70px;;
    }

    p, li {
        font-size: 12pt;
    }

    .navbar .container {
        justify-content: end;
    }

    .input-email, .input-button {
        width: 100% !important;
    }
    
    nav.navbar  {height: 70px !important; }

    .short_box {
        transform: translateX(0px);
    }
    
    
    .short_box div.short_box_image {
        z-index: 5;
        position: relative;
        left: 0; top: 0;
        transform: translateX(0%);
        width: 100% !important;
        height: auto !important;
        min-height: 300px;
        overflow: hidden;
    }
    
    .short_box div.short_box_image img {
        height: 100%; width: auto !important; max-width: 10000% !important; position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    .slick_caption { 
        width: 80%;
    }

    #map {
        width: 100% !important; margin: 0 !important;
    }

    .hungry {
        font-size: 20pt;
        transform: translate(-50%, 00px) perspective(800px) rotateY(15deg); white-space: nowrap; padding: 10px 25px;
    }


    .page-header .container .col-md-4 {
        display: none;
    }

    a.td-thumbnail {
        width: calc(100% - 30px) !important;
    }

        .block_19 {
        margin: 0;
    }

    
    .block_19 .p-3 {
        padding: 0 !important;
    }

    .red-alert .container {
        padding: 15px 25px;
    }

    .block_19 .p-3 h1 {
        padding: 0 10px;
    }

    .block_19 .p-3 .container {
        padding: 10px !important;
    }

    .td-box.w-20 {
        width: calc(50% - 10px) !important;
        height: auto !important;
        margin: 5px;
    }


    .td-box-img img {width: 50%;}
    a.logo {
        width: auto;
    }

    .slick-next, .slick-prev {display: none !important;}


    nav img.logo {width: 150px; }

    div.td-multibox-box-collector{
        position: relative !important;
    }

a.logo {justify-content: flex-start;}

    div.td-multibox-box {
        position: relative !important;
        width: 100% !important;
        top: 0; left: 0; bottom: 0; right: 0;
    }

    #tableMenu {min-width: 800px;}
    #menu {min-width: 1280px;}

    .td-multibox {
        min-height: 0;
    }

    img.logo2 {display: none;}

    .row > div[class^="col-"]:first-child {
        padding-left: 15px;
    }

   .slick-inner-aligner img {
    opacity: 1;
   }

    .row > div[class^="col-"]:last-child {
        padding-right: 15px;
    }

    .row > div {
        margin: 2px 0;
    }

    img.bigLogo, img.round_bottom {
        display: none;
    }

    .td-product {
        float: left;
        width: 100%;
        padding: 10px 0px;
        position: relative;
    }



    span.td-product-content {
        float: left;
        width: 100%;
        height: auto;
    }

    table.default_menu td h2 {
        font-size: 14pt !important;
        padding-bottom: 10px;
        border-bottom: 1px solid #666;
    }

    .menu_logo {
         width: 100px;
    }

    table.default_menu td {
        font-size: 8pt !important;
    }

    table.default_menu td:nth-of-type(2) {
        line-break: unset;
    }

    h1 {
        font-size: 20pt !important; line-height: 130%;
    }



    div.p-5-r-0 {
        order: 2;
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

.slick-inner-aligner {
    min-height: 200px;
}

    div.p-5-l-0 {
        order: 1;
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding: 0 !important;
    }

    .m-flex {display: flex; justify-content: center; flex-wrap: wrap;}

    .jumbotron.w-50 {width: calc(100% - 10px) !important;}

}


.pagination .page-item.active .page-link {
    background-color: #688947; /* růžová */
    border-color: #688947;
    color: white;
}

.pagination .page-link {
    color: #688947;
}

.pagination .page-link:hover {
    background-color: #7fa15d;
    border-color: #7fa15d;
    color: white;
}

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #2a381d;
    background-color: #ceddbe;
    border-color: #c3d6b1;
}

.alert-primary hr {
    border-top-color: #b7cda0;
}

.alert-primary .alert-link {
    color: #11160b;
}

.badge-primary {
    color: #fff;
    background-color: #688947;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #4e6735;
}

.bg-primary {
    background-color: #688947 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #4e6735 !important;
}

.border-primary {
    border-color: #688947 !important;
}

.btn-primary {
    color: #fff;
    background-color: #688947;
    border-color: #688947;
}

.btn-primary:hover {
    color: #fff;
    background-color: #56713a;
    border-color: #4e6735;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 137, 71, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #688947;
    border-color: #688947;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4e6735;
    border-color: #465d30;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 137, 71, 0.5);
}

.btn-outline-primary {
    color: #688947;
    background-color: transparent;
    border-color: #688947;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #688947;
    border-color: #688947;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 137, 71, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #688947;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #688947;
    border-color: #688947;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 137, 71, 0.5);
}

.list-group-item-primary {
    color: #2a381d;
    background-color: #c3d6b1;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #2a381d;
    background-color: #b7cda0;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #2a381d;
    border-color: #2a381d;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #c3d6b1;
}

.table-hover .table-primary:hover {
    background-color: #b7cda0;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #b7cda0;
}

.text-primary {
    color: #688947 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #4e6735 !important;
}


/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #949276;
    background-color: #12312412d;
    border-color: #11a11a122;
}

.alert-secondary hr {
    border-top-color: #10f10f113;
}

.alert-secondary .alert-link {
    color: #79775e;
}

.badge-secondary {
    color: #212529;
    background-color: #cac9bb;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #212529;
    background-color: #b3b29e;
}

.bg-secondary {
    background-color: #cac9bb !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #b3b29e !important;
}

.border-secondary {
    border-color: #cac9bb !important;
}

.btn-secondary {
    color: #212529;
    background-color: #cac9bb;
    border-color: #cac9bb;
}

.btn-secondary:hover {
    color: #212529;
    background-color: #bab9a6;
    border-color: #b3b29e;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(202, 201, 187, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #cac9bb;
    border-color: #cac9bb;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #b3b29e;
    border-color: #acab95;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(202, 201, 187, 0.5);
}

.btn-outline-secondary {
    color: #cac9bb;
    background-color: transparent;
    border-color: #cac9bb;
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #cac9bb;
    border-color: #cac9bb;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(202, 201, 187, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #cac9bb;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #cac9bb;
    border-color: #cac9bb;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(202, 201, 187, 0.5);
}

.list-group-item-secondary {
    color: #949276;
    background-color: #11a11a122;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #949276;
    background-color: #10f10f113;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #212529;
    background-color: #949276;
    border-color: #949276;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #11a11a122;
}

.table-hover .table-secondary:hover {
    background-color: #10f10f113;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #10f10f113;
}

.text-secondary {
    color: #cac9bb !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #b3b29e !important;
}
