<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
/* Background Colors */
/* Font Settings */
/* Color Settings */
@-ms-viewport {
    width: auto !important;
}

html, body {
  overflow-x: hidden;
}
/*** BOOTSTRAP ****/
@media (min-width: 992px) {
    .container-full {
        width: 950px;
    }

    .container-small {
        width: 330px;
    }

    .container-large {
        width: 620px;
    }
}
/*** SITE SETTINGS ***/
body {
    background: #fdfdfa;
    font-family: 'Source Sans Pro';
    font-size: 1.7rem;
    color: #000000;
}

    body.noScroll {
        overflow: hidden;
    }

    body img {
        width: 100%;
    }

    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6 {
        font-family: 'Oswald';
        color: #1f1f1f;
        line-height: 1.3;
    }

    body h1 {
        font-size: 30px;
    }

        body h1 .glyphicon {
            margin: 0 10px;
        }

    body h2 {
        font-size: 26px;
    }

    body h3 {
        font-size: 22px;
    }

    body h4 {
        font-size: 20px;
    }

    body h5 {
        font-size: 18px;
    }

    body h6 {
        font-size: 16px;
    }

    body a {
        color: #9c0b0e;
    }

        body a:hover {
            color: #c8050a;
            text-decoration: none;
        }

        body a:focus {
            text-decoration: none;
            color: #c8050a;
        }

    body input,
    body textarea {
        float: left;
        clear: left;
        width: 100%;
        margin: 0;
        border: none;
        background-color: #fff;
        color: #000000;
        padding: 5px 10px;
    }

        body input:focus,
        body textarea:focus {
            outline: none;
        }

        body input[type=text],
        body input[type=number],
        body input[type=email],
        body input[type=tel],
        body input[type=password],
        body select {
            height: 35px;
            padding: 5px;
            border: 1px solid #d8d8d8;
        }

        body input[type=checkbox],
        body input[type=radio] {
            float: none;
            width: 13px;
        }

    body textarea {
        border: 1px solid #d8d8d8;
        padding: 5px;
        height: 100px;
    }

#grayedOut {
    background: #fff;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all ease 0.3s;
}

    #grayedOut.visible {
        opacity: 0.75;
        z-index: 10;
    }

.newsCategory {
    float: left;
    position: absolute;
    bottom: -10px;
    height: 26px;
    line-height: 18px;
    background: rgb(109,16,1);
    padding: 3px 10px;
}

    .newsCategory a {
        color: #fff;
        font-size: 14px;
    }

        .newsCategory a:hover {
            color: #fff;
        }

    .newsCategory::after {
        content: "";
        height: 26px;
        width: 26px;
        display: block;
        border-right: 26px solid transparent;
        border-top: 26px solid rgb(109,16,1);
        bottom: 0px;
        right: -26px;
        position: absolute;
    }

@media (max-width: 767px) {
    .newsList .newsCategory {
        top: -13px;
    }

    .newsList .newsAuthor {
        margin-top: 25px !important;
    }
}

@media (max-width: 399px) {
    .newsList .col-sm-8 {
        float: left;
    }
}

.seperator {
    color: #b7b7b7;
    padding: 0 5px;
}

.checkmark {
    width: 14px;
    vertical-align: middle;
}

@media (min-width: 961px)
{
    .redButtonNewsGuard {
      display: block !important;
        background: #9c0b0e;
        padding: 5px 15px; /*30px før*/
        margin: 0 0 5px;
        color: #ffffff;
        font-size: 19px;
        /*border: 1px solid #ecd1d2;
    box-shadow: 0 0 0 1px #b9b9b9;
    border-radius: 2px;*/
        font-weight: normal;
        cursor: pointer;
        border-radius: 50px;
        border: none;
    }
}


@media (max-width: 960px) {
    .redButton {
        display: block !important;
        background: red;
        padding: 5px 15px; /*30px før*/
        margin: 0 0 5px;
        color: #ffffff;
        font-size: 19px;
        /*border: 1px solid #ecd1d2;
    box-shadow: 0 0 0 1px #b9b9b9;
    border-radius: 2px;*/
        font-weight: normal;
        cursor: pointer;
        border-radius: 50px;
        border: none;
    }

        .redButtonNewsGuard {
    
        background: #9c0b0e;
        padding: 5px 15px; /*30px før*/
        margin: 0 0 5px;
        color: #ffffff;
        font-size: 19px;
        /*border: 1px solid #ecd1d2;
    box-shadow: 0 0 0 1px #b9b9b9;
    border-radius: 2px;*/
        font-weight: normal;
        cursor: pointer;
        border-radius: 50px;
        border: none;
    }


}

.redButton {
    display: block;
    background: #9c0b0e;
    padding: 10px 30px; /*30px før*/
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 19px;
    /*border: 1px solid #ecd1d2;
    box-shadow: 0 0 0 1px #b9b9b9;
    border-radius: 2px;*/
    font-weight: normal;
    cursor: pointer;
    border-radius: 50px;
    border: none;
}


@media (min-width: 200px) and (max-width: 767px) 
{

    redButtonNewsGuard. {
    display: block;
    }
    .redButton {
    display: block;

}
}


    .redButton:focus {
        color: #fff;
    }

    .redButton.small {
        padding: 3px 10px;
    }

    .redButton.medium {
        width: 100%;
        max-width: 100px;
        font-size: 24px;
        margin: 0;
        padding: 5px 10px;
    }

    .redButton.big {
        text-align: center;
        width: 100%;
        font-size: 20px;
        padding: 2px;
    }

    .redButton:hover {
        background: #c8050a;
        color: #fff;
    }

    .redButton.noBorder {
        border: none;
        box-shadow: none;
    }

.greenButton {
    display: block;
    background: #0a9c2d;
    padding: 5px 23px; /*30 px før*/
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 19px;
    /*border: 1px solid #ecd1d2;
    box-shadow: 0 0 0 1px #b9b9b9;
    border-radius: 2px;*/
    font-weight: normal;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Oswald';
    border-radius: 50px;
}

    .greenButton.small {
        padding: 3px 10px;
    }

    .greenButton.medium {
        width: 100%;
        max-width: 100px;
        font-size: 24px;
        margin: 0;
        padding: 5px 10px;
    }

    .greenButton.big {
        text-align: center;
        width: 100%;
        font-size: 20px;
        padding: 2px;
    }

    .greenButton:hover {
        background: #11c13b;
        color: #fff;
    }

    .greenButton.noBorder {
        border: none;
        box-shadow: none;
    }

.grayButton {
    display: block;
    background-color: #282828;
    padding: 5px 30px;
    margin: 0 0 5px;
    color: #e4e4e4;
    font-size: 19px;
    /*border: 1px solid #d7d7d7;
    box-shadow: 0 0 0 1px #b9b9b9;
    border-radius: 2px;*/
    font-weight: normal;
    border-radius: 50px;
}

    .grayButton.medium {
        width: 100%;
        max-width: 100px;
        font-size: 24px;
    }

    .grayButton.big {
        text-align: center;
        width: 100%;
        font-size: 20px;
        padding: 2px;
    }

    .grayButton.tiny {
        text-align: center;
        width: auto;
        font-size: 16px;
        padding: 2px 10px;
    }

    .grayButton:hover {
        background-color: #454545;
        color: #e4e4e4;
    }

    .grayButton.noBorder {
        border: none;
        box-shadow: none;
    }

.lightgrayButton {
    display: block;
    background-color: #e3e2da;
    padding: 5px 10px;
    margin: 0 0 5px;
    color: #000000;
    font-size: 19px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 0 1px #b9b9b9;
    border-radius: 2px;
    font-weight: normal;
}

    .lightgrayButton.medium {
        width: 100%;
        max-width: 100px;
        font-size: 24px;
    }

    .lightgrayButton.big {
        text-align: center;
        width: 100%;
        font-size: 20px;
        padding: 2px;
    }

    .lightgrayButton:hover {
        background-color: #454545;
        color: #e4e4e4;
    }

    .lightgrayButton.noBorder {
        border: none;
        box-shadow: none;
    }

.grayBlueButton {
    display: inline-block;
    background-color: #3e586f;
    padding: 5px 10px;
    margin: 0 0 5px;
    color: #e4e4e4;
    font-size: 19px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 0 1px #b9b9b9;
    border-radius: 2px;
    font-weight: normal;
}

    .grayBlueButton.medium {
        width: 100%;
        max-width: 100px;
        font-size: 24px;
    }

    .grayBlueButton.big {
        text-align: center;
        width: 100%;
        font-size: 20px;
        padding: 2px;
    }

    .grayBlueButton.tiny {
        text-align: center;
        width: auto;
        font-size: 16px;
        padding: 2px 10px;
    }

    .grayBlueButton:hover {
        background-color: #454545;
        color: #e4e4e4;
    }

    .grayBlueButton.noBorder {
        border: none;
        box-shadow: none;
    }

.header h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: normal;
    margin: 0;
}

    .header h1 a {
        color: #1f1f1f;
    }

    .header h1 img {
        width: 22px;
        vertical-align: top;
    }

.header h2 {
    font-size: 16px;
    font-family: 'Source Sans Pro';
    padding-top: 10px;
    font-weight: normal;
    margin: 0;
    text-align: left;
}

    .header h2 a {
        color: #000000;
    }

        .header h2 a:hover {
            color: #c8050a;
        }

.header .headerLine {
    float: left;
    width: 100%;
    padding: 3px 15px 0;
    box-sizing: border-box;
}

    .header .headerLine span {
        border-bottom: 1px solid #959595;
        float: left;
        width: 100%;
    }

.pagingLinks {
    text-align: center;
}

    .pagingLinks .links {
        display: inline;
        margin: 0 5px;
    }

        .pagingLinks .links a {
            display: inline-block;
            background: #e3e2da;
            color: #000;
            vertical-align: middle;
            width: 2pc;
            height: 2pc;
            line-height: 2pc;
            font-size: 22px;
            margin: 0 2px;
        }

            .pagingLinks .links a.selected {
                color: #FFF;
                background: #9c0b0e;
            }

    .pagingLinks &gt; a {
        line-height: 32px;
        display: none;
    }

    .pagingLinks img {
        width: auto;
        vertical-align: top;
        margin: 6px;
    }

.imageGallery {
    position: relative;
    margin: 15px 0;
}

    .imageGallery .carousel {
        top: 0;
        bottom: 0;
    }

        .imageGallery .carousel .imageBox:focus {
            outline: none;
        }

        .imageGallery .carousel .imageBox img.playIcon {
            max-width: 64px;
            max-height: 64px;
            z-index: 11;
            opacity: 0.8;
        }

    .imageGallery button {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 50px;
        font-size: 0;
        border: none;
        background: transparent;
    }

        .imageGallery button:focus {
            outline: none;
        }

        .imageGallery button.slick-prev {
            left: 0px;
            z-index: 10;
            background: url(/Graphics/Icons/arrow_left.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 35px 35px;
        }

        .imageGallery button.slick-next {
            right: 0px;
            background: url(/Graphics/Icons/arrow_right.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 35px 35px;
        }

        .imageGallery button.slick-disabled {
            opacity: 0.25;
        }

    .imageGallery .slick-dots {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 15px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        line-height: 0;
    }

        .imageGallery .slick-dots li {
            list-style: none;
            display: inline-block;
            width: 12px;
            height: 12px;
            opacity: 0.5;
            margin: 0 10px;
        }

            .imageGallery .slick-dots li.slick-active {
                opacity: 1;
            }

            .imageGallery .slick-dots li button {
                border-radius: 50%;
                width: 12px;
                height: 12px;
                background-color: #fff;
                -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
                -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
                box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
            }

.imageContainer {
    width: 100%;
    position: relative;
    float: left;
}

    .imageContainer:focus {
        outline: none;
    }

    .imageContainer .imageBox {
        width: 100%;
        padding-bottom: 65%;
        background: #282828;
        position: relative;
        box-sizing: border-box;
        float: left;
        border: none;
        outline: none;
    }

        .imageContainer .imageBox img {
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            vertical-align: bottom;
            margin: auto;
            width: auto;
        }

        .imageContainer .imageBox span {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
        }

            .imageContainer .imageBox span img {
                width: 100%;
                height: 100%;
            }

    .imageContainer .imageText {
        font-size: 14px;
        padding: 5px 10px;
        background: #282828;
        color: #e4e4e4;
        width: 100%;
        float: left;
    }

.embed-container {
    margin: 10px 0;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    clear: both;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.socialButtons .socialButtonsWrapper {
    background: #e3e2dd;
    border: 1px solid #c7c6c1;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    float: left;
    width: 100%;
}

    .socialButtons .socialButtonsWrapper img {
        width: 32px;
        margin-right: 10px;
    }

.languageLink {
    background: #282828 !important;
}

    .languageLink a {
        display: block;
        margin-top: 10px;
        color: #e4e4e4;
    }

        .languageLink a:hover {
            color: #fff;
        }

        .languageLink a img {
            margin-right: 10px;
            width: 30px;
        }

        .languageLink a span {
            vertical-align: middle;
        }

.anniversaryTextWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.anniversaryTextByLine {
    font-size: 18px;
    font-weight: 400;
    color: white;
}

.anniversaryTip {
    display: flex;
    align-items: center;
    background-color: #FCB245;
    height: 120px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

    .anniversaryTip img {
        height: 100px;
        width: 100px;
        flex-shrink: 0;
    }



div .anniversaryBTN {
    padding: 10px 30px;
    color: white;
    font-size: 16px;
    border-radius: 4px;
    background-color: #4C4D4F;
    border-radius: 50px;
}

    div .anniversaryBTN:hover {
        background-color: #5f6062;
        color: white;
    }

.anniversaryText {
    display: flex;
    flex-direction: column;
    text-align: center;
}

    .anniversaryText .firstLine div:first-child {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 0px;
    }

    .anniversaryText .firstLine div:last-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        align-items: center;
    }

.firstLine {
    display: flex;
    gap: 40px; /* increase this value as needed */
}

    .firstLine div span.headline {
        font-family: Oswald, sans-serif;
        font-size: 30px;
        font-weight: 600;
        color: white;
        text-align: center;
        white-space: nowrap;
    }

    .firstLine div span.subline {
        font-size: 17px;
        color: white !important;
        text-align: center;
    }

.anniversaryTextByLine {
    display: inline-block;
    text-align: center;
}


@media (max-width: 470px)
{
      .anniversaryTip {
        height: 100px;
    }

    .firstLine div span.subline {
        display: none;
    }

    .anniversaryText .firstLine div:first-child {
        flex-direction: unset;
    }

    .anniversaryTextWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 20px;
        flex: 1;
    }

    .2lines br {
    display:block;
    }



    div .anniversaryBTN {
        margin: 0 auto;
        font-size: 12px !important;
        padding: 5px 10px !important;
    }

    .anniversaryTip img {
        height: 60px;
        width: 60px;
        flex-shrink: 0;
    }

    .firstLine {
        display: flex;
        gap: 10px; /* increase this value as needed */
    }


        .firstLine div span.headline {
            font-size: 11px !important;
            font-weight: 600;
            color: white;
            text-align: center;
            white-space: nowrap;
            justify-content: center;
            align-content: center;
            align-self: center;
        }

        .firstLine div span.subline {
            font-size: 14px;
            color: white !important;
            text-align: center;
        }
}

@media (min-width: 471px) and (max-width: 650px)  {

     .anniversaryTip {
        height: 100px;
    }

     .2lines br {
    display:none;
    }

    .firstLine div span.subline {
        display: none;
    }

    .anniversaryText .firstLine div:first-child {
        flex-direction: unset;
    }

    .anniversaryTextWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 20px;
        flex: 1;
    }



    div .anniversaryBTN {
        margin: 0 auto;
        font-size: 12px !important;
        padding: 5px 10px !important;
    }

    .anniversaryTip img {
        height: 60px;
        width: 60px;
        flex-shrink: 0;
    }

    .firstLine {
        display: flex;
        gap: 15px; /* increase this value as needed */
    }


        .firstLine div span.headline {
            font-size: 18px !important;
            font-weight: 600;
            color: white;
            text-align: center;
            white-space: nowrap;
            justify-content: center;
            align-content: center;
            align-self: center;
        }

        .firstLine div span.subline {
            font-size: 14px;
            color: white !important;
            text-align: center;
        }
}

@media (min-width: 651px) and (max-width: 767px)
{

 

    .anniversaryTip {
        height: 100px;
    }

    .firstLine div span.subline {
        display: none;
    }

    .anniversaryText .firstLine div:first-child {
        flex-direction: unset;
    }

    .anniversaryTextWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 20px;
        flex: 1;
    }



    div .anniversaryBTN {
        margin: 0 auto;
        font-size: 16px;
        padding: 10px 30px;
    }

    .anniversaryTip img {
        height: 60px;
        width: 60px;
        flex-shrink: 0;
    }

    .firstLine {
        display: flex;
        gap: 15px; /* increase this value as needed */
    }


        .firstLine div span.headline {
            font-size: 28px;
            font-weight: 600;
            color: white;
            text-align: center;
            white-space: nowrap;
            justify-content: center;
            align-content: center;
            align-self: center;
        }

        .firstLine div span.subline {
            font-size: 14px;
            color: white !important;
            text-align: center;
        }
}



