/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 12, 2018, 2:07:05 PM
    Author     : pdhaval
*/
html {
    background-color: #eee;
}
body {
    background-color: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    max-width: 2400px;
    margin: 0 auto;
}
a {
    text-decoration: none !important;
}
.site-branding-text {
    display: none;
}
/*
 * Button style override
*/
.btn-custom,
.nav-next a,
.nav-previous a,
input[type="button"].btn-custom,
input[type="reset"].btn-custom,
input[type="submit"].btn-custom {
    font-family: 'Montserrat';
    color: #fff;
    background-color: #144a6e;
    border-color: #144a6e;
    border-radius: 0;
    font-weight: 500;
    border-width: 2px;
}
.btn-custom:active,
.nav-next a:active,
.nav-previous a:active,
input[type="button"].btn-custom:active,
input[type="reset"].btn-custom:active,
input[type="submit"].btn-custom:active,
.btn-custom:focus,
.nav-next a:focus,
.nav-previous a:focus,
input[type="button"].btn-custom:focus,
input[type="reset"].btn-custom:focus,
input[type="submit"].btn-custom:focus,
.btn-custom:hover,
.nav-next a:hover,
.nav-previous a:hover,
input[type="button"].btn-custom:hover,
input[type="reset"].btn-custom:hover,
input[type="submit"].btn-custom:hover {
    color: #144a6e;
    background-color: #fff;
    border-color: #144a6e;
}
.nav-next a:focus,
.nav-previous a:focus,
.btn-custom:focus,
.btn-custom.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(20, 74, 110, 0.25);
}
.btn-custom.btn-block {
    white-space: normal;
}
/*
 * ./ Button style override
*/

/*Footer CSS*/
#brodosfooter {
    padding-bottom: 15px;
}
#copydiv a,
#brodosfooter a {
    text-decoration: none;
}
#footercontent {
}
#menu-footer-social li i {
    padding-right: 10px;
    width: 34px;
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    vertical-align: middle;
    text-align: center; 
}
#footercontent .informationBar {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#footercontent .informationBar li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-top: 0;
    margin-bottom: 0;
}
#footercontent .informationBar li a {
    display: block;
    padding: 8px;
    border-radius: 8px;
    outline: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
#footercontent .informationBar li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #003154 !important;
}
#footercontent .informationBar li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 25px;
    height: auto;
    padding-right: 0;
}
#footercontent .informationBar li a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    /*line-height: 26px;*/
}
#footercontent .siteListWrap {
    font-size: 0;
}
#footercontent .siteList {
    /*font-size: 0;*/
    /*width: 50%;*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*margin-bottom: 20px;*/
    /*padding-left: 0;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#footercontent .siteList li {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    align-items: flex-start;
}
#footercontent .siteList li a {
    display: block;
    padding: 8px;
    border-radius: 8px;
    outline: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
#footercontent .siteList li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #003154 !important;
}
#footercontent .siteList li a img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    width: 3rem;
    height: auto;
    border-radius: 0.5rem;
    padding-right: 0;
}
#footercontent .siteList li a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
}
#footercontent .bookList {
    /*display: inline-block;*/
    /*vertical-align: top;*/
    width: 60%;
    /*margin-bottom: 20px;*/
    /*padding-left: 0;*/
}
#footercontent .bookList li {
    margin-bottom: 10px;
}
#footercontent .bookList li a {
    display: flex ;
    outline: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 8px;
    color: #fff;
    align-items: center;
}
.thedvl a {
    display: flex;
}
.thedvl a img {
    order: 2;
}
.thedvl a span {
    order: 1;
}
#footercontent .bookList li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #003154 !important;
}
#footercontent .bookList li a img {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 10px;
    width: 125px;
    height: auto;
    padding-right: 0;
}
#footercontent .bookList li a span {
    display: inline-flex;
    vertical-align: middle;
    font-size: 1rem;
    width: 215px;
}
#footercontent .bookList li.thedvl a span {
    text-indent: -6px;
    width: 155px;
    margin-left: 25px;
    margin-right: 0px;
}
#brodosfooter .brodosFooterLinks {
    font-size: 0;
}
#brodosfooter .brodosFooterLinkWrap {
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*width: calc(25% - 15px);*/
    /*margin-right: 15px;*/
    /*margin-bottom: 15px;*/
}
#brodosfooter .brodosFooterLinkWrap h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}
#brodosfooter .brodosFooterLinkWrap h3 a {
    color: #fff;
}
.brodosFooterLinkList {
    /*padding-left: 0;*/
    /*list-style: none;*/
    /*margin-bottom: 0;*/
}
.brodosFooterLinkList li {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    display: block;
}
.brodosFooterLinkList li a {
    display: inline-block;
    vertical-align: top;
    outline: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
.brodosFooterLinkList li a span {
    /*margin-bottom: 5px;*/
    display: block;
}
.brodosFooterLinkList li a img {
    width: 50px;
    height: auto;
    border-radius: 8px;
    display: block;
}
.brodosFooterLinkList li a:hover {
    color: #003154 !important;
}
.brodosFooterLinkList li a i {
    font-family: 'FontAwesome' !important;
    font-size: 1.5rem;
    vertical-align: middle;
    margin-right: 0.5rem;
    width: 1.5rem;
    text-align: center;
}
#copydiv {
    padding: 15px 0!important;
}
.copyInner {
    margin: auto;
    max-width: 1140px;
    display: block !important;
}
.copyInner ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
#footercontent hr.divider {
    width: 100%;
    border-color: #fff;
    border-width: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}
