
/*---------------------
General
    Rift Regular

font-family: rift, sans-serif;

font-weight: 400;

font-style: normal;


Rift Italic

font-family: rift, sans-serif;

font-weight: 400;

font-style: italic;


Rift Medium

font-family: rift, sans-serif;

font-weight: 500;

font-style: normal;


Rift Medium Italic

font-family: rift, sans-serif;

font-weight: 500;

font-style: italic;


Rift Bold Italic

font-family: rift, sans-serif;

font-weight: 700;

font-style: italic;


Rift Bold

font-family: rift, sans-serif;

font-weight: 700;

font-style: normal;



Acumin Pro Bold

font-family: acumin-pro, sans-serif;

font-weight: 700;

font-style: normal;


Acumin Pro Bold Italic

font-family: acumin-pro, sans-serif;

font-weight: 700;

font-style: italic;


Acumin Pro Italic

font-family: acumin-pro, sans-serif;

font-weight: 400;

font-style: italic;


Acumin Pro Light

font-family: acumin-pro, sans-serif;

font-weight: 300;

font-style: normal;


Acumin Pro Light Italic

font-family: acumin-pro, sans-serif;

font-weight: 300;

font-style: italic;


Acumin Pro Regular

font-family: acumin-pro, sans-serif;

font-weight: 400;

font-style: normal;


Acumin Pro ExtraCondensed Bold

font-family: acumin-pro-extra-condensed, sans-serif;

font-weight: 700;

font-style: normal;


Acumin Pro ExtraCondensed Bold Italic

font-family: acumin-pro-extra-condensed, sans-serif;

font-weight: 700;

font-style: italic;


Acumin Pro ExtraCondensed Regular

font-family: acumin-pro-extra-condensed, sans-serif;

font-weight: 400;

font-style: normal;


Acumin Pro ExtraCondensed Italic

font-family: acumin-pro-extra-condensed, sans-serif;

font-weight: 400;

font-style: italic;


Acumin Pro Condensed Bold

font-family: acumin-pro-condensed, sans-serif;

font-weight: 700;

font-style: normal;


Acumin Pro Condensed Bold Italic

font-family: acumin-pro-condensed, sans-serif;

font-weight: 700;

font-style: italic;


Acumin Pro Condensed Regular

font-family: acumin-pro-condensed, sans-serif;

font-weight: 400;

font-style: normal;


Acumin Pro Condensed Italic

font-family: acumin-pro-condensed, sans-serif;

font-weight: 400;

font-style: italic;


Acumin Pro SemiCondensed Bold

font-family: acumin-pro-semi-condensed, sans-serif;

font-weight: 700;

font-style: normal;


Acumin Pro SemiCondensed Bold Italic

font-family: acumin-pro-semi-condensed, sans-serif;

font-weight: 700;

font-style: italic;


Acumin Pro SemiCondensed Regular

font-family: acumin-pro-semi-condensed, sans-serif;

font-weight: 400;

font-style: normal;


Acumin Pro SemiCondensed Italic

font-family: acumin-pro-semi-condensed, sans-serif;

font-weight: 400;

font-style: italic;


Acumin Pro Wide Bold

font-family: acumin-pro-wide, sans-serif;

font-weight: 700;

font-style: normal;


Acumin Pro Wide Bold Italic

font-family: acumin-pro-wide, sans-serif;

font-weight: 700;

font-style: italic;


Acumin Pro Wide Regular

font-family: acumin-pro-wide, sans-serif;

font-weight: 400;

font-style: normal;


Acumin Pro Wide Italic

font-family: acumin-pro-wide, sans-serif;

font-weight: 400;

font-style: italic;

---------------------*/
/*---------------------
General
---------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    font-weight: normal;
    color: #000;
}

    a:hover {
        opacity: 0.8;
    }

.bold {
    font-weight: 700;
}

.langButton {
    font-size: 14px;
    font-weight: 700;
}

.registration {
    white-space: nowrap;
    font-size:16px;
}

.btn, .tbx {
    font-family: rift, sans-serif;
    font-size: 16px;
    font-weight:700;
}

.flex-caption, .flex-caption h3 {
    font-family: rift, sans-serif;
    font-size: 68px;
}

h1 {
    font-size: 34px;
    margin: 0 0 10px 0;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    font-family: rift, sans-serif;
}

h2 {
    font-size: 26px;
    margin: 0px 0 5px 0;
    font-family: rift, sans-serif;
}

h3 {
    font-size: 26px;
    margin: 0px 0 5px 0;
}

h4 {
    font-size: 18px;
    margin: 0px 0 5px 0;
    font-weight: bold;
    line-height: 1.5;
}

p {
    margin: 0;
    padding: 0 0 10px 0;
}

::selection {
    background: #d0e8ff;
}

::-moz-selection {
    background: #d0e8ff;
}

img, table {
    border: 0;
}

img {
    max-width: 100%;
}

.smallHeader ul {    
    font-weight: 700;
    font-family: rift, sans-serif;
}

.topmenu ul li a {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    font-family: rift, sans-serif;
}

.footer {    
    color: #8F9D99;
    font-family: rift, sans-serif;
    font-weight: 400;
}

    .footer .colHeader {
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
    }

    .footer .footerCol a {
        color: #8F9D99;
        text-decoration: none;
    }

    .footerCol .socialMediaList li a {
        color: #112F26;
    }

.footerBuy li {
    font-size: 18px;
    font-weight: 700;
    color:#ffffff;
}

.about {
    color: #889793;
    font-family: acumin-pro, sans-serif;
}

.smallFooter {    
    font-size: 12px;
    text-align:center;
}

hr.small, hr.green {
    border: 0;
    border: 2px solid #39A147;
    width: 50px;
    margin: 17px auto 0 auto;
}

.smallBorder {
    border: 2px solid #39A147;
    display: block;
    width: 50px;
    text-align: center;
    margin: 40px auto;
}

.cartHeader {
    font-family: rift, sans-serif;
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
}

.category-title {
    font-size:48px;
    font-style:italic;
    padding-top:30px;
}

body {
    color: #0A0A0A;
    font-size: 16px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    background-color: #ffffff;
}

/*---------------------
Body layout
---------------------*/
#wrapper {
    margin: 0 auto;
}