.newsEditor {
    width: calc(100% - 100px);
    height: 130px;
    background: #fffb05;
    padding-left: 125px;
}

    .newsEditor .newsOfficer {
        font-size: 40px !important;
        margin-top: 20px !important;
    }

    .newsEditor::after {
        content: "";
        height: 130px;
        width: 100px;
        display: block;
        border-right: 100px solid transparent;
        border-top: 130px solid #fffb05;
        bottom: 0px;
        right: 15px;
        position: absolute;
    }

    .newsEditor img {
        height: 130px;
        width: auto;
        position: absolute;
        left: 15px;
    }

    .newsEditor h2 {
        display: inline-block;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .newsEditor .redButton {
        width: fit-content;
        font-size: 16px;
        /*Lavet af René 26.09/24*/
        margin-top: -73px;
        margin-left: 290px;
        display:inline;
    }

        .newsEditor .redButtonNewsGuard {
        width: fit-content;
        font-size: 16px;
        /*Lavet af René 26.09/24*/
        margin-top: -73px;
        margin-left: 290px;
      
    }


@media (max-width: 960px) {
    .newsEditor .redButton {
        margin-left: 0px;
        font-size: 16px;
    }

      .newsEditor .redButtonNewsGuard {
        margin-left: 0px;
        font-size: 16px;
    }

    .newsEditor p {
        margin: 0px 0 20px;
    }

    .newsEditor {
        height: 160px;
        padding-left: 150px;
    }

        .newsEditor::after {
            border-top: 160px solid #fffb05;
        }

        .newsEditor img {
            height: 160px;
        }


        .newsEditor .newsOfficer {
            font-size: 30px !important;
            margin-top: 15px !important;
        }
}

@media (max-width: 650px) {
    .newsEditor {
        width: calc(100% - 50px);
        height: 130px;
        background: #fffb05;
        padding-left: 110px;
    }

        .newsEditor .newsOfficer {
            font-size: 15px !important;
            font-weight: bold;
            margin-top: 15px !important;
        }

        .newsEditor::after {
            height: 130px;
            width: 50px;
            border-right: 50px solid transparent;
            border-top: 130px solid #fffb05;
        }

        .newsEditor img {
            height: 130px;
        }

        .newsEditor p {
            margin: 0px 0 6px;
        }

        .newsEditor h2 {
            margin-top: 15px !important;
            font-size: 14px !important;
        }

        .newsEditor .redButton {
            font-size: 12px;
            padding: 5px 10px;
        }

         .newsEditor .redButtonNewsGuard {
            font-size: 12px;
            padding: 5px 10px;
        }
}

.webEditorWrapper {
    max-width: 300px;
    display: block;
    margin: auto;
}

.webEditorBox {
    background: #e3e2da;
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    max-width: 300px;
    height: 250px;
    position: relative;
    margin: auto;
}

    .webEditorBox .innerBox {
        position: absolute;
        padding: 10px;
        width: 100%;
    }

        .webEditorBox .innerBox h2 {
            font-size: 20px;
            font-weight: normal;
            width: 100%;
            border-bottom: 1px solid #959595;
            margin-top: 0;
            margin-bottom: 10px;
        }

        .webEditorBox .innerBox p {
            font-size: 16px;
        }

        .webEditorBox .innerBox .webEditor {
            margin-bottom: 10px;
            float: left;
            width: 100%;
        }

            .webEditorBox .innerBox .webEditor img {
                width: auto;
                margin-right: 10px;
                float: left;
            }

            .webEditorBox .innerBox .webEditor p {
                font-size: 14px;
                margin-bottom: 8px;
                line-height: 18px;
            }

        .webEditorBox .innerBox .redButton {
            display: inline-block;
            float: none;
            width: 100%;
            text-align: center;
        }

.quickNews {
    color: white;
    font-size: 18px;
    margin-bottom: 30px;
    background-color: #9c0b0e;
    padding: 10px;
}

    .quickNews p {
        margin: 0;
        padding: 0;
    }

    .quickNews .quickNewsMarquee {
        width: 100%;
        height: 25px;
        overflow: hidden;
        position: relative;
    }

        .quickNews .quickNewsMarquee .wrapper {
            position: absolute;
            white-space: nowrap;
            overflow: hidden;
            height: 25px;
        }

            .quickNews .quickNewsMarquee .wrapper p {
                font-size: 16px;
                display: inline-block;
                margin: 0 10px;
                line-height: 25px;
            }

                .quickNews .quickNewsMarquee .wrapper p span {
                    font-weight: bold;
                    margin-right: 10px;
                }

    .quickNews.frontNews .quickNewsMarquee .wrapper {
        animation: front-marquee 30s linear infinite;
    }

.imageWithCopyright {
    position: relative;
}

    .imageWithCopyright span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

        .imageWithCopyright span img {
            width: 100%;
            height: 100%;
        }

@keyframes front-marquee {
    0% {
        transform: translateX(420px);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(420px);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes front-marquee {
    0% {
        -webkit-transform: translateX(420px);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(420px);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@media (min-width: 480px) {
    @keyframes front-marquee {
        0% {
            transform: translateX(700px);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    @keyframes marquee {
        0% {
            transform: translateX(700px);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    @-webkit-keyframes front-marquee {
        0% {
            -webkit-transform: translateX(700px);
        }

        100% {
            -webkit-transform: translateX(-100%);
        }
    }

    @-webkit-keyframes marquee {
        0% {
            -webkit-transform: translateX(700px);
        }

        100% {
            -webkit-transform: translateX(-100%);
        }
    }
}

@media (min-width: 768px) {
    @keyframes front-marquee {
        0% {
            transform: translateX(700px);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    @keyframes marquee {
        0% {
            transform: translateX(700px);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    @-webkit-keyframes front-marquee {
        0% {
            -webkit-transform: translateX(700px);
        }

        100% {
            -webkit-transform: translateX(-100%);
        }
    }

    @-webkit-keyframes marquee {
        0% {
            -webkit-transform: translateX(700px);
        }

        100% {
            -webkit-transform: translateX(-100%);
        }
    }
}

@media (min-width: 992px) {
    @keyframes front-marquee {
        0% {
            transform: translateX(570px);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    @keyframes marquee {
        0% {
            transform: translateX(920px);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    @-webkit-keyframes front-marquee {
        0% {
            -webkit-transform: translateX(570px);
        }

        100% {
            -webkit-transform: translateX(-100%);
        }
    }

    @-webkit-keyframes marquee {
        0% {
            -webkit-transform: translateX(920px);
        }

        100% {
            -webkit-transform: translateX(-100%);
        }
    }
}

.hiddenUnder400 {
    display: hidden;
}

@media (min-width: 400px) {
    .header h2 {
        text-align: right;
    }

    .header &gt; div + div {
        text-align: right;
    }

    .hiddenUnder400 {
        display: block;
    }
}

@media (min-width: 480px) {
    .pagingLinks .links {
        margin: 0 15px;
    }

    .pagingLinks &gt; a {
        display: initial;
    }
}

@media (min-width: 480px) and (max-width: 680px) {
    .webEditorBox .innerBox {
        text-align: center;
    }

        .webEditorBox .innerBox h2 {
            margin-bottom: 10px;
            text-align:;
        }

        .webEditorBox .innerBox .webEditor img {
            display: block;
        }
}

.redButton.big,
.grayButton.big,
.grayBlueButton.big {
    margin: 0 0 15px;
    padding: 15px;
    font-size: 25px;
}

@media (min-width: 768px) 
{


    .imageGallery button {
        width: 100px;
    }

        .imageGallery button.slick-prev {
            background-size: 75px 75px;
        }

        .imageGallery button.slick-next {
            background-size: 75px 75px;
        }

        .redButton.big,
.grayButton.big {
   width: 100%;
}
}

@media (min-width:600px) and  (max-width:767px) {

.redButton.big,
.grayButton.big {
   width: 45%;
   margin:2% !important;
}

/* Override if mobileView is also present */
.redButton.big,
.grayButton.big {
   width: 46%;
   margin:2%;
   float:left;
}

.photos .submenu {
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #959595;
    padding-bottom: 15px;
    /* width: 200px; */
    /* float: left; */
}


}


@media (min-width:300px) and  (max-width:599px) {

 

.redButton.big,
.grayButton.big {
   width: 46%;
   margin:2%;
   float:left;
}

/* Override if mobileView is also present */
.redButton.big.mobileView,
.grayButton.big.mobileView {
   width: 100%;
}

.redButton.big,
.grayButton.big,
.grayBlueButton.big {
 
    padding: 6px;
    font-size: 15px;
}

.photos .submenu {
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #959595;
    padding-bottom: 15px;
    /* width: 200px; */
    /* float: left; */
}



}







/*** TABLES ****/
div.table {
    display: table;
    max-width: 100%;
    margin-bottom: 0;
}

    div.table .table {
        background-color: transparent;
    }

    div.table .tr {
        display: table-row;
        width: 100%;
        float: left;
        padding-bottom: 15px;
    }

        div.table .tr .td {
            width: 100%;
            float: left;
            vertical-align: middle;
        }

            div.table .tr .td:first-of-type {
                font-weight: bold;
            }

        div.table .tr label {
            font-weight: normal;
            margin-bottom: 0;
            margin-right: 10px;
            text-align: center;
        }

        div.table .tr input[type=text],
        div.table .tr input[type=number],
        div.table .tr select {
            width: 100%;
        }

    div.table .innerTable {
        display: table;
        width: 100%;
        margin: 0;
    }

        div.table .innerTable .tr .td {
            font-weight: normal;
        }

    div.table.listTable {
        background-color: transparent;
    }

        div.table.listTable .tr {
            border: 1px solid #959595;
            border-bottom: none;
            padding-bottom: 0;
        }

            div.table.listTable .tr .td {
                padding: 10px 15px;
            }

                div.table.listTable .tr .td a {
                    color: #000000;
                }

                    div.table.listTable .tr .td a:hover {
                        color: #c8050a;
                    }

                div.table.listTable .tr .td:first-of-type {
                    font-weight: normal;
                }

                div.table.listTable .tr .td.tableDate {
                    display: none;
                    float: right;
                    font-size: 16px;
                    line-height: 22px;
                    color: #a3a3a3;
                }

            div.table.listTable .tr:nth-child(odd) {
                background-color: #ebeae5;
            }

            div.table.listTable .tr.tableHeader {
                background-color: #282828;
                border: 1px solid #282828;
            }

                div.table.listTable .tr.tableHeader h1 {
                    font-size: 24px;
                    text-transform: uppercase;
                    margin: 0;
                    color: #e4e4e4;
                    font-weight: normal;
                }

            div.table.listTable .tr:last-of-type {
                border-bottom: 1px solid #959595;
            }

@media (min-width: 768px) {
    div.table .tr {
        float: none;
        padding: 0;
    }

        div.table .tr .td {
            display: table-cell;
            width: auto;
            float: none;
            padding: 5px;
        }

            div.table .tr .td:first-of-type {
                font-weight: normal;
            }

    div.table .innerTable .tr .td {
        padding: 0 5px;
    }

        div.table .innerTable .tr .td:first-of-type {
            padding-left: 0;
        }

        div.table .innerTable .tr .td:last-of-type {
            padding-right: 0;
        }

    div.table.listTable .tr {
        float: left;
    }

        div.table.listTable .tr .td {
            float: left;
        }

            div.table.listTable .tr .td.tableDate {
                display: block;
            }
}
/*** SITEHEADER ***/
.siteHeader {
    margin-top: 90px;
}

@media (max-width: 749px) {
    .siteHeader {
        margin-top: 140px;
    }
}
/*** TOP NAVIGATION ***/
.topNavigation {
    position: fixed;
    z-index: 20;
}

    .topNavigation .navigationbar {
        box-shadow: 0 0 10px #b4b4b4;
        background: #fdfdfa;
        padding: 0;
        position: relative;
        z-index: 25;
        box-sizing: content-box;
    }

    .topNavigation #window {
        position: fixed;
        width: 100%;
        z-index: 30;
    }

        .topNavigation #window.open {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow-y: scroll;
            padding-bottom: 30px;
        }

            .topNavigation #window.open .menuContainer {
                display: block;
            }

    .topNavigation .logoWrapper {
        float: left;
        width: 100%;
        text-align: center;
    }

        .topNavigation .logoWrapper &gt; div {
            vertical-align: bottom;
        }

        .topNavigation .logoWrapper .logo,
        .topNavigation .logoWrapper .logoSmall {
            float: none;
            display: inline-block;
            margin: 10px 0;
            width: 100%;
            max-width: 180px;
        }

            .topNavigation .logoWrapper .logo img,
            .topNavigation .logoWrapper .logoSmall img {
                width: 100%;
            }

        .topNavigation .logoWrapper .logoSmall {
            display: none;
        }

        .topNavigation .logoWrapper .flagBox {
            float: none;
            display: inline-block;
        }

            .topNavigation .logoWrapper .flagBox img {
                float: left;
                height: 28px;
                width: auto;
            }

            .topNavigation .logoWrapper .flagBox a:first-of-type img {
                margin-right: 10px;
            }

    .topNavigation .navigation {
        float: right;
        text-align: right;
        font-family: 'Oswald';
        -webkit-user-select: none; /* Chrome all / Safari all */
        -moz-user-select: none; /* Firefox all */
        -ms-user-select: none; /* IE 10+ */
        user-select: none; /* Likely future */
    }

        .topNavigation .navigation ul {
            padding-left: 0;
            margin-bottom: 0;
            /*margin-top: 10px;*/
        }

            .topNavigation .navigation ul li {
                list-style: none;
                display: inline-block;
                margin: 0 0 0 30px;
                font-size: 20px;
                line-height: 64px;
                height: 64px;
            }

                .topNavigation .navigation ul li:first-of-type {
                    margin-left: 0;
                }

                .topNavigation .navigation ul li a {
                    color: #1f1f1f;
                }

                    .topNavigation .navigation ul li a:hover {
                        color: #c8050a;
                    }

                    .topNavigation .navigation ul li a:focus {
                        text-decoration: none;
                        color: #9c0b0e;
                    }

                .topNavigation .navigation ul li .glyphicon {
                    margin-right: 5px;
                    font-size: 1em;
                }

                .topNavigation .navigation ul li#menuButton {
                    cursor: pointer;
                    margin-left: 15px;
                }

                    .topNavigation .navigation ul li#menuButton:hover {
                        color: #c8050a;
                    }

                .topNavigation .navigation ul li.menu-login {
                    background: #eaeaea;
                    padding: 0 10px;
                    margin-left: 15px;
                }

                    .topNavigation .navigation ul li.menu-login:hover {
                        background: #eaeaea;
                    }

                        .topNavigation .navigation ul li.menu-login:hover a {
                            color: #1f1f1f;
                        }

                    .topNavigation .navigation ul li.menu-login a img {
                        width: 20px;
                        margin-top: -5px;
                    }

        .topNavigation .navigation .buttonWrapper {
            display: inline-block;
            vertical-align: top;
            text-align: center;
            position: relative;
            text-transform: uppercase;
        }

            .topNavigation .navigation .buttonWrapper:first-of-type {
                margin-right: 20px;
            }

            .topNavigation .navigation .buttonWrapper p {
                margin-top: 5px;
                margin-bottom: 0;
                font-size: 13px;
                color: #717171;
                line-height: 15px;
            }

            .topNavigation .navigation .buttonWrapper &gt; div,
            .topNavigation .navigation .buttonWrapper &gt; a {
                cursor: pointer;
                padding: 9px 12px;
                border-radius: 2px;
                width: auto;
                display: inline-block;
                vertical-align: top;
                text-transform: none;
            }

                .topNavigation .navigation .buttonWrapper &gt; div img,
                .topNavigation .navigation .buttonWrapper &gt; a img {
                    width: auto;
                    display: inline-block;
                    vertical-align: top;
                }

            .topNavigation .navigation .buttonWrapper .menuButton {
                background-color: #9c0b0e;
                border: 1px solid #ecd1d2;
                box-shadow: 0 0 0 1px #b9b9b9;
            }

                .topNavigation .navigation .buttonWrapper .menuButton.selected {
                    background-color: #c8050a;
                }

                .topNavigation .navigation .buttonWrapper .menuButton img {
                    width: 29px;
                }

                .topNavigation .navigation .buttonWrapper .menuButton:hover {
                    background-color: #c8050a;
                }

            .topNavigation .navigation .buttonWrapper .loginButton {
                background-color: #282828;
                border: 1px solid #d7d7d7;
                box-shadow: 0 0 0 1px #b9b9b9;
                font-size: 19px;
                line-height: 21px;
                color: #e4e4e4;
                display: block;
            }

                .topNavigation .navigation .buttonWrapper .loginButton.selected {
                    background-color: #454545;
                }

                .topNavigation .navigation .buttonWrapper .loginButton img {
                    width: 17px;
                    margin-left: 5px;
                }

                .topNavigation .navigation .buttonWrapper .loginButton:hover {
                    background-color: #454545;
                }

.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.2s ease-in-out;
}

.headroom--unpinned {
    top: -150px;
}

.headroom--pinned {
    top: 0;
}

.menuContainer {
    position: relative;
    z-index: 35;
    transition: all ease 0.3s;
    opacity: 0;
}

    .menuContainer.open {
        opacity: 1;
    }

.menuWrapper {
    text-align: left;
    float: left;
    width: 100%;
    background: #282828;
    color: #e4e4e4;
    padding: 15px;
    margin-top: 25px;
    position: relative;
    display: none;
}

    .menuWrapper:after {
        bottom: 100%;
        right: 10px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(31, 31, 31, 0);
        border-bottom-color: #2c2c2c;
        border-width: 20px;
    }

    .menuWrapper .primaryLinks {
        position: relative;
    }

    .menuWrapper .secondaryLinks {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #fff;
    }

        .menuWrapper .secondaryLinks .menuIconLinks ul li {
            padding: 0 0 0 42px;
        }

            .menuWrapper .secondaryLinks .menuIconLinks ul li:hover,
            .menuWrapper .secondaryLinks .menuIconLinks ul li.open,
            .menuWrapper .secondaryLinks .menuIconLinks ul li.selected {
                background-color: #282828;
            }

            .menuWrapper .secondaryLinks .menuIconLinks ul li span {
                font-size: 16px;
                font-style: italic;
                font-family: 'Source Sans Pro';
            }

    .menuWrapper .menuIconLinks ul {
        margin: 0;
        padding: 0;
    }

        .menuWrapper .menuIconLinks ul li {
            list-style-type: none;
            padding: 5px;
            position: relative;
            min-height: 32px;
            padding-left: 42px;
        }

            .menuWrapper .menuIconLinks ul li:hover,
            .menuWrapper .menuIconLinks ul li.open,
            .menuWrapper .menuIconLinks ul li.selected {
                background-color: #000;
            }

            .menuWrapper .menuIconLinks ul li img {
                width: 32px;
                position: absolute;
                left: 0;
            }

            .menuWrapper .menuIconLinks ul li span {
                font-size: 20px;
                font-family: 'Source Sans Pro';
            }

            .menuWrapper .menuIconLinks ul li a {
                color: #e4e4e4;
                display: block;
                width: 100%;
                height: 100%;
            }

                .menuWrapper .menuIconLinks ul li a:hover {
                    color: #FFF;
                }



    .menuWrapper .menuTextLinks {
        margin-top: 10px;
        color: #d4d4d4;
    }

        .menuWrapper .menuTextLinks &gt; div {
            background-color: #000;
            padding: 10px;
        }

        .menuWrapper .menuTextLinks h1 {
            color: #d4d4d4;
            margin: 0;
            padding-bottom: 5px;
            text-transform: uppercase;
            font-size: 22px;
            border-bottom: 1px solid #383838;
        }

        .menuWrapper .menuTextLinks ul {
            padding-left: 5px;
            margin: 0;
        }

            .menuWrapper .menuTextLinks ul li {
                list-style-type: none;
                padding: 5px 0;
            }

                .menuWrapper .menuTextLinks ul li a {
                    color: #d4d4d4;
                    line-height: 38px;
                    font-size: 20px;
                }

                    .menuWrapper .menuTextLinks ul li a:hover {
                        color: #fff;
                    }

                .menuWrapper .menuTextLinks ul li.selected a,
                .menuWrapper .menuTextLinks ul li.open a {
                    color: #fff;
                }

@media (max-width: 991px)
 {
    .photos .submenu {
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #959595;
    padding-bottom: 15px;
    /* width: 200px; */
    /* float: left; */
}

    .topNavigation .navigationbar {
        padding: 15px 0 0;
    }

    .topNavigation .logoWrapper .logo {
        display: none;
    }

    .topNavigation .logoWrapper .logoSmall {
        display: inline-block;
    }

    .topNavigation .navigation ul {
        margin-top: 5px;
    }

        .topNavigation .navigation ul li:nth-child(-n+6) {
            display: none;
        }

    .topNavigation .navigation .buttonWrapper p {
        display: none;
    }

    .topNavigation .navigation .buttonWrapper .loginButton {
        font-size: 0;
    }

        .topNavigation .navigation .buttonWrapper .loginButton img {
            margin: 0 6px;
        }

    .topNavigation .navigation .buttonWrapper:first-of-type {
        margin-right: 5px;
    }

    .topNavigation .menuContainer {
        margin-top: 0;
    }

    .topNavigation .menuWrapper:after {
        right: 5px;
    }
}

@media (min-width: 650px) {
    .topNavigation .logoWrapper {
        width: auto;
        text-align: left;
    }
}

@media (max-width: 649px) {
    .topNavigation .navigationbar .navigation {
        float: left;
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }

        .topNavigation .navigationbar .navigation ul li:nth-child(6) {
            margin-left: 0;
        }

    .topNavigation .menuWrapper:after {
        right: 50%;
        margin-right: -115px;
    }
}

@media (max-width: 450px) {
    .topNavigation .logoWrapper .logoSmall {
        max-width: 115px;
    }

    .topNavigation .logoWrapper .flagBox img {
        height: 19px;
    }
}

@media (min-width: 768px) {
    .menuWrapper .menuIconLinks ul li img {
        width: 32px;
    }
}

@media (min-width: 992px) {
    .menuWrapper .menuTextLinks {
        margin-top: 0;
    }

        .menuWrapper .menuTextLinks ul li {
            padding: 0;
        }

    .topNavigation .navigation ul li {
        margin-left: 25px;
    }

    .topNavigation .logoWrapper .flagBox {
        width: 26px;
        vertical-align: top;
    }

        .topNavigation .logoWrapper .flagBox img {
            float: left;
            height: 18px;
            width: auto;
        }

        .topNavigation .logoWrapper .flagBox a:first-of-type img {
            margin-right: 0px;
            margin-bottom: 5px;
        }
}
/*** FOOTER ***/
footer {
    margin-top: 40px;
    width: 100%;
    float: left;
    background: #282828;
    padding-bottom: 30px;
}

    footer .developedBy {
        color: #fff;
        text-align: right;
        line-height: 30px;
        text-align: center;
    }

    /*footer .footermenu {
        display: none;
        margin: 15px auto;
        padding-bottom: 15px;
        border-bottom: 1px solid #706f6d;
    }

        footer .footermenu .iconLinks ul {
            margin: 0;
            padding: 0;
        }

            footer .footermenu .iconLinks ul li {
                list-style-type: none;
                padding: 5px;
            }

                footer .footermenu .iconLinks ul li:hover,
                footer .footermenu .iconLinks ul li.open,
                footer .footermenu .iconLinks ul li.selected {
                    background-color: #000;
                }

                footer .footermenu .iconLinks ul li img {
                    width: 40px;
                    margin-right: 10px;
                }

                footer .footermenu .iconLinks ul li span {
                    font-size: 18px;
                }

                footer .footermenu .iconLinks ul li a {
                    color: #e4e4e4;
                    display: block;
                    width: 100%;
                    height: 100%;
                }

                    footer .footermenu .iconLinks ul li a:hover {
                        color: #FFF;
                    }

        footer .footermenu .textLinks {
            margin-top: 10px;
            color: #d4d4d4;
        }

            footer .footermenu .textLinks &gt; div {
                background-color: #000;
                padding: 10px;
            }

            footer .footermenu .textLinks ul {
                padding-left: 5px;
                margin: 0;
            }

                footer .footermenu .textLinks ul li {
                    list-style-type: none;
                }

                    footer .footermenu .textLinks ul li a {
                        color: #d4d4d4;
                        line-height: 24px;
                        font-size: 12px;
                        text-transform: uppercase;
                    }

                        footer .footermenu .textLinks ul li a:hover {
                            color: #fff;
                        }

                    footer .footermenu .textLinks ul li.selected a,
                    footer .footermenu .textLinks ul li.open a {
                        color: #fff;
                    }*/

    footer .social {
        text-align: center;
        float: left;
        width: 100%;
        margin: 50px auto 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #706f6d;
    }

        footer .social a {
            color: #fff;
        }

            footer .social a:hover {
                color: #c8050a;
            }

        footer .social img {
            width: 32px;
            margin-right: 10px;
        }

        footer .social h1 {
            font-size: 22px;
            color: #e4e4e4;
            font-weight: normal;
        }

        footer .social p {
            color: #e4e4e4;
        }

        footer .social .at-follow-tbx-element a {
            float: none;
        }

        footer .social .addthis_horizontal_follow_toolbox a,
        footer .social .addthis_sharing_toolbox a {
            margin: 5px;
            padding: 0;
        }

        footer .social .newsletter {
            clear: left;
        }

            footer .social .newsletter form {
                display: inline-block;
                width: 200px;
            }

            footer .social .newsletter p {
                max-width: 300px;
                margin: 0 auto 10px;
            }

            footer .social .newsletter input {
                float: left;
                clear: left;
                width: 100%;
                max-width: 200px;
                margin: 5px 0;
                border: none;
                background-color: #f5f4ee;
                color: #9e9d9a;
                padding: 5px 10px;
            }

                footer .social .newsletter input:focus {
                    outline: none;
                }

                footer .social .newsletter input[type=submit] {
                    /*text-transform: uppercase;*/
                    color: #fff;
                    background-color: #9c0b0e;
                    border-radius: 50px;
                }

                    footer .social .newsletter input[type=submit]:hover {
                        background-color: #c8050a;
                    }

    footer .companies {
        float: left;
        width: 100%;
        margin: 20px auto;
    }

        footer .companies ul {
            width: 100%;
            margin: 0;
            padding: 0;
            text-align: center;
        }

            footer .companies ul li {
                list-style-type: none;
                text-align: center;
                margin: 5px 10px;
            }



                footer .companies ul li:nth-child(1) img {
                    width: 100px;
                }

                footer .companies ul li:nth-child(2) img {
                    width: 120px;
                }

                footer .companies ul li:nth-child(3) img {
                    width: 120px;
                }

                footer .companies ul li:nth-child(4) img {
                    width: 102px;
                }
/*Mobile view*/
@media (max-width: 600px) {
    footer .companies ul li:nth-child(1) img {
        width: 180px;
    }

    footer .companies ul li:nth-child(2) img {
        width: 186px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    footer .companies ul li:nth-child(3) img {
        width: 183px;
    }
}

@media (min-width: 480px) {
    footer .companies ul li {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    footer .social .newsletter p {
        max-width: none;
    }
}

@media (min-width: 992px) {
    footer .footermenu {
        display: block;
    }

    footer .social {
        text-align: left;
    }

        footer .social .newsletter {
            clear: none;
        }
}

@media (max-width: 992px) {
    footer .social {
        margin-top: 20px;
        padding-bottom: 0;
    }

        footer .social &gt; div {
            margin-bottom: 30px;
        }
}

@media (max-width: 450px) {
    footer .social p {
        font-size: 12px;
    }
}

/*** FRONTPAGE ***/
.frontpage {
    float: left;
}

    .frontpage .frontEndLink {
        font-size: 2.2rem;
        text-align: center;
    }

    .frontpage .header &gt; div:nth-child(1) {
        width: 100%;
    }

    .frontpage .header &gt; div:nth-child(2) {
        display: none;
    }

    .frontpage .topNews h1 {
        margin-top: 0;
    }

    .frontpage .topNewsButtons .redButton {
        display: inline-block;
        margin-right: 5px;
    }

    .frontpage .salesItem {
        text-align: center;
        margin-top: 15px;
    }

        .frontpage .salesItem .itemBox {
            background: #f3f2ee;
            height: 100%;
        }

            .frontpage .salesItem .itemBox .imageBox {
                width: 100%;
                padding-bottom: 100%;
                background: #e3e2da;
                position: relative;
                box-sizing: border-box;
                float: left;
            }

                .frontpage .salesItem .itemBox .imageBox img {
                    max-height: 100%;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    vertical-align: bottom;
                    margin: auto;
                    width: auto;
                }

            .frontpage .salesItem .itemBox .textBox {
                padding: 10px;
            }

            .frontpage .salesItem .itemBox a {
                color: #000000;
            }

                .frontpage .salesItem .itemBox a &gt; span {
                    font-size: 16px;
                }

            .frontpage .salesItem .itemBox h3 {
                font-size: 20px;
                margin: 5px 0 0;
                float: left;
                width: 100%;
            }

    .frontpage .news .newsMedium {
        margin-top: 30px;
    }

        .frontpage .news .newsMedium h2 {
            font-size: 18px;
        }

        .frontpage .news .newsMedium .newsItem {
            margin-bottom: 30px;
        }

    .frontpage .news .newsMobile {
        display: none;
    }

    .frontpage .news .newsSmall:nth-of-type(3) {
        clear: left;
    }

    .frontpage .news .newsSmall h2 {
        font-size: 18px;
    }

    .frontpage .news &gt; div img {
        vertical-align: middle;
    }

    .frontpage .news &gt; div h2 {
        margin-top: 15px;
    }

    .frontpage .photoEvents {
        text-align: center;
    }

        .frontpage .photoEvents:nth-child(1),
        .frontpage .photoEvents:nth-child(2) {
            display: block;
        }

        .frontpage .photoEvents .photoEvent {
            margin-bottom: 30px;
        }

            .frontpage .photoEvents .photoEvent .imageBox {
                float: left;
                position: relative;
                width: 100%;
                background: url(/Graphics/Frontpage/PhotoEvents/imageBg.png) no-repeat top left;
                background-size: 100%;
                padding-bottom: 68%;
                text-align: left;
            }

                .frontpage .photoEvents .photoEvent .imageBox img {
                    position: absolute;
                    width: 94%;
                }

            .frontpage .photoEvents .photoEvent a span {
                font-size: 18px;
                color: #000000;
                font-family: 'Oswald';
            }

    .frontpage .happenings .happeningList {
        float: left;
    }

        .frontpage .happenings .happeningList .event {
            float: left;
            width: 100%;
            padding: 5px;
            box-sizing: border-box;
            border-bottom: 1px solid #d0d0cb;
        }

        .frontpage .happenings .happeningList span {
            font-size: 14px;
            line-height: 15px;
            color: #9c0b0e;
            text-transform: uppercase;
        }

        .frontpage .happenings .happeningList a {
            font-size: 18px;
            color: #000000;
        }

            .frontpage .happenings .happeningList a:hover {
                color: #c8050a;
            }

    .frontpage .happenings .happeningCreateBox {
        float: left;
        background: url(/Graphics/Frontpage/Happenings/calendarBg.jpg) no-repeat top center;
        background-size: cover;
        width: 100%;
        padding: 20px;
        text-align: center;
    }

        .frontpage .happenings .happeningCreateBox .redButton {
            display: inline-block;
            float: none;
            width: auto;
        }

@media (max-width: 479px) and (min-width: 340px) {
    .frontpage .salesItem {
        float: left;
        width: 50%;
        margin-bottom: 15px;
    }

        .frontpage .salesItem:nth-child(odd) {
            clear: left;
        }

        .frontpage .salesItem:last-of-type {
            display: block;
        }
}

@media (max-width: 479px) and (min-width: 400px) {
    .frontpage .news h2 {
        font-size: 20px;
    }
}

@media (min-width: 400px) {
    .frontpage .salesItem {
        margin-top: 0;
    }

    .frontpage .news h2 {
        margin: 0;
    }
}

@media (min-width: 480px) {
    .frontpage .frontHorses .salesItem:nth-child(4) {
        display: none;
    }

    .frontpage .photoEvents {
        display: block;
    }

    .frontpage .header &gt; div:nth-child(1) {
        width: 50%;
    }

    .frontpage .header &gt; div:nth-child(2) {
        display: block;
    }
}

@media (max-width: 767px) {
    .salesItem:nth-child(4) {
        display: none;
    }

    .newsItem:nth-child(2n+1) {
        clear: left;
    }

    .frontpage .news .newsMedium {
        /*none*/
        display: block;
    }


    .frontpage .news .newsMobile {
        display: block;
    }

    .frontpage .news &gt; div h2 {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .frontpage .news .newsBig h2 {
        font-size: 24px;
    }

    .frontpage .news .newsMedium h2 {
        font-size: 20px;
    }

    .frontpage .news .newsMedium &gt; .row &gt; .newsItem:nth-child(4) {
        clear: left;
    }

    .frontpage .news .newsSmall h2 {
        font-size: 18px;
    }

    .frontpage .news .newsSmall .newsItem:nth-child(2n+1) {
        clear: left;
    }
}
/*** NEWS ***/
.news .topNewsHeader {
    margin-top: 0;
    font-size: 30px;
}

.news .newsDate {
    font-size: 16px;
    color: #a0a0a0;
}

    .news .newsDate a {
        color: #a0a0a0;
    }

.news .newsAuthor {
    font-size: 16px;
    color: #1f1f1f;
    margin-top: 5px;
}

    .news .newsAuthor p {
        color: #1f1f1f;
        line-height: 18px;
        margin: 5px 0 5px 10px;
        display: inline-block;
        vertical-align: middle;
    }

        .news .newsAuthor p span {
            font-size: 14px;
            color: #1f1f1f;
        }

    .news .newsAuthor a {
        color: #a0a0a0;
    }

    .news .newsAuthor &gt; div {
        background: #e3e2dd;
        border: 1px solid #c7c6c1;
        min-height: 50px;
    }

        .news .newsAuthor &gt; div img {
            width: auto;
            max-height: 50px;
        }

        .news .newsAuthor &gt; div .authorButtons {
            float: right;
            margin: 10px 25px;
            height: 30px;
        }

            .news .newsAuthor &gt; div .authorButtons a {
                display: inline-block;
                height: 30px;
                background: #a0a0a0;
                color: #fff;
                border-radius: 15px;
                padding: 0 10px 0 5px;
            }

                .news .newsAuthor &gt; div .authorButtons a i {
                    line-height: 30px;
                    width: 30px;
                    text-align: center;
                    margin-right: 5px;
                }

                .news .newsAuthor &gt; div .authorButtons a span {
                    line-height: 30px;
                    display: inline-block;
                    top: -2px;
                    position: relative;
                }

.news .newsWrapper {
    max-width: 800px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
}

    .news .newsWrapper .newsTeaser {
        font-size: 20px;
    }

    .news .newsWrapper .listTable {
        font-size: 18px;
    }

    .news .newsWrapper .externalVideo {
        padding: 15px;
    }

        .news .newsWrapper .externalVideo img {
            width: 100%;
        }

            .news .newsWrapper .externalVideo img.playIcon {
                position: absolute;
                max-width: 64px;
                max-height: 64px;
                z-index: 11;
                opacity: 0.8;
                top: 50%;
                left: 50%;
                margin-left: -32px;
                margin-top: -32px;
            }

    .news .newsWrapper .referenceText {
        font-size: 18px;
        font-weight: bold;
    }

    .news .newsWrapper .referenceMagazine {
        margin-top: 15px;
        background: url(/Graphics/Magazines/box.png) no-repeat top right;
        height: 116px;
        text-align: center;
    }

        .news .newsWrapper .referenceMagazine img {
            max-width: 50px;
            display: inline-block;
            margin: 22px 0;
            margin-left: -5px;
        }

        .news .newsWrapper .referenceMagazine .referenceMagazineText {
            display: inline-block;
            padding: 0px 0 0px 5px;
            vertical-align: middle;
            margin-right: -10px;
        }

            .news .newsWrapper .referenceMagazine .referenceMagazineText h1 {
                font-weight: normal;
                color: #fff;
                margin: 0;
                font-size: 22px;
            }

            .news .newsWrapper .referenceMagazine .referenceMagazineText h2 {
                font-weight: normal;
                color: #fff;
                margin: 0;
                font-size: 13px;
            }

    .news .newsWrapper .imageContainer {
        background: #e3e2dd;
        float: none;
        display: inline-block;
    }

        .news .newsWrapper .imageContainer .imageBox {
            background: none;
        }

        .news .newsWrapper .imageContainer .imageText {
            text-align: center;
            color: #282828;
            background: none;
        }

.news .grayButton {
    max-width: none;
}

    .news .grayButton.big {
        font-size: 20px;
    }

.news .searchBox h2 {
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
}

.news .searchBox input[type=text] {
    float: left;
    width: calc(100% - 100px);
    height: 39px;
    font-size: 18px;
}

.news .searchBox button {
    float: right;
    margin: 0;
}

.news .topNews h2 {
    margin-top: 5px;
}

.news .newsList &gt; div {
    clear: both;
    float: left;
    margin-top: 30px;
}

    .news .newsList &gt; div img {
        vertical-align: middle;
    }

    .news .newsList &gt; div h2 {
        margin: 5px 0;
    }

.news .newsText p {
    margin: 0 0 15px 0;
}

.news .newsText ul,
.news .newsText ol {
    clear: both;
    margin-bottom: 15px;
}

.news .newsText .related {
    font-family: 'Oswald';
    font-size: 18px;
}

    .news .newsText .related span {
        text-transform: uppercase;
        margin-right: 5px;
    }

.news .newsText .embed-container {
    margin: 30px 0;
}

.news .newsText .textWithImage {
    float: left;
    width: 100%;
}

.news .newsText .newsImage {
    display: block;
    position: relative;
}

    .news .newsText .newsImage .imageCopyright {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

        .news .newsText .newsImage .imageCopyright img {
            width: 100%;
            height: 100%;
        }

.news .newsText .newsImageFL,
.news .newsText .newsImageFR {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin: 15px auto;
}

    .news .newsText .newsImageFL .newsImageText,
    .news .newsText .newsImageFR .newsImageText {
        display: inline-block;
        width: 100%;
        background: #e3e2dd;
        padding: 5px 10px;
        font-size: 14px;
    }

    .news .newsText .newsImageFL .imageCopyright,
    .news .newsText .newsImageFR .imageCopyright {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

        .news .newsText .newsImageFL .imageCopyright img,
        .news .newsText .newsImageFR .imageCopyright img {
            width: 100%;
            height: 100%;
        }

.news .newsText .boksbanner {
    display: inline-block;
    width: 100%;
    margin: 15px auto;
}

.news .newsCategoryBox {
    background: #e3e2da;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

    .news .newsCategoryBox h1 {
        font-weight: normal;
        margin: 0;
        margin-bottom: 5px;
    }

    .news .newsCategoryBox h2 {
        margin: 0;
    }

    .news .newsCategoryBox p {
        margin: 0;
        color: #797876;
    }

.news .newsHintForm {
    margin-top: 30px;
    float: left;
    width: 100%;
}

    .news .newsHintForm input {
        margin-bottom: 15px;
    }

        .news .newsHintForm input[type=checkbox] {
            width: auto;
            margin-right: 5px;
            margin-bottom: 0;
            line-height: 22px;
        }

    .news .newsHintForm textarea {
        margin-bottom: 15px;
        max-width: 920px;
        width: 100% !important;
    }

    .news .newsHintForm label {
        font-weight: normal;
    }

    .news .newsHintForm button {
        float: right;
    }

.news .imageContainer {
    margin-top: 15px;
    margin-bottom: 30px;
}

.news .imageGallery {
    margin: 15px 0 30px;
    clear: both;
}

    .news .imageGallery .imageContainer {
        margin-bottom: 0px;
    }

.news .giveAwayContainer .giveAwayBox {
    background: #e3e2dd;
    border: 1px solid #c7c6c1;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    float: left;
    width: 100%;
}

    .news .giveAwayContainer .giveAwayBox h2 {
        margin-top: 0;
    }

    .news .giveAwayContainer .giveAwayBox input,
    .news .giveAwayContainer .giveAwayBox select {
        background: #fff;
        border: 1px solid #c7c6c1;
        border-radius: 3px;
        padding: 5px;
        margin: 5px 0;
        float: left;
        width: 100%;
    }

        .news .giveAwayContainer .giveAwayBox input[type=radio],
        .news .giveAwayContainer .giveAwayBox select[type=radio] {
            width: auto;
            margin-right: 7px;
        }

        .news .giveAwayContainer .giveAwayBox input[type=submit],
        .news .giveAwayContainer .giveAwayBox select[type=submit] {
            background: #9c0b0e;
            float: none;
            display: inline-block;
            border-radius: 5px;
        }

            .news .giveAwayContainer .giveAwayBox input[type=submit]:hover,
            .news .giveAwayContainer .giveAwayBox select[type=submit]:hover {
                background: #c8050a;
            }

    .news .giveAwayContainer .giveAwayBox label {
        font-weight: normal;
    }

    .news .giveAwayContainer .giveAwayBox .text-danger {
        width: 100%;
        float: left;
    }

.news .factBox.grayBox {
    display: inline-block;
    background: #e3e2dd;
    border: 1px solid #c7c6c1;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    margin: 15px auto;
    overflow: hidden;
    position: relative;
    transition: all ease 1s;
}

    .news .factBox.grayBox.factOpen:after,
    .news .factBox.grayBox.factClosed:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 150px;
        background: linear-gradient(to top, #e3e2dd 20%, transparent 100%);
        left: 0;
        bottom: 0;
        transition: all ease 1s;
    }

    .news .factBox.grayBox.factOpen:after {
        height: 0;
    }

    .news .factBox.grayBox.factClosed {
        height: 200px;
    }

    .news .factBox.grayBox span {
        font-size: 12px;
        font-weight: bold;
        font-family: 'Oswald';
        text-transform: uppercase;
    }

        .news .factBox.grayBox span.factButton {
            position: absolute;
            bottom: 10px;
            right: 20px;
            z-index: 10;
            cursor: pointer;
            padding-right: 15px;
        }

            .news .factBox.grayBox span.factButton .factArrow {
                border: solid black;
                border-width: 0 3px 3px 0;
                display: inline-block;
                padding: 2px;
                transition: all ease 0.5s;
                position: absolute;
                top: 5px;
                right: 0px;
            }

                .news .factBox.grayBox span.factButton .factArrow.up {
                    transform: rotate(-135deg);
                    -webkit-transform: rotate(-135deg);
                    top: 6px;
                }

                .news .factBox.grayBox span.factButton .factArrow.down {
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    top: 3px;
                }

    .news .factBox.grayBox .factHeader {
        font-size: 20px;
        font-weight: normal;
        font-family: 'Oswald';
        border-bottom: 5px solid #c7c6c1;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

.news .factBox.quoteBox {
    border-left: 5px solid #9c0b0e;
    padding-left: 25px;
    margin: 15px auto;
    position: relative;
    padding-top: 50px;
    font-family: 'Oswald';
    font-size: 20px;
}

    .news .factBox.quoteBox:before {
        content: '"';
        position: absolute;
        top: 55px;
        left: 25px;
        font-size: 150px;
        line-height: 0;
    }

@media (min-width: 400px) {
    .news .newsList &gt; div h2 {
        margin: 0;
        margin-bottom: 5px;
    }
}

@media (min-width: 480px) {
    .news .newsWrapper .referenceMagazine img {
        margin: 3px 0;
        max-width: 91px;
    }

    .news .newsWrapper .referenceMagazine .referenceMagazineText {
        padding: 0 0 0 40px;
        margin-right: 0;
    }

        .news .newsWrapper .referenceMagazine .referenceMagazineText h1 {
            font-size: 30px;
        }

        .news .newsWrapper .referenceMagazine .referenceMagazineText h2 {
            font-size: 17px;
        }

    .news .newsText .newsImageFR {
        margin: 0 0 2% 2%;
        width: 48%;
        float: right;
    }

    .news .newsText .newsImageFL {
        margin: 0 2% 2% 0;
        width: 48%;
    }

    .news .newsText .boksbanner {
        width: 46%;
        max-width: 300px;
        float: left;
        margin: 0 4% 1% 0;
    }

        .news .newsText .boksbanner.firstBanner {
            float: right;
            margin: 0 0 1% 4%;
        }
}

@media (min-width: 768px) {
    .news .newsWrapper .referenceMagazine {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .news .grayButton.big {
        font-size: 30px;
    }
}
/*** HORSES ***/
.salesHorseList {
    /*.flexgrip {
        display: flex;
        flex-wrap: wrap;
    }*/
}

    .salesHorseList .search {
        font-size: 18px;
    }

        .salesHorseList .search #simple .table &gt; .tr &gt; .td:first-of-type,
        .salesHorseList .search #advanced .table &gt; .tr &gt; .td:first-of-type {
            width: 135px;
        }

        .salesHorseList .search #simple {
            display: block;
        }

        .salesHorseList .search #advanced {
            display: none;
        }

            .salesHorseList .search #advanced label {
                min-width: 25px;
                text-align: center;
            }

        .salesHorseList .search #searchSettings {
            display: inline-block;
            font-size: 16px;
            cursor: pointer;
            line-height: 46px;
            text-decoration: underline;
            font-weight: normal;
        }

        .salesHorseList .search .searchButton {
            float: right;
        }

    .salesHorseList #salesHorseAgent div.table {
        display: table;
        max-width: 100%;
        margin-bottom: 0;
    }

        .salesHorseList #salesHorseAgent div.table .tr {
            float: none;
            padding: 0;
        }

            .salesHorseList #salesHorseAgent div.table .tr .td {
                display: table-cell;
                width: auto;
                float: none;
                padding: 5px;
            }

                .salesHorseList #salesHorseAgent div.table .tr .td input[type=checkbox] {
                    line-height: 44px;
                    vertical-align: middle;
                }

                .salesHorseList #salesHorseAgent div.table .tr .td label {
                    text-align: left;
                    vertical-align: middle;
                }

                    .salesHorseList #salesHorseAgent div.table .tr .td label span {
                        width: 100%;
                        float: left;
                        font-size: 14px;
                        color: #ababa7;
                    }

    .salesHorseList #salesHorseAgent #agentForm {
        display: none;
    }

        .salesHorseList #salesHorseAgent #agentForm input[type=email] {
            float: left;
            width: 100%;
            clear: none;
        }

        .salesHorseList #salesHorseAgent #agentForm input[type=submit] {
            float: right;
            width: auto;
            clear: none;
            margin-top: 10px;
        }

    .salesHorseList #salesHorseAgentMessage {
        display: none;
        text-align: center;
    }

        .salesHorseList #salesHorseAgentMessage &gt; div {
            color: #e4e4e4;
            background: #282828;
            padding: 10px;
        }

        .salesHorseList #salesHorseAgentMessage #agentDone {
            display: none;
        }

        .salesHorseList #salesHorseAgentMessage #agentError {
            display: none;
        }

    .salesHorseList .linkButtons {
        float: right;
        margin-top: 10px;
    }

        .salesHorseList .linkButtons .redButton,
        .salesHorseList .linkButtons .grayButton {
            float: right;
        }

    .salesHorseList .salesHorseWrapper {
        display: inline-block;
        vertical-align: top;
        margin-top: 30px;
    }

        .salesHorseList .salesHorseWrapper:nth-child(2n+1) {
            clear: left;
        }

        .salesHorseList .salesHorseWrapper .salesHorse {
            padding-bottom: 10px;
            color: #000000;
            background: #f3f2ee;
            height: 100%;
        }

            .salesHorseList .salesHorseWrapper .salesHorse h3 {
                margin-top: 5px;
            }

                .salesHorseList .salesHorseWrapper .salesHorse h3 .glyphicon-film {
                    float: right;
                    margin: 1px 2px 2px;
                }

            .salesHorseList .salesHorseWrapper .salesHorse .imageBox {
                width: 100%;
                padding-bottom: 100%;
                background: #e3e2da;
                position: relative;
                box-sizing: border-box;
                float: left;
            }

                .salesHorseList .salesHorseWrapper .salesHorse .imageBox img {
                    max-height: 100%;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    vertical-align: bottom;
                    margin: auto;
                    width: auto;
                }

                .salesHorseList .salesHorseWrapper .salesHorse .imageBox.superAd {
                    background: #282828;
                }

                    .salesHorseList .salesHorseWrapper .salesHorse .imageBox.superAd span {
                        color: #e3e2da;
                    }

            .salesHorseList .salesHorseWrapper .salesHorse .textBox {
                padding: 0 10px;
            }

                .salesHorseList .salesHorseWrapper .salesHorse .textBox span.date {
                    font-size: 13px;
                    color: #878787;
                    line-height: 14px;
                    padding: 0;
                }

    .salesHorseList .superAds .salesHorseWrapper .salesHorse .imageBox {
        background: #282828;
    }

        .salesHorseList .superAds .salesHorseWrapper .salesHorse .imageBox span {
            color: #e4e4e4;
        }

.salesHorseView .imageTicker {
    background: #282828;
    position: relative;
}

    .salesHorseView .imageTicker .carousel {
        top: 0;
        bottom: 0;
    }

        .salesHorseView .imageTicker .carousel .imageContainer {
            width: 25%;
        }

            .salesHorseView .imageTicker .carousel .imageContainer:focus {
                outline: none;
            }

        .salesHorseView .imageTicker .carousel .imageBox {
            width: 100%;
            padding-bottom: 100%;
            background: #282828;
            position: relative;
            box-sizing: border-box;
            float: left;
            border: none;
            outline: none;
        }

            .salesHorseView .imageTicker .carousel .imageBox:focus {
                outline: none;
            }

            .salesHorseView .imageTicker .carousel .imageBox img {
                max-height: 100%;
                max-width: 100%;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                vertical-align: bottom;
                margin: auto;
                width: auto;
            }

                .salesHorseView .imageTicker .carousel .imageBox img.playIcon {
                    max-width: 64px;
                    max-height: 64px;
                    z-index: 11;
                    opacity: 0.8;
                }

    .salesHorseView .imageTicker button {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40px;
        font-size: 0;
        border: none;
        background: transparent;
    }

        .salesHorseView .imageTicker button:focus {
            outline: none;
        }

        .salesHorseView .imageTicker button.slick-prev {
            left: 0px;
            z-index: 10;
        }

            .salesHorseView .imageTicker button.slick-prev::before {
                content: " ";
                width: 0;
                height: 0;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-right: 10px solid #fff;
            }

        .salesHorseView .imageTicker button.slick-next {
            right: 0px;
        }

            .salesHorseView .imageTicker button.slick-next::before {
                content: " ";
                width: 0;
                height: 0;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 10px solid #fff;
            }

        .salesHorseView .imageTicker button.slick-disabled {
            opacity: 0.25;
        }

.salesHorseView h2 {
    font-weight: normal;
    margin-top: 0;
}

.salesHorseView h3 {
    margin-top: 0;
    font-size: 22px;
}

.salesHorseView .infoTable tr td {
    padding: 2px 5px;
    vertical-align: top;
}

    .salesHorseView .infoTable tr td:first-of-type {
        font-weight: bold;
        text-align: right;
    }

.salesHorseView .xrayBox {
    background-color: #d7800f;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
    float: left;
    width: 100%;
}

    .salesHorseView .xrayBox a {
        color: white;
    }

        .salesHorseView .xrayBox a:first-of-type {
            font-size: 140%;
        }

.salesHorseView .priceBox {
    background: #282828;
    padding: 15px;
    margin: 15px 0;
    color: #e4e4e4;
    float: left;
    width: 100%;
    text-align: center;
}

    .salesHorseView .priceBox .innerWrapper {
        display: inline-block;
        text-align: left;
    }

        .salesHorseView .priceBox .innerWrapper .pricetext {
            font-size: 19px;
            float: left;
        }

        .salesHorseView .priceBox .innerWrapper .price {
            float: left;
            font-size: 32px;
            font-weight: bold;
            clear: both;
        }

.salesHorseView .pedigree {
    width: 100%;
    border: 1px solid #c7c6c1;
    font-size: 14px;
}

    .salesHorseView .pedigree tr td {
        padding: 2px 5px;
        word-wrap: break-word;
        word-break: break-all;
    }

    .salesHorseView .pedigree .light {
        background-color: #fff;
    }

    .salesHorseView .pedigree .dark {
        background-color: #e3e2dd;
    }

.salesHorseView .pedigreeText {
    text-transform: uppercase;
    text-align: center;
    margin: 5px 0 15px;
    font-size: 14px;
}

.salesHorseView .sellerComments,
.salesHorseView .sellerInformation {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b7b6b2;
}

.salesHorseView .featureButtons .featureButtonsWrapper &gt; div {
    background: #e3e2dd;
    border: 1px solid #c7c6c1;
    padding: 30px;
    padding-top: 20px;
    border-radius: 5px;
    text-align: center;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

    .salesHorseView .featureButtons .featureButtonsWrapper &gt; div img {
        width: 32px;
    }

    .salesHorseView .featureButtons .featureButtonsWrapper &gt; div span {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

.horsePrice .table tr td:nth-of-type(even) {
    text-align: right;
}

@media (min-width: 480px) {
    .salesHorseList .search #searchSettings {
        font-size: 30px;
    }

        .salesHorseList .search #searchSettings::after {
            bottom: 4px;
        }

    .salesHorseList #salesHorseAgent #agentForm input[type=email] {
        width: calc(100% - 180px);
    }

    .salesHorseList #salesHorseAgent #agentForm input[type=submit] {
        margin-top: 0;
    }

    .salesHorseView .imageTicker {
        padding: 10px 0;
    }

        .salesHorseView .imageTicker .carousel {
            left: 50px;
            right: 50px;
            width: calc(100% - 100px);
        }

            .salesHorseView .imageTicker .carousel .imageContainer {
                margin: 0 5px;
            }

            .salesHorseView .imageTicker .carousel .imageBox {
                background: #000;
                border: 1px solid #494949;
            }

                .salesHorseView .imageTicker .carousel .imageBox img {
                    max-height: 95%;
                    max-width: 95%;
                }

        .salesHorseView .imageTicker button {
            width: 50px;
        }

            .salesHorseView .imageTicker button.slick-prev {
                left: -50px;
            }

                .salesHorseView .imageTicker button.slick-prev::before {
                    border-top: 20px solid transparent;
                    border-bottom: 20px solid transparent;
                    border-right: 20px solid #fff;
                }

            .salesHorseView .imageTicker button.slick-next {
                right: -50px;
            }

                .salesHorseView .imageTicker button.slick-next::before {
                    border-top: 20px solid transparent;
                    border-bottom: 20px solid transparent;
                    border-left: 20px solid #fff;
                }

    .salesHorseView .pedigree tr td {
        word-wrap: normal;
        word-break: normal;
    }
}

