/*
 ::Table Of Content

 1.) Home Page Content
 2.) Product Page Content
 3.) Standard Page Content
 4.) Result And NewsList Page Content
 5.) Contact Page Content
 6.) Gallery Page Content
 =======================================================*/

/*=====================================================
 1.) Home Page Content
 =======================================================*/
.flexslider, .flexslider2 {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 110;
}

    .flexslider .slides > li, .flexslider2 .slides > li {
        display: none;
        position: relative;
    }

    .flexslider .slides img, .flexslider2 .slides > li {
        width: 100%;
        display: block;
    }

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    padding-block: 1.5rem;
}

    .flex-control-nav li {
        display: inline-block;
    }

.flex-control-paging li a {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    border: 3px solid #fff;
    text-indent: -9999px;
}

    .flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
        background-color: #65c5d9;
    }

.flex-direction-nav a {
    width: 34px;
    height: 84px;
    background-image: url(../img/owl-control.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -42px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
}

.flex-direction-nav .flex-prev {
    left: 10px;
    background-position: 0px 0px;
}

.flex-direction-nav .flex-next {
    right: 10px;
    background-position: -34px 0px;
}

.flexslider .slides > li > div {
    position: absolute;
    left: 0px;
    bottom: 50px;
    width: 100%;
}

    .flexslider .slides > li > div > div {
        width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }

        .flexslider .slides > li > div > div > div {
            width: 485px;
            font-size: 74px;
            color: #fff;
            line-height: 68px;
        }

            .flexslider .slides > li > div > div > div > span {
                font-size: 17px;
                line-height: 17px;
                display: block;
                padding-top: 20px;
                text-transform: none;
                font-family: 'Montserrat', sans-serif;
            }

.flexslider > div > div > div {
    position: relative;
    z-index: 999;
}

.flexslider .searchBar {
    top: 0px;
}

.flexslider2 .flex-control-nav {
    display: none;
}

.home #primaryContentContainer {
    background-image: url(../img/lines_red.png);
    margin-top: -10px;
    background-position: center center;
    background-repeat: repeat-x;
}

.home .primaryContent #introTextContainer p {
    color: #fff;
    margin-top: 0px;
    padding-bottom: 24px;
}

.home .primaryContent #introTextIntroduction {
    font-size: 1.7rem;
    line-height: 2.2rem;
}


.home .primaryContent #introTextContainer {
    /* To center things vertically */
    /*display: flex;
  justify-content: center;
  align-items: center;*/
    position: relative;
    /*min-height: 360px;*/
    height: 360px;
    /*border: 1px solid green;*/
}

.home .primaryContent #introTextInnerContainer {
    /* Old 2015-way */
    /*    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;*/
    /* New 2025-way */
    display: flex;
    flex-direction: column;
    /*outline: solid 2px orange;*/
    height: 100%;
    padding-block: 1rem;
}


.home .primaryContent #introLink {
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
}

.home .primaryContent #highlightBlockContainer .effact-box {
    padding: 20px;
    background-color: #dc3223;
    margin-top: 20px;
    min-height: 170px;
    transition: background-color 800ms;
}


    .home .primaryContent #highlightBlockContainer .effact-box:hover {
        background-color: rgba(220, 50, 35, 0.7); /*#dc3223c2;*/
        transition: background-color 500ms;
        /*        
        transition-duration: 150ms;
        transition-timing-function: ease-in;
*/
    }


.home .primaryContent #highlightBlockContainer > * {
    color: #fff;
}

.home .primaryContent #highlightBlockContainer .effact-box:hover * {
    /*color: #fff0f0 !important;*/
    color: #FFFFF0F0 !important;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
}


.home .primaryContent #highlightBlockContainer > h2 {
    margin-top: 0px;
    font-size: 20px;
}

.home .primaryContent #highlightBlockContainer > p {
    margin-top: 18px;
}

