html,
:root {
    font-size: 16px;
}

*:focus {
    outline: 1px solid #005AA9 !important;
}

body.fixed-header #header #mainnav .fixed-header-actions {
    display: none;
}

#content {
    width: 100%;
    float: inherit;
}

/* BOXED LAYOUT*/
.mm-subcategory-wrapper {
    padding-left: 30px;
}

/* END BOXED LAYOUT*/

#header .header-box {
    padding: 31px 0 52px;
}

.top-header {
    background-color: #d7d7d7;
}

.top-header button.btn:hover,
.top-header a {
    color: #000;
}

.top-header a:hover {
    text-decoration: none;
}

.top-header button {
    background-color: transparent;
}

#jumptotop {
    bottom: 90px;
}

nav#mainnav #navigation.nav>li>a {
    position: relative;
}

nav#mainnav #navigation.nav>li>a {
    color: #000;
    font-weight: bold;
}

nav#mainnav #navigation.nav>li:hover>a:after,
nav#mainnav #navigation.nav>li.active>a:after {
    display: none;
}

.service-menu-box .registerBox a.btn {
    padding-left: 0;
    padding-top: 0;
    display: block;
    text-align: left;
}

.service-menu-box #loginBox .forgotPasswordOpener,
.header-box .search .btn-search-bar {
    line-height: 18px;
}

.promo-wrapper,
.promo-categories,
.promo-categories .promo-category {
    display: flex;
}

.promo-categories .promo-category {
    flex-direction: column;
    width: 100%;
}

.promo-categories .promo-category .promo-border-wrapper {
    box-shadow: 0 0 1px 0px #8c8c8c;
}

.promo-categories .promo-category.no-shadow {
    box-shadow: none;
}


.weiterbildung .promo-categories .promo-category .promo-category-title a {
    min-height: 54px;
    padding: 5px 15px;
    padding-right: 35px;
    hyphens: manual;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.weiterbildung .promo-wrapper .promo-categories .promo-category .promo-category-content p {
    display: block;
    position: static;
    transform: none;
}

.weiterbildung .promo-wrapper .promo-categories .promo-category .promo-category-content {
    padding: 15px;
    height: 100%
}


.promo-categories .promo-category[data-category="school"] .promo-category-title a {
    background-color: #6c8892;
}

.promo-categories .promo-category[data-category="education"] .promo-category-title a {
    background-color: #0e2b49;
}

.promo-categories .promo-category[data-category="university"] .promo-category-title a {
    background-color: #25828d;
}

.promo-categories .promo-category[data-category="further-education"] .promo-category-title a {
    background-color: #bf5424;
}

.promo-categories .promo-category .promo-category-content.grey-content {
    min-height: 160px;
}

.promo-categories .promo-category .promo-category-content.black {
    color: #000;
}

.promo-categories .promo-category[data-category="school"] .promo-category-content {
    background-color: #7b9ca7;
}

.promo-categories .promo-category[data-category="education"] .promo-category-content {
    background-color: #15406d;
}

.promo-categories .promo-category[data-category="university"] .promo-category-content {
    background-color: #0b95a3;
}

.promo-categories .promo-category[data-category="further-education"] .promo-category-content {
    background-color: #e65e25;
}

.promo-categories .promo-category .promo-category-content.grey-content {
    background-color: #f6f6f6;
}

.promo-categories .promo-category .promo-category-content p {
    margin: 0;
    vertical-align: middle;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.minibasket-menu img {
    left: -6px;
    position: relative;
}

.minibasket-menu button {
    position: relative;
}


.promo-categories .promo-category .promo-category-news {
    display: none;
}

.promo-categories .promo-category .promo-category-news.visible {
    display: block;
}

.promo-categories .promo-category .promo-category-news:not(.visible) a,
.promo-categories .promo-category .promo-category-news.visible {
    color: #000;
    font-weight: 100;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
}

.promo-categories .promo-category .promo-category-news.visible a {
    color: #035ca8;
    font-weight: 100;
    margin-top: auto;
}

.promo-categories .promo-category[data-category="school"] .promo-category-news,
.promo-categories .promo-category[data-category="education"] .promo-category-news,
.promo-categories .promo-category[data-category="university"] .promo-category-news,
.promo-categories .promo-category[data-category="further-education"] .promo-category-news {
    background-color: #f6f6f6;
    box-shadow: 0 1px 0px 1px #f6f6f6;
    height: 100%;
}

.promo-categories .promo-category .promo-category-news.light-grey-box {
    background-color: #f2f2f2;
}

.promo-categories .promo-category .promo-category-news>a:after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    margin-left: 5px;
    vertical-align: inherit;
}

.promo-categories .promo-category .promo-category-image>a {
    display: block;
    overflow: hidden;
    color: #035ca8;
}


.row.bottom-box.more-content>div {
    min-height: 377px;
    margin-bottom: 30px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .promo-categories .promo-category .promo-category-image img {
        max-width: 255px;
    }
}

.promo-categories .promo-category .promo-category-image img {
    margin: 0 auto;
    border-bottom: 0;
    width: 100%;

    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}


.promo-categories .promo-category:hover .promo-category-image img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.welcome-box .text {
    font-size: 14px;
}

.search-col .logos img {
    max-width: 30%;
}

.search-col input {
    border-color: #cccccc;
    border-radius: 10px;
}

.search-col .btn.btn-primary {
    background-color: #f3f3f3;
    border-color: #cccccc;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 0;
    color: #000;
}

#header .form.search {
    margin-top: 21px;
}

#header .logo-title {
    font-weight: bold;
    margin-left: 10px;
    text-decoration: none;
}