@media (max-width: 599px) {
    .salesHorseWrapper {
        width: 50%;
    }
}

@media (min-width: 600px) {
    .salesHorseList .salesHorseWrapper {
        max-width: 33.33%;
    }

        .salesHorseList .salesHorseWrapper:nth-child(2n+1) {
            clear: none;
        }

        .salesHorseList .salesHorseWrapper:nth-child(3n+1) {
            clear: left;
        }

    .superAds .salesHorseWrapper:nth-child(4) {
        display: none;
    }
}

@media (max-width: 400px) {
    .salesHorseWrapper {
        width: 100%;
    }
}

@media (min-width: 401px) {
    .salesHorseWrapper {
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .salesHorseList .linkButtons {
        margin-top: 65px;
    }
}

@media (min-width: 992px) {
    .superAds .salesHorseWrapper:nth-child(3n+1) {
        clear: none;
    }

    .superAds .salesHorseWrapper:nth-child(4) {
        display: inline;
    }
}
/*** PHOTOS ***/
.photos .submenu {
    text-align: center;
    border-bottom: 1px solid #959595;
    padding-bottom: 15px;
}

    .photos .submenu a {
        display: inline-block;
        margin: 5px;
        width: 100%;
    }

    .photos .submenu .basket {
        color: #000000;
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        line-height: 37px;
        height: 37px;
        width: 120px;
        vertical-align: top;
        line-height: 30px;
        vertical-align: middle;
    }

        .photos .submenu .basket .glyphicon {
            font-size: 130%;
            vertical-align: middle;
        }

.photos .photoSearch {
    font-size: 18px;
    vertical-align: middle;
}

    .photos .photoSearch .radioButtons {
        line-height: 46px;
        float: left;
    }

        .photos .photoSearch .radioButtons &gt; div {
            display: inline-block;
        }

    .photos .photoSearch .submitContainer {
        float: right;
        min-width: 100px;
    }

    .photos .photoSearch input[type=submit] {
        float: right;
    }

.photos .photoEvents .photoEventWrapper {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

    .photos .photoEvents .photoEventWrapper:nth-child(2n+1) {
        clear: left;
    }

    .photos .photoEvents .photoEventWrapper .photoEvent {
        padding-bottom: 10px;
        color: #000000;
    }

        .photos .photoEvents .photoEventWrapper .photoEvent h3 {
            margin-top: 0;
        }

        .photos .photoEvents .photoEventWrapper .photoEvent &gt; span {
            display: inline-block;
            width: 100%;
            margin: 10px;
            color: #686868;
            width: calc(100% - 20px);
        }

        .photos .photoEvents .photoEventWrapper .photoEvent .glyphicon {
            margin-right: 5px;
        }

        .photos .photoEvents .photoEventWrapper .photoEvent .imageBox {
            width: 100%;
            padding-bottom: 100%;
            background: #000;
            position: relative;
            box-sizing: border-box;
            float: left;
        }

            .photos .photoEvents .photoEventWrapper .photoEvent .imageBox img {
                max-height: 90%;
                max-width: 90%;
                position: absolute;
                top: 20px;
                right: 0;
                bottom: 0;
                left: 0;
                vertical-align: bottom;
                margin: auto;
                width: auto;
            }

            .photos .photoEvents .photoEventWrapper .photoEvent .imageBox span {
                font-size: 15px;
                color: #fff;
                line-height: 20px;
                padding: 5px;
                margin: 0;
            }

            .photos .photoEvents .photoEventWrapper .photoEvent .imageBox .deals {
                position: absolute;
                bottom: 0px;
                width: 100%;
                background: #9c0b0e;
                padding: 5px 10px;
                text-align: center;
                font-size: 18px;
                text-transform: uppercase;
                opacity: 0.8;
            }

                .photos .photoEvents .photoEventWrapper .photoEvent .imageBox .deals .photoOfferPopup {
                    color: #fff;
                    display: block;
                    width: 100%;
                    height: 100%;
                }

.photos .dealBox {
    background: #e3e2da;
    color: #9c0b0e;
    text-align: center;
    padding: 15px;
}

    .photos .dealBox h1 {
        color: #000000;
        font-weight: normal;
        margin-top: 0;
    }

    .photos .dealBox h2 {
        color: #9c0b0e;
        font-weight: normal;
        font-size: 20px;
        margin: 0;
        margin-bottom: 10px;
    }

    .photos .dealBox span {
        font-size: 18px;
        text-decoration: underline;
        cursor: pointer;
    }

    .photos .dealBox #dealText {
        display: none;
    }

.photos .photoView .imageIdBox {
    text-align: center;
    margin-top: 10px;
}

.photos .photoView #previousImage img {
    width: 35px;
    left: 10px;
    right: initial;
    z-index: 100;
}