.extendedLeftRightMarginInMobileView {
    margin-left: 0px;
    margin-right: 0px;
}

.newsContainer {
    position: relative;
    z-index: 999;
    margin-top: 24px;
}

    .newsContainer > div {
        /*padding: 20px 36px 42px;*/
        padding: 20px 36px 36px;
        background-color: #fff;
    }

        .newsContainer > div > h2 {
            margin-top: 18px;
            padding-bottom: 24px;
            text-transform: uppercase;
            text-align: center;
            border-bottom: 1px solid #e5e5e5;
            letter-spacing: 5px;
        }

    .newsContainer li.newsItem {
        font-size: 16px;
        line-height: 1;
        margin-top: 25px;
    }

    .newsContainer .newsItemHeader {
        font-weight: 600;
        color: #000;
        line-height: 21px;
    }

        .newsContainer .newsItemHeader:hover {
            color: #6f6f6f;
        }

    .newsContainer .newsItemSubHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0.7em;
    }

    .newsContainer .newsItemDate {
        font-size: 13px;
        line-height: 1;
        display: block;
        /*padding-top: 16px;*/
        font-family: 'Lato';
    }

    .newsContainer .newsItemPreHeader {
        margin-bottom: 0.9em;
    }



.badge_category {
    font-size: 0.64em;
    /*margin-bottom: 0.9em;*/
    border: solid 1px #d1d1d1;
    padding: 0.4rem 1.2rem;
    border-radius: 2rem;
    display: table;
    /*background-color: #4c4c4c;*/
    background-color: #f6f6f6;
    font-family: 'Lato';
    /* font-weight: 600; */
    color: #444;
    letter-spacing: 0.5px;
}

.badge_selected {
    background-color: #888;
    color: #fff;
}


.categoryBadgeWrapper {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.articleListCategorySelector {
    max-width: 30rem;
    font-size: 120%;
}

    .articleListCategorySelector .badge_category {
        padding: 0.5rem 1.2rem;
    }

.newsPageListFooter,
.newsPagePreHeader,
.newsListBlockFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.newsListBlockContainer h3 {
    font-size: 22px;
    font-weight: 400;
    color: #444 !important;
    margin-bottom: 2.5rem;
}

.newsPageListFooter .badge_category {
    margin-bottom: 0em;
}

.newsPagePreHeader .newsPageDate {
    font-size: 13px;
    font-family: 'Lato';
    font-style: italic;
}

.newsListBlock {
    /*outline: solid 2px red;*/
    font-size: 0.95em;
    font-family: 'Lato';
}

    .newsListBlock h3 {
        font-size: 17px !important;
        margin-bottom: 1.3rem;
        margin-top: 1.3rem;
    }

    .newsListBlock hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }


/*.home > .secondaryContent > div > div > article {*/
.home > .secondaryContent > article {
    margin-top: 20px;
}
/*.home > .secondaryContent > div > div > article > img {*/
.home > .secondaryContent article > img {
    width: 100%;
}
/*.home > .secondaryContent > div > div > article > h3 {*/
.home > .secondaryContent article > h3 {
    font-size: 17px;
    font-weight: 600;
    word-wrap: break-word;
}
/*.home > .secondaryContent > div > div > article > p {*/
.home > .secondaryContent article > p {
    margin-top: 7px;
}

.home > .tertiaryContent {
    /*background: url(../img/tertiary-content.jpg) center top no-repeat;*/
    margin-top: 48px;
}

    .home > .tertiaryContent > div > div > div:last-child > div {
        /*background: url(../img/red-scratch.png) no-repeat;*/
        padding: 68px 0px 48px;
        background-size: cover;
        margin-bottom: 30px;
    }

    .home > .tertiaryContent > div > div > div:last-child {
        padding-left: 0px;
        padding-right: 0px;
    }

        .home > .tertiaryContent > div > div > div:last-child > div > * {
            color: #fff;
            text-align: center;
        }

        .home > .tertiaryContent > div > div > div:last-child > div > h4 {
            font-size: 36px;
            margin: 0px;
        }

        .home > .tertiaryContent > div > div > div:last-child > div > p {
            line-height: 21px;
            padding: 15px 0px;
            margin: 0px;
        }

