.Slider-text-section h4,
.banner-text-section h4,
.brown-title,
.contact-area-block h6,
.mobile-menu .navigatie .menu-item a,
.ordering-block h5,
.product-catelogue,
.slider-play,
h4 {
    text-transform: uppercase
}

body,
body .container-fluid,
html {
    padding: 0
}

h4,
h5 {
    letter-spacing: 2px
}

footer h5 {
    letter-spacing: 1px
}

.click-here,
.product-catelogue .product-catelogue-span,
.wildacre-link,
footer a,
footer a:hover {
    text-decoration: underline
}

.slider-play a,
.slider-play a:hover,
.teaser-section a:hover {
    text-decoration: none
}

.brand-icon,
.dash,
.desktop-menu .navigatie .menu-item,
.float-left {
    float: left
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    -ms-overflow-style: scrollbar;
    -webkit-overflow-scrolling: touch;
    border: 0;
    margin: 0 auto;
    height: 100%;
    -moz-osx-font-smoothing: grayscale!important;
    -webkit-font-smoothing: antialiased!important;
    font-smoothing: antialiased!important
}

body {
    font-family: VisbyCF-Medium!important;
    font-size: 16px;
    font-weight: 500;
    color: #232323;
    line-height: 1.8em
}

p {
    font-family: MatrixIIOT-Reg;
    font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: VisbyCF-Bold;
    line-height: normal
}

h4 {
    line-height: 1.1
}

h5 {
    line-height: 1.2;
    font-size: 45px
}

.white {
    color: #fff
}

.banner-section .banner-img {
    width: 100%
}

.banner-section {
    position: relative
}

.banner-text-section {
    margin: auto;
    position: absolute;
    top: 42%;
    left: 80px;
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: 2px
}

.content-dashline:before,
.title-dashline:before {
    margin-top: -2px;
    left: 0;
    top: 60%;
    content: ''
}

.banner-text-section h4 {
    font-size: 60px;
    line-height: 1
}

.banner-section .title-dashline:before {
    background-color: #fff
}

.title-dashline {
    position: relative;
    padding-left: 60px
}

.title-dashline:before {
    position: absolute;
    height: 5px;
    width: 45px;
    background-color: #fff
}

#first-block .title-dashline,
.banner-text-section .title-dashline {
    padding-left: 90px
}

#first-block .title-dashline:before,
.banner-text-section .title-dashline:before {
    width: 70px;
    height: 8px
}

.content-dashline {
    position: relative;
    padding-left: 50px
}

.content-dashline:before {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #212121
}

.brown-background,
.brown-title .title-dashline:before {
    background-color: #392e2c
}

.down-aerrow {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -12px;
    color: #fff;
    font-size: 32px
}

.down-aerrow img {
    height: 65px
}

.block-section {
    padding: 50px 80px
}

.lightbackground1 {
    background-image: url(../images/lightbackground1.png);
    background-repeat: repeat
}

.lightbackground2 {
    background-image: url(../images/lightbackground2.jpg);
    background-repeat: repeat
}

.lightbackground3 {
    background-image: url(../images/lightbackground3.png);
    background-repeat: repeat
}