.photos .photoView #nextImage img {
    width: 35px;
    left: initial;
    right: 10px;
    z-index: 100;
}

.photos .photoView .grayButton,
.photos .photoView .redButton {
    display: inline-block;
    width: 100%;
    max-width: none;
    text-align: center;
}

.photos .photoView .buttonBorder {
    margin-top: 15px;
    border-bottom: 1px solid #959595;
}

.photos .photoView .photoSearchWords {
    color: #686868;
    text-transform: uppercase;
    font-size: 13px;
}

.photoSearch .photoEvents .photoEventWrapper .photoEvent {
    text-align: center;
    background: #000;
}

    .photoSearch .photoEvents .photoEventWrapper .photoEvent span {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .photoSearch .photoEvents .photoEventWrapper .photoEvent .imageBox img {
        top: 0;
    }

    .photoSearch .photoEvents .photoEventWrapper .photoEvent .grayButton {
        display: inline-block;
        cursor: pointer;
    }

.photoSearch #openCatalogs {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    color: #9c0b0e;
    margin-left: 10px;
    margin-top: 15px;
    line-height: 20px;
    cursor: pointer;
    float: right;
}

    .photoSearch #openCatalogs .glyphicon {
        font-size: 75%;
        line-height: 100%;
        margin-left: 5px;
        transition: all ease 0.3s;
    }

        .photoSearch #openCatalogs .glyphicon.gly-rotate-90 {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

