.isFixed .header {
    position: fixed;
    top: -42px;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: transform 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    -khtml-transition: transform 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    -moz-transition: transform 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    -ms-transition: transform 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    -o-transition: transform 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: transform 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

.isFixed.isScrollUp .header {
    top: 0;
}

.header-meta {
    background-color: #f5ebe6;
    text-align: right;
}

.header-meta a {
    color: #0e3242;
}

.header-meta ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header-meta .meta {
    float: right;
}

.header-meta .meta>li {
    padding: 4px 20px;
    float: left;
    position: relative;
}

.header-meta .meta>li:first-of-type {
    padding-left: 0;
}

.header-meta .meta>li:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 8px;
    color: #0e3242;
}

.header-meta .meta>li.meta-login {
    padding-right: 0;
    padding-left: 0;
}

.header-meta .meta>li.meta-login:after,
.header-meta .meta>li.meta-language:after {
    display: none;
}

.header-meta .meta>li>a {
    font-size: 15px;
    display: block;
    margin-top: 4px;
    cursor: pointer;
}

.header-meta .meta>li:not(.meta-language) a:hover,
.header-meta .meta>li:not(.meta-login) a:hover {
    color: #f03728;
}

.header-meta .dropdown {
    display: none;
    background: #ededeb;
    border: 1px solid #ffb000;
    border-radius: 1px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
}

.header-meta .dropdown:before,
.header-meta .dropdown:after {
    content: '';
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.header-meta .dropdown:after {
    border-color: rgba(237, 237, 235, 0);
    border-bottom-color: #ededeb;
    border-width: 7px;
    margin-left: -7px;
}

.header-meta .dropdown:before {
    border-color: rgba(255, 176, 0, 0);
    border-bottom-color: #ffb000;
    border-width: 8px;
    margin-left: -8px;
}

.header-meta .dropdown li {
    display: block;
}

.header-meta .dropdown li a {
    display: block;
    text-transform: none;
    line-height: 40px;
    padding: 0 25px 0 40px;
    white-space: nowrap;
    border-bottom: 1px solid #ffb000;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    text-align: left;
}

.header-meta .dropdown li:last-of-type a {
    border-bottom: 0px;
}

.header-meta .isOpen .dropdown {
    display: block;
}

.header-meta .language {
    height: 34px;
    position: relative;
    display: block;
    width: 50px;
}

.header-meta .language .selected-lang:hover {
    cursor: pointer;
}

.header-meta .language .selected-lang span {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #0e3242;
    padding-left: 45px;
    text-align: left;
    line-height: 34px;
    overflow: hidden;
    text-indent: -9999px;
}

.header-meta .language .selected-lang span:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 5px;
    background-image: url(../img/spritesheet.png);
    background-position: -549px -624px;
    width: 13px;
    height: 7px;
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .header-meta .language .selected-lang span:after {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px;
    }
}

.header-meta .language .selected-lang span:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 5px;
    width: 18px;
    height: 12px;
    background-image: url(../img/spritesheet.png);
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .header-meta .language .selected-lang span:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px;
    }
}

.header-meta .language .selected-lang span.de:before {
    background-position: -311px -624px;
}

.header-meta .language .selected-lang span.us:before {
    background-position: -611px -759px;
}

.header-meta .language .selected-lang span.gb:before {
    background-position: -930px -730px;
}

@media (min-width: 992px) {
    .header-meta .language:hover .dropdown {
        display: block;
    }
}

.header-meta .language .available-lang li a:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 11px;
    width: 18px;
    height: 12px;
    background-image: url(../img/spritesheet.png);
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .header-meta .language .available-lang li a:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px;
    }
}

.header-meta .language .available-lang li.de a:before {
    background-position: -311px -624px;
}

.header-meta .language .available-lang li.us a:before {
    background-position: -611px -759px;
}

.header-meta .language .available-lang li.gb a:before {
    background-position: -930px -730px;
}

.header-meta .login {
    position: relative;
}

.header-meta .login .ui.button {
    padding: 9px 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-right: 0;
}

.header-meta .login ul li a:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 11px;
    background-image: url(../img/spritesheet.png);
    background-position: -930px -380px;
    width: 19px;
    height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .header-meta .login ul li a:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px;
    }
}