.inner {
    max-width: 1155px;
    margin: 0 auto;
    width: 80%;
    padding: 30px 0;
    position: relative;
}

.smallHeader {
    position: relative;
    background: url('/gfx/topmenu_bg.jpg') no-repeat center center;
    background-size:cover;
    text-align: center;
    padding: 10px 0;
}

    .smallHeader li {        
        list-style-type: none;
        display: inline-block;
        padding: 0 20px 0 18px;
        color:#ffffff;
    }

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 99999;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 3px 3px #00000012;    
}

    .header .inner {
        padding: 10px 0 0 0;
        width:100%;
        max-width:100%;
    }


#logo {
    margin: 14px 33px;
    float:left;
    position:relative;
    z-index:8;
}

.headerRight {
    float: right;
    position: relative;
    z-index: 20;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
    margin-right: 20px;
    justify-content: end;
}

.login {
    position: absolute;
    right: 200px;
    width: 19px;
    height: 19px;
    top: 40px;
}

.lang {

}

#language {
    position: relative;
    display: inline-block;
}

.langs {
    list-style-type: none;
    margin: 0;    
    right: 0px;
    width: 62px;    
    font-weight: bold;
    position: absolute;
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    border-radius: 4px;
    background-color:#ffffff;
    height:43px;
}

    .langs li a {
        color: #000;
        text-decoration: none;
        padding: 8px 16px;
        display:inline-block;
    }

    .langs li {        
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        background-color: #ffffff;
    }

        .langs li:hover {
            background-color: #e5e5e5;
            color: white;
        }

.lang img {
    vertical-align:middle;
}

.langButton {
    padding: 10px 18px;
    border-radius: 4px;    
    cursor: pointer;
    border: 1px solid #CCCCCC;
    width:62px;
}

.header #responsive-menu-btn {
    display: none;
}

.topmenu {
    display:inline-block;
    margin:0 auto;
    position:absolute;    
    top:10px;
    width:auto;
    left:0;
    right:0;
}

    .topmenu ul, .topmenu .inner {
        width: auto;
        display: inline-block;
    }