.dashed-line,
.dashed-line-bottom {
    background-image: linear-gradient(to right, #333 55%, rgba(255, 255, 255, 0) 0);
    background-size: 47px 2px;
    background-repeat: repeat-x
}

.brown-title {
    color: #392e2c
}

.product-catelogue {
    font-size: 20px
}

.product-catelogue a {
    color: #a97f25
}

.category-img-section,
.hover-white:hover {
    color: #fff
}

.product-catelogue .product-catelogue-span {
    margin-left: 25px;
    font-size: 15px;
    font-family: VisbyCF-Bold;
    letter-spacing: 3px
}

.about-us-content,
.letter-spacing1 {
    letter-spacing: 1px
}

.p-relative {
    position: relative
}

.center-div {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.no-list-type {
    list-style-type: none
}

.product-listing ul li {
    font-family: VisbyCF-DemiBold;
    font-size: 19px;
    padding: 4px 0;
    letter-spacing: 1px;
    position: relative
}

.product-listing ul li:before {
    content: '';
    margin-top: -2px;
    position: absolute;
    left: -42px;
    top: 60%;
    width: 30px;
    height: 2px;
    background-color: #e2dbd5
}

.dashed-line {
    background-position: top
}

.dashed-line-bottom {
    background-position: bottom;
    padding-bottom: 25px
}

footer {
    padding: 0 80px 30px;
    clear: both
}

footer h5 {
    font-size: 16px;
    margin: 5px 0
}

footer a,
footer a:hover {
    color: #232323
}

.footer-section {
    padding: 20px 0 0;
    clear: both
}

footer .social-icons a {
    font-size: 22px;
    margin-right: 15px
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 70px
}

.swiper-slide-span {
    font-family: MatrixIIOT-Reg;
    position: absolute;
    bottom: 0;
    z-index: 9999999999999;
    left: 0;
    color: #212121;
    font-size: 17px
}

.Slider-text-section,
.slider-play {
    z-index: 1;
    color: #fff;
    position: absolute
}

.product-slider-block {
    padding: 80px
}

.digit-section {
    background: url(../images/lightbackground2.jpg);
    line-height: normal;
    margin-top: -175px;
    font-family: VisbyCF-Bold;
    padding-top: 25px;
    width: 100%;
    text-fill-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    font-size: 30vw;
    align-items: center;
    justify-content: center;
    text-align: center
}

.gray-title {
    color: #d1cfc6;
    font-size: 24px;
    font-family: VisbyCF-DemiBold
}

.gray-title .content-dashline:before,
.gray-title.content-dashline:before {
    background-color: #d1cfc6;
    height: 4px
}

.about-us-content {
    font-size: 18px
}

.m-40 {
    margin: 40px 0
}

.m-top60 {
    margin-top: 60px
}

.about-slider-span1 {
    position: absolute;
    top: 8%;
    left: 6%;
    font-size: 50px;
    color: #fff;
    line-height: normal;
    font-family: VisbyCF-Bold
}

.about-slider-span2,
.about-slider-span3 {
    left: 8%;
    color: #d6d6d6;
    font-family: VisbyCF-Bold;
    position: absolute
}

.about-slider-span1 .content-dashline:before {
    background-color: #fff;
    height: 5px
}

.about-slider-span3.content-dashline:before {
    background-color: #d6d6d6;
    height: 3px
}

.contact-content-listing ul li:before,
.contact-dashline:before,
.contact2 .title-dashline:before,
.contact3 .title-dashline:before {
    background-color: #232323
}

.about-slider-span1 .content-dashline {
    padding-left: 35px
}

.about-slider-span2 {
    bottom: 30%;
    font-size: 120px
}

.about-slider-span3 {
    bottom: 10%;
    font-size: 40px
}

.video-wrapper iframe {
    display: block
}

@media (min-width:1400px) and (max-width:1600px) {
    .about-slider-span3 {
        font-size: 22px
    }
    .about-slider-span2 {
        bottom: 32%
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .about-slider-span3 {
        font-size: 22px
    }
    .about-us-content {
        font-size: 18px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .about-slider-span1,
    .about-slider-span2,
    .about-slider-span3 {
        left: 12%
    }
    .about-slider-span3 {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .about-slider-span1,
    .about-slider-span2,
    .about-slider-span3 {
        left: 5%
    }
    .about-slider-span3 {
        font-size: 22px;
        font-size: 16px;
        bottom: 19%
    }
    .about-slider-span2 {
        font-size: 50px
    }
    .about-slider-span1 {
        top: 20%
    }
}

.brand-block {
    margin-bottom: 30px
}

.our-brand-title {
    margin: 90px 0 50px!important
}

.brand-icon {
    width: 20%;
    padding: 0 30px
}

.float-left {
    width: 100%
}

.wildacre-link {
    position: absolute;
    bottom: 50px;
    color: #232323;
    font-family: MatrixIIOT-Reg;
    font-size: 20px
}

.wildacre-link:hover {
    color: #232323
}

.letter-spacing2 {
    letter-spacing: 2px
}

.contact-content-listing ul li {
    padding: 0;
    font-size: 15px
}

.contact-content-block h6 {
    font-size: 17px;
    margin-bottom: 22px
}

.contact-dashline {
    position: relative;
    padding-left: 40px
}

.contact-dashline:before {
    content: '';
    margin-top: -2px;
    position: absolute;
    left: 4px;
    top: 60%;
    width: 25px;
    height: 2px
}

.contact-area-block {
    margin-bottom: 30px;
    font-size: 18px;
    font-family: VisbyCF-DemiBold;
    line-height: 1.4
}

.contact-area-block h6 {
    margin-bottom: 5px;
    font-family: VisbyCF-Heavy
}

textarea {
    resize: none
}

.contactform input.form-control,
.near-dropdown {
    border-radius: 0;
    height: 42px;
    border: none
}

.contactform textarea {
    border-radius: 0;
    border: none
}

.contactform .form-control:focus {
    outline: 0;
    box-shadow: none
}

.btn-default:active:focus,
.btn-default:active:hover,
.contact-submit,
.contact-submit:active,
.contact-submit:focus,
.contact-submit:hover,
.contact-submit:visited {
    outline: 0;
    color: #fff;
    background-color: #232323!important;
    border-color: #232323!important;
    border-radius: 0;
    padding: 12px 25px;
    margin-top: 18px
}

.contact-submit .contact-dashline:before {
    background-color: #fff
}

.flexbox-container>.center-img {
    background-size: cover;
    background-position: center
}

@media (min-width:992px) {
    .m-top60 {
        margin-top: 60px
    }
    .m-bottom100 {
        margin-bottom: 100px
    }
    .m-top100 {
        margin-top: 100px
    }
    .m-top90 {
        margin-top: 90px
    }
    .m-top30 {
        margin-top: 30px
    }
    .m-40 {
        margin: 40px 0
    }
    .brand-icons-block {
        padding: 90px 0 40px
    }
    .brand-icon:first-child {
        padding-left: 0
    }
    .brand-icon:last-child {
        padding-right: 0
    }
    .flexbox-container>.block-section {
        padding: 50px 80px
    }
}

@media (min-width:1600px) {
    .swiper-slide {
        width: 45%
    }
    h4 {
        font-size: 70px
    }
    .gray-title {
        margin-left: 40px;
        font-size: 45px
    }
    .flexbox-container>div {
        height: 600px
    }
    #brand-flex-block .brown-title,
    #brand-flex-block2 .brown-title,
    #brand-flex-block3 .brown-title {
        font-size: 45px!important
    }
    .product-digit-block {
        padding: 60px 225px
    }
}

@media (min-width:1200px) and (max-width:1600px) {
    .brand-flex-block .title-dashline,
    .brown-background .title-dashline,
    .title-dashline {
        padding-left: 60px
    }
    .swiper-slide {
        width: 45%
    }
    .brand-flex-block .title-dashline:before,
    .brown-background .title-dashline:before,
    .title-dashline:before {
        width: 45px;
        height: 5px
    }
    h4 {
        font-size: 55px!important
    }
    .banner-text-section h4 {
        font-size: 45px!important
    }
    h5 {
        font-size: 36px
    }
    .flexbox-container .brown-title {
        font-size: 36px!important
    }
    .gray-title {
        margin-left: 18px;
        font-size: 38px
    }
    #brand-flex-block .brown-title,
    #brand-flex-block2 .brown-title,
    #brand-flex-block3 .brown-title {
        font-size: 38px!important
    }
    .dropdown1 ul.dropdown-menu li,
    .dropdown2 ul.dropdown-menu li {
        font-size: 13px!important
    }
    .product-digit-block {
        padding: 80px 160px
    }
    .digit-about-img {
        margin-bottom: 40px!important
    }
    .contact-us-main-title {
        font-size: 53px!important
    }
}

@media (min-width:768px) and (max-width:1199px) {
    h4 {
        font-size: 44px!important
    }
    h5 {
        font-size: 30px
    }
    .swiper-slide {
        width: 100%
    }
    .title-dashline:before {
        width: 45px;
        height: 4px
    }
    .title-dashline {
        padding-left: 60px
    }
    .m-top30-mob {
        margin-top: 30px
    }
    .digit-section {
        font-size: 27vw;
        margin-top: -60px
    }
    .our-brand-title {
        margin: 40px 0 50px
    }
    #brand-flex-block .brown-title,
    #brand-flex-block2 .brown-title,
    #brand-flex-block3 .brown-title {
        font-size: 38px!important
    }
    .banner-section .banner-img {
        max-height: 80vh
    }
}

@media (max-width:767px) {
    h4 {
        font-size: 25px!important;
        margin-bottom: 30px;
        line-height: normal
    }
    .banner-text-section h4 {
        font-size: 20px!important;
        line-height: 1.3
    }
    h5 {
        font-size: 15px
    }
    .banner-text-section {
        top: auto;
        left: 25px;
        bottom: 0;
        transform: translate(0, -5%)
    }
    .title-dashline {
        padding-left: 42px
    }
    .title-dashline:before {
        width: 30px;
        height: 4px;
        margin-top: -4px
    }
    .product-first-block .title-dashline:before {
        margin-top: -3px
    }
    .block-section {
        padding: 30px 25px
    }
    .product-catelogue {
        font-size: 16px
    }
    .product-first-block {
        padding: 30px
    }
    .category-img-section .center-div {
        left: 17%;
        top: 40%;
        transform: none
    }
    .category-img-section .center-div h4 {
        font-size: 19px!important
    }
    .product-listing-section h5 {
        font-size: 22px
    }
    .product-listing ul li {
        font-size: 15px
    }
    .product-slider-block {
        padding: 0 15px 60px
    }
    .product-detail .product-slider-block {
        padding: 60px 15px
    }
    .swiper-slide {
        width: 100%
    }
    .swiper-slide-span {
        left: 0;
        font-size: 20px
    }
    footer {
        padding: 0 25px 30px
    }
    .dashed-line-bottom {
        padding-bottom: 50px
    }
    .footer-section {
        padding: 40px 0 0
    }
    .m-top30-mob {
        margin-top: 30px
    }
    .footer-section .col-sm-6:first-child .m-top30-mob:first-child {
        margin-top: 0
    }
    .digit-section {
        font-size: 113px;
        margin-top: -30px
    }
    .contact2 h5,
    .contact3 h5,
    .ordering-block h5 {
        font-size: 22px
    }
    .about-us-block .m-top60 {
        margin-top: 10px
    }
    .ordering-block .m-40 {
        margin: 0 -15px
    }
    .contact-brown-block .m-40 {
        margin-top: 30px!important
    }
    .ordering-1,
    .ordering-2,
    .ordering-3,
    .ordering-4 {
        margin-bottom: 15px
    }
    .ordering-1 {
        margin-top: 15px
    }
    .our-brand-title {
        margin: 60px 0 50px
    }
    .brand-icon {
        width: 33%;
        padding: 15px 14px
    }
    .brand-icon:nth-child(4) {
        clear: both
    }
    .contact-area-block h6 {
        font-size: 16px
    }
    .contact2 .m-top60 {
        margin-top: 30px
    }
    .product-detail .banner-text-section {
        left: 30px
    }
    .product-listing-section h5 .title-dashline {
        padding-left: 42px
    }
    .product-listing-section h5 .title-dashline:before {
        width: 30px;
        height: 3px
    }
    .aboutus-product-slider {
        padding-bottom: 0
    }
    .dash {
        margin-top: 10px
    }
    .no-list-type.teaser {
        margin-bottom: 0
    }
    .contact-content-listing {
        margin-bottom: 15px
    }
}

@media (max-width:340px) {
    h4 {
        font-size: 26px!important;
        margin-bottom: 30px;
        line-height: normal
    }
    .banner-text-section h4 {
        font-size: 19px!important
    }
    h5 {
        font-size: 14px
    }
    .category-img-section .center-div h4 {
        font-size: 12px!important
    }
    .product-detail .banner-text-section {
        left: 30px
    }
    .product-detail .banner-text-section h4 {
        font-size: 18px!important
    }
    .product-catelogue .product-catelogue-span {
        margin-left: 12px!important;
        font-size: 9px!important
    }
}

.slider-play {
    width: auto;
    bottom: 95px;
    left: 98px;
    margin-left: -12px;
    font-size: 25px;
    font-weight: 600;
    margin-right: 30px
}

.slider-play i {
    margin-right: 10px
}

.Slider-text-section {
    margin: auto;
    top: 38%;
    left: 80px;
    transform: translate(0, -50%);
    letter-spacing: 2px
}

.Slider-text-section h4 {
    font-size: 70px
}

.slider-play a {
    position: relative;
    z-index: 1;
    color: #FFF;
    cursor: pointer
}

@media (max-width:767px) {
    .Slider-text-section h4 {
        font-size: 25px!important
    }
    .Slider-text-section {
        top: auto;
        left: 20px;
        bottom: 0;
        transform: translate(0, -20%)
    }
    #first-block .title-dashline,
    .banner-text-section .title-dashline {
        padding-left: 42px
    }
    #first-block .title-dashline:before,
    .banner-text-section .title-dashline:before {
        width: 30px;
        height: 4px
    }
}

@media (max-width:340px) {
    .Slider-text-section h4 {
        font-size: 22px!important
    }
    .digit-section {
        font-size: 96px
    }
    h6 .contact-dashline:before {
        margin-top: -5px
    }
}

.dropdown1 ul.dropdown-menu li,
.dropdown2 ul.dropdown-menu li,
.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

.opening-block {
    width: 100%;
    height: 100vh;
    position: absolute;
    color: #fff
}

@media (max-width:960px) {
    .opening-block {
        height: 56.25vw
    }
}

.opening-block .opening-media {
    width: 100%;
    height: 100vh;
    object-position: 50% 50%;
    object-fit: cover;
    position: relative
}

@media (max-width:960px) {
    .opening-block .opening-media {
        height: 56.25vw
    }
}

.opening-block .opening-media .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden
}

.opening-block .opening-media .video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width:960px) {
    .opening-block .opening-media .video-wrapper {
        height: 56.25vw
    }
    .opening-block .opening-media .video-wrapper iframe {
        min-height: 0;
        min-width: 0
    }
}

