<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COLORS */
/* black */
/* gray */

/* green */
/*light green */
/* brown */
/* blue */

/*   --- START */

/* ------------------------------------------------------------------------------------------------------------- */

/*   --- END */

/* MAIN --- START */
body {
    /*background: #fffaf6;*/
    /*background: #fff url('/images/pattertn-image.jpg') repeat center;*/
}
/* for mobile bold */
@media (max-width: 768px) {
    body, p {
        /*font-size: 20px;*/
    }
}
body, p, h1, h2, h3, h4, h5, h6 {
    color: #424242;
}
a {
    font-weight: bold;
    color: #7c5d47;
    text-decoration: none;
}
a:hover {
    color: #56c538;
}
::selection {
    background: #56c538; /* Safari */
    color: #fff;
}
::-moz-selection {
    background: #56c538; /* Firefox */
    color: #fff;
}
/* MAIN --- END */

/* ------------------------------------------------------------------------------------------------------------- */

/* HEADER --- START */

header .navbar {
    background: #fff;
    border: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
header .navbar-nav {
    overflow-x: hidden;
}
header .navbar .icon-bar {
    background: #fff;
}
header .navbar .navbar-toggle {
    background: #56c538;
}
header .navbar-brand {
    padding: 10px 15px;
}
header .nav &gt; li &gt; a, header .nav &gt; li &gt; form .btn-link {
    font-family:  "PT Sans" !important;
    font-weight:  bold;
    color: #424242;
    font-size: 18px;
    text-decoration: none;
    width: 100%;
    text-align: left;
}
header .nav &gt; li &gt; a:hover,
header .nav &gt; li &gt; a:focus,
header .nav &gt; li &gt; form &gt; .btn-link :hover,
header .nav &gt; li form &gt; .btn-link :focus,
header .nav &gt; li:hover &gt; form &gt; .btn-link,
header .nav &gt; li:focus form &gt; .btn-link
{
    background: #56c538;
    color: #fff;
}

header .navbar .menu-icon:before {
    /* todo: wait when all icons been painted */
    /*display: inline-block;*/
    display: none;
    padding-right: 10px;
    position: relative;
    font-weight: 600;
    top: 3px;
    font-size: 32px;
    font-family: 'icomoon' !important;
}

@media (min-width: 768px) {
    header .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    header .navbar .navbar-brand {
        padding-top: 18px;
    }
    header .navbar-brand {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    header .navbar-nav &gt; li &gt; a, header .nav &gt; li &gt; form .btn-link {
        padding: 20px;
        height: 60px;
    }
}
header .navbar-form {
     padding: 0px 0px;
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     margin-left: 0px;
     border-top: 0px solid transparent;
     border-bottom: 0px solid transparent;
     -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
     box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}


.auth-panel-wrap {
    width: 100%;
    position: fixed;
    top:60px;
    background: #7c5d47;
    height: 40px;
    margin-top:0px;
    padding-top:7px;
    z-index: 100;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.auth-panel-wrap a {
    font-weight: bold;
    font-size: 16px;
    color: #b39784;
    border-bottom: 1px solid;
    border-color: #b39784;
    outline: 0px;
}
.auth-panel-wrap a:hover {
    color:#fff;
    border-color: #fff;
    text-decoration: none;
}
.auth-panel form {
    display: inline-block;
    margin: 0px auto;
    padding: 0px;
}
.auth-panel a, .auth-panel .auth-panel-link {
    line-height: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: bold;
    font-size: 16px;
    margin-left: 30px;
    color: #fefefe;
    border: 0px;
    border-bottom: 1px solid #fefefe;
    background: transparent;
}
/* todo: when will ready menu set 992px */
@media (max-width: 768px) {
    .auth-panel-wrap {
        margin-top: 30px;
        text-align: center;
    }
}
/* HEADER --- END */

/* ------------------------------------------------------------------------------------------------------------- */

/* JUMBOTRON --- START */
.site-index {
    width: 100%;
    height: 100%;
    display: table;
}
.jumbotron {
    text-align: left;
    color: #fff;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    top:-100px;
    min-height:600px;
    background: transparent;
}
.jumbotron h1 {
    font-family: Ubuntu;
    font-weight: 900;
}
.jumbotron p.lead {
    color: #fff;
    padding: 40px 0px 70px;
    font-family: "PT Sans";
    font-size: 24px;
    font-weight: 400;
}
.jumbotron .btn {
    background: #ffa92f;
    border-radius: 50px;
    padding: 20px 70px;
    border: 0px;
    text-shadow: rgba(0,0,0,0.3) 0px 1px 2px;
    font-family: "PT Sans";
    font-size: 24px;
    font-weight: bold;
}
.jumbotron .btn:active {
    background: #FF9500;
}
@media (max-width: 1200px) {
    .jumbotron {
        display: block;
    }
    .jumbotron h1 {
        font-size: 82px;
        padding: 90px 0px 0px;
    }
    .jumbotron p.lead {
        padding: 20px 0px 20px;
        text-shadow: 1px 0px 2px rgba(0,0,0,0.3);
    }
    .jumbotron .btn {
        max-width: 320px;
        width: 100%;
        font-size: 20px;
        padding: 15px 0px;
    }
    .jumbotron {
        top:-50px;
    }
    .btn-wrap {
        text-align: center;
    }
}
/* JUMBOTRON --- END */

/* ------------------------------------------------------------------------------------------------------------- */

/* FOOTER --- START */
footer {
    background: #fff url(/images/footer-shadow.png) repeat-x top;
    padding:25px 0px 60px;
    margin-top: 45px;
}
footer h4,
footer.h4 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #35373b;
}
footer li, footer li a{
    color: #b1b1b1;
}
footer li a:hover{
    color: #35373b;
}
footer li {
    font-size: 12px;
    list-style: none;
    line-height: 24px;
}

/* stick footer */
.stick-footer-advanced .pull-right {
    margin: 0px;
}
.stick-footer-advanced {
    z-index: 1000;
    padding: 0px 0px 0px;
    background: #7c5d47;
    position:fixed;
    bottom:0px;
    width: 100%;
}
.stick-footer-advanced a {
    font-family: 'PT Sans';
    font-weight: 400;
    font-size: 16px;
    border-left: #b39784 solid 1px;
    display: block;
    padding: 5px 20px 7px;
    color: #fff;
    border-radius: 0px;
}
.stick-footer-advanced .pull-right:nth-child(1) {
    border-right: #b39784 solid 1px;
}
.stick-footer-advanced .menu-icon {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    top: 3px;
    position: relative;
    color: #fff;
    transition: 0.5s;
}
.stick-footer-advanced a .label {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px;
    display: inline-block;
    background: transparent;
    border-radius: 5px;
    color: #fff;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    transition: 0.5s;
}

/* empty */
.stick-footer-advanced a.empty, .stick-footer-advanced a.empty .menu-icon {
    color: #b39784;
}
.stick-footer-advanced a.empty .label {
    color: #b39784;
    border-color: #b39784;
}

/* hover */
.stick-footer-advanced a:hover {
    text-decoration: none;
    background: #56c538;
    color: #fff;
}
.stick-footer-advanced a:hover .label{
    border-color: #fff;
    color: #fff;
}
.stick-footer-advanced a:hover .menu-icon {
    color: #fff;
}
@media (max-width: 768px) {
    .stick-footer-advanced {
        text-align: center;
    }
    .stick-footer-advanced .pull-right {
        padding: 0px;
        width: 50%;
    }
    .stick-footer-advanced a {
        width: 100%;
        border-left: rgba(255,255,255,0.05) solid 0px;
    }

}
/* FOOTER --- END */

/* ------------------------------------------------------------------------------------------------------------- */

/* BREADCRUMBS --- START */
.breadcrumb-wrap {
    padding-top: 100px;
    width: 100%;
    background: #fefefe;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    .breadcrumb-wrap {
        padding-top: 50px;
    }
}
.breadcrumb {
    padding: 10px 0px 8px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: transparent;
    height: 45px;
}
.breadcrumb &gt; li {
    font-size: 16px;
    font-weight: bold;
}
.breadcrumb &gt; li, .breadcrumb &gt; li a {
    color: #c0c0c0;
}
.breadcrumb &gt; li.active, .breadcrumb &gt; li a:hover {
    color: #35373b;
}
.breadcrumb &gt; li + li:before {
    content: " ";
    padding: 0 30px;
    color: #ccc;
    background: url('/images/breadcrumb-separator.png') no-repeat center;
}
.breadcrumb &gt; li + li.active:before {
    content: " ";
    height: 15px;
    padding: 0 30px;
    color: #ccc;
    background: url('/images/breadcrumb-separator-active.png') no-repeat center;
}
/* BREADCRUMBS --- END */

/* ------------------------------------------------------------------------------------------------------------- */

/* SIDEBAR --- START */
main {
    padding: 30px 0px;
    text-align: left;
    top: 0px;
    position: relative;
}
.main-inner {
    padding-right: 330px;
    position: relative;
}
.content {
    float: left;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.sidebar-wrap {
    text-align: left;
    float: right;
    width: 330px;
    margin-right: -330px;
    position: relative;
    padding: 0px 0px 0px 30px;
    /*background: rgba(0,0,255,0.5);*/
}
.sidebar {

}

@media (max-width: 992px) {
    main {
    }
    .main-inner {
        padding-right: 0px;
    }
    .content {
        display: block;
        float: none;
    }
    .sidebar-wrap {
        padding-left:0px;
        width: 100%;
        display: block;
        float: none;
        margin-right: 0px;
    }
    .sidebar {

    }

}

/* no-sidebar */
.no-sidebar .sidebar,
.no-sidebar .sidebar-wrap {
    display:none;
}
.no-sidebar .main-inner {
    padding-right: 0px;
}
.no-sidebar .content {
    float: none;
    display: block;
}
/* SIDEBAR --- END */

/* ------------------------------------------------------------------------------------------------------------- */





/* category page - products */

/*.icon {*/
/*display: inline-block;*/
/*padding: 1px 1px 2px;*/
/*margin: auto;*/
/*border-radius: 7px;*/
/*!*border: solid 1px #ccc;*!*/
/*color: #ccc;*/
/*font-weight: 400;*/
/*font-size: 24px;*/
/*cursor: pointer;*/
/*}*/
/*.icon:hover {*/
/*border: solid 1px #362f2d;*/
/*color: #362f2d;*/
/*}*/
/*.icon.added {*/
/*border-color: #F0AD4E;*/
/*color: #F0AD4E;*/
/*}*/
/*.icon.added:hover {*/
/*border-color: #ec971f;*/
/*color: #ec971f;*/
/*}*/


/*  CONTENT BLOCKS END */

/* ------------------------------------------------------------------------------------------------------------- */


/*  --- START */

/*  --- END */

/* ------------------------------------------------------------------------------------------------------------- */





</pre></body></html>