@charset "UTF-8";
/* CSS Document */
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #f4f5f8;
    font-size: 15px;
}

form {
    width: 100%;
    height: 100%;
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a,
a img {
    text-decoration: none;
    outline: none;
    border: none;
}

.clr {
    clear: both;
    height: 0;
}

::-webkit-input-placeholder {
    color: #7c7c7c;
}

:-moz-placeholder {
    color: #7c7c7c;
}

::-moz-placeholder {
    color: #7c7c7c;
}

:-ms-input-placeholder {
    color: #7c7c7c;
}

::selection {
    background: #ef9a48;
    color: #fff;
}

::-moz-selection {
    background: #ef9a48;
    color: #fff;
}

body,
input,
textarea,
select,
option {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}

.content {
    padding: 0px 160px;
    width: 100%;
    position: relative;
    display: inline-block;
}

#header {
    position: absolute;
    width: 100%;
    min-height: 120px;
    height: auto;
    overflow: hidden;
}

#header.active {
    overflow-y: auto;
}

a.logo {
    position: absolute;
    top: 50px;
    left: 70px;
    display: block;
    width: 100px;
    z-index: 99999;
}
a.logo svg {
    display: block;
    width: 100%;
}
a.logo svg .cls-1 {
    fill: none;
}
a.logo svg .cls-2 {
    clip-path: url(#clip-path);
}
a.logo svg .cls-3 {
    fill: #c32126;
}
a.logo.home svg .cls-3 {
    fill: #fff;
}

.mainSlider {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.mainSlider .pagination {
    width: 20px;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.mainSlider .pagination .num {
    color: #e9e9e9;
    font-size: 15px;
    width: 40px;
    text-align: right;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    position: absolute;
    left: -10px;
    top: -60px;
}
.mainSlider .pagination a {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px 0;
    position: relative;
    cursor: pointer;
}
.mainSlider .pagination a:after {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #cbcbcb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mainSlider .pagination a span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border: 2px solid rgba(203, 203, 203, 0.3);
    opacity: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mainSlider .pagination a.pagination__item--current:after {
    opacity: 0;
}
.mainSlider .pagination a.pagination__item--current span {
    opacity: 1;
}
.mainSlider .nav {
    position: absolute;
    top: 82%;
    left: 160px;
}
.mainSlider .nav a {
    width: 75px;
    height: 50px;
    float: left;
    display: block;
    margin: 0 15px;
    /*&:after{display: block; width: 0px; height: 0px; content: "";@include easing(0.3s); @include rounded(50px); position: absolute; top:0; left: 0; border: 2px solid #fff; opacity: 0;}*/
}
.mainSlider .nav a span {
    width: 39px;
    display: block;
    height: 20px;
    position: relative;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.3;
}
.mainSlider .nav a span:before {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    top: 9px;
}
.mainSlider .nav a .circle {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
}
.mainSlider .nav a .circle .foreground {
    fill: transparent;
    stroke-dasharray: 377;
    stroke-dashoffset: 377;
    stroke: #fff;
    transform-origin: 50% 50%;
    transform: rotate(-270deg);
    transition: all 800ms ease;
}
.mainSlider .nav a.slidePrev span {
    background: url(../images/icons/leftArrowWhite.png) no-repeat left center;
    float: right;
}
.mainSlider .nav a.slideNext span {
    background: url(../images/icons/rightArrowWhite.png) no-repeat right center;
}
.mainSlider .nav a.slideNext .circle {
    left: auto;
    right: 0;
}
.mainSlider .nav a:hover span {
    width: 100%;
    opacity: 1;
}
.mainSlider .nav a:hover .circle .foreground {
    stroke-dashoffset: 0;
    transform: rotate(-90deg);
}
.mainSlider .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.mainSlider .video video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.slides {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: auto;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.slide .video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide video {
    width: 100%;
    height: auto;
}

.slide--current {
    opacity: 1;
}
.slide--current .slideTxt a {
    z-index: 999;
}

.slide__img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.slide__img-size1,
.slide__img-size2,
.slide__img-size3 {
    max-width: 800px;
    max-height: 1200px;
    min-width: 280px;
    min-height: 280px;
}

.slide__img-size1 {
    width: 40vw;
}

.slide__img-size2 {
    width: 60vw;
    height: 60vh;
}

.slide__img-size3 {
    width: 40vw;
    height: 40vw;
    max-width: 800px;
    max-height: 800px;
}

.grid {
    padding: 20vh 0;
    max-width: 1000px;
    display: grid;
    grid-row-gap: 20vh;
    grid-template-columns: repeat(2, 1fr);
}

.grid__item {
    position: relative;
}

.grid__item-titlewrap {
    bottom: 10%;
    position: absolute;
}

.grid__item-title {
    font-size: 8vw;
    line-height: 1;
    margin: 0;
}

.grid__item-description {
    margin: 0;
    font-size: 1.5rem;
}

.grid__item:nth-child(odd) {
    align-self: start;
}

.grid__item:nth-child(odd) .grid__item-titlewrap {
    right: -5vw;
}

.grid__item:nth-child(even) {
    margin: 70vh 0 0 0;
}

.grid__item:nth-child(even) .grid__item-titlewrap {
    left: -5vw;
}

.scroll-img {
    width: 500px;
    max-width: 100%;
    height: 50vh;
    min-width: 250px;
    min-height: 250px;
    background-size: cover;
}

.uncover {
    overflow: hidden;
    background-image: none !important;
    position: relative;
}

.uncover__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.uncover__slices {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 9999;
    pointer-events: none;
}

.uncover__slices--vertical {
    flex-direction: row;
}

.uncover__slices--horizontal {
    flex-direction: column;
}

.uncover__slices--horizontal-double {
    display: grid;
    grid-template-columns: 50% 50%;
}

.uncover__slices--vertical-double {
    display: grid;
    grid-template-rows: 50% 50%;
}

.uncover__slice {
    color: #fff;
    background-color: currentColor;
    flex: 1;
}

.uncover__slices--vertical .uncover__slice {
    box-shadow: 1px 0 0 currentColor;
}

.uncover__slices--horizontal .uncover__slice {
    box-shadow: 0 1px 0 currentColor;
}

.slideContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 160px;
}
.slideContent .content {
    height: 100%;
    padding: 0;
}
.slideContent h2 {
    font-weight: 800;
    color: #fff;
    font-size: 130px;
    position: absolute;
    bottom: 20%;
}

.slideTxt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.slideTxt .leftTxt {
    width: 50%;
    background: #252525;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    font-size: 1rem;
    color: #fff;
}
.slideTxt a {
    width: 50%;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    background:#ef9a48;
    padding: 40px;
    color: #fff;
    font-size: 1rem;
    text-align: right;
}
.slideTxt a i {
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slideTxt a:hover i {
    margin-left: 30px;
}

.menuLinks {
    width: 100px;
    height: 15%;
    position: fixed;
    right: 0;
    top: 25%;
    background: #fff;
    border: 1px solid #e2e2e2;
    z-index: 100;
}

a.lang {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    background: url(../images/icons/world.png) no-repeat center 40px;
}
a.lang span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 0;
    color: #1d1d1d;
    font-weight: bold;
    font-size: 11px;
    margin-top: 20px;
}
a.lang:hover {
    background: url(../images/icons/world.png) no-repeat center 30px;
}
a.lang:hover span {
    opacity: 1;
}

.btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    cursor: pointer;
}
.btn span {
    display: block;
    width: 100%;
    height: 3px;
    background: #222;
    transition: all 0.3s;
    position: relative;
    width: 32px;
    margin: auto;
}
.btn span + span {
    margin-top: 5px;
}
.btn span:last-child {
    background: none;
    font-size: 11px;
    color: #222;
}
.btn.active span:nth-child(1) {
    animation: ease 0.7s top forwards;
}
.btn.not-active span:nth-child(1) {
    animation: ease 0.7s top-2 forwards;
}
.btn.active span:nth-child(2) {
    animation: ease 0.7s scaled forwards;
}
.btn.not-active span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards;
}
.btn.active span:nth-child(3) {
    animation: ease 0.7s bottom forwards;
}
.btn.not-active span:nth-child(3) {
    animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }
    50% {
        top: 8px;
        transform: rotate(0);
    }
    100% {
        top: 8px;
        transform: rotate(45deg);
    }
}

@keyframes top-2 {
    0% {
        top: 8px;
        transform: rotate(45deg);
    }
    50% {
        top: 8px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }
    50% {
        bottom: 8px;
        transform: rotate(0);
    }
    100% {
        bottom: 8px;
        transform: rotate(135deg);
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 8px;
        transform: rotate(135deg);
    }
    50% {
        bottom: 8px;
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@keyframes scaled {
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes scaled-2 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

a.basket {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: absolute;
    border-top: 1px solid #e2e2e2;
    background: url(../images/icons/pdf.png) no-repeat center 40px;
    bottom: 0;
}
a.basket span {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 10px;
    /*background: #c51f26;*/
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    top: 25%;
    right: 25%;
}

.menuWrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 70px 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
}
.menuWrapper nav {
    width: 70%;
    height: 100%;
    background: #fff;
    float: right;
    position: relative;
    left: 50%;
}
.menuWrapper nav h2 {
    font-size: 30px;
    color: #a9a9a9;
    padding-bottom: 30px;
    color: rgb(255, 145, 38);
}
.menuWrapper .left {
    width: 50%;
    height: 100%;
    padding: 80px 100px;
    float: left;
    position: relative;
}
.menuWrapper .right {
    width: 50%;
    height: 100%;
    padding: 80px 100px;
    float: left;
    background: #f7f7f8;
    position: relative;
}
.menuWrapper .right .rightMenu {
    height: 80%;
}
.menuWrapper .right ul li ul {
    padding-left: 30px;
}
.menuWrapper .right ul li ul li a {
    padding-left: 0;
}
.menuWrapper .right ul li ul li a:before {
    display: none;
}
.menuWrapper .right .social {
    position: absolute;
    bottom: 80px;
}
.menuWrapper .right .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    color: #000;
    border: 1px solid #000;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
}
.menuWrapper .right .social a:hover {
    color: rgb(255, 145, 38);
    border: 1px solid rgb(255, 145, 38);
}
.menuWrapper ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    font-weight: lighter;
    padding-left: 30px;
    position: relative;
    letter-spacing: 0px;
    line-height: 40px;
}
.menuWrapper ul li.hasSub a:before {
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "\ea99";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
}
.menuWrapper ul li.hasSub a:hover {
    color: rgb(255, 145, 38);
}
.menuWrapper ul li.hasSub a.active {
    color: rgb(255, 145, 38);
}
.menuWrapper ul li.hasSub a.active:before {
    content: "\eaa1";
}
.menuWrapper ul li ul {
    padding-left: 45px;
    display: none;
}
.menuWrapper ul li ul li a {
    font-size: 15px;
    color: #737373;
    padding-left: 20px;
    line-height: 30px;
    font-weight: 400;
}
.menuWrapper ul li ul li a:before {
    content: "";
}
.menuWrapper ul li ul li a:hover {
    color: #000;
}
.menuWrapper ul li ul li a.active:before {
    content: "" !important;
}
.menuWrapper ul li ul li ul {
    padding-left: 30px;
}
.menuWrapper ul li ul li ul li a:hover {
    color: rgb(255, 145, 38);
}
.menuWrapper ul li ul li ul li a:hover:before {
    color: #c51f26 !important;
}
.menuWrapper ul li ul li ul li a:before {
    content: "" !important;
}
.menuWrapper ul li ul li.hasSub a:before {
    content: "\efc2";
    font-size: 8px;
    top: 8px;
}

#mainSlider.owl-carousel,
#mainSlider.owl-carousel .owl-stage-outer,
#mainSlider.owl-carousel .owl-stage,
#mainSlider.owl-carousel .owl-item,
#mainSlider .item {
    height: 100%;
}