.topmenu ul li {
    display: inline-block;
}

    .topmenu ul li a {
        display: block;        
        padding: 15px 10px;
    }

    .topmenu ul li.on a {
    }

    .topmenu ul li a:hover {
        text-decoration: none;
    }

    .topmenu ul li a.haschild {
        display: none;
    }

    .topmenu ul li ul {
        display: none;
    }

.productMenu {
    position:relative;
}
.category-menu {
    display: none;
}

    .category-menu.expand {
        display: block;
        position: absolute;
        background-color: #ffffff;
        box-shadow: 0px 3px 3px #00000012;
        width: 50%;
        text-align: left;
        z-index: 50;
        padding: 20px;
        border: 1px solid #CCCCCC;
        border-radius: 4px;
    }

    .category-menu a {
        text-decoration:none;
    }

    .category-menu .item.lvl-1 {
        display: inline-block;
        margin-right: 10px;
    }

        .category-menu .item.lvl-1 > .text {
            font-weight:700;
        }

        .category-menu .item.lvl-1 .children {
            font-weight:500;
        }

    .header #nav ul#responsive {
        display: none;
    }

.header .contactPuffs {
    position: absolute;
    right: 0;
}
/*---------------------
Page layout
---------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

.topContent {
    background: #F9F2F2 url('/gfx/topcontent_bg1.png');
    position: relative;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
}

    .topContent.whiteText * {
        color: #ffffff;
    }

    .topContent .inner {
        padding: 30px 0;
        width: 60%;
    }

.content {
    position: relative;
}

.content-holder {
    background-color: #ffffff;
    width: 100%;
    padding-top: 40px;
}

.content.start {
    background-color: #251F51;
    padding-top: 0;
}

.content > .inner {
    text-align: center;
}

.contentright ul {
    margin: 0 20px;
}

.white, .white > .content-holder {
    background-color: #ffffff;
    width: 100%;
}

    .white .inner {
        padding: 60px 0;
    }

.small-inner {
    width: 66%;
}

/*---------------------
Submenu vertical
---------------------*/
.leftmenu {
    float: left;
    width: 25%;
}

    .leftmenu ul {
        width: 90%;
        margin: 0;
        padding: 0 0 10px 0;
        list-style: none;
        overflow: hidden;
    }

        .leftmenu ul li {
            width: 100%;
            margin: 0;
            padding: 0;
            border-bottom: 1px dotted #999;
        }

            .leftmenu ul li:last-child {
                background: none;
                border: 0;
            }

            .leftmenu ul li a {
                width: 100%;
                margin: 0;
                padding: 0;
                font: normal 12px/40px Arial;
                color: #555;
                text-decoration: none;
                display: block;
            }

                .leftmenu ul li a:hover {
                    color: #333;
                }

            .leftmenu ul li.on a {
                color: #333;
                font-weight: bold;
            }

            .leftmenu ul li.on-childs {
                background: none;
                border: 0;
            }

                .leftmenu ul li.on-childs a {
                    color: #555;
                    font-weight: bold;
                    line-height: 30px;
                }

                .leftmenu ul li.on-childs ul {
                    margin: 0 0 0 15px !important;
                }

                    .leftmenu ul li.on-childs ul li {
                        background: none;
                        border: 0;
                    }

                        .leftmenu ul li.on-childs ul li a {
                            font-weight: normal !important;
                            line-height: 24px !important;
                            font-size: 11px;
                            color: #555;
                        }

                            .leftmenu ul li.on-childs ul li a:hover {
                                color: #333;
                            }

                        .leftmenu ul li.on-childs ul li.on a {
                            color: #333;
                            font-weight: bold !important;
                        }