.noradius {
    border-radius: 0 !important;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199.98px) {
    .copyInner,
    #footercontent {
        /*max-width: 940px;*/
    }
    #footercontent .informationBar li {
        /*width: calc(30% - 15px);*/
    }
    #footercontent .siteList {
        /*width: 60%;*/
    }
    #footercontent .bookList {
        width: 80%;
    }
    #footercontent .bookList li.thedvl a span {
        margin-right: 20px;
    }
    #footercontent .bookList li a img {
        /*display: block;*/
        /*margin-right: auto;*/
        width: 100px;
        /*margin-left: auto;*/
        /*margin-bottom: 15px;*/
    }
    #footercontent .bookList li a span {
        /*text-align: center;*/
        /*display: block;*/
    }
    .copyInner > strong {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .copyInner > div {
        display: block !important;
        text-align: center;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991.98px) {
    .copyInner,
    #footercontent {
        max-width: 720px;
    }
    #footercontent .subhead {
        font-size: 1.5rem;
    }
    #brodosfooter .brodosFooterLinkWrap,
    #footercontent .informationBar li {
        /*width: calc(50% - 15px);*/
        flex-basis: 50%;
    }
    #footercontent .bookList,
    #footercontent .siteList {
        width: 100%;
    }
    #footercontent .bookList li {
        display: block;
    }
    #footercontent .bookList li a img {
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
        width: 60px;
    }
    #footercontent .bookList li a .thedvlL {
        display: inline-block;
        height: 44px;
        width: auto;
        margin-top: 13px;
        margin-bottom: 13px;
    }
    #footercontent .bookList li a .thedvlR {
        display: none;
    }
    #footercontent .bookList li a span {
        text-align: center;
        display: block;
        width: 100% !important;
        font-size: 0.875rem;
    }
    .brodosFooterLinkList li,
    #footercontent .siteList li a span,
    #footercontent .informationBar li a span {
        font-size: 0.875rem;
    }
    .thedvl a img {
        order: 1;
    }
    #footercontent .bookList li.thedvl a span {
        margin-right: 0;
        margin-left: 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767.98px) {
    #footercontent {
        /*width: 100%;*/
        /*padding: 0 15px;*/
        /*max-width: none;*/
    }
    #footercontent .informationBar li {
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
    }
    #footercontent .bookList li {
        display: inline-block;
        width: 50%;
        margin-right: 0;
    }
    #footercontent .siteList li {
        display: inline-block;
        width: 50%;
        margin-right: 0;
    }
    #footercontent .siteList li a img {
        width: 40px;
    }
    #footercontent .bookList li a img {
        margin-right: 10px;
        width: 80px;
    }
    #footercontent .bookList li a .thedvlL {
        height: auto;
        width: 80px;
        margin-top: 0;
        margin-bottom: 0;
    }
    #footercontent .bookList li.thedvl a span {
        text-indent: 0;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    #brodosfooter .brodosFooterLinkWrap {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #footercontent .bookList li a {
        padding: 20px 8px;
        text-align: center;
    }
    #footercontent .bookList li a img,
    #footercontent .bookList li a .thedvlL {
        display: block;
        margin: 0 auto 15px;
    }
    #footercontent .bookList li a span {
        text-align: center;
        display: block;
    }
    #copydiv ul li {
        margin: 0 8px !important;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
/*Footer CSS*/


ul.navbar-nav.ml-auto {
    width: 100%;
}
.nav-link {
    color: #000;
}
ul.navbar-nav .pll-parent-menu-item,
ul.navbar-nav .loginBtn {
    align-content: flex-end;
}
.copyRightWrapper {
    display: flex;
    /* justify-content: space-between; */
    line-height: 3rem;
}
.footerMenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
}
.copyRight {
    flex-grow: 0;
    margin-right: 25px;
    font-weight: 600;
    color: #000;
}
.footerMenuWrap {
    /*flex-grow: 1;*/
}
.footerMenu li {
    /*margin-left: 25px;*/
    margin-right: 25px;
}
.site-footer {
    padding-bottom: 0;
    padding-top: 0;
    background-color: #174a6c;
}
section.footer-widgets {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 0.75rem solid #89a4b6;
}
.footer-widgets .widget-title {
    color: #fff;
    font-size: 1.5em;
}
.sidebar-1-area .widget ul,
.footer-widgets .widget ul {
    padding-left: 0;
}
.sidebar-1-area .widget ul li,
.footer-widgets .widget ul li {
    list-style: none;
}
section.footer-bottom {
    background-color: #fff;
    /* padding-top: 1rem; */
    /* padding-bottom: 1rem; */
    border-top: 0.5rem solid #89a4b6;
    border-bottom: 0.5rem solid #174a6c;
}
.site-footer .copyRightWrapper a {
    color: #000 !important;
    display: inline-block;
}
.footer-widgets-row {
    /*justify-content: space-between;*/
    /*display: flex;*/
}
.navbar-toggler {
    background-color: transparent;
    outline: 0 !important;
}
a.nav-link {
    font-weight: 500;
    color: #353535 !important;
    position: relative;
}