.opening-block .overlay-film {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .1
}

.navbar,
.teaser-section {
    position: fixed;
    width: 100%
}

.navbar {
    margin-bottom: 0;
    z-index: 9
}

.teaser-section {
    bottom: 0;
    background: #ec0774;
    padding: 10px 80px 3px
}

.teaser-section p {
    margin: 0;
    color: #fff;
    font-family: VisbyCF-Bold;
    font-size: 12px;
    line-height: 1.5
}

.teaser-section a {
    color: #fff
}

.close {
    cursor: pointer;
    opacity: 1;
    height: 35px;
    width: 30px
}

.close:after,
.close:before {
    content: "";
    height: 20px;
    width: 20px;
    border-top: 1px solid #fff;
    position: absolute;
    top: 11px;
    right: -8px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close:before {
    right: 6px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mega-dropdown {
    position: static!important
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: VisbyCF-Heavy
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent
}

.bs-example-navbar-collapse-1 {
    position: relative
}

.servicefood-logo {
    position: absolute;
    right: 80px;
    width: 160px
}

.servicefood-logo.shrink {
    width: 80px
}

.navbar-inverse {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: rgba(34, 34, 34, .5);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.dropdown1 ul.dropdown-menu,
.dropdown2 ul.dropdown-menu {
    background-color: rgba(34, 34, 34, .5);
    border-radius: 0;
    min-width: 170px
}

.dropdown1 ul.dropdown-menu li,
.dropdown2 ul.dropdown-menu li {
    color: #d3ab69;
    font-family: VisbyCF-Bold
}

.dropdown1 ul.dropdown-menu li a,
.dropdown2 ul.dropdown-menu li a {
    color: #d3bba7;
    padding: 1px 32px
}

.dropdown1 ul.dropdown-menu li a:focus,
.dropdown1 ul.dropdown-menu li a:hover,
.dropdown2 ul.dropdown-menu li a:focus,
.dropdown2 ul.dropdown-menu li a:hover {
    color: #c4a891!important;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background: 0 0
}

.readmore-link {
    color: #a97f25;
    text-decoration: underline
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/slider-left.png);
    background-size: 48px;
    left: 13.5%
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/slider-right.png);
    background-size: 48px;
    right: 13.5%
}

.swiper-button-next,
.swiper-button-prev {
    width: 47px
}

.swiper-button-next,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    outline: 0
}