/*---------------------
Submenu horizontal
---------------------*/
.fullmenu {
    background-color: #cccccc;
}

    .fullmenu ul {
        width: auto;
        text-align: center;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        .fullmenu ul li {
            display: inline-block;
            margin: 0 30px 0 0;
            padding: 0;
        }

            .fullmenu ul li:last-child {
                background: none;
                border: 0;
            }

            .fullmenu ul li a {
                margin: 0;
                padding: 5px 0px;
                font: normal 12px/40px Arial;
                color: #555;
                text-decoration: none;
                display: block;
            }

                .fullmenu ul li a:hover {
                    color: #333;
                }

            .fullmenu ul li.on a, .fullmenu ul li.on-childs a {
                color: #333;
                font-weight: bold;
            }


/*---------------------
Footer layout
---------------------*/
.footer {
    position: relative;
    background: url('/gfx/footer_bg.jpg') no-repeat center;
    background-size:cover;
}

.footerContent {    
    width: 100%;
    padding-top: 30px;
}

.footer .footerCol {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.socialMediaList ul {
    list-style-type: none;
}

.socialMediaList li {
    display: inline-block;
    width: 43px;
    height: 43px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    font-size: 18px;
    margin-right: 10px;    
}

.footerBuy li {
    background: url('/gfx/list-style-green.png') no-repeat left center;
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 5px;
}

.smallFooter {
    border-top: 1px solid #253C35;
}

.registration {
    white-space:nowrap;
}

.tbx {
    background-color: #39564D;
    -webkit-appearance: none;
    border: 1px solid #39564D;
    outline-style: none;
    outline-width: 0pt;
    border-radius: 4px;
    -moz-border-radius: 4px;
    color: #ffffff;
    padding: 7px;
    margin-right:5px;
}

.btn {
    background-color: #517137;
    -webkit-appearance: none;
    border: 0;
    outline-style: none;
    outline-width: 0pt;
    border-radius: 4px;
    -moz-border-radius: 4px;
    color: #ffffff;
    padding: 7px 24px;
}


.mm-listview a {
    font-weight: normal;
}

@media only screen and (min-width: 1920px) {
    .flexslider .slides > li {
        height: 30vw !important;
    }
}

    @media screen and (max-width: 1024px) {
        html {
            -webkit-text-size-adjust: 100%;
        }

        #logo {
            margin-left: 70px;
        }

        .header {
            background-color: #ffffff;
        }

            .header .inner {
                height: 100%;
                position: relative;
                width: 95%;
            }

        .header-content {
            height: 100%;
        }

        .headerRight {
            margin-top: 10px;
        }

        .lang {
            top: 0;
        }

        .login {
            top: 5px;
        }

        #logo img {
            height: 40px;
        }

        .header #nav {
            position: static;
            top: 0;
            left: 0;
            height: auto;
            min-height: 50px;
            width: 100%;
            padding: 0;
            margin: 0;
            z-index: 9;
            display: none;
        }

        .header .topmenu {
            display: none;
        }

        .header #responsive-menu-btn {
            position: absolute;
            left: 0;
            top: 11px;
            display: block;
            height: 50px;
            padding: 0 14px;
            z-index: 999;
            color: #4d302a;
            font-size: 40px;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 50px;
            text-decoration: none;
            cursor: pointer;
        }

        .inner {
            padding: 45px 0;
        }

        .content > .inner {
            font-size: 26px;
            padding: 45px 0;
        }

        .small-inner {
            width: 100%;
        }

        .submenu {
            display: none;
        }

        .contentright {
            float: none;
            width: 100%;
        }

        table.responsive-table,
        table.responsive-table thead,
        table.responsive-table tbody,
        table.responsive-table th,
        table.responsive-table td,
        table.responsive-table tr {
            display: block;
            border: 0;
        }

            table.responsive-table thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

            table.responsive-table tr {
                border: 1px solid #ccc;
            }

            table.responsive-table td {
                padding: 4px 6px;
            }

            table.responsive-table td {
                border: none;
                border-bottom: 1px solid #ddd;
                position: relative;
                padding-left: 50%;
                white-space: normal;
                text-align: left !important;
            }

                table.responsive-table td:before {
                    position: absolute;
                    top: 6px;
                    left: 6px;
                    width: 45%;
                    padding-right: 10px;
                    white-space: nowrap;
                    text-align: left;
                    font-weight: bold;
                }

                table.responsive-table td:before {
                    content: attr(data-title);
                }
    }

    @media screen and (max-width: 680px) {

        .footer .footerCol {
            width: 49%;
            margin-bottom: 20px;
        }
    }

    @media screen and (max-width: 480px) {

        .footer .footerCol {
            width: 100%;
        }
    }
