/* === PROMO BANNERS === */
.SpecificationCode {
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  border-radius: 10px;
  cursor: pointer; }

.view-detail .PROMO .thumburl-wrapper .SpecificationCode {
  background-image: url("Images/promo.png");
  background-size: 100%; }

.article-line-item .PROMO .thumburl-wrapper .SpecificationCode {
  background-image: url("Images/promo-thumb.png");
  background-size: 100%; }

.view-thumbnail .PROMO .thumburl-wrapper .SpecificationCode {
  background-image: url("Images/promo-thumb.png");
  background-size: 100%; }

/* TABLE OF CONTENT 
    1. CUSTOM HEADER
    2. CUSTOM FOOTER
    3. KEEP FOOTER ALWAYS BELOW
    4. DNN MENU + LOGO
    5. SEARCH PANE
    6. GENERAL
    7. HOME
    8. HTML MODULES
    9. GUEST VS USER
    10. CATALOG GENERAL
    11. LOGIN MODAL
    17. HOME / LOGIN PAGE
*/
/* === 1. CUSTOM HEADER === */
.row.headerrow {
  margin: 0 !important; }

.custom-header-robri {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  background-color: #333;
  color: white;
  line-height: 30px;
  font-size: 15px; }
  @media (min-width: 900px) {
    .custom-header-robri {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (min-width: 1200px) {
    .custom-header-robri {
      padding-left: 10%;
      padding-right: 10%; } }
  @media (min-width: 1600px) {
    .custom-header-robri {
      padding-left: 20%;
      padding-right: 20%; } }
  .custom-header-robri a {
    color: white; }
  .custom-header-robri .header-mail i {
    margin-right: 5px; }
  .custom-header-robri .header-phone {
    margin-left: 1em; }
    .custom-header-robri .header-phone i {
      margin-right: 5px; }
  .custom-header-robri .information-div {
    display: flex;
    flex-wrap: wrap;
    text-align: right; }
  .custom-header-robri .login-div {
    padding: 0 29px 0 1.3em;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    order: 1;
    /*flex-grow: 1;*/
    justify-content: flex-end; }
    .custom-header-robri .login-div div {
      display: inline-block; }
    .custom-header-robri .login-div li {
      list-style: none; }
  .custom-header-robri .header-buttons {
    border-right: 1px solid white;
    padding-right: 1.3em;
    margin-left: 1em;
    height: calc(100% - 10px);
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .custom-header-robri .header-buttons a {
      /*margin-left: 1em;*/
      text-align: center; }

/* === 2. CUSTOM HEADER === */
footer {
  border: none !important;
  position: fixed;
  width: 100%;
  bottom: 0;
  color: red;
  font-size: 10px;
  background-color: black;
  /*    .footer-content {
        width: 100%;
        color: red;
        font-size: 10px;
        background-color: black;*/ }
  footer .navigation-div, footer copyright-div {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 900px) {
      footer .navigation-div, footer copyright-div {
        padding-left: 5%;
        padding-right: 5%; } }
    @media (min-width: 1200px) {
      footer .navigation-div, footer copyright-div {
        padding-left: 10%;
        padding-right: 10%; } }
    @media (min-width: 1600px) {
      footer .navigation-div, footer copyright-div {
        padding-left: 20%;
        padding-right: 20%; } }
  footer .copyright-div {
    color: #333333;
    text-align: center;
    height: 30px;
    line-height: 30px; }
    footer .copyright-div .website-realisation {
      margin-left: 1em;
      margin-right: 1em;
      padding-left: 1em;
      border-left: 1px solid white; }
    footer .copyright-div a {
      font-size: 15px;
      color: #333333;
      margin-left: 1em;
      text-align: center; }
    footer .copyright-div i {
      color: #333333; }
  footer .navigation-div {
    background: #333333;
    color: white !important;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 14px; }
    footer .navigation-div .large-logo {
      text-align: center; }
      footer .navigation-div .large-logo img {
        width: 50%; }
    footer .navigation-div .all-links {
      margin-top: 1em; }
      footer .navigation-div .all-links p {
        margin-bottom: 10px; }
      footer .navigation-div .all-links a {
        color: white;
        font-size: 14px !important; }
  footer p {
    margin-bottom: 10px; }
  footer a {
    color: white !important;
    font-size: 14px !important; }

/* === 3. KEEP FOOTER ALWAYS BELOW === */
html, body {
  margin: 0;
  padding: 0; }

body, body > #Form {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

#siteWrapper {
  display: flex;
  flex: 1; }

#topHeader {
  top: 0px;
  display: flex; }

footer {
  bottom: 0px;
  display: flex !important;
  position: initial !important;
  flex-direction: column; }

#siteWrapper {
  flex-grow: 1; }

/* === 4. DNN MENU + LOGO === */
/*header.custom-header {
    background: $primaryColor1;
}*/
#mainHeader-inner {
  padding: 0 !important; }
  #mainHeader-inner .logo-in-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: center;*/
    flex-grow: 1; }
    #mainHeader-inner .logo-in-menu img {
      max-height: 62px; }
  #mainHeader-inner .navbar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    /*        ul > li > a {
            color: white !important;
        }*/
    /*        ul > li.dropdown.open > a {
            background: $primaryColor2 !important;
        }*/
    /*        .dropdown-menu, .dropdown-menu:focus {
            background: $primaryColor1 !important;
        }

        .dropdown-menu a:focus, .dropdown-menu a:hover {
            background: $primaryColor1 !important;
        }*/ }
    @media (min-width: 900px) {
      #mainHeader-inner .navbar {
        padding-left: 5%;
        padding-right: 5%; } }
    @media (min-width: 1200px) {
      #mainHeader-inner .navbar {
        padding-left: 10%;
        padding-right: 10%; } }
    @media (min-width: 1600px) {
      #mainHeader-inner .navbar {
        padding-left: 20%;
        padding-right: 20%; } }
    #mainHeader-inner .navbar .DimashopMenuRobri {
      margin: 0 !important;
      display: flex !important;
      align-items: center; }
    #mainHeader-inner .navbar li {
      max-height: 50px; }
    #mainHeader-inner .navbar .dropdown-menu a {
      color: #00d054; }
    #mainHeader-inner .navbar .dropdown-menu {
      border: none;
      border-top: 2px solid #00d054; }
    #mainHeader-inner .navbar .navbar-nav > .open > a, #mainHeader-inner .navbar .navbar-nav > .open > a {
      background-color: transparent;
      color: #00d054; }
    #mainHeader-inner .navbar i {
      font-size: 1.3em; }

/* === 5. SEARCH PANE === */
#searchpane {
  background: #0066cc;
  display: flex;
  height: auto !important;
  margin-bottom: 10px;
  padding: 5px 20%;
  /*    div:first-of-type {
        flex: 1;
    }*/ }
  #searchpane div {
    display: inline-block;
    margin: 10px; }
  #searchpane div:last-of-type {
    flex: 1; }
  #searchpane .searchpane-text {
    color: white;
    line-height: 34px;
    font-size: 1.5em; }