.popularProducts {
    width: 100%;
    background: #f8f9fc;
    height: 700px;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
}
.popularProducts:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    content: "";
}
.popularProducts .left {
    width: 30%;
    float: left;
    padding-top: 90px;
    padding-left: 160px;
    border-right: 20px solid #fff;
    height: 100%;
}
.popularProducts .left h2 {
    color: #252525;
    font-size: 24px;
    display: block;
}
.popularProducts .left h2:after {
    display: block;
    width: 50px;
    margin-top: 10px;
    background: #000;
    height: 2px;
    content: "";
}
.popularProducts .left .popularLinks {
    padding: 70px 0;
}
.popularProducts .left .popularLinks a {
    display: block;
    max-width: 300px;
    position: relative;
    font-weight: bold;
    font-size: 36px;
    color: #b9bdbf;
    letter-spacing: -2px;
}
.popularProducts .left .popularLinks a:after {
    display: block;
    position: absolute;
    right: 20px;
    color: #b9bdbf;
    content: "\eaa0";
    font-family: IcoFont !important;
    top: 15px;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
}
.popularProducts .left .popularLinks a:hover,
.popularProducts .left .popularLinks a.active {
    color: #000;
}
.popularProducts .left .popularLinks a:hover:after,
.popularProducts .left .popularLinks a.active:after {
    right: 0;
    opacity: 1;
}
.popularProducts .left .popularLinksMobile {
    display: none;
}
.popularProducts .left a.popularAll {
    font-size: 14px;
    color: #8f9193;
}
.popularProducts .left a.popularAll:after {
    display: block;
    width: 100px;
    height: 1px;
    background: #8f9193;
    content: "";
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.popularProducts .left a.popularAll:hover {
    color: #000;
}
.popularProducts .left a.popularAll:hover:after {
    width: 150px;
}
.popularProducts .right {
    width: 70%;
    float: left;
    height: 100%;
    background: #fff;
}
.popularProducts .right #popularSlider.owl-carousel,
.popularProducts .right #popularSlider.owl-carousel .owl-stage-outer,
.popularProducts .right #popularSlider.owl-carousel .owl-stage,
.popularProducts .right #popularSlider.owl-carousel .owl-item,
.popularProducts .right #popularSlider .item {
    height: 100%;
}
.popularProducts .right .item {
    /*background: rgb(255,238,234);background: linear-gradient(0deg, rgba(255,238,234,1) 0%, rgba(255,255,255,1) 100%);*/
    background: #f4f5f8;
    width: 350px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.popularProducts .right .item.active {
    width: 600px;
}
.popularProducts .right .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: grab;
}
.popularProducts .right .item a span {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 50px;
    font-weight: bold;
    color: #1a1a1a;
    font-size: 38px;
    letter-spacing: -2px;
    line-height: 1;
}
.popularProducts .right .item a span small {
    display: block;
    font-size: 1rem;
    color: #a5a7a9;
    letter-spacing: 0;
}
.popularProducts .right .item img {
    width: 70%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    mix-blend-mode: multiply;
}