.dash {
    height: 2px;
    background-color: #232323;
    width: 18px;
    margin-right: 10px;
    margin-top: 12px
}

@media (min-width:1200px) and (max-width:1600px) {
    .swiper-container-rtl .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        width: 52px;
        background-size: 48px
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 45%
    }
    .contact-content-listing ul li,
    .product-catelogue .product-catelogue-span {
        font-size: 14px
    }
}

@media (min-width:1600px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 22.5%
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 22.5%
    }
}

@media (min-width:2000px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 23%
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 23%
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 20.2%
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 20.3%
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 21%
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 21%
    }
}

@media (max-width:1199px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 5%;
        background-image: url(../images/slider-mob-left.png)
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 5%;
        background-image: url(../images/slider-mob-right.png)
    }
}

@media (max-width:767px) {
    .navbar-toggle,
    .product-first-block .m-top60 {
        margin-top: 10px
    }
    .navbar-toggle {
        float: left;
        margin-left: 15px
    }
    .navbar-inverse .navbar-toggle {
        border: none;
        border-radius: 0
    }
    .servicefood-logo {
        right: 15px;
        width: 92px;
        z-index: 9999
    }
    .servicefood-logo.shrink {
        width: 50px
    }
    .slider-play {
        bottom: 15px;
        left: 38px;
        font-size: 17px
    }
    .Slider-text-section h4 {
        display: none
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent
    }
    .navbar-inverse .navbar-collapse {
        background-color: rgba(34, 34, 34, .88)
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: transparent
    }
    .opening-block {
        position: relative
    }
    .dropdown1 ul.dropdown-menu li a,
    .dropdown2 ul.dropdown-menu li a {
        padding: 9px 35px!important;
        text-align: left;
        color: #d3ab69!important
    }
    .readmore {
        max-height: 120px
    }
    .readmore-link {
        color: #a97f25;
        text-decoration: underline;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px
    }
    .flexbox-container .brown-title {
        font-size: 25px
    }
    .navbar-nav {
        margin: 30px 0 0
    }
    .navbar-inverse .navbar-collapse {
        background: #392e2c;
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 24px;
        padding: 14px 35px 14px 55px!important
    }
    .navbar-inverse .navbar-nav>li>a:before {
        content: '';
        margin-top: -2px;
        position: absolute;
        left: 8px;
        top: 60%;
        width: 30px;
        height: 2px;
        background-color: #fff
    }
}

@media (min-width:992px) {
    .nav>li>a {
        padding: 10px 0!important;
        margin: 15px 32px
    }
    .navbar-nav {
        margin-left: 38px
    }
}

@media (min-width:768px) {
    .current a,
    .main-menu-link {
        position: relative
    }
    .current a:after,
    .main-menu-link:hover:after {
        content: '';
        position: absolute;
        left: 10%!important;
        bottom: 0;
        width: 18px;
        border-bottom: 2px solid #fff;
        margin: 0 auto;
        transform: translate(-50%, 0)
    }
}

@media (min-width:768px) and (max-width:992px) {
    .dropdown1 .dropdown-menu>li>a,
    .dropdown2 .dropdown-menu>li>a {
        margin: 0 20px!important;
        font-size: 12px
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 12px;
        margin: 19px 10px 22px!important;
        padding: 10px 0!important
    }
    .slider-play {
        bottom: 65px;
        left: 62px;
        font-size: 22px
    }
    .footer-section {
        padding: 0
    }
    footer {
        padding: 0 50px 30px
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 45%
    }
    .ipad-padd0 {
        padding: 0
    }
}

@media (min-width:993px) and (max-width:1199px) {
    .dropdown1 .dropdown-menu>li>a,
    .dropdown2 .dropdown-menu>li>a {
        margin: 0 20px!important;
        font-size: 12px
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 12px;
        margin: 19px 15px 22px!important;
        padding: 10px 0!important
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .servicefood-logo {
        right: 30px;
        width: 100px
    }
    .dropdown1 .dropdown-menu,
    .dropdown2 .dropdown-menu {
        border-radius: 0
    }
    .opening-block {
        position: relative
    }
    .servicefood-logo.shrink {
        width: 60px
    }
    #first-block .title-dashline,
    .banner-text-section .title-dashline {
        padding-left: 60px
    }
    #first-block .title-dashline:before,
    .banner-text-section .title-dashline:before {
        width: 45px;
        height: 6px
    }
    .contact-content-listing ul li {
        font-size: 13px!important
    }
}

#navbar,
#overlay-navigation {
    position: fixed;
    z-index: 1030
}

@media (min-width:1200px) and (max-width:1400px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 13px
    }
    .servicefood-logo {
        width: 140px
    }
    .servicefood-logo.shrink {
        width: 70px
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 13px
    }
}

#diensten {
    margin-top: 90px
}

#navbar {
    background-color: rgba(34, 34, 34, .5);
    right: 0;
    left: 0;
    top: 0;
    border-image-slice: 1;
    height: 56px
}

#navbar .navbar__logo {
    height: 45px;
    width: auto;
    margin: 12.5px
}

@media (min-width:767px) {
    #navbar .navbar__logo {
        height: 50px;
        margin: 15px 15px 15px 0
    }
}

#navbar #navbar__hamburger-button {
    float: left;
    width: 60px;
    height: 45px;
    position: relative;
    margin: 12.5px auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

@media (min-width:767px) {
    #navbar #navbar__hamburger-button {
        margin: 17.5px 0 17.5px 17.5px
    }
}

#navbar #navbar__hamburger-button span {
    display: block;
    position: absolute;
    height: 4px;
    width: 35px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#navbar #navbar__hamburger-button span:nth-child(1) {
    top: 20px
}

#navbar #navbar__hamburger-button span:nth-child(2),
#navbar #navbar__hamburger-button span:nth-child(3) {
    top: 10px
}

#navbar #navbar__hamburger-button span:nth-child(4) {
    top: 36px
}

#navbar #navbar__hamburger-button.open span:nth-child(1),
#navbar #navbar__hamburger-button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

#navbar #navbar__hamburger-button.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#navbar #navbar__hamburger-button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#overlay-navigation {
    left: -100%;
    width: 100%;
    height: 100%;
    top: 56px;
    background: #392e2c;
    overflow-x: hidden;
    transition: .5s
}

@media (min-width:992px) {
    #overlay-navigation {
        top: 85px
    }
}

#overlay-navigation.open {
    left: 0
}

