.text-right {
    text-align: right !important
}

/*.collapse {*/
    /*display: none*/
/*}*/

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hidden {
    display: none !important
}

.academy-filters-button {
    color: #434343;
    padding: 5px 0;
    display: inline-block
}

.academy-filters-button i {
    margin-left: 10px;
    font-size: 18px;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

.academy-filters-button.collapsed i {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

#academy-filters a {
    color: #a0a0a0;
    font-weight: 400;
    position: relative;
    padding: 0 30px;
    margin: 10px 0;
    display: inline-block
}

#academy-filters a.active, #academy-filters a:hover {
    color: #f28b2e
}

#academy-filters a:after {
    content: "";
    width: 1px;
    height: 100%;
    right: -1%;
    position: absolute;
    background: #e1e1e1
}

#academy-filters a:last-child:after {
    display: none
}

.academy-filters-list {
    padding: 15px 0;
    border-top: 1px solid #e1e1e1
}

#blog-listing .makeBg {
    display: block;
    height: 326px;
    margin-bottom: 30px;
    position: relative
}

#blog-listing .makeBg:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    -webkit-transition: opacity ease-in-out 800ms;
    -moz-transition: opacity ease-in-out 800ms;
    -o-transition: opacity ease-in-out 800ms;
    transition: opacity ease-in-out 800ms
}

#blog-listing .makeBg:hover:after {
    opacity: .7
}

.blog-listing-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 15px 30px;
    z-index: 9
}

.blog-listing-info h6 {
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    margin: 0 0 10px 0;
    width: 75%
}

.blog-listing-info p {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 0 40px 0 0
}

.blog-listing-info p span {
    margin: 0 10px 0 0
}

#more-academy {
    margin-bottom: 40px
}

.academy-inner-wrapper .timez {
    margin: 90px 0 0 0
}

.academy-inner-wrapper h2 {
    margin: 0 0 15px 0;
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2em
}

.academy-inner-wrapper .onlyp {
    margin-top: 5px
}

.academy-inner-wrapper h3 {
    display: block;
    font-size: 1.17em;
    margin: 5px 0 20px 0;
    line-height: 1.15;
    font-weight: 400
}

.academy-inner-info {
    margin-top: 15px
}

.academy-inner-info p {
    font-size: .9rem
}

.academy-inner-hero-img {
    margin: 40px 0 35px 0;
    height: 480px
}

.academy-inner-text {
    margin: 20px 0
}

.academy-inner-text h6 {
    color: #444;
    font-size: 1rem;
    margin: 10px 0
}

.academy-inner-text h4 {
    color: #242424;
    font-size: 1rem;
    margin: 25px 0 10px;
    line-height: 1.15;
    font-weight: 700
}

.academy-inner-text p {
    color: #717171;
    line-height: 22px;
    margin: 10px 0
}

.academy-inner-text p strong {
    color: #383838
}

.academy-inner-image-wrapper .makeBg {
    margin: 50px 0 45px 0;
    height: 435px
}

.academy-inner-video-wrapper {
    margin: 50px 0 45px 0;
    background: #000;
    height: 435px
}

.academy-inner-video-wrapper .makeBg {
    display: block;
    margin: 0 0 0 0;
    height: 100%;
    background-size: cover
}

.academy-inner-video-wrapper .makeBg img {
    width: 78px;
    height: 78px;
    margin-left: -39px;
    margin-top: -39px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.academy-inner-video-wrapper .showVideo .play-icon {
    background: #fff;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px
}

.academy-inner-video-wrapper .showVideo .play-icon:before {
    border-left-color: #f28b2e
}

.academy-inner-video-wrapper p {
    margin: 10px 0
}

.academy-inner-video-wrapper p i {
    font-size: 12px
}

.mtb-40 {
    margin: 40px 0;
    position: relative
}

.academy-slider {
    position: relative
}

.academy-slide-txt, .academy-slide-img {
    width: 50%;
    float: left
}

.academy-slide-txt {
    padding-right: 30px
}

.academy-slide-txt h6 {
    color: #444;
    font-size: 1rem;
    margin: 0 0 20px 0
}

.academy-slide-txt p {
    color: #444;
    line-height: 22px;
    margin: 0 0 0 0
}

.academy-slide-img {
    height: 300px
}

.academy-slide-img .makeBg {
    height: 100%
}

.academy-arrows {
    position: absolute;
    bottom: 0;
    right: 50%
}

.academy-arrows .prev, .academy-arrows .next {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle
}

.academy-arrows .prev img, .academy-arrows .next img {
    width: 11px
}

.academy-dots {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #444;
    margin: 0 20px
}

.academy-inner-copy {
    margin: 55px 0 55px 0
}

.academy-inner-copy a {
    color: #000
}

.academy-inner-copy a:hover {
    color: #f38c2a
}

.academy-inner-copy p {
    margin: 0 0 5px 0
}

.academy-inner-copy p span {
    font-size: 14px
}

.academy-inner-copywriter {
    padding: 30px 0;
    margin-bottom: 60px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.academy-inner-copywriter .makeBg {
    height: 130px;
    width: 130px;
    border-radius: 100%
}

.academy-inner-copywriter h5 {
    font-size: 18px;
    margin: 0 0 5px 0
}

.academy-inner-copywriter h6 {
    font-size: 16px;
    margin: 0 0 10px 0
}

.academy-inner-copywriter p {
    font-size: 14px;
    margin: 15px 0;
    line-height: 25px
}

.academy-related .related-title {
    position: relative;
    left: 0;
    right: 0;
    padding: 70px 0 50px;
    top: 0;
    margin: 0
}

.academy-related .b-bottom {
    border-bottom: solid 1px #ddd
}

.academy-related .b-top {
    border-top: solid 1px #ddd
}

.academy-related .related-title:after {
    bottom: 30px
}

.fixed-header {
    background: #fff;
    border-bottom: 2px solid #f38c2a;
    padding: 10px 0 25px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: -150px;
    opacity: 0;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}

.fixed-header.active {
    top: 0;
    opacity: 1
}

.fixed-header h2 {
    font-size: 1.1em;
    line-height: 1.1;
    margin: 15px 0 0 0
}

.fixed-header h6 {
    font-size: .75em;
    font-weight: 700;
    margin: 0
}

.fixed-header .fa, .fixed-header .fab  {
    color: #a3a3a3;
    font-size: 20px;
    margin-left: 25px
}

.social-share {
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    #blog-listing .makeBg {
        height: 195px
    }

    .blog-listing-info h6 {
        width: 100%;
        font-size: 1em
    }

    .academy-inner-hero-img {
        height: 250px
    }

    .blog-listing-info {
        padding: 10px
    }

    .academy-inner-video-wrapper {
        height: 235px
    }

    .academy-slide-txt, .academy-slide-img {
        width: 100%;
        float: none;
        margin: 5px 0
    }

    .academy-slide-txt {
        padding-right: 0
    }

    .academy-arrows {
        position: relative;
        top: 0;
        right: 0;
        text-align: right
    }

    .social-share {
        position: relative;
        top: 10px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }

    .academy-inner-copywriter {
        text-align: center
    }

    .academy-inner-copywriter .circle {
        margin: 20px auto
    }
}

.timing {
    display: block !important
}

.timing span, .timing img {
    float: left;
    line-height: 30px;
    display: inline-block;
    font-size: 14px
}

.timing img {
    margin-left: 20px;
    width: 26px
}

.timing .total-time {
    margin-left: 10px;
    margin-right: 5px
}

.academy-inner-wrapper .timing {
    margin-top: 10px;
    display: inline-block !important
}

#preloader {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10
}

.preloader-cont {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    line-height: 1;
    text-align: center
}

.preloader-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(/media/TRIB-preloader.gif) no-repeat 0 0 / cover
}

.preloader-message {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #111
}

.preloader-message:empty {
    display: none
}

/*@charset "utf-8";*/
/*@font-face {*/
    /*font-family: 'Lato';*/
    /*src: url(/media/Lato-Regular.woff) format('woff'), url(/media/Lato-Regular.ttf) format('truetype');*/
    /*font-weight: 400;*/
    /*font-style: normal*/
/*}*/

/*@font-face {*/
    /*font-family: 'Lato';*/
    /*src: url(/media/Lato-Bold.woff) format('woff'), url(/media/Lato-Bold.ttf) format('truetype');*/
    /*font-weight: 700;*/
    /*font-style: normal*/
/*}*/

/*@font-face {*/
    /*font-family: 'Lato';*/
    /*src: url(/media/Lato-Light.woff) format('woff'), url(/media/Lato-Light.ttf) format('truetype');*/
    /*font-weight: 300;*/
    /*font-style: normal*/
/*}*/

/*@font-face {*/
    /*font-family: 'icomoon';*/
    /*src: url(/media/icomoon.eot?vmfjd8);*/
    /*src: url('/media/icomoon.eot?vmfjd8#iefix') format('embedded-opentype'), url(/media/icomoon.ttf?vmfjd8) format('truetype'), url(/media/icomoon.woff?vmfjd8) format('woff'), url('/media/icomoon.svg?vmfjd8#icomoon') format('svg');*/
    /*font-weight: 400;*/
    /*font-style: normal*/
/*}*/

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-check-circle:before {
    content: "\e901"
}

.icon-check:before {
    content: "\e900"
}

.icon-CSR:before {
    content: "\e903"
}

.icon-panathinaikos:before {
    content: "\e905"
}

.icon-s-company:before {
    content: "\e906"
}

.icon-share:before {
    content: "\e908"
}

.icon-superfoods-homepage:before {
    content: "\e909"
}

.icon-career:before {
    content: "\e90a"
}

body {
    font-family: 'Lato';
    color: #161516;
    overflow-x: hidden
}

figure {
    margin: 0
}

img {
    max-width: 100%;
    border: none
}

a {
    text-decoration: none;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s
}

*:focus {
    outline: 0
}

.makeBg {
    background-size: cover;
    background-position: 50% 50%;
    background-color: #eee
}

.makeBg > img:first-child {
    display: none
}

.vid {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    background-color: #eee
}

.vid iframe, .vid video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

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

.container {
    width: 100%;
    max-width: 1060px;
    padding: 0 30px;
    margin: 0 auto
}

.fullContainer {
    width: 100%;
    padding: 0 30px
}

.smallContainer {
    width: 100%;
    max-width: 820px;
    padding: 0 30px;
    margin: 0 auto
}

.titulo {
    display: block;
    margin: 0;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: .8em;
    position: relative
}

.titulo:after {
    content: " ";
    display: block;
    margin: .8em 0;
    margin-left: -25px;
    width: 50px;
    height: auto;
    border-bottom: 1px dashed #b59455
}

.uppercase {
    text-transform: uppercase
}

.texto {
    font-size: 16px;
    line-height: 23px
}

.texto * {
    margin-top: 0
}

.texto h1, .texto h2, .texto h3, .texto h4, .texto h5, .texto h6, .texto p, .texto ul, .texto ol, .texto pre, .texto blockquote {
    margin-bottom: .75em
}

.texto * + h1, .texto * + h2, .texto * + h3, .texto * + h4, .texto * + h5, .texto * + h6, .texto * + p, .texto * + ul, .texto * + ol, .texto * + pre, .texto * + blockquote {
    margin-top: 1em
}

.texto em {
    color: #b59455
}

.texto a {
    text-decoration: underline;
    font-weight: 700;
    color: #000
}

.texto a:hover {
    color: #957435
}

.texto ul {
    list-style: none;
    padding: 0 0 0 25px
}

.texto li {
    position: relative;
    margin-bottom: .75em
}

.texto li:before {
    position: absolute;
    top: 0;
    content: "\f111";
    color: #b59455;
    font-family: 'FontAwesome';
    left: -25px;
    font-size: 5px;
    line-height: 16px
}

.btn {
    display: inline-block;
    vertical-align: top;
    padding: 1.2em 25px 1.1em;
    border: 1px solid #d4d4d4;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    cursor: pointer
}

.btn:hover {
    color: #f28b2e
}

.inv-btn {
    color: #FFF;
    border-color: #FFF
}

.inv-btn:hover {
    color: #f28b2e;
    background: #fff
}

.alt-btn {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: thin solid #f28b2e;
    background: #f28b2e;
    color: #fff
}

.alt-btn:hover {
    background: #fff;
    color: #f28b2e;
    border: thin solid #f28b2e
}

.homeProducts-btn {
    text-align: center
}

.homeProducts-btn a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.homeProducts-btn a:hover {
    border: thin solid #f28b2e;
    background: #f28b2e;
    color: #fff
}

.full-btn {
    width: 100%
}

.close-btn {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    cursor: pointer
}

.close-btn:after, .close-btn:before {
    content: "";
    background: #aaa;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 7px;
    right: 7px;
    margin-top: -1px;
    transform: rotate(45deg)
}

.close-btn:after {
    transform: rotate(-45deg)
}

.close-btn:hover:after, .close-btn:hover:before {
    background: #fe8918
}

.formHold {
    margin-left: -15px
}

.formHold .formCol {
    vertical-align: bottom;
    padding: 0 0 20px 15px;
    position: relative
}

.inputSkin, .selectSkin {
    position: relative;
    border: 0;
    border: 1px solid #dcdcdc
}

.inputSkin input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 38px;
    outline: 0;
    background: #fff;
    color: #000;
    text-indent: 7px
}

.inputSkin textarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    border: 0;
    font-size: 14px;
    line-height: 1.3;
    resize: none;
    outline: 0;
    background: #fff
}

.inputLabel {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 5px;
    color: #000
}

.checkSkin {
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer
}

.checkSkin input {
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.checkSkin-label {
    display: block;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.2;
    position: relative
}

.checkSkin-label::before {
    content: "\f00c";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    font-family: "FontAwesome";
    font-size: 0;
    line-height: 16px;
    text-align: center;
    background: #fff;
    color: #000;
    position: absolute;
    top: 0;
    left: 0
}

.checkSkin input:checked + .checkSkin-label::before {
    font-size: 12px;
    background: #000;
    color: #fff
}

.checkSkin-label a {
    text-decoration: underline;
    color: inherit
}

.selectSkin select {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    background: #fff;
    outline: 0;
    cursor: pointer
}

.selectSkin option {
    padding: 5px 0;
    font-size: 14px
}

.selectSkin option:disabled {
    background: #eee;
    color: #ccc
}

.selectSkin::after {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 1px;
    width: 38px;
    text-align: center;
    content: '\f107';
    line-height: 38px;
    font-family: 'FontAwesome';
    background: #fff;
    pointer-events: none;
    color: #b59455
}

.inputDateSkin input {
    cursor: pointer
}

.inputDateSkin::after {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 1px;
    width: 38px;
    text-align: center;
    content: '\f073';
    line-height: 38px;
    font-family: 'FontAwesome';
    background: #fff;
    pointer-events: none
}

.radioSkin {
    display: inline-block
}

.radioSkin input {
    display: none
}

.radioSkin span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    font-size: 12px;
    line-height: 1.1;
    color: #46414a;
    position: relative;
    cursor: pointer
}