.photoSearch #catalogBox {
    display: none;
}

    .photoSearch #catalogBox .catalog {
        background: #fff;
        border: 1px solid #eaeaea;
        border-radius: 10px;
        margin-top: 30px;
        overflow: hidden;
    }

        .photoSearch #catalogBox .catalog .catalogText {
            padding: 10px;
        }

            .photoSearch #catalogBox .catalog .catalogText h3 {
                margin: 0;
                text-align: center;
                font-size: 16px;
            }

#basketPopup {
    text-align: center;
}

    #basketPopup .glyphicon {
        margin-right: 5px;
    }

.photosPrice table.table td:nth-child(2),
.photosPrice table.table th:nth-child(2) {
    text-align: right;
    min-width: 80px;
}

.photosPrice .priceHeaderImage {
    width: auto;
    float: right;
}

.photosInstructions img {
    border: 3px solid #eaeaea;
    margin: 10px 0;
    border-radius: 10px;
}

@media (max-width: 599px) {
    .photoEventWrapper {
        width: 50%;
    }
}

@media (min-width: 600px) {
    .photos .submenu a {
        min-width: 120px;
        width: auto;
        margin: 0 5px;
    }

    .photos .photoEvents .photoEventWrapper:nth-child(2n+1) {
        clear: none;
    }

    .photos .photoEvents .photoEventWrapper:nth-child(3n+1) {
        clear: left;
    }

    .photos .photoView #previousImage img {
        width: 75px;
        left: 20px;
    }

    .photos .photoView #nextImage img {
        width: 75px;
        right: 20px;
    }
}

