body {
    font-family: pragmatica-web, Helvetica, Arial, sans-serif;
}

img {
    max-width: 100%;
}

a,
a:active {
    outline: 0 !important;
}

a.no-link-color {
    color: inherit;
}

body, html {
    height: 100%;
    font-size: 15px;
}

.padding-0 {
    padding: 0;
}

.animation {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transition-property: height;
    transition-property: height;
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        margin-top: 10px;
    }

    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#main {
    padding-bottom: 200px;
}

@media (max-width: 991px) {
    #main {
        padding-bottom: 420px;
    }
}

.footer-background {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.share-icons {
    padding-top: 10px;
    font-size: 30px;
}

.share-icons .share-text {
    font-size: 15px;
    vertical-align: middle;
}

p.share-text {
    margin-bottom: 0;
}

.share-icons i.fa-twitter-square,
.share-icons i.fa-facebook-square {
    color: #686769;
    transition-property: color;
    transition-duration: 0.4s;
    transition-timing-function: ease-in;
}

.share-icons i.fa-facebook-square:hover {
    color: #44609d;
}

.share-icons i.fa-twitter-square:hover {
    color: #55acee;
}

/* checkbox */
.checkbox input[type=checkbox] {
    display: none;
}

.sidebar .checkbox label {
    padding-left: 28px;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: -18px;
    bottom: 3px;
    background-color: #ffffff;
    margin-left: 20px;
}

.checkbox input[type=checkbox]:checked + label:before {
    content: "X";
    padding-top: 2px;
    margin-left: 20px;
    font-size: 13px;
    color: #a2a0a3;
    text-align: center;
    line-height: 15px;
    font-weight: 300;
}

/**********/
/* Header */
/**********/

.header-background {
    background-color: #686769;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    /* sm and up */
    .navbar {
        min-height: 63px;
    }

    .navbar-default .navbar-nav > li > a {
        margin-bottom: 0;
    }

    .navbar-nav li.active > a {
        border-bottom: 1px solid #969497;
    }

    .yamm-fullwidth .dropdown-menu {
        padding-top: 0;
    }

    .menuBackground {
        height: 100px;
    }

    .menuBackground.open {
        position: absolute;
        left: 0;
        right: 0;
        background-color: #f7f7f7;
        border-bottom: 1px solid #e6e6e6;
        z-index: 500;
    }

    .dropdown-menu {
        opacity: 0.7;
        display: block !important;
        visibility: hidden;
        background-color: transparent;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    .open .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }

    /* separtor lines between menu columns */
    .navbar div.col-sm-3 .section {
        border-right: 1px solid #dbdbdb;
        min-height: 150px;
        margin-right: 30px;
    }

    .navbar div.col-sm-3:last-child .section {
        margin-right: 0;
        border-right: none;
    }

    .yamm .yamm-content {
        padding: 0 20px;
    }

    /* align the first block in the submenu with the first item of the navbar */
    .yamm-content .row ul.col-sm-3:first-child,
    .yamm-content .row div.col-sm-3:first-child {
        margin-left: -10px;
        padding-left: 0;
    }

    .navbar li > a {
        padding: 0;
        margin: 10px;
    }

    .navbar li > a:hover {
        color: #686769;
    }

    .nav > li:nth-child(1) > a {
        margin-left: 0;
    }

    .nav .open > a,
    .nav > li > a:hover,
    .nav .open > a:hover,
    .nav .open > a:focus,
    .navbar li.open > a {
        border-bottom: 1px solid #969497;
    }

    .navbar li p {
        margin-left: 10px;
    }

    .yamm .container {
        position: static;
    }

    .navbar li {
        line-height: 1.7em;
    }

    .nav .b2b .col-sm-3:first-child {
        width: 24%;
    }

    .nav .b2b .col-sm-3:nth-child(2) {
        width: 32%;
    }

    .nav .b2b .col-sm-3:nth-child(3) {
        width: 44%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    /* separtor lines between menu columns */
    .navbar div.col-sm-3 .section {
        border-right: 1px solid #dbdbdb;
        min-height: 150px;
        margin-right: -10px;
    }

    .navbar div.col-sm-3:last-child .section {
        margin-right: 0;
        border-right: none;
    }
}

@media (max-width: 767px) {
    .dropdown-menu > li > a {
        white-space: normal;
    }

    .dropdown-menu > li > a,
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #686769;
    }

    .navbar-nav > li > a,
    .dropdown-menu > li > a {
        font-weight: 300;
        font-size: 20px;
    }
}

.navmenu ul.navbar-nav {
    margin-left: 20px;
    margin-right: 20px;
}

.navmenu .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
}