/* === 6. GENERAL ==== */
.angularapp-wrapper-small {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 900px) {
    .angularapp-wrapper-small {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (min-width: 1200px) {
    .angularapp-wrapper-small {
      padding-left: 10%;
      padding-right: 10%; } }
  @media (min-width: 1600px) {
    .angularapp-wrapper-small {
      padding-left: 20%;
      padding-right: 20%; } }

/* === 7. HOME ===*/
.home-image-background {
  height: 1px;
  width: 100%;
  margin-bottom: 1em; }
  .home-image-background img {
    visibility: hidden;
    height: auto;
    max-width: 100%;
    position: absolute; }

.app-active-homeapp .home-image-background img {
  visibility: visible !important; }

.html-module-home .bx-controls {
  display: none !important; }

.html-module-home .static-home-app {
  margin-top: 25%;
  background-color: white; }
  .html-module-home .static-home-app .group-div {
    padding: 5px;
    text-align: center;
    /*width: 20%;*/
    flex-grow: 1;
    flex-basis: 0;
    min-width: 150px; }
  .html-module-home .static-home-app .user-text p {
    font-size: 1.3em;
    padding: 10px;
    margin: 0; }
  .html-module-home .static-home-app .user-text a {
    margin-left: 10px; }
  .html-module-home .static-home-app .user-info-links {
    margin-top: 1em; }

.html-module-home .middle-block {
  margin-top: 3em; }

.html-module-home .brands {
  margin-top: 3em;
  border-top: 1px solid #baaeae;
  padding-top: 3em; }
  .html-module-home .brands .bx-wrapper {
    height: 150px; }
  .html-module-home .brands img {
    max-height: 150px;
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .html-module-home .brands .image-placeholder {
    text-align: center;
    height: 150px;
    line-height: 150px; }

/* === 8. HTML MODULES === */
.custom-html-modules-style {
  /* Style the tab */
  /* Style the buttons that are used to open the tab content */
  /* Change background color of buttons on hover */
  /* Create an active/current tablink class */
  /* Style the tab content */ }
  .custom-html-modules-style a {
    color: #0066cc; }
  .custom-html-modules-style .home-article-image {
    margin-bottom: 15px; }
  .custom-html-modules-style .home-title1 {
    font-size: 1.5em;
    font-family: Adam_Ladd_-_Config_Alt_Light !important;
    color: #0066cc;
    display: block;
    margin-bottom: 0.5em; }
  .custom-html-modules-style .home-title2 {
    font-size: 1em;
    color: #baaeae;
    display: block;
    margin-bottom: 0.5em; }
  .custom-html-modules-style .green-button {
    background-color: yellowgreen;
    color: white;
    padding: 10px;
    border-radius: 8px;
    display: inline-block; }
  .custom-html-modules-style .home-button {
    background-color: #E77C25;
    color: white;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    font-size: 1.3em; }
  .custom-html-modules-style .spacer {
    margin-bottom: 1em; }
  .custom-html-modules-style .news-title {
    font-size: 2em;
    color: #193c6a;
    display: block;
    margin-bottom: 0.5em; }
  .custom-html-modules-style .news-description {
    font-size: 1.5em;
    color: #baaeae;
    display: block;
    margin-bottom: 0.5em; }
  .custom-html-modules-style .news-article-title {
    color: #193c6a;
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0.5em; }
  .custom-html-modules-style .tab {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    overflow: hidden; }
  .custom-html-modules-style .tab button {
    background-color: inherit;
    border: none;
    cursor: pointer;
    float: left;
    padding: 14px 16px;
    outline: none;
    transition: 0.3s; }
  .custom-html-modules-style .tab button:hover {
    background-color: white; }
  .custom-html-modules-style .tab button.active {
    color: white;
    background-color: #c8102e; }
  .custom-html-modules-style .tabcontent {
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    padding: 6px 12px; }
  .custom-html-modules-style .border {
    width: 90%;
    display: block;
    border-top: 1px dotted black;
    margin-left: 5%;
    padding-bottom: 1em; }
  .custom-html-modules-style .space-1em {
    display: block;
    padding-bottom: 1em;
    width: 100%; }

/* === 9. GUEST VS USER === */
.is-guest .show-for-guest {
  position: inherit;
  top: 0;
  left: 0; }

.is-guest .show-for-user {
  position: absolute;
  top: -9999px;
  left: -9999px; }

/* === 10) PROPERTY BLOCK === */
.property-block .property-block-line {
  display: flex;
  font-size: 12px;
  line-height: 20px;
  width: 100%; }
  .property-block .property-block-line .property-block-key {
    font-weight: 700;
    overflow: hidden;
    /*text-overflow: ellipsis;
            white-space: nowrap;*/
    width: 50%; }
  .property-block .property-block-line .property-block-value {
    overflow: hidden;
    /*text-overflow: ellipsis;
            white-space: nowrap;*/
    width: 50%; }

/* === 11) Panel === */
.panel-block .ui-widget-content {
  border: none;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0px; }

.panel-subtitle {
  color: #193c6a;
  font-weight: 600;
  padding-bottom: 5px; }

.panel-header .ui-panel-titlebar {
  background-color: #0066cc;
  box-sizing: border-box;
  color: white;
  font-size: 1.25em;
  font-weight: 500;
  height: 40px;
  padding: 10px;
  width: fit-content !important; }

.panel-header .ui-corner-all {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: none; }

.panel-no-header .ui-panel-titlebar {
  background-color: transparent;
  color: transparent; }

.panel-no-header .ui-corner-all {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: none; }

/* === 12. ShoppingCart Button ===*/
.shopping-cart-component {
  display: flex;
  flex-direction: column;
  min-width: 115px;
  /*    .add-button-div button {
        background-color: $highlightColor2 !important;
        -moz-border-radius: $borderRadius !important;
        -webkit-border-radius: $borderRadius !important;
        border-radius: $borderRadius !important;
        width: 100%;
    }*/ }
  .shopping-cart-component .add-button-div .pbutton {
    border: none;
    flex-grow: 1; }
  .shopping-cart-component .add-button-div .pbutton .ui-button-text {
    border-radius: 5px;
    color: white;
    font-weight: 400;
    width: 100%; }
  .shopping-cart-component .add-button-div .pbutton .ui-state-default {
    border: none; }
  .shopping-cart-component .counter-div {
    box-sizing: border-box;
    max-height: 35px;
    padding: 5px 0px; }
  .shopping-cart-component .button-div {
    flex-grow: 1;
    padding: 7px 0px; }

.is-registered .show-for-guest {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.is-registered .show-for-user {
  position: inherit;
  top: 0;
  left: 0; }

/* === 13. Price Styling ===*/
/*.view-detail .totalExl-value {
    float: right;
    margin-top: -1.3em;
}*/
/* === 14. View Detail ===*/
.view-detail .main-title-block {
  background-color: transparent !important;
  color: #0066cc !important;
  font-size: 18px !important;
  font-weight: 600;
  padding: 0.5em 0 !important; }

.view-detail .main-title-block-empty {
  background-color: transparent !important;
  color: transparent !important;
  height: 37px !important; }

.view-detail .main-title-block-inverted {
  background-color: transparent !important;
  color: #0066cc !important;
  font-size: 22px !important;
  padding: 0.5em 0 !important; }

.view-detail .article-comp-detail .thumburl-wrapper {
  max-width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px; }

.view-detail .add-to-shoppingcart {
  margin-bottom: unset !important; }

.view-detail .shopping-cart-component .add-button-div button {
  background-color: #0066cc !important; }

.read-more {
  margin-bottom: 10px; }

.read-more-button {
  background-color: #0066cc;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  color: white;
  padding: 5px 10px;
  width: fit-content; }

/* === 15. Custom Breadcrumb Style ===*/
p-breadcrumb {
  /*    .custom-breadcrumb-style {
        background: $primaryColor1 !important;
    }*/
  /*    .custom-breadcrumb-style {
        li > a {
            color: white !important;
        }
    }*/ }
  p-breadcrumb .fa-chevron-right:before {
    content: '>' !important;
    /*color: white !important;*/ }
  p-breadcrumb .ui-menuitem-text {
    text-transform: none !important; }

@media (min-width: 768px) {
  .left-block {
    width: 33% !important; } }

@media (min-width: 768px) {
  .right-block {
    width: 67% !important; } }

.article-detail-line {
  margin-bottom: 20px; }

/* === 16. View Thumbnail Style ===*/
/*.view-thumbnail {
    .view-thumbnail-panel {
        .ui-panel-content {
            display: flex !important;
            width: 100%;
        }
    }

    .view-thumbnail-hide-price {
        display: none;
    }

    .view-thumbnail-col-6 {
        width: 50% !important;
    }

    .view-thumbnail-stock {
        width: 100% !important;
    }
}*/
.article-document {
  display: flex;
  height: 35px; }
  .article-document .article-document-image {
    height: 30px;
    width: 30px; }
  .article-document .article-document-text {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    width: 100%; }

p-responcive-listbox .ui-listbox {
  border: none !important; }

p-responcive-listbox .ui-listbox-icon {
  color: rgba(0, 0, 0, 0.2) !important;
  display: unset !important;
  float: left;
  font-size: 22px;
  padding: 0px 5px; }

p-responcive-listbox .ui-listbox-item {
  color: #0066cc !important;
  font-size: 14px; }

p-responcive-listbox .ui-widget-header {
  background-color: #fff !important;
  color: #0066cc !important;
  border: none !important; }

.ui-title-banner {
  background: #0066cc;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  width: 100%; }

.available-stock-label {
  display: none !important; }

.stock-warehouse-available {
  margin-left: 8px; }

.article-line-detail-colomn .primary-section {
  flex-grow: 2; }

.article-line-item add-to-shoppingcart-component .counter-div {
  width: 100%; }

/* 11. LOGIN MODAL */
.dnnSendPassword .dnnFormItem {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
  flex-wrap: wrap; }
  .dnnSendPassword .dnnFormItem input {
    flex: 1; }

.dnnSendPassword .dnnActions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-top: 0px;
  width: 550px; }

#dnn_ctr_SendPassword_liSend, #dnn_ctr_SendPassword_liCancel {
  font-size: 1em; }

#dnn_ctr_SendPassword_cmdSendPassword, #dnn_ctr_SendPassword_cancelButton {
  border: none;
  font-weight: normal;
  box-shadow: none;
  text-shadow: none;
  background: #0066cc !important;
  color: white !important;
  padding: 10px;
  display: inline-block;
  border-radius: 20px;
  font-size: 1.3em;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 10px; }

#dnn_ctr_Login_pnlLogin a:not(#dnn_ctr_Login_Login_DNN_passwordLink) {
  border: none;
  font-weight: normal;
  box-shadow: none;
  text-shadow: none;
  background: #0066cc !important;
  color: white !important;
  padding: 10px;
  display: inline-block;
  border-radius: 20px;
  font-size: 1.3em;
  padding-left: 1em;
  padding-right: 1em;
  /*margin-top: 10px;*/
  flex-grow: 1; }

#dnn_ctr_Login_pnlLogin #dnn_ctr_Login_Login_DNN_liRegister {
  font-size: 100% !important;
  /*margin-top: 0;*/ }

#dnn_ctr_Login_pnlLogin a#dnn_ctr_Login_Login_DNN_registerLink {
  background-color: #e0e0e0 !important;
  color: #666 !important;
  font-size: 1.3em !important; }

#dnn_ctr_Login_pnlLogin #dnn_ctr_Login_Login_DNN_passwordLink {
  border: none;
  background: white;
  font-size: small;
  box-shadow: none;
  font-weight: normal; }

#dnn_ctr_Login_pnlLogin .dnnFormItem {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
  flex-wrap: wrap; }

#dnn_ctr_Login_pnlLogin .dnnFormItem input {
  flex: 1; }

#dnn_ctr_Login_pnlLogin #lblLoginRememberMe {
  display: block;
  width: 100%;
  padding: 10px 0; }

#dnn_ctr_Login_pnlLogin #dnn_ctr_Login_Login_DNN_passwordLink {
  display: block;
  align-self: flex-end;
  margin: 0;
  text-align: right;
  padding: 0; }

