

body {

    font-family: Arial;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    background-color: #29170e;
    color: #B3885B;
}


*:focus
{
    outline: none;
}

a {
    color:#B3885B;
}

a:hover {
    color:#B3885B;
    text-decoration: none;
}


.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6
{
    color:#B3885B;
    font-family: Arial;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
}

.uk-grid > * {
    padding-right: 0px
}


.uk-offcanvas-bar
{
    background-color: #fff;
    color: #B3885B;
}

.uk-offcanvas-bar a {
    color:#B3885B;
}

.uk-offcanvas-bar a:hover {
    color: #B3885B;
    text-decoration: none;
}

.uk-close {
    left: auto;
    right: 15px;
    color: #29170e !important;
}

.uk-dropdown-close {
    left: auto;
    right: 15px;
    color: #29170e !important;
}

.uk-dropdown {
    color: #29170e;
    background: #ECD7A0;
}

.uk-modal-close-default {
    left: auto;
    right: 15px;
}

.uk-modal-dialog, .uk-modal-header, .uk-modal-body, .uk-modal-footer
{
    font-family: Arial !important;
    color: #29170e !important;
    background: #ECD7A0;
}

.uk-modal-body a
{
    color: #29170e !important;
}
.uk-modal-header
{
    font-family: Arial !important;
    border-bottom-color: rgba(179, 136, 91, 0.50);
}
.uk-modal-title
{
    font-family: Arial !important;
    color: #29170e !important;
    font-size: 20px !important;
}


.uk-modal-footer
{
    border-top-color: rgba(179, 136, 91, 0.50);
}



.uk-modal .uk-button-text
{
    color:#29170e;
    padding-bottom: 3px;
}

.uk-modal .uk-button-text:hover
{
    color:#29170e;
}

.uk-modal .uk-button-text:active, .uk-button-text:focus
{
    color:#29170e;
}

.uk-modal .uk-button-text::before {
    border-bottom: 1px solid #29170e;
}


.uk-modal label
{
    color:#29170e;
}

.uk-modal .uk-checkbox, .uk-modal  .uk-radio  {
    border: 1px solid #29170e !important;
    background-color: transparent !important;
    margin-right: 5px;
}

.uk-modal .uk-checkbox:checked, .uk-modal .uk-checkbox:checked:focus, .uk-modal .uk-checkbox:indeterminate:focus, .uk-modal .uk-radio:checked, .uk-modal .uk-radio:checked:focus {
    border: 1px solid #29170e !important;
    background-color: #29170e !important;
    margin-right: 5px;

}




.uk-slidenav:focus, .uk-slidenav:hover {
    color: rgba(179, 136, 91, 0.5);
}

.uk-slidenav:focus, .uk-slidenav:hover {
    color: rgba(179, 136, 91, 1);
    outline: 0;
}

.uk-notification-close {
    left: auto;
    right: 15px;
}

.uk-alert-close {
    left: auto;
    right: 15px;
}

.uk-checkbox, .uk-radio {
    color: #B3885B !important;
    border: 1px solid #B3885B !important;
    background-color: rgba(236, 215, 160, 0.08) !important;
    margin-right: 5px;
    fill: #B3885B !important;
}

.uk-checkbox:checked, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked, .uk-radio:checked:focus {
    color: #B3885B !important;
    border: 1px solid #B3885B !important;
    background-color: rgba(236, 215, 160, 0.08) !important;
    fill: #B3885B !important;

}



.uk-input, .uk-select, .uk-textarea
{
    color: #B3885B !important;
    border: 1px solid #B3885B !important;
    background-color: rgba(236, 215, 160, 0.08) !important;
    fill: #B3885B !important;
}

.uk-input:focus, .uk-select:focus, .uk-select:active, .uk-textarea:focus, .uk-checkbox:focus, .uk-radio:focus {
    color: #B3885B !important;
    border: 1px solid #B3885B !important;
    background-color: rgba(236, 215, 160, 0.08) !important;
}

.uk-button, .uk-offcanvas-bar .uk-button
{
    transition: all 0.4s;
    text-transform:initial;
    font-size: inherit;
}


.uk-button-default
{
    color: #29170e !important;
    background-color: #B3885B !important;
    border: 1px solid #B3885B !important;
}

.uk-button-primary
{
    color: #29170e !important;
    background-color: #B3885B !important;
    border: 1px solid #B3885B !important;
}



.uk-button-text
{
    color:#B3885B;
    padding-bottom: 3px;
}

.uk-button-text:hover
{
    color:#B3885B;
}

.uk-button-text:active, .uk-button-text:focus
{
    color:#B3885B;
}

.uk-button-text::before {
    border-bottom: 1px solid #B3885B;
}




.uk-button-round
{
    -webkit-border-radius: 5px;
    border-radius: 5px;
}



.uk-list
{
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}

.uk-form-label
{
    color:#B3885B;
}


.uk-form-label.form-required:after
{
    color:#ff0000;
    content:" *";
}

.uk-alert a
{
    text-decoration: none;
    color: #45331F !important;
}

.uk-alert
{
    font-family: Arial !important;
    color: #45331F !important;
    background-color: #B3885B !important;
    border: 1px solid #B3885B !important;
}