.radioSkin span::before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 0;
    line-height: 15px;
    text-align: center;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #b59455;
    border-radius: 50%;
    background: none;
    color: #b59455;
    position: absolute;
    top: -2px;
    left: 0
}

.radioSkin input:checked + span::before {
    font-size: 7px
}

.captchaHold {
    display: block;
    width: 100%;
    overflow: hidden
}

.slick-dots {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    padding: 0
}

.slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    outline: 0;
    position: relative
}

#homeBanner .slick-dots button {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3)
}

.slick-dots button::before {
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    margin-left: -6px;
    border: 6px solid transparent;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 1
}

.slick-dots .slick-active button {
    background: none
}

#homeBanner .slick-dots .slick-active button {
    border: none;
    box-shadow: none
}

.slick-dots .slick-active button::before {
    border-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3)
}

.slick-arrow {
    background: none;
    cursor: pointer
}

.slick-arrow.fa {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #cfcfcf;
    cursor: pointer
}

.ui-widget {
    width: auto;
    min-width: 250px;
    margin-top: 5px;
    border: 1px solid #000;
    border-radius: 0;
    background: #fff;
    color: #3d3d3d
}

.ui-datepicker .ui-datepicker-header {
    margin: 0;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #a7a7a7;
    border-radius: 0;
    font-size: 0;
    font-weight: 400;
    background: none
}

.ui-datepicker .ui-datepicker-month {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #5a5a5a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1
}

.ui-datepicker .ui-datepicker-year {
    display: inline-block;
    vertical-align: baseline;
    font-size: 15px;
    font-weight: 400;
    line-height: 1
}

.ui-datepicker-calendar thead {
    border-bottom: 1px solid #a7a7a7
}

.ui-datepicker th {
    padding: 10px 5px;
    font-size: 13px
}

.ui-datepicker .ui-state-default {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 2px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #3d3d3d
}

.ui-datepicker .ui-state-default:hover {
    background: #ccc
}

.ui-datepicker-today .ui-state-default {
    background: #eee;
    font-weight: 700
}

.ui-datepicker .ui-state-disabled .ui-state-default {
    background: none
}

.ui-datepicker .ui-state-default.ui-state-active {
    background: #000;
    color: #fff;
    font-weight: 700
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    background: #fff;
    top: 2px;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-prev::before, .ui-datepicker .ui-datepicker-next::before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #3d3d3d
}

.ui-datepicker .ui-datepicker-prev::before {
    content: '\f104'
}

.ui-datepicker .ui-datepicker-next::before {
    content: '\f105'
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: none
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev-hover {
    left: 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next-hover {
    right: 0
}

.ui-datepicker .ev-day .ui-state-default {
    border-bottom: 3px solid #ccc
}

.ui-datepicker .ev-day .ui-state-default.ui-state-active {
    border: 0
}

#mainHeader {
    display: block
}

#topBar {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    background: #fafafa
}

#outLinks {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

#outLinks li {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

#outLinks li + li::before {
    content: " ";
    display: block;
    width: 4px;
    height: 3px;
    margin-top: -1px;
    background: #cfcfcf;
    position: absolute;
    top: 50%;
    left: -2px
}

#outLinks a {
    display: block;
    width: auto;
    height: 45px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    color: #000
}

/*.socialLinks {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*list-style: none;*/
    /*font-size: 0*/
/*}*/

/*.socialLinks > li {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*position: relative*/
/*}*/

/*.socialLinks > li > a {*/
    /*display: block;*/
    /*width: auto;*/
    /*height: 45px;*/
    /*padding: 0 20px;*/
    /*border-left: 1px solid #d9d9d9;*/
    /*line-height: 45px;*/
    /*text-align: center*/
/*}*/

/*.socialLinks .socialIcon {*/
    /*font-size: 16px;*/
    /*color: #9c9897;*/
    /*-webkit-transition: all 0.3s linear;*/
    /*-moz-transition: all 0.3s linear;*/
    /*-ms-transition: all 0.3s linear;*/
    /*-o-transition: all 0.3s linear;*/
    /*transition: all 0.3s linear*/
/*}*/

/*.socialLinks .socialIcon:hover {*/
    /*color: #f28b2e*/
/*}*/

/*.socialLinks .langBtn {*/
    /*font-size: 12px;*/
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
    /*color: #000*/
/*}*/

/*.menu-bar .socialLinks {*/
    /*display: none*/
/*}*/

/*.langDrop {*/
    /*display: none;*/
    /*width: 100%;*/
    /*height: auto;*/
    /*margin: 0;*/
    /*margin-top: 1px;*/
    /*padding: 0;*/
    /*list-style: none;*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 0;*/
    /*z-index: 2*/
/*}*/

/*.langDrop a {*/
    /*display: block;*/
    /*padding: 10px 0;*/
    /*border-bottom: 1px solid #d9d9d9;*/
    /*font-size: 11px;*/
    /*font-weight: 400;*/
    /*line-height: 1;*/
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    /*background: #eee;*/
    /*color: #696969*/
/*}*/

/*.langDrop a:hover {*/
    /*background: #d9d9d9*/
/*}*/

#mainHeader-bar {
    display: block;
    position: relative;
    z-index: 3;
    text-align: center
}

#mainHeader-bar > a:first-child {
    display: inline-block
}

#mainHeader-bar img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    width: 204px
}

.menu-bar {
    display: block;
    border: solid #d9d9d9;
    border-width: 1px 0;
    position: relative;
    background: #FFF
}

.menu-bar::before {
    content: " ";
    display: block;
    width: 35px;
    height: 4px;
    margin: -4px auto 0;
    background: #fe8918
}

#mainMenu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

.mainMenu-item {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    position: relative
}

.mainMenu-link {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    color: #8d8d8d;
    position: relative
}

.mainMenu-link::before {
    content: " ";
    display: block;
    width: auto;
    height: .8em;
    margin: -.4em -1px 0;
    border: solid #d9d9d9;
    border-width: 0 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 0
}

.mainMenu-link:hover, .mainMenu-link.active {
    font-weight: 700;
    color: #000
}

.mainSubmenu-drop {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    background: #fafafa
}

.mainSubmenu {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d9d9d9;
    list-style: none
}

.mainSubmenu-item {
    display: block
}

.mainSubmenu-link {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #8d8d8d
}

.mainSubmenu-link:hover {
    background: #d9d9d9
}

/*.hambBtn {*/
    /*display: block;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*margin-left: auto;*/
    /*margin-right: 50px;*/
    /*position: relative*/
/*}*/

/*.hambBtn::before, .hambBtn::after {*/
    /*content: " "*/
/*}*/

/*.hambBtn::before, .hambBtn::after, .hambBtn span {*/
    /*display: block;*/
    /*width: 50%;*/
    /*height: 3px;*/
    /*background: #000;*/
    /*position: absolute;*/
    /*left: 25%;*/
    /*-webkit-transition: all 0.3s ease-out;*/
    /*-o-transition: all 0.3s ease-out;*/
    /*transition: all 0.3s ease-out*/
/*}*/

/*.hambBtn::before {*/
    /*top: 30%;*/
    /*margin-top: 0*/
/*}*/

/*.hambBtn::after {*/
    /*top: 70%;*/
    /*margin-top: -2px*/
/*}*/

/*.hambBtn span {*/
    /*top: 50%;*/
    /*margin-top: -1px*/
/*}*/

/*.hambBtn.active::before, .hambBtn.active::after, .hambBtn.active span {*/
    /*margin-top: -1px;*/
    /*background: #f38c2a;*/
    /*top: 50%*/
/*}*/

/*.hambBtn.active span {*/
    /*width: 0;*/
    /*left: 50%*/
/*}*/

/*.hambBtn.active::before {*/
    /*-webkit-transform: rotate(135deg);*/
    /*-ms-transform: rotate(135deg);*/
    /*-o-transform: rotate(135deg);*/
    /*transform: rotate(135deg)*/
/*}*/

/*.hambBtn.active::after {*/
    /*-webkit-transform: rotate(-135deg);*/
    /*-ms-transform: rotate(-135deg);*/
    /*-o-transform: rotate(-135deg);*/
    /*transform: rotate(-135deg)*/
/*}*/

#headerSearch-btn {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    background: #ccc;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

#headerSearch {
    display: none;
    width: auto;
    height: auto;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    right: 60px;
    z-index: 2
}

.headerSearch-form {
    display: block;
    width: 100%
}

.headerSearch-form .inputSkin {
    display: block
}

.headerSearch-form .inputSkin input {
    height: 58px;
    padding-right: 40px
}

.headerSearch-btn {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: -60px;
    z-index: 2
}

.headerSearch-btn input {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.headerSearch-form .close-btn {
    display: block;
    width: 40px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.headerSearch-form .close-btn:before, .headerSearch-form .close-btn:after {
    left: 10px;
    right: 10px
}

.homeBanner-slide .makeBg {
    padding: 150px 0
}

.homeBanner-content {
    display: block;
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.homeBanner-title {
    display: block;
    text-transform: uppercase
}

.homeBanner-texto {
    font-size: 16px;
    line-height: 23px
}

.homeBanner-slider .slick-dots, .slider-for-bg .slick-dots {
    display: block;
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.homeBanner-slider .slick-dots li, .slider-for-bg .slick-dots li {
    display: block;
    margin: 20px 0
}

.homeBanner-slider .slick-arrow {
    display: none !important
}

#sfIntro {
    position: relative;
    color: #fff;
    background: #fe8918;
    background: -webkit-linear-gradient(left, #ff7c00, #feab5f);
    background: -o-linear-gradient(right, #ff7c00, #feab5f);
    background: -moz-linear-gradient(right, #ff7c00, #feab5f);
    background: linear-gradient(to right, #ff7c00, #feab5f)
}

#goDown-btn {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: -45px;
    left: 0;
    z-index: 2
}

#goDown-btn a {
    display: inline-block;
    width: 100px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    background: url(/media/btn-shape1.png) no-repeat top center / cover;
    color: #fff
}

#sfIntro .parts {
    padding: 60px 50px 30px
}

.sfIntro-head {
    text-transform: uppercase
}

.sfIntro-title {
    display: block;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px
}

.sfIntro-intro {
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400
}

.sfIntro-btn {
    padding-bottom: 50px
}

.sfIntro-btn .btn {
    min-width: 180px
}

#sfIntro .sfIntro-cont {
    padding-left: 20px
}

.homeProducts-head {
    margin: 0 auto
}

#homeNews, #homeProducts {
    display: block;
    margin: 70px 0
}

#homeNews h1.home, #homeProducts h1 {
    display: block;
    width: auto;
    max-width: 350px;
    margin: .5em auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center
}

.homeProducts-tabs {
    display: block;
    margin: 40px 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

.homeProducts-tabs li {
    display: inline-block;
    vertical-align: middle
}

.homeProducts-tabs a {
    display: block;
    margin: 0 -1px 0 0;
    padding: 0 20px;
    border: solid #d9d9d9;
    border-width: 0 1px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #8d8d8d
}

.homeProducts-tabs a:hover, .homeProducts-tabs a.active {
    font-weight: 700;
    color: #000
}

.homeProducts-hold {
    position: relative
}

.homeProducts-hold:before {
    content: "";
    background: #ffe5ce;
    position: absolute;
    z-index: -1;
    top: 50%;
    height: 100px;
    margin-top: -85px;
    left: 0;
    right: 0
}

.homeProducts-carrusel {
    max-width: 720px;
    margin: 60px auto 30px
}

.homeProducts-carrusel {
    display: block;
    padding: 0;
    list-style: none
}

.homeProducts-item {
    display: block
}

.homeProduct-pic {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto
}

.homeProduct-pic img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 300px
}

.homeProducts-carrusel .slick-arrow {
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 2
}

.homeProducts-carrusel .slick-prev {
    left: -50px
}

.homeProducts-carrusel .slick-next {
    right: -50px
}

.homeProduct-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: gray
}

#fitHome {
    display: block;
    margin: 0;
    border: solid #e5dfd8;
    border-width: 3px 0;
    background: #fef7f0
}

.fitHome-btn {
    margin: 30px 0
}

#newsletter {
    display: block;
    background: #f38c2a;
    color: #fff
}

.newsletter-main {
    padding: 40px 50px 50px
}

.newsletter-main h2 {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 7px
}

.newsletter-main .texto {
    font-size: 14px;
    opacity: .6
}

.newsletter-form {
    display: block;
    width: auto;
    max-width: 550px;
    margin: 20px 0 0;
    position: relative
}

.newsletter-form .inputSkin {
    display: block;
    width: 100%;
    margin: 0;
    border: 3px solid rgba(255, 255, 255, .2)
}

.newsletter-form .inputSkin input {
    height: 100px;
    padding: 40px;
    padding-right: 100px;
    font-size: 22px;
    background: none;
    color: #fff
}

.newsletter-btn {
    display: block;
    width: 100px;
    height: 100px;
    font-size: 28px;
    line-height: 110px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.newsletter-btn input {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer
}

#mce-error-response, div.mce_inline_error {
    color: #a94442;
    background-color: #f2dede;
    position: absolute;
    left: 0;
    padding: 4px 8px;
    width: 100%;
    font-size: 12px
}

#mce-success-response {
    color: #3c763d;
    background-color: #dff0d8;
    position: absolute;
    left: 0;
    padding: 4px 8px;
    width: 100%;
    font-size: 12px;
    z-index: 5;
    min-height: 38px
}

#mainFooter {
    display: block;
    background: #3c3731;
    overflow: hidden
}

#mainFooter-bar {
    display: block;
    margin: 50px 0;
    padding: 0 100px
}

#mainFooter-bar .parts {
    vertical-align: middle
}

#mainFooter-bar img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto
}

#menu-footer-menu a, #menu-foot-ee a, #menu-foot-lv a   {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    position: relative
}


#menu-footer-menu a::before, #menu-foot-ee a::before, #menu-foot-lv a::before {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background: #f38c2a;
    position: absolute;
    top: 50%;
    left: -20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

#menu-footer-menu a:hover::before, #menu-footer-menu .current-menu-item a:before {
    opacity: 1
}