#header .menus-col button.dropdown-toggle {
    background-color: transparent;
    padding: 0;
    color: rgb(52, 51, 51);
    font-size: 12px;
    float: none;
}

#header .menus-col button.btn.dropdown-toggle {
    box-shadow: none;
}

#header .menus-col button img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

#header .minibasket-menu table td {
    vertical-align: middle;
}

#header .menus-col .direct-orders-link {
    display: block;
}

#header .menus-col .direct-orders-link img {
    margin: 0 auto;
}

#header .menus-col .direct-orders-link a {
    color: rgb(52, 51, 51);
    font-size: 12px;
}

.icon-top-header {
    display: none;
}

#header .menus-col .menu-dropdowns button {
    padding-top: 8px;
    margin-top: -8px;
}

#header .menus-col .menu-dropdowns {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

#header .menu-dropdowns .service-menu.showLogin>button>img {
    margin-bottom: 8px;
}

#header .menus-col .menu-dropdowns .minibasket-menu button {
    padding-top: 4px;
}

#header .menus-col .menu-dropdowns img {
    height: 25px;
    width: auto;
    margin: 0 auto 5px;
}

#header .menus-col .menu-dropdowns .picture img {
    width: 100%;
    height: auto;
    margin: 0;
    max-width: 100%;
    left: 0;
}

#header .minibasket-menu table .badge {
    z-index: 1;
}

#header .top-header .menu-dropdowns .btn-group {
    position: relative;
}

#header .top-header .menu-dropdowns .btn-group:not(:first-child) {
    padding-left: 15px;
}

#header .top-header .menu-dropdowns .btn-group:not(:last-child) {
    padding-right: 15px;
}

#header .top-header .menu-dropdowns .btn-group:not(:last-child):after {
    content: "";
    position: absolute;
    right: -1px;
    height: 80%;
    width: 2px;
    background-color: #e5e5e5;
    top: 50%;
    transform: translateY(-50%);
}

#header .top-header .menu-dropdowns .btn-group.linkable a {
    padding: 6px 0;
    display: inline-block;
}

#header .top-header .menu-dropdowns .btn-group.linkable .dropdown-menu.service-menu {
    min-width: 550px;
    padding: 15px 25px;
    text-align: left;
}

#header .top-header .menu-dropdowns a.social-link i {
    font-size: 12px;
    color: #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
}

#header .top-header .menu-dropdowns a i.fa-facebook {
    background-color: #004f99;
}

#header .top-header .menu-dropdowns a i.fa-youtube {
    background-color: #d31c00;
}

#header .top-header .menu-dropdowns a i.fa-twitter {
    background-color: #00ade0;
}

#header .top-header .menu-dropdowns a i.fa-xing {
    background-color: #026466;
}

#header .top-header .menu-dropdowns a i.fa-linkedin {
    background-color: #0077b5;
}

.teaser-box .absolute-img {
    position: absolute;
    bottom: 0;
    max-height: 90%;
    z-index: 1;
}

.minheight-ausbildung .teaser .border-wrapper {
    padding-top: 20px;
}

.teaser-box .absolute-img.left-img {
    left: 0;
}

.teaser-box .absolute-img.right-img {
    right: 0;
}

.teaser-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 15px 75px;
    max-width: 55%;
    min-width: 50%;
    height: 90%;
}

.teaser-overlay.right-overlay {
    right: 40px;
}

.teaser-overlay.left-overlay {
    left: 40px;
}

.teaser-overlay table,
.teaser-overlay p {
    border: 0;
    margin-bottom: 0;
    font-size: 12px;
}

.teaser-overlay table tr:nth-of-type(even),
.teaser-overlay table tr:nth-of-type(odd) {
    background-color: transparent;
}

.teaser-overlay table tr td {
    border: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.teaser-overlay table tr td:first-child {
    padding-left: 0;
}

.teaser-overlay table tr td:last-child {
    padding-right: 0;
}

.teaser-overlay .button a {
    font-weight: bold;
    font-size: 12px;
}

#footer {
    border-top: 0;
    border-bottom: 0;
    background-color: transparent;
    padding: 0;
    color: #fff;
}

#footer a {
    color: #fff;
    font-weight: 100;
}

#footer .footer-box .footer-box-title {
    text-transform: none;
}

.nav-stacked>li+li {
    margin-top: 0;
}

.page-header {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-header,
.page-header h1,
.page-header h2 {
    margin-top: 10px;
}

.img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
}

body.cl-alist .page-header h1 {
    font-weight: bold;
}

#sidebar .form-group {
    margin-bottom: 5px;
}

#basketVoucher .form-control,
#sidebar .form-control {
    border-radius: 0;
}

#sidebar .form-control {
    border: 0;
}

#sidebar textarea {
    resize: none;
}

#sidebar .topseller-box .product-title {
    padding: 0 15px;
}

#sidebar .topseller-box .product-price,
.category-box .box-title {
    padding: 5px 15px;
    background-color: #eaeaea;
}

#sidebar .topseller-box .product-price a {
    color: #000;
}

.category-box {
    margin-top: 45px;
    margin-bottom: 45px;
}

.category-box .box-title {
    margin-bottom: 5px;
    font-weight: bold;
    padding: 10px 15px;
}

.category-box .box-img {
    margin-bottom: 15px;
}

.category-box .box-content {
    color: #636363;
    font-size: 14px;
}

#sidebar .topseller-box .product-price a i {
    color: #838383;
    font-size: 18px;
    margin-left: 5px;
    font-weight: bold;
}