.mainCategories {
    width: 100%;
    background: #f4f5f8;
    padding: 70px 0;
}
.mainCategories .cRow {
    width: 100%;
}
.mainCategories .cRow .cCol {
    width: 23.75%;
    float: left;
    padding-top: 30%;
    position: relative;
}
.mainCategories .cRow .cCol a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mainCategories .cRow .cCol a span {
    position: absolute;
    bottom: 45px;
    left: 45px;
    color: #fff;
    letter-spacing: -2px;
    font-weight: bold;
    line-height: 1;
    width: 50%;
}
.mainCategories .cRow .cCol a span {
    font-size: 12px;
}
@media screen and (min-width: 480px) {
    .mainCategories .cRow .cCol a span {
        font-size: calc(12px + 24 * ((100vw - 480px) / 1440));
    }
}
@media screen and (min-width: 1920px) {
    .mainCategories .cRow .cCol a span {
        font-size: 36px;
    }
}
.mainCategories .cRow .cCol a:after {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 45px;
    bottom: 45px;
    content: "";
    background: url(../images/icons/rightArrow2.png) no-repeat center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mainCategories .cRow .cCol a:hover {
    background-size: 120% auto;
}
.mainCategories .cRow .cCol a:hover:after {
    border: 2px solid white;
    transform: rotate(359deg);
}
.mainCategories .cRow .cCol:first-child {
    width: 47.5%;
}
.mainCategories .cRow.cRow2 .cCol {
    width: 23.5%;
    margin: 0 2% 0 0;
}
.mainCategories .cRow .cCol:nth-child(2) {
    margin: 0 2.5%;
}
.mainCategories .cRow.cRow2 .cCol:nth-child(2) {
    margin: 0 2% 0 0;
}
.mainCategories .cRow.cRow2 .cCol:last-child{
    margin:0;
}
.mainCategories .cRow.cRow2 {
    padding-top: 2.5%;
}
.mainCategories .cRow.cRow2 .cCol {
    padding-top: 15%;
}

.mainBottom {
    width: 100%;
    background: #f4f5f8;
    padding-bottom: 0px;
}
.mainBottom .mainBottomInner {
    padding: 80px 80px 100px 80px;
    background: #fff;
    position: relative;
}
.mainBottom .mainBottomInner:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*background: #f4f5f8;*/
    height: 15%;
}
.mainBottom .mainBottomInner h2 {
    color: #252525;
    font-size: 36px;
    letter-spacing: -2px;
    margin-bottom: 30px;
}
.mainBottom .owl-dots {
    float: left;
}
.mainBottom .owl-dots .owl-dot {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px 5px 0 0;
    position: relative;
    cursor: pointer;
    float: left;
}
.mainBottom .owl-dots .owl-dot:after {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #000000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mainBottom .owl-dots .owl-dot span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border: 2px solid black;
    opacity: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mainBottom .owl-dots .owl-dot.active:after {
    opacity: 0;
}
.mainBottom .owl-dots .owl-dot.active span {
    opacity: 1;
}
.mainBottom .awardsSliderNum {
    display: none;
}
.mainBottom .owl-nav {
    float: right;
}
.mainBottom .owl-nav button {
    width: 75px;
    height: 50px;
    float: left;
    display: block;
    margin: 0 15px;
}
.mainBottom .owl-nav button span {
    width: 39px;
    display: block;
    height: 20px;
    position: relative;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mainBottom .owl-nav button span:before {
    display: block;
    width: 100%;
    height: 2px;
    background: #87888a;
    content: "";
    position: absolute;
    top: 9px;
}
.mainBottom .owl-nav button.owl-prev span {
    background: url(../images/icons/leftArrowGrey.png) no-repeat left center;
    float: right;
}
.mainBottom .owl-nav button.owl-next span {
    background: url(../images/icons/rightArrowgrey.png) no-repeat right center;
}
.mainBottom .owl-nav button.owl-next .circle {
    left: auto;
    right: 0;
}
.mainBottom .owl-nav button:hover span {
    width: 100%;
}

.awardItem {
    display: table;
    width: 100%;
}
.awardItem .awardCaption {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 40px;
}
.awardItem .awardCaption h3 {
    color: #000;
    font-size: 70px;
    letter-spacing: -2px;
}
.awardItem .awardCaption h3 span {
    display: block;
    color: #252525;
    font-size: 1rem;
    letter-spacing: 0;
    margin-top: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: justify;
}
.awardItem .awardImg {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.awardItem .awardImg img {
    /*width: auto !important;*/
    margin: auto;
    display: block;
}
.awardItem .awardTxt {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    color: #959597;
    letter-spacing: -1px;
}
.awardItem .awardTxt strong {
    display: block;
    color: #000;
    font-size: 36px;
}
.awardItem .awardTxt img {
    width: auto !important;
    margin-top: 10px;
    display: block;
}

.teaserBoxes {
    width: 100%;
    /*padding-top: 60px;*/
    padding: 60px 0;
    position: relative;
    z-index: 2;
}
.teaserBoxes:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    content: "";
}
.teaserBoxes .tBox {
    width: 33.33%;
    padding-top: 25%;
    position: relative;
    float: left;
}
.teaserBoxes .tBox a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
    background-position: 85% 85%;
    background-repeat: no-repeat;
    background-size: 20%;
    color: #fff;
}
.teaserBoxes .tBox a.video {
    background-color: #9cc09c;
    background-image: url(../images/icons/video.png);
    background-size: auto;
}
.teaserBoxes .tBox a.video:hover {
    background-color: #8ab28a;
}
.teaserBoxes .tBox a.tour {
    background-color: #42929d;
    background-image: url(../images/icons/tour.png);
        background-size: auto;
}
.teaserBoxes .tBox a.tour:hover {
    background-color: #36838e;
}
.teaserBoxes .tBox a.catalogue {
    background-color:rgb(228, 145, 65);
    background-image: url(../images/icons/catalogue.png);
        background-size: auto;
}
.teaserBoxes .tBox a.catalogue:hover {
       background-color: rgb(195, 122, 52);
   }
.teaserBoxes .tBox a.corp {
    background-color: #3c3c3cde;
    background-image: url(../images/icons/corp.png);
        background-size: auto;
}
.teaserBoxes .tBox a.corp:hover {
    background-color: #212121de;
}
.teaserBoxes .tBox a.virtualTour {
    background-color: #42929d;
    background-image: url(../images/icons/tour.png);
       
}
.teaserBoxes .tBox a.virtualTour:hover {
    background-color: #36838e;
}
.teaserBoxes .tBox a.montage {
    background-color: rgb(228, 145, 65);
    background-image: url(../../images/icons/cat-pdf.png);
       
}
.teaserBoxes .tBox a.montage:hover {
    background-color: rgb(195, 122, 52);
}
.teaserBoxes .tBox a.drawing {
    background-color: #3c3c3cde;
    background-image: url(../images/icons/drawing.png);
       
}
.teaserBoxes .tBox a.drawing:hover {
    background-color: #212121de;
}
.teaserBoxes .tBox a strong {
    color: #fff;
    font-size: 32px;
    letter-spacing: -2px;
    display: block;
}
.teaserBoxes .tBox a span {
    font-size: 16px;
    max-width: 210px;
    display: block;
    padding-top: 15px;
    letter-spacing: -1px;
    text-align: justify;
    line-height: 28px;
}
.teaserBoxes .tBox a small {
    width: 20px;
    display: block;
    height: 18px;
    position: relative;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    bottom: 15%;
    left: 11%;
    background: url(../images/icons/rightArrowWhite.png) no-repeat right center;
}
.teaserBoxes .tBox a small:before {
    display: block;
    width: 99%;
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    top: 8px;
}
.teaserBoxes .tBox a:hover small {
    width: 50px;
}
.teaserBoxes.productDetail .tBox {
    width: 33.3333%;
}
.teaserBoxes.productDetail .disabled {
    opacity: 0.6;
    pointer-events: none;
}

footer .footerInner {
    width: 100%;
    padding: 70px 70px 40px;
    background: #000;
}

footer .footerNav {
    width: 70%;
    float: left;
}
footer .footerNav ul {
    width: 25%;
    float: left;
}
footer .footerNav ul li {
    display: block;
    letter-spacing: -1px;
}
footer .footerNav ul li strong {
    font-size: 18px;
    color: #fff;
    display: block;
    padding-bottom: 10px;
}
footer .footerNav ul li a {
    font-size: 1rem;
    color: #a5a6a8;
    line-height: 28px;
}
footer .footerNav ul li a:hover {
    color: #fff;
}

footer .footerContact {
    float: right;
    text-align: right;
}
footer .footerContact span {
    display: block;
    padding-bottom: 10px;
    font-size: 1rem;
    color: #a5a6a8;
    padding-top: 15px;
}
footer .footerContact a.phone {
    color: #fff;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}
footer .footerContact .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    margin-left: 5px;
}
footer .footerContact .social a:hover {
    color: rgb(255, 145, 38);
    border: 1px solid rgb(255, 145, 38);
}

footer .legal {
    float: right;
    font-size: 14px;
    color: #a5a6a8;
     margin-top: 60px;
}
footer .legal a {
    display: inline-block;
    color: #b9b9b9;
    font-weight: 500;
       
}
footer .legal a:hover {
    color: #fff;
}
footer .legal span {
    display: inline-block;
    padding: 0 10px;
}

footer a.footerLogo {
    /*width: 230px;*/
   /* display: block;*/
    display: inline-block;
    /*padding-top:52px;*/
    padding-top:10px;
}
footer a.footerLogo svg {
    display: block;
    width: 100%;
}
footer a.footerLogo svg .cls-1 {
    fill: none;
}
footer a.footerLogo svg .cls-2 {
    clip-path: url(#clip-path);
}
footer a.footerLogo svg .cls-3 {
    fill: #fff;
}

footer .clr {
    margin-bottom: 50px;
}

.w30 {
    width: 30%;
    float: left;
}
.w30:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.w40 {
    width: 40%;
    float: left;
}
.w40:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.w50 {
    width: 50%;
    float: left;
}
.w50:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.w60 {
    width: 60%;
    float: left;
}
.w60:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.w70 {
    width: 70%;
    float: left;
}
.w70:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}
.w70 .w50 {
    padding-right: 8%;
}

.w75 {
    width: 75%;
    float: left;
}
.w75:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.w90 {
    width: 90%;
    float: left;
}
.w90:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.w100 {
    width: 100%;
    float: left;
}
.w100:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

section.subPage {
    padding: 250px 0;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
section.subPage:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    content: "";
}
section h1 {
    font-size: 40px;
    color: #000;
    letter-spacing: -2px;
    margin-bottom: 50px;
}
section.subPage .breadcrumbs {
       position: absolute;
    /* top: 0; */
    left: 70px;
    font-size: 12px;
    color: #9d9ea0;
    bottom: 60px;
}
section.subPage .breadcrumbs span {
    display: inline-block;
    padding: 0 5px;
}
section.subPage .breadcrumbs a {
    color: #9d9ea0;
        text-transform: uppercase;
}
section.subPage .breadcrumbs a:hover,
section.subPage .breadcrumbs a.active {
    color: #ffffff;
}
section.subPage a.homeBtn {
    display: block;
    position: absolute;
    top: 70px;
    right: 70px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -2px;
}
section.subPage a.homeBtn span {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 2px solid #fff;
    float: left;
    margin: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
}
section.subPage a.homeBtn span:before {
    position: absolute;
    content: "\ea5c";
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-size: 18px;
    width: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
section.subPage a.homeBtn:hover span:before {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
section.subPage .txt {
    color: #838485;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
}
section .image {
    float: right;
}
section .image img {
    display: block;
    width: 100%;
}
section.subPage.productDetailPage {
    padding: 150px 0;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }
    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

.sign {
    color: #000;
    font-size: 36px;
    margin-top: 50px;
    font-weight: bold;
}
.sign span {
    display: block;
    color: rgb(255, 145, 38);
    font-size: 18px;
    font-weight: 400;
}

.awards {
    padding: 50px 0 0 0;
}
.awards .awardItem {
    background: #fff;
    margin-bottom: 45px;
    padding: 0 90px 0 40px;
}
.awards .awardItem .awardImg img {
    margin-top: -10px;
}

.productList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.productList .pItem {
    width: 31%;
    margin: 0 3% 3% 0;
}
.productList .pItem a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}
.productList .pItem a .imgArea {
    display: block;
    width: 100%;
    position: relative;
}
.productList .pItem a .imgArea img {
    width: 100%;
    height: auto;
}
.productList .pItem a strong {
    display: block;
    color: #1a1a1a;
    font-size: 16px;
    letter-spacing: -2px;
    padding: 8%;
    line-height: 1;
}
.productList .pItem a strong small {
      display: block;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    font-weight: normal;
    padding-top: 10px;
}
.productList .pItem a:hover {
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.1);
}
.productList .pItem:nth-child(3n) {
    margin-right: 0;
}
.productList.popularProductSlider .pItem {
    width: 100%;
    float: none;
}
.productList.popularProductSlider .pItem a {
    border-right: 1px solid #f3f3f3;
    background: #f5f5f5;
}
.productList.popularProductSlider .pItem a:hover {
    box-shadow: none;
}

.pMenu {
    width: 25%;
    position: absolute;
    left: 0;
    top: 460px;
    background: #fff;
}
.pMenu .menuWrapper {
    position: relative;
    left: 0 !important;
    right: auto !important;
    top: 0;
    padding: 0;
    z-index: 1;
}
.pMenu .menuWrapper nav {
    left: 0 !important;
    width: 100%;
    float: left;
}
.pMenu .menuWrapper .left {
    width: 100%;
    left: 0;
    float: left;
    padding: 70px 50px;
}

.tabHeader {
    width: 100%;
    border-bottom: 1px solid #e9eaed;
    position: relative;
}
.tabHeader a {
    display: inline-block;
    padding: 35px 0;
    font-weight: bold;
    color: #b9bdbf;
    font-size: 24px;
    margin-right: 20px;
    letter-spacing: -1px;
}
.tabHeader a:hover,
.tabHeader a.active {
    color: #000;
}
.tabHeader span {
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #ef9a48;
    width: 95px;
}

.tabContent {
    padding-top: 60px;
}
.tabContent .tabItem {
    display: none;
}
.tabContent .tabItem:first-child {
    display: block;
}

.list {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.list .listItem {
    width: 31%;
    float: left;
    margin: 0 3% 3% 0;
}
.list .listItem a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 50px;
    position: relative;
}
.list .listItem a img {
    width: 55%;
    height: auto;
    vertical-align: middle;
}
.list .listItem a .txt {
    display: inline-block;
    vertical-align: middle;
    color: #acacac;
    font-size: 14px;
    letter-spacing: 0;
}
.list .listItem a .txt strong {
    display: block;
    color: #1a1a1a;
    font-size: 20px;
    letter-spacing: -2px;
    line-height: 1;
    padding-bottom: 10px;
}
.list .listItem a small {
    display: block;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    font-weight: normal;
    position: absolute;
    bottom: 50px;
}
.list .listItem a small:after {
    content: "\ef08";
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}
.list .listItem a:hover {
    box-shadow: 4px 4px 18px 0px rgba(0, 0, 0, 0.46);
}
.list .listItem a:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    content: "";
}
.list .listItem:nth-child(3n) {
    margin-right: 0;
}
.list.videoList .listItem a:before {
    display: block;
    width: 45px;
    height: 45px;
    content: "";
    background: #eff0f1;
    position: absolute;
    bottom: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-align: center;
    content: "\ec74";
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    color: #1a1a1a;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.list.videoList .listItem a:hover:before {
    color: #fff;
    background: #c51f26;
}
.list.videoList .listItem a img {
    max-width: 196px;
}
.list#sertifikalar .listItem {
    width: 22%;
}
.list#sertifikalar .listItem:nth-child(3n) {
    margin-right: 3%;
}
.list#sertifikalar .listItem:nth-child(4n) {
    margin-right: 0;
}
.list#sertifikalar .listItem a {
    padding: 0;
}
.list#sertifikalar .listItem a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.accordionList {
    width: 100%;
}
.accordionList .accordionItem {
    width: 100%;
    background: #fff;
    letter-spacing: -1px;
    position: relative;
    margin-bottom: 20px;
}
.accordionList .accordionItem h3 {
    display: block;
    padding: 40px 50px;
    color: #000;
    font-size: 24px;
    position: relative;
    cursor: pointer;
}
.accordionList .accordionItem h3:after {
    content: "\ea99";
    position: absolute;
    right: 50px;
    top: 45%;
    color: #ccc;
    font-family: IcoFont !important;
    font-size: 18px;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.accordionList .accordionItem .accordionDetail {
    padding: 20px 50px 50px 50px;
    font-size: 18px;
    color: #7c7c7c;
    display: none;
}
.accordionList .accordionItem:before {
    width: 2px;
    height: 0%;
    background: #ef9a48;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.accordionList .accordionItem.active {
    margin-bottom: 15px;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.1);
}
.accordionList .accordionItem.active h3:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    color: #000;
}
.accordionList .accordionItem.active:before {
    height: 100%;
}