.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-titlebar {
  padding: 12px;
  color: #fff; }

/* 17. HOME / LOGIN PAGE */
@media only screen and (max-width: 768px) {
  .wrapper-login {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse; }
    .wrapper-login #dnn_ContentPane, .wrapper-login #dnn_RightPane {
      width: 99%; } }

.Login-Panel {
  max-width: 100%; }

/* Don't show images in the catalog browser on level 3 or more */
/*.groupsviewer-thumbs.level3 img,
.groupsviewer-thumbs.level4 img,
.groupsviewer-thumbs.level5 img,
.groupsviewer-thumbs.level6 img,
.groupsviewer-thumbs.level7 img {
    display: none !important;
}

.groupsviewer-thumbs.level3 .image-wrapper,
.groupsviewer-thumbs.level4 .image-wrapper,
.groupsviewer-thumbs.level5 .image-wrapper,
.groupsviewer-thumbs.level6 .image-wrapper,
.groupsviewer-thumbs.level7 .image-wrapper {
    display: none !important;
}

.groupsviewer-thumbs.level3 .group-thumb-div,
.groupsviewer-thumbs.level4 .group-thumb-div,
.groupsviewer-thumbs.level5 .group-thumb-div,
.groupsviewer-thumbs.level6 .group-thumb-div,
.groupsviewer-thumbs.level7 .group-thumb-div {
    background: #193c6a;
    background-clip: content-box;
}

.groupsviewer-thumbs.level3 .group-thumb-div p,
.groupsviewer-thumbs.level4 .group-thumb-div p,
.groupsviewer-thumbs.level5 .group-thumb-div p,
.groupsviewer-thumbs.level6 .group-thumb-div p,
.groupsviewer-thumbs.level7 .group-thumb-div p {
    margin: 20px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.groupsviewer-thumbs.level3 .group-thumb-div,
.groupsviewer-thumbs.level4 .group-thumb-div,
.groupsviewer-thumbs.level5 .group-thumb-div,
.groupsviewer-thumbs.level6 .group-thumb-div,
.groupsviewer-thumbs.level7 .group-thumb-div {
    color: white !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}*/
.shopping-cart-component .add-button-div .pbutton {
  width: 100%; }

.view-detail .shopping-cart-component .add-button-div .disabled button {
  background-color: #baaeae !important; }

.social-icon {
  height: 50px; }

/* Style 'brand' on article detail */
.view-detail .secondary-title-block {
  background: #7a97aa !important;
  font-size: 14px !important;
  margin-top: 10px !important;
  /*    margin-left: 7px !important;*/
  padding: 2px 10px !important;
  border-radius: 2px !important; }

/* Article detail */
.article-comp-detail {
  margin: 12px 0; }

.basic-info {
  margin: 12px 0; }

/* Other */
.ui-autocomplete-token-label-wrapper {
  margin: 2px !important; }

.price-section {
  line-height: 1.3em; }

.primary-section .p-col-6, .primary-section .p-col-12 {
  padding-top: 0.1em;
  padding-bottom: 0.1em; }

.article-name {
  font-weight: 600; }

user-timeout-dialog .action-button {
  border: none;
  background: #0066cc !important;
  color: white !important;
  display: inline-block;
  border-radius: 20px; }

.registerGroup ul, .registerGroup li {
  display: inline; }

.robri-order-thanks-header {
  font-weight: 600;
  font-size: 1.4em;
  margin: 5px; }

.robri-order-thanks-subheader {
  font-style: italic;
  margin-bottom: 16px; }

/* Mobile */
@media only screen and (max-width: 576px) {
  #siteWrapper {
    padding: 0; }
  #searchpane {
    border-radius: 0;
    padding: 0; }
  .custom-header-robri {
    justify-content: initial; }
    .custom-header-robri .login-div {
      flex-grow: 1; }
    .custom-header-robri .header-mail .text, .custom-header-robri .header-phone .text {
      display: none; }
    .custom-header-robri .header-buttons {
      border-right: none;
      margin-right: 0; }
  .home-image-background {
    display: none; }
  .html-module-home .static-home-app {
    margin-top: 0; }
    .html-module-home .static-home-app .group-div img {
      width: 65%; }
    .html-module-home .static-home-app .group-div p {
      line-height: 1em; }
  .navigation-mobile #sideNav .nav .fa {
    display: none; }
  .add-to-shopping-cart {
    margin: 0 !important; }
  .shopping-cart-export, .shopping-cart-import {
    display: none; }
  .custom-table-layout td {
    display: flex !important; }
    .custom-table-layout td p-table-responsive-title {
      min-width: 38%;
      width: 38%; }
  .custom-table-layout .quantity {
    max-width: initial !important; }
  .go-to-favorites-export {
    display: none; }
  .news-article-title + .text {
    display: none; }
  .user-info-links {
    display: none; }
  .shopping-cart-overlay .ui-overlaypanel {
    left: 50% !important;
    transform: translate(-50%, 0); }
  .searchpane-text {
    display: none !important; }
  groupsviewer-component .group-thumb-div {
    width: 50% !important; } }

.filter-div .header-text {
  font-size: 14px;
  font-weight: bold; }

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnFormLabel {
  /*display: none !important;*/
  width: 0;
  margin: 0; }

.dnnFormItem > label.dnnFormLabel, .dnnFormItem > span.dnnFormLabel {
  margin: 0;
  width: 40%; }

.navigation-website {
  /*background-color: rgb(25, 60, 106) !important;*/ }
  @media only screen and (max-width: 768px) {
    .navigation-website {
      display: none !important; } }

.navigation-mobile .show-menu-btn {
  background: none !important;
  border: none !important;
  display: block !important;
  height: initial !important;
  width: initial !important;
  margin: 0 !important;
  position: initial !important;
  top: initial !important; }

@media only screen and (max-width: 768px) {
  #mainHeader-inner .navigation-mobile {
    display: flex !important;
    justify-content: space-between;
    padding: 0 15px;
    height: 70px; }
    #mainHeader-inner .navigation-mobile .show-menu-btn {
      width: 50px; }
    #mainHeader-inner .navigation-mobile .shopping-cart-link {
      width: 50px; }
  #mainHeader-inner .logo-in-menu {
    justify-content: center; } }

/*.fa-bars {
    color: white;
}*/
.navigation-mobile > .shopping-cart-link {
  display: flex;
  justify-content: center;
  align-items: center; }
  .navigation-mobile > .shopping-cart-link .menu-shopping-cart-item {
    color: black; }
  .navigation-mobile > .shopping-cart-link .fa {
    font-size: 2.5em; }

.read-more-text {
  color: white;
  background-color: #0066cc;
  display: inline-block;
  padding: 5px 12px !important;
  border-radius: 20px;
  margin-top: 10px; }

/* Paginator */
.ui-paginator-element.ui-state-active {
  border-color: white !important;
  background-color: white !important;
  color: black !important; }

.ui-paginator-element {
  color: white !important;
  background-color: #0066cc !important;
  border-color: white !important; }

.navigation-mobile .nav a {
  padding-left: 30px; }