.uk-alert a:not([class])
{
    text-decoration: none;
}



.uk-offcanvas-bar
{
    color: #29170e;
}

.description
{
    color: #29170e;
    padding-top: 3px;

}



.form-item
{
    margin-bottom: 15px;

}

.header, .mobile-header
{
    background-image: url("../images/headerbg.jpg");
    background-position: center;
    background-size: cover;
    z-index: 998;

}


.header .logo
{

    padding: 20px;
    padding-bottom: 24px;
}

.header .logo .logo-text
{
    font-family: 'Allura', cursive;
    font-weight: bold;
    font-size: 50px;
    color: #6d5922;
    text-shadow: #ead49a 2px 2px 0;
    margin-top: -35px;
    margin-bottom: -20px;
    transition: all 0.4s;
}
.header .logo .logo-text a
{
    color: #6d5922;
}
.header .logo .logo-image img
{
    height: 55px;
    transition: all 0.4s;
}

.header.uk-sticky-fixed.uk-active .logo
{
    padding: 10px;
    padding-bottom: 12px;
}

.header.uk-sticky-fixed.uk-active .logo .logo-image img
{
    height: 50px;
}


.header.uk-sticky-fixed.uk-active .logo-text
{

    font-size: 42px;
    margin-bottom: -10px;
}

.mobile-header
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-header .logo
{
    padding: 5px;
}


.mobile-header .logo .logo-text
{

    font-family: 'Allura', cursive;
    font-weight: bold;
    font-size: 32px;
    margin-top: -5px;
    margin-bottom: -18px;
    color: #6d5922;


}



.header-menu
{
    padding-top: 9px;
    padding-bottom: 10px;
    background-color: #45331F;
}



.blockfrontcontent
{
    text-align: center;
}

.blockfrontcontent .block-title
{
    font-family: 'Allura', cursive;
    font-size: 44px;
    padding-top: 20px;
    margin-bottom: -20px;
}

.blockfrontcontent .block-content
{
    padding-top: 20px;
    border-top: 1px solid rgba(151, 151, 151, 0.3);
    font-size: 17px;
    padding-bottom: 20px;
}

.mobile-header
{
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.header.uk-sticky-fixed.uk-active
{
/*    box-shadow: -1px 10px 13px -3px rgba(157, 157, 157,0.2);*/
}

.mobile-header.uk-sticky-fixed.uk-active
{
/*    border: none;
    box-shadow: -1px 10px 13px -3px rgba(157, 157, 157,0.2);*/
}


.bottom-inner .block-title
{

    font-weight: 700;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 18px;

}

.bottom-inner .block-content
{
    padding-bottom: 20px;
}



.bottom-inner ul
{
    padding: 0px;
    margin: 0px;
}

.bottom-inner ul li
{
    list-style: none;
    list-style-image: none;
    font-size: 14px;
    padding-bottom: 1px;
    font-weight: 400;
}




.footer-top
{
    border-top: 1px solid rgba(151, 151, 151, 0.2);
    padding-top: 25px;
    padding-bottom: 25px;
}


.footer-top .block-title
{
    font-family: Arial;
    font-size: 17px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
}

.footer-top .block-content
{
    font-size: 16px;
    padding-bottom: 15px;
}

.footer-top .fab
{
    font-size: 32px;
    margin-right: 18px;
}




.footer-top .fab:last-child
{
    margin-right: 0px;
}

.footer-bottom
{
    border-top: 1px solid rgba(151, 151, 151, 0.2);
    padding-top: 10px;
    line-height: 65px;
}

.footer-bottom .logo
{
    font-family: 'Allura', cursive;
    font-size: 36px;

}


.page-medum-title
{
    font-family: Arial;
    font-size: 22px;
    color: #FB7D00;
    line-height: normal;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


.page-medum-title .page-title
{
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.border-bottom
{
    border-bottom: 1px solid rgba(179, 136, 91, 0.5);
}
.border-top
{
    border-top: 1px solid rgba(179, 136, 91, 0.5);
}



.captcha
{
    margin-top: 20px;
    margin-bottom: 25px;
}


.grid-container img
{
    width: 100%;
}


.content
{
/*    background-color: #ECD7A0;
    padding: 20px;
    color: #45331F;*/
}


/*.villa-title
{
    font-family: PFChampionScriptPro;
    font-size: 44px;
    color: #FB7D00;
    text-align: center;
}*/


.villa-full .scrollspy-image, .page-full .scrollspy-image
{
    border: 5px solid #C2B380;
}


@media only screen and (max-width : 959px)
{
    .footer-top
    {
        text-align: center;
    }
    .footer-top .uk-flex
    {
        justify-content: center;
    }
    .footer-bottom
    {
        font-size: 15px;
        text-align: center;
        line-height: 35px;
    }
    .footer-bottom .logo
    {
        font-family: 'Allura', cursive;
        font-size: 26px;
    }
    .footer-top .fab
    {
        font-size: 44px;
        margin-right: 12px;
    }
    .footer-top .fab:last-child
    {
        margin-right: 0px;
    }
}