#menu-foot-ee a:hover::before, #menu-foot-ee .current-menu-item a:before {
    opacity: 1
}

#menu-foot-lv a:hover::before, #menu-foot-lv .current-menu-item a:before {
    opacity: 1
}

#legalBar {
    display: block;
    margin: 20px 0;
    padding: 0 50px
}

#legalBar .parts {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: gray
}

#legalBar ul {
    display: block;
    font-size: 0
}

#legalBar li {
    display: inline-block;
    vertical-align: middle
}

#legalBar a {
    display: inline-block;
    font-size: 12px;
    color: gray;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

#legalBar a:hover {
    color: #f28b2e
}

#legalBar .fa {
    padding: 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: gray
}

#mapContainer {
    display: block;
    width: 100%;
    height: 280px;
    background: #eee;
    position: relative
}

#sfMap {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.contactIntro {
    display: block;
    margin: 30px auto
}

.contactIntro h1 {
    display: block;
    margin: 1em 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.contactIntro .texto {
    font-size: 14px;
    color: #8d8d8d
}

.contactContent {
    display: block;
    margin: 60px 0
}

.contactInfo {
    padding-right: 20px
}

.contactInfo .texto {
    font-size: 14px;
    color: #8d8d8d
}

.contactInfo .texto h2 {
    display: block;
    margin: 0;
    font-size: 18px;
    color: #000
}

.contactInfo .texto p {
    display: block;
    margin: 1.5em 0
}

.contactForm .parts {
    vertical-align: middle
}

.form-btn .btn {
    width: 100%
}

.mapMarker {
    display: none
}

.infoBox {
    background: #000;
    color: #fff
}

.infoBox::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #000;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px
}

.infoBox-cont {
    display: block;
    width: 200px;
    height: auto;
    padding: 5px 15px;
    text-align: center
}

.infoBox-cont h3 {
    display: block;
    margin: .5em 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.infoBox-cont p {
    font-size: 12px;
    line-height: 1.1
}

.aboutIntro {
    display: block;
    margin-top: 60px;
    position: relative
}

.skrollrItem {
    display: block;
    width: auto;
    height: auto;
    position: absolute
}

#about-leaf1 {
    top: 120px;
    left: 70%
}

#about-leaf2 {
    top: 120px;
    left: 20%
}

#about-leaf3 {
    top: 0;
    left: 30%
}

.aboutIntro-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #000
}

.aboutIntro-text {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #f28b2e
}

.aboutPic {
    display: block;
    margin: 20px 0;
    text-align: center
}

.aboutPic img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    height: auto
}

.altAbout-bottom {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #000
}

.altAbout-bottom p {
    display: block;
    margin: 0
}

.altAboutPosts {
    display: block;
    margin: 30px 0;
    position: relative
}

.altAboutPosts::before {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    margin-left: -1px
}

.altAboutPost article {
    padding: 0 15px
}

.altAboutPost-ico {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 15px 0
}

.altAboutPost-title {
    display: block;
    margin: .5em 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.altAbout-end {
    display: block;
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 2
}

.altAbout-end img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    height: auto
}

.altAboutPost:nth-child(odd) {
    text-align: right
}

.altAboutPost {
    clear: both
}

.altAboutPost:nth-child(even) {
    float: right;
    margin-top: -4em
}

.aboutSep {
    display: block
}

.aboutSep img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -8%
}

.productsHold {
    max-width: 1250px;
    margin: 0 auto
}

.topline {
    border-top: solid 1px #EEE;
    margin-top: -1px
}

.sectionBanner-tit {
    margin: 0 auto;
    max-width: 310px;
    padding: 0 30px 20px;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase
}

#sectionBanner .texto {
    color: rgba(255, 255, 255, .6);
    text-shadow: 1px 1px 2px rgba(199, 199, 199, .66);
    max-width: 480px;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    color: #cecdcd
}

.sectionBanner-screen {
    background: rgba(0, 0, 0, .4);
    padding: 45px 0 40px
}

.productos-cont {
    margin: 0 40px;
    border: solid 1px #eee;
    border-width: 0 1px
}

.filters-tit {
    margin: 0;
    padding: 18px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f6f6f6;
}

.prodItem-art {
    border: solid 1px #EEE;
    border-width: 0 0 1px 1px;
    margin-left: -1px;
    text-align: center;
    position: relative;
    padding: 25px 20px 85px
}

.filters-btn {
    color: gray;
    font-size: 12px;
    text-transform: uppercase;
    padding: .95em 1em;
    border-top: solid 1px #EEE;
    display: block;
    border-right: solid 10px #FFF
}

.filters-btn:hover, .filters-btn.active {
    color: #f28b2e;
    border-right-color: #f28b2e;
    font-weight: 700
}

.prodItem-cont {
    height: 19%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: all .5s;
    overflow: hidden
}

.prodItem-middle {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%)
}

.productsCont-filters {
    position: relative;
    z-index: 2
}

.prodItem-pic {
    display: block;
    height: 270px
}

.prodItem-pic img {
    max-height: 100%;
    margin: 0 auto
}

.prodItem-cat {
    color: gray;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0
}

.prodItem-tit {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 17px;
}

.prodItem-text {
    font-size: 14px;
    height: 0;
    font-weight: 400;
    color: #555;
    padding: 20px 0 5px;
    transform: translateY(100%);
    transition: all .5s;
    opacity: 0;
    height: 0
}

.prodItem-btn {
    display: none;
    border: none
}

#productsCont-aside {
    border-right: solid 1px #EEE
}

.prodItem-art:hover .prodItem-cont {
    background-color: rgba(255, 255, 255, .85);
    height: 100%
}

.prodItem-art:hover .prodItem-text {
    display: block;
    transform: translateY(0);
    opacity: .7;
    font-size: 14px;
    height: auto
}

.prodItem-art:hover .prodItem-btn {
    display: block
}

.prodItem-art:hover .prodItem-btn:hover {
    color: #f28b2e
}

.loadMore {
    padding: 40px 40px;
    border-top: solid 1px #EEE;
    margin-top: -1px
}

.loadMore-btn {
    margin-top: 40px;
    border-width: 0 0 1px;
    padding: 1em 0;
}

.breadcrumb {
    border-bottom: solid 1px #ccc;
    padding: 0 5%;
    background: #EEE;
}

.breadcrumb a {
    text-transform: uppercase;
    color: gray;
    font-size: 12px;
    padding: 1em .5em 1em 0;
    display: inline-block
}

.breadcrumb a + a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-45deg);
    border: solid 1px #bbb;
    border-width: 0 1px 1px 0;
    width: 7px;
    height: 7px;
    margin-right: 1em;
    margin-top: -5px
}

.breadcrumb a.current, .breadcrumb a:last-child {
    font-weight: 700;
    color: #111
}

.breadcrumb a:hover {
    color: #f28b2e
}

.prodResume {
    padding: 70px 0 40px
}

.prodName {
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 15px
}

.prodPic img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: -80px
}

.prodCat {
    margin: 0;
    font-size: 12px;
    color: gray;
    text-transform: uppercase;
    margin-bottom: 2em;
    line-height: 1em;
    font-weight: 400
}

.prodThing {
    margin: 0;
    color: gray;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2em;
    line-height: 1em
}

.checkList ul, .checkList, .bullet-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.checkList li, .bullet-list li {
    font-size: 16px;
    color: gray;
    padding: 0 1em .75em 0
}

.checkList li:before {
    width: 18px;
    height: 14px;
    display: inline-block;
    content: "";
    background: url(/media/ico-check.png) no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    margin-right: .66em
}

.prodBens li {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.prodBens, .prodBens ul {
    font-size: 0
}

.prodResume-texto {
    padding: 1.5em 0;
    color: gray;
    font-size: 16px
}

.prodResume-texto b {
    color: #111
}

.pills-col p {
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #111
}

.pills-col img {
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px
}

.share-col {
    position: relative
}

.share-col a {
    font-size: 16px;
    font-weight: 400;
    color: #111
}

.share-col img {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 4px
}

.shareList {
    position: absolute;
    top: 130%;
    left: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    border: solid 1px #3c3731;
    border-width: 1px 0 0 1px;
    text-align: center;
    display: none
}

.shareList:before {
    content: "";
    position: absolute;
    bottom: 100%;
    border: solid 4px transparent;
    border-bottom-color: #3c3731;
    border-top: 0;
    left: 50%;
    margin-left: -4px
}

.shareList a {
    display: block;
    width: 40px;
    padding: 10px 0;
    border: solid 1px #3c3731;
    border-width: 0 1px 1px 0;
    background: #3c3731;
    color: #fff
}

.shareList a:hover {
    color: gray
}

.prodData-intro {
    border-top: solid 1px #EEE;
    padding: 70px 0 60px
}

.prodTable {
    max-width: 750px;
    margin: 0 auto
}

.regularTable td, .regularTable th {
    border-bottom: solid 1px #ddd
}

.regularTable th {
    color: #111;
    padding: 1.2em
}

.regularTable td {
    padding: 1em 0;
    text-align: left
}

.regularTable td + td {
    padding-left: 10px;
    border-left: solid 1px #ddd
}

.regularTable td.m-tac {
    text-align: center
}

.bullet-cell:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #f28b2e;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 6px;
    margin-right: 7px
}

.prodData-col {
    padding: 0 30px;
    color: gray
}

.prodData-col b {
    color: #111
}

.miniTitle {
    font-size: 16px;
    color: #111
}

.betterfor-list li {
    margin: 0
}

.betterfor-list li:before {
    position: static;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #3c8d15;
    content: "";
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 8px
}

.betterfor {
    margin: 0 auto;
    max-width: 480px;
    padding: 40px 20px
}

.colTable {
    border: solid 1px #EEE;
    border-width: 1px 0
}

.colTable-title {
    border-bottom: solid 1px #EEE;
    padding: 1.2em;
    line-height: 1
}

.colTable-col {
    border: solid 1px #EEE;
    border-width: 0 1px 0 0
}

.colTable-cont {
    padding: 1em;
    color: gray;
    line-height: 1.3em
}

.colTable-cont p {
    margin: 0
}

.prodVideo {
    margin: 0 auto;
    padding: 60px 0 120px
}

#showVideo, .showVideo {
    display: block;
    position: relative;
    margin: 0 auto;
    background: #000
}

#showVideo img, .showVideo img {
    display: block;
    opacity: .2;
    max-width: 100%;
    transition: all .5s
}

.play-icon {
    position: absolute;
    border: solid 2px #eee;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    transition: all .4s;
    transition: all .5s
}

.play-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid 7px transparent;
    border-left-color: #eee;
    border-right: 0;
    margin-top: -7px;
    margin-left: -2px;
    z-index: 2
}

.play-icon:after {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    right: -100px;
    bottom: -100px;
    border: solid 1px rgba(255, 255, 255, 0);
    transition: all .5s;
    border-radius: 50%
}

#showVideo:hover .play-icon, .showVideo:hover .play-icon {
    border-left-color: #111;
    animation-name: example;
    animation-duration: 1s
}

@keyframes example {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

#showVideo:hover .play-icon:after, .showVideo:hover .play-icon:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: solid 1px rgba(255, 255, 255, .9);
    background-color: #EEE
}

#showVideo:hover .play-icon:before, .showVideo:hover .play-icon:before {
    border-left-color: #111
}

#showVideo:hover img, .showVideo:hover img {
    opacity: .5
}

#popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .95)
}

#popup-cont {
    position: absolute;
    width: 0;
    top: 50%;
    left: 50%;
    margin-left: 0;
    transform: translateY(-50%);
    transition: all .5s
}

#popup.open #popup-cont {
    width: 720px;
    margin-left: -360px
}

.videoCont {
    padding-top: 54.5%;
    position: relative
}

.videoCont video, .videoCont iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

.fruitPic {
    display: block;
    margin: 0 auto -100px;
    max-width: 33.333%
}

.fruitBg {
    background: -webkit-linear-gradient(left, #ff7d00, #ffac5f);
    background: -o-linear-gradient(right, #ff7d00, #ffac5f);
    background: -moz-linear-gradient(right, #ff7d00, #ffac5f);
    background: linear-gradient(to right, #ff7d00, #ffac5f);
    padding: 100px 0 70px
}

.fruitCont {
    max-width: 650px;
    padding: 0 30px;
    color: #FFF;
    font-size: 20px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 28px
}

.related {
    position: relative
}

.related-list .prodItem-art {
    padding-top: 130px
}

.related-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    top: 30px;
    left: 40px;
    right: 40px;
    text-align: center;
    z-index: 2
}

.related-title:after {
    content: "";
    left: 50%;
    position: absolute;
    bottom: -1em;
    width: 30px;
    height: 3px;
    background: #DDD;
    margin-left: -15px
}

.news-cont {
    padding: 40px 60px
}

.news-list {
    margin-left: -30px
}

.news-item {
    padding: 0 0 30px 30px
}

.news-art .makeBg {
    display: block
}

.news-res {
    padding: 10px 20px;
    height: 150px
}

.newsItem-title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.1em;
    height: 2.2em;
    overflow: hidden;
    margin: 0 0 .5em
}

.newsItem-date {
    margin: 0;
    font-size: 12px;
    padding: 0;
    font-weight: 400;
    color: gray;
    margin: 0
}

.newsItem-plus {
    color: gray;
    font-size: 22px;
    padding: 1em
}

.newsItem-plus:hover {
    color: #f28b2e
}

.news-title {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 3em
}

.pagination {
    padding: 3em 0
}

.pagination li {
    display: inline-block;
    margin: 0 1em
}

.pagination-num {
    display: block;
    height: 32px;
    width: 32px;
    line-height: 30px;
    color: gray;
    font-weight: 400;
    font-size: 14px;
    border-radius: 50%
}

.pagination-num:hover {
    color: #222
}

.pagination-num.active {
    border: solid 2px #EEE;
    color: #222
}

.pagination-arrow a {
    display: block;
    padding: 0 20px
}

.pagination-arrow a:hover:after, .pagination-arrow a:hover:before {
    background: #111;
    transition: all .5s
}

.pagination .pagination-arrow {
    vertical-align: middle;
    margin-bottom: 8px
}

.pagination-arrow a:after, .pagination-arrow a:before {
    content: "";
    height: 10px;
    width: 2px;
    display: block;
    background: #ccc
}

.pagination-next:before, .pagination-prev:after {
    transform: skewX(30deg)
}

.pagination-prev:before, .pagination-next:after {
    transform: skewX(-30deg)
}

.newsDet-pic {
    height: 66.66666vh
}

.newsDet-canvas {
    margin-top: -25vh;
    float: left;
    width: 100%;
    padding: 60px 80px;
    background: #FFF;
    margin-bottom: 30px
}

#newsDet-share {
    position: absolute;
    top: 0;
    left: 100%;
    background: #f38c2a
}

#newsDet-share a {
    color: #FFF;
    border-top: solid 1px rgba(255, 255, 255, .2);
    text-align: center;
    line-height: 50px;
    width: 50px;
    display: block
}