/* SLIDER CSS */
.n2-ss-slider {

}
.desktopSlider .n2-ss-slider .n2-ss-section-main-content {
    flex-direction: row !important;
}
.desktopSlider .n2-ss-layer-content > .sliderTitle {
    align-self: flex-end !important;
    padding-bottom: 20px;
}
.desktopSlider .n2-ss-layer-content > .sliderTitle h1 {
    font-size: 46px !important;
    line-height: 1.25 !important;
    text-shadow: 0 0 20px #000 !important;
    font-weight: 800 !important;
}
.desktopSlider .sliderContent {
    position: absolute !important;
    top: 42px;
    right: 0;
    color: #fff;
    width: 300px !important;
    text-align: left;
}
.desktopSlider .sliderContent h3 {
    font-size: 20px;
    text-shadow: 0 0 10px #000;
}
.desktopSlider .sliderContent ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.desktopSlider .sliderContent li {
    margin-left: 50px;
    background-color: #174a6c;
    margin-top: 10px;
    font-size: 20px;
    line-height: 2.5;
    border-bottom-left-radius: 26px;
    border-top-left-radius: 26px;
    padding-left: 26px;
}
.desktopSlider .sliderContent li.active {
    margin-left: 0;
    background-color: #ffb500;
    font-weight: 600;
}
/*./ SLIDER CSS */
.homeIconList {
    padding: 80px 0;
    background-color: #fff;
}
.homeIconUL {
    display: flex;
    flex-direction: row;
}
.homeIconLI {
    text-align: center;
    /*flex-grow: 1;*/
    /*flex-basis: auto;*/
    padding: 0 5px;
}
.homeIconLI a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    display: block;
}
.homeIconLI img {
    display: block;
    margin: 0 auto;
}
.homeIconLI span {
    display: block;
    flex-wrap: wrap;
}
.homeIconLI span:before {
    content: '';
    background-image: url(images/tick.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    background-size: 25px;
    vertical-align: bottom;
}
.navbar {
    /*padding: 0 1rem;*/
}
.site-header ul.dropdown-menu.depth_0 {
    padding: 0;
    border-radius: 0;
    border-color: #d9d9d9;
}
.menu-image-wrap {
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
}
.nav-link .menu-image {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.nav-link .menu-image-title-before,
.nav-link .menu-image-title-above {
    margin-left: 1rem;
}
.nav-link .menu-image-title-below,
.nav-link .menu-image-title-after {
    margin-right: 1rem;
}
.navbar-nav .dropdown-menu a {
    font-size: 0.875rem;
}
.nav-link .menu-image-title {
    display: inline-block;
    vertical-align: middle;
    /*max-width: 9rem;*/
    width: 9rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.navbar-nav > li.menu-item-has-children > a.dropdown-toggle::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
    height: auto;
    color: #174a6c;
}
#primary-menu .depth_0 > li > a.nav-link:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
    height: auto;
    right: 15px;
    color: #a6a6a6;
    display: none;
}
.site-header .navbar-nav .btnLink a {
    padding: .375rem .75rem !important;
    border: 2px solid #ddd;
    border-radius: .25rem;
    /*color: #706f6f !important;*/
    transition: 0.3s all ease-in;
    text-align: center;
    background-color: #ddd;
}
#primary-menu-right.navbar-nav .loginLink a {
    padding: .375rem .75rem !important;
    border: 2px solid #ccc;
    border-radius: .25rem;
    background-color: #ccc;
    transition: 0.3s all ease-in;
    text-align: center;
}



/* FOOTER CSS */
h3.subhead {
    color: #fff;
    font-family: 'Roboto';
}
#brodosfooter {
    padding-bottom: 0 !important;
}
.brodosFooterLinkList li {
    color: #fff;
}
#brodosfooter .brodosFooterLinkList li a:hover {
    color: #000000 !important;
}
footer #footercontent .bookList li a:hover,
footer #footercontent .informationBar li a:hover,
footer #footercontent .siteList li a:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: #000000 !important;
}
/* FOOTER CSS */