.productDetail {
    width: 100%;
    position: relative;
}
.productDetail .certificateArea {
    position: absolute;
    top: 0;
    right: 30px;
}
.productDetail .certificateArea a {
    overflow: hidden;
}
.productDetail .certificateArea a img {
    max-width: 52px;
    width: 100%;
}
.productDetail .productDetailTop {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
}
.productDetail .productDetailTop:after {
    display: block;
    width: 100%;
    clear: both;
    height: 0;
    content: "";
}
.productDetail .productSlider {
    width: 50%;
    float: left;
    padding: 50px 0;
}
.productDetail .productSlider .owl-dots {
    float: right;
    margin-right: 50px;
    margin-top: 20px;
}
.productDetail .productSlider .owl-dots .owl-dot {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px 5px 0 0;
    position: relative;
    cursor: pointer;
    float: left;
}
.productDetail .productSlider .owl-dots .owl-dot:after {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #000000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.productDetail .productSlider .owl-dots .owl-dot span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border: 2px solid black;
    opacity: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.productDetail .productSlider .owl-dots .owl-dot.active:after {
    opacity: 0;
}
.productDetail .productSlider .owl-dots .owl-dot.active span {
    opacity: 1;
}
.productDetail .productSlider a.videoLink {
    float: left;
    font-size: 20px;
    color: #000;
    letter-spacing: -1px;
    margin-left: 50px;
    line-height: 80px;
}
.productDetail .productSlider a.videoLink span {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 1px solid #ebebeb;
    position: relative;
    margin-right: 10px;
}
.productDetail .productSlider a.videoLink span:after {
    display: block;
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    left: 5%;
    top: 5%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 2px solid #e0c3c3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.productDetail .productSlider a.videoLink span:before {
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    left: 25%;
    top: 25%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #c32126;
    text-align: center;
    content: "\ec74";
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}
.productDetail .productSlider a.videoLink:hover span:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.productDetail .productInfo {
    width: 37%;
    float: left;
    padding: 55px;
    border-left: 1px solid #f3f3f3;
}
.productDetail .productInfo h1 {
       display: block;
    font-size: 20px;
    color: #1a1a1a;
    letter-spacing: -2px;
    margin-bottom: 15px;
}
.productDetail .productInfo .productType {
    width: 100%;
}
.productDetail .productInfo .productType a {
    display: block;
    border: 1px solid #d4d4d7;
    padding: 20px;
    color: #1a1a1a;
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
}
.productDetail .productInfo .productType a small {
    display: block;
    font-size: 11px;
    color: #969696;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
}
.productDetail .productInfo .productType a:after {
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.productDetail .productInfo .productType a:hover,
.productDetail .productInfo .productType a.selected,
.productDetail .productInfo .productType a.active,
.productDetail .productInfo .productType a:active {
    border: 1px solid #b5322f;
    color: #b5322f;
}
.productDetail .productInfo .productType a:hover small,
.productDetail .productInfo .productType a.selected small,
.productDetail .productInfo .productType a.active small,
.productDetail .productInfo .productType a:active small {
    color: #000;
}
.productDetail .productInfo .productType a:hover:after,
.productDetail .productInfo .productType a.selected:after,
.productDetail .productInfo .productType a.active:after,
.productDetail .productInfo .productType a:active:after {
    border: 5px solid #b5322f;
}
.productDetail .productInfo .pCap {
    display: block;
    margin-top: 25px;
    font-size: 14px;
    color: #959595;
    padding-bottom: 4px;
}
.productDetail .productInfo .pCap:nth-child(2) {
    margin-top: -10px;
}
.productDetail .productInfo .pCap:nth-child(3) {
    color: #000000;
}
.productDetail .productInfo .brand {
    display: block;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: bold;
}
.productDetail .productInfo .colors {
    width: 100%;
    padding-top: 15px;
}
.productDetail .productInfo .colors a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: relative;
}
.productDetail .productInfo .colors a:after {
    display: block;
    width: 140%;
    height: 140%;
    position: absolute;
    top: -20%;
    left: -20%;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.productDetail .productInfo .colors a:hover:after,
.productDetail .productInfo .colors a.selected:after {
    border: 1px solid #a9aaac;
}
.productDetail .productInfo .colors a img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.productDetail .productInfo .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    color: #959595;
    border: 1px solid #959595;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
}
.productDetail .productInfo .social a:hover {
    color: rgb(255, 145, 38);
    border: 1px solid rgb(255, 145, 38);
}
.productDetail .productInfo .pLinks {
    width: 100%;
    padding-top: 15px;
}
.productDetail .productInfo .pLinks a {
    display: block;
    width: 48%;
    padding: 25px 25px 50px 25px;
    font-size: 13px;
    float: left;
    font-weight: bold;
    position: relative;
}
.productDetail .productInfo .pLinks a.requestLink {
    margin-right: 4%;
    background: #fff;
    color: #7e7e7e;
    border: 1px solid #dadada;
}
.productDetail .productInfo .pLinks a.requestLink:after {
    content: "\ea5d";
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    color: #7e7e7e;
    position: absolute;
    left: 25px;
    bottom: 20px;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.productDetail .productInfo .pLinks a.requestLink:hover:after {
    left: 80%;
    color: #fff;
}
.productDetail .productInfo .pLinks a.catalogueLink {
    background: #fff;
    color: #7e7e7e;
    border: 1px solid #dadada;
}
.productDetail .productInfo .pLinks a.catalogueLink:after {
    content: "\ef08";
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    color: #7e7e7e;
    position: absolute;
    left: 16%;
    bottom: 20px;
    font-size: 17px;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.productDetail .productInfo .pLinks a.catalogueLink:hover:after {
    left: 70%;
    color: #fff;
}
.productDetail .productInfo .pLinks a:hover,
.productDetail .productInfo .pLinks a.active {
    color: #fff;
}
.productDetail .productInfo .pLinks a.active,
.productDetail .productInfo .pLinks a:hover {
    background: #ef9a48;
}
.productDetail .productInfo .pLinks a.active:after {
    color: #ffffff;
}
.productDetail .productInfo .pLinks:after {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    clear: both;
}

.popularProductSlider {
    width: 100%;
    background: #fff;
    margin-top: 60px;
}
.popularProductSlider h2 {
    display: block;
    font-size: 30px;
    color: #252525;
    padding: 30px 50px;
    border-bottom: 1px solid #f3f3f3;
    letter-spacing: -2px;
}
.popularProductSlider .owl-dots {
    position: absolute;
    top: -60px;
    right: 200px;
}
.popularProductSlider .owl-dots .owl-dot {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px 5px 0 0;
    position: relative;
    cursor: pointer;
    float: left;
}
.popularProductSlider .owl-dots .owl-dot:after {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #000000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.popularProductSlider .owl-dots .owl-dot span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border: 2px solid black;
    opacity: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.popularProductSlider .owl-dots .owl-dot.active:after {
    opacity: 0;
}
.popularProductSlider .owl-dots .owl-dot.active span {
    opacity: 1;
}
.popularProductSlider .owl-nav {
    position: absolute;
    top: -78px;
    right: 0px;
}
.popularProductSlider .owl-nav button {
    width: 75px;
    height: 50px;
    float: left;
    display: block;
    margin: 0 15px;
}
.popularProductSlider .owl-nav button span {
    width: 39px;
    display: block;
    height: 20px;
    position: relative;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.popularProductSlider .owl-nav button span:before {
    display: block;
    width: 100%;
    height: 2px;
    background: #87888a;
    content: "";
    position: absolute;
    top: 9px;
}
.popularProductSlider .owl-nav button.owl-prev span {
    background: url(../images/icons/leftArrowGrey.png) no-repeat left center;
    float: right;
}
.popularProductSlider .owl-nav button.owl-next span {
    background: url(../images/icons/rightArrowgrey.png) no-repeat right center;
}
.popularProductSlider .owl-nav button.owl-next .circle {
    left: auto;
    right: 0;
}
.popularProductSlider .owl-nav button:hover span {
    width: 100%;
}

.contactContainer .contactRed {
    color: rgb(255, 145, 38);
}

.contactContainer .contactBlack {
    color: #000;
    margin-top: 8px;
    line-height: 28px;
    font-size: 16px;
}

.contactContainer .adressDetail {
    color: #000;
    border-bottom: 1px solid #dddee0;
    padding-bottom: 5px;
}

.contactContainer .regionalOffices {
    margin-top: 75px;
}

.contactForm {
    padding: 80px;
    background: #f4f5f8;
    -webkit-box-shadow: -5px 14px 54px -23px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -5px 14px 54px -23px rgba(0, 0, 0, 0.75);
    box-shadow: -5px 14px 54px -23px rgba(0, 0, 0, 0.75);
}
.contactForm .formHeading {
    font-size: 30px;
    margin-bottom: 30px;
}

.form .formCol {
    position: relative;
    margin-bottom: 5px;
}
.form .formCol .submitBtn {
    background: #ef9a48;
    box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-weight: 300;
    display: block;
    line-height: 65px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.form .input {
    position: relative;
    margin: auto;
    width: 100%;
    display: block;
}
.form .input .label {
    position: absolute;
    top: 32px;
    left: 30px;
    font-size: 16px;
    color: #8c8c8d;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all 0.2s ease;
    pointer-events: none;
}
.form .input input {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border-radius: 0;
    color: #000;
    transition: all 0.15s ease;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    -moz-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    height: 80px;
    padding: 0 30px;
    /*margin-top: 12px;*/
}
.form .input input:hover {
    -webkit-box-shadow: 0px 10px 27px 0px rgba(12, 13, 12, 0.15);
    -moz-box-shadow: 0px 10px 27px 0px rgba(12, 13, 12, 0.15);
    box-shadow: 0px 10px 27px 0px rgba(12, 13, 12, 0.15);
}
.form .input input:not(:placeholder-shown) + span {
    font-size: 14px;
    top: 20px;
}
.form .input input:focus {
    outline: none;
}
.form .input input:focus + span {
    font-size: 13px;
    top: 10px;
}
.form .input textarea {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-size: 21px;
    font-weight: 500;
    background: #fff;
    border-radius: 0;
    color: #000;
    transition: all 0.15s ease;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    -moz-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    height: 160px;
    padding: 30px 30px 0;
}
.form .input textarea:hover {
    -webkit-box-shadow: 0px 10px 27px 0px rgba(12, 13, 12, 0.15);
    -moz-box-shadow: 0px 10px 27px 0px rgba(12, 13, 12, 0.15);
    box-shadow: 0px 10px 27px 0px rgba(12, 13, 12, 0.15);
}
.form .input textarea:not(:placeholder-shown) + span {
    font-size: 13px;
    top: 10px;
}
.form .input textarea:focus {
    outline: none;
}
.form .input textarea:focus + span {
    font-size: 13px;
    top: 10px;
}

.form select {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-size: 21px;
    font-weight: 500;
    background: #fff;
    border-radius: 0;
    color: #000;
    height: 80px;
    padding: 0 30px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    -moz-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
}

.form .select:after {
    display: block;
    content: "\ea99";
    width: 50px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 80px;
    font-family: IcoFont !important;
    text-align: center;
}

.groupCompanies {
    width: 100%;
}
.groupCompanies .groupList {
    width: 33.333%;
    float: left;
}
.groupCompanies .groupList a {
    display: block;
    padding-left: 30px;
    line-height: 70px;
    font-size: 24px;
    color: #8e8e90;
    position: relative;
}
.groupCompanies .groupList a span {
    display: block;
    position: relative;
    z-index: 2;
}
.groupCompanies .groupList a:hover {
    color: #ef9a48;
}
.groupCompanies .groupList a:before {
    display: block;
    content: "";
    z-index: 1;
    height: 100%;
    width: 0%;
    background: #42929d url(../images/icons/rightArrow3.png) no-repeat 90% center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
}
.groupCompanies .groupList a.active {
    color: #fff;
}
.groupCompanies .groupList a.active:before {
    width: 100%;
}
.groupCompanies .groupContent {
    width: 66.667%;
    float: left;
    position: relative;
    overflow: hidden;
}
.groupCompanies .groupContent .groupItem {
    width: 100%;
    display: none;
}
.groupCompanies .groupContent .groupItem .groupImg {
    width: 50%;
    background: #42929d;
    float: left;
    position: relative;
    z-index: 2;
}
.groupCompanies .groupContent .groupItem .groupImg img {
    display: block;
    width: 100%;
}
.groupCompanies .groupContent .groupItem .groupImg:after {
    display: block;
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #42929d;
    z-index: 5;
    margin-top: -30px;
}
.groupCompanies .groupContent .groupItem .groupTxt {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: #fff;
    padding: 80px;
    font-size: 18px;
    color: #000;
    position: relative;
    z-index: 1;
}
.groupCompanies .groupContent .groupItem .groupTxt img {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}
.groupCompanies .groupContent .groupItem .groupTxt a {
    display: inline-block;
    margin-top: 50px;
    color: rgb(255, 145, 38);
    font-size: 13px;
    letter-spacing: 2px;
    background: url(../images/icons/rightArrowRed.png) no-repeat right center;
    padding-right: 40px;
}
.groupCompanies .groupContent .groupItem .groupTxt a:hover {
    padding-right: 55px;
}

.sellingPoints {
    width: 100%;
}
.sellingPoints .worldMap {
    width: 100%;
    margin-top: 0px;
    position: relative;
}
.sellingPoints .worldMap svg {
    display: block;
    width: 100%;
}
.sellingPoints .worldMap svg path {
    fill: #f4f5f8;
    stroke: #8b8b8b;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sellingPoints .worldMap svg path.hasBranch {
    fill: #42929d;
}
.sellingPoints .worldMap svg path.hasBranch:hover {
    fill: #ef9a48;
    stroke: #ef9a48;
}
.sellingPoints .worldMap svg path.hasBranch.india {
    fill: #ef9a48;
}
.sellingPoints .worldMap .gIcon {
    position: absolute;
    z-index: 11;
    opacity: 1 !important;
    width: 100px;
    top: 39%;
    left: 68%;
}

.careerContent {
    margin-bottom: 230px;
}
.careerContent .careerFormButton {
    background: #c51f26 url(../images/icons/rightArrow2.png) no-repeat right center;
    padding: 30px 50px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 4px;
    width: 340px;
    display: block;
    background-position: 285px;
    background-size: 5%;
}
.careerContent .careerAccordion {
    margin: 80px 0;
}
.careerContent .careerSmallHeading {
    font-size: 30px;
    color: #000;
    margin-bottom: 45px;
}
.careerContent::last-child {
    margin-bottom: 0;
}

.branchsList {
    width: 100%;
    height: auto;
}

.branchMap {
    height: 45%;
    width: 100%;
    position: relative;
}
.branchMap .branchMapLeft {
    float: left;
    width: 20%;
}
.branchMap .branchMapLeft h1 {
    margin-bottom: 15px;
}
.branchMap .branchMapLeft span {
    color: #959597;
    font-size: 17px;
    letter-spacing: -1px;
    padding-bottom: 25px;
    display: block;
}

#branchMap {
    width: 75%;
    float: right;
}
#branchMap svg {
    width: 100%;
    height: 100%;
    margin-left: 1.5%;
}
#branchMap path,
#branchMap polygon {
    fill: #f4f5f8;
    stroke: #c51f26;
    cursor: pointer;
}
#branchMap path:hover,
#branchMap polygon:hover,
#branchMap path.selected,
#branchMap polygon.selected {
    fill: #c51f26;
}

.branchHeader {
    width: 100%;
    position: relative;
    margin-bottom: -1px;
    color: #0d1d3b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 50px;
    position: relative;
    display: block;
}
.branchHeader a {
    display: inline-block;
    line-height: 70px;
    color: #b9bdbf;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-right: 50px;
    position: relative;
}
.branchHeader a:before {
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.branchHeader a.active,
.branchHeader a:hover {
    color: #000;
}
.branchHeader a.active:before,
.branchHeader a:hover:before {
    width: 100%;
}

.branchListDetail {
    width: 100%;
    padding: 50px 0 0;
    height: 55%;
}

.branchItems {
    padding-bottom: 5px;
}

.branchTabItem {
    width: 100%;
    display: none;
    opacity: 0;
}

.branchItem {
    width: 100%;
    position: relative;
    color: #0d1d3b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 1rem;
    color: #000;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    margin: 1px 0;
    display: none;
    background: #fff;
}
.branchItem::before {
    display: block;
    content: "";
    width: 1px;
    height: 0%;
    background: #c51f26;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.branchItem:hover:before {
    height: 100%;
}
.branchItem div {
    position: relative;
}

.branchItem a {
    display: block;
    width: 100%;
    color: #000;
}

.bCol1 {
    width: 39%;
    float: left;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
}

.bCol2 {
    width: 34%;
    float: left;
    position: relative;
    font-size: 1;
}
.bCol2 a {
    position: absolute;
    right: 20px;
    top: 0;
    width: 20px;
    height: 26px;
    background: url(../images/icons/loc.png) no-repeat;
}
.bCol2 a:hover {
    background: url(../images/icons/locOver.png) no-repeat;
}

.bCol3 {
    width: 12%;
    float: left;
    padding: 0 20px;
    position: relative;
}

.bCol4 {
    width: 12%;
    float: left;
    padding: 0 20px;
    position: relative;
}

.bCol5 {
    width: 15%;
    float: left;
    padding: 0 20px;
    position: relative;
}

.requestListWrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 101;
    background: rgba(0, 0, 0, 0.6);
}
.requestListWrapper .requestListContent {
    width: 50%;
    height: 100%;
    background: #f4f5f8;
    float: right;
    position: relative;
    overflow: hidden;
}
.requestListWrapper .requestListContent .close {
    position: absolute;
    top: 0;
    left: 10px;
    color: #000000;
    font-size: 34px;
    z-index: 9;
}
.requestListWrapper .requestListInner {
    width: 200%;
    position: absolute;
    height: 100%;
}
.requestListWrapper .requestListInner h2 {
    color: #000;
    font-size: 36px;
    letter-spacing: -2px;
    margin-bottom: 20px;
}
.requestListWrapper .requestList {
    padding: 70px 160px 70px 70px;
    width: 50%;
    float: left;
}
.requestListWrapper .requestList .rItem {
    padding: 35px 0;
    border-bottom: 1px solid #e9eaed;
}
.requestListWrapper .requestList .rItem:after {
    display: block;
    content: "";
    height: 0;
    width: 100%;
    clear: both;
}
.requestListWrapper .requestList .rItem a.removeRItem {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
    background: #f2eff1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-align: center;
    color: #c80008;
    font-weight: bold;
    font-size: 28px;
    margin: 40px 2.5% 0 0;
}
.requestListWrapper .requestList .rItem a.removeRItem:hover {
    color: #fff;
    background: #c80008;
}
.requestListWrapper .requestList .rItem .rImg {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    position: relative;
    float: left;
}
.requestListWrapper .requestList .rItem .rImg img {
    width: 70%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.requestListWrapper .requestList .rItem .rTxt {
    float: left;
    color: #a4a5a7;
    font-size: 14px;
    padding: 15px 0 0 25px;
}
.requestListWrapper .requestList .rItem .rTxt strong {
    display: block;
    color: #1a1a1a;
    font-size: 36px;
    letter-spacing: -2px;
}
.requestListWrapper .requestList .rItem .rCount {
    float: right;
    padding-top: 40px;
}
.requestListWrapper .requestList .rItem .rCount a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 28px;
    box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    -moz-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    cursor: pointer;
}
.requestListWrapper .requestList .rItem .rCount a:hover {
    color: #fff;
    background: #c80008;
}
.requestListWrapper .requestList .rItem .rCount a.plus {
    line-height: 28px;
}
.requestListWrapper .requestList .rItem .rCount input {
    width: 50px;
    height: 25px;
    background: #fff;
    font-size: 14px;
    color: #000;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    margin: 0 3px;
    border: none;
    float: left;
    box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    -moz-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
}
.requestListWrapper .requestList .rNext {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background: rgb(255, 145, 38);
}
.requestListWrapper .requestForm {
    padding: 70px 160px 70px 70px;
    width: 50%;
    float: left;
}
.requestListWrapper .requestForm .form {
    padding-top: 30px;
}
.requestListWrapper .requestForm .formCol {
    width: 49%;
    float: left;
    padding-right: 5px;
}
.requestListWrapper .requestForm .redBtn {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background: rgb(255, 145, 38);
    border: none;
    margin-top: 30px;
    font-size: 16px;
}
.requestListWrapper .requestSuccess {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.requestListWrapper .requestSuccess p {
    font-size: 1.5rem;
}

.historyContent {
    width: 100%;
}

#historySlider {
    position: relative;
}
#historySlider:before {
    display: block;
    content: "";
    width: 45%;
    height: 100%;
    background: url(../images/icons/leftShadow.png) left top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0.7;
    pointer-events: none;
}
#historySlider:after {
    display: block;
    content: "";
    width: 45%;
    height: 100%;
    background: url(../images/icons/rightShadow.png) left top;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 0.7;
    pointer-events: none;
}
#historySlider .item {
    text-align: center;
    font-size: 21px;
    color: #323334;
    font-weight: 900;
    letter-spacing: -1px;
    background: url(../images/icons/hLines.png) no-repeat center;
    background-size: 100% auto;
    padding: 280px 0 150px;
}
#historySlider .owl-nav {
    float: right;
}
#historySlider .owl-nav button {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    width: 60px;
    height: 60px;
    float: left;
    margin-left: 10px;
    position: relative;
}
#historySlider .owl-nav button:after {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    font-family: IcoFont !important;
    color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 24px;
}
#historySlider .owl-nav button.owl-next:after {
    content: "\eaa0";
}
#historySlider .owl-nav button.owl-prev:after {
    content: "\ea9d";
}
#historySlider .owl-nav button:hover {
    background: #c31f26;
}
#historySlider .owl-nav button:hover:after {
    color: #fff;
}