#newsDet-share a:hover {
    background: #111
}

.newsDet-hold {
    position: relative;
    max-width: 700px;
    margin: 0 auto
}

.newsDet-date {
    font-size: 12px;
    color: gray;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 1.5em;
    line-height: 1
}

.newsDet-title {
    text-transform: uppercase;
    font-weight: 400;
    color: #111;
    font-size: 22px;
    margin-bottom: 2em
}

.newsDet-texto {
    color: gray;
    font-size: 16px
}

.newsDet-texto:before {
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    background: #DDD;
    margin-bottom: 2em
}

.newsDet-texto img {
    width: 100%;
    display: block;
    margin: 2em 0
}

.newsDet-related {
    position: relative;
    padding-top: 120px
}

.newsDet-relatedTitle {
    margin: 0
}

.company-bottom-pic {
    display: block;
    margin: 0 auto
}

.company-bottomBanner {
    display: block;
    width: 100%
}

.company-smallTitle {
    font-size: 18px;
    color: #111;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0
}

.company-smallTitle:after {
    content: "";
    display: block;
    width: 3px;
    height: 27px;
    margin: 15px auto 0;
    background: #f28b2e
}

.company-artCount {
    font-size: 200px;
    color: #f3f3f3;
    position: absolute;
    z-index: -1;
    line-height: 1;
    margin-top: -90px;
    letter-spacing: -.05em;
    left: 50%
}

.company-articleHead {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    padding: 20px 0 0;
    content: ""
}

.companyIntro {
    padding-bottom: 100px
}

.company-arts {
    margin-top: 80px;
    padding: 30px 0 110px
}

.skrollrCompany .altAboutPost {
    padding: 0 20px
}

.company-arts .texto {
    color: gray
}

#co-story .company-artCount, #co-plants .company-artCount {
    left: auto;
    right: 50%;
    margin-right: 15px
}

#co-mission .company-smallTitle:after {
    background: #60c
}

#co-plants .company-smallTitle:after {
    background: #cfcf0f
}

#co-sponsor .company-smallTitle:after {
    background: #ff87af
}

#company {
    padding-top: 45px;
    position: relative
}

#companyNav {
    border-bottom: solid 1px #DDD;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #FFF;
    z-index: 5
}

#companyNav.fixed {
    position: fixed
}

.companyNav-item {
    display: inline-block;
    padding: 0 1px
}

.companyNav-link {
    display: block;
    color: gray;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    padding: 1em
}

.companyNav-link.active, .companyNav-link:hover {
    color: #111
}

#companyPic01 {
    left: 50%;
    margin-left: 100px;
    top: -40px;
    z-index: -1
}

#companyPic02 {
    left: 50%;
    margin-left: 100px;
    top: -40px;
    z-index: -1
}

#companyPic03 {
    right: 50%;
    margin-right: 130px;
    top: -40px;
    z-index: 2
}

#companyPic04 {
    right: 0;
    top: -100px;
    z-index: -1
}

.aboutIntro > .aboutIntro-title > sup, .homeBanner-content > .homeBanner-title > sup {
    font-size: 60% !important
}

.formAnswer {
    padding: 70px 30px 100px
}

.formAnswer-title {
    text-transform: uppercase
}

@media only screen and (max-width: 1259px) {
    .prodItem-pic {
        height: 240px
    }

    .prodItem-cont {
        height: 22.5%
    }

    .prodItem-tit {
        font-size: 13px
    }

    .prodItem-cat {
        font-size: 11px
    }
}

@media only screen and (min-width: 980px) {
    #mainMenu {
        display: block !important
    }
}

@media only screen and (max-width: 979px) {
    /*#mainHeader {*/
        /*position: relative*/
    /*}*/

    /*.socialLinks {*/
        /*display: none;*/
        /*background: #fafafa;*/
        /*float: none;*/
        /*border-top: solid 1px #DDD;*/
        /*text-align: right*/
    /*}*/

    /*#topBar {*/
        /*min-height: 50px*/
    /*}*/

    /*#mainHeader-bar {*/
        /*padding: 1px 0;*/
        /*position: static*/
    /*}*/

    /*#mainHeader-bar img {*/
        /*width: 170px;*/
        /*margin: 15px auto 16px*/
    /*}*/

    /*#mainHeader {*/
        /*box-shadow: 1px 1px 1px rgba(0, 0, 0, .1)*/
    /*}*/

    /*.menu-bar {*/
        /*background: none;*/
        /*display: block;*/
        /*width: 100%;*/
        /*height: auto;*/
        /*border: 0;*/
        /*position: static*/
    /*}*/

    /*.menu-bar::before {*/
        /*position: absolute;*/
        /*bottom: 0;*/
        /*left: 50%;*/
        /*margin-left: -15px;*/
        /*z-index: 4;*/
        /*width: 30px;*/
        /*height: 3px*/
    /*}*/

    /*#topBar {*/
        /*display: none !important*/
    /*}*/

    /*.hambBtn {*/
        /*margin: 0 auto;*/
        /*position: absolute;*/
        /*top: 50%;*/
        /*left: auto;*/
        /*margin-top: -25px;*/
        /*right: 5px*/
    /*}*/

    /*.hambBtn::before, .hambBtn::after, .hambBtn span {*/
        /*height: 2px;*/
        /*background: #595959*/
    /*}*/

    /*#mainMenu {*/
        /*display: none;*/
        /*background: #fafafa*/
    /*}*/

    /*.menu-bar {*/
        /*margin: 0 auto;*/
        /*max-width: 480px;*/
        /*position: relative*/
    /*}*/

    /*.menu-bar nav {*/
        /*position: relative;*/
        /*z-index: 3;*/
        /*position: absolute;*/
        /*left: 0;*/
        /*top: 0;*/
        /*right: 0*/
    /*}*/

    /*.mainMenu-item {*/
        /*display: block;*/
        /*width: 100%*/
    /*}*/

    /*.mainMenu-link {*/
        /*display: block;*/
        /*width: 100%;*/
        /*height: auto;*/
        /*line-height: 1;*/
        /*padding: 10px 20px;*/
        /*border: solid #d9d9d9;*/
        /*border-width: 1px 0 0*/
    /*}*/

    /*.mainMenu-link::before {*/
        /*display: none*/
    /*}*/

    /*.mainSubmenu-drop {*/
        /*position: static*/
    /*}*/

    #headerSearch-btn {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    #headerSearch {
        width: auto;
        left: 190px;
        right: 50px
    }

    .headerSearch-form .inputSkin input {
        height: 48px
    }

    .headerSearch-form .close-btn {
        height: 50px
    }

    .headerSearch-btn {
        width: 50px;
        height: 50px;
        right: -50px
    }

    .homeBanner-slide .makeBg {
        padding: 120px 0
    }

    .homeBanner-slider .slick-dots {
        right: 40px
    }

    #homeNews, #homeProducts {
        margin: 40px auto
    }

    .homeProducts-carrusel {
        max-width: 400px;
        margin: 60px auto 30px
    }

    .newsletter-main {
        padding: 60px 30px
    }

    #mainFooter-bar {
        margin: 30px 0;
        padding: 0 60px
    }

    #legalBar {
        margin: 15px 0;
        padding: 0 30px
    }

    .contactContent {
        margin: 40px 0
    }

    .contactInfo {
        padding: 0
    }

    .prodBens li {
        width: auto;
        display: block
    }

    .prodItem-pic {
        height: 220px
    }

    .prodItem-cont {
        height: 25%
    }

    .newsDet-hold {
        padding: 0 50px 0 30px
    }

    #newsDet-share {
        left: auto;
        right: 0
    }

    #companyNav {
        display: none
    }
}

@media only screen and (max-width: 719px) {
    .texto, .checkList li, .bullet-list li {
        font-size: 14px
    }

    .homeBanner-slide .makeBg {
        padding: 90px 0
    }

    .homeBanner-content {
        padding: 0 40px
    }

    .homeBanner-slider .slick-dots {
        right: 20px
    }

    #sfIntro {
        padding: 30px 0
    }

    #sfIntro .parts {
        padding: 0
    }

    #sfIntro .sfIntro-cont {
        padding-bottom: 20px
    }

    .sfIntro-head {
        margin-bottom: 20px
    }

    .sfIntro-btn {
        padding-bottom: 15px
    }

    .homeProducts-tabs {
        margin: 20px 0
    }

    .homeProducts-tabs li {
        margin-top: 5px;
        margin-bottom: 5px
    }

    #homeNews h1.home, #homeProducts h1 {
        padding: 0 20px;
        font-size: 18px
    }

    .newsletter-pic {
        display: none
    }

    .newsletter-main {
        padding: 40px 20px
    }

    .newsletter-form, .newsletter-form .inputSkin {
        margin-bottom: 0
    }

    #mainFooter-bar {
        margin: 20px 0;
        padding: 0 20px;
        text-align: center
    }

    #mainFooter-bar > .parts {
        margin-bottom: 15px
    }

    #mainFooter-bar img {
        display: block;
        margin: 0 auto
    }

    #legalBar {
        margin: 10px 0;
        padding: 0 20px
    }

    #legalBar ul {
        margin-top: 10px !important
    }

    .contactContent {
        margin: 20px 0
    }

    .formHold .formCol.labelCol {
        padding-bottom: 0
    }

    .prodPic img {
        max-height: 300px;
        margin-bottom: 10px
    }

    .prodData-pic {
        margin-bottom: 20px
    }

    .prodData-intro {
        padding: 50px 0
    }

    .colTable-col {
        float: none
    }

    .colTable-title {
        border: none;
        margin-bottom: 0
    }

    .prodVideo {
        padding-bottom: 80px
    }

    .fruitCont {
        font-size: 20px
    }

    .regularTable {
        font-size: 14px
    }

    .fruitPic {
        margin: 0 auto;
        transform: translateY(50%)
    }

    .fruitBg {
        padding: 70px 0 50px
    }

    .prodVideo {
        padding-bottom: 0
    }

    #popup.open #popup-cont {
        width: 100%;
        margin-left: -50%
    }

    .prodItem-pic {
        height: 200px
    }

    .pagination li {
        margin: 0 .1em
    }

    .news-cont {
        padding: 40px
    }

    .newsDet-hold {
        padding: 0 50px 0 30px
    }

    #newsDet-share {
        left: auto;
        right: 0
    }

    .newsDet-canvas {
        padding: 40px 40px
    }

    .newsDet-title {
        font-size: 18px
    }

    .newsDet-texto {
        font-size: 14px
    }

    #newsDet-share a {
        width: 40px;
        line-height: 40px
    }

    #newsDet-share {
        right: 10px
    }

    .newsDet-related {
        padding-top: 110px
    }

    .related-title {
        font-size: 18px
    }

    .altAboutPost:nth-child(even) {
        margin-top: 0
    }

    .altAboutPost:nth-child(odd), .altAboutPost:nth-child(even) {
        text-align: center
    }

    .altAboutPosts::before {
        display: none
    }

    .company-arts {
        padding-bottom: 70px
    }

    #skrollrBlock {
        overflow: hidden
    }
}

@media only screen and (max-width: 479px) {
    /*#socialLinks > li > a {*/
        /*height: 35px;*/
        /*padding: 0 15px;*/
        /*line-height: 35px*/
    /*}*/

    #mainHeader-bar img {
        width: 150px;
        margin: 15px auto
    }

    #headerSearch {
        left: 0
    }

    .homeBanner-slide .makeBg {
        padding: 70px 0
    }

    .homeBanner-content {
        padding: 0 30px
    }

    .homeBanner-slider .slick-dots {
        right: 10px
    }

    .sfIntro-head {
        margin-bottom: 10px
    }

    .sfIntro-title {
        font-size: 20px
    }

    .sfIntro-intro {
        font-size: 16px
    }

    .homeProducts-tabs {
        margin: 20px 0
    }

    .homeProducts-carrusel {
        max-width: 270px;
        margin: 60px auto 30px
    }

    .homeProducts-carrusel .slick-next {
        right: -20px
    }

    .homeProducts-carrusel .slick-prev {
        left: -20px
    }

    .newsletter-form .inputSkin input {
        height: 50px;
        padding: 15px 10px;
        padding-right: 50px;
        font-size: 18px
    }

    .newsletter-btn {
        width: 50px;
        height: 50px;
        font-size: 18px;
        line-height: 60px
    }

    #mapContainer {
        height: 240px
    }

    .news-cont {
        padding: 30px
    }

    .newsDet-hold {
        padding: 0 50px 0 20px
    }

    #newsDet-share {
        left: auto;
        right: 0
    }

    .newsDet-canvas {
        padding: 30px 20px
    }

    .newsDet-texto {
        font-size: 13px
    }

    #newsDet-share {
        right: 10px
    }

    .newsDet-date {
        margin-bottom: 1em;
        font-size: 10px
    }

    .newsDet-title {
        font-size: 16px;
        margin-bottom: 1.5em
    }

    .newsDet-texto:before {
        margin-bottom: 1.5em
    }

    .newsDet-related {
        padding-top: 110px
    }

    .fruitCont {
        font-size: 16px
    }

    .betterfor {
        padding: 30px 0
    }

    .breadcrumb a {
        font-size: 11px
    }

    .products-item {
        padding: 0 !important
    }
}

@media only screen and (max-width: 380px) {
    .prodItem-pic {
        height: 180px
    }

    .newsItem-title {
        font-size: 16px
    }

    .newsDet-hold {
        padding: 0 40px 0 0
    }

    #newsDet-share {
        right: 0
    }

    .newsDet-canvas {
        padding: 30px 20px
    }

    .newsDet-texto {
        font-size: 13px
    }

    .newsDet-date {
        margin-bottom: 1em;
        font-size: 10px
    }

    .newsDet-title {
        font-size: 16px
    }

    .newsDet-texto:before {
        margin-bottom: 1.5em
    }

    #legalBar .fa {
        margin-bottom: 15px;
        margin-top: 10px
    }
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold !important
}

h1 {
    font-size: 60px;
    line-height: 62px
}

.h1 {
    font-size: 60px !important;
    line-height: 62px !important
}