body.cl-alist .list-filter {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.locator-label {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 5px;
}

.category-btns .btn.btn-primary {
    border-radius: 0;
    background-color: #035ca8;
    border: 0;
    padding: 10px 15px;
}

.product-data .d-inline-block {
    vertical-align: bottom;
}

.product-data .basket-button {
    background-color: #dadada;
    color: #fff;
    border-radius: 4px;
    border: 0;
    font-size: 22px;
}

#sidebar .trusted {
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 29px;
    background-color: #eff3f5;
}

#sidebar .trusted img {
    max-width: 80%;
}

#sidebar .trusted .checked {
    padding-left: 0;
}

#sidebar .trusted .checked li {
    list-style-type: none;
}

.btn.btn-primary.product-to-cart-btn+div {
    clear: both;
}

.tobasket .btn.btn-primary.product-to-cart-btn#toBasket {
    width: auto;
}

body.cl-details .tabbedWidgetBox .tab-content,
body.cl-details #detailsRelated .tabbedWidgetBox .tab-content {
    padding: 5px 0;
    border: 0;
}

body.cl-details .tabbedWidgetBox .nav-tabs,
body.cl-details #detailsRelated .tabbedWidgetBox .nav-tabs {
    border: 0;
    display: inline-block;
}

body.cl-details #productPrice {
    margin-bottom: 0;
}

.category-list-view.nav>li>a {
    padding-left: 0 !important;
}

.category-list-view li a:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #d7d7d7;
    border-radius: 100%;
    margin-right: 7px;
    vertical-align: middle;
}

.without-dots .category-list-view li a:before {
    content: none;
}

.special-category-filter .without-dots .special-category-filter-content-list {
    padding: 15px 30px;
}

ol.checkoutSteps,
body.cl-thankyou ol.checkoutSteps,
body.is-checkout ol.checkoutSteps {
    border-top: 0;
    padding: 0;
    display: block;
}

body.cl-thankyou ol.checkoutSteps li,
body.is-checkout ol.checkoutSteps li {
    background-color: #768ba2;
    padding: 10px 20px 10px 0;
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
}

ol.checkoutSteps li {
    padding: 10px 20px 10px 6px;
    background-color: #768ba2;
    width: auto;
    float: left;
    position: relative;
    text-align: center;
}

ol.checkoutSteps li:before,
ol.checkoutSteps li.passed:before,
body.cl-thankyou ol.checkoutSteps li:before,
body.is-checkout ol.checkoutSteps li:before,
body.cl-thankyou ol.checkoutSteps li.passed:before,
body.is-checkout ol.checkoutSteps li.passed:before {
    content: "";
    display: block;
    border-top: 20px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

ol.checkoutSteps li:after,
ol.checkoutSteps li.passed:after,
body.cl-thankyou ol.checkoutSteps li:after,
body.is-checkout ol.checkoutSteps li:after {
    content: "";
    display: block;
    border-top: 20px solid transparent;
    border-left: 20px solid #768ba2;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: 0px;
    top: 0;
}


ol.checkoutSteps li.passed:after {
    border-left: 20px solid #035ca8;
}

body.cl-thankyou ol.checkoutSteps li.passed:after,
body.is-checkout ol.checkoutSteps li.passed:after {
    border-left: 20px solid #035ca8;
}

ol.checkoutSteps li.active:before,
body.cl-thankyou ol.checkoutSteps li.active:before,
body.is-checkout ol.checkoutSteps li.active:before {
    content: "";
    display: block;
    border-top: 20px solid #768ba2;
    border-left: 20px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

ol.checkoutSteps li.active:after,
body.cl-thankyou ol.checkoutSteps li.active:after,
body.is-checkout ol.checkoutSteps li.active:after {
    content: "";
    display: block;
    border-bottom: 20px solid #768ba2;
    border-left: 20px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

ol.checkoutSteps li.active .pseudo-border:before,
body.cl-thankyou ol.checkoutSteps li.active .pseudo-border:before,
body.is-checkout ol.checkoutSteps li.active .pseudo-border:before {
    content: "";
    display: block;
    border-top: 20px solid #035ca8;
    border-left: 20px solid transparent;
    position: absolute;
    left: -20px;
    top: 0;
}

ol.checkoutSteps li.active .pseudo-border:after,
body.cl-thankyou ol.checkoutSteps li.active .pseudo-border:after,
body.is-checkout ol.checkoutSteps li.active .pseudo-border:after {
    content: "";
    display: block;
    border-bottom: 20px solid #035ca8;
    border-left: 20px solid transparent;
    position: absolute;
    left: -20px;
    bottom: 0;
}

ol.checkoutSteps li:last-child:before,
body.cl-thankyou ol.checkoutSteps li:last-child:before,
body.is-checkout ol.checkoutSteps li:last-child:before {
    content: "";
    display: block;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

ol.checkoutSteps li:last-child:after,
body.cl-thankyou ol.checkoutSteps li:last-child:after,
body.is-checkout ol.checkoutSteps li:last-child:after {
    content: "";
    display: block;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

ol.checkoutSteps li.active,
body.cl-thankyou ol.checkoutSteps li.active,
body.is-checkout ol.checkoutSteps li.active {
    background-color: #035ca8;
    font-weight: bold;
}

.stepIndicator {
    content: "";
    height: 29px;
    width: 29px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: -34px;
    z-index: 2;
}


.category-description-after [class^="icon-"],
.category-description-after [class*=" icon-"],
.categoryDescription [class^="icon-"],
.categoryDescription [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.category-description-after .icon-circle-down {
    font-size: 15px;
    position: relative;
    right: -4px;
    top: 2px;
}

ol.checkoutSteps li .num,
body.cl-thankyou ol.checkoutSteps li .num,
body.is-checkout ol.checkoutSteps li .num {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    border: 0;
    font-size: 14px;
}

ol.checkoutSteps li.active .num,
body.cl-thankyou ol.checkoutSteps li.active .num,
body.is-checkout ol.checkoutSteps li.active .num {
    background-color: transparent;
    color: #fff;
    font-weight: bold;
}

ol.checkoutSteps li.passed,
body.cl-thankyou ol.checkoutSteps li.passed,
body.is-checkout ol.checkoutSteps li.passed {
    background-color: #035ca8;
}

ol.checkoutSteps li.passed .num,
body.cl-thankyou ol.checkoutSteps li.passed .num,
body.is-checkout ol.checkoutSteps li.passed .num {
    background-color: transparent;
    color: #fff;
}

ol.checkoutSteps li,
body.cl-thankyou ol.checkoutSteps li,
body.is-checkout ol.checkoutSteps li {
    display: inline-block;
    color: white;
    font-size: 14px;
    width: 20%;
}

ol.checkoutSteps li .text,
body.cl-thankyou ol.checkoutSteps li .text,
body.is-checkout ol.checkoutSteps li .text {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.basket-products .basket-product .product-img {
    margin-right: 10px;
}

.basket-product-unitprice,
.basket-product-bulkprice,
.basket-product-totalprice {
    color: #b4b4b4;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 3px;
}

.basket-item-information .remove-checkbox {
    margin-left: 2px;
}

.well.cart-buttons {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 6px 0;
}

.well.cart-buttons .prevStep {
    padding: 6px 0;
}

#orderEditCart .basket-products .basket-product {
    padding: 25px 30px;
}

#orderEditCart .basket-products .basket-product:first-child {
    border-top: none;
}

#orderEditCart .panel-body {
    padding: 0;
}

#orderEditCart .actions-bottom {
    padding: 0 20px;
}

#basketSummary .table-striped>tbody>tr td {
    text-align: right;
    position: relative;
}

#basketSummary .table-hover>tbody>tr:hover {
    background-color: transparent;
}

#basketSummary .table-striped>tbody>tr td>div {
    display: inline-block;
}