.navbar {
    font-family: 'source-sans-pro', sans-serif;
    font-weight: 300;
}

.nav-header {
    font-weight: normal;
    text-transform: uppercase;
}

.navbar a, .navbar p {
    cursor: default;
}

.navbar .dropdown li > a {
    cursor: pointer;
    text-decoration: none;
}

.menu-title {
    font-weight: normal;
}

.navbar {
    border: none !important;
}

.dropdown-menu {
    box-shadow: none;
    border: none;
    font-size: 15px;
}

/* offcanvas menu */
nav.mobile-nav {
    background: #f7f7f7;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: calc(70px - 100%);
    font-size: 15px;
    top: 0;
    width: calc(100% - 70px);
    z-index: 2000;
    transition: left 0.3s ease-in-out 0s;
    -webkit-transition: left 0.3s ease-in-out 0s;
    -moz-transition: left 0.3s ease-in-out 0s;
    -o-transition: left 0.3s ease-in-out 0s;
}

.nav-expanded nav {
    left: 0;
}

body.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
}

@media (max-width: 767px) {
    .main-menu {
        margin-left: 20px;
        margin-right: 20px;
    }

    .mobile-nav .dropdown-menu {
        position: static;
        float: none;
        padding-top: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    nav.mobile-nav {
        font-size: 20px;
        font-weight: 300;
        color: #686769;
        z-index: 200;
    }

    .mobile-nav .main-menu > li {
        line-height: 40px;
        border-bottom: 1px solid #d7d7d7;
    }

    .mobile-nav .main-menu > li > a {
        font-size: 20px;
        font-weight: 300;
        color: #686769;
    }

    .dropdown-menu {
        background-color: #f7f7f7;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #f7f7f7;
    }

    .mobile-nav .dropdown-backdrop {
        display: none;
        /* Bootstrap adds a backdrop to close the meny when clicking elsewhere, we don't want this,
           as we want to close the .mobile-nav when clicking outside */
    }

    .mobile-nav .dropdown > li > a {
        background-color: inherit;
    }

    a.dropdown-toggle .fa:after {
        content: "\f054";
        font-size: 14px;
        color: #d4d1d4;
    }

    .open a.dropdown-toggle .fa:after {
        content: '\f078'; /* TODO font aswesome */
    }

}

@media (max-width: 767px) {
    /* xs */
    .logo-wrapper {
        position: absolute;
        top: 17px;
        left: 20px;
        z-index: 50;
    }

    .logo-wrapper img {
        width: 200px;
        margin-top: -16px;
    }

    .navbar-default {
        padding: 15px;
        background-color: #686769;
    }

    nav .navbar-header {
        background-color: #686769;
        margin: -15px;
        padding-bottoM: 30px;
    }
}

@media (min-width: 768px) {
    /* sm and up */
    .navbar ul.dropdown-menu > li > a,
    .navbar ul.list-unstyled > li > a {
        font-family: pragmatica-web, Helvetica, Arial, sans-serif;
        font-size: 13px;
    }

    .navbar {
        border: none;
        border-top: 1px solid #b6b6b6;
    }

    .navbar-nav > li > a {
        padding: 15px 0 7px 0;
        margin-top: 5px;
        margin-bottom: 13px;
    }

    .logo-wrapper {
        height: 100px;
    }

    #lineheart-logo {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -33px;
    }

    #apr-logo {
        position: absolute;
        right: 13px;
        top: 50%;
        margin-top: -28px;
    }
}

.overlay {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    overflow: hidden;
}

.nav-expanded .overlay {
    display: block;
}

/* hamburger */

#nav-toggle {
    cursor: pointer;
    padding: 12px 35px 0 0;
    margin-top: 15px;
    margin-right: 15px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: white;
    position: absolute;
    display: block;
    content: '';
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav-expanded #nav-toggle span {
    background-color: transparent;
}

.nav-expanded #nav-toggle span:before {
    top: 0;
}

.nav-expanded #nav-toggle span:after {
    bottom: 0;
}

.nav-expanded #nav-toggle span:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-expanded #nav-toggle span:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* search */