/*.whatWeDoSection .app > img {
	margin-bottom: -36px;
	margin-left: -36px;
	margin-top: 42px;
}*/

/*
  .whatWeDoSection > div > div > div:last-child > ul > li {
  float: left;
  width: 46.6%;
  margin-right: 6.8%;
  margin-bottom: 24px;
}
.whatWeDoSection > div > div > div:last-child > ul > li > a {
  display: block;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
}
.whatWeDoSection > div > div > div:last-child > ul > li > a > img {
  width: 100%;
  opacity: 0.6;
}
.whatWeDoSection > div > div > div:last-child > ul > li > a:hover > img {
  opacity: 1;
}

*/


/*.whatWeDoSectionButtonsOuterContainer {
  text-align: center;
  margin-bottom: 10px;
}

.whatWeDoSectionButtonContainer {
  display: inline-block;
  margin: 0 auto;
}

.whatWeDoSectionButtonsOuterContainer > .whatWeDoSectionButtonContainer {
  width: 40%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  margin-top: 10px;
  margin-bottom: 14px;
}
  .whatWeDoSectionButtonsOuterContainer > .whatWeDoSectionButtonContainer > a {
    display: block;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
  }
    .whatWeDoSectionButtonsOuterContainer > .whatWeDoSectionButtonContainer > a > img {
      width: 100%;
      opacity: 0.6;
    }
    .whatWeDoSectionButtonsOuterContainer > .whatWeDoSectionButtonContainer > a:hover > img {
      opacity: 1;
    }*/


.career {
    background-color: #dfd5bc;
    padding: 72px 0px;
    text-align: center;
}

    .career > div > div > div > div {
        position: relative;
    }
    /*.slide-n-1 .employee {
	background: url(../img/n-1.jpg) no-repeat 0 0;
	z-index: 0;
}
.slide-n-2 .employee {
	background: url(../img/n-2.jpg) no-repeat 0 0;
	z-index: 0;
}
.slide-n-3 .employee {
	background: url(../img/n-3.jpg) no-repeat 0 0;
	z-index: 0;
}
.slide-n-4 .employee {
	background: url(../img/n-4.jpg) no-repeat 0 0;
	z-index: 0;
}*/
    .career .employee {
        position: absolute;
        top: -80px;
        right: -450px;
        /*width: 785px;*/
        width: 1240px;
        height: 489px;
    }

    .career .careerInformationContainer h4 {
        font-size: 44px;
        color: #fff;
        margin-bottom: 10px;
    }

    .career .careerInformationContainer {
        width: 100%;
        overflow: hidden;
        /*border-bottom: 1px solid #fff;*/
        padding-bottom: 20px;
        text-align: left;
    }

    .career blockquote {
        /*color: #fff;*/
        color: #88725d;
        padding: 15px 0px;
        font-style: italic;
        font-size: 28px;
        line-height: 36px;
        text-align: left;
    }

    .career p {
        line-height: 20px;
        margin-top: 2px;
    }

    .career .careerPersonalInformation {
        color: white;
    }


    .career .actionButton {
    }

.intro li {
    font-size: 32px;
    line-height: 1;
    color: #69c9e4;
    display: block;
    text-align: center;
    margin: 47px 0px 50px;
}

    .intro li > span {
        color: #4c4c4c;
    }


.effact-box:hover {
    /*color: #eeadaa !important;*/
}

.searchBar .btn {
    padding: 0 18px;
    line-height: 58px;
}

/*    .searchBar .btn:hover {
        opacity: 0.8;
    }*/