.historyFrontSlider {
    position: absolute !important;
    width: 14% !important;
    height: 100%;
    background: #c51f26;
    top: 0;
    left: 43%;
    z-index: 2;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    box-shadow: 0px 25px 43px 0px rgba(131, 0, 2, 0.35);
    -webkit-box-shadow: 0px 25px 43px 0px rgba(131, 0, 2, 0.35);
    -moz-box-shadow: 0px 25px 43px 0px rgba(131, 0, 2, 0.35);
    padding: 50px;
}
.historyFrontSlider .historyFrontSliderContent {
    width: 100%;
    height: 100%;
    position: relative;
}
.historyFrontSlider .item {
    text-align: center;
}
.historyFrontSlider .item .hImg {
    width: 99%;
    padding-top: 99%;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: relative;
    margin: 0 auto 50px;
}
.historyFrontSlider .item .hImg img {
    display: block;
    max-height: 100%;
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.historyFrontSlider .item strong {
    display: block;
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    letter-spacing: -2px;
    position: relative;
    margin-bottom: 30px;
}
.historyFrontSlider .item strong:after {
    content: "\ea67";
    font-family: IcoFont !important;
    color: #96151b;
    display: block;
    font-size: 14px;
    line-height: 1;
}
.historyFrontSlider .item span {
    color: #fff;
    font-size: 15px;
}

footer .newsletter {
    position: relative;
}

footer .newsletter a {
    color: #ffffff;
}

footer .newsletter .newsletterForm {
    position: absolute;
    bottom: 40px;
    left: -80px;
    width: 480px;
    background: #b91319;
    padding: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    transform-origin: 50% 100%;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    pointer-events: none;
}

footer .newsletter .newsletterForm a {
    background: url(../images/icons/close.png);
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-size: 100% auto;
    padding: 0;
}

footer .newsletter .newsletterForm .newsletterFormInner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

footer .newsletter .newsletterForm .newsletterFormInner .inputs {
    width: 75%;
    float: left;
}

footer .newsletter .newsletterForm .newsletterFormInner .inputs input[type="text"] {
    height: 30px;
    line-height: 40px;
    background: none;
    border: none;
    border-bottom: 1px solid #252525;
    color: #252525;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
}

footer .newsletter .newsletterForm .newsletterFormInner .inputs input[type="text"]:focus {
    color: #fff;
    border-bottom: 1px solid #fff;
}

footer .newsletter .newsletterForm .newsletterFormInner .inputs input[type="text"]::-webkit-input-placeholder {
    color: #252525;
}

footer .newsletter .newsletterForm .newsletterFormInner .inputs input[type="text"]:-moz-placeholder {
    color: #252525;
}

footer .newsletter .newsletterForm .newsletterFormInner .inputs input[type="text"]::-moz-placeholder {
    color: #252525;
}

footer .newsletter .newsletterForm .newsletterFormInner .inputs input[type="text"]:-ms-input-placeholder {
    color: #252525;
}

footer .newsletter .newsletterForm .newsletterFormInner .inputs .smallTxt {
    width: 48%;
    float: left;
    margin-bottom: 10px;
}

footer .newsletter .newsletterForm .newsletterFormInner .inputs .smallTxt:first-child {
    margin-right: 4%;
}

footer .newsletter .newsletterForm .newsletterFormInner .inputs .bigTxt {
    width: 100%;
}

footer .newsletter .newsletterForm .newsletterFormInner .inputs img {
    margin-top: 10px;
    float: left;
    width: 48%;
}

footer .newsletter .newsletterForm .newsletterFormInner .inputs .captcha {
    float: right;
    width: 48%;
    margin-top: 8%;
}

footer .newsletter .newsletterForm .newsletterFormInner input[type="submit"] {
    display: block;
    width: 21%;
    float: left;
    margin-left: 4%;
    height: 70px;
    border: 1px solid #252525;
    background: none;
    font-weight: 600;
    color: #252525;
}

footer .newsletter .newsletterForm:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #b91319 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -15px;
}