.searchbox input[type="text"] {
    margin-top: 18px;
    background: url("../img/search_icon.c9db35571320.png") no-repeat 10px 4px #fcfcfc; /* TODO: wonky in firefox */
    background-size: 16px 16px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: #bebebe;
    width: 110px;
    padding: 4px 15px 4px 30px;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    outline: none;
    line-height: 14px;
    height: 24px;
}

.searchbox input::-webkit-input-placeholder {
    line-height: 14px;
    padding-top: 4px;
    padding-left: 2px;
}

.searchbox input[type="text"]:focus {
    width: 200px;
    color: #686769;
}

.searchbox-phone input[type="text"] {
    /* TODO: refactor */
    margin: 14px 5px 10px 20px;
    background: url("../img/search_icon.c9db35571320.png") no-repeat 10px 8px #fcfcfc; /* TODO: wonky in firefox */
    background-size: 16px 16px;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    color: #686769;
    width: calc(100% - 40px);
    padding: 6px 15px 6px 30px;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    outline: none;
    line-height: 20px;
}

.searchbox-phone input::-webkit-input-placeholder {
    color: #686769;
}

.v2 {
    /*.searchbox-input {*/
    display: none;
}

.v2 input[type="text"] {
    margin-top: 8px;
    background: url("../img/search_icon.c9db35571320.png") no-repeat 10px 6px #f7f7f7;
    background-size: 16px 16px;
    font-size: 14px;
    color: #bebebe;
    width: 20px;
    padding: 4px 15px 4px 20px;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.3s ease 0s;

    outline: none;
    border: 1px solid rgba(247, 247, 247, 1);
    line-height: 14px;
}

.v2 input[type="text"]:focus {
    width: 200px;
    color: #686769;
    border: 1px solid rgba(209, 209, 209, 1);
    padding: 4px 15px 4px 30px;
}

.search-page-form {
    margin-bottom: 20px;
}

input.search,
.search-page-form input[type="text"] {
    background: url("../img/search_icon.c9db35571320.png") no-repeat 10px 8px;
    background-size: 16px 16px;
    font-size: 14px;
    border-radius: 20px;
    color: #686769;
    border: 1px solid rgba(209, 209, 209, 1);
    padding: 4px 15px 4px 30px;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

@media (max-width: 767px) {
    .search-page-form input[type="text"] {
        font-size: 16px;
    }
}

.search-page-form input[type="submit"] {
    border-radius: 20px;
    color: #686769;
    border: 1px solid rgba(209, 209, 209, 1);
}

/* autocomplete */

ul.ui-autocomplete {
    background-color: white;
}

.ui-menu .ui-state-focus {
    margin: 0 !important;
}

/* footer */

.footer-background {
    background-color: #3c3a3a;
}

.footer {
    padding-top: 30px;
    padding-bottom: 20px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .footer {
        padding-top: 20px;
    }
}

.footer-middle {
    text-align: center;
}

.footer-middle,
.footer-middle a {
    color: #959595;
    font-size: 12px;
}

.footer-middle a:hover,
.footer-middle a:focus {
    color: #ffffff;
}

.footer-middle a {
    padding: 0 5px;
}

.footer-right {
    color: #ffffff;
    font-size: 10px;
}

.footer-right img {
    float: left;
    padding-right: 10px;
}

.leica p {
    color: #cfcfcf;
}

.boutique {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}

@media (min-width: 992px) {
    /* sm and up */
    .footer-left img {
        padding-left: 70px;
    }

    .conditions,
    .conditions a {
        font-size: 10px;
        padding-top: 10px;
    }

    .copyright {
        font-size: 10px;
        padding-top: 30px;
    }
}

.footer .post {
    padding: 20px 0 10px 0;
    color: #f7f7f7;
    font-size: 12px;
}

.footer .post p {
    padding-top: 17px;
}

/*.footer .leica {*/
/*padding: 20px 0 10px 0;*/
/*}*/

@media (max-width: 991px) {
    /* xs */
    .footer-left img {
        display: block;
        margin: 0 auto;
        padding: 0 0 20px 0;
    }

    .footer {
        text-align: center;
    }

    .footer img {
        float: none;
    }

    .footer-right .post {
        padding: 0;
    }

    .footer .leica img,
    .footer .post img {
        padding-top: 20px;
    }

    .footer .post p {
        padding-top: 5px;
    }
}

.facebook-newsletter,
.post,
.leica {
    display: block;
    min-height: 30px;
}

#newsletter {
    background-color: #5c5c5c;
    border: none;
    color: #909090;
    padding: 5px;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
}

/* slider */