.flag-menu a:hover {
    opacity: 0.8;
}

.slide .effact-box a {
    display: block;
}

    .slide .effact-box a p {
        margin-top: 18px;
    }

    .slide .effact-box a h2 {
        margin-top: 0;
        line-height: 28px;
    }

    .slide .effact-box a * {
        color: #fff;
    }

.slide .effact-box:hover {
    /*color: #eeadaa !important;*/
}

/*=====================================================
 2.) Product Page Content
 =======================================================*/
.clients {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 27px 0px;
    display: inline-block;
}

    .clients li {
        float: left;
        border-right: 1px solid #e1e1e1;
        width: 33.33%;
    }

        .clients li:last-child {
            border: none;
        }

.authorByline {
    font-size: 13px;
    line-height: 25px;
    display: block;
    padding-top: 15px;
}

    .authorByline a, .contact-detail a {
        color: #5eb5cd;
    }
/* JS - removed this.. lets see what happens.
*/

.mainContent > div > div:last-child > div {
    margin-top: 24px;
}


.mainContent > figure > img {
    /* Removed because this property sometimes made images look blurry.. :-/  */
    /*width: 100%;*/
}

.docsDownload {
    /* JS - removed this as a test*/
    /*margin-top: 24px;*/
}

    .docsDownload li, .gallery > div > div > a {
        line-height: 19px;
        font-weight: 700;
        color: #5eb5cd;
    }

        .docsDownload li a, .gallery > div > div > a {
            color: #5eb5cd;
        }

.articleCategoryList li {
    line-height: 1.5;
}

.selectedArticleCategory {
    text-decoration: underline;
}


/*.mainContent > div > div:last-child > div:nth-child(2),*/
.contactContainer {
    background-color: #f0f0f0;
    margin-top: 24px;
    overflow: hidden;
}

    /*.mainContent > div > div:last-child > div:nth-child(2) > address,*/
    .contactContainer > address {
        line-height: 22px;
        margin-top: 24px;
        display: block;
    }

    .contactContainer > figure {
        margin: 0px;
    }

        .contactContainer > figure > img {
            width: 100%;
        }

.mainContent > div > div:last-child > div:nth-child(2) > address > a {
    color: #5eb5cd;
}

/* This causes a lot of problems due to it's div > div > div > nth_div '*/
/*.mainContent > div > div:last-child > div:nth-child(2) > *,*/

.contactContainer > h2, .contactContainer > p, .contactContainer > address {
    margin-left: 24px;
    margin-right: 24px;
}

/*
.mainContent > div > div:last-child > div:nth-child(2) > address > * {
	display: block;
}
.mainContent > div > div:last-child > div:nth-child(2) > figure {
	margin: 0px;
}

.mainContent > div > div:last-child > div:nth-child(2) > figure > img {
	width: 100%;
}
*/

/*
.mainContent > div > div:last-child > div:nth-child(2) > a, 
.contact button, .newsContainer > div > a, 
.home > .tertiaryContent > div > div > div:last-child > div > a, 
.career > div > div > div > div > a, 
*/
.actionButton,
.loginButton {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    /*line-height: 42px;*/
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    
    background-color: #69c9e4;
    border-radius: 50px;
    margin: 24px 27px;
    padding-block: 1.4rem;
    transition: transform .2s ease-out, background-color .2s linear, box-shadow .2s;
    min-width: 150px;
    max-width: 350px;
    padding-inline: 3rem;
    /*margin-inline: auto;*/
    display: flex;
    justify-content: center;
    white-space: nowrap;
}

.loginButton {
    background-color: #777;
    color: #fff;
}

    .loginButton:hover,
    .loginButton:active {
        background-color: #666;
        color: #fff;
    }

