#news > ul > li > a:after, .accordion-heading > .icon {
    font-family: FontAwesome
}

#startslider {
    padding-bottom: 90px
}

#startslider a {
    text-decoration: none !important
}

#startslider .uk-slideshow a {
    max-width: 1130px
}

#startslider h1 {
    display: block;
    font-size: 44px;
    line-height: 56px;
    font-weight: 700;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .7)
}

#startslider .uk-panel {
    background: rgba(249, 177, 32, .85);
    border: 0;
    border-radius: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    padding: 20px 30px
}

#startslider .uk-slideshow {
    position: relative
}

#startslider .uk-slideshow, #startslider .uk-slideshow > li {
    height: 617px !important
}

#startslider .uk-slidenav-position .uk-slidenav-previous {
    left: 125px
}

#startslider .uk-slidenav-position .uk-slidenav-next {
    right: 125px
}

#startslider .uk-slidenav-next:before, #startslider .uk-slidenav-previous:before {
    display: block;
    content: ' ';
    width: 55px;
    height: 55px;
    background: url(../img/arrow_circle_left_w.png) center center no-repeat;
    background-size: 55px 55px;
    opacity: .5
}

#startslider .uk-slidenav-next:before {
    background-image: url(../img/arrow_circle_right_w.png)
}

#startslider .uk-slidenav-next:hover:before, #startslider .uk-slidenav-previous:hover:before {
    opacity: 1
}

#startslider .img-pos-top .uk-cover-background {
    background-position: center top
}

#startslider .img-pos-bottom .uk-cover-background {
    background-position: center bottom
}

#startslider .img-pos-left .uk-cover-background {
    background-position: left center
}

#startslider .img-pos-right .uk-cover-background {
    background-position: right center
}

#startslider .img-pos-left-top .uk-cover-background {
    background-position: left top
}

#startslider .img-pos-right-top .uk-cover-background {
    background-position: right top
}

#startslider .img-pos-left-bottom .uk-cover-background {
    background-position: left bottom
}

#startslider .img-pos-right-bottom .uk-cover-background {
    background-position: right bottom
}

#startslider .thumb-nav {
    position: absolute;
    left: 0;
    bottom: -53px;
    width: 100%
}

#startslider .thumb-nav ul > li a {
    font-weight: 500;
    position: relative;
    display: flex;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

#startslider .thumb-nav ul > li.uk-active > a {
    margin-top: -10px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

#startslider .thumb-nav ul > li.uk-active > a:after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-bottom-color: #11B89B;
    border-width: 16px;
    margin-left: -16px
}

#news > ul > li > a, #news > ul > li > a > div {
    position: relative;
    display: block
}

#startslider .thumb-nav ul > li .uk-overlay {
    width: 252px;
    height: 168px;
    border: 2px solid #F9B120
}

#startslider .thumb-nav ul > li.uk-active .uk-overlay {
    border-color: #11B89B;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, .3)
}

#startslider .thumb-nav ul > li .overlay-background {
    background: rgba(249, 177, 32, .5);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

#startslider .thumb-nav ul > li:hover .overlay-background {
    background: rgba(249, 177, 32, 0);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

#startslider .thumb-nav ul > li.uk-active .overlay-background {
    display: none
}

#startslider .thumb-nav ul > li .overlay-caption {
    padding: 10px 15px;
    background: #F9B120;
    color: #fff
}

#startslider .thumb-nav ul > li.uk-active .overlay-caption {
    background: #11B89B
}

#news {
    border-right: 1px solid #BCBEC0;
    padding-right: 35px;
    margin-bottom: 0
}

#news > ul > li > a {
    color: #444
}

#news > ul > li > a > div {
    background: #fff;
    padding: 15px;
    margin: 30px 35px 30px 0;
    z-index: 100
}

#news > ul > li > a:after {
    display: block;
    content: '\f105';
    background: #BCBEC0;
    color: #fff;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22.5px;
    z-index: 99
}

#news > ul > li > a:hover:after {
    background: #11B89B
}

#news > ul > li:last-child a {
    margin-bottom: 0
}

#news .date {
    background: rgba(249, 177, 32, .7);
    color: #fff;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: -15px;
    padding: 2px 15px
}

#news p {
    margin: 0
}

#news p > a {
    font-weight: 500
}

#news .title {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px
}

#sidebar .uk-grid > div {
    margin-bottom: 15px
}

#sidebar .uk-panel {
    min-height: 200px
}

#sidebar a {
    display: block;
    margin: 0 auto
}

#sidebar .banner {
    margin-bottom: 15px
}

#sidebar .banner a {
    background: #fff;
    max-width: 222px;
    padding: 20px;
    text-align: center
}