#overlay-navigation .overlay-navigation__content {
    padding: 30px 15px
}

.navigatie {
    list-style: none;
    padding: 0;
    margin: 0
}

.navigatie .menu-item a {
    display: block;
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.nodisplay,
.read-more-content,
.read-more-state,
.read-more-state2 {
    display: none
}

.navigatie .menu-item a:hover {
    color: #fff;
    text-decoration: none
}

.latest-catelogue span,
.ordering-block a {
    text-decoration: underline
}

.no-underline,
.no-underline:focus,
.no-underline:hover,
.no-underline:visited,
.ordering-block .contact-pdf a,
.product-catelogue-download:focus,
.product-catelogue-download:hover,
.product-catelogue-download:visited {
    text-decoration: none
}

.mobile-menu .navigatie .menu-item a {
    font-size: 26px;
    padding: 0 35px 0 55px!important;
    font-weight: 700;
    position: relative;
    font-family: VisbyCF-Heavy;
    letter-spacing: 2px
}

.mobile-menu .navigatie .menu-item a:before {
    content: '';
    margin-top: -2px;
    position: absolute;
    left: 8px;
    top: 60%;
    width: 30px;
    height: 3px;
    background-color: #fff
}

.desktop-menu .navigatie .menu-item a {
    padding: 30.5px 15px
}

.desktop-menu .navigatie {
    float: right
}

.menu-header-toggle {
    background-color: #392e2c!important
}

@media (max-width:767px) {
    .digit-section {
        padding-top: 0
    }
    .mobile-menu .current a {
        color: #9e760d!important
    }
    .mobile-menu .navigatie .menu-item.current a:before {
        background-color: #9e760d
    }
}

.grey-color,
.hover-grey-color:focus,
.hover-grey-color:hover,
.hover-grey-color:visited,
.ordering-block a {
    color: #e2dbd5
}

.brown-background.grey-color .title-dashline:before {
    background-color: #e2dbd5
}

.swiper-slide img,
.textfull-img {
    width: 100%
}

.header-hide {
    -webkit-transform: translateY(-100%)!important;
    -o-transform: translateY(-100%)!important;
    transform: translateY(-100%)!important;
    opacity: 0
}

.servicefood-logo {
    -webkit-transition: 550ms cubic-bezier(.5, 0, .5, 0) all
}

.banner-img {
    position: relative
}

.loader,
.loader:before,
.overlay {
    position: absolute
}

.overlay {
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1)
}

@media (max-width:400px) {
    .swiper-slide {
        padding-bottom: 40px
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 43%
    }
}

.aboutus-product-slider .swiper-button-next,
.aboutus-product-slider .swiper-button-prev,
.loader {
    top: 50%
}

.aboutus-product-slider .swiper-slide {
    padding-bottom: 0
}

.footer-title {
    line-height: 1.5
}

footer .footer-title,
footer .footer-title a {
    font-size: 14px
}

@media (min-width:1200px) and (max-width:1300px) {
    .contact-content-block h6 {
        font-size: 16px
    }
}

.product-listing .dash {
    background-color: #e2dbd5
}

.product-detail .product-listing ul {
    padding: 0
}

.product-listing-sub-title {
    font-size: 20px;
    font-family: VisbyCF-Bold;
    padding-bottom: 25px;
    clear: both
}

.current a.project-link:after,
.product-listing-no-content ul li:before {
    content: none
}

.digit-about-img {
    margin-bottom: 60px
}

@media (max-width:767px) {
    .digit-about-img {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .digit-about-img {
        margin-bottom: 30px
    }
}

.brand-icon img {
    margin: 0 auto
}

.error {
    color: red;
    font-weight: 400;
    font-size: 14px
}

@-webkit-keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader {
    left: 50%;
    transform: translate(-50%, -50%)
}

.aboutus-product-slider {
    padding: 0 0 70px
}

.product-pdf-img {
    width: 50px;
    margin-right: -5px
}

.slider-bg-class {
    background-image: url(../images/lightbackground2.jpg);
    background-repeat: repeat
}

.product-slider-div {
    padding: 60px 0
}

.butchery-black .title-dashline:before {
    background-color: #232323
}

.latest-catelogue {
    margin-top: 20px;
    display: inline-block
}

.contact-slider-block {
    padding: 80px 0
}

.dropdown1 ul.dropdown-menu,
.dropdown2 ul.dropdown-menu {
    padding-top: 0
}

.seafood1 {
    float: left;
    margin-right: 10px
}

@media (max-width:992px) {
    .videoContainer #myvideo {
        width: 100%;
        height: auto
    }
    .brand-item:nth-child(3n+1) {
        clear: both
    }
    .dashed-line,
    .dashed-line-bottom {
        background-image: linear-gradient(to right, #333 48%, rgba(255, 255, 255, 0) 0);
        background-size: 36px 2px
    }
}

@media (max-width:767px) {
    .about-us-block-mob {
        padding-bottom: 30px
    }
    .gray-title {
        font-size: 20px
    }
    .aboutus-product-slider {
        padding: 30px 25px
    }
    .about-company .flexbox-container .block-section,
    .ordering-block {
        padding-bottom: 40px
    }
    .product-catelogue {
        margin-top: 20px
    }
    .swiper-slide-span {
        font-size: 15px
    }
    .about-us-content,
    p {
        font-size: 17px
    }
    .product-detail .product-slider-block {
        padding: 30px 25px
    }
    .butchery-black.visible-xs .title-dashline:before {
        background-color: #fff
    }
    .product-listing-no-content.m-top60 {
        margin-top: 25px
    }
    .category-img-section,
    .product-listing-sub-title {
        padding-bottom: 0
    }
    .seafood-mob-pro-listing .readmore-link {
        margin-bottom: 30px
    }
    .product-listing ul li {
        padding: 0
    }
    .product-listing .readmore {
        max-height: 120px
    }
    #brand-flex-block .lightbackground2,
    #brand-flex-block2 .lightbackground2,
    #brand-flex-block3 .lightbackground1 {
        background-image: none;
        padding: 20px 0
    }
    .wildacre-link {
        display: none
    }
    .contact-content-listing {
        margin-top: 20px
    }
    .contact-content-block h6 {
        margin-bottom: 15px
    }
    .contact-content-block .readmore {
        max-height: 620px
    }
    .contact-slider-block {
        padding: 30px 25px
    }
    .about-company .mob-no-bottom {
        margin-bottom: 0
    }
    .about-company .mob-no-top {
        margin-top: 15px
    }
    body {
        line-height: 1.5
    }
    .contact3 .m-top60 {
        margin-top: 30px
    }
    .product-catelogue .product-catelogue-span {
        margin-left: 18px;
        font-size: 10px
    }
    .product-pdf-img {
        width: 28px
    }
    .ordering-block .font-bold {
        font-family: VisbyCF-Heavy
    }
    .about-company .flexbox-container .block-section {
        padding-bottom: 20px
    }
    h4 {
        letter-spacing: 2px;
        margin-top: 0
    }
    .pause-video,
    .pause-video i,
    .play-video,
    .play-video i {
        font-size: 18px!important
    }
    .opening-block,
    .opening-block .opening-media,
    .opening-block .opening-media .video-wrapper {
        height: auto
    }
    .opening-block .opening-media .video-wrapper {
        position: static
    }
}

