body.no-scroll{
    overflow: hidden;
}
.clearfix{
    clear:both;
}
.bg-cover{
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
a.button{
    display: inline-block;
}
a.button.large{
    padding: 10px 15px; 
}
a.button.rounded{
    border-radius: 5px;
}

section.section{
    font-size: 13px;
    margin: 20px 0;
}
h2.section-title{
    color: #f9b233;
    font-size: 24px;
    font-family: AniukMedium;
    font-weight: normal;
    line-height: 1.1em;
    padding: 0 0 10px 0;
}
h2.section-title.underline-dots{
  border-bottom: 1px dotted #bfbfbf;
  margin-bottom: 20px;
}
h2.section-title.underline{
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
}

a.text-link{
    color: #57abda;
    font-family: 'AniukMedium', verdana, sans-serif;
}

.text-shadow-light{
    text-shadow: 0px 0px 8px #ffffff;
}
.text-shadow-dark{
    text-shadow: 0px 0px 8px #000000;
}

.vert-center,
.row.table{
    display: table;
    table-layout: fixed;
}
    .vert-center > div,
    .row.table > div{
        float: none;
        display: table-cell;
        vertical-align: middle;
    }


/*---------------------------
BANNER
---------------------------*/
.row.margin-fix{
    margin: 0 -10px;
}
.banner-holder{
    padding: 0 10px;
}
.banner{
    position: relative;
    display: block;
    border-radius: 5px;
    border: solid 1px #dfdfdf;
    margin-bottom: 20px;
    overflow: hidden;
}
.banner .captionCampagne{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 20px 10px 20px;
    width: 100%;
    color: #ffffff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner .captionCampagne:hover p{
    text-decoration: underline;
}
    .banner.toolbox{
        padding: 20px 270px 20px 20px;
        font-family: 'AniukRegular', verdana, sans-serif;
        font-size: 18px;
    }
    .banner.toolbox.link-only{
        text-align: center;
    }
        .banner.toolbox.link-only a{
            font-size: 40px;
            text-decoration:none;
        }
        .banner.toolbox.link-only a span{
            display: block;
            font-size: 20px;
        }
        @media screen and (max-width: 640px){
            .banner.toolbox.link-only a{
                font-size: 18px;
            }
            .banner.toolbox.link-only a span{
                font-size: 14px;
            }
        }
            .banner.toolbox.link-only a:hover{
                text-decoration: underline;
            }
    .banner.toolbox.no-img{
        padding-right: 20px;
    }
        .banner.toolbox h2{
            font-family: 'AniukMedium', verdana, sans-serif;
            font-size: 24px;
        }
        .banner.toolbox p{
            margin-bottom: 10px;
        }
        .banner.toolbox a{
            text-decoration: underline;
        }
        .banner.toolbox img{
            position: absolute;
            width: 150px;
            right: 50px;
            top: 10px;
        }
        @media screen and (max-width: 480px){
            .banner.toolbox{
                padding-right: 20px;
            }
            .banner.toolbox img{
                display: none;
            }
        }
    .banner.yellow ,.banner .captionCampagne.yellow{ background-color: #f9b233; border: none; color:#ffffff; }
    .banner.purple ,.banner .captionCampagne.purple{ background-color: #82358c; border: none; color:#ffffff; }
    .banner.blue ,.banner .captionCampagne.blue{ background-color: #36a9e1; border: none; color:#ffffff; }
    .banner.green ,.banner .captionCampagne.green{ background-color: #c8d300; border: none; color:#ffffff; }
    .banner.red ,.banner .captionCampagne.red{ background-color: #e6332a; border: none; color:#ffffff; }
    .banner.pink ,.banner .captionCampagne.pink{ background-color: #e6007e; border: none; color:#ffffff; }

    .banner.yellow.invert{ background-color: #eff0f0; color: #f9b233; border: none; }
    .banner.purple.invert{ background-color: #eff0f0; color: #82358c; border: none; }
    .banner.blue.invert{ background-color: #eff0f0; color: #36a9e1; border: none; }
    .banner.green.invert{ background-color: #eff0f0; color: #c8d300; border: none; }
    .banner.red.invert{ background-color: #eff0f0; color: #e6332a; border: none; }
    .banner.pink.invert{ background-color: #eff0f0; color: #e6007e; border: none; }

    .banner.yellow .btn{ color: #f9b233;}
    .banner.purple .btn{ color: #82358c;}
    .banner.blue .btn{ color: #36a9e1;}
    .banner.green .btn{ color: #08a1dd;}
    .banner.red .btn{ color: #e6332a;}
    .banner.pink .btn{ color: #e6007e;}
    
    .banner .captionCampagne h2{
        font-family: 'AniukMedium', verdana, sans-serif;
        font-size: 22px;
    }
    .banner .captionCampagne p{
        font-family: 'AniukRegular', verdana, sans-serif;
    }
    .banner .btn{
        position: absolute;
        bottom: 20px;
        left: 20px;
        background-color: #ffffff;
        border-radius: 5px;
        padding: 10px 15px;
        font-family: 'AniukMedium', verdana, sans-serif;
    }
        .banner .btn:hover{
            opacity: 0.8;
        }
    .banner .btn.big{
        font-family: 'AniukBold', verdana, sans-serif;
        font-size: 20px;
        padding: 10px 30px;
    }
    @media screen and (max-width: 640px){
        .banner .btn.big{
            font-size: 14px;
            padding: 5px 10px;
        }
    }
    .banner .btn.green{
        background-color: #8EB54F;
        color: #ffffff;

        -webkit-box-shadow: 0px 1px 0px 0px #78A034;
        -moz-box-shadow:    0px 1px 0px 0px #78A034;
        box-shadow:         0px 1px 0px 0px #78A034;        
    }
.banner.video:before{
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    background-image: url(../img/video-btn.png);
    cursor: pointer;
}
    .banner img{
        width: 100%;
        height: auto;
        display: block;
    }
.banner.hero .btn{
    position: relative;
    display: inline-block;
    left: auto;
    bottom: auto;
    margin-top: 20px;
}
.banner.hero .hero-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .banner.hero .hero-content h1{
        font-family: 'AniukRegular', verdana, sans-serif;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
        padding-left: 0;
    }
    .banner.hero .hero-content h1 span{
        font-family: 'AniukBold', verdana, sans-serif;
    }
    .banner.hero .hero-content p{
        font-family: 'AniukMedium', verdana, sans-serif;
        font-size: 18px;
        text-shadow: 1px 1px 0px #ffffff;
    }

/*---------------------------
ICON ENTRIES
---------------------------*/
.icon-entry-holder,
.icon-entry-holder *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.icon-entry-holder{
    background-color: #e9e9e9;
    border-radius: 5px;
    padding: 20px 10px;
    margin-bottom: 20px;
}
    .icon-entry-holder:after,
    .icon-entry-holder a:after{
        content:"";
        display: block;
        clear: both;
    }
    .icon-entry-holder ul{
        padding: 0;
        margin: 0;
        list-style: none
    }
        .icon-entry-holder li{
            float: left;
            width: 25%;
            border-right: solid 1px #ffffff;
        }
        .icon-entry-holder li:last-child{
            border:none;
        }
        .icon-entry-holder a{
            display: block;
            padding: 0 20px;
            font-family: 'AniukMedium', verdana, sans-serif;
        }
            .icon-entry-holder a:hover{
                text-decoration: none;
            }
        .icon-entry-holder .category{
            display: block;
            font-size: 22px;
            margin-bottom: 10px;
            color: #575756
        }
        .icon-entry-holder img{
            float: right;
            width: 38%;
            margin-left: 2%;
        }
        .icon-entry-holder p{
            float: left;
            width: 60%;
            font-family: 'AniukBold', verdana, sans-serif;
            font-size: 24px;
            line-height: 1.2;
        }
        .icon-entry-holder a:hover p{
            text-decoration: underline;
        }
            .icon-entry-holder p.green{ color: #a1bf36; }
            .icon-entry-holder p.purple{ color: #723788; }
            .icon-entry-holder p.red{ color: #c20016; }
            .icon-entry-holder p.blue{ color: #0fa3e2; }
@media screen and (max-width: 960px){
    .icon-entry-holder li{
        width: 50%;
    }
    .icon-entry-holder li:nth-child(1){
        border-bottom: solid 1px #ffffff;
    }
    .icon-entry-holder li:nth-child(2){
        border-right: none;
        border-bottom: solid 1px #ffffff;
    }
    .icon-entry-holder li a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .icon-entry-holder img{
        width: 28%;
    }
    .icon-entry-holder p{
        width: 70%;
    }
}
@media screen and (max-width: 640px){
    .icon-entry-holder{
        padding: 10px;
    }
    .icon-entry-holder .category{
        font-size: 16px;
    }
    .icon-entry-holder p{
        font-size: 18px;
    }
}
@media screen and (max-width: 480px){
    .icon-entry-holder li{
        float: none;
        border-right: none;
        width: auto;
        border-bottom: solid 1px #ffffff;
        margin: 0;
    }
    .icon-entry-holder p{
        font-size: 24px;
    }
}   
/*---------------------------
BANNER - BLOG ENTRIES
---------------------------*/
.banner.blog-entry *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner.blog-entry{
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
//box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
    
}   
    .banner .banner-ribbon{
        position: absolute;
        background-color: #f9b233;
        width: 100%;
        padding: 5px 0;
        font-size: 30px;
        color: #ffffff;
        text-align: center;
        left: 0;
        bottom: 20%;
        font-family: 'AniukRegular', verdana, sans-serif;
    }
        .banner .banner-ribbon strong{
            font-family: 'AniukBold', verdana, sans-serif;       
        }
    .banner.blog-entry.blue{
        background-image: url('../img/bg-blue.jpg');
    }
    .banner.blog-entry.grey-bg{
        background-color: #e0e0df !important;    
        background-image: none;
    }
    /*.banner.blog-entry.green{
        background-image: url('../img/efficient-werken-bg-green.png');
    }
    .banner.blog-entry.yellow{
        background-image: url('../img/efficient-werken-bg-yellow.png');
    }
    .banner.blog-entry.red{
        background-image: url('../img/efficient-werken-bg-red.png');
    }*/
    
    .banner.icon-entry img{
        width: 220px;
        max-width: 50%;
    }
    .banner.blog-entry .blogtitle{
        position: absolute;
        right: 10px;
        top: 20px;
        width: 50%;
        font-size: 28px;
        font-family: 'AniukBold', verdana, sans-serif;
    }

    .banner.blog-entry .label{
        width: 75px;
        height: 75px;
        position: absolute;
        left: 20px;
        bottom: 20px;
    }
    .banner.blog-entry .title{
        position: absolute;
        width: 180px;
        height: 180px;
        left: 20px;
        top: 20px;
        padding: 35px 20px 0 20px;
        background-image: url('../img/efficient-werken-title-bg.png');
        color: #ffffff;
        text-align: center;
    }
        .banner.blog-entry .title header{
            margin: 5px 0;
            font-family: 'AniukBold', verdana, sans-serif;
            font-size: 24px;
            line-height: 1;
        }
        .banner.blog-entry .title p{
            font-family: 'AniukRegular', verdana, sans-serif;
            font-size: 14px;
        }
@media screen and (min-width: 481px){
    .banner.blog-entry.large .title{
        background-image: url('../img/efficient-werken-title-bg-xl.png');
        width: 310px;
        height: 310px;
        padding: 60px 40px 0 40px;
    }
        .banner.blog-entry.large .title header{
            font-size: 35px;
            margin-bottom: 10px;
        }
    .banner.blog-entry .label{
        width: 110px;
        height: 110px;
    }
}
    .banner.blog-entry.large > p{
        margin: auto;
        padding: 20px;
        font-family: 'AniukMedium', verdana, sans-serif;
        font-size: 20px;
        color: #565656;
        width: 50%;
        text-align: center;
        color: #ffffff;
        margin-top: -40px
    }
    .banner.blog-entry .btn{
        position: absolute;
        display: block;
        background-color: #6a2078;
        left:auto;
        bottom: 20px;
        right: 20px;
        color: #ffffff;
        min-width: 180px;
        text-align: center;
    }
        .banner.blog-entry .btn:hover{
            opacity: 1;
        }
        .banner.blog-entry .btn.white{
            background-color: #ffffff;
            color: #6a2078;
        }
            .banner.blog-entry.green .blogtitle,
            .banner.blog-entry.green .btn.white{
                color: #08a1dd;
            }
            .banner.blog-entry.yellow .blogtitle,
            .banner.blog-entry.yellow .btn.white{
                color: #f9b233;
            }
            .banner.blog-entry.blue .blogtitle,
            .banner.blog-entry.blue .btn.white{
                color: #36a9e1;
            }
            .banner.blog-entry.red .blogtitle,
            .banner.blog-entry.red .btn.white{
                color: #e6332a;
            }
            .banner.blog-entry.purple .blogtitle,
            .banner.blog-entry.purple .btn.white{
                color: #6f217d;
            }
        .banner.blog-entry .btn.btn-centered{
            margin: auto;
            right: 0;
            width: 80%;
            left: 0;
            max-width: 320px;
        }
    .banner.blog-entry.alt{
        padding: 20px;
        background-color: #cbcccc;
    }
        .banner.blog-entry.alt .title{
            position: relative;
            float: left;
            margin: 0;
            left: auto;
            top: auto;
        }
        .banner.blog-entry.alt:not(.large) .label{
            position: relative;
            float: right;
            bottom: auto;
            left: auto;
            margin: 0;
        }
        .banner.blog-entry.alt .btn{
            position: relative;
            background-color:#f2f2f2;
            bottom: auto;
            right: auto;
            margin: 20px 20px 0 20px;
            color: #6a2078;
        }
            .banner.blog-entry.alt .btn.red{
                color: #e6332a;
            }
            .banner.blog-entry.alt .btn.yellow{
                color: #f9b233;
            }
            .banner.blog-entry.alt .btn.blue{
                color: #36a9e1;
            }
@media screen and (max-width: 1024px){
    .banner.hero .hero-content h1{
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .banner.hero .hero-content{
        width: 100%;
    }
}
@media screen and (max-width: 960px){
    .banner.blog-entry .title{
        position: relative;
        margin-bottom: 10px;
        float: left;
    }
    .banner.blog-entry:not(.large) .label{
        position: relative;
        float: right;
        left: auto;
        bottom: auto;
        margin: 20px 20px 0 0;
    }
    .banner.blog-entry.large > p{
        width: 100%;
        margin-top: -20px;
    }
    .banner.blog-entry .blogtitle{
        font-size: 20px;
        width: 45%;
    }
}
@media screen and (max-width: 768px){
    .banner .banner-ribbon{
        font-size: 22px;
    }
    .banner.blog-entry img{
        display: block;
        margin: auto;
    }
    .banner.blog-entry .btn{
        position: relative;
        width: 80%;
        bottom: auto;
        right: 0;
        margin: 10px auto;
    }
    .banner.blog-entry .blogtitle{
        position: relative;
        width: 80%;
        margin: 10px auto -10px auto;
        top: auto;
        right: auto;
    }
}
@media screen and (max-width: 600px){
    .banner.hero .hero-content{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .banner.hero .hero-content h1{
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .banner.hero .hero-content p{
        font-size: 14px;
    }
    .banner.blog-entry{
        padding-bottom: 0px;
    }
    .banner.blog-entry .btn{
        /*position: relative;
        right: auto;
        margin: 30px 20px 0px 20px;*/
    }
    .banner.blog-entry.large .title{
        position: relative;
        margin-bottom: 10px;
        float: left;
        width: 220px;
        height: 220px;
        background-size: cover;
    }
    .banner.blog-entry.large .title p{
        font-size: 12px;
    }
    .banner.blog-entry.large .label{
        position: relative;
        float: right;
        bottom: auto;
        left: auto;
        margin: 20px;
    }
}
/*---------------------------
SPECIALSSELECTED
---------------------------*/
.specialSelectedHeader > div > span#BigTitle {
    font-family: 'AniukBold', verdana, sans-serif;
    font-size: 24px;
    color: #f9b233;
    margin: 0;
    display: block;
    clear: both;
    line-height: 24px
}
.specialSelectedHeader > div > span#SubTitle {
    font-family: 'AniukRegular', verdana, sans-serif;
    font-size: 18px;
    height: 50px;
    margin: 0;
    display: block;
    clear: both;
    font-weight: bold;
    line-height: 18px
}
.specialSelected > div{
    border-left: dotted 1px #bfbfbf;
    width: 20%;
    padding: 7px 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.specialSelected > div{
    border-left: dotted 1px #bfbfbf;
    width: 20%;
    padding: 7px 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}
    @media screen and (min-width: 980px){
        .specialSelected  > div:nth-child(5n+1){
            border: none;
            clear: left;
        }
    }
    @media screen and (max-width: 980px){
        .specialSelected > div{
            width: 50%;
        }
        .specialSelected > div:nth-child(2n+1){
            border: none;
            clear: left;
        }
    }
    @media screen and (max-width: 480px){
        .specialSelected > div{
            width: 100%;
            border: none;
            border-bottom: dotted 1px #bfbfbf !important;
        }

    }
    .specialSelected > div > a:hover{
        text-decoration: none;
    }
    .specialSelected > div > a > figure {
        margin: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .specialSelected > div > a > figure > img {
        width: 100%;
        max-width: 150px;
    }

    .specialSelected > div > a > h2,
    .specialSelected > div > a > h3 {
        font-family: 'AniukBold', verdana, sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 16px;
    }
    .specialSelected > div > a > h3{
        font-family: 'AniukRegular', verdana, sans-serif;
    }
    .specialSelected > div > a > h4{
        font-family: verdana, sans-serif;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        color: #71bf44;
    }
    .specialSelected > div > a > div> span.ProdPrice {
        font-family: 'AniukRegular', verdana, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        display: inline-block;
        color: #f9b233;
        margin-top: 5px;
    }
    .specialSelected > div > a > div> span.ProdFromPrice {
        font-family: 'AniukRegular', verdana, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        display: inline-block;
        text-decoration: line-through;
        margin-top: 5px;
        margin-right: 10px;
    }
    .specialSelected > div > a > div#ProdBoughtMonth {
        font-family: 'AniukRegular', verdana, sans-serif;
        font-size: 14px;
        line-height: 14px;
        color: #ababaa;
        width: 100%;
        margin-top: 15px;
    }
    .specialSelected > div > a > span.ProdLink {
        font-family: 'AniukMedium', verdana, sans-serif;
        font-size: 16px;
        line-height: 16px;
        display: block;
        margin-top: 15px;
        color: #36a9e1;
        margin-bottom: 15px;
    }
    .specialSelected > div > a > span.ProdLink:hover {
        text-decoration: underline;
    }
    .specialSelected > div.allPromotions > a > span.ProdLink {
        font-family: 'AniukRegular', verdana, sans-serif;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        display: block;
        margin-top: 15px;
        color: #f9b233;
        margin-bottom: 15px;
    }
    .specialSelected > div.allPromotions > a > span.ProdLink:hover {
        text-decoration: underline;
    }


/*---------------------------
UNIVERSAL USPs
---------------------------*/
.universal-usp{
    background-color: transparent;
    font-family: Verdana, Arial, Helvetica sans-serif;
    font-size: 12px;
    padding: 5px 0;
    background-color: #f0f0f0;
    margin-bottom: 20px;
}
.universal-usp > a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #58595b;
}
.universal-usp a:after{
    content: "";
    display: block;
    clear: both;
}
    .universal-usp ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
        .universal-usp ul li{
            float: left;
            width: 25%;
            text-align: center;
            -webkit-box-shadow: 1px 0px 0px 0px #c1c1c1;
            -moz-box-shadow:    1px 0px 0px 0px #c1c1c1;
            box-shadow:         1px 0px 0px 0px #c1c1c1;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        .universal-usp ul li:last-child{
            -webkit-box-shadow: none;
            -moz-box-shadow:    none;
            box-shadow:         none;   
        }
            .universal-usp ul li img{
                vertical-align: middle;
            }
            .icon-wrap{
                display: inline-block;
                vertical-align: middle;
                width: 28px;
                height: 28px;
                background-color: #8eb54f;
                margin-right: 5px;
                border-radius: 100%;
                background-image: url(../img/usp-sprite.png);
            }
                .icon-wrap.geld-terug{
                    background-position: 0 0;
                }
                .icon-wrap.gratis-levering{
                    background-position: -28px 0;
                }
                .icon-wrap.veilig-betalen{
                    background-position: -56px 0;
                }
                .icon-wrap.garantie{
                    background-position: -84px 0;
                }
@media screen and (max-width: 960px){
    .universal-usp ul li{
        width: 50%;
    }
    .universal-usp ul li:nth-child(1),
    .universal-usp ul li:nth-child(2){
        margin-bottom: 10px;
    }
    .universal-usp ul li:nth-child(2){
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none;
    }
}
@media screen and (max-width: 600px){
    .universal-usp > a{
        padding: 0px;
    }
    .universal-usp ul li:nth-child(1),
    .universal-usp ul li:nth-child(2),
    .universal-usp ul li{
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
        text-align: left;

        -webkit-box-shadow: 0px 1px 0px 0px #c1c1c1;
        -moz-box-shadow:    0px 1px 0px 0px #c1c1c1;
        box-shadow:         0px 1px 0px 0px #c1c1c1;
    }
}

/*---------------------------
CUSTOMER SERVICE
---------------------------*/
.customerService{
    position: relative;
    padding: 30px 0 30px 280px;
    overflow:hidden;
}
.customerServiceImage{
    position: absolute;
    left: 0;
    top:0;
    max-width: 250px;
}
.customerService h2{
    font-size: 30px;
    font-family: 'AniukMedium', verdana, sans-serif;
}
.customerService p{
    font-family: 'AniukRegular', verdana, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
}
.customerService a{
    display: block;
    margin-bottom: 10px;
}
    .customerService a:after{
        content: "";
        clear: both;
        display: block;
    }
.customerService .text{
    float: left;
    margin-left: 10px;
    font-size: 12px;
}
.customerService .text .title{
    display: block;
    font-family: 'AniukMedium', verdana, sans-serif;
    font-size: 16px;
}
.customerService .icon{
    display: block;
    float: left;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    background-image: url(../img/icon-customerservice.png);
}
    .customerService a:hover .icon{
        opacity: 0.75;
    }
    .customerService .icon.fb{
        background-position: 0 0;
    }
    .customerService .icon.tw{
        background-position: -45px 0;
    }
    .customerService .icon.yt{
        background-position: -90px 0;
    }
    .customerService .icon.chat{
        background-position: -135px 0;
    }
@media screen and (max-width: 520px){
    .customerServiceImage{
        display: none;
    }   
    .customerService{
        padding-left: 0;    
    }
}
/*---------------------------
BLOG ARTICLES
---------------------------*/
.blog-title{
    color: #575756;
    font-family: AniukMedium;
    font-size: 24px;
    line-height: 26px;
}
    .blog-title span{
        color: #f9b233;
    }
.blog-wrapper{
    margin: 10px 0;
    padding: 0;
}
.blog-wrapper .blog-item{
    display: table;
    margin-bottom: 10px;
}
    .blog-wrapper .blog-item a:hover{
        text-decoration: none;
    }
    .blog-wrapper .avatar{
        width: 45px;
        height: 45px;
        display: table-cell;
        vertical-align: middle;
    }
        .blog-wrapper .avatar img{
            border-radius: 100%;
            border: solid 2px #f9b233;
            width: 100%;
            height: 100%;
        }
    .blog-wrapper .content{
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .blog-wrapper .more-blogs{
        color: #36a9e1;
        font-family: 'AniukMedium', verdana, sans-serif;
        font-size: 18px;
    }
    .sidebar .blog-wrapper .content .more-blogs{
        font-size: 14px;    
    }
        .blog-wrapper .blog-item a:hover .content .more-blogs{
            text-decoration: underline;
        }
    .blog-wrapper .content .title{
        font-family: 'AniukMedium', verdana, sans-serif;
        font-size: 14px;
        color: #575756;
    }
    .blog-wrapper .content .more{
        font-family: 'AniukMedium', verdana, sans-serif;
        font-size: 14px;
        color: #36a9e1;
    }
    .blog-wrapper .content .more:hover {
        text-decoration: underline;
    }

/*---------------------------
Mailblock
---------------------------*/
.mailblock{
    border-left: solid 1px #c1c1c1;
    padding: 0 0 20px 30px;
}
.mailblock h4{
    font-family: 'AniukMedium', verdana, sans-serif;
    font-size: 30px;
}
.mailblock #MAIL{
    height: 40px; 
    width: 100%;
    padding: 5px 10px; 
    margin-bottom: 10px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    border-radius: 4px;
    border: 1px solid #cccccc; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mailblock .button{
    width: 100%; 
    height: 40px;
    padding: 5px 10px;
    margin-left:0px; 
    font-size: 14px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    border-right: 1px solid #749d31; 
    border-bottom: 1px solid #749d31; 
    border-left: 1px solid #749d31; 
    border-top: none; 
    background-color: #8eb54f;
}
@media screen and (max-width: 980px){
    .mailblock{
        border-left: none;
        border-top: solid 1px #cccccc;
        padding-left: 0;
        padding-top: 20px;
        margin-top: 20px;
    }
}
/*---------------------------
QUICKLINK
---------------------------*/
.quicklink{
    font-family: 'AniukRegular', verdana, sans-serif;
    font-size: 28px;
    padding: 20px 0;
    text-align: center;
}
    .quicklink span{
        font-family: 'AniukBold', verdana, sans-serif;
    }
    @media screen and (min-width: 981px){
        .quicklink{
            padding: 40px 0;
        }
    }
    @media screen and (min-width: 600px) and (max-width: 980px){
        .quicklink{
            font-size: 24px;
        }
        .quicklink span{
            display: block;
        }
    }
    @media screen and (max-width: 480px){
        .quicklink{
            font-size: 20px;
        }
    }


/*---------------------------
VIDEO OVERLAY
---------------------------*/
#videooverlay{
    position: fixed;
    background-color: rgba(0,0,0,0.75);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    margin: 0 !important;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}
#videooverlay.active{
    opacity: 1;
    visibility: visible;
}
    #videooverlay .close{
        display: block;
        position: absolute;
        background-image: url(../img/video-close.png);
        width: 35px;
        height: 35px;
        bottom: 100%;
        top: 10px;
        right: 10px;
        z-index: 9999999;
        opacity: 0.8;
    }
        #videooverlay .close:hover{
            opacity: 1;
        }
    #videooverlay .videooverlay-inner{
        display: table;
        width: 100%;
        height: 100%;
        table-layout: fixed;
    }
        #videooverlay .videooverlay-inner #video-container{
            position: relative;
            display: table-cell;
            vertical-align: middle;
            padding: 0 20%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
            .video-wrapper{
                position: relative;
                padding-bottom: 56.25%; /* 16:9 */
                padding-top: 25px;
                height: 0;
            }
            #videooverlay .videooverlay-inner #video-container iframe{
                display: block;
                margin: auto;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

#videooverlay
#videooverlay iframe{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.show-big,
.show-mid,
.show-small{
    display: none !important;
}
@media screen and (min-width: 1024px){
    .show-big{
        display: block !important;
    }
}
@media screen and (min-width: 601px) and (max-width: 1023px){
    .show-mid{
        display: block !important;
    }
}
@media screen and (max-width: 600px){
    .show-small{
        display: block !important;
    }   
}


/*---------------------------
MEDIA QUERIES
---------------------------*/
@media screen and (max-width: 940px){

}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 600px){
    /*.banner-holder{
        padding: 0;
    }*/
    .hide-for-small{
        display: none;
    }
}
@media screen and (max-width: 480px){
    
}