#basketTotalProductsGross .basketTotal-vat {
    font-size: 14px;
    line-height: 20px;
}

/*#basketTotalProductsGross .basketTotal-vatWrapper:before {*/
/*    content: "(";*/
/*}*/

#checkoutDeliveryCost .basketDelivery-vat {
    font-size: 14px;
    line-height: 20px;
}

#basketSummary .table-striped>tbody>tr:nth-of-type(odd) {
    background: transparent;
}

#basketSummary .table-striped>tbody>tr td {
    text-align: right;
}

#checkoutDeliveryCost {}

#basketSummary th {
    font-weight: normal;
}

#basketSummary .table-striped>tbody tr:nth-last-child(2)>* {
    padding-bottom: 40px;
}

#basketSummary .table-striped>tbody>tr:nth-child(1)>* {
    padding-bottom: 0;
}

#basketSummary .table-striped>tbody>tr:nth-child(2)>* {
    padding-top: 0;
}

.basket-products .basket-product:nth-child(even) {
    background-color: #f6f6f6;
}

.basket-product .checkbox {
    display: inline-block;
}

.basket-product .checkbox i {
    vertical-align: text-top;
}

.basket-product .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.basket-product .textbox[type="number"] {
    width: 40px;
}

.basket-products .basket-product:nth-child(even) {
    background-color: transparent;
}

body.cl-basket #basketSummary th,
body.cl-basket #basketSummary td,
body.cl-order #orderEditCart #basketSummary th {
    text-align: left;
    width: 1px;
    white-space: nowrap;
}

.paypalExpressCheckoutBox {
    border-right: 0;
}

.box.well.basket img {
    width: 40px;
    vertical-align: bottom;
}

#sidebar .box.well.basket hr {
    border-top: 2px solid #eee;
}

.freeButton {
    width: auto;
}

.tab-content .list-container .gridView .btn.btn-primary {
    padding-left: 5px;
    padding-right: 5px;
}

.mm-cat-title:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #7b9ca7;
    margin-right: 10px;
    vertical-align: middle;
    margin-left: -25px;
}

.mm-cat-title,
.mm-description,
.mm-title {
    color: #000;
}

.mm_button {
    background-color: #7b9ca7;
    color: #fff;
}

.mm_button:after {
    border-left: 15px solid #7b9ca7;
}

.mm-container .subcategory-list {
    list-style-type: none;
}

.mm-container .subcategory-list a {
    color: #000;
}

.mm-container .subcategory-list>div>div.has-subcategories>ul>li:last-child {
    margin-bottom: 25px;
}

.mm-container .subcategory-list div>a {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.mm-container .subcategory-list div.has-subcategories>a {
    margin-bottom: 5px;
}

.megamenu .dropdown-menu ul.subcategory-list {
    padding: 0;
}

.megamenu .dropdown-menu .subcategory-list div>ul.subcategory-list>li.has-subcategories,
#sidebar .categorytree .nav.cat-tree li a i {
    position: relative;
}

#sidebar .categorytree .nav.cat-tree li a i {
    vertical-align: inherit;
}

.megamenu .dropdown-menu .subcategory-list div>ul.subcategory-list>li.has-subcategories:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #cfcfcf;
}

.megamenu .dropdown-menu .subcategory-list div>ul.subcategory-list>li.has-subcategories.exp:before {
    border-top: 5px solid #cfcfcf;
    border-bottom: initial;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.megamenu .dropdown-menu .subcategory-list div>ul.subcategory-list>li.has-subcategories.exp:before {
    margin-left: -5px;
}

.megamenu .dropdown-menu .subcategory-list div>ul.subcategory-list>li.has-subcategories:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    position: absolute;
    top: 6px;
    left: 0px;
}