#myvideo,
#preloader,
.imageContainer img {
    width: 100%
}

@media (min-width:768px) and (max-width:992px) {
    .down-aerrow img,
    .wildacre-link {
        display: none
    }
    .banner-text-section {
        top: auto;
        bottom: 2%;
        left: 50px
    }
    .brand-icons-block {
        margin-top: 35px
    }
    .brand-icon {
        padding: 0 15px
    }
    .block-section {
        padding: 40px 50px
    }
    h4 {
        letter-spacing: 2px
    }
    .product-slider-div {
        padding: 80px 50px 120px
    }
    .center-div {
        top: 38%;
        left: 28%;
        transform: none
    }
    .center-div h4 {
        font-size: 30px!important
    }
    .swiper-slide {
        padding-bottom: 55px
    }
    .product-listing-sub-title {
        padding-bottom: 0
    }
    .seafood-mob-pro-listing .readmore-link {
        margin-bottom: 30px
    }
    #navbar {
        height: 70px
    }
    .servicefood-logo {
        z-index: 9999
    }
    .mobile-menu .current a {
        color: #9e760d!important
    }
    .current a:after {
        content: none
    }
    .product-slider-block {
        padding: 50px
    }
    .product-listing ul li {
        font-size: 20px;
        padding: 0
    }
    .product-listing-sub-title {
        font-size: 24px
    }
    #navbar #navbar__hamburger-button {
        margin: 17.5px 0 17.5px 4.5px
    }
    .product-first-block .brown-title {
        margin-bottom: 40px
    }
    .contact-content-block h4.brown-title,
    .product-first-block .m-bottom100 {
        margin-bottom: 30px
    }
    .product-first-block .m-top60 {
        margin-top: 20px
    }
    .readmore-link {
        font-size: 20px
    }
}

@media (max-width:340px) {
    .mobile-menu .navigatie .menu-item a {
        font-size: 18px
    }
    .product-listing-section h5 {
        font-size: 17px
    }
    .product-detail .product-listing-section h5 {
        line-height: 1.2
    }
    .product-detail .product-listing-section h5 .title-dashline:before {
        margin-top: -2px
    }
    .category-img-section .title-dashline:before {
        top: 32%
    }
    .category-img-section .center-div h4 {
        font-size: 18px!important
    }
    .swiper-slide-span {
        font-size: 13px
    }
    .swiper-slide {
        padding-bottom: 30px
    }
    .contact-area-block,
    .contact-area-block h6 {
        font-size: 14px
    }
    .category-img-section .center-div {
        left: 14%;
        top: 42%
    }
    .category-img-section .center-div .title-dashline:before {
        margin-top: 3px
    }
}

input#address1,
input#address2 {
    margin-bottom: 4px
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    max-height: 999em
}

.read-more-state~.read-more-trigger:before {
    content: 'Show All'
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'Show less'
}

.read-more-trigger {
    cursor: pointer;
    clear: both;
    float: left
}

.read-more-target2 {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease
}

.read-more-state2:checked~.read-more-wrap2 .read-more-target2 {
    opacity: 1;
    max-height: 999em
}

.read-more-state2~.read-more-trigger2:before {
    content: 'Show All'
}

.read-more-state2:checked~.read-more-trigger2:before {
    content: 'Show less'
}

.read-more-trigger2 {
    cursor: pointer;
    clear: both;
    float: left
}

.blockdisplay {
    display: block!important
}

.read-more-content~.readmore-link:before {
    content: 'Show All'
}

.read-more-content.blockdisplay~.readmore-link:before {
    content: 'Show Less'
}

.product-slider-block .dash {
    margin-top: 14px
}

#preloader {
    position: fixed;
    display: table;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background: #f9f5e3;
    z-index: 9999
}

.brand-block {
    position: relative
}

.brand-block .gallery-title {
    width: 100%;
    height: auto;
    background-color: #886416;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    font-family: VisbyCF-Regular!important
}

.gallery-title p {
    font-size: 12px
}

.brand-block:hover .gallery-title {
    display: block
}

.pause-video,
.pause-video i,
.play-video,
.play-video i {
    font-size: 21px
}

@media (min-width:1200px) {
    .brand-flex-block img {
        width: 100%
    }
    .brand-flex-block .flexbox-container>.block-section,
    .brand-flex-block .flexbox-container>div {
        height: auto!important
    }
    .brand-flex-block .block-section .m-top90 {
        margin-top: 55px
    }
    .swiper-slide {
        padding-bottom: 45px
    }
    .product-listing ul li {
        padding: 2px 0!important
    }
    .product-first-block .brown-title,
    h4.brown-title,
    h5 {
        margin: 0
    }
    .contact-content-block .m-top60 {
        margin-top: 30px
    }
    .flexbox-container>div {
        height: 655px;
        width: 50%
    }
    .flexbox-container {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex
    }
    .m-45 {
        margin: 45px 0
    }
    .banner-text-section {
        left: 77px
    }
    .about-company .title-dashline {
        padding-left: 60px
    }
    .about-company .title-dashline:before {
        height: 5px;
        width: 45px
    }
    .product-listing .dash {
        width: 22px;
        margin-right: 12px
    }
    .Slider-text-section .title-dashline:before,
    .center-div .title-dashline:before,
    .our-brand-title .title-dashline:before {
        width: 70px;
        height: 8px
    }
    .Slider-text-section .title-dashline,
    .center-div .title-dashline,
    .our-brand-title .title-dashline {
        padding-left: 90px
    }
}

.footer-section .row {
    margin-right: 0;
    margin-left: 0
}

.footer-section .col-sm-6 {
    padding-right: 0;
    padding-left: 5px
}

@media (min-width:992px) and (max-width:1199px) {
    .brand-flex-block .flexbox-container>div {
        width: 100%!important;
        height: auto!important
    }
    .brand-flex-block .flexbox-container {
        display: block!important
    }
    .aboutus-product-slider,
    .product-slider-div {
        padding: 50px 80px
    }
}

.lazy-loading {
    width: 100%
}

.visby-bold,
.visby-regular {
    font-family: VisbyCF-Regular
}

.brand-block .gallery-title p {
    margin: 0
}

.follow-us-block span {
    letter-spacing: 1px
}

.lg-sub-html p {
    font-size: 20px
}