@media (min-width: 992px) {
    .header-meta .login:hover .dropdown {
        display: block;
    }
}

.header-meta .login:hover .ui.button,
.header-meta .login.isOpen .ui.button {
    color: #0e3242;
}

@media (min-width: 992px) {
    .header-meta .login:hover .ui.button,
    .header-meta .login.isOpen .ui.button {
        background-color: #53b7cb;
    }
}

.header-navigation {
    background-color: #f03728;
    padding: 16px 0;
    position: relative;
}

.header-navigation .logo {
    display: block;
    max-width: 200px;
    float: left;
}

.header-navigation .logo img {
    display: block;
}

.header-navigation .navigation {
    float: right;
}

.header-navigation .navigation>ul {
    text-align: right;
    margin: 0px;
    padding: 0px;
}

.header-navigation .navigation>ul>li {
    display: inline-block;
    padding: 3px 30px;
    position: relative;
}

.header-navigation .navigation>ul>li:last-of-type {
    padding-right: 0;
}

.header-navigation .navigation>ul>li>a,
.header-navigation .navigation>ul>li>span {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-navigation .navigation>ul>li>a,
    .header-navigation .navigation>ul>li>span {
        font-size: 22px
    };
}

.header-navigation .navigation>ul>li:hover>a,
.header-navigation .navigation>ul>li:hover>span {
    color: #facd41;
}

.header-navigation .navigation>ul>li.hasSubmenu>a,
.header-navigation .navigation>ul>li.hasSubmenu>span {
    padding-right: 25px;
}