#slider {
    position: relative; /* positon and z-index to prevent text flicker when animating */
    z-index: 1;
}

@media (min-width: 768px) {
    /* sm and up */
    #slider {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .carousel-indicators {
        display: none;
    }
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-control .icon-next, .carousel-control .fa-angle-right {
    right: 10%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 50px;
    position: absolute;
}

.carousel-control .icon-next, .carousel-control .fa-angle-left {
    left: 10%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 50px;
    position: absolute;
}

.carousel-indicators {
    bottom: -5px;
}

.carousel-indicators .active,
.carousel-indicators li {
    margin-right: 5px;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid #8c8c8c;
}

.carousel-indicators .active {
    height: 10px;
    width: 10px;
    margin: 1px 5px 1px 1px;
    background-color: #8c8c8c;
}

/***************/
/* News Plugin */
/***************/

/* recent news */

.readmore {
    color: #686769;
}

.readmore:hover {
    color: #424142;
}

@media (max-width: 767px) {
    .breadcrumbs {
        display: none; /* no breadcrumbs on xs */
    }
}

.breadcrumbs {
    margin-bottom: 3px;
    color: #959595;
    font-weight: 300;
    font-family: "source-sans-pro", sans-serif;
    font-size: 30px;
}

.breadcrumbs a h1 {
    font-size: 30px;
}

a.breadcrumbs:hover {
    color: #686769;
}

.all-news {
    float: right;
    margin: 28px 0 0 0;
    color: #959595;
    font-weight: 300;
}

.all-news:hover {
    color: #686769;
    text-decoration: none;
}

@media (min-width: 768px) {
    .news-recent .all-news {
        position: absolute;
        bottom: 0;
        right: 20px;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .news-recent,
    .news-item {
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .news-item p {
        padding-top: 10px;
    }
}

.news-item a p {
    color: #959595;
}

.news-item p {
    font-weight: 300;
}

.news-item h3 {
    margin-top: 20px !important; /* override .content h3 */
    line-height: 1.5em;
}

@media (min-width: 768px) {
    .news-item h3 {
        height: 55px;
        overflow: hidden;
        text-align: center;
        line-height: 1.3em;
    }
}

.news-item img {
    width: 100%;
}

.news-recent h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.news-recent a {
    font-family: pragmatica-web, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #959595;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px; /* fallback */
    max-height: 42px; /* fallback */
    /*number of lines to show*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}

.news-recent a .title {
    font-family: source-sans-pro, Helvetica, sans-serif;
    font-size: 19px;
    color: #686769;
    padding-right: 5px;
}

.news-recent li {
    padding-bottom: 10px;
}

.news-row {
    background-color: white;
}

@media (min-width: 768px) {
    .news-row:first-child {
        margin-top: 20px;
    }
}

.news-row-header {
    background-color: white;
}

.news-row-header h2 {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .news-row-header h2 {
        margin-bottom: 0;
    }
}

.news-row:first-child {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .news-body {
        margin-top: 20px; /* margin between news banner and body */
    }
}

.news-list {
    margin-top: 0;
    margin-bottom: 20px;
}

/* news list/search */

#mixitup-container {
    background-color: #ffffff;
}

#mixitup-container .mix {
    display: none;
}

#mixitup-container a {
    color: inherit;
    text-decoration: none;
}

.filter {
    color: #bababa;
}

.filter.active {
    color: #6c6c6c;
}

.news-item-text .date {
    padding-right: 5px;
}

.news-item-text {
    padding-bottom: 20px;
    width: 100%;
}

.news-item-text > a > h3 {
    margin-bottom: 10px;
}

.news-item-list .news-row {
    margin-top: 0;
}

.news-item-text div,
.news-item-text p {
    color: #959595;
}

/* magasins */

.magasin {
    margin-bottom: 20px;
}

.magasin p {
    font-weight: 300;
}

.magasin a {
    color: inherit;
    text-decoration: inherit;
}

.magasin h3 {
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.magasin img {
    width: 100%;
}

.magasin-row {
    padding-top: 20px;
    background-color: white;
}

@media (min-width: 768px) {
    /* sm and up */
    .magasin-row {
        margin-top: 20px; /* margin between news banner and body */
    }
}

.magasin-hover-wrapper {
    position: relative;
}

@media (min-width: 768px) {
    /* sm and up */
    .magasin-hover {
        height: 0;
        width: 100%;
        background-color: rgba(126, 127, 126, 0.75);
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 15px;
        overflow: hidden;
        color: #ffffff;
        text-align: center;
    }

    .magasin:hover .magasin-hover {
        height: 100%;
    }

    .magasin-hover h3 {
        margin-top: 40px;
        color: #ffffff;
        padding-bottom: 20px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.76);
    }
}