.contact-area-block a {
    color: #232323
}

.Slider-text-section h4 {
    line-height: 1.1
}

#branch option {
    text-transform: capitalize
}

.modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none
}

#modal-popup .close {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    background: #727271!important;
    color: #fff;
    text-align: center;
    opacity: 1;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

#modal-popup .modal-dialog {
    position: absolute!important;
    right: 0!important;
    left: 0!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
    transform: translate(0, -50%)!important;
    top: 50%!important
}

.ordering-block h5 {
    margin: 15px 0
}

#map_canvas h3 {
    font-size: 18px
}

#map_canvas p {
    font-size: 16px
}

@media (min-width:992px) {
    #map_canvas,
    #map_wrapper {
        height: 600px!important
    }
}

.product-catelogue-download {
    margin-left: 12px
}

.product-catelogue-download i {
    font-size: 18px
}

.contact-dashline.heading:before {
    width: 15px;
    height: 3px
}

.contact-dashline.heading {
    padding-left: 27px
}

#homevideo {
    width: 100%
}

.teaser-content-div {
    width: 95px;
    float: left;
    margin-right: 25px;
    border-right: 1px solid #fff;
    padding-right: 22px
}

.teaser-section {
    z-index: 1
}

.teaser-text-div {
    float: left;
    padding: 3px 0
}

.white-color {
    background-color: #fff
}

.contact-pdf .product-pdf-img {
    width: 32px
}

.contact-pdf.product-catelogue a {
    color: #a97f25
}

.career-second-section .title-dashline:before {
    background-color: #232323
}

#opportunities-list .opportunity {
    padding: 25px 20px;
    display: block;
    margin-bottom: 10px
}

#opportunities-list .opportunity h3 {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-family: VisbyCF-Heavy
}

#opportunities-list .opportunity h5 {
    font-family: VisbyCF-Heavy;
    font-size: 30px
}

#opportunities-list .opportunity h2 {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0;
    -webkit-transition: color .1s;
    transition: color .1s
}

#opportunities-list .opportunity .btns {
    float: right;
    margin-top: -50px
}

#opportunities-list .opportunity .btns .apply-now-btn,
#opportunities-list .opportunity .btns .more-info-btn {
    margin-right: 35px
}

#opportunities-list .opportunity .btns h5 {
    font-size: 25px
}

#opportunities-list .btn {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    text-transform: uppercase;
    color: #d5bca8;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 2px;
    height: 60px;
    line-height: 58px;
    background: 0 0;
    padding: 0 35px;
    border-radius: 0;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#opportunities-list .more-info-btn {
    color: #e2dbd5
}

.form-group--toggles .radio input {
    opacity: 0;
    position: absolute
}

.checkboxes input:checked+label,
.radios input:checked+label {
    background: #fffbd0
}

.form-group--toggles .radios label {
    color: transparent;
    font: 0/0 serif;
    text-shadow: none
}

.form-group--toggles .radio {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    padding: 0
}

.form-group--toggles .no {
    margin-left: 12px
}

.form-group--toggles .radio.yes input:checked+label::before {
    background: url(https://dvz3vrza543jw.cloudfront.net/assets/frontend/tick-white-752f4899195fcc9b474a0d100f4d989b.png) center center no-repeat #009d12
}

.form-group--toggles .radio input+label::before {
    opacity: 1;
    content: '';
    display: inline-block;
    background: url(https://dvz3vrza543jw.cloudfront.net/assets/frontend/tick-09a3ef3784da3e32d323c1fce9a27d2a.png) center center no-repeat #fff;
    height: 40px;
    width: 40px;
    padding: 0 0 0 30px;
    border-radius: 0
}

.form-group--toggles .radio input:checked+label::before,
.form-group--toggles .radio.no input:focus+label::before,
.form-group--toggles .radio.no input:hover+label::before,
.form-group--toggles .radio.yes input:focus+label::before,
.form-group--toggles .radio.yes input:hover+label::before {
    opacity: 1
}

.form-group--toggles .radio.no input:checked+label::before {
    background: url(https://dvz3vrza543jw.cloudfront.net/assets/frontend/x-white-ffbbca6d94746c1511e1ce5133171388.png) center center no-repeat #cc0400
}

.form-group--toggles .radio.no input+label::before {
    background-image: url(https://dvz3vrza543jw.cloudfront.net/assets/frontend/x-217e03c86e109251b55508de8da3434a.png)
}

@media (max-width:1199px) {
    .index-aboutus {
        display: block
    }
    .opening-block {
        height: 56.25vw
    }
    .index {
        background-image: url(../images/lightbackground2.jpg);
        background-repeat: repeat
    }
    .teaser-section {
        position: static
    }
}

@media (min-width:1200px) {
    .index-aboutus {
        display: none
    }
    .close-section-div {
        padding: 0
    }
    .p-r-0 {
        padding-right: 0
    }
    .p-l-0 {
        padding-left: 0
    }
}

@media (width:1366px) and (height:1024px) {
    @media only screen and (orientation: landscape) {
        .index-aboutus {
            display: block
        }
        .opening-block {
            height: 56.25vw;
            position: relative
        }
        .index {
            background-image: url(../images/lightbackground2.jpg);
            background-repeat: repeat
        }
        .teaser-section {
            position: static
        }
    }
}

@media (min-width:1200px) and (max-width:1350px) {
    .navbar-inverse .navbar-nav>li>a {
        margin: 15px 22px
    }
}

@media (max-width:767px) {
    .teaser-section {
        padding: 12px 35px 12px 25px
    }
    .teaser-content-div {
        margin-bottom: 15px;
        width: 80px;
        border-right: none
    }
    .teaser-section p {
        font-size: 9px
    }
    .opening-block {
        height: 56vw
    }
    .teaser-text-div {
        width: 100%
    }
    .close:after,
    .close:before {
        top: 10px
    }
}

@media (max-width:992px) and (min-width:768px) {
    .teaser-section {
        padding: 15px 50px
    }
    .teaser-section p {
        font-size: 14px;
        line-height: 1.4
    }
    .teaser-content-div {
        width: 110px
    }
}

#file {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0;
    height: 42px;
    border: none
}

#file:focus {
    outline: 0
}

@media (min-width:1200px) {
    #moreinfo-container {
        padding: 40px 20px
    }
}

#moreinfo-container {
    background: #eceef1;
    color: #383939
}

#moreinfo-container #main {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

#moreinfo-container #footer,
#moreinfo-container #main {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto
}

#moreinfo-container .section.section--header {
    position: relative;
    padding: 20px 40px 0
}

#moreinfo-container .section#header {
    padding: 30px 40px 45px;
    background: #392e2c;
    float: left;
    width: 100%
}

#moreinfo-container .section--text {
    padding: 10px 40px 0
}

#moreinfo-container .section--cta {
    padding: 20px 40px 60px
}