/* TODO: Look at this and fix it. */
.mainContent > div > div:last-child > div:nth-child(2) > a:hover,
.mainContent > div > div:last-child > div:nth-child(2) > a:focus,
.mainContent > div > div:last-child > div:nth-child(2) > a:active,
.contact button:hover, .contact button:focus,
.contact button:active,
.newsContainer > div > a:hover,
.newsContainer > div > a:focus,
.newsContainer > div > a:active,
.home > .tertiaryContent > div > div > div:last-child > div > a:hover,
.home > .tertiaryContent > div > div > div:last-child > div > a:focus,
.home > .tertiaryContent > div > div > div:last-child > div > a:active,
.career > div > div > div > div > a:hover,
.career > div > div > div > div > a:focus,
.career > div > div > div > div > a:active {
    /*background-color: #57a7bd;*/
    background-color: #61bad2;
    text-decoration: none;
}
/* TODO: Look at this and fix it. */
.mainContent > div > div:last-child > div:nth-child(2) > a:hover,
.actionButton:hover {
    color: #fff !important;
    /*background-color: #57a7bd !important;*/
    background-color: #61bad2 !important;
}

.newsContainer > div > a {
    margin: 24px 0px 0px;
}

.home > .tertiaryContent > div > div > div:last-child > div > a {
    width: 200px;
    float: right;
    margin: 0px;
}

.career > div > div > div > div > a {
    min-width: 290px;
    max-width: 380px;
    /*margin: 24px auto 0px;*/
    margin: auto;
    /*padding: 5px 10px 5px 10px;*/
}
/*=====================================================
 3.) Standard Page Content
 =======================================================*/
.standard > div > div:first-child > figure {
    margin-top: 24px;
}

.relatedInformation {
    margin-top: 20px;
}


    /* Commented out: This causes divs that should not have borders in EPi-edit mode to have borders and so forth.. */
    /*.standard > div > div:first-child > div, */
    .relatedInformation > div {
        padding-bottom: 10px;
        padding-top: 10px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        margin-top: 20px;
    }

    /* Commented out: This causes divs that should not have borders in EPi-edit mode to have borders and so forth.. */
    /*.standard > div > div:first-child > div > ul > li,*/
    .relatedInformation ul > li {
        line-height: 24px;
        color: #000;
        font-weight: 400;
    }

    /* Commented out: This causes divs that should not have borders in EPi-edit mode to have borders and so forth.. */
    /*.standard > div > div:last-child > div:first-child, */
    .relatedInformation > div:last-child > div:first-child,
    .newsList > div > div:last-child > div:first-child {
        top: 0px !important;
    }

.standard .contact-detail ul {
    margin-top: 20px;
}

    .standard .contact-detail ul li {
        line-height: 24px;
    }


/*=====================================================
 4.) Result And NewsList Page Content
 =======================================================*/
.result h1, .result p, .newsList h1, .newsList p {
    margin-top: 0px;
    margin-bottom: 9px;
}

.result p, .newsList p {
    padding: 9px 0px 15px;
}

.result a, .newsList a {
    color: #000;
}

.pageNavigation {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 36px;
    padding-top: 30px;
    text-align: center;
    margin-top: 15px;
}

    .pageNavigation li {
        display: inline-block;
        margin-right: 17.2px;
    }

        .pageNavigation li:last-child {
            margin-right: 0px;
        }

        .pageNavigation li a {
            line-height: 30px;
            color: #5eb5cd;
            font-weight: 700;
            background-color: #f0f0f0;
            width: 30px;
            height: 30px;
            display: inline-block;
        }

            .pageNavigation li a:hover, .pageNavigation li a:focus, .pageNavigation li a:active, .pageNavigation li a.active, .pageNavigation li a.prev, .pageNavigation li a.next {
                background-color: #69c9e4;
                color: #fff;
                text-decoration: none;
            }

.newsList > div > div:last-child h2 {
    margin-top: 0px;
}
/*=====================================================
 5.) Contact Page Content
 =======================================================*/
