/* CAROUSEL */

.carousel-control{
    filter: none !important;
}

/* SIDEBAR NEWS HOME */

.news .article .teaser-text{
    margin-top: 15px !important;
}

/* NEWS SLIDER HOME */

.news-slider .news-slider-text{
    width: 577px !important;
}

/* NEWS LIST */

.news-list-item-content{
    width: 717px !important;
}

/* NEWS DETAIL */

.news-single .article .news-img-wrap,
.news-single .article .news-img-wrap img {
    width: 300px !important;
}

/* SUBPAGE */

.subpage-content-images .csc-default .csc-textpic .csc-textpic-center-outer,
.subpage-content-images .csc-default .csc-textpic .csc-textpic-center-outer .csc-textpic-center-inner{
    width: 100%;
    height: 100%;
}

.subpage-content-images .col-md-4 img{
    height: auto !important;
}

/* CONTACT */

.tx-powermail form fieldset .powermail_fieldwrap input,
.tx-powermail form fieldset .powermail_fieldwrap textarea,
.tx-powermail form fieldset .powermail_fieldwrap .powermail_check_inner label{
    width: 535px !important;
}

.tx-powermail form fieldset .powermail_fieldwrap input.powermail_checkbox{
    width: 30px !important;
}

.tx-powermail form fieldset .powermail_fieldwrap input#powermail_field_captcha{
    width: 230px !important;
}

.tx-powermail form fieldset .powermail_fieldwrap input.powermail_submit,
.tx-powermail form fieldset .powermail_fieldwrap input.powermail_reset{
    width: auto !important;
}

/* DROPDOWN */

.dropdown-menu .dropdown-menu-row-wrapper{
    height: 100px !important;
}

.dropdown-menu .row{
    height: 100%;
}

.dropdown-menu .row .col-md-3{
    height: 100% !important;
}

.dropdown-menu .row .col-md-3:nth-child(4){
    border-right: none;
}