h2 {
    font-size: 52px;
    line-height: 56px
}

.h2 {
    font-size: 52px !important;
    line-height: 56px !important
}

h3 {
    font-size: 42px;
    line-height: 46px
}

.h3 {
    font-size: 42px !important;
    line-height: 46px !important
}

h4 {
    font-size: 24px;
    line-height: 30px
}

.h4 {
    font-size: 24px !important;
    line-height: 30px !important
}

h5 {
    font-size: 22px;
    line-height: 28px
}

.h5 {
    font-size: 22px !important;
    line-height: 28px !important
}

h6 {
    font-size: 18px;
    line-height: 22px
}

.h6 {
    font-size: 18px !important;
    line-height: 22px !important
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0
}

.p, .p.all * {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

p.small {
    font-size: 14px;
    line-height: 22px
}

.p.small, .p.small.all * {
    font-size: 14px !important;
    line-height: 22px !important
}

p.xs {
    font-size: 12px;
    line-height: 20px
}

.p.xs, .p.xs.all * {
    font-size: 12px !important;
    line-height: 20px !important
}

.extra-info-div p {
    font-size: 12px;
    line-height: 20px

}

h6 p {
    font-size: 18px;
}

.small p {
    font-size: 14px;
    line-height: 22px;
}

a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none !important
}

a:focus {
    outline: 0 !important
}

.text-uppercase {
    text-transform: uppercase
}

.italic, .italic.all * {
    font-style: italic !important
}

strong, .bold, .bold.all *, .p.bold, .p.bold.all * {
    font-weight: bold !important
}

.normal, .p.normal, .normal.all *, .p.normal.all * {
    font-weight: normal !important
}

.light, .light.all *, .p.light, .p.light.all * {
    font-weight: 300 !important
}

.white, .white.all *, .p.white {
    color: #ffffff !important;
    z-index: 99;
}

.black, .black.all *, .p.black {
    color: #000000 !important
}

.dark, .dark.all *, .p.dark {
    color: #383838 !important
}

.grey, .grey.all *, .p.grey {
    color: #717171 !important
}

.greyish, .greyish.all *, .p.greyish {
    color: #b1b1b1 !important
}

.greyish2, .greyish2.all *, .p.greyish2 {
    color: #595959 !important
}

.orange, .orange.all *, .p.orange {
    color: #f18b38 !important
}

.custom-btn {
    display: inline-block;
    vertical-align: top;
    padding: 1.5em 45px 1.4em;
    border: 1px solid #fff;
    border-bottom: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    color: #f18b38
}

.no-b-right {
    border-right: none
}

.no-b-left {
    border-left: none
}

.custom-btn.reverse {
    background-color: rgba(255, 255, 255, 0);
    color: #fff
}

.custom-btn:hover {
    background-color: rgba(255, 255, 255, .8);
    color: #f18b38
}

.lazy {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important
}

.lazy:after {
    content: "";
    width: 200px;
    height: 200px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
   /*background-image: url(/wp-content/themes/Daisoras/assets/images/loader.svg);*/
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.lazy.loaded {
    background-color: transparent
}

.lazy.loaded:after {
    display: none
}

.lazy-left {
    background-position: left center !important
}

.overflow-hidden {
    overflow: hidden
}

.vh-100 {
    height: 100vh
}

.w50 {
    width: 50%
}

.w100 {
    width: 100%
}

.h100 {
    height: 100%
}

.h-1 {
    height: 1px
}

.h-3 {
    height: 3px
}

.h-5 {
    height: 5px
}

.min-200 {
    min-height: 200px
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.row-18 {
    -moz-transform: translateX(-18%);
    -webkit-transform: translateX(-18%);
    -o-transform: translateX(-18%);
    -ms-transform: translateX(-18%);
    transform: translateX(-18%)
}

.linear-03 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.css3-middle-center {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.css3-middle-bottom {
    position: absolute;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.css3-middle-very-bottom {
    position: absolute;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.css3-middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.css3-middle.negative, .slider-for-bg .slick-dots {
    -webkit-transform: translateY(calc(-50% + 100px));
    -ms-transform: translateY(calc(-50% + 100px));
    -o-transform: translateY(calc(-50% + 100px));
    transform: translateY(calc(-50% + 100px))
}

.css3-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.new-orange-gr {
    background: rgb(253, 124, 35) !important;
    background: -moz-linear-gradient(left, rgba(253, 124, 35, 1) 0%, rgba(252, 170, 101, 1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(253, 124, 35, 1) 0%, rgba(252, 170, 101, 1) 100%) !important;
    background: linear-gradient(to right, rgba(253, 124, 35, 1) 0%, rgba(252, 170, 101, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7c23', endColorstr='#fcaa65', GradientType=1) !important
}

.privacy-check-wrapper {
    margin-top: 20px
}

.privacy-contact-wrapper {
    text-align: left !important
}

.privacy-contact-wrapper label a, .privacy-contact-wrapper label a:focus, .privacy-contact-wrapper label a:active, .privacy-contact-wrapper label a:visited {
    color: #f28b2e;
    font-weight: 600
}

.privacy-check-wrapper label a, .privacy-check-wrapper label a:focus, .privacy-check-wrapper label a:active, .privacy-check-wrapper label a:visited {
    color: #3c3731;
    font-weight: 600
}

#privacy-contact, .chk-box {
    min-width: 17px;
    min-height: 17px;
    vertical-align: middle;
    display: inline-block
}

.newsletter-error {
    color: #3c3731;
    font-weight: 700;
    padding-top: 10px
}

.op-0 {
    opacity: 0
}

.fs20 {
    font-size: 20px;
    line-height: 26px
}

.fs28 {
    font-size: 28px
}

.fs14 {
    font-size: 14px;
    line-height: 19px
}

.gmb-wrapper {
    max-width: 455px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999999;
    border-radius: 18px 0 0 0;
    background-color: #028493;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    width: 100%
}

.gmb-expand {
    padding-top: 20px
}

.fa-times:before {
    font-weight: 300
}

.terms-ul li {
    padding-bottom: 7px;
    padding-left: 7px;
    font-size: 14px;
    line-height: 19px
}

.gmb-expand, .gmb-close {
    cursor: pointer
}

.gmb-close {
    float: left;
    margin: 9px 9px 0 9px;
    opacity: .7
}

@media only screen and (max-width: 767px) {
    .gmb-wrapper {
        border-radius: 0
    }
}

.closeCookieV .cc-cookies {
    display: none !important
}

.cc-cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
    left: 0;
    right: 0;
    border-top: thin solid #ddd
}

.cookie-l {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-bottom: -5px
}

.cookie-s {
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    color: #434343;
    margin-top: 0
}

#menu-footer-menu li, #menu-foot-lv li, #menu-foot-ee li {
    display: inline-block;
    margin-right: 30px
}



#legalBar .parts {
    line-height: 16px
}

.custom-middle {
    align-items: center;
    display: flex
}

.flex {
    display: flex
}

/*#topBar {*/
    /*position: relative;*/
    /*z-index: 5*/
/*}*/

.cc-cookies .text-right {
    text-align: center;
    padding-top: 20px;
    display: inline-block;
    float: right
}

.cookie-learn {
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
    color: #000;
    font-weight: 700
}

.cookie-learn:hover {
    color: #957435
}

.cc-cookies .btn {
    padding: 1.2em 55px 1.1em
}

.default-article {
    padding-bottom: 50px
}

.default-article p {
    font-size: 16px;
    line-height: 23px;
    color: gray
}

.default-article a {
    color: #000;
    text-decoration: underline;
    font-weight: 700
}

.gray {
    color: #8d8d8d
}

@media only screen and (min-width: 980px) {
    /*#topBar #outLinks {*/
        /*display: block*/
    /*}*/

    /*#mainHeader-bar #outLinks {*/
        /*display: none*/
    /*}*/

    .cc-cookies {
        padding: 5px 100px 15px
    }
}

@media only screen and (max-width: 979px) {
    .cc-cookies {
        padding: 0 20px
    }

    /*#topBar #outLinks {*/
        /*display: none*/
    /*}*/

    /*#mainHeader-bar #outLinks {*/
        /*display: block;*/
        /*opacity: 0*/
    /*}*/

    /*#mainHeader-bar.visible #outLinks {*/
        /*opacity: 1*/
    /*}*/

    /*#topBar {*/
        /*z-index: 0*/
    /*}*/

    /*.langDrop a {*/
        /*font-size: 14px*/
    /*}*/

    /*.menu-bar {*/
        /*max-width: 100%*/
    /*}*/

    /*#mainMenu {*/
        /*background: #fafafa*/
    /*}*/

    /*#mainMenu > ul {*/
        /*padding: 0*/
    /*}*/

    /*#ttoopp {*/
        /*background: #fff*/
    /*}*/

    /*#ttoopp li:first-child a {*/
        /*padding-top: 25px*/
    /*}*/

    /*#ttoopp li:last-child a {*/
        /*padding-bottom: 25px*/
    /*}*/

    /*.mainMenu-link {*/
        /*display: block;*/
        /*width: 100%;*/
        /*height: auto;*/
        /*line-height: 1;*/
        /*padding: 16px 20px;*/
        /*border: none;*/
        /*border-width: 1px 0 0*/
    /*}*/

    /*ul#outLinks {*/
        /*float: none;*/
        /*background: #fafafa*/
    /*}*/

    /*#outLinks {*/
        /*border-top: thin solid #d9d9d9*/
    /*}*/

    /*#outLinks a {*/
        /*height: 50px;*/
        /*padding: 0 10px;*/
        /*font-size: 14px;*/
        /*font-weight: 700;*/
        /*line-height: 50px*/
    /*}*/

    /*.socialLinks {*/
        /*background: #fafafa;*/
        /*float: none;*/
        /*border-top: solid 1px #DDD;*/
        /*height: 45px*/
    /*}*/

    /*.socialLinks > li {*/
        /*float: left*/
    /*}*/

    /*.socialLinks > li:last-child {*/
        /*float: right*/
    /*}*/

    /*.langDrop {*/
        /*display: none;*/
        /*width: 90px;*/
        /*height: auto;*/
        /*margin: 0;*/
        /*margin-top: 0;*/
        /*padding: 0;*/
        /*list-style: none;*/
        /*position: static;*/
        /*top: 100%;*/
        /*left: 0;*/
        /*z-index: 2;*/
        /*border: none;*/
        /*border-left: solid 1px #DDD;*/
        /*height: 45px;*/
        /*border-right: solid 1px #DDD*/
    /*}*/

    /*.menu-bar nav {*/
        /*top: 2px*/
    /*}*/
}

/*#outLinks a {*/
    /*color: #737272;*/
    /*padding: 0 27px*/
/*}*/

/*#outLinks a:hover {*/
    /*color: #000*/
/*}*/

.newsDet-canvas {
    margin-top: -5vh
}

.w100 {
    width: 100% !important
}

.news-item {
    padding: 0 15px 30px 15px
}

.shareList {
    z-index: 5
}

.news-cont {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.news-list {
    margin: 55px 15px !important
}

#page {
    overflow: hidden
}

#mainHeader {
    z-index: 50
}

.prodInnerNew .pl-30 {
    padding-left: 30px
}

.prodInnerNew .mt-50 {
    margin-top: 50px
}

.mt-50.mb-80 {
    margin-top: 50px;
    margin-bottom: 80px
}

#popup {
    z-index: 99999
}

.prodInnerNew .b-top {
    border-top: solid 1px #ddd
}

.prodInnerNew #sectionBanner:after {
    content: "";
    display: block;
    border-radius: 100%;
    width: 420px;
    height: 420px;
    background: #fff;
    position: absolute;
    right: 80px;
    top: -40px
}

.prodInnerNew .prodBens {
    width: 290px;
    position: absolute;
    display: table;
    right: 145px;
    z-index: 5;
    height: 100%
}

.prodInnerNew .prodBens {
    line-height: 21px
}

.prodInnerNew .prodBens > div {
    display: table-cell;
    vertical-align: middle
}

.prodInnerNew .prodBens li, .prodInnerNew .checkList li {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 30px
}

.prodInnerNew #sectionBanner .prodBens li, .prodInnerNew #sectionBanner .checkList li {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    padding-bottom: 5px
}

.prodInnerNew .checkList li:before {
    position: absolute;
    left: 0;
    top: 4px
}

.prodInnerNew #sectionBanner {
    overflow: hidden;
    position: relative
}

.prodInnerNew .fruit {
    position: relative
}

.prodInnerNew .fruitPic {
    position: absolute;
    right: -50px;
    top: -50px;
    max-height: 100%;
    z-index: 1
}

.prodInnerNew .fruitBg {
    padding: 70px 0;
    position: relative;
    overflow: hidden
}

.discover .prodInnerNew .fruitBg {
    z-index: 1
}

.discover .prodInnerNew .fruitPic {
    z-index: 2
}

.prodInnerNew .fruitCont {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.prodInnerNew .fruitCont > div, .titleDis {
    font-size: 20px;
    line-height: 21px
}

.prodInnerNew .fruitCont > p {
    font-size: 16px;
    line-height: 23px
}

.prodInnerNew .prodData-intro {
    border-top: none;
    padding: 0
}

.prodInnerNew .b-bottom {
    border-bottom: solid 1px #ddd
}

.prodInnerNew .tabA:first-child {
    border-left: thin solid #ddd
}

.prodInnerNew .tabA {
    border-right: thin solid #ddd;
    padding: 20px 0;
    display: inline-block;
    position: relative;
    color: #8d8d8d;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.prodInnerNew .tabA:hover, .prodInnerNew .tabA.active {
    color: #f38c2a
}

.prodInnerNew .tabA:after {
    content: "";
    width: 36px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -18px;
    background: rgba(243, 140, 42, 0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.prodInnerNew .prodTable {
    max-width: 9000px
}

.prodInnerNew .tabA:hover:after, .prodInnerNew .tabA.active:after {
    background: rgba(243, 140, 42, 1)
}

#tabs-cont > div {
    display: none;
    padding: 50px 15px 80px
}

#tabs-cont > div.active {
    display: block
}

.prodInnerNew .betterfor {
    margin: 0;
    max-width: 670px;
    padding: 0 0 50px
}

.prodInnerNew .betterfor-list li {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 30px
}

.prodInnerNew .betterfor-list li:before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 14px;
    display: inline-block;
    content: "";
    background: url(/media/ico-check.png) no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    margin-right: .66em;
    background-color: transparent;
    vertical-align: middle;
    margin-bottom: 0
}

.prodInnerNew .regularTable {
    border-top: none
}