#sidebar .banner.full-width a {
    padding: 0;
    max-width: 262px
}

#sidebar .banner img {
    max-height: 100px
}

#sidebar .banner.full-width a img {
    width: 100%;
    height: auto;
    max-height: 100%
}

#shopping-cart {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    width: auto;
    margin-right: 35px
}

#shopping-cart-details {
    width: 375px;
    left: -150px
}

.button-round span {
    color: #444
}

.accordion {
    margin: 30px 0;
    padding: 0
}

.accordion:after, .accordion:before {
    content: " ";
    display: table
}

.accordion:after {
    clear: both
}

.accordion-panel {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.accordion-heading {
    position: relative;
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.accordion-heading > .icon {
    color: #fff;
    font-size: 24px;
    font-style: normal
}

.accordion-heading > .icon-right {
    float: right;
    margin-left: 10px
}

.accordion-heading > .icon-left {
    float: left;
    margin-right: 10px
}

.accordion-expander {
    position: relative;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat
}

.accordion-active .accordion-expander {
    opacity: 1
}

.accordion-expander > div {
    padding: 0 15%;
    background-color: rgba(249, 177, 32, .7)
}

.accordion-active .accordion-heading > .icon:before {
    content: "\f10c"
}

.accordion-heading > .icon:before {
    content: "\f055"
}

.accordion-horizontal {
    height: 420px
}

.accordion-horizontal .accordion-panel {
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
    margin-right: 1px;
    font-weight: 500
}

.accordion-vertical .accordion-panel {
    margin-bottom: 1px
}

.accordion-horizontal .accordion-heading {
    width: 420px;
    text-align: right;
    -webkit-transform: translateX(-100%) rotate(-90deg) translateZ(0);
    -moz-transform: translateX(-100%) rotate(-90deg) translateZ(0);
    -ms-transform: translateX(-100%) rotate(-90deg) translateZ(0);
    -o-transform: translateX(-100%) rotate(-90deg) translateZ(0);
    transform: translateX(-100%) rotate(-90deg) translateZ(0);
    -webkit-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    -o-transform-origin: right top 0;
    transform-origin: right top 0
}

.accordion-horizontal .accordion-heading > .icon {
    right: 227px;
    -webkit-transform: rotate(90deg) translateZ(0);
    -moz-transform: rotate(90deg) translateZ(0);
    -ms-transform: rotate(90deg) translateZ(0);
    -o-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0)
}

.accordion-horizontal .accordion-expander {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 634px;
    margin-left: 60px;
    overflow-y: auto;
    background-position: center center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.accordion-heading {
    background-color: #F9B120
}

.accordion-active .accordion-heading {
    background: #11B89B;
    color: #fff
}

@media screen and (min-width: 768px) and (max-width: 1219px) {
    #news .uk-grid > div:first-child {
        padding-right: 25px
    }

    #startslider .uk-slideshow a {
        text-decoration: none !important;
        max-width: 930px
    }

    #startslider .uk-slidenav-position .uk-slidenav-previous {
        left: 35px
    }

    #startslider .uk-slidenav-position .uk-slidenav-next {
        right: 35px
    }

    #shopping-cart-details {
        width: 330px;
        left: -127.5px
    }

    .accordion-horizontal .accordion-expander {
        width: 434px !important
    }
}

@media screen and (max-width: 767px) {
    #startslider {
        padding-bottom: 15px
    }

    #startslider h1 {
        font-size: 36px;
        line-height: 48px;
        padding: 0 10px
    }

    #startslider .uk-panel {
        font-size: 18px;
        line-height: 24px;
        padding: 30px 20px
    }

    #startslider .uk-slideshow {
        padding-bottom: 35px
    }

    #startslider .uk-slideshow, #startslider .uk-slideshow > li {
        height: 440px !important
    }

    #startslider .thumb-nav, #startslider .uk-slidenav-next, #startslider .uk-slidenav-previous {
        display: none
    }

    #startslider .uk-slideshow > li > .uk-flex {
        display: block
    }

    #startslider .slider-caption {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0
    }

    #news {
        border-right: 0;
        padding-right: 0
    }

    #shopping-cart, #sidebar .banner {
        display: none
    }

    .accordion-heading {
        font-size: 18px
    }

    .accordion-expander {
        background-image: none !important
    }

    .accordion-expander > div {
        display: block;
        position: relative;
        padding: 15px 15px 30px;
        color: #444;
        background-color: rgba(249, 177, 32, .3)
    }

    .accordion-expander > div p {
        margin: 0 0 15px
    }

    .accordion-expander h2 {
        display: none
    }

    .accordion-active {
        width: 100% !important;
        height: auto
    }
}