.ui-autocomplete-token {
  border-color: #6ba4b8 !important;
  background: #6ba4b8 !important;
  color: #ffffff !important; }

.overlay {
  pointer-events: none !important; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("/Portals/_default/Common/fonts/SourceSansPro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: 900; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("/Portals/_default/Common/fonts/SourceSansPro/SourceSansPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("/Portals/_default/Common/fonts/SourceSansPro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: 700; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("/Portals/_default/Common/fonts/SourceSansPro/SourceSansPro-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("/Portals/_default/Common/fonts/SourceSansPro/SourceSansPro-ExtraLight.ttf") format("truetype");
  font-weight: 200; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("/Portals/_default/Common/fonts/SourceSansPro/SourceSansPro-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("/Portals/_default/Common/fonts/SourceSansPro/SourceSansPro-Italic.ttf") format("truetype");
  font-style: italic; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("/Portals/_default/Common/fonts/SourceSansPro/SourceSansPro-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("/Portals/_default/Common/fonts/SourceSansPro/SourceSansPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("/Portals/_default/Common/fonts/SourceSansPro/SourceSansPro-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'SourceSansPro';
  src: url("/Portals/_default/Common/fonts/SourceSansPro/SourceSansPro-SemiBold.ttf") format("truetype");
  font-weight: 600; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("/Portals/_default/Common/fonts/SourceSansPro/SourceSansPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-family: SourceSansPro !important; }

div, span:not(.fa), applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i:not(.fa), center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: SourceSansPro !important; }

/* General variables */
/* Component specific variables*/
/* ==============================================================
     FILE: GENERAL*/
.wrapper-login {
  display: flex;
  justify-content: center; }
  .wrapper-login .content-login, .wrapper-login .right-column-login {
    width: 49%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    padding: 15px;
    box-shadow: 0px 4px 9px 0px #e2e1e1;
    background: #f4f4f4; }
  .wrapper-login .content-login .TitleH2 {
    color: black;
    font-size: large; }
  .wrapper-login .dnnPrimaryAction {
    background: #0066cc;
    text-decoration: none;
    text-shadow: none;
    border-color: transparent; }
  .wrapper-login .dnnPrimaryAction:hover {
    background: #00d054;
    text-decoration: none; }
  .wrapper-login .dnnSecondaryAction {
    text-decoration: none; }
  .wrapper-login .dnnLoginActions .dnnSecondaryAction {
    font-size: smaller;
    border: none;
    background: none;
    box-shadow: none;
    text-decoration: underline; }

em, small {
  letter-spacing: 0; }

body, li, p {
  line-height: 1.5em; }

.DNNEmptyPane {
  display: none !important; }

.paneOutline {
  border: 1px dashed #ccc; }

a, a img, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
  border: 0; }

.TB_Wrapper, .TB_Wrapper *, .dnnActionMenu, .dnnActionMenu *, .dnnActionMenu:after, .dnnActionMenu:before, .dnn_mact, .dnn_mact *, .dnn_mact:after, .dnn_mact:before, [id*=ControlPanel], [id*=ControlPanel] *, [id*=ControlPanel]:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

[class*=RadAjaxPanel] *, [class*=Digital] * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

html, li, p {
  font-size: 16px; }

ol.list-unstyled, ol.list-unstyled > li, ul.list-unstyled, ul.list-unstyled > li {
  list-style: none;
  margin: 0; }

ul.row {
  margin-left: -15px;
  margin-right: -15px; }

ol, ul {
  list-style: none; }

ul li {
  list-style-type: disc; }

ul li li {
  list-style-type: circle; }

ol li {
  list-style-type: decimal;
  list-style-position: inside; }

.nav li {
  list-style: none !important; }

a {
  outline: 0 !important; }

ul#myTab {
  padding: 0;
  margin: 0; }

.popover {
  z-index: 999; }

.mark, mark {
  padding: 0;
  background-color: transparent; }

.bs-callout-danger, .bs-callout-info, .bs-callout-primary, .bs-callout-success, .bs-callout-warning {
  display: block;
  padding: 15px 30px 15px 15px; }

body {
  background: #fff;
  color: #333;
  font-size: 13px; }

.CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a:hover, a:link, a:visited, body, h3, h4, h5, h6, input, table, td, th {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; }

.SubHead {
  color: #000; }

Body #Form {
  height: 100%; }

embed, img, object {
  max-width: 100%; }

/*[class*=map] img, [class*=Map] img, [id*=map] img, [id*=Map] img, table img {
    max-width: none !important; 
}*/
img {
  height: auto; }

em {
  font-style: italic; }

strong {
  color: #333;
  font-weight: 700; }

small {
  font-size: 12px; }

a:active, a:link, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

p {
  margin: 0 0 20px; }

ol li > ol li {
  list-style-type: lower-latin; }

.bs-callout-primary {
  margin: 20px 0;
  border-left: 5px solid #337ab7;
  background-color: #dbe9f5; }

.bs-callout-primary h1, .bs-callout-primary h2, .bs-callout-primary h3, .bs-callout-primary h4, .bs-callout-primary h5, .bs-callout-primary h6 {
  margin-top: 0;
  color: #337ab7; }

.bs-callout-primary p:last-child {
  margin-bottom: 0; }

.bs-callout-primary .highlight, .bs-callout-primary code {
  background-color: #fff; }

.bs-callout-danger {
  margin: 20px 0;
  border-left: 5px solid #d9534f;
  background-color: #f4cecd; }

.bs-callout-danger h1, .bs-callout-danger h2, .bs-callout-danger h3, .bs-callout-danger h4, .bs-callout-danger h5, .bs-callout-danger h6 {
  margin-top: 0;
  color: #d9534f; }

.bs-callout-danger p:last-child {
  margin-bottom: 0; }

.bs-callout-danger .highlight, .bs-callout-danger code {
  background-color: #fff; }

.bs-callout-warning {
  margin: 20px 0;
  border-left: 5px solid #f0ad4e;
  background-color: #fceedb; }

.bs-callout-warning h1, .bs-callout-warning h2, .bs-callout-warning h3, .bs-callout-warning h4, .bs-callout-warning h5, .bs-callout-warning h6 {
  margin-top: 0;
  color: #f0ad4e; }

.bs-callout-warning p:last-child {
  margin-bottom: 0; }

.bs-callout-warning .highlight, .bs-callout-warning code {
  background-color: #fff; }

.bs-callout-info {
  margin: 20px 0;
  border-left: 5px solid #5bc0de;
  background-color: #daf1f8; }

.bs-callout-info h1, .bs-callout-info h2, .bs-callout-info h3, .bs-callout-info h4, .bs-callout-info h5, .bs-callout-info h6 {
  margin-top: 0;
  color: #5bc0de; }

.bs-callout-info p:last-child {
  margin-bottom: 0; }

.bs-callout-info .highlight, .bs-callout-info code {
  background-color: #fff; }

.bs-callout-success {
  margin: 20px 0;
  border-left: 5px solid #5cb85c;
  background-color: #c7e6c7; }

.bs-callout-success h1, .bs-callout-success h2, .bs-callout-success h3, .bs-callout-success h4, .bs-callout-success h5, .bs-callout-success h6 {
  margin-top: 0;
  color: #5cb85c; }

.bs-callout-success p:last-child {
  margin-bottom: 0; }

.bs-callout-success .highlight, .bs-callout-success code {
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  color: #020202;
  line-height: 1.3em;
  margin: 0 0 10px; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 500px) {
  html {
    font-size: 14px; } }

@media screen and (min-width: 570px) {
  html {
    font-size: 15px; } }

@media screen and (min-width: 620px) {
  html {
    font-size: 16px; } }

@media screen and (min-width: 680px) {
  html {
    font-size: 17px; } }

@media screen and (min-width: 720px) {
  html {
    font-size: 18px; } }

@media screen and (min-width: 800px) {
  html {
    font-size: 19px; } }

@media screen and (min-width: 860px) {
  html {
    font-size: 20px; } }

@media screen and (min-width: 920px) {
  html {
    font-size: 21px; } }

@media screen and (min-width: 1000px) {
  html {
    font-size: 22px; } }

.buttons-wrapper {
  text-align: center; }

a.cta-button-primary, button.cta-button-primary {
  background: #7ca0c0;
  border: 1px solid #7ca0c0;
  color: #fff;
  transition: background-color 300ms ease-out 0s; }

a.cta-button, a.cta-button-primary, button.cta-button, button.cta-button-primary {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 0 5px 5px 0;
  min-width: 200px;
  padding: 10px 0;
  -webkit-transition: background-color 300ms ease-out 0s;
  -o-transition: background-color 300ms ease-out 0s; }

a.cta-button-primary:hover, button.cta-button-primary:hover {
  background: #91afca;
  border-color: #91afca; }

a.cta-button, button.cta-button {
  background: 0 0;
  border: 1px solid #7ca0c0;
  color: #7ca0c0;
  transition: background-color 300ms ease-out 0s; }

a.cta-button:hover, button.cta-button:hover {
  color: #fff;
  background: #7ca0c0;
  border-color: #91afca; }

.search {
  position: relative;
  min-width: 35px;
  width: 0;
  height: 34px;
  float: right;
  overflow: hidden;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s; }

.search.search-open {
  width: 25%; }

.search.small-screens.search-open {
  width: 100%; }

.search.small-screens.search-open .searchInputContainer input {
  padding: 0 124px 0 20px; }

.searchInputContainer {
  display: block !important; }

.searchInputContainer input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: #dcddd8;
  width: auto;
  height: 34px;
  margin: 0;
  padding: 0 52px 0 20px;
  font-size: 15px; }

.searchInputContainer input::-webkit-input-placeholder {
  color: #818181; }

.searchInputContainer input:-moz-placeholder {
  color: #818181; }

.searchInputContainer input::-moz-placeholder {
  color: #818181; }

.searchInputContainer input:-ms-input-placeholder {
  color: #818181; }

.searchInputContainer a.dnnSearchBoxClearText {
  right: 45px !important; }

.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
  bottom: 2px; }

#search-action, .SearchButton, .search-toggle-icon {
  background: url(images/search.png) center center no-repeat #c3c1c1;
  width: 35px;
  height: 34px;
  display: block;
  position: absolute;
  top: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
  text-indent: -9999px; }

#search-top {
  clear: both;
  width: 100%;
  background: #7CA0C0;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all .1s ease-in-out; }

#search-top.active {
  height: auto;
  padding: 15px 0;
  overflow: visible; }

#search-top span {
  display: inline !important; }

#search-top input {
  background: #fff;
  border: none;
  font-size: 1.2em;
  height: 46px;
  margin: 0 0 0 15px;
  width: 70%; }

#search-top a.SearchButton {
  background: url(images/search.png) center center no-repeat #e0dfdf;
  height: 46px;
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  width: 60px;
  padding: 0;
  top: 5px; }

#search-action {
  display: none;
  float: right;
  height: 34px;
  margin: 0;
  padding: 6px 12px; }

#login {
  padding-right: 10px; }

@media only screen and (max-width: 768px) {
  #search-action {
    display: block; }
  #login {
    padding-right: 21px; } }

@media only screen and (max-width: 500px) {
  ul.searchSkinObjectPreview {
    width: auto;
    min-width: 240px; } }

@media only screen and (max-width: 350px) {
  ul.searchSkinObjectPreview {
    right: -30px; } }

#login .loginGroup, #login .loginGroup *, #login .registerGroup, #login .registerGroup * {
  display: block; }

#login .loginGroup, #login .registerGroup {
  float: right;
  padding: 0;
  margin: 0; }

#login .loginGroup a, #login .registerGroup a {
  display: block;
  position: relative;
  height: 34px;
  min-width: 12px;
  padding: 7px 15px 0;
  color: #3f3f3f;
  font-size: 11px;
  vertical-align: middle; }

#login .loginGroup a:hover, #login .registerGroup a:hover {
  background: #d7d7d7;
  color: #333;
  text-decoration: none; }

#login .loginGroup a:active, #login .registerGroup a:active {
  color: #333; }

#login .loginGroup a strong, #login .registerGroup a strong {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  font-size: 11px;
  text-indent: -9999px; }

#login .registerGroup li {
  float: left;
  line-height: 1.2em; }

#login .registerGroup li:first-child:hover {
  border-left: #222; }

#login .registerGroup .buttonGroup {
  margin-right: 0; }

#login .registerGroup .userProfileImg a {
  min-width: 25px;
  min-height: 32px;
  padding: 0;
  background: 0 0; }

#login .registerGroup a span {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: -9px;
  min-width: 7px;
  margin-right: 3px;
  background: #3b96b6;
  text-align: center;
  font-size: 11px;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #333;
  text-shadow: 0 1px 0 #333; }

#login .registerGroup a img {
  height: 32px;
  width: 32px;
  background: #333; }

#login .userNotifications {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }

#login .userNotifications strong {
  height: 100%;
  background: url(images/notification_icon.png) center center no-repeat; }

#login .userMessages strong {
  height: 100%;
  background: url(images/message_icon.png) center center no-repeat; }

#login .userMessages a, #login .userNotifications a {
  padding: 0 18px; }

#login .userMessages a span, #login .userNotifications a span {
  display: inline-block;
  margin-top: 9px;
  margin-right: 0;
  background-color: transparent;
  font-size: 10px; }

#topHeader {
  background: transparent;
  min-width: 25px;
  min-height: 35px;
  padding: 0;
  top: 0px;
  display: flex; }

#topHeader div.language-object a.Language {
  position: relative;
  height: 34px;
  min-width: 12px;
  padding: 7px 15px 0;
  color: white;
  font-size: 11px;
  vertical-align: middle; }

.custom-header-top {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  background-color: #333;
  color: white;
  line-height: 30px;
  font-size: 15px; }
  @media (min-width: 900px) {
    .custom-header-top {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (min-width: 1200px) {
    .custom-header-top {
      padding-left: 10%;
      padding-right: 10%; } }
  @media (min-width: 1600px) {
    .custom-header-top {
      padding-left: 20%;
      padding-right: 20%; } }
  .custom-header-top a {
    color: white; }
  .custom-header-top .header-mail i {
    margin-right: 5px; }
  .custom-header-top .header-phone {
    margin-left: 1em; }
    .custom-header-top .header-phone i {
      margin-right: 5px; }
  .custom-header-top .information-div {
    display: flex;
    flex-wrap: wrap;
    text-align: right; }
  .custom-header-top .login-div {
    padding: 0 29px 0 1.3em;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    order: 1;
    /*flex-grow: 1;*/
    justify-content: flex-end; }
    .custom-header-top .login-div div {
      display: inline-block; }
    .custom-header-top .login-div li {
      list-style: none; }
  .custom-header-top .header-buttons {
    border-right: 1px solid white;
    padding-right: 1.3em;
    margin-left: 1em;
    height: calc(100% - 10px);
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .custom-header-top .header-buttons a {
      /*margin-left: 1em;*/
      text-align: center; }

header {
  background: #fff; }

#mainHeader-inner {
  padding: 0; }
  #mainHeader-inner .logo-in-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: center;*/
    flex-grow: 1; }
    #mainHeader-inner .logo-in-menu img {
      max-height: 62px; }
  #mainHeader-inner .navbar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    /*
        ul > li.dropdown.open > a {
            background: $primaryColor2;
        }

        .dropdown-menu, .dropdown-menu:focus {
            background: $primaryColor1;
        }

        .dropdown-menu a:focus, .dropdown-menu a:hover {
            background: $primaryColor1;
        }*/ }
    @media (min-width: 900px) {
      #mainHeader-inner .navbar {
        padding-left: 5%;
        padding-right: 5%; } }
    @media (min-width: 1200px) {
      #mainHeader-inner .navbar {
        padding-left: 10%;
        padding-right: 10%; } }
    @media (min-width: 1600px) {
      #mainHeader-inner .navbar {
        padding-left: 20%;
        padding-right: 20%; } }
    #mainHeader-inner .navbar .DimashopMenuCommon {
      margin: 0;
      display: flex;
      align-items: center; }
    #mainHeader-inner .navbar ul > li > a {
      color: #000000; }
    #mainHeader-inner .navbar li {
      max-height: 50px; }
    #mainHeader-inner .navbar .dropdown-menu a {
      color: #00d054; }
    #mainHeader-inner .navbar .dropdown-menu {
      border: none;
      border-top: 2px solid #00d054; }
    #mainHeader-inner .navbar .navbar-nav > .open > a, #mainHeader-inner .navbar .navbar-nav > .open > a {
      background-color: transparent;
      color: #00d054; }
    #mainHeader-inner .navbar i {
      font-size: 1.3em; }