footer .newsletter .newsletterForm.opened {
    z-index: 200;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    opacity: 1;
    pointer-events: all;
}

.catalogPagination {
    display: block;
    float: left;
    width: 100%;
    margin-top: 4%;
    margin-bottom: 9%;
    font-size: 14px;
    text-align: center;
}
.catalogPagination .number {
    color: #464652;
    opacity: 0.3;
    border: 1px solid #bdbec7;
    text-align: center;
    padding: 11px 12px;
    margin-right: 8px;
    font-weight: 800;
    cursor: pointer;
}
.catalogPagination .number.selected {
    opacity: 1;
    background: #ffffff;
    border: 1px solid #ffffff;
}

@media screen and (max-width: 1550px) {

    .slideTxt .leftTxt {
    width: 50%;
    background: #252525;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 26px;
    font-size: 14px;
    color: #fff;
}

    .slideTxt a {
    width: 50%;
    height: 70px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ef9a48;
    padding: 26px;
    color: #fff;
    font-size: 14px;
    text-align: right;
}

    footer .footerInner {
    width: 100%;
    padding: 55px;
    background: #000;
}
    .form .input input {
        font-size: 16px;
    }
    .menuWrapper ul li ul {
        padding-left: 30px;
    }
    .menuWrapper ul li ul li ul {
        padding-left: 20px;
    }
    .pMenu .menuWrapper .left {
        padding: 40px 40px 40px 20px;
    }
    .slideContent h2 {
        font-size: 65px;
    }
    .popularProducts .left .popularLinks a {
        font-size: 26px;
    }
    .popularProducts .left .popularLinks a {
        font-size: 26px;
    }
    .teaserBoxes .tBox a strong {
        font-size: 22px;
    }
    .teaserBoxes .tBox a span {
        font-size: 14px;
    }
    .productList .pItem a strong {
        font-size: 14px;
    }
    .productDetail .productInfo .colors a {
        margin-right: 15px;
    }
    .productDetail .productInfo .pLinks a.requestLink {
        padding: 25px 25px 50px 5px;
    }
    .productDetail .productInfo .pLinks a {
        padding: 25px 25px 50px 5px;
    }
    .productDetail .productInfo .social a {
        margin: 0;
    }
    .teaserBoxes .tBox a {
        background-size: 20%;
    }
    .menuWrapper ul li a {
        font-size: 15px;
    }
    .menuWrapper ul li.hasSub a:before {
        top: 0;
    }
    .menuWrapper ul li ul li a {
        font-size: 14px;
    }
    .popularProducts {
        height: 600px;
    }
    section.subPage {
        padding-top: 150px;
    }
    section.subPage .txt {
        font-size: 16px;
    }
    section.subPage h1 {
        margin-bottom: 25px;
            font-size: 36px;
    }
    section.subPage .txt {
    color: #000;
    font-size: 14px;
}
    .form select option {
        font-size: 12px;
    }
    .branchItem {
        padding: 30px 20px;
    }
    .branchItem .bCol1 {
        font-size: 16px;
        width: 32%;
    }
    .branchItem .bCol2 {
        font-size: 14px;
    }
    .branchItem .bCol3 {
        font-size: 14px;
        width: 15%;
    }
    .branchItem .bCol5 {
        font-size: 14px;
        width: 19%;
    }
    .productDetail .productInfo .pCap {
        margin-top: 0;
    }
    .productDetail .productInfo .pLinks {
        margin-bottom: 20px;
    }
    .historyFrontSlider .item strong {
        font-size: 35px;
    }
    .historyFrontSlider .item span {
        font-size: 14px;
    }
}
@media screen and (max-width: 1442px) { 
.pMenu {
    width: 25%;
    position: absolute;
    left: 0;
    top: 371px;
    background: #fff;
}
}
@media screen and (max-width: 1366px) {
    footer .footerInner {
    width: 100%;
    padding: 35px;
    background: #000;
}

    .menuWrapper ul li ul li a {
    font-size: 14px;
}
    .menuWrapper ul li a {
    font-size: 16px;
}
    .historyFrontSlider {
        height: 90%;
    }
    #historySlider .owl-nav {
        top: -120px;
        z-index: 9999;
        position: relative;
    }
    .list .listItem a .txt strong {
        font-size: 14px;
    }
    .popularProducts .right .item.active {
        width: 500px;
    }
    .popularProducts .right .item a span {
        font-size: 26px;
    }
    .historyFrontSlider {
        width: 17% !important;
        left: 38%;
    }
    .historyFrontSlider .item .hImg img {
        max-width: 60%;
    }
    .content {
        padding: 0 160px;
    }
    .contactForm.w30 {
        width: 40%;
    }
    .sellingPoints .worldMap {
        margin-top: 0;
    }
    /*=================================================================
    STORES
  ==================================================================*/
    .branchMap .branchMapLeft {
        width: 28%;
    }
    .branchMap #branchMap {
        width: 70%;
    }
    .pMenu {
        padding-right: 60px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .productDetail .productInfo {
        padding: 50px;
        width: 42%;
    }
    .productDetail .productSlider {
        width: 58%;
    }
    .productDetail .productInfo .pLinks a {
        padding: 15px 25px 40px 25px !important;
    }
    .productDetail .productInfo .pLinks a.catalogueLink:after {
        left: 25px;
    }
    .productDetail .productInfo .pLinks a.requestLink:hover:after {
        left: 70%;
    }
    .mainCategories .cRow .cCol a span {
        left: 25px;
        bottom: 25px;
    }
    .mainCategories .cRow .cCol a:after {
        width: 35px;
        height: 35px;
        right: 25px;
        bottom: 25px;
        background-size: 50% auto;
    }
}