.megamenu .dropdown-menu .subcategory-list div>ul.subcategory-list>li.has-subcategories:after,
#sidebar .categorytree .nav.cat-tree li.exp>a>i:after,
#sidebar .categorytree .nav.cat-tree li.active>a>i:after {
    left: 0px;
    border-top: 5px solid #fff;
    border-bottom: initial;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.megamenu .dropdown-menu .subcategory-list div>ul.subcategory-list>li.has-subcategories.exp:after {
    left: -5px;
}

#mainnav .navbar-collapse.navbar-ex1-collapse.collapse.in ul li.more-links {
    border-bottom: 0;
}

.megamenu .dropdown-menu .subcategory-list div>ul.subcategory-list>li.has-icon:before {
    content: "i";
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 22px;
    margin-right: 0;
    color: #000;
    background-color: #fff;
    margin-left: -7px;
    margin-top: -2px;
    padding-top: 3px;
    overflow: hidden;
}

.megamenu .dropdown-menu .subcategory-list div>ul.subcategory-list>li>ul.subcategory-list {
    padding-left: 17px;
}

.megamenu .dropdown-menu .subcategory-list div>ul.subcategory-list>li>ul.subcategory-list li:before {
    content: "";
    display: none;
    vertical-align: middle;
    margin-right: 3px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #cfcfcf;
}

.link-box a {
    padding: 7px 25px;
    margin-bottom: 15px;
    background-color: #dce1e5;
    font-size: 14px;
    position: relative;
    display: block;
    color: #000;
}

.link-box a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #94a0aa;
}

.link-box a strong {
    font-size: 18px;
}

.category-bottom-topseller .price,
.category-bottom-topseller .price-from,
.category-bottom-topseller .currency,
.category-bottom-topseller .price-markup,
.category-topseller .price,
.category-topseller .price-from,
.category-topseller .currency,
.category-topseller .price-markup {
    color: #e20018;
    font-size: 16px;
    font-weight: bold;
}

.category-bottom-topseller .product-title a,
.category-topseller .product-title a {
    font-weight: bold;
    color: #000;
}

.teaser-img {
    position: relative;
}

.teaser-img .overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 30px 35px;
}

.teaser-img .overlay.no-bg {
    background-color: transparent;
}

.teaser-img .overlay.right {
    right: 0;
}

.info-box .info-box-header {
    background-color: #bed4e6;
    padding: 10px 15px;
}

.info-box .info-box-content {
    background-color: #d1e1ed;
    padding: 10px 15px 25px;
}

.info-box .info-box-content .inner-content>.row>div {
    margin-bottom: 5px;
}

.info-box .info-box-content .inner-content>.row>div img {
    width: 20px;
    vertical-align: text-top;
}

.info-box .info-box-content img.info-box-img {
    margin-top: -30px;
}

.info-box .first-letter {
    background-color: #035ca8;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    color: #fff;
    margin-right: 3px;
    display: inline-block;
}

.cms-service-box {
    padding: 25px 35px;
    background-color: #f4f4f4;
}

.cms-service-box .service-box-img {
    right: 0;
    bottom: 0;
    max-height: 90%;
}

#accordion .panel {
    margin-bottom: 15px;
}

#accordion .panel .card-heading {
    background-color: #bed4e6;
    cursor: pointer;
}

#accordion .panel .card-heading .position-relative>p {
    width: 90%;
}

#accordion .panel .arrow {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#accordion .panel .card-body .upper-content {
    background-color: #e3edf4;
    padding: 20px 45px;
}

#accordion .panel .card-body .upper-content iframe {
    min-width: 100%;
}

#accordion .panel .card-body .content {
    background-color: #f6f6f6;
    border-top: 3px solid #bed4e6;
    padding: 20px 45px;
}

#accordion .carousel-control {
    background-image: none;
}

#accordion .carousel-indicators li {
    width: 120px;
    border: 1px solid #000;
    padding: 5px;
    border-radius: 0;
    height: auto;
    text-indent: inherit;
    margin-right: 0;
    margin: 0;
}

#accordion .carousel-indicators {
    position: relative;
    bottom: 0;
}

.cms-page .image-box {
    padding-bottom: 40px;
    border-bottom: 3px solid #d7d7d7;
    margin-bottom: 40px;
}

.cms-page .image-box>div:first-child {
    margin-bottom: 25px;
}

.cms-page .image-box>div:first-child .round-number {
    font-size: 22px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #d7d7d7;
    margin-right: 10px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
}

.cms-page .image-box>div img {
    width: 100%;
}

.cat-12eedd5ef83751de14e18ef76ced1dfe .mm-category-box,
.cat-15c53be1ed30ca0b6378d845bb048204 .mm-category-box,
.cat-343e20cccb4ec947160cce75893eea7e .mm-category-box,
.cat-46c6e6dd168f40fd6649aba199fdbdf2 .mm-category-box {
    background-color: rgba(255, 255, 255, 0.7);
    right: 50px;
    top: 70% !important;
    width: auto !important;
    padding: 20px 35px;
    left: inherit;
}

.cat-12eedd5ef83751de14e18ef76ced1dfe .mm-category-box .mm-description,
.cat-15c53be1ed30ca0b6378d845bb048204 .mm-category-box .mm-description,
.cat-343e20cccb4ec947160cce75893eea7e .mm-category-box .mm-description,
.cat-46c6e6dd168f40fd6649aba199fdbdf2 .mm-category-box .mm-description {
    margin-bottom: -45px;
}

.cat-12eedd5ef83751de14e18ef76ced1dfe .mm-category-box .mm-description .mm_button,
.cat-15c53be1ed30ca0b6378d845bb048204 .mm-category-box .mm-description .mm_button,
.cat-343e20cccb4ec947160cce75893eea7e .mm-category-box .mm-description .mm_button,
.cat-46c6e6dd168f40fd6649aba199fdbdf2 .mm-category-box .mm-description .mm_button {
    top: 20px;
}

