label
{
    font-weight: normal;
}
textarea
{
    height: 256px;
}

input.error
{
    border-color:red !important;
}
textarea.error
{
    border-color:red !important;
}

div.error-message
{
    display:none !important;
}


#header-img { margin-bottom:40px; }
#header-img .logo {
    z-index:1;
    position:absolute;
    background-color:#fff;
}
#header-img .owl-carousel {
    z-index:0;
}
    #header-img .owl-carousel .sub-title {
            font-family: "DaxlinePro";
            font-weight:500;
            position:absolute;
            color:#fff;
            background-color:rgba(24, 173, 229, 0.8);
    }
    #header-img .owl-carousel .sub-title.bruin {
        background-color:rgba(208, 137, 68, 0.8);
    }
    #header-img .owl-carousel .sub-title.geel {
        background-color:rgba(251, 186, 0, 0.8);
    }

#header-img .owl-carousel .item {
    height:600px;
    width:100%;
    display:block;
    background-size:cover;
    background-position:center center;
}
#header-img .owl-carousel .owl-controls {
    position:absolute;
    z-index:1;
    bottom:10px;
    left:0;
    right:0;
}

#header-img .owl-carousel.owl-theme .owl-controls .owl-page span {
    background-color:#fff;
}

@media only screen and (max-width: 320px)
{
    #header-img .logo {
        width: 200px;
        height: 175px;
        padding: 15px 20px;
        left: 20px;
    }
    #header-img .owl-carousel .sub-title {
        top: 175px;
        left: 20px;
        width: 200px ;
        height: 139px;
        font-size: 18px;
        line-height: 45px;
        border-bottom-right-radius: 60px;
        padding: 25px 20px;
        line-height: 30px;
    }
    #header-img .owl-carousel .item {
        height:375px ;
    }
}
@media only screen and (min-width: 320px)
{
    #header-img .logo {
        width: 200px ;
        height: 175px ;
        left:20px;
        padding: 15px 20px ;
    }
    #header-img .owl-carousel .sub-title {
        top: 175px;
        left:20px;
        width: 200px ;
        height: 139px;
        font-size: 18px;
        line-height: 45px;
        border-bottom-right-radius: 60px;
        padding: 25px 20px ;
        line-height: 30px ;
    }
    #header-img .owl-carousel .item {
        height:375px ;
    }
}
@media only screen and (min-width: 584px)
{
    #header-img .logo {
        width:250px ;
        height: 215px ;
        padding: 15px 20px ;
    }
    #header-img .owl-carousel .sub-title {
        top:215px;
        width:250px ;
        height: 180px;
        font-size: 20px;
        line-height: 35px;
        border-bottom-right-radius: 60px;
        padding: 40px 35px ;
    }
    #header-img .owl-carousel .item {
        height:450px ;
    }
}
@media only screen and (min-width: 768px)
{
    #header-img .logo {
        width:300px;
        height: 260px;
        padding:15px 20px;
    }
    #header-img .owl-carousel .sub-title {
        top: 260px;
        width:300px ;
        height: 210px;
        font-size: 25px;
        line-height: 45px;
        border-bottom-right-radius: 60px;
    }
    #header-img .owl-carousel .item {
        height:520px ;
    }
}

@media only screen and (min-width: 1250px)
{
    #header-img .logo {
        left: calc(50% - 575px);
        width:370px ;
        height: 300px ;
        padding:30px 40px;
    }
    #header-img .owl-carousel .sub-title {
        top:300px;
        left:calc(50% - 575px);
        padding:65px 50px;
        width:370px ;
        height: 260px;
        font-size: 30px;
        line-height: 45px;
        border-bottom-right-radius: 60px;
    }
    #header-img .owl-carousel .item {
        height:600px ;
    }
}

.cnt-btn.page
{
    margin-left:10px;
}

.cnt-btn.page.disabled
{
    color:gray;
    border: 1px solid gray;
    cursor: not-allowed;
}

.cnt-btn.page.disabled:hover
{
    color:white;
    border: 1px solid white;
    background-color: gray;
}

.cnt-btn.page.disabled:hover .arrow-right.gray
{
    stroke:white;
}

.page .arrow-right.gray
{
    stroke:gray;
}

div.margin-left
{
    float:right;
}

.single .images
{
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.single .images a
{
    width: 65px;
}

@media only screen and (max-width: 1024px) and (min-width: 450px)
{
    .single .images
    {
        width: 400px;
    }
    .single .images a
    {
        width: 75px;
    }
    

}
@media only screen and (min-width: 1024px)
{
    .news-image a
    {
        margin:20px
    }
}

@media only screen and (max-width: 450px) 
{

    .single .images a
    {
        width: 60px;
    }

}