@media screen and (max-width: 1024px) {
    
    footer .footerContact .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
}
    
    .btn span {
    background: #fff;
}

    .btn span:last-child {
    color: #fff;
}
    footer .footerNav ul li strong {
            padding-top: 10px;
    }
    footer .footerNav {
    width: 100%;
    float: left;
}
    footer .footerNav ul {
    width: 100%;
    float: left;
}
    .historyFrontSlider {
        height: 100%;
    }
    #historySlider .owl-nav {
        top: 0;
    }
    .requestListWrapper .requestListContent {
        width: 100%;
    }
    .requestListWrapper .requestListContent .requestListInner {
        width: 100%;
    }
    .requestListWrapper .requestListContent .requestListInner .requestList {
        width: 100%;
        padding: 200px 70px 70px 70px;
    }
    .requestListWrapper .requestListContent .requestListInner .requestList .close {
        top: 12%;
    }
    .requestListWrapper .requestListContent .requestListInner .requestForm {
        width: 100%;
        padding: 70px 70px 70px 70px;
    }
    .content {
        padding: 0 20px;
    }
    .mainCategories {
        padding: 20px 0;
    }
    .mainBottom {
        padding-bottom: 40px;
    }
    .mainBottom .mainBottomInner {
        padding: 40px 40px 0 40px;
    }
    footer .footerInner {
        padding: 40px;
    }
    footer .newsletter .newsletterForm.opened {
        left: 50%;
        margin-left: -250px;
    }
    /*=================================================================
    HEADER - MENU
  ==================================================================*/
    #header.active {
        height: 100%;
    }
    #header.active .menuWrapper {
        overflow-y: auto;
    }
    #header {
        position: relative;
        z-index: 300;
    }
    #header .header-bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 120px;
        background: #ffffff;
        border-bottom: solid 1px rgba(0, 0, 0, 0.15);
        z-index: 3;
    }
    #header a.logo {
        left: 20px;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }
    #header svg .cls-3 {
        fill: #c32126;
    }
    #header .menuWrapper {
        background: white;
        padding: 0;
        margin-top: 120px;
        height: calc(100% - 120px);
        overflow: hidden;
    }
    #header .menuWrapper nav {
        width: 100%;
        height: 100%;
    }
    #header .menuWrapper nav .left,
    #header .menuWrapper nav .right {
        float: none;
        width: 100%;
        height: auto;
        padding: 30px;
    }
    #header .menuWrapper nav .right ul {
        padding-bottom: 8px;
    }
    #header .menuWrapper nav .social {
        position: relative;
        bottom: auto;
    }
    .menuLinks {
        position: absolute;
        right: 20px;
        top: 50%;
        width: 220px;
        height: 60px;
        background: none;
        border: none;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }
    .menuLinks a {
        width: 33%;
        height: 100%;
        padding-top: 0;
        border: none;
    }
    .menuLinks .btn {
        top: 0;
        left: auto;
        right: 0;
        padding-top: 12px;
        transform: none;
    }
    .menuLinks .lang {
        background-position: center 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }
    .menuLinks .lang:hover {
        background-position: center 10px;
    }
    .menuLinks .basket {
        background-position: center 20px;
    }
    .menuLinks .basket span {
        top: 50%;
        right: 50%;
        margin: -22px -22px 0 0;
    }
    /*=================================================================
    MAIN SLIDER
  ==================================================================*/
    .mainSlider {
        height: auto;
    }
    .mainSlider .slides .slide .slideContent {
        padding: 0 5%;
    }
    .mainSlider .slides .slide .slideContent h2 {
        font-size: 3rem;
        bottom: 14%;
    }
    .mainSlider .slides .slide .slideContent .leftTxt,
    .mainSlider .slides .slide .slideContent a {
        height: 70px;
        padding: 25px;
    }
    .mainSlider .nav {
        left: 14%;
        top: 46%;
    }
    /*=================================================================
    POPULAR PRODUCTS
  ==================================================================*/
    .slides {
        height: calc(100vh - 120px);
    }
    .popularProducts {
        clear: both;
        height: auto;
    }
    .popularProducts .left {
        width: 30%;
        padding-top: 40px;
        padding-left: 40px;
        border-right: none;
    }
    .popularProducts .left a.popularAll:after {
        background: none;
    }
    .popularProducts .left .popularLinks a:hover::after,
    .popularProducts .left .popularLinks a.active::after {
        right: 10px;
    }
    .popularProducts .left .popularLinks a::after {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
    .popularProducts .right {
        width: 70%;
        border-left: solid 20px #fff;
    }
    .popularProducts .right #popularSlider {
        height: 460px !important;
    }
    .popularProducts .right .item {
        width: 230px;
    }
    .popularProducts .right .item a {
        padding: 120px 30px;
    }
    .popularProducts .right .item a span {
        left: 0;
        padding: 40px;
        font-size: 2rem;
    }
    .popularProducts .right .item img {
        position: initial;
        left: initial;
        top: initial;
        margin: 0 auto;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
    }
    .popularProducts .right .item.active {
        width: 460px;
    }
    /*=================================================================
    AWARDS
  ==================================================================*/
    .awardItem .awardCaption h3 {
        font-size: 2.4rem;
    }
    .awardItem .awardTxt strong {
        font-size: 1.4rem;
    }
    .awardItem .awardImg img {
        width: 70% !important;
    }
    /*=================================================================
    MAIN CATEGORY
  ==================================================================*/
    .mainCategories .cRow .cCol a span {
        bottom: 25px;
        left: 25px;
    }
    .mainCategories .cRow .cCol a::after {
        bottom: 25px;
        right: 25px;
    }
    /*=================================================================
    FOOTER
  ==================================================================*/
    .footerInner {
        text-align: center;
    }
    .footerInner .footerContact {
           float: left;
    text-align: center;
    width: 100%;
}
    .footerInner .footerContact span {
        display: none;
    }
    .footerInner .footerNav {
        display: block;
    }
    .footerInner .legal {
        float: none;
        margin-top: 50px;
    }
    .footerInner a.footerLogo {
        margin: 0 auto;
    }
    /*=================================================================
    BREADCRUMBS
  ==================================================================*/
    section.subPage {
        padding: 100px 0;
    }
    section.subPage h1 {
        font-size: 2.4rem;
    }
    section.subPage .awards {
        padding: 0;
    }
    section.subPage .breadcrumbs {
        top: 40px;
        left: 20px;
    }
    section.subPage a.homeBtn {
        top: 27px;
        right: 20px;
    }
    section.subPage .txt {
        font-size: 1rem;
    }
    /*=================================================================
    SSS
  ==================================================================*/
    .accordionList .accordionItem h3 {
        padding: 40px 80px 40px 40px;
        font-size: 1.4rem;
    }
    .accordionList .accordionItem h3::after {
        right: 40px;
    }
    /*=================================================================
    FAQ
  ==================================================================*/
    .faq-container .w90 {
        width: 100%;
    }
    /*=================================================================
    CAREER
  ==================================================================*/
    .careerContent {
        margin-bottom: 75px;
    }
    /*=================================================================
    CONTACT
  ==================================================================*/
    .contactForm {
        padding: 40px;
    }
    .contactForm .form select,
    .contactForm .form .label {
        font-size: 1rem;
    }
    .contactForm .form .input textarea,
    .contactForm .form .input input {
        font-size: 1.15rem;
    }
    /*=================================================================
    PRODUCT DETAIL
  ==================================================================*/
    .content .w75 {
        width: 100%;
            margin-top: 40px;
    }
    .productDetail .productSlider {
        border-right: 1px solid #f3f3f3;
    }
    .productDetail .productSlider .item img {
        width: 75%;
        margin: 0 auto;
    }
    .productDetail .productInfo {
        padding: 20px;
        border-left: none;
    }
    .productDetail .productInfo h1 {
        font-size: 2.4rem;
    }
    .pMenu {
        padding: 20px;
        width: calc(100% - 40px);
        margin: 0 auto 20px;
        clear: both;
        float: none;
        position: relative;
        right: initial;
        top: initial;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pMenu .menuWrapper .left {
        padding: 20px;
    }
    .productDetail .productInfo .pLinks a.requestLink {
        padding: 25px 25px 50px 10px;
    }
    .productDetail .productInfo .pLinks a {
        padding: 25px 25px 50px 10px;
    }
    .teaserBoxes.productDetail .tBox {
        padding-top: 26%;
    }
    .teaserBoxes.productDetail .tBox a {
        padding: 20px;
    }
    .productList {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .productList .pItem {
        width: 48%;
        margin: 0 0 3% 0;
    }
    .productList .pItem:nth-child(3n) {
        margin-right: 0;
    }
    .popularProductSlider .owl-dots {
        display: none;
    }
    .list .listItem a {
        padding: 40px;
    }
    .list .listItem a .txt,
    .list .listItem a img {
        float: none;
        width: 100%;
        text-align: center;
    }
    .list .listItem a img {
        margin-top: 20px;
    }
}

@media screen and (max-width: 990px) {
    .productDetail .productSlider {
        border-right: none;
    }
    .productDetail .productInfo {
        border-left: 1px solid #f3f3f3;
    }
}

@media screen and (max-width: 768px) {
    .productDetail .certificateArea {
        position: relative;
        right: 0;
        padding: 20px;
    }
    .list#sertifikalar .listItem {
        width: 47%;
    }
    .list#sertifikalar .listItem:nth-child(4n),
    .list#sertifikalar .listItem:nth-child(3n) {
        margin-right: 4%;
    }
    .list#sertifikalar .listItem:nth-child(2n) {
        margin-right: 0;
    }
    .content {
        padding: 0 20px;
    }
    .mainCategories {
        padding: 20px 0;
    }
    .mainBottom {
        padding-bottom: 40px;
        clear: both;
    }
    .mainBottom .mainBottomInner {
        padding: 20px 20px 0 20px;
    }
    footer .footerInner {
        padding: 40px;
    }
    footer .newsletter .newsletterForm .newsletterFormInner .inputs input[type="text"] {
        font-size: 0.7rem;
    }
    /*=================================================================
    MAIN SLIDER
  ==================================================================*/
    .mainSlider .slides .slide .slideContent {
        padding: 0 5%;
    }
    .mainSlider .slides .slide .slideContent h2 {
        font-size: 2rem;
        bottom: 14%;
    }
    .mainSlider .slides .slide .slideContent .leftTxt,
    .mainSlider .slides .slide .slideContent a {
        height: 70px;
        padding: 25px;
    }
    .mainSlider .nav {
        left: 5%;
        top: 40%;
    }
    .mainSlider .pagination {
        left: initial;
        right: 44px;
        display: none;
    }
    /*=================================================================
    POPULAR PRODUCTS
  ==================================================================*/
    /*
  .popularProducts{
    .right {
      #popularSlider {height:380px!important;}
      .item { width:240px;
        a {padding:100px 20px;
          span {font-size:2rem}
        }
      }
      .item.active {width:440px;}
    }
  }
  */
    /*=================================================================
    POPULAR PRODUCTS
  ==================================================================*/
    .slides {
        height: calc(100vh - 120px);
    }
    .popularProducts {
        clear: both;
        height: auto;
    }
    .popularProducts .left,
    .popularProducts .right {
        float: none;
        width: 100%;
        height: auto;
    }
    .popularProducts .left {
        padding-top: 40px;
        padding-left: 40px;
        /*
      .popularLinks {width:92%; margin:35px 0; padding:0; background:#ffffff;
        a {display:none; max-width:100%; padding:6px 18px;}
        a.active {display:block;}
        a.active::after {transform: rotate(90deg) translate(-50%, 50%); -webkit-transform: rotate(90deg) translate(-50%, 50%);-moz-transform: rotate(90deg) translate(-50%, 50%);}
      }
      a.popularAll:after {background:none;}
      */
    }
    .popularProducts .left .popularLinks {
        display: none;
    }
    .popularProducts .left .popularLinksMobile {
        display: block;
        margin: 20px 0 40px 0;
        padding-right: 40px;
        position: relative;
    }
    .popularProducts .left .popularLinksMobile select {
        -webkit-appearance: none;
        width: 100%;
        border: 0;
        font-size: 21px;
        font-weight: 500;
        background: #fff;
        border-radius: 0;
        color: #000;
        height: 80px;
        padding: 0 30px;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
        -moz-box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
        box-shadow: 0px 2px 4px 0px rgba(12, 13, 12, 0.08);
    }
    .popularProducts .left .popularLinksMobile:after {
        pointer-events: none;
        display: block;
        content: "\ea99";
        width: 50px;
        height: 100%;
        background: #fff;
        position: absolute;
        right: 40px;
        top: 0;
        line-height: 80px;
        font-family: IcoFont !important;
        text-align: center;
    }
    .popularProducts .right {
        border-left: none;
        border-top: solid 20px #ffffff;
    }
    .popularProducts .right #popularSlider {
        height: 380px !important;
    }
    .popularProducts .right .item a {
        padding: 100px 30px;
    }
    .popularProducts .right .item a span {
        font-size: 1.8rem;
        padding: 30px;
    }
    .popularProducts .right .item.active a {
        padding: 50px 20px;
    }
    /*=================================================================
    MAIN CATEGORY
  ==================================================================*/
    .mainCategories .clr {
        clear: initial;
    }
    .mainCategories .cRow .cCol {
        float: left;
        width: 49% !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        padding-top: 30%;
    }
    .mainCategories .cRow .cCol a span {
        bottom: 25px;
        left: 25px;
    }
    .mainCategories .cRow .cCol a::after {
        width: 36px;
        height: 36px;
    }
    .mainCategories .cRow .cCol:nth-child(2) {
        margin: 0 0 0 2% !important;
    }
    .mainCategories .cRow .cCol:nth-child(3) {
        margin: 2% 0 0 0 !important;
    }
    .mainCategories .cRow.cRow2 .cCol {
        float: left;
        width: 49% !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        padding-top: 30%;
    }
    .mainCategories .cRow.cRow2 .cCol:first-child {
        margin: 2% 0 0 2% !important;
    }
    .mainCategories .cRow.cRow2 .cCol:first-child a {
        background-size: 200% auto;
    }
    .mainCategories .cRow.cRow2 .cCol:first-child a:hover {
        background-size: 240% auto;
    }
    .mainCategories .cRow.cRow2 .cCol:nth-child(2) {
        margin: 2% 0 0% !important;
    }
    .mainCategories .cRow.cRow2 .cCol:nth-child(3) {
        margin: 2% 0 0 2% !important;
    }
    /*=================================================================
    AWARDS
  ==================================================================*/
    .awardItem .awardCaption {
        padding-left: 20px;
    }
    .awardItem .awardCaption h3 {
        font-size: 2.06rem;
    }
    .awardItem .awardTxt strong {
        font-size: 1.4rem;
    }
    .awardItem .awardImg img {
        width: 70% !important;
    }
    .awards .awardItem {
        padding: 40px 20px;
    }
    .teaserBoxes {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /*width:calc(100% + 40px); margin-left:-20px;*/
    }
    .teaserBoxes .tBox {
        width: 100%;
        padding-top: 0 !important;
    }
    .teaserBoxes .tBox a {
        padding: 40px;
        position: relative;
        left: initial;
        top: initial;
        background-size: 12%;
    }
    .teaserBoxes .tBox a span {
        padding-bottom: 90px;
    }
    .teaserBoxes .tBox a small {
        left: 40px;
    }
    section.subPage {
        padding: 200px 0 50px !important;
    }
    /*=================================================================
    CAREER
  ==================================================================*/
    section .historyContent .image,
    section .aboutContent .image,
    section .careerContent .image,
    section .qualityContent .image {
        width: 100% !important;
        float: none;
        margin: 0 auto 50px;
    }
    section .historyContent .txt,
    section .aboutContent .txt,
    section .careerContent .txt,
    section .content .txt,
    section .qualityContent .txt {
        float: none;
        width: 100% !important;
    }
    /*=================================================================
    CONTACT
  ==================================================================*/
    .contactForm {
        padding: 20px;
    }
    /*=================================================================
    PRODUCT DETAIL
  ==================================================================*/
    #popularProductSlider {
        padding-bottom: 10px;
    }
    #popularProductSlider .owl-nav {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        position: initial;
        left: initial;
        top: initial;
    }
    #popularProductSlider .owl-dots {
        display: inline-block;
        top: initial;
        right: initial;
        left: 50%;
        bottom: 40px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
    .productDetail .productSlider .item img {
        width: 75%;
        margin: 0 auto;
    }
    .productDetail .productInfo h1 {
        font-size: 2rem;
    }
    .teaserBoxes.productDetail .tBox {
        padding-top: 0 !important;
    }
    .teaserBoxes.productDetail .tBox a {
        padding: 20px;
        position: relative;
        left: initial;
        top: initial;
    }
    /*=================================================================
    STORES
  ==================================================================*/
    .branchMap .branchMapLeft,
    .branchMap #branchMap {
        width: 100%;
        float: none;
    }
    .branchTabItem .branchItem {
        padding: 20px;
        font-size: 0.85rem;
    }
    .branchTabItem .branchItem div {
        width: 25% !important;
        padding: 0 10px;
    }
    .list .listItem a {
        padding: 20px;
    }
    .list .listItem a .txt,
    .list .listItem a img {
        float: none;
        width: 100%;
        text-align: center;
    }
    .list .listItem a img {
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {

    .mainBottom .owl-nav button span {
            margin-top: -22px;
    }

    .menuWrapper ul li ul li a {
    font-size: 14px;
    line-height: 26px;
    }

    html,
    body {
        font-size: 14px;
    }
    .mainBottom {
        padding-bottom: 20px;
    }
    /*=================================================================
    HEADER
  ==================================================================*/
    #header a.logo,
    #header .menuLinks {
        width: 200px;
    }
    #header a.logo {
        left: 20px;
    }
    #header .menuWrapper nav .left,
    #header .menuWrapper nav .right {
        padding: 20px;
    }
    /*=================================================================
    POPULAR PRODUCTS
  ==================================================================*/
    .popularProducts .right #popularSlider {
        height: 340px !important;
    }
    .popularProducts .right .item {
        width: 200px;
    }
    .popularProducts .right .item a {
        padding: 100px 20px;
    }
    .popularProducts .right .item a span {
        font-size: 1.8rem;
    }
    .popularProducts .right .item.active {
        width: 400px;
    }
    .popularProducts .right .item.active a {
        padding: 50px 20px;
    }
    /*=================================================================
    AWARDS
  ==================================================================*/
    .awardItem .awardCaption,
    .awardItem .awardImg,
    .awardItem .awardTxt {
        display: table-row;
        padding: 0;
    }
    .awardItem .awardImg img {
        width: 50%;
        padding: 30px 0;
    }
    #awardsSlider .owl-dots {
        margin-top: 20px;
            display: none;
    }
    .teaserBoxes .tBox {
        width: 100%;
        padding-top: 42%;
    }
    .awardsSliderNum {
        margin-top: 20px;
        float: right;
    }
    /*=================================================================
    BREADCRUMBS
  ==================================================================*/
    section.subPage h1 {
        margin-bottom: 30px;
    }
    section.subPage .breadcrumbs {
        top: 40px;
        left: 20px;
    }
    section.subPage a.homeBtn {
        top: 32px;
        right: 20px;
        font-size: 1.3rem;
    }
    section.subPage a.homeBtn span {
        margin: 2px 10px 0 0;
    }
    /*=================================================================
    SSS
  ==================================================================*/
    .accordionList .accordionItem h3 {
        padding: 20px 40px 20px 20px;
        font-size: 1.4rem;
    }
    .accordionList .accordionItem h3::after {
        right: 20px;
    }
    /*=================================================================
    CONTACT
  ==================================================================*/
    .contactContainer,
    .contactForm {
        float: none;
        width: 100% !important;
        clear: both;
        overflow: hidden;
    }
    .regionalOffices .w90 {
        width: 100%;
    }
    /*=================================================================
    PRODUCT DETAIL
  ==================================================================*/
    .productDetail .productSlider {
        float: none;
        padding: 20px 0;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #f3f3f3;
    }
    .productDetail .productSlider .item img {
        width: 100%;
        margin: 0 auto;
    }
    .productDetail .productInfo {
        float: none;
        width: 100%;
    }
    .productDetail .productInfo h1 {
        font-size: 1.4rem;
        letter-spacing: -2px;
    }
    .pMenu {
            padding: 0;
    width: calc(100% - 40px);
    margin: 0px 15px 0 15px;
    clear: both;
    /* float: none; */
    position: relative;
    right: initial;
    top: initial;
    display: inline-block;
    }
    .pMenu .menuWrapper .left {
        padding: 20px;
    }
    .teaserBoxes.productDetail .tBox {
        padding-top: 36%;
        width: 100%;
    }
    .teaserBoxes.productDetail .tBox a {
        padding: 20px;
        background-size: 16%;
    }
    .productList .pItem a strong {
        font-size: 1.4rem;
    }
    .productList .pItem a strong small {
           font-size: 12px;
    line-height: 1rem;
    }
    /*=================================================================
    STORES
  ==================================================================*/
    .branchMap .branchMapLeft,
    .branchMap #branchMap {
        width: 100%;
        float: none;
    }
    .branchTabItem .branchItem {
        padding: 20px;
        font-size: 0.85rem;
    }
    .branchTabItem .branchItem div {
        width: 100% !important;
        padding: 10px 0;
        float: none;
    }
    .branchHeader {
        padding: 0 20px;
    }
    .branchHeader a {
        font-size: 1.5rem;
        margin-right: 5%;
    }
    /*=================================================================
    CATALOGS
  ==================================================================*/
    .list .listItem {
        width: 48%;
        margin: 0 4% 4% 0;
    }
    .list .listItem a {
        padding: 20px;
    }
    .list .listItem a .txt,
    .list .listItem a img {
        float: none;
        width: 100%;
        text-align: center;
    }
    .list .listItem a img {
        margin-top: 20px;
    }
    .list .listItem:nth-child(3n) {
        margin-right: 4%;
    }
    .list .listItem:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .historyFrontSlider .item strong {
        margin-bottom: 0;
    }
    .tabHeader a {
        padding: 10px 0;
        border-bottom: 1px solid transparent;
        width: 100%;
    }
    .tabHeader a.active {
        border-bottom: 1px solid #000;
    }
    .tabHeader span {
        display: none;
    }
    .list .listItem a .txt strong {
        font-size: 22px;
    }
    .mainSlider .video video {
        width: auto;
        height: 100%;
    }
    .mainSlider .nav {
        left: 45%;
        top: 69%;
        display: none;
    }
    .historyFrontSlider {
        padding: 10px;
        width: 40% !important;
        left: 30%;
        height: 85%;
        top: 7.5%;
    }
    .requestListWrapper .requestListContent {
        overflow: scroll;
    }
    .requestListWrapper .requestListContent .requestListInner .requestList {
        padding: 80px 20px 10px 20px;
    }
    .requestListWrapper .requestListContent .requestListInner .requestList .close {
        top: 12%;
    }
    .requestListWrapper .requestListContent .requestListInner .requestForm {
        padding: 70px 20px 70px 20px;
    }
    html,
    body {
        font-size: 14px;
    }
    footer .footerInner {
        padding: 20px;
    }
    /*=================================================================
    HEADER
  ==================================================================*/
    #header a.logo,
    #header .menuLinks {
        width: 160px;
    }
    /*=================================================================
    BREADCRUMBS
  ==================================================================*/
    section.subPage .breadcrumbs {
        top: 60px;
        left: 20px;
        width: 65%;
    }
    section.subPage a.homeBtn {
        top: 16px;
        right: 20px;
    }
    .mainSlider {
        height: 250px;
    }
    .slideTxt {
    display: none;
}
    .mainSlider .slides {
        height: 100%;
    }
    .mainSlider .slides .slide .slideContent {
        padding: 0;
    }
    .mainSlider .slides .slide .slideContent .leftTxt,
    .mainSlider .slides .slide .slideContent a {
        height: 54px;
        padding: 10px;
        line-height: 15px;
    }
    .mainSlider .slides .slide .slideContent h2 {
        line-height: 70px;
        margin-top: -70px;
        margin-left: 20px;
    }
    .mainSlider .slides .slide .slideTxt a,
    .mainSlider .slides .slide .leftTxt {
        display: block;
        float: left;
        padding: 20px;
        font-size: 0.85rem;
    }
    .mainSlider .slides .slide .slideTxt a {
        float: right;
    }
    .mainSlider .slides .slide .slideTxt a i {
        float: right;
        margin-top: -3px;
    }
    /*=================================================================
    MAIN CATEGORY
  ==================================================================*/
    .mainCategories .cRow .cCol {
        float: none;
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 2.5% !important;
        padding-top: 60%;
    }
    .mainCategories .cRow .cCol a span {
        bottom: 25px;
        left: 25px;
        font-size: 1.6rem;
        letter-spacing: -1px;
    }
    .mainCategories .cRow .cCol a::after {
        width: 36px;
        height: 36px;
    }
    .mainCategories .cRow .cCol:nth-child(1) {
        margin: 0 !important;
    }
    .mainCategories .cRow .cCol:nth-child(2) {
        margin: 2.5% 0 0 !important;
    }
    .mainCategories .cRow.cRow2 .cCol {
        float: none;
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 2.5% !important;
        padding-top: 60%;
    }
    .mainCategories .cRow.cRow2 .cCol:first-child {
        margin: 0 !important;
    }
    .mainCategories .cRow.cRow2 .cCol:first-child a {
        background-size: 200% auto;
    }
    .mainCategories .cRow.cRow2 .cCol:first-child a:hover {
        background-size: 240% auto;
    }
    .mainCategories .cRow.cRow2 .cCol:nth-child(3) {
        margin: 2.5% 0 0 !important;
    }
    /*=================================================================
    AWARDS
  ==================================================================*/
    .teaserBoxes .tBox {
        width: 50%;
        padding-top: 54%;
    }
    .teaserBoxes .tBox strong {
        font-size: 1.6rem;
    }
    .teaserBoxes .tBox span {
        font-size: 1rem;
    }
    .teaserBoxes .tBox small {
        left: 14%;
    }
    /*=================================================================
    PRODUCT DETAIL
  ==================================================================*/
    .productList {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .productList .pItem {
        background: #fff;
    }
    .productList .pItem a {
        background: none;
    }
    .teaserBoxes.productDetail {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }
    .teaserBoxes.productDetail .tBox {
        padding-top: 0 !important;
    }
    .teaserBoxes.productDetail .tBox a {
        padding: 20px;
    }
}