.magasin-row .extra-content {
    margin-top: 20px;
}

#map-canvas {
    height: 400px;
    background-color: #cccccc;
}

.magasin-row #map-canvas {
    margin-top: 20px;
}

#map-canvas img {
    max-width: none
}

#map-canvas p {
    font-weight: 400;
}

/* joboffers */

.joboffers h4 {
    text-transform: uppercase;
}

.joboffers .intro {
    padding-bottom: 40px;
}

.joboffers .outro {
    padding-top: 40px;
}

.joboffers .content .row {
    padding-top: 0;
}

/***********/
/* content */
/***********/

.content {
    font-weight: 300;
}

.content b,
.content strong {
    font-weight: 400;
    color: #6f6e6e;
}

.content p:last-child {
    margin-bottom: 0;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 20px;
    margin-top: 0;
}

@media (max-width: 991px) {
    .content img {
        margin-bottom: 10px;
    }

    .content.product h1, .content.product h2, .content.product h3, .content.product h4, .content.product h5, .content.product h6 {
        margin-top: 20px;
    }
}

.content.row, /* single row */
.content .row {
    background-color: white;
    padding-top: 20px;
}

.no-padding,
.content .row.no-padding,
.content.row.no-padding:last-child,
.content .cms_plugin:last-child > .row.no-padding:last-child,
.content :not(.cms_plugin) > .row.no-padding:last-child {
    padding: 0;
}

.row.gray {
    background-color: #f1f1f1;
    padding: 0;
}
.row.black {
    background-color: #000000;
    padding: 0;
}

/* TODO: is this a good idea? could remove the top-padding class with this */
.cms_plugin > .row.gray + .cms_plugin .row,
.row.gray + .row,
.cms_plugin > .row.black + .cms_plugin .row,
.row.black + .row {
    padding-top: 20px;
}

