/*
 * Stylesheet created by NetService
 */



/* Homepage (Sakums) */

.home-telephone{
    font-size: 23px;
    color: white;
    text-decoration: none;
}
.home-telephone:hover, .home-telephone:hover:focus{
    cursor: pointer;
    text-decoration: underline;
    color: white;
}


/* News archive */

.date-wrapper{
    display: block;
    position: absolute;
    width: 85px;
    line-height: 0.8;
    left: -100px;
    font-weight: bold;
    color: #7aab2b;
}
.date-wrapper .day{
    font-size: 40px;
    float: left;
    margin-right: 5px;
}
.date-wrapper .month{
    font-size: 18px;
    float: left;

}
.date-wrapper .year{
    font-size: 14px;
    float: left;
    font-weight: 400;
    margin-top: 6px;
    color: #000;
}

.news-thumbnail-container{
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.news-thumbnail-container img{
    width: 100%;
}

.news-card-title{
    margin-top: 20px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    font-family: inherit !important;
}
.excerpt-container, post-conetnt{
    margin-top: 15px;
    font-size: 16px;
}
.news-card-content{
    display: block;
    margin-bottom: 25px;
}
.news-more-btn{
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 23px 5px 10px;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    background-color: #7aab2b;
    color: #fff;
    cursor: pointer;
}
.news-more-btn:hover, .news-more-btn:hover, .news-more-btn:focus{
    text-decoration: none;
    background-color: #537d24;
    color: #fff;
}
.news-more-btn .chevron-right{
    position: absolute;
    right: 0;
    bottom: 3px;
}

.news-card{
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
    float: none;
    font-family: 'Open Sans', sans-serif;
}

.news-pagination{
    margin: 40px auto 10px auto;
    text-align: center;
}
.news-pagination ul{
    list-style: none;
}
.news-pagination ul li {
    display: inline-block;
    margin-right: 11px;
    cursor: pointer;
}
.news-pagination ul li:last-child{
    margin-right: 0;
}
.news-pagination li a{
    text-decoration: none;
    padding: 0 2px;
    color: #000;
}
.news-pagination li a:hover{
    text-decoration: underline;
}
.news-pagination li.active a{
    color: #7aab2b;
}


/*Single news*/

h2.cat-title.single-title{
    font-size: 40px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
}

.news-container{
    margin-top: 28px;
    margin-bottom: 10px;
    float: none;
    font-family: 'Open Sans', sans-serif;
}

.single-news-thumbnail{
    width: 100%;
    margin-bottom: 20px;
}
.single-news-thumbnail img{
    width: 100%;
}


/* Catalog; Product family view */

.products-container:after{
    content: "";
    display: table;
    clear: both;
}

.product-family{
    width: 218px;
    height: 550px;
    padding: 15px;
    margin: 0 0 30px 0;
    float: left;
    position: relative;
    background-color: #f39c12;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.product-family-title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 15px 0;
}
.product-family-icon{
    max-width: 150px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 46px;
    left: 0;
    right: 0;
}
.product-parameters{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.parameters-container .product-parameters{
    color: #000;
}

.product-card{
    float: left;
    width: 218px;
    height: 260px;
    position: relative;
    margin-bottom: 30px;
    margin-left: 30px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.product-card:nth-of-type(3n+6){
    margin-left: 0;
}


.product-thumb{
    position: relative;
}
.product-file-wrapper{
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0;
    transition: .2s ease-in;
    z-index: 3;
}


.product-thumb .product-file-icon{
    width: 50%;
    height: 100%;
    position: absolute;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    z-index: 3;
    color: #fff;
    opacity: 0;
    cursor: pointer;
    transition: inherit;
}
.product-thumb:hover .product-file-wrapper{
    opacity: .8;
}
.product-thumb:hover .product-file-icon{
    opacity: 1;
}
.product-file-icon svg{
    display: block;
    margin: 20px auto 5px auto !important;
    width: 45px;
    height: 58px;
    opacity: 1;
}
.product-thumb:hover .product-file-icon:hover{
    background-color: rgba(122, 171, 43, 0.2);
}
.product-thumb .product-file-icon.product-dwg{
    left: 0;
}
.product-thumb .product-file-icon.product-pdf{
    right: 0;
}
.product-thumb > img{
    width: 100%;
    height: 146px;
}
.product-title{
    padding: 2px 5px;
    position: absolute;
    background-color: #f26521;
    color: #fff;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.parameters-container{
    position: relative;
    padding: 5px;
}

/* -- Catalog navigation   */

.catalog-menu ul, .catalog-menu{
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    list-style: none;
    text-transform: uppercase;
}
.catalog-menu li a{
    color: #337ab7;
    padding: 5px 0 5px 5px;
    display: block;
}
.catalog-menu li{
    border-radius: 3px;
    margin: 0 0 10px 5px;
}
.catalog-menu li:hover{
    background-color: #eee;
}
.catalog-menu li:hover a{
    color: #23527c;
}


/* breakpoints */

@media (max-width: 1199px) {
    .product-card:nth-of-type(3n+6){
        margin-left: 30px;
    }
    .product-card:nth-of-type(2n+4){
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .products-container{
        margin-bottom: 30px;
    }
    .product-card{
        margin: 30px 0 0 0;
    }
    .product-card:nth-of-type(3n+6){
        margin-left: 0;
    }
    .product-card:nth-of-type(2n+4){
        margin-left: 0;
    }
    .product-card:nth-of-type(3n+3){
        margin-left: 18px;
        margin-right: 18px;
    }
    .product-family{
        width: calc(100%);
        height: auto;
        margin: 30px 0 0 0;
    }
    .product-family-icon{
        max-width: 100px;
        position: relative;
        bottom: 0;
    }
}

@media (max-width: 769px) {
    .product-card{
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .product-thumb > img{
        width: 100%;
        height: auto;
    }
    .parameters-container{
        min-height: 76px;
    }
    .product-card:nth-of-type(3n+6){
        margin-left: 0;
    }
    .product-card:nth-of-type(2n+4){
        margin-left: 0;
    }
    .product-card:nth-of-type(3n+3){
        margin-left: 0px;
        margin-right: 0;
    }
}
@media (max-width: 740px){
    .date-wrapper{
        display: none;
    }
}


/*
        Cookie Notification
 */

.cookie-notification{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.cookie-notification .container{
    display: table;
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    padding: 32px;
    position: relative;
}
.cookies-notification_wrapper {
    display: table-cell;
    width: 100%;
    padding-right: 80px;
}

.cookies-notification_wrapper .cc-header{
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 1em;
}
.cookies-notification_wrapper .cc-message, .cc-message a{
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    font-size: 1.125em;
    margin: 0;
}
.cookies-notification_wrapper .cc-message a{
    text-decoration: underline;
}

.cookie-notification__compliance-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.cookie-notification__compliance-wrapper .cc-btn {
    box-sizing: border-box;
    line-height: 20px;
    font-size: 0.875em;
    padding: 8px 40px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    transition: .3s;
}
.cookie-notification__compliance-wrapper .cc-deny {
    background-color: rgba(0, 0, 0, 0) !important;
    border: solid 1px rgba(252, 252, 252, 0);
}
.cookie-notification__compliance-wrapper .cc-deny:hover{
      border: solid 1px rgba(252, 252, 252, 1) !important;
      background-color: rgba(0, 0, 0, 0);
}

.cookie-notification__compliance-wrapper .cc-allow{
     margin-left: 24px;
     text-transform: uppercase;
}

@media (max-width: 768px){
    .cookies-notification_wrapper{
        display: block;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .cookie-notification__compliance-wrapper {
        display: block;
    }
    .cookie-notification__compliance-wrapper .cc-btn{
        text-align: center;
        display: inline-block;
        width: calc(50% - 12px);
        padding: 8px 15px;
    }
}



/*
        Cookie Policy page

        @soundtrack Satellite by Rise Against
 */


.cookie-description_container:not(:first-of-type){
    margin-top: 80px;
}

.cookie-description_container {
    padding-bottom: 0.1px;
}

.cookie-description_container h1 {
    font-family: "OpenSans", sans-serif !important;
    font-size: 2.85em;
    margin: 32px 0 24px;
    text-transform: uppercase;
}
.cookie-info_container, .cookie-compliance_container{
    margin-top: 48px;
}
.cookie-info_container h2{
    text-transform: uppercase;
    font-size: 1.85em;
    font-weight: 600;
    line-height: 1.08;
    margin-bottom: 24px;
    color: #333;
}



.cookie-compliance_container .cookie-compliance{
    position: relative;
    padding-left: 56px;
    margin-bottom: 8px;
}
.cookie-compliance_container  .cookie-compliance_label {
    display: table !important;
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: 600;
    line-height: 1;
    color: #242526;
    cursor: pointer;
}
.cookie-compliance_container .cookie-compliance_hint{
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #848484;
}


.btn-save-cookie{
    margin: 24px 0;
    box-sizing: border-box;
    padding: 8px 40px;
    line-height: 20px;
    font-size: 1.2em;
    font-weight: bold;
    border: 0;
    text-transform: uppercase;
    background-color: rgb(122, 171, 43);
    color: #ffffff;
    transition: .3s;
}
.btn-save-cookie:hover{
    background-color: rgb(160, 209, 81);
}

@media (max-width: 768px){
    .cookie-compliance_container {
        position: relative;
    }

    .cookie-compliance{
        position: static;
    }
    .cookie-compliance_label{
        padding-left: 0;
    }

    .cookie-select{
        position: absolute;
        top: 0;
        margin-top: 0;
    }
    .btn-save-cookie{
        width: 100%;
    }
}

/*
        Cookie checkboxes
 */

input.cookie-select
    {
    /*Cookie native checkbox - hidden*/
        position: absolute;
        left: 20px;
        opacity: 0;
    }
input.cookie-select + label.cookie-compliance_label:before
    {
    /*Cookie checkbox*/
        content: '';
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        left: 0;
        background: center / contain no-repeat;
        border: solid 2px rgb(122, 171, 43);
        padding: 0;
    }
input.cookie-select:checked + label.cookie-compliance_label:before
    {
    /*Cookie check*/
        background-image: url("img/green-check-large.svg");
    }

input.cookie-select:disabled + label.cookie-compliance_label:before,
input.cookie-select[disabled="disabled"] + label.cookie-compliance_label:before
    {
    /*Disabled cookie checkbox*/
        border-color: #212121;
    }

input.cookie-select:disabled:checked + label.cookie-compliance_label:before,
input.cookie-select[disabled="disabled"]:checked + label.cookie-compliance_label:before
    {
    /*Disabled cookie check*/
        background-image: url("img/black-check-large.svg");
    }

.product-description {
    margin-top: 30px;
    margin-bottom: 40px;
}

@media screen and (min-width: 992px){
    .product-description {
        margin-top: unset;
        margin-right: 15px;
        margin-bottom: 40px;
    }
}

.product-description p {
    color: #000000;
    margin-bottom: 16px;
}

.product-description img {
    max-width: 100%;
    height: auto;
}

.popup-dialog {
    display: none;
    position: fixed;
    bottom: 85px;
    right: 15px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #7AAB2B;
    border-radius: 4px;
    z-index: 1;
    width: 200px;
}

.popup-dialog:before,
.popup-dialog:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-radius: 4px;
}

.popup-dialog:before {
    bottom: -14px;
    border-top: 15px solid #7AAB2B;
}

.popup-dialog:after {
    bottom: -13px;
    border-top: 15px solid #FFFFFF;
}

.show-dialog {
    display: block !important;
}

.success-msg {
    display: none;
    margin: 0;
}

.show-success {
    display: block;
}

.success-msg:before {
    content: attr(data-success);
}

.popup-form {
    display: flex;
    flex-direction: column;
}

.hide-form {
    display: none !important;
}

.popup-dialog .heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 0;
}

.popup-form .label {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 15px;
    margin-bottom: 5px;
    text-align: left;
    padding: 0;
    font-weight: normal;
}

.popup-form .input {
    width: 100%;
    background: #F2F2F2;
    border-radius: 4px;
    border-style: none;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 12px;
}

.popup-form .textbox {
    height: 100px;
    resize: vertical;
    padding: 5px;
}

.mail-submit {
    background: #7AAB2B;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    border-style: none;
}

.mail-icon {
    background: #7AAB2B;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    height: 45px;
    width: 45px;
    position: fixed;
    bottom: 20px;
    right: 24px;
    border-radius: 50%;
    z-index: 1;
}

.mail-icon:active {
    background: #6D9926;
}

.mail-icon-img {
    margin-left: 10px;
    margin-top: 15px;
}

@media (min-width: 740px){
    .mail-icon {
        bottom: 25px;
        right: 30px;
    }

    .popup-form {
        bottom: 90px;
        right: 20px;
    }
}

ul.nav.menu li {
    padding-left: unset;
    padding-right: unset;
}