#mainHeader-border {
  background: #8fb299;
  height: 5px; }

#logo {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px; }

.navbar .brand {
  float: left;
  padding: 0 !important;
  /*max-width: 120px*/ }

@media only screen and (max-width: 768px) {
  .main-navigation {
    height: auto;
    width: 100%; }
  nav {
    display: none; }
  a.mobile-nav-btn {
    display: block;
    float: right;
    width: 50px;
    height: 46px;
    margin-top: 15px;
    text-align: center;
    color: #383838; }
  a.mobile-nav-btn:hover {
    text-decoration: none; }
  #navbar-top-wrapper {
    clear: both;
    position: relative; }
  #navbar {
    float: none !important; } }

@media only screen and (min-width: 767px) {
  #navbar {
    float: right; } }

/* === 5. SEARCH PANE === */
#searchpane {
  background: #0066cc;
  display: flex;
  height: auto !important;
  margin-bottom: 10px;
  padding: 5px 20%;
  /*    div:first-of-type {
        flex: 1;
    }*/ }
  #searchpane div {
    display: inline-block;
    margin: 10px; }
  #searchpane div:last-of-type {
    flex: 1; }
  #searchpane .searchpane-text {
    color: white;
    line-height: 34px;
    font-size: 1.5em; }

#breadcrumb {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px dashed;
  border-color: #ccc;
  background-color: transparent;
  padding: 5px 0;
  margin: 0;
  display: block; }

#breadcrumb a {
  margin-left: 10px;
  font-weight: 600;
  font-size: 11px;
  color: #626262; }

#breadcrumb a:first-child {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  color: #7b7d82;
  margin: 0; }

#breadcrumb img, #breadcrumb span {
  margin-left: 10px; }

main {
  background: #fff;
  border-top: none;
  margin-bottom: 15px; }

main.no-bg {
  background: 0 0; }

#mainContent-inner {
  padding: 10px; }

.dnnpane > [class*=col-md], .dnnpane > [class^=col-md] {
  padding: 0 15px; }

.image-wrapper {
  position: relative; }

.image-wrapper img {
  display: block;
  max-width: 100%;
  /*width:100%;*/ }

.image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center; }

.grid, .grid figure, .grid figure img {
  position: relative; }

.image-wrapper .overlay h2 {
  color: #fff;
  font-weight: 700;
  margin-top: 8%;
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase; }

.content-intro {
  padding-top: 30px;
  font-size: 26px;
  line-height: 30px; }

.content-intro p {
  font-size: 22px; }

.grid {
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center; }

.grid figure {
  float: left;
  overflow: hidden;
  margin: 10px 0;
  max-height: 360px;
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer; }