.contact .address-box {
    line-height: 19px;
    margin-top: 18px;
    text-align: left;
}

    .contact .address-box p {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .contact .address-box span {
        margin-top: 2px;
        margin-bottom: 2px;
    }

        /* JS - is this really in use? */
        .contact .address-box span.odd {
            padding-bottom: 24px;
        }

    .contact .address-box .actionButton {
        color: #fff;
        max-width: 300px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .contact .address-box a.actionButton:hover {
        color: #fff !important;
    }

.contact .form-box {
    width: 100%;
    padding: 27px 12px;
    background-color: #f0f0f0;
    margin-top: 27px;
}

.contact button {
    min-width: 50%;
    margin: 24px auto 0px;
    border: none;
    /*line-height: 42px;*/
    height: 42px;
}

.contact .form-group {
    margin: 0 !important
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 14px;
    height: 42px;
    line-height: 19px;
    padding: 0px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 18px;
}

textarea.form-control {
    height: auto;
    line-height: 1.42857;
    padding: 6px 12px;
}
/*=====================================================
 6.) Gallery Page Content
 =======================================================*/
.gallery > div > div {
    margin-top: 24px;
}

    .gallery > div > div > img {
        width: 100%;
    }

    .gallery > div > div > p {
        margin-top: 0px;
    }

    .gallery > div > div > a {
        display: block;
        margin-top: 12px;
    }

.flexslider .slides img {
    width: auto;
    max-width: none;
    margin: auto;
}

.flexslider .slides > li {
    height: 440px;
    background-position: center 0;
}

.menu-wrap {
    position: relative;
}

.docsDownload li a:hover,
.gallery > div > div > a:hover,
/*a[href^="mailto"]:hover, */
.authorByline a:hover,
.contact-detail a:hover {
    text-decoration: none;
    color: #000 !important;
}

.newsList p {
    margin-bottom: 0;
}

.contact-detail p,
.standard p {
    margin-top: 14px;
}

/* JS-FIX */
/* Fix for spacing above content-page header */
/*.contact-detail h1 {
    margin-top: 6px;
}*/

.mainContent > figure {
    margin-bottom: 30px;
}
/* END JS-FIX */

#footer > .footerTertiary {
    padding-bottom: 80px;
}
/*.whatWeDoSection .app h4 {
	font-size: 50px;
}*/
.pageNavigation li a.prev:hover, .pageNavigation li a.next:hover {
    background: #f0f0f0;
    color: #69c9e4;
}

.gallery > div {
    padding-bottom: 24px;
}

.info-box p {
    padding: 7px 0 23px !important;
}

.top-space {
    padding-top: 0;
}

#tips li {
    display: none;
}

::selection {
    background: #69c9e4;
    color: #fff;
}

.bottom-spc {
    padding-bottom: 40px;
}

.mail-link {
    color: #5eb5cd !important
}

.down-list li {
    position: relative;
    padding-left: 12px;
}

    .down-list li b {
        position: absolute;
        left: 0;
        top: 6px;
    }

.flexslider .slide-1 {
    background: url(/globalassets/startpage_top_carousel/1.jpg) 0 0 no-repeat;
}

.flexslider .slide-2 {
    background: url(../img/2.jpg) 0 0 no-repeat;
}

.flexslider .slide-3 {
    background: url(../img/3.jpg) 0 0 no-repeat;
}

.flexslider .slide-4 {
    background: url(../img/4.jpg) 0 0 no-repeat;
}

.flexslider .slide-5 {
    background: url(../img/5.jpg) 0 0 no-repeat;
}

.flexslider .slides li {
    background-size: cover;
    width: 100%;
}

#slide-nav {
    border-color: transparent;
}

.btn-default {
    border-color: transparent;
}


.primaryContent.slide {
    background-position: 0 0\9 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .primaryContent.slide {
        background-position: 0 0 !important;
    }

    #header .navbar-fixed-top {
        transition: none;
    }
}