.container {
    width: 100%;
}
section.product {
    padding-top: 40px;
    padding-bottom: 100px;
}
.product h2 {
    color: #333;
    margin-bottom: 40px;
    font-family: 'Montserrat';
}
.product h2 p{
    font-family: 'Montserrat';
    font-weight: 600;
}
.product h2 span {
    color: #436e8b;
}
.product a.h6 {
    color: #4d4d4d;
    background-color: #e5e5e5;
    border-radius: 18px;
    padding: 8px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
}
.product a.h6.active {
    color: #fff;
    background-color: #ffb500;
}
.productSingleWrapper {
    border-radius: 16px;
    -webkit-box-shadow: 0 0 10px 0 #aaa;
    box-shadow: 0 0 10px 0 #aaa;
    text-align: center;
    overflow: hidden;
    display: block;
}
.productSingleWrapper .productName {
    font-weight: 500;
    font-size: 18px;
    padding-top: 16px;
    color: #333;
}
.productSingleWrapper img {
    height: 125px;
}
.productSingleWrapper .productTagLine {
    background-color: #144a6e;
    color: #fff;
    padding: 5px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
}
.digitalCatalogueSingle {
    text-align: center;
    margin-top: 40px;
    background-color: #e5e5e5;
    border-radius: 30px;
    font-size: 22px;
    /*font-family: 'Montserrat';*/
    font-weight: 600;
    display: block;
    color: #333 !important;
}
.digitalCatalogueSingle img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 100px;
    margin-top: -20px;
    margin-bottom: -20px;
}
.digitalCatalogueSingle span {
    display: inline-block;
    vertical-align: middle;
}
.omnichannel {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #e7edf0;
}
.omnichannel h2 {
}
.omnichannel p {
    font-size: 18px;
    line-height: 2;
}
.omnichannel a {
}
.btnBox {
    color: #fff;
    font-family: 'Montserrat';
    background-color: #144a6e;
    padding: 20px 28px;
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    border: 2px solid #144a6e;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btnBox:hover {
    background-color: #fff;
    color: #144a6e;
}
.processContent {
    padding-top: 100px;
    padding-bottom: 80px;
}
.processContent h1 {
    color: #333;
    margin-bottom: 60px;
    text-align: center;
    font-weight: bold;
}
.processContent h1 span {
    color: #436e8b;
}
.processContent img {
    display: block;
    margin: 0 auto 20px;
}
.processContent ul {
    /*font-size: 18px;*/
}
.processContent li {
    margin-bottom: 40px;
}
.processContent li:last-child {
    margin-bottom: 0;
}
.processContent li strong {
    font-family: 'Montserrat';
    font-size: 18px;
}
.catalogueContent {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #174a6c;
    background: url('https://brodos.net/omnichannel/wp-content/uploads/2018/05/digitale_kataloge.png'),
        url('https://brodos.net/omnichannel/wp-content/uploads/2018/05/digitale_kataloge_background.jpg');
    background-repeat: no-repeat, repeat-y;
    background-position: left top 15px, top center;
    background-size: 50% auto,cover;
}
.catalogueContentInner {
    color: #fff;
    margin-bottom: 30px;
}
.catalogueContentInner h3 {
    margin-bottom: 25px;
}
.catalogueContentInner p {

}
.catalogueContentInner a {
    color: inherit;
}
.btnMoreLink {
    font-style: italic;
    font-weight: bold;
    text-decoration: underline !important;
    text-underline-position: under;
}
.digitalProductSearch {

}
.digitalProductSearch form .row {
    margin: 0;
}
.digitalProductSearch form .row > div {
    padding: 0;
}
.digitalProductSearch form .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.digitalProductSearch form .searchbutton {
    padding: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffb500;
    color: #fff;
    text-align: center;
    line-height: 1;
    width: 100%;
    box-shadow: none;
    height: 38px;
}
.os-iframe {
    border: 0px;
    margin-top: -180px;
    float: left;
}
.productDisplay {
    padding-bottom: 100px;
}
.productDisplayList {

}
.productDisplayList li {

}
.productCatTitle {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 30px;
}
.productCatTitle span {
    display: inline-block;
    background-color: #ffb500;
    border-radius: 30px;
    width: 250px;
    color: #fff;
    text-transform: capitalize;
    line-height: 60px;
}
.productDisplayWrapper {
    background-color: #e7edf0;
    /*background-color: cadetblue;*/
    height: 100%;
}
.productUniqueDisplayWrapper {
    align-items: center;
    display: flex;
}
.productDisplayWrapper img.img-fluid {

}
.productDisplayInner {
    padding: 2rem;
    color: #000;
}
.administrationInner > *:last-child,
.productDisplayInner > *:last-child {
    margin-bottom: 0;
}
.productDisplayInner .productName {

}
.productDisplayInner .productTagLine {
    color: #174a6c;
    margin-bottom: 20px;
}
.productDisplayInner .productDescription {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.productDisplayInner .btnMoreLink {
    color: #174a6c;
}
.productUniqueDisplayInner {
    color: #fff;
}
.productUniqueDisplayInner .productTagLine,
.productUniqueDisplayInner .btnMoreLink {
    color: #fff;
}
.administrationContent {
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #174a6c;
    background: url(https://brodos.net/omnichannel/wp-content/uploads/2018/05/zentrale_admin.png),
        url(https://brodos.net/omnichannel/wp-content/uploads/2018/05/zentrale_admin_background.jpg);
    background-repeat: no-repeat, repeat-y;
    background-position: left -10% center, top center;
    background-size: 50% auto,cover;
}
.administrationInner {
    color: #fff;
}
.administrationInner h2 {
    margin-bottom: 30px;
}
.administrationInner h3 {
    margin-bottom: 20px;
}
.administrationInner p {
    margin-bottom: 20px;
}
.administrationInner .btnMoreLink {
    color: inherit;
}
.orderProcessingContent {
    padding-top: 100px;
    padding-bottom: 50px;
}
.orderProcessingInnerWrap {
    background-color: #e7edf0;
}
.orderProcessingInner {
    align-items: center;
    display: flex;
    height: 100%;
}
.orderProcessingBox {
    padding: 2rem;
    color: #333;
}
.orderProcessingBox > *:last-child {
    margin-bottom: 0;
}
.orderProcessingBox h1 {
    margin-bottom: 30px;
}
.orderProcessingBox .btnMoreLink {
    color: inherit;
}
.testimonialsContent {
    padding-top: 50px;
    padding-bottom: 100px;
}
.testimonialsContent {

}
.testimonialsContent .testimonialBox {
    background-color: #e7edf0;
}
.testimonialBox {
    padding: 15px 20px;
}
.testimonialAvatar {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}
.testimonialAvatarStar {
    list-style: none;
    padding-left: 0;
    font-size: 24px;
    color: #ffb500;
    text-align: center;
    margin-bottom: 10px;
}
.testimonialAvatarStar li {
    display: inline-block;
    vertical-align: top;
}
.testimonialTitle {
    color: #333 !important;
    text-shadow: none !important;
}
.testimonialUser {
    color: #333 !important;
    font-size: 12px !important;
    text-shadow: none !important;
    font-style: italic;
    text-align: center;
}
.testimonialText {
    text-shadow: none !important;
    color: #333 !important;
}
.sow-slider-base {
    overflow: visible;
}
.testimonialsContent .sow-slider-base .sow-slide-nav {
    font-size: 60px;
    display: block !important;
    opacity: 1 !important;
}
.testimonialsContent .sow-slider-base .sow-slide-nav a {
    color: #a5bac7 !important;
}
.testimonialsContent .sow-slide-nav.sow-slide-nav-prev {
    left: -60px;
}
.testimonialsContent .sow-slide-nav.sow-slide-nav-next {
    right: -60px;
}
.arbeitsschritt {
    font-size: 14px !important;
}
.beratungSlider, .beratungSlider * {
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0)!important;
}
.beratungSlider .panel-grid {
    margin-bottom: 10px !important;
}
.beratungSlider .panel-grid p {
    margin: 0.5em 0 !important;
}
#cookie-notice {
    line-height: 26px !important;
}
#cookie-notice a:not(.cn-set-cookie) {
    color: inherit;
    text-decoration: underline !important;
    text-underline-position: under;
}
#cookie-notice a:not(.cn-set-cookie):hover {
    /*color: rgba(255, 181, 0, 0.7);*/
}
.button.cn-set-cookie {
    background: lightgray !important;
    font-family: 'Roboto' !important;
    color: #000 !important;
}
.button.cn-set-cookie:hover {
    background: rgba(211, 211, 211, 0.7) !important;
}
#catapult-cookie-bar {
    background-color: #174a6c;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.ctcc-inner {
    font-size: 14px;
}
.flotingToolTip {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1010;
    display: none;
    margin: 0;
}
.flotingToolTip li {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 15px 0 0;
    text-decoration: none; 
    color: #ffffff;
    border-radius: 0.5rem;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    z-index: 0;
    -webkit-box-shadow: 0 5px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0 5px 6px 0px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.flotingToolTip li:first-child {
    margin: 0;
}
.flotingToolTip li:hover {
    -webkit-box-shadow: 0 0 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0 0 6px 0px rgba(0,0,0,0.3);
}
.flotingToolTip li i {
    font-size: 30px;
    line-height: 50px;
}
.back-to-top {
    background-color: #a5bac7;
}
.back-to-top:hover {

}
.back-to-top i {

}
/* SUBMENU */
.secondaryMenuWrapper {
    background-color: #174a6c;
    -webkit-box-shadow: inset 0 10px 9px -10px rgb(0, 0, 0);
    box-shadow: inset 0 10px 9px -10px rgb(0, 0, 0);
    position: relative;
    padding: 0;
}
.secondaryMenuWrapper > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.secondaryMenuWrapper .navbar-brand {
    font-size: 1rem;
    color: #fff;
    padding: 15px;
}
.secondaryMenuWrapper .navbar-toggler {
    margin-right: 15px;
    border-color: #ffffff !important;
}
.secondaryMenuWrapper .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.secondaryMenu li a {
    color: #fff !important;
    font-weight: 400;
    padding: 0.5rem 1rem !important;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.secondaryMenu li.menu-item-has-children > a.dropdown-toggle {
    padding-right: 1.5rem !important;
}
.secondaryMenu li.menu-item-has-children > a.dropdown-toggle::after {
    color: #fff;
}
.secondaryMenuWrapper:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #174a6c;
    position: absolute;
    top: 100%;
    left: 30px;
    z-index: 1000;
}
.secondaryMenu li ul.dropdown-menu {
    background-color: #174a6c;
    position: absolute;
    border-radius: 0;
    margin-top: 0;
    border: none;
    padding: 0;
}
.secondaryMenu li ul.dropdown-menu li {
    white-space: nowrap;
}
/* ./ SUBMENU */
.su-lightbox {
    cursor: pointer;
}
#primary-menu li:nth-child(1) ul li:nth-child(3) img {
    padding: 4px;
}
.epos-iframe {
    border: 0px;
    margin-top: -50px;
    height: 980px;
    display: block;
}
/*Sitemap*/
.siteMeta .wsp-pages-title {
    display: none;
}
.siteMeta .wsp-pages-list a {
    color: #174a6c;
}
/*Contact Tooltip*/
.contactToolTipWrap {
    background-color: #174a6c;
}
.contactToolTipWrap:hover {
}
.contactToolTipWrap i {
}
.contactToolTip {
    position: absolute;
    background-color: #174a6c;
    bottom: 0;
    right: 0;
    padding: 0.5rem;
    z-index: -1;
    transform-origin: right bottom;
    width: 325px;
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: default;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 6px 2px rgba(0,0,0,0.3);
}
.contactToolTipWrap.hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contactToolTipWrap.hover .contactToolTip,
.contactToolTipWrap:hover .contactToolTip {
    z-index: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.contactToolTipImage {
    background: url('https://brodos.net/omnichannel/wp-content/uploads/2018/08/omnichannel_contact.jpg');
    width: 80px;
    height: 80px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border-radius: 0.5rem;
}
.contactToolTipInner {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px);
    color: #fff;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    position: relative;
    opacity: 0;
    top: 50px;
}
.contactToolTipWrap.hover .contactToolTip .contactToolTipInner,
.contactToolTipWrap:hover .contactToolTip .contactToolTipInner {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    opacity: 1;
    top: 0;
}
.contactToolTipInner a {
    color: #fff;
}
/* ./ Contact Tooltip*/
/*Search Tooltip*/
.searchToolTipWrap {
    background-color: #507791;
}
.searchToolTipWrap.hover,
.searchToolTipWrap:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0 0 6px 0px rgba(0,0,0,0.3);
}
.searchToolTipWrap i {
    font-size: 30px;
    line-height: 50px;
}
.searchToolTip {
    position: absolute;
    /*background-color: #174a6c;*/
    background-color: #507791;
    bottom: 0;
    right: 0;
    padding: 0.5rem;
    z-index: -1;
    transform-origin: right bottom;
    width: 325px;
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: default;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 6px 2px rgba(0,0,0,0.3);
}
.searchToolTipWrap.hover .searchToolTip,
.searchToolTipWrap:hover .searchToolTip {
    z-index: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.searchToolTip .searchbutton {
    height: 38px;
    box-shadow: none;
    text-shadow: none;
    border: none;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.5em !important;
    background-color: #ffb500;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 1;
    line-height: 1rem;
}
/* ./ Search Tooltip*/
/*Caldera Breadcrumb*/
.caldera-grid .breadcrumb li + li {
    padding-left: .5rem;
}
.caldera-grid .breadcrumb li + li::before {
    color: #6c757d;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    padding-right: .5rem;
}
/* ./ Caldera Breadcrumb*/
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .testimonialsContent .panel-grid {
        align-items: stretch !important;
    }
    .testimonialsContent .widget_sow-layout-slider .panel-grid-cell {
        background-color: #e7edf0;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .custom-logo {
        height: 57px;
        width: auto;
    }
    .navbar {
        padding: 0 1rem;
    }
    .site-header .navbar-nav > li > a {
        padding: 2.375rem 2rem 2.375rem 1.5rem !important;
    }
    .secondaryMenu {
        /*margin-bottom: 0;*/
        display: flex;
        flex-direction: row;
    }
    .secondaryMenu > li:first-child:after {
        content: " ";
        color: #fff;
        position: absolute;
        right: -2px;
        top: 25%;
        outline: 1px solid #ffffff;
        outline-offset: 0;
        height: 50%;
        width: 0;
    }
    .secondaryMenu > li {
        position: relative;
        margin-right: 5px;
    }
    .secondaryMenu li a:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .secondaryMenu > li:first-child a {
        font-weight: 500;
    }
    #primary-menu {
        flex-grow: 1;
    }
    .navbar-nav li.nav-item.dropdown.show {
        -webkit-box-shadow: 0 0 1px 0 #d9d9d9;
        box-shadow: 0 0 1px 0 #d9d9d9;
    }
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }
    #primary-menu-right.navbar-nav > li > a {
        padding: 2.375rem 1.5rem 2.375rem 1rem !important;
    }
    .site-header ul.dropdown-menu.depth_0 {
        margin-top: 0;
        min-width: 17rem;
    }
    .site-header .depth_0 > li > a.nav-link {
        padding: 1rem !important;
    }
    #primary-menu-right ul.dropdown-menu.depth_0 {
        min-width: 3.5rem;
        text-align: center;
    }
    .navbar-nav .btnLink {
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-nav .btnLink a {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
    .navbar-nav .btnLink a:hover {
        /*background-color: #ccc;*/
        background-color: transparent;
    }
    #primary-menu-right.navbar-nav .loginLink a {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
        min-width: 100px;
        margin-left: 15px;
    }
    #primary-menu-right.navbar-nav .loginLink a:hover {
        background-color: transparent;
    }
    .site-header ul.dropdown-menu.depth_0 a:hover {
        background-color: #cccccc;
    }
    .digitalProductSearch form .form-control {
        padding: 0.875rem 1rem;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        box-shadow: none;
    }
    .digitalProductSearch form .searchbutton {
        padding: 0;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #ffb500;
        color: #fff;
        font-size: 2rem;
        height: 54px;
        text-align: center;
        line-height: 1;
        width: calc(100% - 30px);
        box-shadow: none;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    #footercontent .informationBar li a img {
        width: 30px;
    }
    .navbar {
        padding: 0 2rem;
    }
}
@media (min-width: 1440px) {
    footer.site-footer .container {
        max-width: 1380px;
    }
    #footercontent .bookList li.thedvl a span {
        margin-right: 40px;
    }
    #footercontent .bookList {
        width: 60%;
    }
}
@media (min-width: 2400px) {
    header #site-navigation {
        width: 2400px;
        margin: 0 auto;
    }
}
@media (max-width: 1399.98px) {
    .desktopSlider .sliderContent h3 {
        font-size: 16px;
    }
    .desktopSlider .sliderContent {
        width: 250px !important;
    }
    .desktopSlider .sliderContent li {
        margin-top: 8px;
        font-size: 18px;
        line-height: 2.25;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1199.98px) {
    .desktopSlider .n2-ss-layer-content > .sliderTitle h1 {
        font-size: 36px !important;
    }
    .desktopSlider .sliderContent {
        top: 20px;
    }
    section.product {
        padding-bottom: 60px;
    }
    .omnichannel {
        padding-top: 60px;
    }
    .btnBox {
        padding: 16px 20px;
        font-size: 24px;
    }
    .processContent {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .processContent li {
        margin-bottom: 40px;
    }
    .catalogueContentInner {
        /*margin-bottom: 60px;*/
    }
    .catalogueContent {
        /*padding-top: 60px;*/
    }
    .productCatTitle {
        padding-top: 60px;
    }
    .productCatTitle span {
        border-radius: 25px;
        width: 225px;
        line-height: 50px;
    }
    .administrationContent {
        padding-top: 60px;
    }
    .orderProcessingContent {
        padding-top: 60px;
    }
    .orderProcessingBox {
        padding: 1.5rem;
    }
    .orderProcessingBox h1 {
        margin-bottom: 15px;
    }
    .testimonialsContent {
        padding-bottom: 60px;
    }
    .testimonialAvatarStar {
        font-size: 18px;
    }
    .testimonialsContent .sow-slider-base .sow-slide-nav {
        font-size: 40px;
    }
    .testimonialsContent .sow-slide-nav.sow-slide-nav-prev {
        left: -40px;
    }
    .testimonialsContent .sow-slide-nav.sow-slide-nav-next {
        right: -40px;
    }
}
@media (max-width: 991.98px) {
    .custom-logo {
        height:50px;
        width:auto;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    .footerMenu li,
    .copyRight {
        margin-right: 20px;
    }
    .navbar-nav > li.menu-item-has-children > a.dropdown-toggle::after {
        right: 8px;
        width: auto;
    }
    ul.dropdown-menu.depth_0 {
        margin: 0 0 0 1rem;
        border: 0;
    }
    #footercontent .bookList li a {
        flex-direction: column;
    }
    .site-header .navbar-nav > li {
        margin-bottom: 8px;
    }
    .desktopSlider .sliderContent {
        display: none;
    }
    .desktopSlider .n2-ss-layer-content > .sliderTitle h1 {
        font-size: 30px !important;
    }
    .product h2 {
        margin-bottom: 20px;
    }
    .productInner,
    .productInner .row {
        /* flex-direction: column; */
        margin: 0 -5px;
    }
    .productInner .col {
        padding-right: 5px;
        padding-left: 5px;
    }
    .productInner .col {
        /*flex-basis: auto;*/
    }
    .productSingleWrapper {
        border-radius: 8px;
    }
    .productSingleWrapper .productName {
        font-size: 12px;
        padding-top: 10px;
    }
    .productSingleWrapper img {
        height: 80px;
    }
    .productSingleWrapper .productTagLine {
        font-size: 12px;
    }
    .digitalCatalogueSingle {
        font-size: 18px;
    }
    .administrationContent,
    .processContent,
    .omnichannel {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .omnichannel p {
        font-size: 16px;
        line-height: 1.5;
    }
    .btnBox {
        padding: 12px 16px;
        font-size: 18px;
    }
    .processContent ul {
        /*font-size: 16px;*/
    }
    .processContent li {
        margin-bottom: 20px;
    }
    .catalogueContentInner {
        margin-bottom: 20px;
    }
    .catalogueContent {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .catalogueContent {
        background-position: left center, top center;
    }
    .productCatTitle {
        padding-top: 50px;
    }
    .productCatTitle span {
        border-radius: 20px;
        width: 200px;
        line-height: 40px;
    }
    .testimonialBox {
        padding: 15px;
        text-align: center;
    }
    .testimonialAvatar {
        max-width: 125px;
        margin: 0 auto 20px;
    }
    .testimonialsContent {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .testimonialUser {
        text-align: center;
    }
    #primary-menu {
        padding-top: 15px;
    }
}
@media (max-width: 767.98px) {
    .copyRightWrapper {
        flex-direction: column;
        line-height: 2.5rem;
    }
    .footerMenu li,
    .copyRight {
        margin-right: 0;
    }
    .productInner,
    .productInner .row {
        /*flex-direction: column;*/
        margin: 0 -15px;
    }
    .product a.h6 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .productInner .col {
        padding-right: 15px;
        padding-left: 15px;
        flex-basis: auto;
    }
    .productInner .row .col {
        width: 50%;
    }
    .productSingleWrapper {
        /*margin-bottom: 15px;*/
    }
    .digitalCatalogueSingle {
        margin-top: 20px;
        border-radius: 8px;
        padding-bottom: 5px;
    }
    .digitalCatalogueSingle img {
        display: block;
        margin: 0 auto 5px;
        width: 80px;
    }
    section.product {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .processContent, .omnichannel {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .processContent h1 {
        margin-bottom: 40px;
    }
    .processContent img {
        max-width: 280px;
    }
    .productDisplayList li .col {
        width: 100%;
        flex-basis: auto;
    }
    .productDisplayWrapper {
        margin-bottom: 15px;
        height: auto;
    }
    .productDisplay {
        padding-bottom: 15px;
    }
    .orderProcessingContent {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .catalogueContent {
        background: url(https://brodos.net/omnichannel/wp-content/uploads/2018/05/digitale_kataloge_background.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }
    .administrationContent {
        background: url(https://brodos.net/omnichannel/wp-content/uploads/2018/05/zentrale_admin_background.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }
    .catalogueContent {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .productCatTitle {
        padding-top: 30px;
        margin-bottom: 15px;
    }
    .orderProcessingBox,
    .productDisplayInner {
        padding: 1rem;
        max-width: 100%;
    }
    .administrationContent,
    .processContent,
    .omnichannel {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .testimonialsContent .sow-slider-base .sow-slide-nav {
        display: none !important;
    }
    .secondaryMenu li ul.dropdown-menu {
        position: static !important;
        float: none;
        transform: none !important;
    }
    .secondaryMenu li.menu-item-has-children > a.dropdown-toggle::after {
        right: 22px !important;
    }
}
@media (max-width: 575.98px) {
    .copyRightWrapper {
        line-height: 2.5rem;
    }
    .desktopSlider .n2-ss-layer-content > .sliderTitle h1 {
        font-size: 16px !important;
    }
    .productSingleWrapper {
        /*margin-bottom: 15px;*/
    }
    .productDisplayInner .productDescription {
        padding-right: 2rem;
        position: relative;
    }
    .productDisplayInner .productDescription:after {
        content: "\f063";
        font-family: FontAwesome;
        position: absolute;
        right: 8px;
        top: 0;
    }
    .productDisplayInner .productDescription p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .productDisplayInner .productDescription.open {
        /*padding-right: 0;*/
    }
    .productDisplayInner .productDescription.open:after {
        display: none;
    }
    .productDisplayInner .productDescription.open p {
        overflow: auto;
        text-overflow: unset;
        white-space: unset;
    }
    .administrationInner p {
        max-height: 48px;
        overflow: hidden;
    }
    .processList li {
        background-color: #e7edf0;
        border: 4px solid #e7edf0;
    }
    .processList li h4 {
        padding: 8px 32px 8px 8px;
        position: relative;
    }
    .processList li h4:after {
        content: "\f063";
        font-family: FontAwesome;
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -9px;
        line-height: 1;
        color: rgba(0, 0, 0, 0.7);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .processList li p {
        display: none;
        padding: 0 8px 8px;
        margin-bottom: 0;
    }
    .processList li.open p {
        display: block;
    }
    .processList li.open h4:after {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .orderProcessingBox p {
        max-height: 48px;
        overflow: hidden;
    }
    .btn-custom,
    input[type="button"].btn-custom,
    input[type="reset"].btn-custom,
    input[type="submit"].btn-custom {
        max-width: 100%;
        white-space: normal;
    }
}
@media (max-width : 480px) {
    .footerMenu {
        flex-direction: column;
    }
    #footercontent .siteList,
    #footercontent .informationBar {
        flex-direction: column;
    }
    #footercontent .siteList li {
        display: block;
        width: 100%;
    }
    #footercontent .bookList li {
        display: block;
        width: 100%;
    }
    #brodosfooter .brodosFooterLinkWrap,
    #footercontent .informationBar li {
        flex-basis: 100%;
    }
    #brodosfooter .brodosFooterLinkWrap h3 {
        margin-top: 0;
    }
    .contactToolTip {
        padding: 0.375rem;
        width: 280px;
        font-size: 0.75rem;
    }
    .searchToolTip {
        padding: 0.375rem;
        width: 280px;
    }
    .contactToolTipImage {
        width: 60px;
        height: 60px;
    }
    .contactToolTipInner {
        width: calc(100% - 80px);
    }
    .searchToolTip .searchbutton {
        right: 0.375rem;
        top: 0.375rem;
    }
}