.prodInnerNew .regularTable th {
    text-align: center
}

.prodInnerNew .prodVideoCont {
    background: #000
}

.prodInnerNew #showVideo img {
    opacity: .7
}

.prodInnerNew #showVideo:hover img {
    opacity: .9
}

.prodInnerNew .prodVideo {
    margin: 0 auto;
    padding: 0
}

.prodInnerNew .pao {
    font-size: 16px;
    line-height: 23px;
    color: gray;
    font-weight: 400
}

.prodInnerNew .pao strong, .prodInnerNew .pao a {
    color: #000;
    font-weight: 400
}

.prodInnerNew .related-title {
    position: relative;
    left: 0;
    right: 0;
    padding: 70px 0 50px;
    top: 0;
    margin: 0
}

.prodInnerNew .related-title:after {
    bottom: 30px
}

.prodInnerNew .antistixia {
    text-align: center
}

.prodInnerNew .antistixia p {
    font-weight: 400;
    display: inline-block;
    border: 3px solid #eee;
    padding: 20px;
    margin-top: 70px;
    font-size: 16px;
    line-height: 19px;
    color: gray
}

.prodInnerNew .antistixia p strong {
    font-weight: 400;
    color: #f38c2a
}

.prodInnerNew .prodThing {
    margin-bottom: 0
}

.newsItem-title {
    font-size: 15px;
    line-height: 18px;
    height: auto
}

.news-res {
    position: relative;
    height: auto
}

.newsItem-plus {
    position: absolute;
    padding: 0;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    bottom: 0;
    padding-top: 18px
}

.news-art .makeBg {
    border: thin solid #eee;
    border-bottom: none
}

.newsItem-title {
    margin: 0 0 30px 0
}

.news-art:hover .newsItem-plus {
    color: #f28b2e
}

.news-art {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .06);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.news-art:hover {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15)
}

.prodInnerNew .prodThing {
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic;
    margin-top: 8px
}

.inline-block {
    display: inline-block
}

.relative {
    position: relative
}

.center {
    text-align: center
}

.showVideoHome {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px
}

.play-icon-home {
    position: static;
    border: solid 2px #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transition: all .4s;
    transition: all .5s;
    display: inline-block
}

.play-icon-home:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid 7px rgba(0, 0, 0, 0);
    border-left-color: #fe8918;
    border-right: 0;
    margin-top: -6px;
    margin-left: -2px;
    z-index: 2
}

.play-icon-home:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    transition: all .3s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.play-icon-home:hover:after {
    -moz-transform: scale(.85);
    -webkit-transform: scale(.85);
    -o-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85)
}

.homeBanner-slide .makeBg {
    padding: 120px 0 150px 0
}

.h-500 {
    height: 500px
}

.makeBg.new {
    background-color: #eee;
    position: absolute;
    width: 100%;
    height: 100%
}

.homeBanner-content.new {
    position: absolute;
    left: 50%;
    max-width: 860px;
    top: 20%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-500%);
    transform: translateX(-50%)
}

.prodResume {
    position: relative
}

.PharmacologicalAction {
    margin-top: 60px
}

.mapImg {
    position: absolute;
    right: 0;
    top: 0
}

.seedImg {
    position: absolute;
    left: -50px;
    z-index: 1;
    max-width: 250px;
    max-height: 220px;
    top: 50%;
    margin-top: -110px
}

.border-box {
    border: 3px solid #e1e1e1
}

.prodInnerNew .fruitPic.left-side {
    right: auto;
    left: 60px;
    width: 140px;
    height: 140px
}

.drastic {
    color: #f18b38
}

.titleDis {
    color: #383838
}

.prodResume-texto {
    color: #717171
}

.text-center {
    text-align: center
}

.pt-50 {
    padding-top: 50px
}

.pt-70 {
    padding-top: 70px
}

.pt-130 {
    padding-top: 130px
}

.pb-50 {
    padding-bottom: 50px
}

.full-bg {
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center right !important;
    background-repeat: no-repeat;
    z-index: -1
}


.productos-cont .products .products-item {
    display: none;
}

.disPro.products-item {
    padding: 0
}

.disPro .prodItem-pic {
    height: 100%
}

.disPro .prodItem-cat, .disPro .prodItem-tit {
    position: relative;
    z-index: 2
}

.disPro .prodItem-pic img {
    max-height: 65%;
    margin: 0 auto;
    max-width: 65%;
    z-index: 0;
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: table-cell;
    vertical-align: middle
}

.disPro .prodItem-tit {
    font-size: 20px
}

.disPro .prodItem-art {
    overflow: hidden;
    padding: 20px 10px;
    height: 100%
}

.disPro:last-child .prodItem-art {
    border-right: thin solid #eee
}

.disPro .prodItem-cont {
    height: 0;
    z-index: 1
}

.prodItem-art:hover .prodItem-btn {
    display: block !important;
    position: relative;
    bottom: -65%
}

.btb-letter {
    text-align: center;
    border-top: thin solid #eee;
    border-bottom: thin solid #eee
}

.btb-letter a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #7a7a7a;
    padding: 10px 7px;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.btb-letter a.active, .btb-letter a:not(.disabled):hover {
    color: #f38c2a
}

.btb-letter .disabled {
    color: #d4d3d3 !important;
    cursor: not-allowed
}

.mytitle {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 60px;
    display: block
}

.disPro .prodItem-art:hover .prodItem-cont {
    width: calc(100% - 1px)
}

.allP {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #000 !important;
    padding: 10px 7px;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
    display: inline-block;
    cursor: pointer !important;
    border-right: thin solid #eee;
    padding-right: 36px !important
}

.allP:hover, .allP.active {
    color: #f38c2a !important
}

.allP span {
    font-weight: 400;
    color: #f38c2a;
    font-size: 14px;
    padding-right: 8px
}

#map-elements .element {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    width: 220px;
    top: 50%;
    margin-top: 20px;
    pointer-events: none
}

#map-elements .element.right {
    left: 50%;
    margin-left: 240px
}

#map-elements .element.left {
    right: 50%;
    margin-right: 240px
}

#map-elements .element.hovered {
    opacity: 1
}

#map-elements .element.right.hovered {
    margin-left: 260px
}

#map-elements .element.left.hovered {
    margin-right: 260px
}

#map-elements .element:before {
    content: "";
    background-image: url('../../images/pin-pin.png');
    width: 157px;
    height: 19px;
    display: block;
    position: absolute
}

#map-elements .element:nth-child(1):before {
    left: -155px;
    top: 45px;
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

#map-elements .element:nth-child(2):before {
    right: -139px;
    top: 51px;
    -moz-transform: rotate(-150deg);
    -webkit-transform: rotate(-150deg);
    -o-transform: rotate(-150deg);
    -ms-transform: rotate(-150deg);
    transform: rotate(-150deg)
}

#map-elements .element:nth-child(3):before {
    left: -137px;
    top: 77px;
    -moz-transform: rotate(-55deg);
    -webkit-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg)
}

.element .title {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #2b2b2b;
    margin: 0 0 7px 0;
    padding-bottom: 4px
}

.element .title span {
    font-weight: 300;
    color: #535353
}

.element .title:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 1px;
    display: block;
    background: #ebebeb;
    left: 0;
    bottom: 0
}

.element .desc {
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    color: #454545;
    margin: 0
}

.top-left {
    position: absolute;
    width: 199px;
    height: 285px;
    left: 0;
    top: 0
}

.top-right {
    position: absolute;
    width: 104px;
    height: 243px;
    right: 0;
    top: 70px
}

.sinthesi-center {
    width: 467px;
    height: 285px;
    position: absolute;
    left: 50%;
    margin-left: -233px;
    bottom: 0
}

.pb-310 {
    padding-bottom: 310px
}

.left-leaf {
    width: 72px;
    height: 97px;
    position: absolute;
    left: -70px;
    bottom: -70px
}

.right-leaf {
    width: 65px;
    height: 85px;
    position: absolute;
    right: -90px;
    bottom: -20px
}

.orange, .subDes {
    color: #f38b2e
}

.discTop {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #000
}

.subDes {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #f28b2e
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.pt-20 {
    padding-top: 20px
}

.pt-100 {
    padding-top: 100px
}

.pb-40 {
    padding-bottom: 40px
}

.expand-text {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px
}

.expand-text:after {
    content: "";
    display: block;
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.expand-text.expanded:after {
    opacity: 0
}

.expand-text p {
    color: gray;
    font-size: 16px;
    line-height: 23px
}

.bottom-left {
    position: absolute;
    width: 107px;
    height: 161px;
    left: 0;
    top: 150px
}

.bottom-right {
    position: absolute;
    width: 135px;
    height: 134px;
    right: 0;
    top: 50px
}

.accordionC {
    cursor: pointer
}

.accordionCCol {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding-top: 20px
}

.texto .accordionCCol li:before {
    top: 4px;
    color: #000
}

.titleDis {
    display: inline-block
}

.titleDis.accordionC:after {
    content: '+';
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 15px
}

.titleDis.accordionC.active:after {
    content: "-"
}

.sublim {
    color: #9f9f9f !important;
    font-weight: 400;
    padding-bottom: 0
}

.eof-wrapper {
    padding: 62px 36% 0 153px
}

.eof-text {
    font-weight: 700;
    color: #9f9f9f !important;
    padding-bottom: 0;
    margin-bottom: 0
}

.product .active {
    padding-bottom: 50px
}

#CargarMas {
    margin-top: 40px
}

.slider-second-image {
    position: absolute;
    right: -290px;
    width: 290px;
    height: 361px;
    top: -75px
}

.slick-dots button::before {
    content: " ";
    display: block;
    width: 19px;
    height: 19px;
    margin-top: -5px;
    margin-left: -5px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 1
}

.tab-content > .tab-pane {
    display: none
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.tab-content > .active {
    display: block
}

.fade.in {
    opacity: 1
}

.tabs-with-icon {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.tabs-with-icon li a{
    opacity: .8;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.tabs-with-icon li:hover, .tabs-with-icon li.active {
    opacity: 1
}

.tabs-with-icon a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    opacity: 0;
    /*position: absolute;*/
    bottom: 5px
}

.tabs-with-icon .active a:after {
    opacity: 1
}

.h-45 {
    height: 45px
}

.lh-45 {
    line-height: 45px !important
}

.btn {
    padding: 1.5em 25px 1.4em
}

.slider-bg .slick-list, .slider-bg .slick-track {
    height: 100%
}

.fake-height {
    height: calc(100% - 65px)
}

.max-height-490 {
    max-height: 490px;
    margin: auto
}

.max-height-530 {
    max-height: 530px;
    margin: auto
}

.fruitBg-negative {
    height: calc(100% - 100px);
    display: block;
    bottom: 0;
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .15)
}

.max-1300 {
    max-width: 1300px
}

.right-slider .max-1300 {
    margin-right: 0;
    margin-left: auto
}

#sfIntro:before {
    content: "";
    position: absolute;
    opacity: .3;
    left: -80px;
    height: 120%;
    top: 50%;
    background-image: url(../../images/halo.svg);
    width: 100%;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-for-bg .slick-list {
    overflow: visible
}

.right-slider .slider-for-bg .slick-dots {
    left: 60px;
    right: auto
}

.rotate-element {
    -webkit-animation: spin1 150s infinite linear;
    -moz-animation: spin1 150s infinite linear;
    -o-animation: spin1 150s infinite linear;
    -ms-animation: spin1 150s infinite linear;
    animation: spin1 150s infinite linear;
    display: block
}

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

@-moz-keyframes spin1 {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes spin1 {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg)
    }
}

@-ms-keyframes spin1 {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg)
    }
}

@-keyframes spin1 {
0% {
    transform: rotate(0deg)
}100% {
    transform: rotate(360deg)
}
} .slider-for-bg .slick-slide {
      display: flex !important
  }

.box-shadow {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .06);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.box-shadow:hover {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15)
}

.timing.xs img {
    width: 20px
}

.newBgParallax:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 330px;
    display: block;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 1) 37%, rgba(231, 231, 231, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 1) 37%, rgba(231, 231, 231, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 1) 37%, rgba(231, 231, 231, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e7e7e7', GradientType=0)
}

.curved-image {
    display: inline-block;
    -moz-transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
    width: 100%;
    max-width: 6000px
}

.last-layer, .middle-layer {
    width: 2000px;
    height: 2272px
}

.repeat-y {
    background-repeat: repeat-y
}

.first-layer {
    position: relative;
    z-index: 2;
    width: 585px;
    left: 50%;
    margin-left: -292px
}

.first-layer img, .first-layer .animated-box {
    position: absolute
}

.element-1 {
    height: 320px;
    -moz-transform: translateX(220px);
    -webkit-transform: translateX(220px);
    -o-transform: translateX(220px);
    -ms-transform: translateX(220px);
    transform: translateX(220px)
}

.element-2 {
    height: 275px;
    -moz-transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px)
}

.element-3 {
    height: 290px;
    -moz-transform: translateX(160px);
    -webkit-transform: translateX(160px);
    -o-transform: translateX(160px);
    -ms-transform: translateX(160px);
    transform: translateX(160px)
}

.element-4 {
    height: 400px;
    -moz-transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    transform: translateX(-120px)
}

@media only screen and (max-width: 575px) {
    .element-4 {
        height: 300px;
    }
}

.element-1 img, .element-3 img {
    right: 0
}

.element-1 img {
    top: 130px
}

.element-3 img {
    top: 70px
}

.element-4 img {
    top: 50px
}

.element-2 .animated-box, .element-4 .animated-box {
    right: 0
}

.animated-box {
    width: 420px;
    padding: 20px 40px
}