.cat-15c53be1ed30ca0b6378d845bb048204 .mm-category-box,
.cat-d821d5fe50413409e4694937c7114d5c .mm-category-box,
.cat-343e20cccb4ec947160cce75893eea7e .mm-category-box,
.cat-46c6e6dd168f40fd6649aba199fdbdf2 .mm-category-box {
    transform: translateY(-50%) !important;
}

.cat-343e20cccb4ec947160cce75893eea7e .mm-category-box,
.cat-46c6e6dd168f40fd6649aba199fdbdf2 .mm-category-box {
    right: inherit !important;
    left: 5% !important;
    top: 50% !important;
}

.cat-d821d5fe50413409e4694937c7114d5c .mm-category-box {
    top: 80% !important;
}

.cat-46c6e6dd168f40fd6649aba199fdbdf2 .mm-category-box {
    top: 70% !important;
}

.cat-95365b27e58bf3dfd77974f6cfcf7ead .mm-category-box {
    background-color: rgba(255, 255, 255, 0.7);
    top: 20% !important;
    width: auto !important;
    padding: 20px 35px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cat-de2c3e8709f17a0da030cda931eae049 .mm-category-wrapper .mm-category-box {
    position: inherit;
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
}

.cat-de2c3e8709f17a0da030cda931eae049 .mm-category-wrapper .mm-category-box .mm-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
}

.cat-de2c3e8709f17a0da030cda931eae049 .mm-category-wrapper .mm-category-box .mm-title img {
    margin-top: 15px;
}

.cat-de2c3e8709f17a0da030cda931eae049 .mm-category-wrapper .mm-category-box .mm-description {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
}

.color-box {
    padding: 15px;
    background-color: #f6f6f6;
    box-shadow: 1px 1px 10px 1px #e4e4e4;
}

.color-box img.shadow {
    box-shadow: 1px 1px 5px 1px #d7d7d7;
}

.boxwrapper .list-container .lineView .productBox .functions .price.font-bold {
    font-weight: bold;
}

.boxwrapper .list-container .relatedView .productBox .title {
    font-weight: 600;
}

.related-basket-btn {
    background-color: transparent;
    border: 0;
    outline: none;
    padding: 0;
}

#detailsRelated .listDetails .d-inline-block {
    margin-right: 0;
}

#detailsRelated .listDetails .d-inline-block i {
    width: 20px;
    text-align: left;
}

.listing-categories .listing-category .boxwrapper .page-header {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.listing-categories .listing-category .boxwrapper .list-container .lineView .productBox form {
    padding-bottom: 0;
    border-bottom: 0;
}

body.cl-details .tobasket .tobasketFunction {
    text-align: right;
}

.thankYouPage {
    position: relative;
}

.register-form .row.flex-box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.register-form input[type=number]::-webkit-outer-spin-button,
.register-form input[type=number]::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cl-register label.req {
    font-weight: normal;
}

.register-form .blockHead {
    background-color: #f6f6f6;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 22px;
}

body.cl-basket #basketSummary,
body.cl-order #orderEditCart #basketSummary {
    width: 100%;
}

a.teaser-link {
    position: absolute;
}

a.teaser-link.education {
    bottom: 0;
    width: 40%;
    height: 50px;
    left: 110px;
}

a.teaser-link.education+a.teaser-link.education {
    left: inherit;
    right: 15px;
}

.tab-pane.listing-categories .page-header i.fa {
    position: relative;
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
    color: #999;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    text-align: center;
    border: 2px solid #999;
    border-radius: 100%;
    vertical-align: text-bottom;
}

.zfu-icons img {
    height: 95.5px;
    width: auto;
    margin-right: 15px;
}

.lp-zfu-img {
    float: right;
    width: 20%;
}

.lp-zfu-img.small-img {
    width: 10%;
}

.tab-pane.listing-categories .listing-category .boxwrapper .page-header div.tabtitle {
    color: #035ca8;
    font-weight: bold;
    font-size: 14px;
}

.boxwrapper .list-container .infogridView .productBox .picture {
    height: auto;
}

.boxwrapper .list-container .infogridView {
    margin-bottom: 0;
}

.cms-back-btn {
    margin-left: -30px;
}

.cms-back-btn a {
    display: inline-block;
    padding: 20px 30px;
    color: #000;
    font-size: 16px;
    background-color: #f6f6f6;
    font-weight: bold;
}

.cms-back-btn a i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

ol.checkoutSteps li {
    width: 33.3333333333%;
}

#payment img[alt*="mrcash"],
#payment img[alt*="fourb"],
#payment img[alt*="euro6000"],
#payment img[alt*="servired"],
#payment img[alt*="dankort"],
#payment img[alt*="solo"],
#payment img[alt*="cartebleue"],
#payment img[alt*="postepay"],
#payment img[alt*="jcb"],
#payment img[alt*="amex"],
#payment img[alt*="cup"] {
    display: none;
}