.grid figure img {
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: .8;
  width: 100%; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid figure figcaption .grid figure figcaption::after, .grid figure figcaption::before {
  pointer-events: none; }

.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

figure.hover-effect {
  background: #333; }

figure.hover-effect h2, figure.hover-effect img {
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out; }

figure.hover-effect img {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.hover-effect h2 {
  font-size: 30px;
  color: #7ca0c0;
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }

figure.hover-effect h2 > span {
  color: #fff;
  font-weight: 700; }

figure.hover-effect h2, figure.hover-effect p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  text-align: center;
  width: 100%; }

figure.hover-effect p {
  text-transform: none;
  font-size: 24px;
  opacity: 0;
  padding: 15px;
  -moz-transition: opacity .35s, -webkit-transform .35s;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  -o-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

figure.hover-effect:hover h2, figure.hover-effect:hover img {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

figure.hover-effect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.content-block-news, .content-block-reg {
  margin-bottom: 20px; }

.content-block-news .article-layout .item {
  display: block;
  float: left;
  position: relative; }

.content-block-news .article-layout .item .item-image {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: -webkit-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%);
  background: -o-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%);
  background: linear-gradient(to top left, #c55f1e 0, #66d6ff 100%); }

.content-block-news .article-layout .item .item-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.content-block-news .article-layout .item .item-image .item-header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.content-block-news .article-layout .item .item-image .item-header strong {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.content-block-news .article-layout .item .item-image .item-header .item-meta {
  display: block;
  color: #fff;
  padding: 10px 0 17px;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.content-block-news .article-layout .item .item-image .item-header .item-meta i.fa {
  padding-right: 7px; }

.content-block-news .article-layout .item .item-image .item-header .item-meta span {
  display: block;
  color: #fff; }

.content-block-news .article-layout .item .item-image .item-header .item-category {
  display: block;
  font-size: 18px;
  font-weight: lighter;
  left: 15px;
  position: absolute;
  right: 15px;
  text-transform: none;
  top: 15px; }

.content-block-news .article-layout .item .item-image .item-header .item-category span {
  border: 1px solid #fff;
  color: #000;
  font-size: 24px;
  display: inline-block;
  padding: 6px 10px 5px;
  line-height: 100%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.content-block-news .article-layout .item .item-content {
  display: block;
  background: #f4f4f4;
  width: 100%;
  font-size: 14px;
  line-height: 150%;
  color: #737373;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.content-block-news .article-layout .item .item-content .item-text {
  display: block;
  padding: 15px; }

.content-block-news .article-layout .item .item-content .item-footer-more {
  display: block;
  padding: 15px 0;
  margin: 0 15px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  letter-spacing: .3px;
  color: #737373; }

.content-block-news .article-layout .item:hover .item-header .item-meta {
  bottom: 0;
  opacity: 1; }

.content-block-news .article-layout .item:hover .item-header .item-category span {
  background: #7ca0c0;
  border-color: transparent !important;
  color: #fff; }

.content-block-news .article-layout .item:hover .item-image img {
  opacity: 1; }

.content-block-news .article-layout .item:hover .item-image .item-header {
  background: rgba(81, 81, 81, 0.7); }

.content-block-news .article-layout .item:hover .item-image .item-header strong {
  bottom: 50px; }

.content-block-news .article-layout .item:hover .item-content {
  background: #fff;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03); }

.content-block-news .article-layout .item:hover .item-content .item-footer-more {
  color: inherit;
  font-weight: 700;
  letter-spacing: 0;
  padding-right: 1px; }

.content-block-news .item a:hover .item-content {
  background: rgba(37, 38, 41, 0.8); }

.content-block-news .article-layout:after {
  display: block;
  clear: both;
  content: ''; }

.contact-form .form-control {
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  box-shadow: initial;
  height: 50px;
  padding: 12px 15px 15px; }

.contact-form::-webkit-input-placeholder {
  color: #e3e3e3; }

.contact-form:-moz-placeholder {
  color: #e3e3e3; }

.contact-form::-moz-placeholder {
  color: #e3e3e3; }

.contact-form:-ms-input-placeholder {
  color: #e3e3e3; }

.contact-form input {
  width: 100%; }

footer {
  border-top: 5px solid #00d054;
  position: fixed;
  width: 100%;
  bottom: 0; }

/*footer .footer-above {
    background-color: #292929;
    padding-top: 25px;
    border-top: 25px solid #7ca0c0
}

    footer .footer-above h2, footer .footer-above p {
        color: #fff
    }*/
footer .footer-below, footer .copyright a:link, footer .copyright a:visited, footer .terms-priv a:link, footer .terms-priv a:visited {
  color: white;
  font-size: 12px; }

footer .footer-col {
  margin-bottom: 25px; }

footer .footer-below {
  background-color: #0066cc;
  padding: 5px 0; }

footer .copyright {
  float: left; }

footer .terms-priv {
  float: right; }

footer .copyright, footer .terms-priv {
  padding-left: 15px;
  padding-right: 15px; }

footer .links-list ul li {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 1.5em; }

footer .links-list ul li a:active, footer .links-list ul li a:link, footer .links-list ul li a:visited {
  color: #fff; }

footer .links-list ul li a:hover {
  color: #f0f0f0; }

footer .links-list ul li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #383838;
  position: relative;
  bottom: 1px;
  padding-right: 9px; }

footer {
  /*  border: none !important;*/
  position: fixed;
  width: 100%;
  bottom: 0;
  /*    color: red;*/
  font-size: 10px;
  background-color: black; }
  footer .footer-content {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    footer .footer-content div {
      flex-grow: 1;
      margin: 5px; }
  footer .navigation-div, footer copyright-div {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 900px) {
      footer .navigation-div, footer copyright-div {
        padding-left: 5%;
        padding-right: 5%; } }
    @media (min-width: 1200px) {
      footer .navigation-div, footer copyright-div {
        padding-left: 10%;
        padding-right: 10%; } }
    @media (min-width: 1600px) {
      footer .navigation-div, footer copyright-div {
        padding-left: 20%;
        padding-right: 20%; } }
  footer .copyright-div {
    color: white;
    text-align: center;
    height: 30px;
    line-height: 30px; }
    footer .copyright-div .website-realisation {
      margin-left: 1em;
      margin-right: 1em;
      padding-left: 1em;
      border-left: 1px solid white; }
    footer .copyright-div a {
      font-size: 15px;
      color: white;
      margin-left: 1em;
      text-align: center; }
    footer .copyright-div i {
      color: white; }
  footer .navigation-div {
    /* background: $darkGray;*/
    color: white;
    padding-top: 1em;
    padding-bottom: 1em; }
    footer .navigation-div .large-logo {
      text-align: center; }
      footer .navigation-div .large-logo img {
        width: 50%;
        max-width: 250px; }
    footer .navigation-div .all-links {
      margin-top: 1em; }
      footer .navigation-div .all-links p {
        margin-bottom: 10px; }
      footer .navigation-div .all-links a {
        color: white;
        font-size: 14px; }
  footer p {
    margin-bottom: 10px; }
  footer a {
    color: white;
    font-size: 14px; }
  footer .company-details {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap; }

footer {
  bottom: 0px;
  display: flex !important;
  position: initial !important;
  flex-direction: column; }

.latest-articles {
  display: block; }

.latest-articles .item {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 20px;
  margin-bottom: 20px; }

.latest-articles .item-header {
  display: block;
  float: left;
  width: 60px; }

.latest-articles .item-header a {
  position: relative;
  display: block; }

.latest-articles .item-header span {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0; }

.latest-articles .item-header img {
  border: 2px solid #fff; }

.latest-articles .item-content {
  display: block;
  margin-left: 85px; }

.latest-articles .item-content p {
  font-size: 15px;
  margin-bottom: 15px; }

.latest-articles .item-content > strong {
  display: block;
  font-weight: 600;
  line-height: 11px;
  margin-bottom: 5px; }

.latest-articles .item-content a {
  color: #d3d3d3;
  font-weight: 700;
  font-size: 14px; }

.latest-articles .publish-date {
  color: #d3d3d3;
  font-weight: 400; }

.latest-articles .publish-date span {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase; }

.contactus ul {
  margin-left: 0; }

.contactus ul li {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 5px;
  list-style: none; }

.contactus ul li img {
  margin-right: 5px; }

.contactus a:link {
  color: #fff;
  text-decoration: none; }

.contactus a:active, .contactus a:hover {
  text-decoration: underline; }

.btn-social {
  background: url(/Portals/0/Images/social-sprite.png);
  display: inline-block;
  height: 34px;
  width: 34px; }

.btn-social.facebook {
  background-position: 0; }

.btn-social.twitter {
  background-position: -40px; }

.btn-social.googleplus {
  background-position: -80px; }

.btn-social.linkedin {
  background-position: -120px; }

.container-content {
  padding: 10px 15px 15px; }

.heading_wrapper {
  padding-left: 0;
  padding-right: 0; }

.DNNContainer_Title_h2 h2 .TitleH2, .DNNContainer_Title_h3 h3 .TitleH3, .DNNContainer_Title_h4 h4 .TitleH4 {
  display: block;
  margin-bottom: 5px; }

.DNNContainer_Title_h2 h2 .TitleH2.centered, .DNNContainer_Title_h3 h3 .TitleH3.centered, .DNNContainer_Title_h4 h4 .TitleH4.centered {
  text-align: center; }

.DNNContainer_Boxed h2 .TitleBoxed {
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #7b7878; }

.lms_heading_1, .lms_heading_2, .lms_heading_3, .lms_heading_4, .lms_heading_5, .lms_heading_6 {
  text-align: center; }

.lms_heading_1 .lms_heading_title, .lms_heading_2 .lms_heading_title, .lms_heading_3 .lms_heading_title, .lms_heading_5 .lms_heading_title, .lms_heading_6 .lms_heading_title {
  border-bottom: 1px solid #7b7878;
  font-weight: 400;
  margin-bottom: 17px;
  margin-top: 17px;
  padding: 0 32px 28px;
  position: relative; }

.lms_heading_1 .lms_heading_title:after {
  content: "";
  position: absolute;
  top: 100%;
  margin: -10px 0 0 -5px;
  left: 50%;
  width: 10px;
  height: 20px;
  background: #fff;
  border-left: 2px solid #7b7878;
  border-right: 2px solid #7b7878;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg); }

.lms_heading_4 .lms_heading_title {
  margin-bottom: 17px;
  margin-top: 17px;
  padding: 0 30px 10px; }

.subtle-line {
  display: block;
  border: none;
  color: #fff;
  height: 1px;
  width: 100%;
  /*background: -webkit-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: -o-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: -moz-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);*/
  margin-bottom: 32px; }

.hexagon {
  background-color: #fff;
  border-left: 3px solid #7b7878;
  border-right: 3px solid #7b7878;
  height: 20px;
  margin: 10.39px auto;
  position: relative;
  top: -27px;
  width: 36px;
  z-index: 10; }

.hexagon::after, .hexagon::before {
  background-color: inherit;
  content: "";
  height: 25.46px;
  left: 2.27px;
  position: absolute;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -moz-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  -o-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  width: 25.46px;
  z-index: 1; }

.open_rectangle, .rectangle {
  margin: 10px auto;
  z-index: 10; }

.dots-wrapper, .open_rectangle, .rectangle {
  position: relative;
  background-color: #fff;
  width: 36px; }

.hexagon::before {
  border-right: 4.24px solid #7b7878;
  border-top: 4.24px solid #7b7878;
  top: -12.73px; }

.hexagon::after {
  border-bottom: 4.24px solid #7b7878;
  border-left: 4.24px solid #7b7878;
  bottom: -12.73px; }

.open_rectangle {
  border-left: 2px solid #7b7878;
  border-right: 2px solid #7b7878;
  height: 20px;
  top: -27px; }

.rectangle {
  border: 2px solid #7b7878;
  height: 13px;
  top: -24px;
  border-radius: 10px; }

.dots-wrapper {
  height: 10px;
  margin: 10.39px auto;
  top: -23px; }

.dots {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  line-height: 100px;
  background: #7b7878;
  float: left;
  margin: 0 2px 0 0; }

.valid-404 h1 {
  font-size: 10em;
  -webkit-text-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.75); }

.valid-404 h2 {
  font-size: 33px; }

.valid-404 h1, .valid-404 h2, .valid-404 p {
  text-align: center; }

.bs-example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block; }

.dnn_ctr_Login_pnlLoginContainer .dnn_ctr_Login_Login_DNN_lblLogin {
  display: inline-block;
  float: left;
  position: relative;
  width: 32.075%;
  padding-right: 20px;
  margin-right: 18px;
  overflow: visible;
  text-align: right; }

/************************  BACK TO TOP ******************************/
.cd-top {
  z-index: 1;
  display: inline-block;
  padding: 10px 20px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background-color: rgba(34, 34, 34, 0.6);
  font-family: FontAwesome;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  opacity: .5; }

.cd-top a {
  color: #fff !important; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

@media only screen and (min-width: 1024px) {
  .cd-top {
    right: 30px;
    bottom: 40px; } }

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 40px; } }

.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  opacity: 1; }

/* Article detail */
.article-selected .dragBar {
  background: #D3D3D3; }

/*

    cookies
*/
button#ihavecookiesBtn {
  margin-left: 0px !important; }

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  /*    max-width: 500px;*/
  background-color: #0066cc;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  font-family: system-ui; }

#gdpr-cookie-message h4 {
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px; }

#gdpr-cookie-message h5 {
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px; }

#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em; }

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right; }

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block; }

#gdpr-cookie-message a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in; }

#gdpr-cookie-message a:hover {
  color: white;
  /*   border-bottom-color: var(--red);
    transition: all 0.3s ease-in;*/ }

#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: white;
  color: #0066cc;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in; }

#gdpr-cookie-message button:hover {
  background: white;
  color: black;
  transition: all 0.3s ease-in; }

button#gdpr-cookie-advanced {
  background: white;
  color: #0066cc; }

#gdpr-cookie-message button:disabled {
  opacity: 0.3; }

#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px; }

/* ==============================================================
    FILE: DNNMENU*/
/*
    1) MOBILE MENU
    2) SIDE MENU (MOBILE)
    3) CATALOG INSIDE MENU
*/
/* === 1) MOBILE MENU === */
.DimashopMenu {
  margin: 0 auto;
  font-weight: 600; }

.DimashopMenu .fa {
  margin-top: 7px; }

.DimashopMenu ul ul {
  margin-top: 15px; }

.DimashopMenu #dnn_MENU3 {
  border-bottom: 5px solid #0066cc; }

.DimashopMenu .menu-shopping-cart-item {
  display: flex;
  justify-content: center; }

.DimashopMenu .menu-shopping-cart-item i {
  margin-top: 2px;
  position: relative; }

.DimashopMenu .menu-shopping-cart-item .price {
  margin-left: 2em;
  color: #777; }

.DimashopMenu #dnn_MENU3 {
  margin-left: 0;
  display: table;
  table-layout: auto;
  width: 100%;
  border-collapse: separate; }

.DimashopMenu i {
  font-size: 2.5em; }

.DimashopMenu .dropdown-menu i {
  font-size: initial;
  margin-right: 10px;
  width: 14px; }

.DimashopMenu ul:not(.dropdown-menu) {
  float: unset;
  position: relative;
  z-index: 1000;
  padding: 0;
  display: table-row;
  margin: 0;
  padding: 0; }

.DimashopMenu ul a {
  vertical-align: middle; }

.DimashopMenu ul li {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }

.DimashopMenu ul li:hover {
  background-color: #ecf2f6; }

.DimashopMenu > #dnn_MENU3 > ul:first-child > li.selected {
  background-color: #0066cc;
  color: #FFF; }

.DimashopMenu > #dnn_MENU3 > ul:first-child > li.selected > a,
.DimashopMenu > #dnn_MENU3 > ul:first-child > li.selected > span,
.DimashopMenu > #dnn_MENU3 > ul:first-child > li.selected > i,
.DimashopMenu > #dnn_MENU3 > ul:first-child > li.selected:hover,
.DimashopMenu > #dnn_MENU3 > ul:first-child > li.selected:focus,
.DimashopMenu > #dnn_MENU3 > ul:first-child > li.selected span {
  color: #FFF; }

.DimashopMenu ul li:first-child {
  width: 50px; }

.DimashopMenu ul li:last-child {
  border-right: none; }

.DimashopMenu ul li a {
  height: 45px;
  line-height: 50px; }

.DimashopMenu ul ul li {
  position: relative;
  display: inline-block;
  height: 30px !important;
  width: 100% !important;
  text-align: left; }

.DimashopMenu ul ul li {
  background-color: #ecf2f6; }

.DimashopMenu ul .dropdown-menu li a {
  color: #0066cc; }

.DimashopMenu ul .dropdown-menu li a:hover,
.DimashopMenu ul .dropdown-menu li a:active,
.DimashopMenu ul .dropdown-menu li a:focus {
  color: #FFF;
  background-color: #0066cc; }

.DimashopMenu ul ul li a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  /*aanpassen voor elke klant*/
  border-top: 1px solid #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.DimashopMenu ul ul li a:hover {
  text-decoration: none; }

.DimashopMenu ul ul li a:visited {
  background-color: #0066cc; }

.DimashopMenu ul ul ul {
  position: absolute;
  top: 0;
  left: 100%; }

.DimashopMenu ul li a, .DimashopMenu ul li span {
  padding: 0 15px;
  vertical-align: middle;
  text-decoration: none;
  color: #0066cc;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }

.DimashopMenu ul li a.active, .DimashopMenu ul li span.active {
  height: 45px; }

.DimashopMenu ul ul ul {
  position: absolute;
  top: 0;
  left: 100%; }

.DimashopMenu ul a {
  vertical-align: middle; }

.DimashopMenu ul li {
  float: unset;
  display: table-cell;
  text-align: center;
  height: 45px;
  vertical-align: middle; }

.DimashopMenu.in ul li {
  display: block !important; }

.DimashopMenu ul li a, .DimashopMenu ul li span {
  padding: 0 15px;
  vertical-align: middle;
  text-decoration: none;
  color: #0066cc;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }

.DimashopMenu ul li a.active, .DimashopMenu ul li span.active {
  height: 45px; }

.DimashopMenu .badge {
  position: absolute;
  top: -1.5em;
  right: -2em;
  z-index: 1000;
  background: #00d054;
  padding: 1em 1em !important;
  border-radius: 50%;
  color: #0066cc; }

/* === 2) SIDE MENU (MOBILE) === */
.navigation-mobile {
  display: none; }

.navigation-mobile .show-menu-btn {
  background: white;
  border: gray 1px solid;
  height: 80%;
  width: 5em;
  margin-left: 15px;
  position: relative;
  top: 10%; }

@media only screen and (max-width: 768px) {
  .navigation-website {
    display: none; }
  .navigation-mobile {
    display: initial !important; } }

#sideNav {
  display: none;
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #0066cc;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s; }

#sideNav .closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 36px;
  color: white;
  background: #0066cc !important; }

#sideNav a {
  color: white;
  margin-left: 0.3em; }

#sideNav a:active, #sideNav a:hover, #sideNav a:focus {
  background: #4AA3DF; }

#sideNav i {
  margin-right: 0.3em; }

#sideNav .badge {
  margin-left: 0.3em;
  background-color: #00d054;
  font-size: 1em; }

/* === 3) CATALOG INSIDE MENU === */
/*.groupsviewer-hover-menu{
    background-color:white;
}*/
.groupsviewer-hover-menu .first-level-ul li:hover {
  color: white;
  background: #0066cc; }

.groupsviewer-hover-menu .lvl2-title {
  color: #0066cc;
  font-size: 1.3em; }

.groupsviewer-hover-menu .lvl2-title:hover {
  color: #00d054;
  text-decoration: underline; }

.groupsviewer-hover-menu .third-level-ul > li {
  font-size: 1.1em;
  margin-top: 5px;
  margin-bottom: 5px; }

.groupsviewer-hover-menu .third-level-ul > li:hover {
  color: #00d054;
  text-decoration: underline; }

/* 12) Colors utility classes */
.background-primaryColor1 {
  background-color: #0066cc; }

.border-primaryColor1 {
  border-color: #0066cc; }

/* ==============================================================
     FILE: MOBILE*/
@media only screen and (max-width: 768px) {
  #navbar-top-wrapper .language {
    position: absolute;
    top: 1em;
    right: 1em; }
  #navbar-top-wrapper #login {
    position: absolute;
    top: 3em;
    right: 0;
    padding-right: 0; }
  #navbar-top-wrapper #login div {
    width: 100%; }
  #navbar-top-wrapper #login a, #navbar-top-wrapper #login ul {
    float: right; }
  .client-logoff-panel {
    position: fixed !important;
    top: auto !important;
    bottom: 0px; } }

/* ==============================================================
     FILE: ANGULARAPP*/
/*
    MENU
    1) GENERAL
    2) STOCK COMPONENT
    3) SHOPPING CART
    4) ARTICLE DETAIL
    5) ARTICLE OVERVIEW
    6) OVERRIDE PRIMENG
    7) GROUPSVIEWER
    8) FAVORITES
    9) ASK LOGIN SCREEN
    10) ADD TO SHOPPING CART
    11) ALREADY BOUGHT BANNER
    12) Colors for use in app
*/
/* === 1) GENERAL === */
td.clickable {
  cursor: pointer;
  transition: background-color 0.2s, box-shadow 0.2s;
  transition-property: background-color, box-shadow;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s; }

.ui-panel-content {
  background-color: white !important; }

ul#FadingShifterElement {
  margin-left: 0 !important;
  margin-right: 0 !important; }

ul.FadingShifterElement {
  margin-left: 0 !important;
  margin-right: 0 !important; }

ul#FadingShifterElement li {
  display: none;
  width: 100% !important; }

ul#FadingShifterElement li:first-child {
  display: block; }

ul#FadingShifterElement li a img {
  width: 100%;
  height: 230px; }

.filter-container {
  text-align: right; }

.filter-container .ui-dropdown {
  text-align: left;
  float: right;
  margin-left: 1em; }

.ui-paginator {
  padding: 0 !important; }

.ui-dataview-layout-options {
  vertical-align: bottom !important; }

.ui-button-icon-only {
  min-width: 2em !important; }

.mt-default {
  margin-top: 0.5em; }

.mt-2x {
  margin-top: 1em; }

.mb-default {
  margin-bottom: 0.5em; }

/* === 2) STOCK COMPONENT === */
.stock-company .fa-circle, .stock-warehouse .fa-circle {
  font-size: 0.8em;
  margin-right: 4px; }

.stock-warehouse .available,
.stock-company .available {
  color: green; }

.stock-warehouse .not-available,
.stock-company .not-available {
  color: gray; }

.stock-warehouse .limited,
.stock-company .limited {
  color: orange; }

.stock-warehouse .soon-in-stock,
.stock-company .soon-in-stock {
  color: orange; }

/* === 3) SHOPPING CART === */
counter-component input {
  vertical-align: top; }

.custom-table-layout th:hover {
  text-decoration: underline; }

.custom-table-layout tr {
  height: 4em; }

.total-price-table-container {
  max-width: 360px;
  margin: 1em 0; }

.total-price-table {
  text-align: right; }

.total-price-table .title {
  font-weight: bold;
  text-align: left; }

.shoppingcart-mini {
  width: 360px; }

.shoppingcart-mini img {
  max-width: 50px !important;
  max-height: 50px !important; }

.shopping-cart-component .add-button-div {
  flex: 100; }

.shopping-cart-component .add-button-div .pbutton {
  width: 100%; }

.shopping-cart-component .add-button-div button {
  width: 100%; }

shoppingcartapp stock-component .expected-date {
  display: block; }

shoppingcartapp article-note textarea {
  max-width: 700px; }

shoppingcartapp article-note i {
  font-size: 2em !important; }

/* === 4) ARTICLE DETAIL === */
.view-detail .ask-info-button {
  float: right; }
  .view-detail .ask-info-button button {
    color: white;
    background: #0066cc;
    font-size: medium; }

.view-detail .add-to-favorites .dropdown-div {
  flex: 100; }

.view-detail .add-to-favorites .dropdown-div .ui-dropdown {
  width: 100%; }

.view-detail .stock-comp {
  flex: 100; }

.article-text-innerHtml p {
  font-size: inherit; }

.view-detail .article-price-component .totalExl-label {
  display: none; }

.view-detail .article-price-component .totalExl-div {
  margin-top: 0.5em;
  font-size: 2em;
  color: #004972; }

.view-detail .main-title-block, .view-detail .secondary-title-block {
  width: fit-content;
  font-size: large;
  padding: 0.5em;
  color: white; }

.view-detail .secondary-title-block {
  background: #00d054; }

.view-detail .main-title-block {
  background: #0066cc; }

.view-detail .other-texts .text-row {
  margin-top: 1em; }

.view-detail .shopping-cart-component .add-button-div button {
  background: #0066cc;
  color: white;
  font-weight: bold;
  font-size: medium !important; }

.view-detail .shopping-cart-component .add-button-div button .ui-button-text {
  margin-right: 1em;
  white-space: nowrap; }

/* === 5) ARTICLE OVERVIEW === */
.article-alt-hover-link {
  font-weight: bold; }
  .article-alt-hover-link i {
    margin-right: 0.3em;
    font-size: x-small; }

.article-line-item .article-document-comp li {
  margin-left: 1em;
  font-size: small;
  font-style: italic; }

/* === 6) OVERRIDE PRIMENG === */
p-responcive-listbox .ui-listbox-icon {
  color: white;
  display: unset !important;
  float: left;
  font-size: 22px;
  padding: 0px 5px; }

p-dataviewlayoutoptions a {
  color: black !important; }

ul.ui-autocomplete-multiple-container {
  display: flex !important;
  align-items: center !important; }

ul.ui-autocomplete-multiple-container > li {
  display: inline-flex !important; }

/*ul.ui-autocomplete-multiple-container > li:last-child {
    flex: 1 1 auto;
}*/
ul.ui-autocomplete-multiple-container > li.ui-autocomplete-input-token {
  flex: 1 1 auto; }

ul.ui-autocomplete-multiple-container .ui-autocomplete-input-token input {
  width: 100% !important; }

.custom-breadcrumb-style {
  background: none !important;
  border: none !important;
  color: grey; }
  .custom-breadcrumb-style li > a {
    color: grey; }
  .custom-breadcrumb-style .fa-chevron-right:before {
    content: '/'; }

/* 
here because of Primeng Overlaypanel fixed position bug that causes "display: none;" issue on element, overwrite here using .panel-open class 
if added to _mobile.scss, overlaypanel would disappear on screen resize! 
*/
.client-logoff-panel.panel-open {
  display: block !important; }

/* === 7) GROUPSVIEWER === */
.groupsviewer-list-view li {
  padding: 0.5em; }

.groupsviewer-list-view .parent-group {
  background-color: #0066cc;
  color: white; }

.groupsviewer-list-view .children {
  padding-left: 1em; }

.groupsviewer-list-view .children:hover {
  background-color: #0066cc;
  color: white; }

groupsviewer-component .ui-datagrid-content {
  border: none; }

groupsviewer-component .group-thumb-div {
  color: #0066cc;
  font-weight: bold; }

groupsviewer-component .group-thumb-div:hover {
  outline: #0066cc 2px solid; }

.groupViewerOverlay > div {
  max-width: calc(100% - 15px); }
  .groupViewerOverlay > div .ui-overlaypanel-content {
    padding: 0 !important; }

.groupsviewer-hover-image {
  width: 150px; }

.groupsviewer-hover-image-div {
  text-align: center; }

/* === 8) FAVORITES === */
.favorite-res-listname {
  color: #000000;
  font-weight: bold; }

/* === 9) ASK LOGIN SCREEN === */
.ask-login-description-label {
  text-align: center;
  max-width: 400px; }

/* === 10) ADD TO SHOPPING CART === */
add-to-shoppingcart-component .changed-because-of-note .ui-button-text {
  white-space: nowrap; }

/* === 11) ALREADY BOUGHT BANNER  === */
.view-detail .ALREADY-BOUGHT .thumburl-wrapper .SpecificationCode {
  background-image: url("Images/already-bought.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  margin: auto;
  cursor: pointer; }

.view-thumbnail .ALREADY-BOUGHT .thumburl-wrapper .SpecificationCode {
  background-image: url("Images/already-bought.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  margin: auto;
  max-height: 10em;
  cursor: pointer; }

.article-line-item .ALREADY-BOUGHT .thumburl-wrapper .SpecificationCode {
  background-image: url("Images/already-bought.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  margin: auto;
  max-height: 10em;
  cursor: pointer; }

/*
.SpecificationCode {
    background-size: 100%;
}*/
@keyframes ui-progress-spinner-color {
  100%, 0% {
    stroke: #0066cc; }
  40% {
    stroke: #0066cc; }
  66% {
    stroke: #0066cc; }
  80%, 90% {
    stroke: #0066cc; } }

.spinner .ui-progress-spinner {
  width: 100%; }

p-progressspinner .ui-progress-spinner {
  display: block; }

.center-content {
  display: flex;
  justify-content: center; }

#searchpane .searchpane-text {
  white-space: nowrap; }

#searchpane {
  flex-wrap: wrap; }

.ui-sidebar-bottom {
  height: auto !important; }

/* 12) Colors utility classes */
.background-primaryColor1 {
  background-color: #0066cc !important; }

.border-primaryColor1 {
  border-color: #0066cc !important; }

.error-text {
  color: #ec4e4e; }

.ui-table-summary {
  padding: 0; }

/* ==============================================================
     FILE: PRIMEFLEX OVERRIDE*/
@media screen and (max-width: 768px) {
  .p-sm-0 {
    display: none; } }

@media screen and (min-width: 769px) and (max-width: 992px) {
  .p-md-0 {
    display: none; } }

@media screen and (min-width: 993px) {
  .p-lg-0 {
    display: none; } }

/* To be correct should add "p-xl-0" as well. But we actually don't use this class */
/* PrimeNg responsive table */
@media screen and (max-width: 40rem) {
  .ui-table-responsive .ui-table-tbody > tr > td {
    border: none !important; } }

/* ==============================================================
     FILE: SLIDER*/
.bx-wrapper {
  margin-top: 10px; }
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; }
  .bx-wrapper img {
    display: block;
    width: 100%;
    max-width: 100%; }
  .bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 10px; }
    .bx-wrapper .bx-pager .bx-pager-item {
      display: inline-block;
      *zoom: 1;
      *display: inline; }
      .bx-wrapper .bx-pager .bx-pager-item a {
        background: #F1EFEF;
        text-indent: -9999px;
        border: 1px solid #545353;
        display: block;
        width: 15px;
        height: 15px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 10px; }
        .bx-wrapper .bx-pager .bx-pager-item a.bx-pager-link.active {
          background: #8E8C8C;
          border: 1px solid #545353; }