.element-1 .animated-box {
    background: rgb(253, 125, 36);
    background: -moz-linear-gradient(left, rgba(253, 125, 36, .8) 0%, rgba(253, 171, 102, .8) 100%);
    background: -webkit-linear-gradient(left, rgba(253, 125, 36, .8) 0%, rgba(253, 171, 102, .8) 100%);
    background: linear-gradient(to right, rgba(253, 125, 36, .8) 0%, rgba(253, 171, 102, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccfd7d24', endColorstr='#ccfdab66', GradientType=0)
}
.element-2 .animated-box {
    background: -moz-linear-gradient(left, rgba(88, 63, 153, .8) 0%, rgba(109, 90, 166, .8) 100%);
    background: -webkit-linear-gradient(left, rgba(88, 63, 153, .8) 0%, rgba(109, 90, 166, .8) 100%);
    background: linear-gradient(to right, rgba(88, 63, 153, .8) 0%, rgba(109, 90, 166, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc583f99', endColorstr='#cc6d5aa6', GradientType=1)
}


.element-3 .animated-box {
    background: -moz-linear-gradient(left, rgba(229, 191, 161, .8) 0%, rgba(234, 202, 177, .8) 100%);
    background: -webkit-linear-gradient(left, rgba(229, 191, 161, .8) 0%, rgba(234, 202, 177, .8) 100%);
    background: linear-gradient(to right, rgba(229, 191, 161, .8) 0%, rgba(234, 202, 177, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce5bfa1', endColorstr='#cceacab1', GradientType=0)
}

.element-4 .animated-box {
    background: rgb(141, 198, 63);
    background: -moz-linear-gradient(left, rgba(141, 198, 63, .8) 0%, rgba(163, 207, 98, .8) 100%);
    background: -webkit-linear-gradient(left, rgba(141, 198, 63, .8) 0%, rgba(163, 207, 98, .8) 100%);
    background: linear-gradient(to right, rgba(141, 198, 63, .8) 0%, rgba(163, 207, 98, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8dc63f', endColorstr='#a3cf62', GradientType=0)
}

.billbery-left {
    position: relative;
    padding-bottom: 120px;
    z-index: 5
}

.billbery-left:after {
    content: "";
    position: absolute;
    background-image: url(/media/billbery-element.png);
    display: inline-block;
    left: -154px;
    bottom: 10px;
    width: 184px;
    height: 133px
}

.billbery-left a {
    z-index: 1
}

.pt-xs-8 {
    padding-top: 8%
}

.benefits-ul ul {
    padding: 0;
    list-style-type: none;
    margin: 10px 0
}

.benefits-ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-right: 50px;
    padding-left: 22px;
    line-height: 22px
}

.benefits-ul li:before {
    font-family: 'icomoon' !important;
    content: "\e901";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .14)
}

.benefits-ul li:nth-last-child(1) {
    margin-right: 0
}

.breadcrump {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 56%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 56%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 56%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=1);
    color: #fff;
    padding: 20px 150px 20px 70px
}

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

.breadcrump a:nth-last-child(1) {
    font-weight: 700
}

.breadcrump a:nth-last-child(1):before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-45deg);
    border: solid 1px #fff;
    border-width: 0 1px 1px 0;
    width: 7px;
    height: 7px;
    margin-right: 1em;
    margin-top: -5px
}

#tabs-nav > div.row {
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .04)
}

#tabs-nav a {
    background-color: rgba(241, 139, 56, 0);
    color: #595959 !important;
    padding: 15px
}

#tabs-nav a.active, #tabs-nav a:hover {
    background-color: rgba(241, 139, 56, 1);
    color: #fff !important
}

#tabs-cont ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    list-style-type: none
}

#tabs-cont li {
    position: relative;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 19px;
    padding-left: 25px;
    margin-bottom: 15px
}

#tabs-cont li:before {
    font-family: 'icomoon' !important;
    content: "\e900";
    display: inline-block;
    color: #f18b38;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    left: 0;
    top: 6px
}

#tabs-cont li > ul > li {
    font-size: 14px;
    padding-left: 14px;
    line-height: 14px
}

#tabs-cont li > ul > li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 100%;
    background-color: #f18b38;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0
}

#tabs-cont h5 {
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #383838
}

#tabs-cont p {
    color: #383838
}

#tabs-cont .box-p p {
    padding-top: 20px;
    color: #3d3d3d
}

#tabs-cont .box-p .col-sm-6 h5 {
    padding-top: 35px
}

#tabs-cont .box-p .col-sm-6 h5:nth-child(1) {
    padding-top: 0
}

#tabs-cont h6 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    font-style: italic;
    color: #717171;
    padding-top: 15px
}

.regularTable th {
    padding: 0
}

.regularTable td, .regularTable th {
    border-bottom: none;
    color: #3d3d3d
}

.regularTable td.m-tac {
    text-align: left
}

.regularTable {
    width: 100%
}

.regularTable td + td {
    border-left: none
}

.bullet-cell {
    position: relative;
    padding-left: 16px !important
}

.bullet-cell:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 1.7em;
    border-radius: 100%;
    background-color: #f18b38;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 0
}

.prodInnerNew .fruitPic {
    position: absolute;
    right: -50px;
    top: -50px;
    max-height: 1000px;
    max-width: 350px;
    z-index: 1
}

.pointer {
    cursor: pointer
}

.related-list.productos-cont {
    border: none;
    border-width: 0
}

.related-list .prodItem-art {
    border: none;
    border-width: 0;
    margin-left: 0;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.related-list .prodItem-art:hover {
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .08)
}

.related-list .prodItem-art {
    padding-top: 60px
}

.related-list .slick-track, .slick-track-auto .slick-track {
    margin: auto
}

.infoBox-cont h3 {
    font-size: 14px !important;
    line-height: 14px !important
}

.contactInfo .texto h2 {
    font-size: 18px !important;
    line-height: 24px !important
}

/*.contactInfo .privacy-contact-wrapper,.contactInfo .submit-col {*/
    /*float: right;*/
/*}*/

.contactInfo .privacy-contact-wrapper span,.contactInfo .privacy-contact-wrapper a {
    font-size: 14px;
    font-weight: 500
}

.texto a {
    text-decoration: underline !important
}

.newsDet-title {
    font-weight: 700;
    color: #383838;
    font-size: 22px;
    line-height: 1.15em
}

.newsDet-texto {
    color: #717171
}

.lazy-flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

h2 sup, .h2 sup, h3 sup, .h3 sup {
    font-size: 45%;
    top: -1.45em
}

.homeBanner-content.new h6 {
    max-width: 600px;
    margin: auto
}

.polo-blue, .polo-blue.all *, .p.polo-blue {
    color: #8299cf !important
}

.salem, .salem.all *, .p.salem {
    color: #0e7743 !important
}

.bird-flower, .bird-flower.all *, .p.bird-flower {
    color: #cfcf0f !important
}

.bg-orange {
    background: #f38b2e
}

.bg-polo-blue {
    background: #8299cf
}

.bg-salem {
    background: #0e7743
}

.bg-bird-flower {
    background: #cfcf0f
}

.bg-white {
    background: #fff !important
}

#company {
    padding-top: 0px !important
}

.company-page > .container-fluid > .page-section {
    height: 100vh
}

.company-page > .container-fluid > .row > aside, .company-page > .container-fluid > .row > article {
    height: 100%
}

.company-page > .container-fluid > .row > aside > div {
    height: 100%
}

.company-page i[class^="icon-"] {
    z-index: 2;
    font-size: 110px
}

.company-page .color-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3
}

.company-page .left-image {
    opacity: .2;
    background-position: top left !important
}

.company-slider {
    height: 80%
}

.company-slider .slick-slide {
    height: 80%
}

.company-slider .text_wrapper {
    max-height: 32vh
}

.company-slider-button, .company-slider ul.custom_paging {
    position: absolute;
    bottom: -84px
}

.company-slider-button {
    transition: all 0.3s ease-in;
    opacity: .5
}

.company-slider-button:hover {
    opacity: 1
}

.company-slider .custom_paging {
    margin: 0;
    left: 190px
}

.company-slider .custom_paging:before {
    content: '';
    position: absolute;
    background: #f18b38;
    height: 2px;
    width: 26px;
    left: 17px;
    top: 9px
}

.company-slider .custom_paging li {
    position: relative;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #383838;
    display: none;
    padding-left: 35px
}

.company-slider .custom_paging li.slick-active {
    display: block
}

.company-page .positions ul {
    list-style: none
}

.company-page .positions ul li {
    left: -20px;
    padding-left: 20px
}

.company-page .positions ul li p {
    display: inline-block;
    transition: all 0.3s ease-in
}

.company-page .positions ul li a {
    transition: all 0.3s ease-in;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 5;
    font-size: 11px;
    opacity: 0;
    color: #595959
}

.company-page .positions ul li p:after {
    transition: all 0.3s ease-in;
    content: '';
    position: absolute;
    background: #f18b38;
    height: 2px;
    width: 26px;
    right: -42px;
    top: 9px;
    opacity: 0
}

.company-page .positions ul li:hover p {
    color: #f18b38 !important;
    cursor: pointer
}

.company-page .positions ul li:hover a {
    opacity: .5
}

.company-page .positions ul li:hover p:after {
    opacity: 1
}

.sub-nav {
    display: flex;
    list-style: none;
    justify-content: center;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 0;
    margin: 0
}

.sub-nav li {
    padding: 10px 30px
}

.sub-nav li a {
    text-align: center;
    display: inline-block
}

.sub-nav li a:hover, .sub-nav li a.active {
    font-weight: bold !important
}

.sub-nav li a::after {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.careers_wrapper {
    max-height: 35vh
}

.careers_wrapper .mCustomScrollBox {
    padding-left: 50px;
    margin-left: -50px
}

.careers_wrapper .mCSB_container {
    padding-left: 20px;
    margin-left: -20px
}

.mCSB_dragger_bar {
    background: #f38b2e
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #f5f5f5 !important
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #f38b2e !important;
    opacity: .7
}

.mCustomScrollBox {
    -webkit-box-shadow: inset -1px -7px 23px 0 rgba(255, 255, 255, .48);
    box-shadow: inset -1px -7px 23px 0 rgba(255, 255, 255, .48)
}

#careerModal {
    display: none;
    position: fixed;
    padding: 60px 150px !important;
    background: #fff;
    z-index: 50;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-height: 900px;
    overflow-y: auto;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .09)
}

#careerModal.with-position {
    height: 100%
}

#careerModal article {
    height: 100%
}

#careerModal .close {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #b1b1b1;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer
}

#careerModal .position {
    display: none
}

#careerModal .form-group {
    padding: 0 30px 30px 0
}

#careerModal form input, #careerModal form textarea, #careerModal .custom-file-upload {
    padding: 15px;
    display: block;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    color: #383838;
    width: 100%
}

#careerModal form input:focus, #careerModal form textarea:focus {
    border: 1px solid #f18b38
}

.modal-open {
    height: 100vh;
    overflow: hidden
}

#careerModal .toggleShare:before {
    content: "\e908";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-size: 12px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#careerModal .custom-file-upload {
    text-align: right;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 23px
}

#careerModal .custom-file-upload i {
    font-size: 24px;
    color: #757575;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

#careerModal .custom-file-upload span {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#careerModal .custom-file-upload span:nth-child(3) {
    color: #003a8c;
    background: #fff;
    padding: 5px 15px;
    border: 1px solid #ededef;
    border-radius: 4px;
    margin-left: 10px
}

#careerModal input[type="file"] {
    display: none
}

#careerModal .custom-file-upload img {
    top: 15px;
    opacity: .4
}

#careerModal #msg {
    margin: 40px 0
}

.pillsicon {
    width: 19px;
    height: 19px
}

#home-event-box {
    position: absolute;
    width: 280px;
    height: 270px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .06);
    z-index: 10;
    background: white;
    top: 15px;
    left: 15px;
    text-align: center;
    z-index: 9999
}

#home-event-box .close-me {
    text-align: right;
    padding-top: 15px;
    padding-right: 15px;
    display: inline-block;
    float: right;
    cursor: pointer
}

#home-event-box .close-me img {
    height: 12px;
    padding-left: 5px
}

#home-event-box.fixed-box {
    position: fixed
}

@media only screen and (min-width: 1366px) {
    .company-page article {
        padding-right: 140px !important
    }
}

@media only screen and (max-width: 1280px) {
    .careers_wrapper {
        max-height: 20vh
    }
}

@media only screen and (max-width: 991px) {
    .company-page > .container-fluid > .page-section {
        height: initial
    }

    .company-page aside:first-child, .company-page article {
        padding-left: 16% !important;
        padding-right: 16% !important
    }

    .company-slider {
        height: 32vh;
        margin-bottom: 100px
    }

    .company-page i[class^="icon-"] {
        position: static;
        padding: 70px 18px 16px;
        transform: translateY(0%) translateX(0%);
        display: block
    }

    .company-page .page-section article + aside {
        height: 100vh !important;
        padding-left: 0;
        padding-top: 70px
    }

    .careers_wrapper {
        max-height: 30vh
    }

    .careers_wrapper .mCustomScrollBox {
        padding-left: 20px;
        margin-left: -20px
    }

    .company-page .positions ul li a {
        top: 6px;
        left: 20px
    }

    .company-page .color-overlay {
        display: none
    }

    #careerModal {
        padding: 30px 75px !important
    }
}