.header-navigation .navigation>ul>li.hasSubmenu>a:after,
.header-navigation .navigation>ul>li.hasSubmenu>span:after {
    content: '\00bb';
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 992px) {
    .header-navigation .navigation>ul>li.hasSubmenu:hover>a:after,
    .header-navigation .navigation>ul>li.hasSubmenu:hover>span:after {
        content: '\203A';
        top: 2px;
        -webkit-transform: rotate(90deg);
        -khtml-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .header-navigation .navigation>ul>li.hasSubmenu:hover>ul {
        display: block;
        -webkit-transform: scale(1, 1);
        -khtml-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.header-navigation .navigation>ul>li.hasSubmenu.isOpen>a:after,
.header-navigation .navigation>ul>li.hasSubmenu.isOpen>span:after {
    content: '\203A';
    top: 2px;
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-navigation .navigation>ul>li.hasSubmenu.isOpen>ul {
    display: block;
}

.header-navigation .navigation>ul>li>ul {
    display: none;
    list-style: none;
    padding: 10px 0px;
    text-align: left;
    background-color: #f03728;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

@media (min-width: 992px) {
    .header-navigation .navigation>ul>li>ul {
        position: absolute;
        z-index: 999;
        left: 0;
        top: 100%;
        -webkit-transform-origin: top;
        -khtml-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform: scale(1, 0);
        -khtml-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
        display: block;
        -webkit-transition: all 0.2s ease-out;
        -khtml-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
}

.header-navigation .navigation>ul>li>ul li a {
    font-size: 18px;
    color: #fff;
    padding: 5px 30px;
    display: block;
}

.header-navigation .navigation>ul>li>ul li a:hover {
    color: #facd41
}

.header-navigation .toggler {
    display: none;
    margin: 5px 0px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    float: right;
}

.header-navigation .toggler .toggler-icon {
    width: 20px;
    height: 12px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -khtml-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: inline-block;
    text-indent: inherit;
}

.header-navigation .toggler .toggler-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -khtml-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.header-navigation .toggler .toggler-icon span:nth-child(1) {
    -webkit-transform-origin: left center;
    -khtml-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    top: 0px;
}

.header-navigation .toggler .toggler-icon span:nth-child(2) {
    -webkit-transform-origin: left center;
    -khtml-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    top: 5px;
}

.header-navigation .toggler .toggler-icon span:nth-child(3) {
    -webkit-transform-origin: left center;
    -khtml-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    top: 10px;
}

.header-navigation .toggler.open .toggler-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
    left: 4px;
}

.header-navigation .toggler.open .toggler-icon span:nth-child(2) {
    width: 0%;
    opacity: 0
}

.header-navigation .toggler.open .toggler-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
    left: 4px;
}

@media (max-width: 991px) {
    .header {
        position: relative;
        z-index: 999;
    }
    .header-navigation .navigation {
        width: 100%;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
    }
    .header-navigation .navigation:before {
        content: '';
        position: absolute;
        left: 10px;
        right: 10px;
        top: 0;
        height: 1px;
        background-color: #fff;
    }
    .isMobile .header-navigation .navigation {
        display: block;
    }
    .isFixed .header-navigation .navigation {
        position: fixed;
        top: 67px;
        bottom: 120px;
        overflow-y: auto;
    }
    .isScrollUp .header-navigation .navigation {
        top: 109px;
    }
    .header-navigation .navigation>ul {
        text-align: center;
        padding: 16px 0px;
        background-color: #f03728;
    }
    .header-navigation .navigation>ul>li {
        display: block;
        padding: 3px 0;
    }
    .header-navigation .navigation>ul>li>a {
        display: inline-block;
    }
    .header-navigation .navigation>ul>li>ul {
        text-align: center;
        background-color: #da3225;
        margin-top: 5px;
        border-radius: 0;
        -webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
        -khtml-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
        -ms-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
        -o-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
    }
    .header-navigation .toggler {
        display: block;
    }
}

@media (max-width: 519px) {
    .header-meta .login .ui.button {
        text-indent: -9999px;
        padding-left: 10px;
        padding-right: 10px;
        height: 26px;
        background-image: url(../img/spritesheet.png);
        background-position: -930px -378px;
        background-color: transparent;
        margin-top: 3px;
    }
    .header-navigation .toggler {
        position: relative;
        width: 0px;
        height: 0;
        padding: 10px;
        font-size: 0px;
        margin-top: 7px;
    }
    .header-navigation .toggler .toggler-icon {
        position: absolute;
        right: 5px;
        top: 4px;
    }
    .header-navigation .toggler.open .toggler-icon span:nth-child(1) {
        top: -2px;
    }
    .header-navigation .toggler.open .toggler-icon span:nth-child(3) {
        top: 12px;
    }
}

@media (max-width: 459px) {
    .header-navigation {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 449px) {
    .header-meta .meta>li {
        padding-left: 9px;
        padding-right: 9px;
    }
}

@media (max-width: 380px) {
    .header-meta .meta>li a {
        font-size: 11px;
    }
}

.header-image {
    background-position: center bottom;
    background-size: cover;
    display: table;
    width: 100%;
    height: 320px;
}

.header-image .left,
.header-image .right {
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    opacity: 0;
    position: relative;
    text-align: left;
}

.header-image .left.visible,
.header-image .right.visible {
    opacity: 1;
}

.header-image .left>span,
.header-image .right>span {
    position: relative;
    display: inline-block;
}

.header-image .left>span>span,
.header-image .right>span>span {
    line-height: 1.1;
}

.header-image .left>span>span:before,
.header-image .right>span>span:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.header-image .left>span>span>span,
.header-image .right>span>span>span {
    display: inline-block;
    vertical-align: middle;
}

.header-image .left {
    font-size: 34px;
    z-index: 1;
    margin-bottom: -5px;
}

.header-image .left>span {
    padding: 4px 10px 8px 6px;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 4px, 99.9% 80%, 6px 100%);
    clip-path: polygon(0 0, 100% 4px, 99.8% 80%, 6px 100%);
}

.header-image .left>span>span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #50bed2;
    -webkit-clip-path: polygon(0 0, 99.8% 12px, 100% 83%, 10px 100%);
    clip-path: polygon(0 0, 99.8% 12px, 100% 83%, 10px 100%);
    padding: 17px 15px 23px 25px;
}

.header-image .right {
    font-size: 28px;
    z-index: 0;
    margin-top: -18px;
}

.header-image .right>span {
    padding: 5px 7px 7px 12px;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 99.8% 0, 100% 100%, 16px 90%);
    clip-path: polygon(0 0, 99.8% 0, 100% 100%, 16px 90%);
}

.header-image .right>span>span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #002d41;
    -webkit-clip-path: polygon(0 0, 99% 0, 100% 100%, 14px 90%);
    clip-path: polygon(0 0, 99% 0, 100% 100%, 14px 90%);
    padding: 13px 20px 17px 40px;
}

.header-image-valign {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .header-image {
        height: 240px;
    }
    .header-image .left,
    .header-image .right {
        text-align: center;
    }
    .header-image .left span,
    .header-image .right span {
        left: auto !important;
    }
    .header-image .left {
        font-size: 26px;
    }
    .header-image .right {
        font-size: 20px;
    }
}

@media (max-width: 559px) {
    .header-image {
        height: 190px;
    }
}

@media (max-width: 460px) {
    .header-image .left {
        font-size: 20px;
    }
    .header-image .right {
        font-size: 16px;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-ms-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-ms-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

.section-bestseller {
    position: relative;
}

@media screen and (min-width: 768px) {
    .section-bestseller {
        background: #ffffff;
        background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #f7f7f7 57%, #b5b5b5 100%);
        background: -webkit-radial-gradient(center, ellipse cover, #fff 0%, #f7f7f7 57%, #b5b5b5 100%);
        background: radial-gradient(ellipse at center, #fff 0%, #f7f7f7 57%, #b5b5b5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5b5b5', GradientType=1);
    }
}

@media screen and (max-width: 767px) {
    .section-bestseller {
        background-color: #f7f7f7;
    }
    .section-bestseller .medium-4 {
        width: 100%;
    }
}

.section-bestseller .section {
    padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .section-bestseller .section {
        padding: 30px 0px;
    }
    .section-bestseller .section .section-header {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

.section-bestseller .section-background {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .section-bestseller .section-background {
        display: none;
    }
}

.section-bestseller .section-background img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.section-bestseller .bucket {
    text-align: center;
    margin: 8px auto;
    position: relative;
}

@media screen and (min-width: 768px) {
    .section-bestseller .bucket {
        margin-left: 5px;
        margin-right: 5px;
    }
    .section-bestseller .bucket:after {
        content: '';
        width: 100%;
        height: 10px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url("../img/bestseller-shadow.png");
    }
}

@media screen and (max-width: 767px) {
    .section-bestseller .bucket {
        max-width: 430px;
        text-align: left;
    }
}

.section-bestseller .bucket-body {
    margin-bottom: 5px;
}

.section-bestseller .bucket h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    display: table;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .section-bestseller .bucket h3 {
        text-align: left;
    }
}

.section-bestseller .bucket h3 span {
    display: table-cell;
    vertical-align: middle;
}

.section-bestseller .bucket p {
    font-size: 15px;
    color: #417387;
}

.section-bestseller .bucket .price {
    color: #f03728;
    margin-bottom: 15px;
}

.section-bestseller .bucket .price span {
    font-size: 35px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .section-bestseller .bucket .price {
        font-size: 25px;
        position: absolute;
        right: 20px;
        top: 35px;
    }
    .section-bestseller .bucket .price span {
        font-size: 40px;
    }
}

@media screen and (max-width: 439px) {
    .section-bestseller .bucket .price {
        font-size: 18px;
    }
    .section-bestseller .bucket .price span {
        font-size: 30px;
    }
}

@media screen and (min-width: 768px) {
    .section-bestseller .bucket-centered {
        margin-top: -18px;
        padding-top: 35px;
    }
    .section-bestseller .bucket-centered h3 {
        margin-bottom: 25px;
    }
    .section-bestseller .bucket-centered .price {
        margin-bottom: 25px;
    }
}

.chatButton {
    position: fixed;
    right: 10px;
    bottom: 0px;
    background-color: #f03728;
    border-radius: 10px 10px 0px 0px;
    padding: 6px 30px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    cursor: pointer;
    z-index: 100;
}

.ui.modal.modal-chat .content {
    text-align: center;
    padding: 30px !important;
}

.ui.modal.modal-chat .content h5 {
    font-weight: 400;
    color: #002c41;
}

.ui.modal.modal-chat .content a {
    text-decoration: underline;
}

.ui.modal.modal-chat > .close {
    margin: 0px;
    top: -5px !important;;
    right: -3px !important;;
    color: #002c41;
}

@media (min-width: 641px) {
    .ui.modal.modal-chat {
        width: 530px;
        margin: 0 0 0 -265px;
    }
}

#all {
    padding-top: 0px;
}