@media (max-width: 400px) {
    .photoEventWrapper {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .photosPrice .priceHeader {
        margin-top: 45px;
    }
}

@media (min-width: 992px) {
    .photos .photoView .grayButton,
    .photos .photoView .redButton {
        display: inline-block;
        width: auto;
        max-width: none;
    }
}

.christmasSale {
    background: url(/Graphics/Photo/christmas-photo-bg.jpg) no-repeat top center;
}

    .christmasSale &gt; div {
        padding: 15px;
    }

    .christmasSale p {
        color: #fff;
        text-shadow: 1px 1px 1px #000;
    }
/*** THINGS FOR SALE ***/
.things {
    /*.flexgrip {
        display: flex;
        flex-wrap: wrap;
    }*/
}

    .things .thingsCategorySearch {
        font-size: 16px;
    }

        .things .thingsCategorySearch .selectedCategory {
            margin-bottom: 15px;
            font-size: 20px;
        }

        .things .thingsCategorySearch ul {
            padding: 0;
        }

            .things .thingsCategorySearch ul li {
                list-style: none;
                padding: 3px 15px;
            }

    .things .salesThingWrapper {
        display: inline-block;
        vertical-align: top;
        margin-top: 30px;
    }

        .things .salesThingWrapper:nth-child(2n+1) {
            clear: left;
        }

        .things .salesThingWrapper .salesThing {
            padding-bottom: 10px;
            color: #000000;
            background: #f3f2ee;
            height: 100%;
        }

            .things .salesThingWrapper .salesThing h3 {
                margin-top: 5px;
            }

            .things .salesThingWrapper .salesThing .imageBox {
                width: 100%;
                padding-bottom: 100%;
                background: #e3e2da;
                position: relative;
                box-sizing: border-box;
                float: left;
            }

                .things .salesThingWrapper .salesThing .imageBox img {
                    max-height: 100%;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    vertical-align: bottom;
                    margin: auto;
                    width: auto;
                }

            .things .salesThingWrapper .salesThing .textBox {
                padding: 0 10px;
            }

                .things .salesThingWrapper .salesThing .textBox span.date {
                    font-size: 13px;
                    color: #878787;
                    line-height: 14px;
                    padding: 0;
                }

.salesThingView .imageTicker {
    background: #282828;
    position: relative;
}

    .salesThingView .imageTicker .carousel {
        top: 0;
        bottom: 0;
    }

        .salesThingView .imageTicker .carousel .imageContainer {
            width: 25%;
        }

            .salesThingView .imageTicker .carousel .imageContainer:focus {
                outline: none;
            }

        .salesThingView .imageTicker .carousel .imageBox {
            width: 100%;
            padding-bottom: 100%;
            background: #282828;
            position: relative;
            box-sizing: border-box;
            float: left;
            border: none;
            outline: none;
        }

            .salesThingView .imageTicker .carousel .imageBox:focus {
                outline: none;
            }

            .salesThingView .imageTicker .carousel .imageBox img {
                max-height: 100%;
                max-width: 100%;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                vertical-align: bottom;
                margin: auto;
                width: auto;
            }

    .salesThingView .imageTicker button {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40px;
        font-size: 0;
        border: none;
        background: transparent;
    }

        .salesThingView .imageTicker button:focus {
            outline: none;
        }

        .salesThingView .imageTicker button.slick-prev {
            left: 0px;
            z-index: 10;
        }

            .salesThingView .imageTicker button.slick-prev::before {
                content: " ";
                width: 0;
                height: 0;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-right: 10px solid #fff;
            }

        .salesThingView .imageTicker button.slick-next {
            right: 0px;
        }

            .salesThingView .imageTicker button.slick-next::before {
                content: " ";
                width: 0;
                height: 0;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 10px solid #fff;
            }

        .salesThingView .imageTicker button.slick-disabled {
            opacity: 0.25;
        }

.salesThingView h2 {
    font-weight: normal;
    margin-top: 0;
}

.salesThingView h3 {
    margin-top: 0;
}

.salesThingView .infoTable tr td {
    padding: 2px 5px;
    vertical-align: top;
}

    .salesThingView .infoTable tr td:first-of-type {
        font-weight: bold;
        text-align: right;
    }

.salesThingView .priceBox {
    background: #282828;
    padding: 15px;
    margin: 15px 0;
    color: #e4e4e4;
    float: left;
    width: 100%;
    text-align: center;
}

    .salesThingView .priceBox .innerWrapper {
        display: inline-block;
        text-align: left;
    }

        .salesThingView .priceBox .innerWrapper .pricetext {
            font-size: 19px;
            float: left;
        }

        .salesThingView .priceBox .innerWrapper .price {
            float: left;
            font-size: 32px;
            font-weight: bold;
            clear: both;
        }

.salesThingView .sellerComments,
.salesThingView .sellerInformation {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b7b6b2;
}

.salesThingView .featureButtons .featureButtonsWrapper &gt; div {
    background: #e3e2dd;
    border: 1px solid #c7c6c1;
    padding: 30px;
    padding-top: 20px;
    border-radius: 5px;
    text-align: center;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

    .salesThingView .featureButtons .featureButtonsWrapper &gt; div img {
        width: 32px;
    }

    .salesThingView .featureButtons .featureButtonsWrapper &gt; div span {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

@media (min-width: 480px) {
    .salesThingView .imageTicker {
        padding: 10px 0;
    }

        .salesThingView .imageTicker .carousel {
            left: 50px;
            right: 50px;
            width: calc(100% - 100px);
        }

            .salesThingView .imageTicker .carousel .imageContainer {
                margin: 0 5px;
            }

            .salesThingView .imageTicker .carousel .imageBox {
                background: #000;
                border: 1px solid #494949;
            }

                .salesThingView .imageTicker .carousel .imageBox img {
                    max-height: 95%;
                    max-width: 95%;
                }

        .salesThingView .imageTicker button {
            width: 50px;
        }

            .salesThingView .imageTicker button.slick-prev {
                left: -50px;
            }

                .salesThingView .imageTicker button.slick-prev::before {
                    border-top: 20px solid transparent;
                    border-bottom: 20px solid transparent;
                    border-right: 20px solid #fff;
                }

            .salesThingView .imageTicker button.slick-next {
                right: -50px;
            }

                .salesThingView .imageTicker button.slick-next::before {
                    border-top: 20px solid transparent;
                    border-bottom: 20px solid transparent;
                    border-left: 20px solid #fff;
                }
}

@media (max-width: 599px) {
    .salesThingWrapper {
        width: 50%;
    }
}

@media (min-width: 600px) {
    .things .salesThingWrapper {
        max-width: 33.33%;
    }

        .things .salesThingWrapper:nth-child(2n+1) {
            clear: none;
        }

        .things .salesThingWrapper:nth-child(3n+1) {
            clear: left;
        }
}

@media (max-width: 400px) {
    .salesThingWrapper {
        width: 100%;
    }
}

@media (min-width: 401px) {
    .salesThingWrapper {
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .things .buttonContainer {
        float: right;
        padding-top: 65px;
    }
}
/*** STABLES ***/
.stables .map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .stables .map-responsive #map {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.stables .grayButton,
.stables .redButton {
    float: left;
    margin-right: 5px;
     padding:10px 30px;
}

    .stables .redButton:focus {
        color: white;
    }

.stables .buyButton .redButton {
    float: none;
    text-align: center;
    margin-top: 0;
}

.stables #stableContainer .link span {
    vertical-align: middle;
}

.stables #stableContainer .link img {
    float: left;
    width: auto;
    margin: 6px 5px 5px 0;
}

@media (min-width: 480px) {
    .stables #stableContainer &gt; div:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) {
    .stables #stableContainer &gt; div:nth-child(2n+1) {
        clear: none;
    }

    .stables #stableContainer &gt; div:nth-child(3n+1) {
        clear: left;
    }

    .stables .buyButton .redButton {
        float: right;
        margin-top: 20px;
    }
}
/*** CALENDAR ***/
.calendar #searchToggle .glyphicon {
    font-size: 75%;
    line-height: 100%;
    margin-left: 5px;
    transition: all ease 0.3s;
}

    .calendar #searchToggle .glyphicon.gly-rotate-90 {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.calendar #searchToggle &gt; h2 {
    color: #9c0b0e;
}

    .calendar #searchToggle &gt; h2:hover {
        color: #c8050a;
    }

.calendar .searchForm {
    display: none;
    float: left;
    width: 100%;
}

.calendar label {
    font-weight: normal;
    margin-right: 15px;
}