.actual-exams a {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.actual-webinar a {
    color: #000;
}

.actual>div[class*="col-"]:first-child,
.actual-exams .flex-direction-column:nth-child(odd) {
    border-right: 1px solid #035ca8;
}

.welcome-box .bottom-box {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
}

.welcome-box .bottom-box .orange-box a,
.bottom-box .orange-box a {
    padding: 0;
    font-size: inherit;
    background-color: inherit;
}

.welcome-box .text-box h3 {
    line-height: normal;
}

.welcome-box .row.bottom-box.flex-box>div .text-box {
    background: #f6f6f6;
    height: 100%;
}

.actual-exams a.blue-button:hover,
.welcome-box .bottom-box a:hover,
.bottom-box a:hover {
    text-decoration: underline;
}

.bottom-box>div[class*="col"],
.welcome-box .bottom-box>div[class*="col"] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.bottom-box .grey-box,
.welcome-box .bottom-box .grey-box {
    height: 100%;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.welcome-box .bottom-box .grey-box ul {
    padding-left: 15px;
}

.bottom-box a,
.welcome-box .bottom-box a {
    width: 100%;
    left: 15px;
}

.image-box .border-wrapper {
    border: 3px solid #f6f6f6;
    position: relative;
    height: 100%;
}

.image-box a {
    background-color: #035ca8;
    color: #fff;
    padding: 10px 17px;
    display: block;
}

.image-box .img {
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    background-position: center bottom;
}

.image-box .text-box .image-box .grey-box {
    padding: 10px 15px;
}

.text-box {
    hyphens: manual;
}

.image-box .grey-box p {
    margin-bottom: 0;
}

.row.image-box>div.teaser .border-wrapper {
    min-height: 326px;
    position: relative;
}

.row.image-box .align-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.flex-direction-column {
    flex-direction: column;
}

.link-alternate-box a {
    color: #fff;
    padding: 10px;
    display: block;
    margin-bottom: 15px;
}

.link-alternate-box .red-btn {
    background-color: #e20018;
}

.link-alternate-box .grey-btn {
    background-color: #dce1e6;
}

.highlight-red {
    color: #e20018;
}

.highlight-red.header-note {
    font-weight: bold;
    padding: 0 15px;
    margin-top: 20px;
}

.lego-education-teaser>div {
    float: left;
}

.lego-education-teaser .teaser-title {
    position: relative;
}

.lego-education-teaser .teaser-title:before,
.lego-education-teaser .teaser-title:after {
    content: "";
    display: block;
    right: 0;
    position: absolute;
}

.lego-education-teaser .blue .teaser-title:before,
.lego-education-teaser .blue .teaser-title:after {
    border-left: 16px solid transparent;
}

.lego-education-teaser .green .teaser-title:before,
.lego-education-teaser .green .teaser-title:after {
    border-left: 16px solid transparent;
}

.lego-education-teaser .green .teaser-title:before {
    border-top: 37px solid #00afef;
    top: 0;
}

.lego-education-teaser .blue .teaser-title:after,
.lego-education-teaser .green .teaser-title:after {
    border-bottom: 37px solid #00afef;
    bottom: 0;
}

.lego-education-teaser .blue .teaser-title:after {
    border-bottom: 37px solid #ffc001;
    bottom: 0;
}

.lego-education-teaser .blue .teaser-title:before {
    border-top: 37px solid #ffc001;
    top: 0;
}

.lego-education-teaser {
    display: flex;
}

.lego-education-teaser {
    margin-top: 30px;
}

.lego-education-teaser .teaser-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lego-education-teaser .lego-teaser-button {
    padding: 15px;
    margin-bottom: 0;
    color: #ffffff;
    border: none;
    width: 100%;
}

.lego-education-teaser>div,
.lego-education-teaser>div>div {
    flex-direction: column;
}

.lego-education-teaser .width-40 .blue,
.lego-education-teaser .width-40 .yellow,
.lego-education-teaser .width-40 .blue>div.flex-box,
.lego-education-teaser .width-40 .yellow>div.flex-box {
    flex: 1;
}

.lego-education-teaser>div>div>.flex-box div[class*="col-"],
.lego-education-teaser>div>div>.flex-box div[class*="col-"] a {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lego-education-teaser .green .teaser-title,
.lego-education-teaser .green .lego-teaser-button {
    background-color: #93d04f;
}

.lego-education-teaser .blue .teaser-title,
.lego-education-teaser .blue .lego-teaser-button {
    background-color: #00afef;
}

.lego-education-teaser .blue .colored-text {
    color: #00afef;
}

.lego-education-teaser>div>div.yellow {
    border-color: #ffc001;
}

.lego-education-teaser .yellow .teaser-title,
.lego-education-teaser .yellow .lego-teaser-button {
    background-color: #ffc001;
}

.lego-education-teaser .yellow .colored-text {
    color: #ffc001;
}

.lego-education-teaser img {
    padding: 15px 0;
    max-height: 215px;
    margin: 0 auto;
}

.empa-three-block,
.fivecolumns {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}

.empa-three-block [class*="col-"],
.fivecolumns [class*="col-"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 0 5px;
}

.fivecolumns [class*="col-"] {
    width: 20%;
}

.fivecolumns .col-lg-2 img {
    margin-bottom: 10px;
}

.grey-block {
    background-color: #f6f6f6;
    padding: 10px;
    height: 100%;
    word-wrap: break-word;
}

.grey-block .title {
    min-height: 40px;
}

#empa_gallery {
    text-align: center;
}

#empa_gallery img {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
}

#empa_gallery>a>p {
    position: relative;
}

#empa_gallery>a>p:after {
    content: "\f002";
    font-size: 18px;
    background-color: rgba(141, 141, 141, 0.61);
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    width: 20%;
    margin: 0px 40%;
    padding: 5%;
}

.empa-single-block .grey-block,
.empa-three-block .grey-block {
    padding: 20px;
}

.empa-three-block a.blue-button {
    bottom: 15px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    padding: 10px 17px;
    background-color: #035ca8;
    color: #fff;
    position: absolute;
}

.empa-single-block ul,
.empa-three-block ul {
    padding-left: 15px;
}

.empa-banner-block {
    position: relative;
}

.empa-banner-block p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    left: 15px;
}

.empa-title {
    font-size: 18px;
}