.row.gray h1,
.row.gray h2,
.row.gray h3,
.row.gray h4,
.row.gray h5,
.row.gray h6,
.row.black h1,
.row.black h2,
.row.black h3,
.row.black h4,
.row.black h5,
.row.black h6 {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .row.gray .no-padding h1,
    .row.gray .no-padding h2,
    .row.gray .no-padding h3,
    .row.gray .no-padding h4,
    .row.gray .no-padding h5,
    .row.gray .no-padding h6,
    .row.gray .no-padding p,
    .row.black .no-padding h1,
    .row.black .no-padding h2,
    .row.black .no-padding h3,
    .row.black .no-padding h4,
    .row.black .no-padding h5,
    .row.black .no-padding h6,
    .row.black .no-padding p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* nested row */
.content.row .row {
    padding-top: 0;
}

.content.product .row {
    padding-top: 0;
}

.content .row.top-padding,
.content.product .row.top-padding {
    padding-top: 20px;
}

@media (min-width: 992px) {
    .content.product .row.top-padding {
        padding-top: 60px;
    }
}

.content.product img {
    display: block;
    margin: 0 auto;
}

.content.row:last-child,
.content .cms_plugin:last-child > .row:last-child,
.content :not(.cms_plugin) > .row:last-child {
    padding-bottom: 20px;
}

.apple-product h1,
.apple-product h2,
.apple-product h3,
.apple-product h4,
.apple-product h5,
.apple-product h6 {
    font-family: "myriad-pro", sans-serif;
    padding-top: 50px;
}

.apple-product {
    font-family: "Lucida Grande", sans-serif;
    font-weight: 300;
}

.apple-product .content img {
    margin-bottom: 0;
}

.apple-product .content .col-xs-12 img {
    margin: 0 auto;
    display: block;
}

.cke-small-text {
    font-size: 12px;
}

.cke-desktop-footnotes {
    font-size: 12px;
    padding-top: 30px;
}

.apple-product .cke-desktop-footnotes {
    font-style: normal;
}

@media (min-width: 768px) {
    .cke-desktop-center {
        text-align: center;
    }

    .cke-desktop-center,
    .apple-product .cke-desktop-footnotes {
        padding-left: 100px;
        padding-right: 100px;
    }

    .specification {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 992px) {
    .cke-desktop-center {
        text-align: center;
    }

    .cke-desktop-center,
    .apple-product .cke-desktop-footnotes {
        padding-left: 150px;
        padding-right: 150px;
    }

    .cke-desktop-top-padding,
    .apple-product .cke-desktop-top-padding {
        padding-top: 150px;
    }

    .specification {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.specification p {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.specification p.no-border /* no border is applied with jQuery to p with img descendant */,
.specification p:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.apple-product .content .col-xs-12.specification img,
.specification img {
    display: inline;
}

@media (max-width: 991px) {
    .sidebar {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .sidebar a[href^="tel:"] {
        color: inherit;
    }
}

.sidebar {
    background-color: #dfdfdf;
    padding: 20px;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
    margin-top: 0;
}

.sidebar-images img {
    margin-top: 20px;
}

.news-detail h1 {
    font-size: 30px;
}

.news-detail .news-row-header hr {
    margin-bottom: 0;
    margin-top: 20px;
}

@media (max-width: 767px) {
    /* xs */
    #main .padding-0 h1 {
        padding: 0 20px;
    }

    .news-detail .padding-0 h1 {
        margin: 20px 0;
    }
}

.item-row {
    background-color: #ffffff;
}

.row .address-row {
    padding-top: 0;
}

.news-item-text.magasin–search-result {
    padding-bottom: 0;
}


.product-search-result img {
    max-width: 128px;
}

/* Slightly hacky: on xs we want to show h3 - img - p, on sm and up it's img - h3 - p.
  To achieve this, the extra_text_* placeholder is rendered above and below the img.
  The top version has p hidden permanently, and is visible only on xs. The h3 of bottom
  is hidden on xs. */

.static-news-item.top,
.static-news-item.top p {
    display: none;
}

@media (max-width: 767px) {
    .static-news-item.bottom h3 {
        display: none;
    }

    .static-news-item.top {
        display: block;
    }
}

#pec-form {
    margin-bottom: 20px;
}

#pec-error {
    display: none;
}

#pec-result {
    color: #686769;
}

.row.preview {
    position: relative;
}

.row.preview::before {
    position: absolute;
    color: #ebccd1;
    content: 'PREVIEW';
}

/* ck editor styles */

.cke-price {
    background: #eeeeee;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}

.cke-table {
    width: auto;
}

table {
    font-weight: 300;
    font-size: 15px;
}

.highlighted {
    background-color: #fcf8e3;
}

.contact-form .form-control {
    color: #959595;
    padding: 5px 0;
    height: auto;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #959595;
    box-shadow: none !important;
    -webkit-transition: border .25s ease-out;
    transition: border .25s ease-out;
}

.contact-form select.form-control {
    border-bottom: none;
}

.contact-form .form-group.error .form-control {
    /*color: red;*/
    border-color: red;
}

.contact-form .error-message {
    color: red;
}

/* fix menu item lineheight */
#cms_toolbar .cms_toolbar-item-navigation > li:first-child > a span {
    line-height: 20px !important;
}

.brand a {
    color: #767676;
    text-decoration: underline;
    font-weight: 400;
}

.brand {
    float: left;
    width: 25%;
    padding: 5px 40px;
    -webkit-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
    font-weight: 300;
}

@media (max-width: 767px) {
    .brand {
        padding: 10px 10px 10px 20px;
        width: 100px;
    }
}

.brand.dimmed a,
.brand.dimmed {
    color: #e8e8e8;
}

.brands-list .search-wrapper {
    margin: 0 auto;
    display: block;
    width: 200px;
}

.brands-list .search {
    border-radius: 20px !important;
    margin: 20px 0;
    outline: none;
    box-shadow: none;
    border: 1px solid #d1d1d1;
}

div.empty {
    height: 27px;
}

.google-map-container img {
    max-width: none;
}

.google-map-container {
    margin-top: 20px;
}

.news-back-link {
    margin-top: 20px;
}

.promo {
    padding-top: 20px;
}

.promo h2 {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .promo-text {
        padding-top: 20px;
    }
}

.promo-img-wrapper {
    text-align: center;
}

.promo-link {
    float: right;
}

.stock-red {
    color: #a94442;
}

.stock-orange {
    color: #8a6d3b;
}

.stock-green {
    color: #3c763d;
}

h3 .stock {
    padding-left: 3px;
}

#impliedsubmit {
    color: #686769;
}

.control-design-self{
    top: 70px;
    bottom: 70px;
    width : 5%;
}