.calendar .calendarEvent {
    overflow: hidden;
}

    .calendar .calendarEvent .calendarDate {
        background: #e3e2da;
        border-top: 1px solid #959595;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 0 15px;
    }

        .calendar .calendarEvent .calendarDate p {
            margin-bottom: 0;
            text-align: right;
            padding: 10px 0;
        }

    .calendar .calendarEvent .calendarPhotographerIsComming {
        font-family: 'Oswald';
        font-size: 23px;
        text-align: center;
        color: #9c0b0e;
        line-height: 45px;
    }

        .calendar .calendarEvent .calendarPhotographerIsComming span {
            font-size: 37px;
            text-transform: uppercase;
            border-top: 1px solid #9c0b0e;
            border-bottom: 1px solid #9c0b0e;
            padding: 0 10px;
        }

    .calendar .calendarEvent .eventBottom {
        float: left;
        margin-bottom: 15px;
        background: url(/Graphics/Calendar/eventBoxBottomGradient.png) repeat-x bottom left;
        height: 16px;
        border-bottom: 1px solid #d0d0cb;
    }

    .calendar .calendarEvent .calendarReadmoreBox {
        margin-bottom: 15px;
    }

        .calendar .calendarEvent .calendarReadmoreBox p {
            display: none;
        }
/*** FOAL GALLERY ***/
.foalGallery .foalSearch input[type=text] {
    width: calc(100% - 60px);
    float: left;
}

.foalGallery .foalSearch input[type=submit] {
    float: right;
    clear: none;
}