.head-gray {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 15px;
    background-color: #e4e4e4;
    margin-bottom: 15px;
}

.footer-red {
    font-size: 14px;
    padding: 17px 10px 17px 10px;
    background-color: #e20018;
    text-align: center;
    color: white;

}


.category-site .footer-red {
    font-size: 14px;
    padding: 17px 10px 17px 10px;
    background-color: #e20018;
    text-align: left;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-grey {
    font-size: 18px;
    padding: 10px 10px 10px 10px;
    background-color: #e4e4e4;
    text-align: center;
    color: black;
    min-height: 70px;
}

.footer-transparent {
    font-size: 18px;
    background-color: transparent;
    text-align: left;
    color: black;
    min-height: 70px;
    padding: 15px 10px;
}

.footer-blue {
    font-size: 14px;
    padding: 17px 10px 17px 10px;
    background-color: #035ca8;
    text-align: center;
    color: white;
}

.category-site .footer-blue {
    font-size: 14px;
    padding: 17px 10px 17px 10px;
    background-color: #035ca8;
    text-align: left;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-red P {
    color: black;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-red b {
    font-size: 18px;
}

A .head-gray {
    color: black;
}

A .footer-grey p {
    margin: 0;
}

A .footer-blue p {
    margin: 0;
}

A .footer-red P {
    color: white;
}

A .footer-red b {
    color: white;
}

.primary-school a,
.secondary-school a {
    margin-bottom: 15px;
    display: block;
    padding-top: 15px;
    position: relative;
    border: 1px solid #d7d7d7;
}


.related-products a {
    margin-bottom: 15px;
    display: block;
    padding-top: 15px;
    position: relative;
    border: 1px solid #d7d7d7;
}

/*.footer-red i {*/
/*    margin-left: 10px;*/
/*}*/

.related-products a:hover,
.primary-school a:hover,
.secondary-school a:hover {
    text-decoration: none;
}

.related-products a:hover .footer-blue p,
.primary-school a:hover .footer-blue p,
.secondary-school a:hover .footer-blue p,
.related-products a:hover .footer-red p,
.primary-school a:hover .footer-red p,
.secondary-school a:hover .footer-red p {
    text-decoration: underline;
}

.related-products .img-container,
.primary-school .img-container,
.secondary-school .img-container {
    position: relative;
}

.secondary-school>div.col-lg-6:nth-child(even) {
    padding-right: 10px;
}

.secondary-school>div.col-lg-6 {
    padding: 0;
}

.related-products img,
.primary-school img,
.secondary-school img {
    height: 175px;
    width: auto;
    margin: 0 auto;
}

.related-products .footer-grey {
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    background-color: #e4e4e4;
    text-align: left;
    color: black;
    min-height: 105px;
}

.related-products .footer-blue {
    text-align: left;
}

.related-products>div>p:first-child {
    font-size: 18px;
    margin-bottom: 20px;
}

.button-new {
    background-color: #e20018;
    color: #fff;
}

.button-exclusive,
.button-new {
    padding: 5px 20px;
    position: absolute;
    top: 0px;
}

.button-exclusive {
    text-align: center;
}

.empa-signs img {
    width: 50%;
    float: left;
}

.lego-banner-lg .banner-text-lg {
    top: 30%;
    right: 5%;
    font-size: 130%;
}

.lego-banner-lg .banner-text-lg,
.lego-banner-lg .banner-text-lg a {
    color: #fff;
}

.lego-banner-lg .banner-text-xs {
    bottom: 17%;
    left: 7%;
    font-size: 200%;
}

.promo-categories .promo-category[data-category="school"] .promo-category-news.category-feed,
.promo-categories .promo-category[data-category="education"] .promo-category-news.category-feed,
.promo-categories .promo-category[data-category="university"] .promo-category-news.category-feed,
.promo-categories .promo-category[data-category="further-education"] .promo-category-news.category-feed {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
}

.news-feed-grey-box .news-feed-title {
    height: auto;
}

.bottom-box.flex-box [class*="col-"]:not(.normal) .grey-box p:first-child {
    min-height: 65px;
}

.news-feed-grey-box p:nth-child(3) {
    height: auto;
    overflow: hidden;
    margin-top: auto;
}

.promo-category-news p:nth-child(4),
.promo-category-news p:nth-child(5),
.news-feed-grey-box p:nth-child(4),
.news-feed-grey-box p:nth-child(5) {
    display: none;
}

.listDetails #linkToNoticeList:hover,
.list-container #loginToNotice:hover {
    text-decoration: none;
}

.fa-arrow-right {
    width: 12px;
    line-height: 20px;
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
    background-color: transparent;
    opacity: 1;
    border-radius: 0;
    text-indent: 0;
}

.flexslider .flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider .flex-direction-nav .flex-next {
    right: 0;
}

.flexslider .flex-direction-nav .flex-prev::before,
.flexslider .flex-direction-nav .flex-next::before {
    color: #b4b4b4;
}

.flex-direction-nav a {
    height: 30px;
    transform: translateY(-50%);
    margin: 0;
}

.flexslider .flex-direction-nav .flex-prev::before {
    padding-left: 0;
}

.flexslider .flex-direction-nav .flex-next::before {
    padding-right: 0;
}

body.cl-details .detailsInfo>.row {
    border-bottom: 0;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

body.cl-alist .boxwrapper {
    margin-top: 0;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

body.cl-details #morePicsContainer a.selected img {
    border: 2px solid #035ca8;
}

.form.search .input-group {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.form.search input.form-control {
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.form.search .input-group-btn button {
    background: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.row.refineParams {
    margin-left: -30px;
    margin-right: -30px;
}

.ccm-settings-summoner {
    display: none !important;
}