@media only screen and (max-width: 767px) {
    .company-page aside:first-child, .company-page article {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .company-page i[class^="icon-"] {
        padding: 52px 18px 16px
    }

    .company-page .page-section article + aside {
        height: 50vh !important;
        padding-top: 60px
    }

    .company-slider {
        height: 30vh
    }

    .company-slider .text_wrapper {
        max-height: 30vh
    }
}

html[lang="gr"] .company-slider-button span:nth-child(2) {
    display: none !important
}

html[lang="en"] .company-slider-button span:nth-child(1) {
    display: none !important
}

@media only screen and (min-width: 1200px) {
    .container-big {
        max-width: 1170px;
        padding: 0 15px
    }
}

@media only screen and (min-width: 992px) {
    .responsive-gallery .slick-track {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important
    }
}

@media only screen and (max-width: 1680px) {
    .eof-wrapper {
        padding: 72px 36% 0 6%
    }

    .row-18 {
        width: 118%;
        display: flex;
        align-items: center
    }
}

@media only screen and (max-width: 1680px) and (min-width: 1200px) {
    .pt-smlg-60 {
        padding-top: 60px !important
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .lazy-left {
        background-position: 20% center !important
    }
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 50px;
        line-height: 52px
    }

    .h1 {
        font-size: 50px !important;
        line-height: 52px !important
    }

    h3 {
        font-size: 36px;
        line-height: 40px
    }

    .h3 {
        font-size: 36px !important;
        line-height: 40px !important
    }

    h4 {
        font-size: 22px;
        line-height: 28px
    }

    .h4 {
        font-size: 22px !important;
        line-height: 28px !important
    }

    .prodInnerNew #sectionBanner:after {
        opacity: .7
    }

    .prodInnerNew .betterfor h2.miniTitle {
        text-align: left
    }

    #companyPic01 {
        max-width: 250px
    }

    #map-elements .element.right {
        margin-left: 220px
    }

    #map-elements .element.left {
        margin-right: 220px
    }

    .top-right {
        width: 74px;
        height: 173px
    }

    .eof-wrapper {
        padding: 50px 30px 0 30px
    }

    .element-1 {
        -moz-transform: translateX(200px);
        -webkit-transform: translateX(200px);
        -o-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px)
    }

    .element-2 {
        -moz-transform: translateX(-180px);
        -webkit-transform: translateX(-180px);
        -o-transform: translateX(-180px);
        -ms-transform: translateX(-180px);
        transform: translateX(-180px)
    }

    .breadcrump {
        padding: 15px 50px 15px 20px
    }

    .breadcrump a {
        font-size: 12px
    }

    .slider-for-bg .slick-dots {
        right: 40px;
        -webkit-transform: translateY(calc(-50% + 70px));
        -ms-transform: translateY(calc(-50% + 70px));
        -o-transform: translateY(calc(-50% + 70px));
        transform: translateY(calc(-50% + 70px))
    }

    .right-slider .slider-for-bg .slick-dots {
        left: 30px;
        right: auto
    }

    #sfIntro:before {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 38px;
        line-height: 40px
    }

    .h1 {
        font-size: 38px !important;
        line-height: 40px !important
    }

    h2 {
        font-size: 42px;
        line-height: 46px
    }

    .h2 {
        font-size: 42px !important;
        line-height: 46px !important
    }

    h3 {
        font-size: 28px;
        line-height: 32px
    }

    .h3 {
        font-size: 28px !important;
        line-height: 32px !important
    }

    h4 {
        font-size: 18px;
        line-height: 24px
    }

    .h4 {
        font-size: 18px !important;
        line-height: 24px !important
    }

    h5 {
        font-size: 20px;
        line-height: 26px
    }

    .h5 {
        font-size: 20px !important;
        line-height: 26px !important
    }

    h6 {
        font-size: 16px;
        line-height: 20px
    }

    .h6 {
        font-size: 16px !important;
        line-height: 20px !important
    }

    p {
        font-size: 15px;
        line-height: 23px
    }

    .p, .p.all * {
        font-size: 15px !important;
        line-height: 23px !important
    }

    p.small {
        font-size: 13px;
        line-height: 20px
    }

    .p.small, .p.small.all * {
        font-size: 13px !important;
        line-height: 20px !important
    }

    p.xs {
        font-size: 11px;
        line-height: 16px
    }

    .p.xs, .p.xs.all * {
        font-size: 11px !important;
        line-height: 16px !important
    }

    .small p {
        font-size: 13px;
        line-height: 20px;
    }

    .prodInnerNew .prodBens {
        right: 45px
    }

    .prodInnerNew #sectionBanner:after {
        right: -20px
    }

    .prodInnerNew .fruitPic {
        position: relative;
        max-height: 100px;
        margin: 0 auto -40px;
        right: auto;
        top: auto
    }

    .prodInnerNew .fruit {
        margin-top: 40px
    }

    .news-cont {
        padding-top: 15px
    }

    .news-list {
        margin-top: 30px !important
    }

    .related-title {
        position: relative;
        top: -10px;
        left: 0;
        right: 0
    }

    .productos-cont {
        margin-top: 40px
    }

    #productsCont-aside {
        border-right: none
    }

    .filters-tit {
        border-top: solid 1px #EEE
    }

    .filters-btn {
        border-right: solid 10px rgba(0, 0, 0, 0)
    }

    .filters-list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out
    }

    .accordionC:after {
        content: '+';
        color: #777;
        font-weight: 700;
        float: right;
        margin-left: 5px
    }

    .accordionC.active:after {
        content: "-"
    }

    .allP {
        padding-right: 10px !important
    }

    .left-leaf {
        left: 50px;
        bottom: -110px
    }

    .right-leaf {
        right: 0;
        bottom: -110px
    }

    .top-left {
        width: 149px;
        height: 213px;
        top: 40px
    }

    .top-right {
        width: 84px;
        height: 196px
    }

    .bottom-left {
        width: 77px;
        height: 115px
    }

    .bottom-right {
        width: 115px;
        height: 114px
    }

    .prodInnerNew .fruitPic.left-side {
        width: auto;
        height: auto
    }

    .mapImg {
        width: 270px;
        height: 362px
    }

    #map-elements .element.right, #map-elements .element.left {
        display: none
    }

    .element-1 {
        -moz-transform: translateX(80px);
        -webkit-transform: translateX(80px);
        -o-transform: translateX(80px);
        -ms-transform: translateX(80px);
        transform: translateX(80px)
    }

    .element-2 {
        height: 365px;
        -moz-transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    .element-3 {
        -moz-transform: translateX(60px);
        -webkit-transform: translateX(60px);
        -o-transform: translateX(60px);
        -ms-transform: translateX(60px);
        transform: translateX(60px)
    }

    .row-18 {
        width: auto;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none
    }

    .breadcrump {
        position: absolute !important;
        top: 0
    }

    .h-45 {
        height: 30px
    }

    .lh-45 {
        line-height: 30px !important
    }

    #menu-footer-menu li, #menu-foot-lv li, #menu-foot-ee li {
        margin-right: 20px
    }
}

@media only screen and (max-width: 767px) {
    #mainFooter-bar img {
        display: block;
        margin: 0 auto !important
    }

    h1 {
        font-size: 28px;
        line-height: 32px
    }

    .h1 {
        font-size: 28px !important;
        line-height: 32px !important
    }

    h2 {
        font-size: 30px;
        line-height: 34px
    }

    .h2 {
        font-size: 30px !important;
        line-height: 34px !important
    }

    h3 {
        font-size: 20px;
        line-height: 26px
    }

    .h3 {
        font-size: 22px !important;
        line-height: 26px !important
    }

    h4 {
        font-size: 16px;
        line-height: 22px
    }

    .h4 {
        font-size: 16px !important;
        line-height: 22px !important
    }

    h5 {
        font-size: 14px;
        line-height: 20px
    }

    .h5 {
        font-size: 14px !important;
        line-height: 20px !important
    }

    h6 {
        font-size: 14px;
        line-height: 17px
    }

    .h6 {
        font-size: 14px !important;
        line-height: 17px !important
    }

    p {
        font-size: 14px;
        line-height: 22px
    }

    .p, .p.all * {
        font-size: 14px !important;
        line-height: 22px !important
    }

    p.small {
        font-size: 12px;
        line-height: 16px
    }

    .p.small, .p.small.all * {
        font-size: 12px !important;
        line-height: 16px !important
    }

    p.xs {
        font-size: 10px;
        line-height: 14px
    }

    .p.xs, .p.xs.all * {
        font-size: 10px !important;
        line-height: 14px !important
    }

    .small p {
        font-size: 12px;
        line-height: 16px
    }

    .ar-xs-135 {
        padding-top: 135%
    }

    .prodInnerNew .prodBens {
        width: 100%;
        right: auto;
        padding: 20px
    }

    .prodInnerNew #sectionBanner:after {
        opacity: .3;
        border-radius: 0;
        background: #000
    }

    .prodInnerNew #sectionBanner .miniTitle, .prodInnerNew #sectionBanner .checkList li {
        color: #fff
    }

    .pills-col {
        margin-bottom: 10px
    }

    .prodInnerNew .fruitPic {
        margin: 0 auto;
        max-width: 50%;
        -wevkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    .prodInnerNew .tabA {
        border-left: thin solid #ddd;
        border-bottom: thin solid #ddd
    }

    .prodInnerNew .related-title {
        padding: 30px 0 40px
    }

    .prodInnerNew .fruit {
        margin-top: 0
    }

    .prodInnerNew #sectionBanner:after {
        width: 100%;
        right: 0
    }

    .colTable-title.miniTitle {
        padding-bottom: 0;
        margin-top: 0
    }

    .prodResume {
        padding: 70px 0 10px
    }

    .h-500 {
        height: 390px
    }

    .btb-letter .disabled {
        display: none
    }

    .disPro .prodItem-tit {
        font-size: 15px
    }

    .btb-letter a {
        font-size: 15px;
        padding: 10px 6px
    }

    .left-leaf, .right-leaf, .top-left, .top-right, .bottom-left, .bottom-right {
        display: none
    }

    .sinthesi-center {
        width: auto;
        height: 200px;
        position: static;
        left: 0;
        margin-left: 0;
        bottom: 0
    }

    .pb-310 {
        padding-bottom: 0
    }

    .expand-text p {
        font-size: 15px;
        line-height: 21px
    }

    .expand-text span {
        text-align: left
    }

    .pt-100 {
        padding-top: 50px
    }

    .mytitle {
        font-size: 16px
    }

    .pt-70 {
        padding-top: 40px
    }

    .pt-130 {
        padding-top: 70px
    }

    .PharmacologicalAction {
        margin-top: 0
    }

    .cc-cookies .text-right {
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        float: none
    }

    .cc-cookies {
        padding: 0
    }

    .fruitBg-negative {
        height: calc(100% - 40px)
    }

    .xs-relative {
        position: relative !important
    }

    .xs-css3-reset {
        position: static !important;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .homeBanner-slider .slick-dots, .slider-for-bg .slick-dots {
        right: auto;
        left: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .right-slider .slider-for-bg .slick-dots {
        right: 20px;
        left: auto
    }

    .custom-btn {
        padding: 1.5em 0 1.4em;
        font-size: 10px;
        text-align: center;
        width: 50%
    }

    .responsive-gallery.slick-initialized .slick-slide {
        padding: 0 8px
    }

    .slider-for-bg .slick-slide {
        display: block !important
    }

    .first-layer {
        position: relative;
        z-index: 2;
        width: 300px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .animated-box {
        width: 230px;
        padding: 15px 15px
    }

    .last-layer, .middle-layer {
        width: 768px;
        height: 1038px
    }

    .element-1 {
        height: 270px
    }

    .element-1 img {
        width: 160px
    }

    .element-2 {
        height: 265px
    }

    .element-2 img {
        top: 50px;
        width: 160px
    }

    .element-3 {
        height: 270px
    }

    .element-3 img {
        top: 110px;
        width: 130px
    }

    .element-4 img {
        top: 90px;
        width: 170px;
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        -ms-filter: fliph;
        filter: fliph
    }

    .breadcrump {
        position: absolute !important;
        top: 0;
        left: 0
    }

    .breadcrump a {
        font-size: 12px
    }

    .row-18 {
        display: block;
        -moz-transform: translateY(-18%);
        -webkit-transform: translateY(-18%);
        -o-transform: translateY(-18%);
        -ms-transform: translateY(-18%);
        transform: translateY(-18%);
        margin-bottom: -24%
    }

    .benefits-ul li {
        display: block;
        margin-right: 0;
        font-size: 12px
    }

    .max-height-530 {
        max-width: 90%
    }

    .h-45 {
        height: 30px
    }

    .lh-45 {
        line-height: 30px !important
    }

    .flex, .custom-middle {
        display: block
    }

    #menu-footer-menu li, #menu-foot-lv li, #menu-foot-ee li{
        margin-right: 0;
        text-align: center;
        display: block;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 480px) {
    .row-18 {
        margin-bottom: -32%
    }
}

@media only screen and (max-width: 380px) {
    .newsDet-canvas {
        margin-top: 0
    }

    .newsDet-pic {
        height: 220px
    }

    .newsDet-hold {
        padding: 0
    }

    #newsDet-share {
        top: -82px
    }

    .news-cont {
        padding: 15px
    }

    .news-item {
        padding: 0 8px 30px 8px
    }
}

@media only screen and (max-width: 350px) {
    .h-45 {
        display: none
    }

    .tabs-with-icon .ml-xs-10 {
        margin-left: 0 !important
    }

    .tabs-with-icon .mb-xs-10 {
        margin-bottom: 5px !important
    }
}

@media only screen and (max-width: 2800px) {
    .slider-second-image {
        top: 110px;
        width: 19vw;
        right: -15vw
    }
}

@media only screen and (max-width: 1920px) {
    .slider-second-image {
        bottom: 0;
        width: 380px
    }
}

@media only screen and (max-width: 1679px) {
    .slider-second-image {
        width: 380px;
        top: -35px
    }
}

@media only screen and (max-width: 1449px) {
    .slider-second-image {
        width: 340px;
        top: -35px;
        right: -215px
    }
}

@media only screen and (max-width: 1332px) {
    .slider-second-image {
        right: -120px;
        width: 240px;
        top: 45px
    }
}

@media only screen and (max-width: 1199px) {
    .slider-second-image {
        right: 0;
        width: 220px;
        top: 65px
    }
}

@media only screen and (max-width: 767px) {
    .slider-nav h1 {
        font-size: 20px;
        line-height: 26px;
        display: block;
        text-transform: uppercase
    }

    .homeBanner-slide-new .ar-xs-65 {
        padding-top: 65%
    }

    .slider-nav {
        width: 100%;
        height: auto
    }

    .showVideoHome {
        height: 50px;
        width: 50px
    }

    .play-icon-home {
        width: 50px;
        height: 50px
    }

    .homeBanner-slider-new .slick-dots, .slider-for-bg .slick-dots {
        display: block;
        position: absolute;
        top: 50%;
        right: 60px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .homeBanner-slider-new .slick-dots li, .slider-for-bg .slick-dots li {
        display: block;
        margin: 20px 0
    }

    .homeBanner-slider-new .slick-arrow {
        display: none !important
    }

    .homeBanner-slide-new .makeBg {
        padding: 120px 0
    }

    .homeBanner-slider-new .slick-dots {
        right: 20px
    }
}

@media only screen and (max-width: 1679px) {
    .slider-second-image {
        width: 320px;
        top: 75px;
        right: -180px
    }
}

@media only screen and (max-width: 1449px) {
    .slider-second-image {
        width: 280px;
        top: 83px;
        right: -150px
    }
}

@media only screen and (max-width: 1332px) {
    .slider-second-image {
        width: 250px;
        right: -110px
    }
}

@media only screen and (max-width: 1199px) {
    .slider-second-image {
        width: 240px;
        right: 13px;
        top: 150px
    }
}

@media only screen and (max-width: 992px) {
    .slider-second-image {
        width: 220px;
        right: 60px;
        top: 120px
    }
}

@media (max-width: 768px) {
    .slider-second-image {
        width: 230px;
        right: 80px;
        top: 100px
    }
}

@media only screen and (max-width: 600px) {
    .slider-second-image {
        width: 220px;
        right: 45px;
        top: 100px
    }
}

@media only screen and (max-width: 500px) {
    .slider-second-image {
        width: 160px;
        right: 45px;
        top: 100px
    }
}

@media only screen and (max-width: 375px) {
    .slider-second-image {
        width: 150px;
        right: 45px;
        top: 40px
    }
}