.rimlessLogo {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 19% !important;
}

@media screen and (max-width: 1024px) {
    
    .form .input .label {
        font-size: 18px;
    }

    /*=================================================================
    HEADER
  ==================================================================*/

    #header {
        min-height: 80px;
    }
    #header .header-bg {
        height: 80px;
            background: #252525;
    }
    #header a.logo,
    #header .menuLinks {
        width: 140px;
    }
    #header .menuWrapper {
        margin-top: 80px;
        height: calc(100% - 80px);
    }
    footer .newsletter .newsletterForm {
        width: 100%;
    }
    footer .newsletter .newsletterForm.opened {
        width: 100%;
        left: 50%;
        margin-left: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
    .footerInner .legal span {
        display: none;
    }
    /*=================================================================
    BREADCRUMBS
  ==================================================================*/
    section.subPage .breadcrumbs a {
        font-size: 0.9rem;
    }
    /*=================================================================
    AWARDS
  ==================================================================*/
    .teaserBoxes {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .teaserBoxes .tBox {
        width: 100%;
        float: none;
    }
    .teaserBoxes .tBox a strong {
        font-size: 1.8rem;
    }
    .teaserBoxes .tBox a span {
        font-size: 14px;
        padding-bottom: 70px;
    }
    .teaserBoxes .tBox a small {
        left: 14%;
    }
    /*=================================================================
    PRODUCT DETAIL
  ==================================================================*/
    .teaserBoxes.productDetail {
        display: block;
        width: 100%;
    }
    .teaserBoxes.productDetail .tBox {
        width: 100%;
        float: none;
    }
    .teaserBoxes.productDetail .tBox a {
        position: relative;
        left: initial;
        top: initial;
    }
    .teaserBoxes.productDetail::after {
        display: none;
    }
}
