/*---------------------
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;
}

h1 {
    font-size: 32px;
    margin: 0 0 10px 0;
    font-weight: 700;
    line-height: normal;
    color:#000000;
}

h2 {
    font-size: 30px;
    margin: 25px 0 5px 0;
}

h3 {
    font-size: 26px;
    margin: 25px 0 5px 0;
}

h4 {
    font-size:18px;
    margin: 25px 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-size:12px;
    font-weight:700;
}
.topmenu ul li a {
    font-weight: 700;
    font-size: 14px;
    color: #34221E;
    text-decoration: none;    
}

#footer {
    font-size: 14px;
    color:#ffffff;
}

    #footer .colHeader {
        color: #ffffff;
        font-size: 18px;
        font-weight:700;
    }

        #footer .footerCol a {
            color:#ffffff;
            text-decoration:none;
        }

.footerBuy li {
    font-size:16px; font-weight:700;
}

.about {
    color: #AEA09D;
}

.smallFooter {
    color: #ffffff;
    font-size: 12px;
}

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;
}

body {
    color: #34221E;
    font-size: 16px;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    background-color: #ffffff;
}

/*---------------------
Body layout
---------------------*/
#wrapper {
    margin: 0 auto;
}

.inner {
    max-width: 1158px;
    margin: 0 auto;
    width: 80%;
    padding: 30px 0;
    position:relative;
}

.smallHeader {
    position: relative;
    background-color: #F9F2F2;
    text-align: center;
    padding: 10px 0;
}

    .smallHeader li {
        background: url('/gfx/list-style-green.png') no-repeat left center;
        list-style-type: none;
        display: inline-block;        
        padding: 0 20px 0 18px;
    }


.smallHeader-bg {
    background: url('/gfx/smallHeader-bg.png') repeat-x top center;
    height: 8px;
    width: 100%;    
    position:absolute;        
    z-index:1;
    top:-3px;
}

.header {
    position: -webkit-sticky;
    position: sticky;    
    top: 0px;
    z-index: 99999;
    width: 100%;       
    text-align:center;
}

.header .inner
{
    padding:10px 0 0 0;
}

.header-content {
    background-color: #ffffff;
}
.lighttop-bg {
    background: url('/gfx/content-top.png') repeat-x top center;
    height: 41px;
    width: 100%;    
    position: absolute;
    background-size:cover;
    z-index: 5;
    top: -41px;
}

.lightbottom-bg {
    background: url('/gfx/header-bottom.png') repeat-x top center;
    height: 34px;
    width: 100%;
    /*background-size: 100%;*/
    position: absolute;
    bottom: -34px;
    z-index: 5;
}

.menubottom-bg {
    background: url('/gfx/menu.png') repeat-x top center;
    height: 41px;
    width: 100%;
    background-size:cover;
    position: absolute;
    bottom: -41px;
    z-index: 5;
}

#logo {
    margin:0 auto;
}

.headerRight {
    float:right;
    position:relative;
    z-index:20;
}

.login {
    position:absolute;
    right:200px;
    width:19px;
    height:19px;
    top:40px;
}

.lang { position:absolute; right:0; top:35px;}

#language {
    position: relative;
    display: inline-block;
}

.langs {
    list-style-type: none;
    margin: 0;
    padding: 10px 0px;
    top: 30px;
    right: 0px;
    width: 100px;
    background-color: #F1E0E0;
    font-weight: bold;
    position: absolute;
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    border-radius:10px;
}

.langs li a {
    color: #000;
    text-decoration: none;
}

.langs li {
    padding: 8px 16px;
    border-bottom: 1px solid #e5e5e5;
}

.langs li:last-child {
    border-bottom: none;
}

.langs li:hover {
    background-color: #e5e5e5;
    color: white;
}

.langButton {    
    background-color: #F1E0E0;
    padding: 0px 36px 0px 16px;
    border-radius: 500px;        
    height:30px;
    line-height:30px;
    cursor:pointer;
    width:100px;
}

    .langButton:before {
        content: "\f078";        
        font-family: FontAwesome;        
        right: 10px;
        position: absolute;        
    }

.topmenu {

}

.header #responsive-menu-btn {
    display: none;
}

.topmenu ul li {
    display: inline-block;
}

    .topmenu ul li a {
        display: block;
        font-size: 15px;
        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;
    }

.header #nav ul#responsive {
    display: none;
}

.header .contactPuffs {
    position: absolute;
    right: 0;
}

.customerType {
    background-color: #563730;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

    .customerType .divider {
        margin: 0 10px;
    }

    .customerType a {
        color: #ffffff;
        text-decoration: none;
    }

        .customerType a.bold {
            font-weight: bold;
        }

.customerTypeDiv {
    width: 722px;
    max-width: 95%;
    height: 384px;
    margin: auto;
    background: #fff;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
}

.overlayCustomerType {
    width: 100%;
    height: 100%;
    padding-top: 10%;
    text-align: center;
    z-index: 99999;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BBFFFFFF,endColorstr=#BBFFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BBFFFFFF,endColorstr=#BBFFFFFF);
    zoom: 1;
    background: rgba(0,0,0,.70);
}

    .overlayCustomerType p {
        color: #000;
        font-size: 36px;
        margin: 0 auto 50px auto;
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        line-height: 1.1em;
    }

    .overlayCustomerType a {
        background-color: #f1e0e0;
        color: #000;
        font-size: 16px;
        padding: 17px 37px 15px;
        display: inline-block;
        text-decoration: none;
        border: none;
        cursor: pointer;
        width: 189px;
        padding: 20px 0px;
        text-decoration: none;
        line-height: 1em;
        margin: 0 5px 10px 5px;
        font-weight: bold;
    }



/*---------------------
Page layout
---------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

.topContent {
    background-color: #F9F2F2;
    position: relative;
    text-align: center;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;    
    padding:50px 0;
}

.topContent.whiteText *
{
    color:#ffffff;
}

.topContent .inner { 
    padding: 60px 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;
}

.footerContent {
    background-color:#4D302A;
    width:100%;
    padding-top:30px;
    padding-bottom:20px;
}

.footerbottom-bg {
    background: url('/gfx/footer-bottom.png') repeat-x top center;
    height: 25px;
    width: 100%;    
    position: absolute;
    bottom: -25px;
    z-index: 5;
}

    #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: #C52332;
    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 {
    background-color: #563730;
    height: 130px;    
    position:relative;
}


    .smallFooter .inner {
        text-align:center;
        position:absolute;
        z-index:7;
        left:0;
        right:0;      
        bottom:10px;
        padding:0;
    }

    .footerBg {
        background-image: url('/gfx/bottom-bg.png');
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 190px;
        z-index: 6;
    }


.mm-listview a {
    font-weight: normal;
}

@media screen and (max-width: 1280px) {
    html {
        -webkit-text-size-adjust: 100%;
    }

    .header {
        height:120px;
        background-color:#ffffff;
    }

        .header .inner {
            height:100%;
            position:relative;
            width:95%;
        }

    .header-content {
        height:100%;
    }

    .headerRight {
        position:absolute;
        right:0;
        bottom:10px;        
        height:40px;
        width:250px;
    }

    .lang {
        top: 0;
    }

    .login {
        top:5px;
    }
    
        #logo img {
            height:60px;
        }

    .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;
        bottom: 10px;
        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%;
    }

    #footer {
        
    }


    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%;
    }

    .footerContent {
        padding-bottom: 0px;
    }

}