.foalGallery .foalGalleryWrapper {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

    .foalGallery .foalGalleryWrapper:nth-child(2n+1) {
        clear: left;
    }

    .foalGallery .foalGalleryWrapper .foal {
        padding-bottom: 10px;
        color: #000000;
    }

        .foalGallery .foalGalleryWrapper .foal h3 {
            margin-top: 10px;
        }

        .foalGallery .foalGalleryWrapper .foal .imageBox {
            width: 100%;
            padding-bottom: 100%;
            background: #e3e2da;
            border: 1px solid #dcdbd6;
            position: relative;
            box-sizing: border-box;
            float: left;
        }

            .foalGallery .foalGalleryWrapper .foal .imageBox img {
                max-height: 87%;
                max-width: 95%;
                position: absolute;
                top: 20px;
                right: 0;
                bottom: 0;
                left: 0;
                vertical-align: bottom;
                margin: auto;
                width: auto;
            }

            .foalGallery .foalGalleryWrapper .foal .imageBox span {
                font-size: 14px;
                color: #282828;
                line-height: 20px;
                padding: 0 10px;
            }

.foalGallery .featureButtons .featureButtonsWrapper &gt; div {
    background: #e3e2dd;
    border: 1px solid #c7c6c1;
    padding: 30px;
    padding-top: 20px;
    border-radius: 5px;
    text-align: center;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

    .foalGallery .featureButtons .featureButtonsWrapper &gt; div img {
        width: 32px;
    }

    .foalGallery .featureButtons .featureButtonsWrapper &gt; div span {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

.foalGallery .infoTable tr td {
    padding: 2px 5px;
    vertical-align: top;
}

    .foalGallery .infoTable tr td:first-of-type {
        font-weight: bold;
        text-align: right;
    }

.foalGallery .imageTicker {
    background: #282828;
    position: relative;
}

    .foalGallery .imageTicker .carousel {
        top: 0;
        bottom: 0;
    }

        .foalGallery .imageTicker .carousel .imageContainer {
            width: 25%;
        }

            .foalGallery .imageTicker .carousel .imageContainer:focus {
                outline: none;
            }

        .foalGallery .imageTicker .carousel .imageBox {
            width: 100%;
            padding-bottom: 100%;
            background: #282828;
            position: relative;
            box-sizing: border-box;
            float: left;
            border: none;
            outline: none;
        }

            .foalGallery .imageTicker .carousel .imageBox:focus {
                outline: none;
            }

            .foalGallery .imageTicker .carousel .imageBox img {
                max-height: 100%;
                max-width: 100%;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                vertical-align: bottom;
                margin: auto;
                width: auto;
            }

    .foalGallery .imageTicker button {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40px;
        font-size: 0;
        border: none;
        background: transparent;
    }

        .foalGallery .imageTicker button:focus {
            outline: none;
        }

        .foalGallery .imageTicker button.slick-prev {
            left: 0px;
            z-index: 10;
        }

            .foalGallery .imageTicker button.slick-prev::before {
                content: " ";
                width: 0;
                height: 0;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-right: 10px solid #fff;
            }

        .foalGallery .imageTicker button.slick-next {
            right: 0px;
        }

            .foalGallery .imageTicker button.slick-next::before {
                content: " ";
                width: 0;
                height: 0;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 10px solid #fff;
            }

        .foalGallery .imageTicker button.slick-disabled {
            opacity: 0.25;
        }

@media (min-width: 480px) {
    .foalGallery .imageTicker {
        padding: 10px 0;
    }

        .foalGallery .imageTicker .carousel {
            left: 50px;
            right: 50px;
            width: calc(100% - 100px);
        }

            .foalGallery .imageTicker .carousel .imageContainer {
                margin: 0 5px;
            }

            .foalGallery .imageTicker .carousel .imageBox {
                background: #000;
                border: 1px solid #494949;
            }

                .foalGallery .imageTicker .carousel .imageBox img {
                    max-height: 95%;
                    max-width: 95%;
                }

        .foalGallery .imageTicker button {
            width: 50px;
        }

            .foalGallery .imageTicker button.slick-prev {
                left: -50px;
            }

                .foalGallery .imageTicker button.slick-prev::before {
                    border-top: 20px solid transparent;
                    border-bottom: 20px solid transparent;
                    border-right: 20px solid #fff;
                }

            .foalGallery .imageTicker button.slick-next {
                right: -50px;
            }

                .foalGallery .imageTicker button.slick-next::before {
                    border-top: 20px solid transparent;
                    border-bottom: 20px solid transparent;
                    border-left: 20px solid #fff;
                }
}

@media (max-width: 599px) {
    .foalGallery .foalGalleryWrapper {
        width: 50%;
    }
}

@media (min-width: 600px) {
    .foalGallery .foalGalleryWrapper:nth-child(2n+1) {
        clear: none;
    }

    .foalGallery .foalGalleryWrapper:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 400px) {
    .foalGallery .foalGalleryWrapper {
        width: 100%;
    }
}
/*** SINGLE SITES ***/
.conditions .redButton.big {
    font-size: 20px;
    max-width: none;
}

.contact .contactPerson {
    display: none;
}

    .contact .contactPerson .card {
        background: #fff;
        border: 1px solid #eaeaea;
        border-radius: 10px;
        margin-top: 30px;
        overflow: hidden;
    }

        .contact .contactPerson .card .cardText {
            padding: 15px;
        }

            .contact .contactPerson .card .cardText h3 {
                margin: 0 0 10px;
            }

            .contact .contactPerson .card .cardText p {
                margin-bottom: 0;
            }

.contact .table.contactsTable .tr .td {
    padding-bottom: 20px;
}

.contact .table .tr .td {
    vertical-align: top;
    float: none;
    width: auto;
    display: table-cell;
    padding: 5px;
}

    .contact .table .tr .td:first-of-type {
        width: 35px;
    }

    .contact .table .tr .td h3,
    .contact .table .tr .td h5 {
        margin-top: 0;
    }

    .contact .table .tr .td h5 {
        font-family: 'Source Sans Pro';
        cursor: pointer;
        color: #9c0b0e;
        font-size: 22px;
    }

        .contact .table .tr .td h5::selection {
            background: none;
        }

        .contact .table .tr .td h5:hover {
            color: #c8050a;
        }

    .contact .table .tr .td .glyphicon {
        font-size: 130%;
        line-height: 130%;
    }

        .contact .table .tr .td .glyphicon.glyphicon-chevron-right {
            font-size: 100%;
            line-height: 100%;
        }

.contact .table .table .tr .td:first-of-type {
    width: auto;
}

.contact .glyphicon {
    transition: all ease 0.3s;
}

    .contact .glyphicon.gly-rotate-90 {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

@media (min-width: 992px) {
    .kontaktbund {
        width: 33% !important;
        float: left !important;
        display: contents !important;
    }
}

@media (max-width: 991px) {
    .kontaktbund {
        width: 80% !important;
        float: left !important;
    }
}

.photographers .photographer .card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin-top: 30px;
    overflow: hidden;
}

    .photographers .photographer .card .cardText {
        padding: 15px;
    }

        .photographers .photographer .card .cardText h3 {
            margin: 0 0 10px;
        }

        .photographers .photographer .card .cardText p {
            margin-bottom: 0;
        }

.productNews .product .categoryLabel {
    position: absolute;
    top: 40px;
    right: 25px;
    background-color: rgba(31, 31, 31, 0.5);
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    transition: background-color 0.3s ease;
    font-family: 'Oswald';
    text-transform: uppercase;
    cursor: pointer;
    z-index: 50;
}

    .productNews .product .categoryLabel:hover {
        background-color: #1f1f1f;
    }

.productNews .product .card {
    background: #fff;
    border: 1px solid #eaeaea;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

    .productNews .product .card .cardText {
        background-color: #f3f2ee;
        padding: 15px;
    }

        .productNews .product .card .cardText h3 {
            text-align: left;
            margin: 0;
            line-height: 30px;
            height: 60px;
            overflow: hidden;
        }

    .productNews .product .card:hover .cardText h3 {
        text-decoration: underline;
    }

.productNews .productCategoryBox {
    background: #e3e2da;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

    .productNews .productCategoryBox h1 {
        font-weight: normal;
        margin: 0;
        margin-bottom: 5px;
    }

    .productNews .productCategoryBox h2 {
        margin: 0;
    }

    .productNews .productCategoryBox p {
        margin: 0;
        color: #797876;
    }

.productNews .catTable {
    display: table;
    width: 100%;
}

    .productNews .catTable .catTableCell {
        display: table-cell;
    }

        .productNews .catTable .catTableCell .categoryButtons {
            min-width: 200px;
            width: 100%;
        }

            .productNews .catTable .catTableCell .categoryButtons li {
                float: left;
                width: auto;
                margin: 5px;
                cursor: pointer;
            }

.productNews .boksbanner-filtr {
    margin-top: 0;
    padding-top: 30px;
    max-height: 310px;
}

    .productNews .boksbanner-filtr p {
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 14px;
        background-color: #282828;
        color: #e4e4e4;
        padding: 8px;
    }

.buyMagazine &gt; div img {
    border: 1px solid #e3e3e1;
}

.buyMagazine &gt; div a {
    text-align: center;
}

.dealers .map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .dealers .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.getWebsite .cusOuterBorder {
    float: left;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
    padding: 10px 0;
    border: 3px solid #ededed;
    margin: 10px 0;
}

    .getWebsite .cusOuterBorder .cusLeftContainer {
        width: 100%;
        float: left;
    }

        .getWebsite .cusOuterBorder .cusLeftContainer .cusHeadline {
            font-size: 40px;
            color: #4c4c4c;
            padding-top: 25px;
            padding-left: 20px;
            padding-bottom: 25px;
            line-height: 30px;
        }

        .getWebsite .cusOuterBorder .cusLeftContainer .cusSentenceStart {
            float: left;
            padding: 0 20px 10px;
            width: auto;
        }

        .getWebsite .cusOuterBorder .cusLeftContainer .cusInnertext {
            font-size: 18px;
            line-height: 24px;
            color: #444444;
            padding: 0 20px 0 40px;
        }

            .getWebsite .cusOuterBorder .cusLeftContainer .cusInnertext .cusSentenceEnd {
                float: right;
                padding: 0 0 0 20px;
                margin-right: -20px;
            }

        .getWebsite .cusOuterBorder .cusLeftContainer .cusWhoSaid {
            padding: 10px 20px 10px 40px;
            font-style: italic;
            font-size: 14px;
            color: #7c7c7c;
        }

    .getWebsite .cusOuterBorder .cusWebsite {
        float: right;
        width: 100%;
        text-align: center;
        padding: 20px;
        padding-bottom: 0;
        box-sizing: border-box;
    }

.getWebsite .websiteContactForm {
    width: 100%;
    max-width: 350px;
    display: inline-block;
    text-align: left;
}

    .getWebsite .websiteContactForm input,
    .getWebsite .websiteContactForm textarea {
        margin-bottom: 10px;
    }

@media (min-width: 600px) {
    .getWebsite .cusOuterBorder .cusLeftContainer {
        width: 50%;
        float: left;
    }

    .getWebsite .cusOuterBorder .cusWebsite {
        width: 50%;
        text-align: center;
        padding: 20px;
        padding-bottom: 0;
        box-sizing: border-box;
    }
}

@media (min-width: 768px) {
    .photographers .photographer:nth-child(odd) {
        clear: left;
    }

    .productNews .product:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .photographers .photographer:nth-child(odd) {
        clear: none;
    }

    .photographers .photographer:nth-child(3n+1) {
        clear: left;
    }
}
/*** BANNERS ***/
.topBanner {
    width: 100%;
    max-width: 920px;
    overflow: hidden;
}

    .topBanner img {
        width: 100%;
    }

.topTextBanner {
    display: none;
    margin-top: 15px;
    text-align: center;
}

    .topTextBanner h3 {
        margin: 0;
        line-height: 20px;
    }

    .topTextBanner p {
        margin-bottom: 0;
        color: #000000;
        font-size: 13px;
    }

.boksbanner {
    overflow: hidden;
    max-height: 310px;
}

    .boksbanner &gt; div {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .boksbanner.nospacing {
        max-height: 280px;
    }

        .boksbanner.nospacing &gt; div {
            margin-top: 0px;
            margin-bottom: 0px;
        }

    .boksbanner img {
        width: 100%;
        max-width: 300px;
    }

.boksbannerWrapper {
    /*margin: 30px 0;*/
}

.textBanner {
    float: left;
    width: 100%;
    background: #282828;
    color: #e4e4e4;
    box-sizing: border-box;
    padding: 18px;
    text-align: center;
}

    .textBanner h3 {
        margin: 0;
        font-size: 18px;
        line-height: 18px;
        color: #e4e4e4;
    }

    .textBanner p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .textBanner div:first-of-type p {
        margin-bottom: 15px;
    }

@media (max-width: 479px) {
    .boksbanner {
        width: 100%;
    }

    .textBanner &gt; div {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .textBanner {
        text-align: left;
    }

        .textBanner div:first-of-type p {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .aboBanner .text h2 {
        font-size: 24px;
    }

    .aboBanner .text .redButton {
        padding: 5px 20px;
        font-size: 19px;
    }
}

@media (min-width: 992px) {
    .topBanner {
        width: 930px;
        max-width: 930px;
        margin: 0 -5px;
    }

    .topTextBanner {
        display: block;
        text-align: left;
        margin-top: 10px;
    }
}
/*** MISC ***/
.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

#swipebox-bottom-bar {
    text-shadow: none !important;
}

    #swipebox-bottom-bar #buyButton span {
        vertical-align: middle;
        font-size: 80%;
        margin-right: 5px;
    }

video {
    width: 100%;
    max-height: 100%;
}

.printLogo {
    display: none;
}

.hiddenUnder768 {
    display: none;
}

@media (min-width: 768px) {
    .hiddenUnder768 {
        display: block;
    }
}

.infobox a {
    text-decoration: underline;
    color: #d6d6d6;
}

    .infobox a:hover {
        color: #fff;
        text-decoration: underline;
    }

@media (min-width: 992px) {
    .infobox {
        clear: both !important;
        color: white !important;
        background-color: #9e1114 !important;
        border: 1px solid #a7a7a7 !important;
        padding: 15px !important;
        margin: 20px 30px 20px 0px !important;
        width: 376px !important;
        float: left !important;
    }
}

@media (max-width: 991px) {
    .infobox {
        clear: both;
        color: white !important;
        background-color: #9e1114 !important;
        border: 1px solid #a7a7a7 !important;
        padding: 15px !important;
    }
}

.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

.price {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .price:hover {
        box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    }

    .price .header {
        background-color: #111;
        color: white;
        font-size: 25px;
    }

    .price li {
        border-bottom: 1px solid #eee;
        padding: 20px;
        text-align: center;
    }

    .price .grey {
        background-color: #eee;
        font-size: 20px;
    }

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}

.mc-banner {
    bottom: 0px;
    top: 80% !important;
}

.blogOverView &gt; div:nth-child(3n+1) {
    clear: left;
}
/*** SPACERS ***/
.space30 {
    margin-top: 30px;
}

.space20 {
    margin-top: 20px;
}

.space15 {
    margin-top: 15px;
}

.space0 {
    margin-top: 0;
}
/*** MEDIA QUERIES ***/
/*** ARTICLES ***/
table.articles {
    font-size: 65%;
    width: 100%;
}

    table.articles thead {
        font-weight: bold;
    }

    table.articles td {
        padding: 2px 5px;
        text-align: center;
        border: 1px solid #d8d8d8;
    }

        table.articles td:first-child {
            text-align: left;
            width: 50%;
        }

        table.articles td:last-child {
            text-align: right;
        }

@media (min-width: 480px) {
    table.articles {
        font-size: 80%;
    }

        table.articles td {
            padding: 3px 8px;
        }
}

@media (min-width: 768px) {
    table.articles {
        font-size: 100%;
    }

        table.articles td {
            padding: 5px 10px;
        }
}

.article-view table td:first-child {
    font-weight: bold;
    padding: 10px 20px 10px 0;
}

.article-view .keywordsWrapper {
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #e9e9e6;
}

@media (min-width: 768px) {
    .article-view .keywordsWrapper.space30 {
        margin-top: 0;
    }
}
/***************************************************************/
/*********************                    **********************/
/*********************   ADMINISTRATION   **********************/
/*********************                    **********************/
/***************************************************************/
.administration .loginPage {
    text-align: center;
}

    .administration .loginPage .loginForm input[type=password],
    .administration .loginPage .loginForm input[type=submit] {
        margin-top: 10px;
    }

    .administration .loginPage .loginForm .text-danger {
        float: left;
        width: 100%;
        background: #9c0b0e;
        color: #fff;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        text-align: left;
        padding: 0 10px;
    }

    .administration .loginPage .loginForm .loginExtra div {
        text-align: left;
    }

        .administration .loginPage .loginForm .loginExtra div label {
            font-weight: normal;
        }

        .administration .loginPage .loginForm .loginExtra div input[type=checkbox] {
            margin-right: 5px;
        }

    .administration .loginPage .redButton {
        font-family: 'Oswald';
        text-transform: uppercase;
        margin: 0 auto;
        padding: 5px 10px;
    }

.administration .myRh .menuBoxes .menuBox {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-color: #1f1f1f;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
}

    .administration .myRh .menuBoxes .menuBox:hover {
        background-color: #373737;
    }

    .administration .myRh .menuBoxes .menuBox a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }

        .administration .myRh .menuBoxes .menuBox a .itemsAlert {
            position: absolute;
            top: 10px;
            right: 9px;
            width: 25px;
            height: 25px;
            display: block;
            background-color: #9c0b0e;
            color: #ffffff;
            border-radius: 50%;
            text-align: center;
            font-size: 12px;
            line-height: 25px;
            text-shadow: 1px 1px 1px #000;
        }

        .administration .myRh .menuBoxes .menuBox a .boxContent {
            width: 100%;
            padding: 10px;
            text-align: center;
        }

            .administration .myRh .menuBoxes .menuBox a .boxContent img {
                max-width: 64px;
            }

            .administration .myRh .menuBoxes .menuBox a .boxContent p {
                margin-bottom: 0;
            }

            .administration .myRh .menuBoxes .menuBox a .boxContent span {
                color: #b8b8b8;
                font-size: 14px;
            }

.administration .myRh .redButton {
    float: left;
    width: 90px;
}

.administration .userSettings input.input-validation-error {
    border: 1px solid #9c0b0e;
}

.administration .userSettings .tableContent .tableText,
.administration .userSettings .tableContent .tableInput {
    padding-top: 2px;
    padding-bottom: 2px;
}

.administration .userSettings .tableContent .tableText {
    line-height: 35px;
}

.administration .userSettings label {
    font-weight: normal;
}

    .administration .userSettings label input[type=checkbox] {
        margin-right: 10px;
    }

.administration .userSettings input[type=file] {
    background-color: transparent;
    padding: 5px 0;
}

.administration .userSettings .companyLogoBox {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    text-align: center;
}

.administration .userSettings .subscriptionMessage {
    background-color: #9c0b0e;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}

@media (max-width: 399px) {
    .administration .myRh .menuBoxes .menuBox a .boxContent {
        min-height: 68px;
        text-align: left;
    }

        .administration .myRh .menuBoxes .menuBox a .boxContent img {
            display: inline-block;
            float: left;
            max-width: 48px;
            margin-right: 15px;
        }

    .administration .userSettings .tableContent .tableInput {
        margin-bottom: 15px;
    }
}

@media (min-width: 400px) {
    .administration .myRh .menuBoxes .menuBox {
        padding-bottom: 100%;
        margin-bottom: 30px;
    }

        .administration .myRh .menuBoxes .menuBox a {
            position: absolute;
        }

            .administration .myRh .menuBoxes .menuBox a .boxContent {
                width: 100%;
                position: absolute;
                top: 50%;
                transform: translate(0, -50%);
            }

    .administration .userSettings .submitContainer {
        text-align: center;
    }

        .administration .userSettings .submitContainer .redButton {
            float: none;
            display: inline-block;
        }
}

@media (min-width: 768px) {
    .administration .loginPage .loginForm .loginExtra div:last-of-type {
        text-align: right;
    }

    .administration .myRh .redButton {
        float: right;
        width: 90px;
    }

    .administration .userSettings .submitContainer .redButton {
        max-width: 260px;
    }
}

.format tr td {
    padding: 6px;
}

.format tr:nth-child(even) td {
    background-color: #f5f5f5;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    clear: both;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

a.redButton,
a.greenButton {
    text-align: center;
}

a.lightgrayButton {
    text-align: center;
}

.adminSalesHorseList table {
    width: 100%;
}

.adminSalesHorseList td:nth-child(1),
.adminSalesHorseList td:nth-child(2) {
    min-width: 78px;
    /*120 før*/
}

.adminSalesHorseList td:nth-child(8),
.adminSalesHorseList td:nth-child(9) {
    white-space: nowrap;
}

.adminSalesHorseList table thead {
    font-weight: bold;
}

.adminSalesHorseList tr {
    border-bottom: 2px solid lightgray;
}

    .adminSalesHorseList tr td {
        padding: 4px;
    }

.adminSalesHorseList .redButton {
    /*margin: 0;*/
    /**Mærkelig bug*/
}

@media (max-width: 500px) {
    .news-annonce {
        display: block;
        text-align: center;
    }

    .boksbanner {
        max-height: 330px;
    }

    .foto-billede2 {
        float: none;
        max-width: 300px;
        width: 100%;
        text-align: center;
    }

    .billede2-div {
        width: 100%;
        text-align: center;
        margin: auto;
        max-width: 300px;
    }
}

@media (min-width: 501px) {
    .news-annonce {
        display: none;
    }

    .foto-billede2 {
        float: left;
    }
}

@media (max-width: 991px) {
    .billede2-div {
        width: 100%;
        display: block;
        max-width: 300px;
        margin: auto;
    }
}
/* Create four equal columns that floats next to each other */
.billede-column {
    float: left;
    width: 50%;
    padding: 10px;
    margin: auto;
    box-sizing: border-box;
}
/* Clear floats after the columns */
.billede-row:after {
    content: "";
    display: table;
    clear: both;
    box-sizing: border-box;
}

.billede-row {
    text-align: center;
    margin: auto;
}
/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .billede-column {
        width: 100%;
        box-sizing: border-box;
    }
}

.logo-ikon {
    list-style-image: url(/Graphics/Magazines/Covers/Hippologisk/ikon.png);
}

.ikon-foto-content {
    width: 100%;
    margin-bottom: 150px;
    text-align: center;
    margin: auto;
    margin-bottom: 170px;
}

@media screen and (min-width: 991px) {
    .digital-pakke-pc {
        display: block;
    }

    .digital-pakke-mobil {
        display: none;
    }

    .ikon-foto {
        width: 20%;
        text-align: center;
        float: left;
        padding: 0px 45px;
    }
}

@media screen and (max-width: 990px) {
    .digital-pakke-pc {
        display: none;
    }

    .digital-pakke-mobil {
        display: block;
    }

    .ikon-foto {
        width: 20%;
        text-align: center;
        float: left;
        padding: 0px 25px;
    }
}

@media screen and (max-width: 740px) {
    .ikon-foto {
        width: 20%;
        text-align: center;
        float: left;
        padding: 0px 10px;
    }
}

@media screen and (max-width: 560px) {
    .ikon-foto {
        width: 50%;
        padding: 0px 60px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 420px) {
    .ikon-foto {
        width: 100%;
        text-align: center;
        float: left;
        padding: 0px 130px;
        margin-bottom: 30px;
    }
}

.ikon-foto img {
    width: 100px;
}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-top: -10px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

body &gt; div.container &gt; div.row.news.space30 &gt; div &gt; div &gt; div &gt; div.col-tn-12.newsText.space15 &gt; p &gt; a &gt; img {
    object-fit: none;
    object-position: 92% 26%;
}

@media screen and (min-width: 770px) {
    .desktop-knap {
        display: flex;
        width: 100%;
        grid-template-columns: 300px 300px 300px;
        align-items: start;
        justify-content: space-between;
        align-self: center;
        margin-bottom: 20px;
    }

        .desktop-knap a {
            width: 100%;
            margin: 6px;
        }
}

@media screen and (max-width: 769px) {
    .desktop-knap {
        text-align: center;
        display: grid;
    }

        .desktop-knap a {
            width: 100%;
            margin: 6px;
        }
}

@media screen and (min-width: 992px) {
    .pc {
        display: block;
    }

    .mobile {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
        margin: auto;
    }
}

/* RASMUS DESIGN RETTELSER 28-01-2022 */

.menuWrapper .flagBox {
    position: absolute;
    bottom: 5px;
    right: 25px;
}

    .menuWrapper .flagBox img {
        width: 41px;
        margin-left: 10px;
        float: right;
    }

.mobileBurger {
    text-align: center;
    cursor: pointer;
}

.mobileLogin {
    text-align: center;
    color: #1f1f1f;
}

    .mobileLogin img {
        width: 20px;
    }

    .mobileLogin a {
        color: #1f1f1f;
    }

        .mobileLogin a:hover {
            color: #1f1f1f;
        }

.mobileButtonText {
    font-size: 16px;
    font-family: 'Oswald';
    color: #1f1f1f;
}

.mobileLinks {
    text-align: center;
    font-size: 20px;
    font-family: 'Oswald';
    color: #1f1f1f;
    /*background: #eaeaea;*/
    background: #fff;
    margin-top: 10px;
}

    .mobileLinks a {
        color: #1f1f1f;
        display: inline-block;
        width: 33.3%;
        height: 40px;
        float: left;
        padding: 5px 0;
        box-sizing: border-box;
    }

        .mobileLinks a span {
            width: 100%;
            display: inline-block;
        }

@media screen and (max-width: 991px) {
    .topNavigation .navigation {
        display: none;
    }

    .desktopMenu {
        display: none;
    }

    .mobileMenu .logo {
        max-width: 200px;
        margin: auto;
    }

    .glyphicon-menu-hamburger {
        margin-right: 0;
        margin-left: 0;
    }

    .menuWrapper {
        margin-top: 0px;
    }

        .menuWrapper:after {
            display: none;
        }
}

@media screen and (min-width: 992px) {
    .mobileBurger {
        display: none;
    }

    .mobileLogin {
        display: none;
    }

    .mobileMenu {
        display: none;
    }

    .glyphicon-menu-hamburger {
        margin-right: 0;
        margin-left: 5px;
    }
}

@media screen and (min-width: 750px) {
    .mobileLinks {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .mobileMenu .logo {
        margin: 5px auto 0;
    }
}

.videofelt {
    margin-bottom: 20px;
    border: 1px solid #9c0b0e !important;
}

/* PAY NEWS */

.payNews {
    display: flex;
    justify-content: center;
    padding: 25px;
    background-image: url('/Graphics/Plus/TextBlur.png');
    background-size: 100%;
    background-repeat: repeat-y;
}

    .payNews &gt; div {
        width: 100%;
        max-width: 450px;
        padding: 20px;
        background-color: #e3e3e3;
        border-radius: 25px;
        box-shadow: 0 0 6px 3px #c9c9c7;
    }

    .payNews .hr {
        height: 0;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid white;
    }

    .payNews p {
        font-size: 14px;
    }

    .payNews .text-danger {
        float: left;
        width: 100%;
        background: #9c0b0e;
        color: #fff;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        text-align: left;
        padding: 0 10px;
    }

    .payNews input[type=password], .payNews input[type=submit] {
        margin-top: 10px;
    }

    .payNews .horseSaleButton {
        font-size: 14px;
        color: white !important;
        border: 1px solid #840000;
        background-color: #9E131B;
        padding: 4px 10px;
        border-radius: 4px;
        cursor: pointer;
        width: auto;
        overflow: visible;
        text-align: center;
        display: block;
    }

        .payNews .horseSaleButton:hover {
            background-color: #840000;
        }

        .payNews .horseSaleButton a {
            color: white !important;
        }

/* END OF PAY NEWS */
</pre></body></html>