#moreinfo-container .line-title {
    position: relative;
    float: left;
    color: #fff;
    margin: 0;
    font-size: 42px;
    letter-spacing: 2px
}

#moreinfo-container .line-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 210px;
    left: 50%!important;
    border-bottom: 5px solid #fff;
    margin: 0 auto;
    transform: translate(-50%, 0)
}

#moreinfo-container #moreinfo-jobtitle {
    margin-top: -4px;
    text-transform: uppercase;
    font-size: 28px
}

#moreinfo-container .section--header h3 {
    font-size: 16px;
    margin-top: 0;
    font-family: VisbyCF-DemiBold
}

#moreinfo-container p {
    font-family: VisbyCF-Medium!important
}

#moreinfo-container .title-dashline:before {
    height: 4px;
    width: 30px;
    background-color: #000
}

#moreinfo-container .title-dashline {
    padding-left: 40px
}

#moreinfo-container .section__block ul {
    padding: 0;
    list-style: none
}

#moreinfo-container .section__block ul li {
    padding-left: 0
}

#moreinfo-container .section__block ul li:before {
    font-family: fontawesome;
    content: "\f111";
    color: #000;
    margin-right: 5px;
    font-size: 3px;
    position: absolute
}

#moreinfo-container .section__block ul li span {
    padding-left: 38px
}

#moreinfo-container .section__header {
    margin-top: 45px
}

.teaser-text-div .small-text {
    font-family: VisbyCF-Medium
}

.teaser-text-div .big-text {
    font-size: 14px
}

@media (max-width:767px) {
    #moreinfo-container #moreinfo-jobtitle {
        font-size: 18px;
        word-wrap: break-word;
        margin: 0 0 2px
    }
    #moreinfo-container .line-title {
        font-size: 25px
    }
    #moreinfo-container .line-title:after {
        width: 115px;
        bottom: -7px;
        border-bottom: 3px solid #fff
    }
    #moreinfo-container .section--header h3 {
        font-size: 14px
    }
    #moreinfo-container .section.section--header {
        padding: 20px 15px 10px
    }
    #moreinfo-container .section--text {
        padding: 0 15px 20px
    }
    #moreinfo-container .section__block ul li:before {
        margin-top: 12px
    }
    #moreinfo-container .section__block ul li span {
        padding-left: 12px
    }
    #opportunities-list .opportunity h5 {
        font-size: 22px
    }
    #opportunities-list .opportunity h3 {
        font-size: 15px
    }
    #opportunities-list .opportunity .btns h5 {
        font-size: 18px
    }
    #opportunities-list .btn {
        line-height: 58px;
        height: 35px
    }
    .careerform label {
        margin: 5px 0
    }
    .safety-block .brown-title {
        font-size: 25px
    }
    #opportunities-list .job-title-span {
        display: inline-block;
        word-break: break-word
    }
    .p-r-0 {
        padding-right: 0
    }
    .teaser-text-div .big-text {
        font-size: 14px!important
    }
    .teaser-section .small-text {
        font-size: 11px
    }
    #moreinfo-container .section#header {
        padding: 30px 15px 45px
    }
}

@media (max-width:1199px) {
    #moreinfo-container .section__block ul li span {
        padding-left: 12px
    }
    #opportunities-list .opportunity .btns {
        float: none;
        margin-top: 0
    }
    .safety-block .mob-no-top {
        margin-top: 0
    }
}

@media (max-width:992px) {
    #opportunities-list .btns .btn {
        color: #fff;
        margin: 0 25px 25px 0;
        padding: 0
    }
    #opportunities-list .opportunity {
        padding: 10px 15px 5px;
        margin-bottom: 0
    }
    #opportunities-list .opportunity h5 {
        margin-top: 0
    }
}

@media (min-width:768px) and (max-width:992px) {
    #modal-popup .close {
        right: 40px
    }
    #opportunities-list .btns .btn h5 {
        font-size: 20px
    }
    .teaser-text-div .big-text {
        font-size: 16px!important
    }
    .teaser-section .small-text {
        font-size: 13px
    }
    #moreinfo-container #moreinfo-jobtitle {
        margin-bottom: 0
    }
}

@media (min-width:1200px) and (max-width:1350px) {
    .teaser-text-div .big-text {
        font-size: 13px!important
    }
    .teaser-text-div .small-text {
        font-size: 10px
    }
}

.nav-up {
    top: -200px!important
}

.nav-up-desktop {
    top: -300px!important
}

.nav-down {
    top: 0
}

.servicefood-logo,
header {
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.navbar {
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

#moreinfo-container p {
    text-align: justify;
}

.careerform .close:after,
.careerform .close:before,
.contactform .close:after,
.contactform .close:before {
    content: none;
}

.careerform .close,
.contactform .close {
    height: auto;
    width: auto;
    font-size: 28px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #opportunities-list .opportunity h5 {
        font-size: 24px;
    }
}

#moreinfo-container .section__header {
    text-transform: uppercase;
}

#moreinfo-container .section__header:first-child {
    margin-top: 20px;
}

#modal-popup .modal-content {
    border-radius: 0;
    padding: 25px;
}

#modal-popup .close:after, #modal-popup .close:before {
    right: 0px;
    top: 14px;
}

#modal-popup .close:before {
    right: 13px;
}

#modal-popup .close {
    top: -12px;
    right: -12px;
    width: 35px;
    height: 35px;
}

#modal-popup .close:focus{
    outline: none;
}

#modal-popup .modal-content .modal-header {    padding-bottom: 0;  }
#modal-popup .modal-title { font-size: 30px; }
#modal-popup .modal-content { text-align: justify; }
#modal-popup .modal-backdrop.in {  opacity: .75; }

#modal-popup .modal-header {  border-bottom: 1px solid #ccc;  padding: 15px 0;  padding-bottom: 15px; padding-top: 0; }
#modal-popup .modal-body {  padding: 15px 0;  }
#modal-popup .modal-title h1, #modal-popup .modal-title h2, #modal-popup .modal-title h3 , #modal-popup .modal-title h4, #modal-popup .modal-title h5, #modal-popup .modal-title h6 {
    font-size: 30px;
}
#modal-popup .modal-content { padding: 30px 40px; }


#video_pop .modal-dialog {
    width: 84% !important;
    margin: 0 auto !important;
}

#video_pop .modal-backdrop.in {
    opacity: 1 !important;
}

#video_pop  .close:after, #video_pop .close:before {
    top: 26px;
    cursor: pointer;
}
#video_pop  .close:focus {
    outline: none;
}

.slider-play a { font-size: 21px; }

.image-advert-popup .close { 
position:absolute !important; top: -15px !important; right: -20px !important;
}

@media (max-width: 767px) {
    .image-advert-popup .close {
        top: -20px !important;
        right: -10px  !important;
    }
}

