﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900&amp;subset=latin,vietnamese);
ul.social {
    display: block;
    padding: 0;
    margin: 0
}

ul.social li {
    display: inline-block
}

ul.social li a {
    width: 18px;
    height: 18px;
    color: #fff;
    display: block;
    line-height: 18px;
    text-align: center;
    font-size: 15px;
    transition: all .6s ease 0s;
}

ul.social li a:hover {
    color: #019c95;
}

ul.social li.active a {
    color: #333;
    background: #78b04d
}

#to-the-top {
    display: none;
    position: fixed;
    text-align: center;
    right: 30px;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    z-index: 10000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, .4);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .1s linear
}

#to-the-top:hover {
    background-color: #6caf44;
    color: #333
}

.reset-btn {
    border: 0;
    outline: 0;
    background: 0;
    box-shadow: none
}

.ot-btn {
    font-size: 12px;
    color: #333;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 15px;
    outline: 0;
    transition: all .6s ease 0s;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px
}

.ot-btn:focus,
.ot-btn:hover {
    text-decoration: none
}

.btn-rounded {
    border-radius: 3px
}

.btn-pill {
    border-radius: 25px
}

.btn-border {
    border: 2px solid #000;
    color: #000;
    box-sizing: border-box;
    background: 0 0
}

.btn-border:focus,
.btn-border:hover {
    border-color: #ebcd1e;
    color: #ebcd1e;
    text-decoration: none
}

.btn-border-ghost {
    border: 2px solid #000;
    color: #000;
    box-sizing: border-box;
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.btn-border-ghost:focus,
.btn-border-ghost:hover {
    border-color: #ebcd1e;
    color: #ebcd1e;
    text-decoration: none
}

.btn-border-ghost:hover {
    background: #ebcd1e;
    color: #222
}

.btn-border-grey {
    border-color: #e6e6e6
}

.block-btn {
    display: block
}

.large-btn {
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    padding: 0 30px;
    min-width: 170px
}

.default-size-btn {
    min-width: auto
}

.small-btn {
    font-size: 10px;
    padding: 0 15px;
    min-width: auto;
    height: 30px;
    line-height: 28px
}

.btn-long {
    padding-left: 55px;
    padding-right: 55px
}

.icon-btn-left {
    text-align: left
}

.icon-btn-left i {
    line-height: inherit;
    font-size: inherit;
    float: left;
    margin: 0 8px
}

.icon-btn-right {
    text-align: left
}

.icon-btn-right i {
    line-height: inherit;
    font-size: inherit;
    float: right;
    margin: 0 8px
}

.btn-main-color {
    background: #ebcd1e
}

.btn-main-color:hover {
    color: #fff;
    background: #333
}

.btn-sub-color {
    background: #fff
}

.btn-sub-color:hover {
    background: #333;
    color: #fff
}

.btn-dark-color {
    background: #333;
    color: #fff
}

.btn-dark-color:focus,
.btn-dark-color:hover {
    color: #333;
    background: #fff
}

.btn-border-dark:hover {
    background: #fff;
    border-color: #fff;
    color: #333
}

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

.btn-white-color:hover {
    background: #333;
    color: #fff
}

.btn-teal-color {
    background: #439088;
    color: #fff
}

.btn-teal-color:hover {
    background: #333;
    color: #439088
}

.btn-blue-color {
    background: #0888f0;
    color: #fff
}

.btn-blue-color:hover {
    background: #333;
    color: #0888f0
}

.btn-maroon-color {
    background: #953c44;
    color: #fff
}

.btn-maroon-color:hover {
    background: #333;
    color: #953c44
}

.btn-brown-color {
    background: #906e43;
    color: #fff
}

.btn-brown-color:hover {
    background: #333;
    color: #906e43
}

.btn-green-color {
    background: #2ccb7a;
    color: #fff
}

.btn-green-color:hover {
    background: #333;
    color: #2ccb7a
}

div.fancy-select {
    position: relative;
    color: #46565d
}

div.fancy-select.disabled {
    opacity: .5
}

div.fancy-select select:focus+div.trigger {
    box-shadow: 0 0 0 2px #4b5468
}

div.fancy-select select:focus+div.trigger.open {
    box-shadow: none
}

div.fancy-select div.trigger {
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 24px 9px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #99a5be;
    border: 1px solid #99a5be;
    border-top-color: #a5b2cb;
    color: #4b5468;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    width: 200px;
    transition: all .6s ease 0s
}

div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #4b5468;
    top: 20px;
    right: 9px
}

div.fancy-select div.trigger.open {
    background: #4a5368;
    border: 1px solid #475062;
    color: #7a8498;
    box-shadow: none
}

div.fancy-select div.trigger.open:after {
    border-top-color: #7a8498
}

div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 40px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 200px;
    overflow: auto;
    background: #62c8bf;
    border-radius: 4px;
    border-top: 1px solid #7dd8d2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    min-width: 120px;
    transition: all .3s ease 0s
}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 50px;
    opacity: 1;
    transition: all .4s ease 0s
}

div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px;
    transition: all .3s ease 0s
}

div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 50px;
    transition: all .3s ease 0s
}

div.fancy-select ul.options li {
    padding: 8px 12px;
    color: #2b8686;
    cursor: pointer;
    white-space: nowrap;
    transition: all .3s ease 0s
}

div.fancy-select ul.options li.selected {
    background: rgba(43, 134, 134, .3);
    color: rgba(255, 255, 255, .75)
}

div.fancy-select ul.options li.hover {
    color: #fff
}

.rev_slider .heading-1 {
    font-size: 72px;
    line-height: 60px;
    letter-spacing: 3px;
    font-family: Roboto, sans-serif;
    font-weight: 100
}

.rev_slider .heading-2 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 5px;
    font-family: Montserrat, sans-serif
}

.rev_slider .heading-3 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 7px;
    font-family: Montserrat, sans-serif
}

.rev_slider .heading-4 {
    font-size: 72px;
    line-height: 60px;
    letter-spacing: 7px;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    border: 3px solid #ebcd1e;
    padding: 22px 26px
}

.rev_slider .heading-5 {
    font-family: Roboto, sans-serif;
    font-size: 24px
}

.rev_slider .ot-btn {
    margin-bottom: 0!important;
    width: 155px
}

.rev_slider .thin-text {
    font-weight: 100;
    font-family: Roboto, sans-serif
}

.rev_slider .heading-6 {
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 2px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #333
}

.rev_slider .heading-7 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 2px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #eb581e
}

.rev_slider .heading-8 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #666
}

.rev_slider .heading-9 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 60px;
    color: #eb581e;
    font-size: 30px
}

.rev_slider .heading-10 {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 60px;
    color: #eb581e;
    font-size: 60px
}

.rev_slider .heading-11 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #333
}

.slider-home-1 .tparrows,
.slider-home-2 .tparrows,
.slider-home-3 .tparrows,
.slider-home-4 .tparrows,
.slider-home-5 .tparrows {
    background: 0 0
}

.slider-home-1 .tparrows:hover,
.slider-home-2 .tparrows:hover,
.slider-home-3 .tparrows:hover,
.slider-home-4 .tparrows:hover,
.slider-home-5 .tparrows:hover {
    background: 0 0
}

.slider-home-1 .tparrows:before,
.slider-home-2 .tparrows:before,
.slider-home-3 .tparrows:before,
.slider-home-4 .tparrows:before,
.slider-home-5 .tparrows:before {
    content: "";
    display: block;
    width: 20px;
    height: 37px
}

.tp-fullwidth-forcer {
    height: 645px!important
}

.rev_slider_wrapper {
    height: 665px!important
}

.slider-home-1 .tparrows.tp-leftarrow:before,
.slider-home-2 .tparrows.tp-leftarrow:before,
.slider-home-3 .tparrows.tp-leftarrow:before,
.slider-home-4 .tparrows.tp-leftarrow:before,
.slider-home-5 .tparrows.tp-leftarrow:before {
    content: "";
    background: url(../images/Left.png)
}

.slider-home-1 .tparrows.tp-rightarrow:before,
.slider-home-2 .tparrows.tp-rightarrow:before,
.slider-home-3 .tparrows.tp-rightarrow:before,
.slider-home-4 .tparrows.tp-rightarrow:before,
.slider-home-5 .tparrows.tp-rightarrow:before {
    content: "";
    background: url(../images/Right.png)
}

.rev-scroll-btn {
    z-index: 7;
    border-color: rgba(255, 255, 255, .3);
    border-style: solid;
    border-width: 2px;
    border-radius: 23px 23px 23px 23px;
    box-sizing: border-box
}

.rev-scroll-btn span {
    border-radius: 100%;
    background: rgba(225, 255, 255, .9)
}

.tp-kbimg-wrap img {
    width: auto!important;
    height: 100%!important
}

.slider-home-4 .tparrows {
    top: calc(50% + 40px)!important
}

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

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

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

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

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

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px)
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px)
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

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

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

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

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        -ms-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        -ms-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        -ms-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top
    }
}

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

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

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.topbar {
    width: 100%;
    height: 30px;
    display: block;
    float: left
}

.topbar-dark {
    background: #333;
    font-size: 10px;
    color: #999
}

.topbar-dark p {
    display: inline-block;
    float: left;
    line-height: 30px;
    margin-right: 30px
}

.topbar-dark .language {
    float: right
}

.topbar-dark .language a {
    color: #666;
    display: inline-block;
    position: relative;
    padding: 0 12px;
    line-height: 30px
}

.topbar-dark .language a:hover {
    color: #999
}

.topbar-dark .language a:after {
    content: "/";
    display: block;
    position: absolute;
    font-size: 11px;
    right: 0;
    top: 0
}

.topbar-dark .language a:last-child:after {
    display: none
}

.topbar-dark .language a.active {
    color: #999
}

.topbar-position {
    width: calc(100% + 80px);
    z-index: 3;
    position: relative;
    overflow: hidden;
    top: -10px;
    left: -40px
}

.topbar-position .language {
    width: auto
}

.topbar-position p {
    margin: 0
}

.hide-topbar {
    display: none
}

.bg-light-grey {
    background: #f5f5f5
}

.topbar-transparent {
    height: 50px;
    background: 0 0;
    line-height: 25px;
    padding: 10px 0;
    float: none
}

.topbar-transparent .social-share {
    float: left;
    display: inline-block
}

.topbar-transparent .social-share a {
    font-size: 13px
}

.topbar-transparent p.ads-text {
    text-align: center;
    font-size: 11px;
    display: inline-block;
    width: calc(100% - 540px);
    letter-spacing: 2px
}

.topbar-transparent .account {
    display: inline-block;
    float: right
}

.topbar-transparent .account a {
    font-size: 11px;
    color: #666;
    display: inline-block;
    position: relative;
    padding: 0 12px
}

.topbar-transparent .account a:hover {
    color: #333
}

.topbar-transparent .account a:after {
    content: "/";
    display: block;
    position: absolute;
    font-size: 11px;
    right: -2px;
    top: 0
}

.topbar-transparent .account a:last-child:after {
    display: none
}

.topbar-transparent .topbar-left {
    float: left;
    width: 260px
}

.topbar-transparent .topbar-right {
    float: right;
    width: 260px
}

.language {
    float: left;
    display: inline-block;
    width: 80px;
    font-size: 11px;
    text-transform: uppercase
}

.language div.fancy-select {
    color: #666
}

.language div.fancy-select div.trigger {
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    width: 100%;
    letter-spacing: 1px
}

.language div.fancy-select div.trigger::after {
    top: 10px;
    right: 15px
}

.language div.fancy-select ul.options {
    left: 0;
    border: 0;
    background: #333;
    border-radius: 0
}

.language div.fancy-select ul.options li {
    color: #fff;
    letter-spacing: 1px
}

.language div.fancy-select ul.options li.selected {
    color: #222;
    background: #ebcd1e;
    letter-spacing: 1px
}

.language div.fancy-select ul.options li:hover {
    color: #333;
    background: #ebcd1e
}

.language div.fancy-select ul.options.open {
    top: 30px
}

body.modal-open {
    padding-right: 0!important
}

.close {
    font-size: 50px;
    display: block
}

.modal-search {
    background: rgba(235, 205, 30, .95);
    position: fixed;
    top: 0;
    left: 0;
    transition: all .6s ease 0s;
    padding-right: 0!important
}

.modal-search .modal-body {
    text-align: center
}

.myModal-search {
    top: 50%!important;
    transform: translate(0, -50%)!important;
    position: absolute;
    width: 100%;
    margin: 0
}

.modal-search .search-form {
    width: 100%!important;
    max-width: 555px;
    display: inline-block;
    position: relative
}

.modal-search .search-submit {
    position: absolute;
    right: 0;
    top: 13px;
    border: none;
    background: 0 0
}

.modal-search input[type=search] {
    border-bottom: 3px solid #222;
    border-top: 0 solid #222;
    border-right: 0 solid #222;
    border-left: 0 solid #222;
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
    width: 100%;
    background: 0 0;
    color: #fff;
    padding: 10px 0;
    color: #222;
    padding-right: 50px
}

.modal-search .modal-content {
    background: 0 0;
    border: 0;
    outline: 0;
    box-shadow: none
}

.modal-search .search-submit .fa {
    color: #222;
    font-size: 30px
}

.modal-search .close {
    margin-top: 25px;
    margin-right: 45px;
    opacity: .9;
    color: #222
}

.modal-search .close:hover {
    opacity: 1
}

header {
    width: 100%
}

header ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.header-fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.header-bg-white {
    background: #fff
}

header .left-header .navi-level-1 li a.logo {
    padding: 0
}

header .left-header .navi-level-1 li a.logo img {
    max-width: 130px;
    margin-top: 10px
}

.navi-level-1>li {
    position: relative;
    display: inline-block
}
    .language-buttons {
    margin-top: 15px
}

.language-buttons li {
    float: right;
    margin-left: 1.5%
}

.language-buttons li img {
    width: 25px
}

.navi-level-1>li a {
    display: block;
    line-height: 22px;
    font-family: Montserrat, sans-serif;
    font-size: 13.4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 7px 20px 0 23px;
    color: #555;
    letter-spacing: 2px
}

.navi-level-1>li>a:after {
    content: "|";
    width: 1px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 8px;
    color: #ccc;
    display: block
}

.navi-level-1>li .navi-level-2 {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
    height: auto;
    min-width: 215px;
    display: block;
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    z-index: 99999;
    display: none;
    padding: 0;
    background: #ebcd1e
}

.navi-level-1>li .navi-level-2 li {
    display: block;
    position: relative;
    width: 100%
}

.navi-level-1>li .navi-level-2 li a {
    display: block;
    padding: 10px 20px;
    width: 100%;
    color: #333;
    transition: all .1s
}

.navi-level-1>li .navi-level-2 li a:hover {
    color: #ebcd1e;
    background: #333
}

.navi-level-1>li .navi-level-2 li:last-child {
    border-bottom: none
}

.navi-level-1>li .fadeInUp {
    animation-duration: .4s
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.navi-level-1>li .open-navi-2 {
    display: block
}

.navi-level-1>li:last-child a:after {
    display: none
}

.navi-level-1 li:last-child ul.navi-level-2 {
    right: 0;
    left: auto
}

.sub-navi {
    text-align: right
}

.sub-navi>li a {
    padding-left: 15px;
    padding-right: 15px
}

.sub-navi>li:nth-last-child(2) a {
    padding-right: 0
}

.sub-navi>li:nth-last-child(2) a:after {
    display: none
}

.mini-cart {
    display: inline-block;
    position: relative
}

span.mini-cart-counter {
    position: absolute;
    display: block;
    top: -5px;
    left: 35px;
    width: 18px;
    height: 18px;
    background: #ebcd1e;
    color: #333;
    border-radius: 50%;
    line-height: 18px;
    text-align: center
}

.header-v1 .left-header,
.header-v1 .right-header,
.header-v1 nav {
    float: left
}

.header-v1 .left-header,
.header-v1 .right-header {
    width: 20%
}

.header-v1 nav {
    width: 79%;
    margin-top: 10px
}

.header-v1 nav .navi-level-1 {
    text-align: center
}

.catalog1 img {
    width: 100%
}

.header-v1 nav .navi-level-2 {
    text-align: left
}

.header-v2 {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    z-index: 3
}

.header-v2 .navi-level-1>li a {
    color: #ccc
}

.header-v2 .left-header {
    float: left;
    width: 470px
}

.header-v2 .left-header li {
    vertical-align: top
}

.header-v2 .left-header .navi-level-1 li a.logo {
    padding-left: 15px;
    padding-right: 15px
}

.header-v2 nav {
    float: right;
    width: calc(100% - 670px);
    text-align: right
}

.header-v2 nav ul.navi-level-2 {
    text-align: left
}

.header-v2 nav ul {
    display: inline-block
}

.header-v2 nav ul:nth-child(1)>li:last-child:after {
    display: block
}

.header-v2 .sub-navi {
    float: right
}

.header-v3 .left-header,
.header-v3 .right-header {
    width: calc(50% - 112.5px);
    float: left
}

.header-v3 div.logo {
    width: auto;
    display: block;
    float: left
}

.header-v3 div.logo a {
    padding-bottom: 0;
    padding-top: 15px
}

.header-v3 nav {
    display: block;
    width: 100%
}

.header-v3 .left-header {
    text-align: right
}

.header-v3 .left-header .navi-level-2 {
    text-align: left
}

.header-v3 .right-header ul {
    text-align: left
}

.header-v3 #navi-left li:last-child a:after {
    display: block
}

.header-v4 .left-header {
    width: 160px;
    display: inline-block;
    float: left
}

.header-v4 nav {
    width: calc(100% - 160px - 90px);
    display: inline-block;
    float: left;
    text-align: right
}

.header-v4 nav li a {
    padding: 18px 20px 17px 20px
}

.header-v4 nav li:last-child a:after {
    display: block
}

.header-v4 .right-header {
    width: 90px;
    display: inline-block;
    float: right
}

.header-v4 .navi-level-1>li a {
    color: #555
}

.header-v4 .left-header .navi-level-1 li a.logo {
    padding-left: 0
}

.header-v5 {
    background: 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.header-v5 .left-header {
    width: 160px
}

.header-v5 .navi-level-1>li>a {
    color: #ccc
}

.header-v5 .navi-level-1>li>a::after {
    color: rgba(255, 255, 255, .08)
}

.header-v6 {
    position: relative;
    height: auto
}

.header-v6 .left-header {
    width: 300px;
    display: inline-block
}

.header-v6 .logo {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px
}

.header-v6 .right-header {
    width: 300px;
    float: right;
    text-align: right
}

.header-v6 .right-header a {
    color: #666;
    transition: all .6s ease 0s
}

.header-v6 .right-header a:hover {
    color: #ebcd1e
}

.header-v6 .right-header .price-mini-cart {
    margin-left: 10px
}

.header-v6 nav {
    margin-top: 30px;
    clear: both;
    text-align: center;
    margin-bottom: 20px
}

.header-v6 nav ul li {
    text-align: center
}

.header-v6 nav .navi-level-2 li {
    text-align: left!important
}

.header-v6 .right-header>ul>li:nth-last-child(2) a {
    display: none
}

.header-v6 .right-header>ul>li:nth-last-child(3) a:after {
    display: none
}

.header-v6 .right-header>ul>li:nth-last-child(3) a {
    padding-right: 0
}

.navi-level-1.circle-separator>li>a:after,
.navi-level-1.dot-seperator>li>a:after,
.navi-level-1.line-separator>li>a:after,
.navi-level-1.plus-separator>li>a:after,
.navi-level-1.square-separator>li>a:after,
.navi-level-1.strip-separator>li>a:after {
    position: absolute;
    font-family: FontAwesome;
    color: #ebcd1e;
    top: 17px;
    right: 0
}

.navi-level-1.dot-seperator>li>a:after {
    content: "\f111";
    font-size: 6px
}

.navi-level-1.line-separator>li>a:after {
    content: "/";
    font-size: 15px
}

.navi-level-1.circle-separator>li>a:after {
    content: "\f10c";
    font-size: 8px
}

.navi-level-1.square-separator>li>a:after {
    content: "\f096";
    font-size: 8px
}

.navi-level-1.plus-separator>li>a:after {
    content: "\f067";
    font-size: 8px
}

.navi-level-1.strip-separator>li>a:after {
    content: "\f068";
    font-size: 8px
}

.navi-level-1.no-separator>li>a:after {
    display: none!important
}

.navi-level-1.hover-style-2 li a span {
    display: block;
    position: relative
}

.navi-level-1.hover-style-2 li a span:before {
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    background: #009b94;
    left: 0;
    top: 100%;
    transform: translateY(-50%);
    content: "";
    transition: all .3s ease-in-out;
    z-index: -1
}

.navi-level-1.hover-style-2 li a:hover span:before {
    width: 100%
}

.navi-level-1.hover-style-3 li a span {
    display: block;
    position: relative;
    padding: 0 5px
}

.navi-level-1.hover-style-3 li a span:before {
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    background: #ebcd1e;
    left: 0;
    top: 0;
    content: "";
    transition: all .3s ease-in-out;
    z-index: -1
}

.navi-level-1.hover-style-3 li a:hover span:before {
    width: 100%
}

.navi-level-1.hover-style-4 li a {
    transition: all .6s ease 0s
}

.navi-level-1.hover-style-4 li a:hover {
    color: #ebcd1e
}

.navi-level-1.hover-style-5 li a span {
    display: block;
    position: relative;
    padding: 0
}

.navi-level-1.hover-style-5 li a span:before {
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    background: #ebcd1e;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    transition: all .3s ease-in-out;
    z-index: -1
}

.navi-level-1.hover-style-5 li a:hover span:before {
    width: 100%
}

.navi-level-1 li span {
    z-index: 3
}

.mCSB_container {
    padding-bottom: 100%
}

.mobile-menu-first .mCSB_container {
    padding: 0 0 100% 0
}

.mobile-menu-first .mCustomScrollbar {
    max-height: 600px;
    overflow: hidden;
    position: relative
}

.mobile-menu-first .mCSB_scrollTools {
    left: 0
}

.footer-mobile-menu {
    float: left
}

.button-wrap .bttn {
    width: 150px;
    background: #ffc000;
    color: #222;
    display: inline-block;
    margin-right: 20px;
    padding: 10px 0;
    padding-left: 30px
}

pre {
    font-family: monospace;
    background-color: #fff9f9;
    border: #b79 1px solid;
    color: #401;
    font-size: 100%;
    width: 80%;
    overflow: auto;
    word-spacing: normal;
    word-wrap: normal;
    padding-top: 15px
}

a.options {
    padding: 5px 10px;
    background: #ffc000;
    text-decoration: none;
    color: #fff;
    margin-right: 10px
}

.option-wrap {
    margin-bottom: 10px;
    background: #eee;
    padding: 10px 0 10px 10px;
    width: 80%
}

@media (max-width:767px) {
    .browser-size {
        display: none;
    }
    .right-header .language-buttons li:nth-child(1) {
        display: none;
    }
}

@media (max-width:640px) {
    .option-wrap,
    pre {
        width: 100%
    }
}

@-ms-viewport {
    width: auto!important
}

html {
    overflow-x: hidden
}

#page {
    position: relative;
    left: 0;  
    min-height: 86.4vh;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    z-index: 9999;
    background: rgba(235, 205, 30, .95);
    opacity: 1;
    cursor: pointer;
    transition: all 1s
}

.mmPushBody {
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

#mobile-menu {
    position: fixed;
    top: 0;
    z-index: 99999;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
    display: none;
    border-right: 1px solid #ccc;
    box-sizing: content-box
}

#mobile-menu-right {
    position: fixed;
    top: 0;
    z-index: 99999;
    box-shadow: 0 1px 8px #555;
    display: none;
    border-right: 1px solid #ccc;
    box-sizing: content-box
}

.mobile-menu {
    list-style-type: none;
    margin: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    box-sizing: border-box
}

.mobile-menu ul {
    margin-left: 0;
    padding-left: 0;
    float: left;
    display: block;
    width: 100%
}

.mobile-menu .expand {
    right: 0;
    position: absolute;
    padding: 0 10px;
    color: #888;
    margin-left: 100px
}

.mobile-menu .expand:hover {
    cursor: pointer
}

.mobile-menu li {
    display: block;
    border-bottom: 1px solid #eee;
    width: 100%;
    float: left;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    background: 0 0
}

.mobile-menu li a {
    display: block;
    overflow: hidden;
    white-space: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    padding-left: 15px;
    transition: all .6s ease 0s
}

.mobile-menu li li a {
    padding-left: 25px
}

.mobile-menu li li li a {
    padding-left: 35px
}

.mm-toggle {
    display: none!important;
    cursor: pointer;
    font-size: 18px!important;
    transition: all .6s ease 0s;
    position: relative
}

.mm-toggle span {
    position: absolute;
    top: 5px
}

.icon-minus:before,
.icon-plus:before {
    content: "\4c";
    font-family: ElegantIcons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit
}

.icon-minus:before {
    content: "\4b"
}

.mobile-menu .open {
    background: 0 0;
    color: #fff
}

.mobile-menu .open+a {
    background: #ebcd1e;
    color: #333
}

.mmPushBody .mm-toggle {
    position: relative
}

.header-mobile-menu {
    display: block;
    width: 100%;
    padding: 25px 15px;
    background: #222;
    z-index: 999
}

.header-mobile-menu a {
    font-size: 13px;
    font-weight: 400;
    color: #fff
}

.header-mobile-menu .mm-toggle {
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 35px!important;
    width: 50px;
    height: 50px;
    color: #039c95;
    opacity: .8
}

.header-mobile-menu .mm-toggle:hover {
    opacity: 1
}

.footer-mobile-menu ul.social {
    padding-left: 15px
}

.footer-mobile-menu ul.social li {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 0
}

.footer-mobile-menu ul.social li a {
    background: rgba(255, 255, 255, .1);
    line-height: 20px;
    text-align: center;
    margin-left: 0;
    font-size: 11px
}

.footer-mobile-menu ul.social li a i {
    margin-left: -3px
}

.footer-mobile-menu ul.social li a:hover {
    color: #222;
    background: #ebcd1e
}

ul.address-footer-mobile {
    padding: 0;
    padding-left: 20px;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: block;
    width: 100%;
    float: left
}

ul.address-footer-mobile li {
    display: block;
    width: 100%;
    padding: 7px 0
}

ul.address-footer-mobile li p {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    margin: 0
}

.mobile-menu {
    background: #333
}

.mobile-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu li a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    transition: all .1s;
    display: block
}

.mobile-menu li ul li:last-child {
    border-bottom: none
}

.mobile-menu li:hover .expand {
    color: #222
}

.mobile-menu li ul {
    background: #222
}

.mobile-menu .open+a {
    color: #222;
    font-weight: 400;
    transition: all .6s ease 0s
}

.mobile-menu .expand:hover {
    color: #fff
}

.mobile-menu .expand.open {
    color: #222
}

.mobile-menu>li:hover>a {
    background: #009b94;
    color: #fff;
    font-weight: 400
}

.mobile-menu li li:hover a {
    background: #ebcd1e;
    color: #222;
    font-weight: 400
}

h1 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 2px
}

h2 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 2px
}

h3 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 2px
}

h4 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 2px
}

h5 {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 2px
}

h6 {
    font-size: 12px;
    line-height: 1.2
}

h1,
h2,
h3,
h4,
h5 {
    color: #333
}

h6 {
    color: #555
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

ul {
    padding-left: 0
}

h4 mark {
    letter-spacing: 2px
}

#royal_preloader {
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    -webkit-transition: opacity .2s linear .8s;
    -moz-transition: opacity .2s linear .8s;
    -ms-transition: opacity .2s linear .8s;
    -o-transition: opacity .2s linear .8s;
    transition: opacity .2s linear .8s
}

#royal_preloader.complete {
    opacity: 0
}

#royal_preloader .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    -webkit-transition: background .5s linear;
    -moz-transition: background .5s linear;
    -ms-transition: background .5s linear;
    -o-transition: background .5s linear;
    transition: background .5s linear
}

#royal_preloader.number .name {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-transform: uppercase;
    color: #eee;
    text-align: center;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -ms-transition: -ms-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
    -webkit-animation: fly .3s;
    -moz-animation: fly .3s;
    -ms-animation: fly .3s;
    -o-animation: fly .3s;
    animation: fly .3s
}

#royal_preloader.number .percentage {
    color: #fff;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    text-align: center;
    margin: -90px 0 0 -90px;
    background-image: url(../images/loader.html);
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 80px;
    width: 180px;
    position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s linear .5s;
    -moz-transition: all .3s linear .5s;
    -ms-transition: all .3s linear .5s;
    -o-transition: all .3s linear .5s;
    transition: all .3s linear .5s
}

#royal_preloader.text .loader {
    position: absolute;
    text-shadow: 0 0 15px rgba(0, 0, 0, .3);
    text-transform: uppercase;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 240px;
    margin-left: -60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    font-size: 30px;
    white-space: nowrap
}

#royal_preloader.text .loader div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .7;
    -webkit-transition: left .3s linear;
    -moz-transition: left .3s linear;
    -ms-transition: left .3s linear;
    -o-transition: left .3s linear;
    transition: left .3s linear
}

#royal_preloader.logo .loader {
    width: 120px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -60px;
    background-size: 100% auto;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

#royal_preloader.logo .loader div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: .7;
    -webkit-transition: bottom .3s linear;
    -moz-transition: bottom .3s linear;
    -ms-transition: bottom .3s linear;
    -o-transition: bottom .3s linear;
    transition: bottom .3s linear
}

#royal_preloader.logo .percentage {
    position: absolute;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    top: 50%;
    left: 50%;
    margin: 33px 0 0 -40px;
    color: #212121;
    text-align: center
}

@-webkit-keyframes fly {
    0% {
        opacity: 0;
        top: 50%
    }
    20% {
        opacity: 1;
        top: 40%
    }
    100% {
        opacity: 0;
        top: 20%
    }
}

@-moz-keyframes fly {
    0% {
        opacity: 0;
        top: 50%
    }
    20% {
        opacity: 1;
        top: 40%
    }
    100% {
        opacity: 0;
        top: 20%
    }
}

@-ms-keyframes fly {
    0% {
        opacity: 0;
        top: 50%
    }
    20% {
        opacity: 1;
        top: 40%
    }
    100% {
        opacity: 0;
        top: 20%
    }
}

@-o-keyframes fly {
    0% {
        opacity: 0;
        top: 50%
    }
    20% {
        opacity: 1;
        top: 40%
    }
    100% {
        opacity: 0;
        top: 20%
    }
}

@keyframes fly {
    0% {
        opacity: 0;
        top: 50%
    }
    20% {
        opacity: 1;
        top: 40%
    }
    100% {
        opacity: 0;
        top: 20%
    }
}

.max-height-header {
    max-height: 79px
}

.white-text {
    color: #fff
}

.text-cap {
    text-transform: uppercase
}

.bg-grey {
    background: #fff
}

.bg-dark {
    background: #333
}

.grey-text {
    color: #ccc
}

.no-padding {
    padding: 0!important
}

.no-padding-tb {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.no-padding-bot {
    padding-bottom: 0!important
}

.padding-bot-90 {
    padding-bottom: 90px!important
}

.padding-bot-30 {
    padding-bottom: 30px!important
}

.padding-top-30 {
    padding-top: 30px!important
}

.padding-top-20 {
    padding-top: 20px!important
}

mark {
    background: #ebcd1e;
    padding: 0 3px
}

.font-use {
    font-family: Montserrat, sans-serif;
    font-family: Roboto, sans-serif
}

body {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #666;
    overflow: hidden
}

.content-fabrica ul li {
    float: left;
    margin: 5px;
    list-style: none
}

.content-fabrica ul li:last-child {
    margin: 5px 0 5px 5px
}

.content-fabrica ul li img {
    width: 100%
}

.content-ofis ul li img {
    height: 116px
}

.text-fabrica {
    float: left;
    width: 100%;
    margin-top: 100px
}

.text-fabrica .img-fabrica {
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
    margin-top: 2%
}

.padding {
    padding: 82px 0 120px 0
}

.padding-bottom-0 {
    padding-bottom: 0!important
}

.fixbug-inline-block {
    margin-top: -10px
}

.mgb0 {
    margin-bottom: 0!important
}

.mgb20 {
    margin-bottom: 20px
}

.mgb30 {
    margin-bottom: 20px
}

.mgb45 {
    margin-bottom: 45px
}

.mgt60 {
    margin-top: 60px
}

.divider {
    width: 100%;
    max-width: 370px;
    height: 1px;
    margin: 40px auto;
    display: block;
    position: relative;
    background: #e5e5e5
}

.svg-triangle-icon-container {
    width: 22px;
    height: 15px;
    overflow: visible!important;
    left: 50%;
    margin-left: -11px;
    margin-top: -6px;
    display: block;
    position: absolute
}

.svg-triangle-icon {
    fill: transparent;
    stroke: #ebcd1e;
    stroke-width: 3
}

.title {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    text-align: center
}

.block-img-left,
.block-img-right {
    margin: 25px 0
}

.block-img-left {
    display: inline-block
}

.block-img-left .text-box {
    text-align: left;
    display: inline-block;
    padding-left: 15px;
    width: 50%
}

.block-img-left .img-block {
    float: left;
    width: calc(50% - 15px);
    margin-right: 15px;
    border-radius: 3px;
    overflow: hidden;
    display: block
}

.block-img-right {
    display: inline-block
}

.block-img-right .text-box {
    text-align: right;
    display: inline-block;
    padding-right: 15px;
    width: 50%
}

.block-img-right .img-block {
    float: right;
    width: calc(50% - 15px);
    margin-left: 15px;
    border-radius: 3px;
    overflow: hidden;
    display: block
}

.block-img-full .img-block {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.block-img-full .text-box {
    margin-top: 30px;
    padding: 0
}

.block-img-full .text-box h4 {
    margin-bottom: 20px
}

.promotion-box {
    display: inline-block
}

.promotion-box figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    width: 33.333%;
    max-height: 420px
}

.promotion-box figure:last-child {
    margin-left: -1px
}

.promotion-box figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.promotion-box-2 {
    display: flex
}

.promotion-box-dark {
    width: 33.3333%;
    display: flex;
    height: 420px;
    cursor: pointer;
    transition: all .6s ease 0s
}

.promotion-box-dark .box-dark-content {
    width: 100%;
    height: 100%;
    text-align: center
}

.promotion-box-dark p {
    font-size: 15px;
    color: #aaa
}

.promotion-box-dark h3 {
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px
}

.promotion-box-dark.box-pro-1 {
    background: #333
}

.promotion-box-dark.box-pro-1:hover {
    background: #000
}

.promotion-box-dark.box-pro-2 {
    background: #2b2b2b
}

.promotion-box-dark.box-pro-2:hover {
    background: #000
}

.promotion-box-dark.box-pro-3 {
    background: #242424;
    margin-left: -1px
}

.promotion-box-dark.box-pro-3:hover {
    background: #000
}

.icon-promotion {
    color: #ebcd1e;
    font-size: 60px;
    text-align: center;
    display: block;
    padding-bottom: 14px;
    margin-top: 117px
}

.relative {
    position: relative
}

.prmotion-fix {
    position: absolute;
    top: -236px;
    left: 0;
    width: 100%
}

.item-promotion-h5 {
    display: inline-block;
    width: 49%;
    float: left;
    background: #ebcd1e
}

.item-promotion-h5 .img-promotion-h5 {
    display: inline-block;
    float: left;
    width: 50%
}

.item-promotion-h5 .promotion-h5-text-box {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 10px 26px
}

.item-promotion-h5 .promotion-h5-text-box h3 {
    font-weight: 400;
    font-family: Roboto, sans-serif
}

.item-promotion-h5 a {
    fotn-size: 12px;
    font-family: Montserrat, sans-serif;
    color: #333;
    margin-top: 16px;
    display: block;
    transition: all .6s ease 0s
}

.item-promotion-h5 a:hover {
    padding-left: 15px
}

.item-promotion-h5:last-child {
    float: right
}

figure figcaption {
    background: rgba(0, 0, 0, .6);
    transition: all .35s;
    cursor: default
}

figure.effect-layla img {
    width: 120%;
    max-width: 992px
}

figure.effect-layla figcaption::after,
figure.effect-layla figcaption::before {
    position: absolute;
    content: '';
    opacity: 0
}

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: 100% 0
}

figure.effect-layla h3 {
    padding-top: 20%;
    transition: transform .35s;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

figure.effect-layla p {
    padding: .5em 0;
    text-transform: none;
    transform: translate3d(0, -10px, 0);
    color: #aaa;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 26px;
    transition: all .5s
}

figure.effect-layla h3 {
    transform: translate3d(0, -20px, 0)
}

figure.effect-layla figcaption::after,
figure.effect-layla figcaption::before,
figure.effect-layla img,
figure.effect-layla p {
    transition: opacity .35s, transform .35s
}

figure .ot-btn {
    position: relative;
    z-index: 2
}

.chooseus-container {
    width: 880px;
    margin: 0 auto
}

.chooseus-container .chooseus-item {
    width: 50%;
    float: left;
    display: inline-block;
    margin-bottom: 80px
}

.chooseus-canvas-item,
.chooseus-item {
    position: relative;
    padding: 0;
    width: 310px;
    height: 350px;
    text-align: center;
    margin: 0 auto
}

.chooseus-canvas-item h4,
.chooseus-item h4 {
    transition: all .6s ease 0s
}

.triangle-div {
    cursor: pointer;
    fill: none;
    fill-opacity: 0;
    stroke: #ccc;
    stroke-width: 1;
    stroke-dasharray: 4
}

.svg-hexagon {
    width: 310px;
    height: 350px
}

.hexagon {
    fill: transparent;
    stroke: #ebcd1e;
    stroke-width: 3
}

.svg-triangle-dotted {
    position: absolute;
    top: 28px;
    left: 28px
}

.svg-triangle-container {
    width: 256px;
    padding: 0;
    position: absolute;
    top: 28px;
    left: 28px
}

.svg-triangle-dotted {
    width: 256px;
    height: 220px
}

.svg-triangle-dotted.svg-tri-2 {
    transform: rotate(-30deg) translateY(40px);
    left: -20px
}

.svg-triangle-dotted.svg-tri-3 {
    transform: rotate(-90deg) translateY(40px);
    left: -30px
}

.svg-triangle-dotted.svg-tri-4 {
    transform: rotate(-180deg) translateY(-74px);
    left: 27px
}

.triangle-img-warp {
    width: 256px;
    height: 220px;
    overflow: hidden;
    position: absolute
}

.triangle-img-warp img {
    width: 140%;
    max-width: 140%;
    transition: all .8s ease-in-out;
    display: block;
    position: absolute
}

.tri {
    top: 28px;
    left: 28px;
    transform: translateY(32px);
    transition: all .8s ease-in-out
}

.tri img {
    left: -50px;
    top: -90px;
    transition: all .8s ease-in-out
}

.triangle-img-warp {
    clip-path: url(images/Svg/triangle.html#svgClip);
    -webkit-clip-path: polygon(0 220px, 256px 220px, 128px 0)
}

.tri2 {
    clip-path: url(images/Svg/tri2.html#tri2);
    -webkit-clip-path: polygon(0 256px, 220px 128px, 0 0);
    transition: all .8s ease-in-out;
    left: 95px;
    top: 40px;
    width: 220px;
    height: 256px
}

.tri3 {
    transition: all .8s ease-in-out;
    transform: rotate(-90deg) translateY(40px);
    left: -48px;
    top: 60px
}

.tri3 img {
    left: -42px;
    transform: scale(.9, .9) rotate(90deg) translateY(20px)
}

.tri4 {
    transition: all .8s ease-in-out;
    transform: rotate(-180deg) translateY(-74px);
    left: 27px;
    top: -10px
}

.tri4 img {
    left: -42px;
    transform: scale(.8, .8) rotate(180deg) translateY(40px) translateX(20px)
}

.chooseus-full-width .chooseus-container {
    max-width: 100%;
    width: 100%
}

.chooseus-full-width .chooseus-container .chooseus-item {
    width: 25%;
    display: inline-block;
    float: left
}

.projectContainer .element-item {
    width: 25%;
    position: relative;
    transform-style: preserve-3d
}

.projectContainer .element-item .project-info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .6s ease 0s;
    top: 0;
    left: 0
}

.projectContainer .element-item .project-info a {
    display: block;
    position: relative;
    top: 40.5%;
    transform: translateY(-50px);
    text-align: center;
    transition: all .6s ease 0s
}

.projectContainer .element-item .project-info a.cateProject {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 41%;
    transform: translateY(50px);
    text-align: center;
    display: block;
    transition: all .6s ease 0s
}

.projectContainer .element-item:hover .project-info {
    opacity: 1;
    background: rgba(31, 31, 31, .9)
}

.projectContainer .element-item:hover .project-info a {
    transform: translateY(0)
}

.projectContainer .element-item:hover .project-info a.cateProject {
    transform: translateY(0);
    height: 100%;
    top: 0;
    padding-top: 35%
}

.project-terms {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 48px;
    display: block
}

.project-terms a {
    display: inline-block;
    padding: 0 25px
}

.project-terms a h4 {
    display: inline-block;
    position: relative;
    color: #555;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    z-index: 9
}

.project-terms a h4:before {
    content: "";
    width: 0;
    height: 3px;
    background: rgba(235, 205, 30, .9);
    transition: all .6s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    top: 5px
}

.project-terms a:hover h4:before {
    content: "";
    width: 100%;
    height: 3px;
    background: rgba(235, 205, 30, .9)
}

.project-terms a.current h4 {
    color: #333
}

.project-terms a.current h4:before {
    content: "";
    width: 100%;
    height: 3px;
    background: rgba(235, 205, 30, .9)
}

.project-terms-2 a h4 {
    color: #ccc;
    padding: 0 5px;
    transition: all .6s ease 0s
}

.project-terms-2 a h4:before {
    content: "";
    width: 0%;
    height: 22px;
    top: -4px;
    background: rgba(235, 205, 30, .9)
}

.project-terms-2 a.current h4 {
    color: #333;
    padding: 0 5px
}

.project-terms-2 a.current h4:before {
    content: "";
    width: 100%;
    height: 22px;
    top: -4px;
    background: rgba(235, 205, 30, .9)
}

.project-terms-2 a:hover h4 {
    color: #333
}

.project-terms-2 a:hover h4:before {
    content: "";
    width: 100%;
    height: 22px;
    top: -4px;
    background: rgba(235, 205, 30, .9)
}

.portfolio-grid-1-warp {
    padding: 0 20px
}

.portfolio-grid-1-warp .portfolio-grid-1-container .element-item {
    width: 50%;
    padding: 0 20px
}

.portfolio-grid-1-warp .portfolio-grid-1-container .element-item .portfolio-img-demo {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 12px
}

.portfolio-grid-1-warp .portfolio-grid-1-container .element-item img {
    transition: all .6s ease 0s
}

.portfolio-grid-1-warp .portfolio-grid-1-container .element-item img:hover {
    transform: scale(1.1, 1.1)
}

.portfolio-grid-1-warp .portfolio-grid-1-container .element-item .project-info {
    position: static;
    opacity: 1;
    transform: none;
    display: block;
    float: left;
    padding: 0 0 35px 0
}

.portfolio-grid-1-warp .portfolio-grid-1-container .element-item .project-info a {
    transform: none;
    position: static
}

.portfolio-grid-1-warp .portfolio-grid-1-container .element-item .project-info h4 {
    transform: none;
    font-size: 16px;
    transition: all .6s ease 0s;
    margin-top: 5px
}

.portfolio-grid-1-warp .portfolio-grid-1-container .element-item .project-info h4:hover {
    color: #ebcd1e
}

.portfolio-grid-1-warp .portfolio-grid-1-container .element-item .project-info a.cateProject {
    color: #9f9f9f;
    font-size: 13px
}

.portfolio-grid-1-warp .portfolio-grid-1-container .element-item .project-info a.cateProject:hover {
    color: #ebcd1e
}

.portfolio-grid-1-warp .portfolio-grid-1-container .element-item:hover .project-info {
    background: 0 0
}

.portfolio-grid-2-warp .portfolio-grid-2-container .element-item {
    width: 33.333%;
    padding: 0 20px
}

.portfolio-grid-2-warp .portfolio-grid-2-container .element-item .portfolio-img-demo {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 12px
}

.portfolio-grid-2-warp .portfolio-grid-2-container .element-item img {
    transition: all .6s ease 0s
}

.portfolio-grid-2-warp .portfolio-grid-2-container .element-item img:hover {
    transform: scale(1.1, 1.1)
}

.portfolio-grid-2-warp .portfolio-grid-2-container .element-item .project-info {
    position: static;
    opacity: 1;
    transform: none;
    display: block;
    float: left;
    padding: 0 0 35px 0
}

.portfolio-grid-2-warp .portfolio-grid-2-container .element-item .project-info a {
    transform: none;
    position: static
}

.portfolio-grid-2-warp .portfolio-grid-2-container .element-item .project-info h4 {
    transform: none;
    font-size: 16px;
    transition: all .6s ease 0s;
    margin-top: 5px
}

.portfolio-grid-2-warp .portfolio-grid-2-container .element-item .project-info h4:hover {
    color: #ebcd1e
}

.portfolio-grid-2-warp .portfolio-grid-2-container .element-item .project-info a.cateProject {
    color: #9f9f9f;
    font-size: 13px
}

.portfolio-grid-2-warp .portfolio-grid-2-container .element-item .project-info a.cateProject:hover {
    color: #ebcd1e
}

.portfolio-grid-2-warp .portfolio-grid-2-container .element-item:hover .project-info {
    background: 0 0
}

.portfolio-grid-3-warp {
    padding: 0 20px
}

.portfolio-grid-3-warp .portfolio-grid-3-container .element-item {
    width: 25%;
    padding: 0 20px
}

.portfolio-grid-3-warp .portfolio-grid-3-container .element-item .portfolio-img-demo {
    overflow: hidden;
    display: block;
    width: 100%
}

.portfolio-grid-3-warp .portfolio-grid-3-container .element-item img {
    transition: all .6s ease 0s
}

.portfolio-grid-3-warp .portfolio-grid-3-container .element-item img:hover {
    transform: scale(1.1, 1.1)
}

.portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info {
    margin-top: 12px;
    position: static;
    opacity: 1;
    transform: none;
    display: block;
    float: left;
    padding: 12px 0 35px 0
}

.portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info a {
    transform: none;
    position: static
}

.portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info h4 {
    transform: none;
    font-size: 16px;
    transition: all .6s ease 0s
}

.portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info h4:hover {
    color: #ebcd1e
}

.portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info a.cateProject {
    color: #9f9f9f;
    font-size: 13px
}

.portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info a.cateProject:hover {
    color: #ebcd1e
}

.portfolio-grid-3-warp .portfolio-grid-3-container .element-item:hover .project-info {
    background: 0 0
}

.portfolio-grid-v2-4-col-warp .portfolio-grid-v2-4-col-container .element-item {
    width: 25%
}

.portfolio-grid-v2-3-col-warp .portfolio-grid-v2-3-col-container .element-item {
    width: 33.333%
}

.portfolio-grid-v2-2-col-warp .portfolio-grid-v2-2-col-container .element-item {
    width: 50%
}

.divider-line {
    width: 100%;
    height: 1px;
    background: #e5e5e5
}

.single-project-warp {
    margin-bottom: 120px;
    margin-top: 30px
}

.single-project-warp h3 {
    font-weight: 300;
    margin-top: 0
}

.header-pj-style-1 {
    width: 100%;
    height: 76px;
    line-height: 76px
}

.header-pj-style-1 .divider-line {
    margin-bottom: 20px
}

.header-pj-style-1 h3 {
    float: left;
    display: inline-block;
    margin: 0;
    line-height: 76px
}

.header-pj-style-1 .social-share {
    float: right;
    display: inline-block;
    vertical-align: middle
}

.social-share {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #666;
    font-size: 13px
}

.social-share p {
    display: inline
}

.social-share a {
    color: #666;
    font-size: 15px;
    display: inline-block;
    margin: 0 10px;
    transition: all .6s ease 0s
}

.social-share a:hover {
    color: #000
}

.pj-info {
    display: inline-block
}

.pj-info div {
    margin-bottom: 10px
}

.pj-info h5 {
    display: inline;
    color: #666;
    font-weight: 700
}

.pj-description {
    display: inline-block;
    margin-top: 13px
}

.pj-img-demo img {
    margin-bottom: 35px
}

.arr-pj-container {
    margin: 55px 0
}

.arr-pj-container a {
    color: #666;
    transition: all .6s ease 0s
}

.arr-pj-container a i {
    font-size: 18px;
    line-height: 24px
}

.arr-pj-container a:hover {
    color: #ebcd1e
}

.prev-pj-arr {
    float: left
}

.prev-pj-arr i {
    margin-right: 20px;
    transition: all .6s ease 0s
}

.prev-pj-arr:hover i {
    margin-right: 10px
}

.next-pj-arr {
    float: right
}

.next-pj-arr i {
    margin-left: 20px;
    transition: all .6s ease 0s
}

.next-pj-arr:hover i {
    margin-left: 10px
}

.single-project-warp-3 {
    padding: 0 20px
}

.single-project-warp-3 .pj-img-demo {
    width: 63%;
    padding: 0 20px;
    display: inline-block;
    padding-right: 36px
}

.single-project-warp-3 .pj-info {
    width: 27%;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top
}

.overlay-arc {
    width: 100%;
    height: 220px;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(images/Overlay/1.html);
    margin-top: -1px
}

.layer-1 {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(235, 205, 30, .9)
}

.layer-1 .ot-btn {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.overlay-3 {
    background-image: url(images/Overlay/3.html);
    height: 418px
}

.overlay-404 {
    height: auto;
    background: url(images/404/404.html);
    background-size: 100% 100%
}

.box-content-overlay-3 {
    position: relative;
    width: 100%;
    height: 180px;
    top: 50%;
    transform: translateY(-50%)
}

.box-content-overlay-3 h2 {
    color: #111;
    margin-top: 0;
    font-weight: 300;
    line-height: 48px
}

.box-content-overlay-3 .btn-dark-color {
    position: static;
    transform: none;
    margin-top: 40px
}

.box-content-overlay-3 .btn-sub-color {
    position: static;
    transform: none;
    margin-top: 40px
}

.lastest-blog-container {
    margin-top: 23px;
    display: inline-block
}

.latest-blog-post-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 3px
}

.latest-blog-post-img img {
    transition: all .6s ease 0s
}

.latest-blog-post-img:hover img {
    transform: scale(1.1, 1.1)
}

.latest-blog-post-date {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    background: #ebcd1e;
    color: #333;
    font-family: Montserrat, sans-serif;
    text-align: center;
    width: 50px;
    height: 50px
}

.latest-blog-post-date span.day {
    display: block;
    font-size: 24px;
    line-height: 36px
}

.latest-blog-post-date span.month {
    display: block;
    font-size: 12px;
    margin-top: -11px
}

.latest-blog-post-date-2 {
    display: inline-block
}

.latest-blog-post-date-2 span {
    color: #999;
    font-size: 11px
}

.latest-blog-post-description h3 {
    font-weight: 400;
    margin-bottom: 12px;
    transition: all .6s ease 0s;
    margin-top: 0;
    letter-spacing: 0
}

.latest-blog-post-description h3:hover {
    text-decoration: underline
}

.latest-blog-post-description .ot-btn {
    margin-top: 23px
}

figure.effect-zoe .latest-blog-post-data {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: rgba(235, 205, 30, .95);
    color: #333;
    transition: transform .35s;
    transform: translate3d(0, 100%, 0);
    position: absolute;
    width: 100%
}

figure.effect-zoe .latest-blog-post-data p.tags a,
figure.effect-zoe .latest-blog-post-data p.tags i {
    transition: all .35s;
    transform: translate3d(0, 200%, 0);
    display: inline-block;
    float: right;
    margin-left: 15px;
    color: #333;
    position: relative
}

figure.effect-zoe .latest-blog-post-data p.tags a {
    color: #555
}

figure.effect-zoe .latest-blog-post-data p.tags i {
    line-height: 24px
}

figure.effect-zoe .latest-blog-post-data p.tags a:before {
    content: "/";
    position: absolute;
    top: 0;
    left: -10px
}

figure.effect-zoe .latest-blog-post-data p.tags a:last-child:before {
    display: none
}

figure.effect-zoe .latest-blog-post-data p.tags a:hover {
    color: #222
}

figure.effect-zoe:hover .latest-blog-post-data {
    transform: translate3d(0, 1px, 0)
}

figure.effect-zoe:hover .latest-blog-post-data p.tags i {
    transition-delay: .1s;
    transform: translate3d(0, 0, 0)
}

figure.effect-zoe:hover .latest-blog-post-data p.tags a:nth-child(2) {
    transition-delay: .15s;
    transform: translate3d(0, 0, 0)
}

figure.effect-zoe:hover .latest-blog-post-data p.tags a:nth-child(3) {
    transition-delay: .2s;
    transform: translate3d(0, 0, 0)
}

figure.effect-zoe:hover .latest-blog-post-data p.tags a:nth-child(4) {
    transition-delay: .25s;
    transform: translate3d(0, 0, 0)
}

figure.effect-zoe:hover .latest-blog-post-data p.tags a:nth-child(4) {
    transition-delay: .3s;
    transform: translate3d(0, 0, 0)
}

.latest-blog-post-data {
    font-size: 11px;
    font-weight: 300;
    display: inline-block;
    margin-right: 30px
}

.latest-blog-post-data a {
    color: #333;
    transition: all .6s ease 0s
}

.latest-blog-post-data a:hover {
    color: #ebcd1e
}

.blog-terms {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 48px
}

.blog-terms a {
    display: inline-block;
    padding: 0 25px
}

.blog-terms a h4 {
    display: inline-block;
    position: relative;
    color: #555;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    z-index: 9
}

.blog-terms a h4:before {
    content: "";
    width: 0;
    height: 3px;
    background: #ebcd1e;
    transition: all .3s ease;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1
}

.blog-terms a:hover h4:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #ebcd1e
}

.blog-terms a.current h4:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #ebcd1e
}

.line-effect-2 h4 {
    padding: 0 5px
}

.line-effect-2 a h4::before {
    height: 22px;
    top: -4px
}

.line-effect-2 a.current h4::before {
    height: 22px;
    top: -4px
}

.line-effect-2 a:hover h4::before {
    width: 100%;
    height: 22px
}

.sub-header-blog-grid {
    background: url(images/Overlay/5.html)
}

.blog-grid-4-col {
    padding: 0 20px
}

.blog-grid-4-col .blog-grid-4-col-container {
    width: 100%
}

.blog-grid-4-col .blog-grid-4-col-container .element-item {
    width: 25%;
    padding: 0 20px
}

.blog-grid-4-col .blog-grid-4-col-container .element-item .latest-blog-post-description {
    height: 150px;
    display: block;
    overflow: hidden
}

.blog-grid-3-col {
    padding: 0 20px
}

.blog-grid-3-col .blog-grid-3-col-container {
    width: 100%
}

.blog-grid-3-col .blog-grid-3-col-container .element-item {
    width: 33.333%;
    padding: 0 20px
}

.blog-grid-3-col .blog-grid-3-col-container .element-item .latest-blog-post-description {
    height: 220px;
    display: block;
    overflow: hidden
}

.blog-grid-3-col .blog-grid-3-col-container .element-item .latest-blog-post-img {
    margin-bottom: 30px
}

.blog-grid-3-col .blog-grid-3-col-container .element-item h3 {
    font-size: 18px
}

.blog-grid-2-col-container .element-item {
    width: 50%;
    padding: 25px
}

.blog-grid-2-col-container .latest-blog-post-description {
    min-height: 160px
}

.blog-list {
    padding-right: 30px
}

.blog-list article {
    margin-bottom: 45px
}

.pagination li {
    display: block;
    float: left;
    line-height: 40px
}

.pagination li a {
    margin: 7px;
    border-radius: 50%;
    padding: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    color: #555;
    border: 1px solid #e5e5e5
}

.pagination li a:hover {
    color: #333
}

.pagination .pagination-arc>li:first-child>span,
.pagination li:first-child>a {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%
}

.pagination li>a.current {
    border-color: #333;
    color: #fff;
    background: #333
}

.pagination li>a.current:hover {
    background: #333
}

.pagination li:last-child>a {
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%
}

.blog-inline .latest-blog-post-img {
    width: calc(50% - 20px);
    display: inline-block;
    float: left;
    margin-right: 20px
}

.blog-inline .latest-blog-post-description {
    width: 50%;
    display: inline-block;
    float: left
}

.blog-inline .latest-blog-post-description h3 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 400
}

.blog-inline .latest-blog-post-description h3:hover {
    color: #ebcd1e
}

.blog-inline .latest-blog-post-description p {
    margin: 0
}

.blog-inline .latest-blog-post-description .view-more {
    margin-top: 18px
}

.blog-detail {
    padding-right: 30px
}

.blog-detail h1 {
    font-weight: 400;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px
}

.blog-detail .latest-blog-post-data {
    display: inline-block;
    margin-right: 30px
}

.blog-detail .latest-blog-post-data a {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px
}

.blog-detail .latest-blog-post-date-2 span {
    font-size: 13px;
    letter-spacing: 1px
}

.blog-detail .lastest-news-detail {
    margin-top: 26px
}

.blog-detail .lastest-news-detail h4 {
    margin: 40px 0 30px 0
}

blockquote {
    color: #333;
    font-size: 15px;
    padding: 0 20px;
    margin-left: 35px;
    border-left: 2px solid #ccc;
    margin-bottom: 0
}

blockquote strong {
    letter-spacing: 1px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400
}

ul.style-list-circle li::before {
    content: "\f058";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: -25px;
    top: 0;
    color: #000
}

ul.style-list-circle {
    margin: 0;
    padding: 0;
    list-style: initial;
    display: block;
    width: 100%;
    margin-top: 18px
}

ul.style-list-circle li {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    position: relative;
    text-indent: 25px
}

ul.style-list-circle li a {
    color: #666;
    transition: all .6s ease 0s
}

ul.style-list-circle li a:hover {
    color: #ebcd1e
}

.footer-data {
    margin-top: 44px;
    padding-bottom: 10px
}

.footer-data .share,
.footer-data .tags {
    display: inline-block;
    font-size: 13px
}

.footer-data .share p a,
.footer-data .tags p a {
    display: inline-block;
    color: #333;
    font-size: 13px;
    transition: all .6s ease 0s
}

.footer-data .share p a:hover,
.footer-data .tags p a:hover {
    color: #ebcd1e
}

.footer-data .share {
    float: right
}

.entry_post_navigation {
    display: inline-block;
    width: 100%;
    margin-top: 60px
}

.entry_post_navigation a {
    color: #666;
    transition: all .6s ease 0s
}

.entry_post_navigation a i {
    font-size: 18px;
    line-height: 20px
}

.entry_post_navigation span {
    transition: all .6s ease 0s;
    font-size: 13px;
    font-family: Montserrat, sans-serif
}

.entry_post_navigation .preview_entry_post {
    display: inline-block;
    float: left
}

.entry_post_navigation .preview_entry_post i {
    margin-right: 20px;
    transition: all .6s ease 0s
}

.entry_post_navigation .preview_entry_post:hover i,
.entry_post_navigation .preview_entry_post:hover span {
    color: #333
}

.entry_post_navigation .preview_entry_post:hover i {
    margin-right: 10px
}

.entry_post_navigation .next_entry_post {
    display: inline-block;
    float: right;
    text-align: right
}

.entry_post_navigation .next_entry_post i {
    margin-left: 20px;
    transition: all .6s ease 0s
}

.entry_post_navigation .next_entry_post:hover i,
.entry_post_navigation .next_entry_post:hover span {
    color: #333
}

.entry_post_navigation .next_entry_post:hover i {
    margin-left: 10px
}

.comment-respond {
    margin-top: 30px;
    display: inline-block;
    width: 100%
}

.comment-respond h3 {
    font-weight: 300;
    margin-bottom: 20px
}

.comment-respond .logged-in-as {
    display: inline-block;
    margin-bottom: 20px
}

.comment-respond .logged-in-as a {
    color: #666;
    transition: all .6s ease 0s
}

.comment-respond .logged-in-as a:hover {
    color: #ebcd1e
}

.comment-respond input.form-control {
    width: 100%;
    height: 50px;
    font-size: 15px;
    line-height: 25px;
    border-radius: 3px
}

.comment-respond .form-control {
    width: 100%;
    font-size: 15px;
    line-height: 25px
}

.comment-respond textarea {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
    resize: vertical;
    border-radius: 3px
}

.comment-respond .btn-submit {
    background: #333;
    color: #fff;
    transition: all .6s ease 0s;
    border: 0;
    outline: 0;
    box-shadow: none;
    margin-top: 20px
}

.comment-respond .btn-submit:hover {
    background: #ebcd1e;
    color: #222
}

.comments-area h3 {
    font-weight: 300;
    letter-spacing: 2px
}

.comments-area {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 10px
}

.comments-area ol.comment-list {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0
}

.comments-area ol.comment-list li.comment {
    list-style: none;
    display: inline-block;
    width: 100%;
    transition: all .6s ease 0s
}

.comments-area ol.comment-list li.comment .comment-body {
    float: left;
    width: 100%
}

.comments-area ol.comment-list li.comment .comment-body .comment-meta {
    width: 57px;
    float: left;
    overflow: hidden
}

.comments-area ol.comment-list li.comment .comment-body .comment-meta .comment-author {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: inset 1px 1px 10px 0 #999;
    border: 2px solid transparent;
    transition: all .6s ease 0s
}

.comments-area ol.comment-list li.comment .comment-body .comment-meta .comment-author img {
    max-width: 100%;
    width: 100%
}

.comments-area ol.comment-list li.comment .comment-content {
    float: right;
    padding-left: 20px;
    width: calc(100% - 57px)
}

.comments-area ol.comment-list li.comment .comment-content p {
    margin-bottom: 12px
}

.comments-area ol.comment-list li.comment .comment-content .reply {
    margin-left: 40px;
    display: inline;
    color: #555;
    font-size: 13px
}

.comments-area ol.comment-list li.comment .comment-content .reply a {
    color: #555
}

.comments-area ol.comment-list li.comment .comment-content .reply a:hover {
    color: #ebcd1e
}

.comments-area ol.comment-list li.comment .comment-content cite,
.comments-area ol.comment-list li.comment .comment-content span {
    color: #999;
    font-size: 13px;
    transition: all .1s
}

.comments-area ol.comment-list li.comment .comment-content cite a,
.comments-area ol.comment-list li.comment .comment-content span a {
    color: #999
}

.comments-area ol.comment-list li.comment .comment-content cite a:hover,
.comments-area ol.comment-list li.comment .comment-content span a:hover {
    color: #ebcd1e
}

.comments-area ol.comment-list li.comment .comment-content cite a:hover {
    color: #ebcd1e
}

.comments-area ol.comment-list li.comment .comment-meta .comment-author {
    border: 2px solid rgba(0, 0, 0, .1)
}

ol.children {
    width: 86.6666666667%;
    float: right;
    margin-top: 30px;
    padding-left: 0
}

.last-comment {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30px;
    margin-bottom: 20px
}

.widget_archive,
.widget_categories,
.widget_meta,
.widget_search,
.widget_tag_cloud {
    margin-bottom: 45px
}

.widget .search-form {
    position: relative
}

.widget .search-form input[type=search] {
    color: #888;
    border: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px
}

.widget .search-form .search-submit:hover {
    color: #ebcd1e
}

.widget .search-form .search-submit {
    position: absolute;
    top: 1px;
    right: 0;
    width: 40px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    font-size: 18px;
    border: none;
    background: 0 0;
    color: #888;
    transition: all .6s ease 0s
}

.main-sidebar h3 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 25px
}

.main-sidebar ul {
    padding-left: 19px;
    display: block;
    width: 100%
}

.main-sidebar ul li {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 8px;
    transition: all .6s ease 0s
}

.main-sidebar ul li:hover {
    padding-left: 10px
}

.main-sidebar ul li::before {
    content: "\f105";
    position: absolute;
    top: 2px;
    left: -15px;
    font-family: FontAwesome;
    transition: all .6s ease 0s
}

.main-sidebar ul li a {
    color: #555;
    line-height: 29px;
    font-size: 15px;
    transition: all .6s ease 0s
}

.main-sidebar ul li:hover::before {
    color: #ebcd1e;
    padding-left: 10px
}

.main-sidebar ul li:hover a {
    color: #ebcd1e
}

.main-sidebar ul li .count {
    float: right;
    background: 0 0;
    color: #999;
    font-weight: 400
}

.main-sidebar .tagcloud a {
    display: inline-block;
    margin: 0 7px 7px 0;
    padding: 5px 10px;
    text-shadow: none;
    border: 1px solid #ecf0f1;
    color: #888;
    text-decoration: none;
    outline: 0;
    transition: all .6s ease 0s
}

.main-sidebar .tagcloud a:hover {
    color: #000;
    background-color: #ebcd1e;
    border-color: #ebcd1e
}

.main-sidebar .widget_text {
    margin-bottom: 45px
}

.main-sidebar .promotion {
    width: 100%;
    margin-bottom: 45px;
    position: relative;
    clear: both;
    overflow: hidden
}

.main-sidebar .promotion .promotionText {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #333;
    background: rgba(235, 205, 30, .9);
    padding-top: 40px;
    top: 0;
    left: 0;
    padding: 25px 30px;
    font-size: 18px;
    line-height: 28px
}

.main-sidebar .promotion .promotionText .ot-btn {
    margin-top: 30px
}

.owl-partners .item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75px
}

.owl-partners img {
    margin: 0 auto;
    transition: all .6s ease 0s;
    width: 99%;
}

.owl-partners img:hover {
    filter: grayscale(0);
    opacity: 1
}

.owl-prev,
.prev-best-sale,
.prev-detail-services,
.prev-feature,
.prev-onsale,
.prev-partners,
.prev-partners2,
.prev-relate,
.prev-testimonial-sync {
    position: absolute;
    top: 33px;
    transform: translateY(-50%);
    left: -101%
}

.next-best-sale,
.next-detail-services,
.next-feature,
.next-onsale,
.next-partners,
.next-partners2,
.next-relate,
.next-testimonial-sync,
.owl-next {
    position: absolute;
    top: 33px;
    transform: translateY(-50%);
    right: -292%
}

.owl-partner-warp {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 5px
}

.owl-partner-warp:hover .prev-feature,
.owl-partner-warp:hover .prev-partners,
.owl-partner-warp:hover .prev-partners2 {
    left: -25px;
    opacity: .7
}

.owl-partner-warp:hover .next-feature,
.owl-partner-warp:hover .next-partners,
.owl-partner-warp:hover .next-partners2 {
    right: -25px;
    opacity: .7
}

.owl-partner-warp .owl-next,
.owl-partner-warp .owl-next2,
.owl-partner-warp .owl-prev,
.owl-partner-warp .owl-prev2 {
    opacity: .7;
    display: inline-block;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 22px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 2px;
    border: 1px solid transparent;
    transition: all .6s ease 0s
}

.owl-partner-warp .owl-next2:hover,
.owl-partner-warp .owl-next:hover,
.owl-partner-warp .owl-prev2:hover,
.owl-partner-warp .owl-prev:hover {
    opacity: 1;
    color: #009b94;
}

.owl-partners2 img {
    margin: 0 auto;
    filter: grayscale(100%);
    opacity: .5;
    transition: all .6s ease 0s
}

.owl-partners2 img:hover {
    filter: grayscale(0);
    opacity: 1
}

.owl-partners2 .owl-controls {
    position: absolute
}

.owl-partners2 .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 6px
}

.owl-partners2 .owl-controls .owl-pagination .owl-page.active {
    transform: scale(1.2, 1.2)
}

.bg-parallax {
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -1px
}

.divider-2 {
    background: rgba(255, 255, 255, .1)
}

.testimonial-warp {
    margin-top: 15px;
    display: inline-block;
    width: 100%
}

.section-dark-testimonials {
    background-image: url(images/Overlay/2.html)
}

.section-dark-testimonials h2 {
    color: #f5f5f5
}

.section-dark-testimonials p {
    color: #ccc
}

.section-dark-testimonials span.job-testimonials {
    color: #999
}

.section-dark-testimonials h4.name-testimonials {
    color: #fff
}

.quote-icon {
    font-family: 'Droid Serif', serif;
    font-size: 60px;
    color: #ccc;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    margin: 0;
    padding: 0
}

.item-testimonials {
    padding-left: 40px;
    position: relative;
    padding-right: 40px
}

.item-testimonials p {
    margin-bottom: 30px
}

.name-testimonials {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px
}

.avatar-testimonials {
    float: left
}

.avatar-testimonials img {
    margin-right: 25px;
    width: 56px;
    border: 3px solid #ebcd1e
}

.prev-testimonials-2-columns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px
}

.next-testimonials-2-columns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px
}

.testimonial-warp {
    position: relative
}

.testimonial-warp:hover .prev-testimonials-2-columns {
    left: -25px;
    opacity: .7
}

.testimonial-warp:hover .next-testimonials-2-columns {
    right: -25px;
    opacity: .7
}

.testimonial-warp .next-testimonials-2-columns,
.testimonial-warp .prev-testimonials-2-columns {
    font-size: 30px;
    color: #fff;
    opacity: 0;
    transition: all .6s ease 0s
}

.testimonial-warp .next-testimonials-2-columns:hover,
.testimonial-warp .prev-testimonials-2-columns:hover {
    opacity: 1;
    color: #fff
}

.owl-controls {
    width: 100%;
    display: none!important;
    text-align: center;
    margin-top: 60px
}

.owl-controls .owl-pagination {
    width: 100%
}

.owl-controls .owl-pagination .owl-page {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin: 0 6px
}

.owl-controls .owl-pagination .owl-page.active {
    transform: scale(1.2, 1.2)
}

.testimonial-2-col {
    margin-bottom: 75px
}

.testimonial-2-col .owl-controls {
    position: absolute
}

.testimonials-1-columns .avatar-testimonials {
    display: block;
    float: none
}

.testimonials-1-columns .avatar-testimonials img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%
}

.testimonials-1-columns .name-testimonials {
    margin-top: 24px
}

.testimonials-1-columns .job-testimonials {
    color: #999;
    font-size: 15px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

.prev-testimonials-1-columns {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    left: -50px
}

.next-testimonials-1-columns {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    right: -50px
}

.testimonial-warp:hover .prev-testimonials-1-columns {
    left: -25px;
    opacity: .7
}

.testimonial-warp:hover .next-testimonials-1-columns {
    right: -25px;
    opacity: .7
}

.testimonial-warp .next-testimonials-1-columns,
.testimonial-warp .prev-testimonials-1-columns {
    font-size: 30px;
    color: #ccc;
    opacity: 0;
    transition: all .6s ease 0s
}

.testimonial-warp .next-testimonials-1-columns:hover,
.testimonial-warp .prev-testimonials-1-columns:hover {
    opacity: 1;
    color: #ccc
}

.content-testimonials {
    position: relative;
    display: inline-block;
    width: 100%
}

.content-testimonials:before {
    content: "“";
    font-family: arial;
    font-size: 120px;
    color: #e5e5e5;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: -1
}

.sm-owl-partner {
    max-width: 712px;
    margin: 0 auto;
    display: block;
    padding: 70px 0
}

.sm-owl-partner img {
    width: 50%
}

.testimonial-1-column-v2-warp .customNavigation {
    display: inline-block;
    margin-left: 14px;
    line-height: 36px;
    vertical-align: top;
    margin-top: 14px
}

.testimonial-1-column-v2-warp .customNavigation i {
    line-height: 20px
}

.testimonial-1-column-v2-warp .customNavigation .btn {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #b0b0b0;
    text-align: center;
    line-height: 15px;
    opacity: 1;
    padding: 0;
    color: #b0b0b0;
    margin-right: 3px;
    font-weight: 400;
    transition: all .6s ease 0s;
    font-size: 18px
}

.testimonial-1-column-v2-warp .customNavigation .btn:hover {
    color: #222;
    border: 1px solid #ebcd1e
}

.testimonial-1-column-v2-warp h3 {
    font-weight: 300;
    letter-spacing: 1px;
    display: inline-block
}

.testimonial-1-column-v2-warp p {
    margin-top: 30px;
    margin-bottom: 34px
}

.avatar-testimonials-1-columns-v2 {
    float: left
}

.avatar-testimonials-1-columns-v2 img {
    border: 3px solid #ebcd1e;
    width: 62px;
    height: 62px;
    margin-right: 10px
}

.name-testimonials-1-columns-v2 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 2px
}

.job-testimonials-1-columns-v2 {
    font-size: 13px;
    color: #888
}

.item-testimonials-1-columns-v2 {
    display: inline-block;
    width: 100%
}

.large-avatar .avatar-testimonials {
    float: none;
    margin-bottom: 25px
}

.large-avatar img {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #ebcd1e
}

.large-avatar .content-testimonials {
    margin-top: 40px
}

.large-avatar .job-testimonials {
    color: #999
}

.testimonial-sync-container {
    position: relative
}

.testimonial-sync-container:hover .prev-testimonial-sync {
    left: -25px;
    opacity: .7
}

.testimonial-sync-container:hover .next-testimonial-sync {
    right: -25px;
    opacity: .7
}

.testimonial-sync-container .next-testimonial-sync,
.testimonial-sync-container .prev-testimonial-sync {
    opacity: 0;
    transition: all .6s ease 0s
}

.testimonial-sync-container .next-testimonial-sync:hover,
.testimonial-sync-container .prev-testimonial-sync:hover {
    opacity: 1
}

.thumb-testimonial-sync-slide {
    max-width: 720px;
    margin: 40px auto;
    margin-bottom: 0
}

.thumb-testimonial-sync-slide img {
    height: 50px;
    filter: grayscale(100%);
    transition: all .6s ease 0s;
    margin: 0 auto;
    display: block
}

.thumb-testimonial-sync-slide .owl-item {
    cursor: pointer;
    width: 100px
}

.thumb-testimonial-sync-slide .owl-item:hover img {
    filter: grayscale(0)
}

.thumb-testimonial-sync-slide .owl-item.synced img {
    filter: grayscale(0)
}

.thumb-testimonial-sync-slide .owl-controls .owl-pagination .owl-page {
    background: #ccc
}

.blog-1-column-warp .customNavigation {
    display: inline-block;
    margin-left: 14px;
    line-height: 36px;
    vertical-align: top;
    margin-top: 14px
}

.blog-1-column-warp .customNavigation i {
    line-height: 20px
}

.blog-1-column-warp .customNavigation .btn {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #b0b0b0;
    text-align: center;
    line-height: 15px;
    opacity: 1;
    padding: 0;
    color: #b0b0b0;
    margin-right: 3px;
    font-weight: 400;
    transition: all .6s ease 0s;
    font-size: 18px
}

.blog-1-column-warp .customNavigation .btn:hover {
    color: #222;
    border: 1px solid #ebcd1e
}

.blog-1-column-warp h3 {
    font-weight: 300;
    letter-spacing: 1px;
    display: inline-block
}

.blog-1-column-warp p {
    margin-top: 30px;
    margin-bottom: 34px
}

.owl-blog-1-column {
    margin-top: 35px
}

.form-subcribe {
    max-width: 770px;
    margin: 0 auto;
    padding-top: 15px
}

.form-subcribe form {
    margin-top: 15px;
    display: inline-block;
    width: 100%
}

.form-subcribe form input {
    width: calc(100% - 172px);
    display: inline-block;
    border: 0;
    outline: 0;
    height: 40px;
    background: #e6e6e6;
    padding-left: 15px;
    box-shadow: none!important;
    transition: all .6s ease 0s
}

.form-subcribe form input:focus {
    border: 1px solid #ebcd1e;
    background: #f2f2f2
}

.form-subcribe form button {
    display: inline-block;
    outline: 0;
    border: 0;
    margin: 0;
    vertical-align: top;
    margin-left: -5px;
    padding: 0 40px
}

.item-team {
    margin: 0 auto;
    width: 90%
}

.item-team .portrait-member {
    display: block;
    z-index: 1
}

.item-team .portrait-member img {
    filter: contrast(.9);
    transition: all .6s ease 0s;
    margin: 0 auto
}

.item-team .member-info {
    width: 304px;
    height: 131px;
    border: 3px solid #ebcd1e;
    margin: 0 auto;
    margin-top: -21px;
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 10px 0
}

.item-team .member-info p.member-job {
    margin-bottom: 15px;
    margin-top: 0
}

.item-team .member-info .social-member {
    display: block
}

.item-team .member-info .social-member a {
    margin: 0 10px;
    display: inline-block;
    color: #555;
    transition: all .6s ease 0s
}

.item-team .member-info .social-member a:hover {
    color: #ebcd1e
}

.item-team:hover .portrait-member img {
    filter: contrast(1.1)
}

[class^=hvr-] {
    display: inline-block;
    vertical-align: middle;
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: transparent
}

.item-team:active .hvr-float-shadow,
.item-team:focus .hvr-float-shadow,
.item-team:hover .hvr-float-shadow {
    transform: translateY(-15px)
}

.hvr-float-shadow {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition: all .6s ease 0s
}

.hvr-float-shadow::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 1px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 70%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 70%);
    transition: all .6s ease 0s
}

.item-team:active .hvr-float-shadow::before,
.item-team:focus .hvr-float-shadow::before,
.item-team:hover .hvr-float-shadow::before {
    opacity: .6;
    height: 7px;
    transform: translateY(10px)
}

.prev-team {
    position: absolute;
    top: 36.45%;
    transform: translateY(-50%);
    left: -50px
}

.next-team {
    position: absolute;
    top: 36.45%;
    transform: translateY(-50%);
    right: -50px
}

.next-team,
.prev-team {
    font-size: 40px;
    color: #ebcd1e;
    opacity: 0;
    transition: all .6s ease 0s;
    display: block
}

.next-team:hover,
.prev-team:hover {
    opacity: 1;
    color: #ebcd1e
}

.ourteam-warp {
    position: relative
}

.ourteam-warp:hover .prev-team {
    left: -45px;
    opacity: .7
}

.ourteam-warp:hover .next-team {
    right: -45px;
    opacity: .7
}

.ourteam-3-col {
    margin-bottom: 38px;
    margin-top: 20px;
    display: inline-block;
    width: 100%
}

.ourteamGrid-warp {
    display: inline-block;
    margin-top: 20px
}

.ourteamGrid-warp .team-grid-item {
    width: 33.33%;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.ourteamGrid-warp .team-grid-item .grid-team-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    padding: 16px 20px;
    transition: all .6s ease 0s;
    transform: translateY(-80px)
}

.ourteamGrid-warp .team-grid-item .grid-team-overlay h5 {
    margin: 0;
    font-family: Montserrat, sans-serif;
    color: #ccc
}

.ourteamGrid-warp .team-grid-item .grid-team-overlay p {
    margin: 0;
    color: grey;
    margin-top: 5px
}

.ourteamGrid-warp .team-grid-item .grid-team-overlay p.description-member {
    margin-top: 25px
}

.ourteamGrid-warp .team-grid-item .social-member {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 15px
}

.ourteamGrid-warp .team-grid-item .social-member a {
    margin: 0 10px;
    display: inline-block;
    color: #222;
    transition: all .6s ease 0s;
    width: 25px;
    height: 25px;
    position: relative
}

.ourteamGrid-warp .team-grid-item .social-member a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: -5px;
    height: 1px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    transition: all .6s ease 0s
}

.ourteamGrid-warp .team-grid-item .social-member a:hover {
    transform: translateY(-5px)
}

.ourteamGrid-warp .team-grid-item .social-member a:hover::before {
    opacity: .9;
    height: 3px;
    transform: translateY(5px)
}

.ourteamGrid-warp .team-grid-item:hover .member-info {
    opacity: 0
}

.ourteamGrid-warp .team-grid-item:hover .grid-team-overlay {
    opacity: 1
}

.ourteamGrid-warp .team-grid-item:hover .grid-team-overlay {
    top: 0;
    transform: none;
    background: rgba(235, 205, 30, .95)
}

.ourteamGrid-warp .team-grid-item:hover .grid-team-overlay h5 {
    color: #333
}

.ourteamGrid-warp .team-grid-item:hover .grid-team-overlay p {
    color: #555
}

.ourteamGrid-warp .team-grid-item:hover .grid-team-overlay p.member-job {
    color: #666
}

.ourteamGrid-warp .team-grid-item:hover .grid-team-overlay p.description-member {
    margin-top: 15px
}

.block-img-full-width {
    width: 100%
}

.block-img-full-width .block-img-left .img-block {
    margin-right: 35px;
    width: calc(50% - 35px)
}

.block-img-full-width img {
    width: 100%
}

.block-img-full-width .block-img-left .text-box {
    margin-left: 35px;
    width: calc(50% - 35px);
    padding-left: 0;
    padding-top: 6.5%
}

.block-img-full-width .block-img-left .text-box h4 {
    margin-bottom: 13px
}

.block-img-full-width .block-img-right .img-block {
    margin-left: 35px;
    width: calc(50% - 35px)
}

.block-img-full-width img {
    width: 100%
}

.block-img-full-width .block-img-right .text-box {
    margin-right: 35px;
    width: calc(50% - 35px);
    padding-left: 0;
    padding-top: 6.5%
}

.block-img-full-width .block-img-right .text-box h4 {
    margin-bottom: 13px
}

.img-block {
    position: relative;
    z-index: 1
}

.block-img-left,
.block-img-right {
    width: 100%
}

.view-more {
    color: #333;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    margin-top: 24px;
    display: block;
    transition: all .6s ease 0s
}

.view-more:hover {
    color: #ebcd1e
}

.sub-header {
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    transform-style: preserve-3d
}

.sub-header .sub-header-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center
}

.sub-header .sub-header-content h2 {
    margin-top: 0;
    font-weight: 300
}

.sub-header .sub-header-content .breadcrumb-arc {
    padding: 0;
    margin: 0;
    margin-top: 25px;
    background: 0 0;
    box-shadow: none;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    color: #ccc
}

.sub-header .sub-header-content .breadcrumb-arc a {
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    color: #ebcd1e;
    transition: all .6s ease 0s
}

.sub-header .sub-header-content .breadcrumb-arc a:hover {
    color: #c5aa11
}

.sub-header .sub-header-content .breadcrumb-arc>.active {
    color: #ccc
}

.fake-position {
    margin-top: 78px
}

.sub-header-1 {
    height: 335px
}

.sub-header-portfolio-grid-1 {
    background-image: url(images/Overlay/4.html)
}

.welcome-section h1 {
    font-size: 48px;
    color: #333;
    font-weight: 700
}

.welcome-section h4 {
    color: #999;
    font-weight: 700
}

.welcome-section .ot-btn {
    margin-top: 24px
}

.ourProcess-bg-dark {
    background-image: url(images/Overlay/6.html)
}

.process-container {
    width: 100%;
    display: inline-block;
    text-align: center
}

.thumb-process-slide {
    max-width: 685px;
    margin: 0 auto
}

.process-item {
    margin: 40px 20px;
    width: 130px;
    height: 130px;
    border: 3px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    color: #ebcd1e;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    padding-top: 28px;
    transition: all .6s ease 0s;
    cursor: pointer
}

.process-item:hover {
    color: #333;
    border-color: #ebcd1e;
    background: #ebcd1e
}

.owl-item.synced .process-item {
    color: #333;
    border-color: #ebcd1e;
    background: #ebcd1e
}

.process-2-container .process-2-item span.order {
    width: 40px;
    height: 40px;
    background: #ebcd1e;
    color: #333;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-weight: 700;
    margin-right: 5px;
    letter-spacing: 2px;
    margin-bottom: 10px
}

.process-2-container .process-2-item h4 {
    display: inline-block
}

.process-2-container .process-2-item p {
    margin-bottom: 0
}

.left-icon-container {
    margin-top: 25px;
    display: inline-block;
    width: 100%
}

.left-icon-item {
    margin-bottom: 50px
}

.left-icon-item i {
    font-size: 24px;
    border: 1px solid #ccc;
    color: #333;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 3px
}

.left-icon-item h4 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 13px
}

.left-icon-item .media-body {
    padding-left: 20px;
    padding-right: 30px
}

.section-dark-ourStatistics {
    background-image: url(images/Overlay/7.html);
    text-align: center
}

.section-dark-ourStatistics .ourStatis-warp {
    display: inline-block;
    width: 100%;
    margin-top: 30px
}

.section-dark-ourStatistics .ourStatis-item {
    display: inline-block;
    float: left;
    width: 25%
}

.section-dark-ourStatistics .ourStatis-item .circle-statis {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.section-dark-ourStatistics .ourStatis-item .circle-statis img {
    width: 200px;
    transform: translateX(0);
    transition: all .6s ease 0s;
    max-width: 200px
}

.section-dark-ourStatistics .ourStatis-item:hover img {
    transform: translateX(-40px)
}

.section-dark-ourStatistics .ourStatis-item h6 {
    color: #999;
    margin-bottom: 26px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 2px
}

.section-dark-ourStatistics .ourStatis-item .counter {
    font-size: 35px;
    color: #fff
}

.section-dark-ourStatistics .ourStatis-item-2 {
    margin: 0 auto;
    width: 25%;
    display: inline-block;
    float: left
}

.section-dark-ourStatistics .ourStatis-item-2 .circle-statis {
    text-align: center;
    width: 220px;
    height: 220px;
    background: #ebcd1e;
    color: #333;
    border-radius: 50%;
    padding-top: 45px;
    margin-top: 16px
}

.section-dark-ourStatistics .ourStatis-item-2 .circle-statis span.lnr {
    font-size: 50px
}

.section-dark-ourStatistics .ourStatis-item-2 .circle-statis h6 {
    font-size: 12px;
    font-family: Montserrat, sans-serif
}

.section-dark-ourStatistics .ourStatis-item-2 .circle-statis span.counter {
    font-size: 30px;
    font-weight: 700
}

.block-contact {
    display: inline-block;
    width: 100%;
    margin-top: 40px
}

.block-contact .item-block-contact {
    background: #f5f5f5;
    padding: 35px 50px
}

.block-contact .item-block-contact span {
    font-size: 36px;
    color: #333;
    padding-bottom: 22px;
    display: block
}

.block-contact .item-block-contact p {
    font-family: Montserrat, sans-serif;
    color: #555;
    font-weight: 500
}

.form-contact {
    margin-top: 70px
}

.form-contact h3 {
    font-weight: 300;
    color: #333b47;
    margin-bottom: 40px
}

.form-contact input.form-control {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-shadow: none
}

.form-contact input.form-control:focus {
    border: 1px solid #ebcd1e
}

.form-contact .form-textarea {
    width: 100%;
    margin-top: 20px
}

.form-contact textarea.form-control {
    width: 100%;
    line-height: 50px;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-shadow: none;
    resize: vertical
}

.form-contact textarea.form-control:focus {
    border: 1px solid #ebcd1e
}

.form-contact .btn-submit {
    transition: all .6s ease 0s;
    border: 0;
    outline: 0;
    box-shadow: none;
    margin: 0 auto;
    margin-top: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    letter-spacing: 2px
}

.form-contact .btn-submit:hover {
    background: #333;
    color: #fff
}

.services-fix {
    margin-top: -167px;
    left: 0
}

.services-fix .img-block {
    border: 20px solid #fff;
    background: #fff;
    height: 220px;
    border-radius: 0
}

.service-item {
    margin-bottom: 70px
}

.sub-header-our-services {
    background-image: url(images/Overlay/10.html)
}

.sub-header-our-services-2 {
    background-image: url(images/Overlay/11.html)
}

.sidebar-services {
    width: 290px;
    display: inline-block
}

.main-services {
    width: calc(100% - 290px);
    display: inline-block
}

.main-services img {
    margin-bottom: 20px
}

.sidebar-left {
    padding-right: 25px;
    float: left
}

.sidebar-right {
    padding-left: 25px;
    float: right
}

.main-services-right {
    padding-left: 25px;
    float: right
}

.main-services-left {
    padding-right: 25px;
    float: left
}

.sidebar-left ul.sidebar-style-2 li {
    border-right: 4px solid transparent
}

.sidebar-right ul.sidebar-style-2 li {
    border-left: 4px solid transparent
}

ul.sidebar-style-2 {
    display: block;
    width: 100%
}

ul.sidebar-style-2 li {
    display: block;
    width: 100%;
    background: #f2f2f2;
    transition: all .1s;
    margin-bottom: 5px
}

ul.sidebar-style-2 li a {
    color: #555;
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 60px;
    padding: 0 15px;
    transition: all .1s
}

.sidebar-left ul.sidebar-style-2 li:hover {
    border-right: 4px solid #ebcd1e;
    background: #333
}

.sidebar-left ul.sidebar-style-2 li:hover a {
    color: #ebcd1e
}

.sidebar-right ul.sidebar-style-2 li:hover {
    border-left: 4px solid #ebcd1e;
    background: #333
}

.sidebar-right ul.sidebar-style-2 li:hover a {
    color: #ebcd1e
}

.sidebar-left ul.sidebar-style-2 li.active {
    border-right: 4px solid #ebcd1e;
    background: #333
}

.sidebar-left ul.sidebar-style-2 li.active a {
    color: #ebcd1e
}

.sidebar-right ul.sidebar-style-2 li.active {
    border-left: 4px solid #ebcd1e;
    background: #333
}

.sidebar-right ul.sidebar-style-2 li.active a {
    color: #ebcd1e
}

.box-question-sidebar {
    display: block;
    width: 100%;
    padding: 40px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    margin-top: 45px
}

.box-question-sidebar .ot-btn {
    margin-top: 10px;
    margin-bottom: 0
}

.slide-services {
    position: relative;
    display: inline-block;
    width: 100%
}

.slide-services .next-detail-services,
.slide-services .prev-detail-services {
    top: 40%
}

.slide-services .prev-detail-services {
    left: 15px
}

.slide-services .next-detail-services {
    right: 15px
}

.slide-services:hover .prev-detail-services {
    opacity: 1
}

.slide-services:hover .next-detail-services {
    opacity: 1
}

.slide-services .next-detail-services,
.slide-services .prev-detail-services {
    font-size: 30px;
    color: #ebcd1e;
    opacity: .7;
    transition: all .6s ease 0s;
    background: 0 0;
    z-index: 999;
    line-height: 30px;
    text-align: center;
    border-radius: 0;
    padding: 0
}

.slide-services .next-detail-services:hover,
.slide-services .prev-detail-services:hover {
    opacity: 1
}

.owl-detail-services img {
    width: 100%
}

.thumb-service-slide {
    width: calc(100% + 20px);
    margin-left: -10px
}

.thumb-service-slide .item img {
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 15px;
    overflow: hidden
}

.content-text-services {
    width: 100%;
    display: block
}

.content-text-services h3 {
    font-weight: 400
}

.about-us-info {
    display: inline-block;
    width: 100%;
    margin-top: 60px
}

.about-us-info .about-info-item {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 20px 50px
}

.about-us-info .about-info-item span {
    color: #333;
    font-size: 60px;
    font-weight: 700
}

.about-us-info .about-info-item h5 {
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    margin-top: 32px;
    margin-bottom: 15px
}

.testimonial-2-col-about .owl-controls {
    display: none!important
}

.template-border header {
    padding: 60px 60px 0 60px
}

.template-border .content-box {
    background: #fff;
    max-width: 1170px;
    margin: 0 auto
}

.template-border .container {
    max-width: 100%
}

.template-border section {
    padding: 60px
}

.template-border footer {
    border-radius: 0 0 5px 5px
}

.form-search-home-6 .btn-search-home-6 {
    width: 30px;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: 0 0;
    float: left;
    font-size: 20px;
    transition: all .6s ease 0s;
    line-height: 35px
}

.form-search-home-6 .btn-search-home-6:hover {
    color: #ebcd1e
}

.form-search-home-6 .form-group {
    width: 100%
}

.form-search-home-6 .form-group .input-group {
    width: 100%
}

.form-search-home-6 .form-group .input-group input.form-control {
    display: inline-block;
    float: right;
    width: calc(100% - 45px);
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
    height: 35px
}

.demo-products-tab {
    margin-top: 32px;
    display: inline-block;
    width: 100%
}

.tab-content {
    margin-top: 10px
}

.nav-tabs-arc-product {
    text-align: center;
    border-bottom: 0
}

.nav-tabs-arc-product>li {
    float: none;
    display: inline-block;
    margin: 0 14px
}

.nav-tabs-arc-product>li>a {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
    color: #555
}

.nav-tabs-arc-product>li.active>a,
.nav-tabs-arc-product>li.active>a:focus,
.nav-tabs-arc-product>li.active>a:hover {
    background: #ebcd1e;
    color: #222;
    padding: 5px 10px;
    border: 0
}

.products-warp {
    display: block;
    position: relative
}

.products-warp .new-product {
    display: block;
    position: absolute;
    width: 52px;
    height: 20px;
    background: #87be87;
    color: #333;
    text-transform: uppercase;
    top: 10px;
    right: 14px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    font-family: Montserrat, sans-serif;
    border-radius: 3px
}

.products-warp .sale-product {
    display: block;
    position: absolute;
    width: 52px;
    height: 20px;
    background: #df7154;
    color: #333;
    text-transform: uppercase;
    top: 40px;
    right: 14px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    font-family: Montserrat, sans-serif;
    border-radius: 3px
}

.product-info {
    width: 100%;
    text-align: center
}

.product-info h3 {
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    transition: all .6s ease 0s
}

.product-info h3:hover {
    color: #ebcd1e
}

.product-info .price {
    color: #222
}

.product-info .price span.old-price {
    color: #666;
    text-decoration: line-through;
    margin-right: 7px
}

.price {
    color: #222
}

.price span.old-price {
    color: #666;
    text-decoration: line-through;
    margin-right: 7px
}

.product-item {
    margin: 0 auto;
    display: block;
    margin-bottom: 45px
}

.product-item img {
    margin: 0 auto
}

.owl-feature-warp {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px
}

.owl-feature-warp .next-feature,
.owl-feature-warp .prev-feature {
    top: 40%
}

.owl-feature-warp:hover .prev-feature {
    left: -25px;
    opacity: .7
}

.owl-feature-warp:hover .next-feature {
    right: -25px;
    opacity: .7
}

.owl-feature-warp .next-feature,
.owl-feature-warp .prev-feature {
    font-size: 30px;
    color: #888;
    opacity: 0;
    transition: all .6s ease 0s;
    background: rgba(0, 0, 0, .1);
    z-index: 999;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0;
    padding: 0
}

.owl-feature-warp .next-feature:hover,
.owl-feature-warp .prev-feature:hover {
    opacity: 1;
    color: #222
}

.owl-onsale-warp {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px
}

.owl-onsale-warp .next-onsale,
.owl-onsale-warp .prev-onsale {
    top: 40%
}

.owl-onsale-warp:hover .prev-onsale {
    left: -25px;
    opacity: .7
}

.owl-onsale-warp:hover .next-onsale {
    right: -25px;
    opacity: .7
}

.owl-onsale-warp .next-onsale,
.owl-onsale-warp .prev-onsale {
    font-size: 30px;
    color: #888;
    opacity: 0;
    transition: all .6s ease 0s;
    background: rgba(0, 0, 0, .1);
    z-index: 999;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0;
    padding: 0
}

.owl-onsale-warp .next-onsale:hover,
.owl-onsale-warp .prev-onsale:hover {
    opacity: 1;
    color: #222
}

.owl-best-sale-warp {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px
}

.owl-best-sale-warp .next-best-sale,
.owl-best-sale-warp .prev-best-sale {
    top: 40%
}

.owl-best-sale-warp:hover .prev-best-sale {
    left: -25px;
    opacity: .7
}

.owl-best-sale-warp:hover .next-best-sale {
    right: -25px;
    opacity: .7
}

.owl-best-sale-warp .next-best-sale,
.owl-best-sale-warp .prev-best-sale {
    font-size: 30px;
    color: #888;
    opacity: 0;
    transition: all .6s ease 0s;
    background: rgba(0, 0, 0, .1);
    z-index: 999;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0;
    padding: 0
}

.owl-best-sale-warp .next-best-sale:hover,
.owl-best-sale-warp .prev-best-sale:hover {
    opacity: 1;
    color: #222
}

.owl-relate-warp {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px
}

.owl-relate-warp .next-relate,
.owl-relate-warp .prev-relate {
    top: 40%
}

.owl-relate-warp:hover .prev-relate {
    left: -25px;
    opacity: .7
}

.owl-relate-warp:hover .next-relate {
    right: -25px;
    opacity: .7
}

.owl-relate-warp .next-relate,
.owl-relate-warp .prev-relate {
    font-size: 30px;
    color: #888;
    opacity: 0;
    transition: all .6s ease 0s;
    background: rgba(0, 0, 0, .1);
    z-index: 999;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0;
    padding: 0
}

.owl-relate-warp .next-relate:hover,
.owl-relate-warp .prev-relate:hover {
    opacity: 1;
    color: #222
}

.bg-promotion-product {
    background-image: url(images/Overlay/8.html);
    background-repeat: repeat
}

.promotion-product-warp {
    max-width: 960px;
    width: 100%;
    margin: 0 auto
}

.promotion-product-warp .promotion-product-item {
    width: calc(50% - 20px);
    margin: 0 10px;
    background: #fff;
    display: inline-block;
    float: left
}

.promotion-product-item {
    border: 1px solid #e5e5e5;
    padding: 3px
}

.promotion-product-item .promotion-product-item-inner {
    display: inline-block;
    border: 1px solid #d9d9d9;
    width: 100%;
    text-align: center
}

.promotion-product-item .promotion-product-item-inner h4 {
    letter-spacing: 2px;
    color: #222;
    padding-top: 5px
}

.promotion-product-item .promotion-product-item-inner p {
    font-size: 10px;
    color: #999;
    letter-spacing: 2px
}

.header-shop-banner {
    width: 100%;
    height: 266px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.hsb-1 {
    background-image: url(images/Overlay/9.html)
}

.arc-sorting {
    float: left;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px
}

.arc-sorting div.fancy-select {
    color: #666
}

.arc-sorting div.fancy-select div.trigger {
    padding: 0;
    background: 0 0;
    border: 0!important;
    outline: 0!important;
    box-shadow: none!important;
    min-width: 120px;
    width: auto!important;
    letter-spacing: 1px;
    float: right;
    padding-right: 15px
}

.arc-sorting div.fancy-select div.trigger:active,
.arc-sorting div.fancy-select div.trigger:hover {
    outline: 0!important;
    border: none!important;
    box-shadow: none!important
}

.arc-sorting div.fancy-select div.trigger::after {
    top: 10px;
    right: 0
}

.arc-sorting div.fancy-select ul.options {
    right: 0;
    border: 0;
    background: #333;
    border-radius: 0;
    max-height: none;
    min-height: 250px;
    width: auto;
    min-width: 215px
}

.arc-sorting div.fancy-select ul.options li {
    color: #fff;
    letter-spacing: 1px
}

.arc-sorting div.fancy-select ul.options li.selected {
    color: #222;
    background: #ebcd1e;
    letter-spacing: 1px
}

.arc-sorting div.fancy-select ul.options li:hover {
    color: #333;
    background: #ebcd1e
}

.arc-sorting div.fancy-select ul.options.open {
    top: 35px
}

.arc-sorting select.orderby:focus {
    border: none;
    outline: 0;
    box-shadow: none
}

div.products {
    margin-top: 40px;
    display: inline-block;
    width: 100%
}

.product-detail-image img {
    max-width: 100%
}

.single-product-detail h3 {
    font-size: 15px;
    font-family: Montserrat, sans-serif
}

.single-product-detail .divider-line {
    margin: 25px 0;
    margin-bottom: 15px
}

.single-product-detail .social-share {
    margin-top: 35px;
    padding-bottom: 80px
}

.product-data .color-choose {
    margin-top: 20px
}

.product-data .color-choose a {
    display: inline-block;
    margin-right: 5px
}

.product-data .size-choose {
    margin-top: 20px
}

.product-data .size-choose a {
    display: inline-block;
    margin-right: 5px;
    background: #f2f2f2;
    color: #333;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    transition: all .6s ease 0s
}

.product-data .size-choose a:hover {
    background: #757575;
    color: #fff
}

.product-data .size-choose a.active {
    background: #757575;
    color: #fff
}

.product-data span.text-cap {
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    color: #333;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%
}

.product-data input {
    background-color: #f2f2f2;
    color: #666;
    font-size: 15px;
    border: none;
    height: 40px;
    line-height: 40px;
    width: 80px;
    font-weight: 700;
    margin-right: 15px;
    padding: 0 10px;
    display: inline-block
}

.product-data .quantity-choose {
    margin-top: 35px
}

.product-data .quantity-choose .ot-btn,
.product-data .quantity-choose input {
    display: inline-block
}

.product-data .quantity-choose .ot-btn {
    vertical-align: top;
    margin-bottom: 0
}

p.product-code {
    margin-top: 35px;
    display: inline-block;
    width: 100%
}

p.product-code span {
    color: #666
}

p.product-tag {
    color: #999;
    display: inline-block;
    width: 100%
}

p.product-tag span {
    color: #666
}

p.product-tag a {
    display: inline-block;
    color: #999;
    transition: all .6s ease 0s
}

p.product-tag a:hover {
    color: #333
}

.breadcrumb-arc-2 {
    background: 0 0;
    font-size: 13px;
    color: #999;
    border-top: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 15px;
    padding-left: 0
}

.breadcrumb-arc-2 a {
    color: #666;
    font-size: 13px;
    transition: all .6s ease 0s
}

.breadcrumb-arc-2 a:hover {
    color: #333
}

.accrodion-warp {
    display: inline-block;
    width: 100%;
    margin-top: 20px
}

.accrodion-style-1 .panel {
    border-bottom: 1px solid #d9d9d9;
    box-shadow: none;
    background: 0 0;
    border-radius: 0
}

.accrodion-style-1 .panel-group .panel {
    border-radius: 0;
    box-shadow: none
}

.accrodion-style-1 .panel-heading {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
}

.accrodion-style-1 .panel-title {
    font-size: 14px
}

.accrodion-style-1 .panel-title>a {
    display: block;
    padding: 10px 0;
    padding-bottom: 15px;
    text-decoration: none;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    color: #555
}

.accrodion-style-1 .panel-title>a i {
    margin-right: 15px
}

.accrodion-style-1 .more-less {
    float: left;
    color: #212121
}

.shopping-cart .table>tbody>tr>td {
    padding: 20px 12px;
    vertical-align: middle
}

table tr.cart_item td.product-thumbnail img {
    max-width: 80px;
    border: 1px solid #e6e6e6
}

.product-remove a.remove {
    display: block;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    transition: all .6s ease 0s;
    color: #6e6e6e
}

.product-remove a.remove:hover {
    color: red
}

td {
    vertical-align: middle!important
}

table.shop_table th {
    font-weight: 400;
    padding: 9px 12px;
    border-width: 0 0 3px 0
}

table.shop_table .product-name a {
    color: #333;
    font-family: Montserrat, sans-serif;
    transition: all .6s ease 0s
}

table.shop_table .product-name a:hover {
    color: #c5aa11
}

table.shop_table .product-name span {
    display: block;
    width: 100%;
    color: #6e6e6e
}

.product-quantity input {
    background-color: #f2f2f2;
    color: #666;
    font-size: 15px;
    border: none;
    padding: 10px 10px;
    width: 80px;
    font-weight: 400
}

.coupon input[type=text] {
    width: 200px;
    margin-right: 25px
}

.coupon .input-text,
.shipping-calculator-form .input-text,
.shipping-calculator-form select {
    height: 39px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 5px;
    background: #f2f2f2;
    border: 0;
    outline: 0;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 13px
}

.btn-coupon {
    margin: 0;
    outline: 0;
    border: none;
    background: 0 0;
    border: 2px solid #e6e6e6;
    transition: all .6s ease 0s
}

.btn-coupon:hover {
    border-color: #ebcd1e
}

.cart-collaterals {
    padding: 40px;
    border: 1px solid #e5e5e5
}

.cart_totals table.shop_table th {
    padding-left: 0
}

.shipping-calculator-form p {
    margin: 12px 0 12px 0
}

tr.order-total {
    height: 80px
}

.cart_totals table.shop_table tbody tr.cart-subtotal td,
.cart_totals table.shop_table tbody tr.cart-subtotal th {
    padding: 20px 12px;
    border-width: 0 0 1px 0;
    border-style: dashed;
    border-color: #e5e5e5
}

.cart_totals table.shop_table tbody tr.shipping td,
.cart_totals table.shop_table tbody tr.shipping th {
    padding: 20px 12px;
    border-width: 0 0 1px 0;
    border-style: dashed;
    border-color: #e5e5e5;
    vertical-align: top
}

.shop_table_responsive {
    width: 100%;
    min-width: 250px
}

table.shop_table>tbody>tr>td.product-thumbnail {
    text-align: center
}

table.shop_table>tbody>tr>td {
    padding: 10px 0
}

table.shop_table {
    border: 1px solid #e5e5e5
}

table.shop_table>thead {
    background: #555;
    color: #aaa;
    border: 1px solid #555
}

table.shop_table>tbody>tr:nth-child(1)>td {
    border-top: 0
}

table.shop_table>thead>tr>th {
    border-bottom: 0
}

table.shop_table {
    margin-bottom: 0
}

.shopping-cart-warp .actions {
    display: inline-block;
    margin: 15px 0;
    width: 100%
}

.btn-update-coupon {
    float: right
}

table.shop-proceed {
    border: 0
}

.cart_totals h4 {
    letter-spacing: 2px
}

tr.shipping>td {
    vertical-align: top
}

select.country_to_state {
    color: #888
}

select.country_to_state:focus {
    color: #333
}

form.woocommerce-shipping-calculator {
    margin-top: 25px
}

tr.cart-subtotal .amount {
    font-size: 16px;
    color: #555
}

tr.order-total .amount {
    font-size: 18px;
    color: #555
}

th.product-price,
th.product-remove,
th.product-subtotal {
    min-width: 100px
}

th.product-name {
    min-width: 185px
}

.sub-header-about {
    background-image: url(images/Overlay/12.html)
}

.about-intro h2 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px
}

.about-intro .about-intro-img {
    width: 34%;
    padding-right: 0;
    display: inline-block;
    float: left;
    margin-left: 11%;
    margin-bottom: 100px
}

.about-intro .about-intro-text {
    width: 50%;
    padding-left: 25px;
    display: inline-block;
    float: left
}

.item-testimonials-about {
    margin-bottom: 70px
}

.item-testimonials-about p {
    margin-bottom: 30px
}

.sub-header-contact {
    background-image: url(images/Overlay/13.html)
}

.left-contact {
    padding-right: 15px
}

.right-contact {
    padding-left: 15px
}

.form-contact-arc input.form-control {
    width: 100%;
    height: 50px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    outline: 0;
    transition: all .6s ease 0s
}

.form-contact-arc input.form-control:focus {
    border-color: #ebcd1e
}

.form-contact-arc textarea.form-control {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    outline: 0;
    transition: all .6s ease 0s;
    resize: vertical
}

.form-contact-arc textarea.form-control:focus {
    border-color: #ebcd1e
}

.form-contact-arc .form-textarea {
    width: 100%
}

.contact-warp h3 {
    font-weight: 300;
    margin-bottom: 36px
}

ul.address {
    list-style: none;
    padding: 0;
    margin-top: 26px
}

ul.address li {
    display: block;
    width: 100%;
    margin-bottom: 17px
}

#map-canvas {
    height: 404px
}

.btn-submit {
    border: 0;
    outline: 0;
    box-shadow: none
}

.effect8 {
    position: relative;
    border-radius: 5px
}

.effect8:before {
    position: absolute;
    width: 100%;
    height: calc(100% - 30px);
    border-radius: .1px;
    z-index: -1;
    bottom: 10px;
    content: "";
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    display: block
}

.inner-404 {
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    text-align: center;
    width: 100%;
    display: block
}

.inner-404 span {
    font-size: 100px;
    color: #555;
    margin-bottom: 50px;
    clear: both;
    display: block
}

.inner-404 strong {
    font-size: 80px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 80px;
    clear: both;
    display: block
}

.inner-404 p {
    color: #555;
    margin-bottom: 50px;
    clear: both;
    display: block;
    font-size: 25px;
    font-style: italic
}

.overlay-404 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%
}

#section-404,
.full-screen-body {
    height: 100%;
    min-height: 100%
}

.footer-fix {
    position: absolute;
    bottom: 40px;
    left: 0
}

.copyright-fix {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.overley-cs {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(images/ComingSoon/1.html);
    background-size: cover!important;
    background-attachment: scroll!important;
    z-index: -1
}

.coming-soon {
    width: 100%;
    height: 100%
}

.coming-soon-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99
}

.coming-soon-content .btn-submit {
    display: inline-block;
    float: right
}

body,
html {
    min-height: 100%
}

.coming-soon h2 {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700
}

.coming-soon p {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic
}

.newsletter-comingsoon {
    max-width: 670px;
    margin: 25px auto;
    margin-top: 100px
}

.newsletter-comingsoon .newsletter-email {
    width: calc(100% - 145px);
    display: inline-block;
    height: 40px;
    border: none;
    padding-left: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    transition: all .6s ease 0s
}

.newsletter-comingsoon .newsletter-email:focus {
    border: 1px solid #ebcd1e
}

ul.countdown {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
    clear: both
}

ul.countdown li {
    border-bottom: 2px solid #ebcd1e;
    display: inline-block;
    margin: 25px 30px
}

ul.countdown li span {
    font-size: 3vw;
    color: #ebcd1e
}

.coming-soon ul.countdown li p {
    color: #555;
    font-size: 15px;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 10px
}

ul.social-dark {
    margin-top: 25px;
    float: none
}

ul.social-dark li a {
    background: rgba(0, 0, 0, .9);
    color: #ebcd1e;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px
}

ul.social-dark li a:hover {
    color: #333;
    background: #ebcd1e
}

.sidebar-control-map {
    width: 100%;
    padding-right: 0!important
}

.address-3 {
    list-style: none;
    margin-top: 15px;
    padding-left: 0;
    margin-bottom: 30px
}

.address-3 li {
    margin-bottom: 5px
}

.contact-warp-3 h3 {
    margin-top: 0
}

.demo-section h3 {
    font-weight: 300;
    margin-bottom: 36px
}

.tab-arc {
    margin-top: 25px;
    border: 1px solid #e6e6e6
}

.tab-arc .nav-tabs>li>a {
    border-radius: 0;
    border-top: 2px solid transparent;
    font-size: 15px;
    color: #666;
    outline: 0;
    font-weight: 400
}

.tab-arc .nav>li>a {
    padding: 15px 28px;
    margin: 0
}

.tab-arc .nav-tabs>li.active>a,
.tab-arc .nav-tabs>li.active>a:focus,
.tab-arc .nav-tabs>li.active>a:hover {
    border-top: 2px solid #ebcd1e
}

.tab-arc .nav-tabs>li:first-child.active>a {
    border-left: 1px solid transparent
}

.tab-arc .tab-content {
    padding: 15px 30px
}

.services-wrap {
    padding: 0 15px
}

.arc-tabs-style-2 .nav-tabs {
    border-bottom: 2px solid #ebcd1e
}

.arc-tabs-style-2 .nav-tabs>li.active>a,
.arc-tabs-style-2 .nav-tabs>li.active>a:focus,
.arc-tabs-style-2 .nav-tabs>li.active>a:hover {
    border-radius: 0;
    border: 1px solid #ebcd1e;
    background: #ebcd1e;
    color: #fff
}

.arc-tabs-style-2 .nav-tabs>li>a {
    color: #666;
    border-radius: none;
    border: none;
    padding: 15px 28px;
    font-weight: 400
}

.arc-tabs-style-2 .nav>li>a:focus,
.arc-tabs-style-2 .nav>li>a:hover {
    background: 0 0;
    box-shadow: none;
    border: none
}

.arc-tabs-style-2 .tab-content {
    padding: 15px 0
}

.arc-tabs-style-3 .nav-tabs {
    border-bottom: none
}

.arc-tabs-style-3 .nav-tabs>li.active>a,
.arc-tabs-style-3 .nav-tabs>li.active>a:focus,
.arc-tabs-style-3 .nav-tabs>li.active>a:hover {
    border-radius: 25px;
    background: #ebcd1e;
    color: #fff
}

.arc-tabs-style-3 .nav-tabs>li>a {
    color: #666;
    border-radius: none;
    border: none;
    padding: 15px 28px
}

.arc-tabs-style-3 .nav>li>a:focus,
.arc-tabs-style-3 .nav>li>a:hover {
    background: 0 0;
    box-shadow: none;
    border: none
}

.arc-tabs-style-3 .tab-content {
    padding: 15px 0
}

.arc-tabs-style-4 .nav-tabs {
    border-bottom: none
}

.arc-tabs-style-4 .nav-tabs>li.active>a,
.arc-tabs-style-4 .nav-tabs>li.active>a:focus,
.arc-tabs-style-4 .nav-tabs>li.active>a:hover {
    color: #666;
    border: none
}

.arc-tabs-style-4 .nav-tabs>li>a {
    color: #888;
    border: none;
    padding-right: 30px;
    padding-left: 0;
    padding: 15px 50px 15px 0
}

.arc-tabs-style-4 .nav>li>a:focus,
.arc-tabs-style-4 .nav>li>a:hover {
    background: 0 0;
    box-shadow: none;
    border: none
}

.arc-tabs-style-4 .tab-content {
    padding: 15px 0
}

.arc-tabs-style-4 .nav-tabs>li.active:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 40px;
    background-color: #ebcd1e;
    z-index: 1000
}

.accordion-warp {
    width: 100%
}

.accordion-process {
    display: flex;
    padding-left: 35px
}

.accordion-process .panel {
    box-shadow: none;
    background: 0 0
}

.accordion-process .panel-group {
    max-width: 530px
}

.accordion-process .panel-default {
    border: 0
}

.accordion-process .panel-default>.panel-heading .panel-title>a {
    background: #ebcd1e;
    padding: 12px 25px;
    display: block;
    width: 100%;
    border-radius: 25px;
    transition: all .6s ease 0s
}

.accordion-process .panel-default>.panel-heading {
    background: 0 0;
    border: none;
    color: #333;
    padding: 0
}

.accordion-process .panel-default>.panel-heading .panel-title>a.collapsed {
    padding: 12px 25px;
    display: block;
    width: 100%;
    border-radius: 25px;
    background: rgba(225, 225, 225, .1);
    transition: all .6s ease 0s;
    color: #fff
}

.accordion-process .panel-default>.panel-heading .panel-title>a.collapsed:hover {
    background: #ebcd1e
}

.accordion-process .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    color: #e5e5e5;
    padding: 25px;
    padding-bottom: 0
}

.accordion-process .accordion-content {
    border-left: 1px solid rgba(255, 255, 255, .1);
    padding: 5px 25px
}

.accordion-process .accordion-content p {
    color: #e5e5e5
}

.accordion-process .panel-default>.panel-heading .panel-title>a:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    text-decoration: none
}

.accordion-process .panel-group .panel+.panel {
    margin-top: 15px
}

.accordion-style-light {
    display: flex;
    padding-left: 35px
}

.accordion-style-light .panel {
    box-shadow: none;
    background: 0 0
}

.accordion-style-light .panel-group {
    max-width: 530px
}

.accordion-style-light .panel-default {
    border: 0
}

.accordion-style-light .panel-default>.panel-heading .panel-title>a {
    background: #ebcd1e;
    padding: 12px 25px;
    display: block;
    width: 100%;
    transition: all .6s ease 0s;
    border-radius: 25px
}

.accordion-style-light .panel-default>.panel-heading {
    border: none;
    padding: 0
}

.accordion-style-light .panel-default>.panel-heading .panel-title>a {
    background: #333;
    color: #ebcd1e
}

.accordion-style-light .panel-default>.panel-heading .panel-title>a.collapsed {
    padding: 12px 25px;
    display: block;
    width: 100%;
    transition: all .6s ease 0s;
    background: #ebcd1e;
    color: #333
}

.accordion-style-light .panel-default>.panel-heading .panel-title>a.collapsed:hover {
    background: #ebcd1e
}

.accordion-style-light .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding: 25px;
    padding-bottom: 0
}

.accordion-style-light .accordion-content {
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 25px
}

.accordion-style-light .panel-default>.panel-heading .panel-title>a:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    text-decoration: none
}

.accordion-style-light .panel-group .panel+.panel {
    margin-top: 15px
}

.accordion-process.no-round .panel-default>.panel-heading .panel-title>a {
    border-radius: 0
}

.accordion-style-light.no-round .panel-default>.panel-heading .panel-title>a {
    border-radius: 0
}

.dropdown-menu.top_cart_list_product {
    background-color: #333;
    border: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
    left: inherit;
    list-style: outside none none;
    margin: 0 0 0;
    min-width: 200px;
    padding: 10px;
    position: absolute;
    right: 0;
    left: auto;
    top: 60px;
    z-index: 1000;
    border-top: 3px solid #ebcd1e;
    border-radius: 0
}

.cart-button .top_cart_list_product .cart_list.product_list_widget {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.cart_list.product_list_widget .mini_cart_item {
    display: block;
    width: 270px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    float: left;
    position: relative
}

.cart_list.product_list_widget .img-thumb {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 80px
}

.cart_list.product_list_widget .img-thumb img {
    width: 80px
}

.cart_list.product_list_widget .product-detail {
    padding-left: 100px;
    padding-right: 20px
}

.cart_list.product_list_widget .product-detail a {
    padding: 0;
    color: #fff;
    font-size: 12px
}

.cart_list.product_list_widget .product-detail a:hover {
    color: #ebcd1e
}

.top_cart_list_product .total {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    text-align: right;
    color: #6e6e6e
}

.top_cart_list_product .total span.amount {
    color: #e5e5e5;
    text-decoration: underline;
    margin-left: 8px;
    padding-bottom: 5px
}

.top_cart_list_product .buttons {
    margin: 0;
    padding-top: 10px;
    text-align: left
}

.top_cart_list_product .buttons .ot-btn {
    float: left;
    display: inline;
    padding: 0 20px!important;
    line-height: 40px
}

.top_cart_list_product .buttons .btn-border-white {
    border: 2px solid rgba(255, 255, 255, .2);
    color: #fff
}

.top_cart_list_product .buttons .btn-border-white:hover {
    border-color: #ebcd1e
}

.top_cart_list_product .buttons .btn-main-color {
    float: right!important
}

.top_cart_list_product .buttons .btn-main-color:hover {
    background: #fff;
    color: #333
}

.cart_list.product_list_widget .product-detail .remove {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 12px;
    color: #6e6e6e;
    font-size: 20px
}

footer {
    vertical-align: top
}

.footer-v1 {
    padding: 55px 50px;
    padding-bottom: 47px;
    background: #333;
    display: inline-block;
    width: 100%
}

.footer-v1 .footer-left,
.footer-v1 nav {
    display: inline-block;
    float: left
}

.footer-v1 .footer-right {
    display: inline-block;
    float: right
}

.footer-v1 .footer-left,
.footer-v1 .footer-right {
    width: 20%
}

.footer-v1 nav {
    width: 60%;
    text-align: center
}

.footer-v1 nav ul {
    margin-bottom: 0
}

.footer-v1 nav ul li {
    display: inline-block
}

.footer-v1 nav ul li a {
    display: block;
    line-height: 22px;
    padding: 0 30px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    color: #aaa;
    transition: all .6s ease 0s
}

.footer-v1 nav ul li a:hover {
    color: #fff
}

.footer-v1 nav ul li a:after {
    content: "|";
    width: 1px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    color: #555;
    display: block
}

.footer-v1 nav ul li:last-child a:after {
    display: none
}

.footer-v1 .footer-right ul.social {
    float: right
}

.footer-v2 {
    padding: 60px 0
}

.footer-v2 ul.social-footer {
    margin-top: 40px
}

.footer-v2 ul.social-footer li a {
    margin-left: 0;
    margin-right: 4px
}

.footer-v2 .footer-col-1 {
    width: 30%;
    display: inline-block;
    float: left;
    padding-right: 30px
}

.footer-v2 .footer-col-1 a img {
    margin-bottom: 34px
}

.footer-v2 .footer-col-1 p {
    color: #999
}

.footer-v2 .footer-col-2 {
    width: 35%;
    display: inline-block;
    float: left;
    padding-left: 30px
}

.footer-v2 .footer-col-2 h4 {
    color: #e5e5e5;
    margin-bottom: 28px
}

.footer-v2 .footer-col-3 {
    width: 35%;
    display: inline-block;
    float: left
}

.footer-v2 .footer-col-3 h4 {
    color: #e5e5e5;
    margin-bottom: 28px
}

.footer-v3 {
    padding: 60px 0
}

.footer-v3 .footer-col-1,
.footer-v3 .footer-col-2,
.footer-v3 .footer-col-3,
.footer-v3 .footer-col-4 {
    display: inline-block;
    float: left;
    width: 25%
}

.footer-v3 .footer-col-1 a img {
    margin-bottom: 34px
}

.footer-v3 .footer-col-1 p {
    color: #999
}

.footer-v3 .footer-col-1 .social-footer {
    margin-top: 40px
}

.footer-v3 .footer-col-1 .social-footer li a {
    margin-left: 0;
    margin-right: 3px
}

.footer-v3 .footer-col-2 h4 {
    color: #e5e5e5;
    margin-bottom: 28px
}

.footer-v3 .footer-col-3 h4 {
    color: #e5e5e5;
    margin-bottom: 28px
}

.footer-v3 .footer-col-3 ul {
    padding-left: 0;
    display: inline-block;
    width: 100%
}

.footer-v3 .footer-col-3 ul li {
    width: 100%;
    display: inline-block;
    color: #999;
    margin-bottom: 10px
}

.footer-v3 .footer-col-4 h4 {
    color: #e5e5e5;
    margin-bottom: 28px
}

.footer-v3 .footer-col-4 .gallery-warp {
    display: inline-block;
    width: 100%
}

.footer-v3 .footer-col-4 .gallery-warp img {
    margin: 5px;
    display: inline-block
}

.footer-v4 {
    padding: 60px
}

.footer-v4 .footer-col-1 {
    width: 30.33%;
    display: inline-block;
    float: left
}

.footer-v4 .footer-col-1 h4 {
    color: #e5e5e5;
    margin-bottom: 28px
}

.footer-v4 .footer-col-1 ul {
    padding-left: 0;
    display: inline-block;
    width: 100%
}

.footer-v4 .footer-col-1 ul li {
    width: 100%;
    display: inline-block;
    color: #999;
    margin-bottom: 10px
}

.footer-v4 .footer-col-2 {
    width: 30.33%;
    display: inline-block;
    float: left
}

.footer-v4 .footer-col-2 h4 {
    color: #e5e5e5;
    margin-bottom: 28px
}

.footer-v4 .footer-col-3 {
    width: 39.33%;
    display: inline-block;
    float: left
}

.footer-v4 .footer-col-3 h4 {
    color: #e5e5e5;
    margin-bottom: 28px
}

.footer-v4 .footer-col-3 .gallery-warp {
    display: inline-block;
    width: 100%
}

.footer-v4 .footer-col-3 .gallery-warp img {
    margin: 5px;
    width: 70px;
    display: inline-block
}

ul.list-link-footer {
    padding-left: 0
}

ul.list-link-footer li {
    display: block;
    position: relative;
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 7px
}

ul.list-link-footer li a {
    color: #e5e5e5;
    font-size: 11px;
    font-family: Montserrat, sans-serif;
    padding-left: 15px;
    transition: all .6s ease 0s
}

ul.list-link-footer li:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .1);
    left: 0;
    top: 12px;
    transition: all .6s ease 0s
}

ul.list-link-footer li:hover a {
    color: #ebcd1e
}

ul.list-link-footer li:hover:before {
    background: #ebcd1e
}

.form-subcrible-footer {
    width: 100%
}

.form-subcrible-footer .btn-subcrible-footer {
    background: 0 0;
    outline: 0;
    border: 2px solid rgba(255, 255, 255, .1);
    width: 130px;
    height: 40px;
    text-align: center;
    color: #e6e6e6;
    float: right;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
    transition: all .6s ease 0s
}

.form-subcrible-footer .btn-subcrible-footer:hover {
    border-color: #ebcd1e;
    color: #fff
}

.form-subcrible-footer .form-group {
    width: calc(100% - 140px)
}

.form-subcrible-footer .input-group {
    width: 100%
}

.form-subcrible-footer input.form-control {
    border: 2px solid rgba(255, 255, 255, .1);
    width: calc(100% - 140px);
    background: 0 0;
    height: 40px;
    line-height: 40px;
    transition: all .6s ease 0s
}

.form-subcrible-footer input.form-control:focus,
.form-subcrible-footer input.form-control:hover {
    border-color: #ebcd1e;
    outline: 0;
    box-shadow: none;
    color: #fff
}

.copyright {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    background: #262626;
    font-size: 13px;
    margin: 0;
    padding: 0
}

.copyright p {
    margin: 0
}

.copyright a {
    color: #ebcd1e;
    transition: all .6s ease 0s
}

.copyright a:hover {
    color: #c5aa11
}

.template-border .copyright {
    background: 0 0;
    height: 65px;
    line-height: 65px;
    padding: 0
}

@media only screen and (max-width:1700px) {
    .navi-level-1 li a {
        padding-left: 15px;
        padding-right: 15px
    }
    header {
        padding: 0 15px
    }
    .header-v1 .left-header {
        width: 120px
    }
    .header-v1 .right-header {
        width: 10%
    }
    .header-v2 .tel-header {
        display: none
    }
    .header-v2 .left-header ul li::after {
        display: none
    }
    .header-v2 nav {
        width: calc(100% - 160px)
    }
    .header-v2 .left-header {
        width: 160px
    }
    .header-v2 nav {
        width: calc(100% - 360px)
    }
    .header-v2 .sub-navi {
        float: right;
        display: inline-block;
        max-width: 200px
    }
    .header-v2 .left-header a:after {
        display: none!important
    }
}

@media only screen and (max-width:1272px) {
    .header-v1 .right-header,
    .header-v1 nav {
        width: auto
    }
    .header-v1 .right-header {
        float: right
    }
    .header-v1 .right-header ul li.header-tel {
        display: none
    }
    .header-v3 {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .header-v3 li a {
        padding-left: 15px;
        padding-right: 15px
    }
    .header-v4 .container {
        padding: 0;
        width: 100%
    }
    .header-v4 .left-header {
        width: 120px
    }
    .header-v4 .left-header a.logo {
        padding: 15px 0 0
    }
    .header-v4 nav {
        width: calc(100% - 120px - 90px)
    }
    .header-v4 li a {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:1199px) {
    .chooseus-full-width .chooseus-container .chooseus-item {
        width: 50%
    }
    .product-item {
        width: 90%
    }
    .header-v4 .right-header {
        width: auto
    }
}

@media only screen and (max-width:991px) {
    .divider {
        width: 90%
    }
    .padding {
        padding: 35px 0 35px 0
    }
    .wow {
        animation-name: none!important;
        visibility: visible!important
    }
    .mm-toggle {
        display: block!important
    }
    header nav {
        display: none
    }
    .navi-level-1 li a {
        padding: 10px 15px 9px 15px
    }
    .navi-level-1 li a:after {
        top: 10px
    }
    .sub-navi>li:nth-last-child(2) a {
        padding-right: 15px
    }
    .sub-navi>li:nth-last-child(2) a:after {
        display: block
    }
    header .left-header .navi-level-1 li a.logo {
        padding: 0;
        padding-top: 10px
    }
    header .left-header .navi-level-1 li a.logo img {
        width: 100px
    }
    .navi-level-1.circle-separator>li>a:after,
    .navi-level-1.dot-seperator>li>a:after,
    .navi-level-1.line-separator>li>a:after,
    .navi-level-1.plus-separator>li>a:after,
    .navi-level-1.square-separator>li>a:after,
    .navi-level-1.strip-separator>li>a:after {
        top: 10px
    }
    .header-v2 {
        float: left;
        margin-bottom: 50px
    }
    .header-v2 nav ul.navi-level-1 {
        display: none
    }
    .header-v2 nav ul.navi-app li a {
        padding: 15px 15px;
        padding-top: 18px
    }
    .header-v2 nav ul.navi-app .btn-in-navi {
        padding-top: 18px;
        padding-bottom: 15px
    }
    .header-v2 ul li a.logo {
        padding: 15px
    }
    .header-v3 {
        padding-left: 40px!important;
        padding-right: 40px!important
    }
    .header-v3 .left-header,
    .header-v3 .right-header {
        display: none
    }
    .header-v3 div.logo {
        width: 100%
    }
    .header-v3 div.logo li a:after {
        display: none
    }
    .header-v3 div.logo li:last-child {
        float: right;
        display: inline-block
    }
    .header-v3 div.logo li:last-child a span {
        top: 15px
    }
    .header-v3 li:first-child a {
        padding: 0;
        padding-top: 10px
    }
    .header-v3 li a {
        padding: 10px 15px 9px 15px
    }
    .header-v3 .mm-toggle {
        display: inline-block;
        float: right
    }
    .header-v4 .left-header .navi-level-1 li a.logo {
        padding: 0;
        padding-top: 10px
    }
    .header-v4 li:nth-last-child(2):after {
        display: block
    }
    .header-v5 .navi-app li:nth-last-child(2)::after {
        display: block
    }
    .header-v5 .mm-toggle span {
        color: #ccc
    }
    .header-v5 .mm-toggle span:hover {
        color: #ebcd1e
    }
    .topbar-transparent p.ads-text {
        display: none
    }
    .topbar-transparent .topbar-left,
    .topbar-transparent .topbar-right {
        width: auto
    }
    .template-border header {
        padding: 25px 60px
    }
    .header-v6 nav {
        display: none
    }
    .header-v6 .logo {
        float: left;
        position: static;
        transform: none;
        padding-top: 10px;
        display: inline-block;
        width: auto
    }
    .header-v6 .right-header {
        width: auto
    }
    .header-v6 .right-header a.mm-toggle {
        display: block
    }
    .header-v6 .right-header li:nth-last-child(2) a {
        display: block
    }
    .header-v6 .right-header li:nth-last-child(3) a:after {
        display: block
    }
    .header-v6 .right-header li:nth-last-child(3) a {
        padding-right: 15px
    }
    .header-v6 .left-header {
        display: none
    }
    .slider-home-2 .btn-1,
    .slider-home-3 .btn-1 {
        transform: translateX(-40px)!important
    }
    .slider-home-2 .btn-2,
    .slider-home-3 .btn-2 {
        transform: translateX(40px)!important
    }
    .ourteamGrid-warp .team-grid-item {
        background: #000!important;
        width: 100%
    }
    .ourteamGrid-warp .team-grid-item img {
        width: 100%;
        display: inline-block
    }
    .ourteamGrid-warp .team-grid-item .grid-team-overlay {
        position: static;
        display: inline-block;
        width: 100%;
        transform: none;
        height: 100%;
        background: #000!important
    }
    .ourteamGrid-warp .team-grid-item .grid-team-overlay h5 {
        color: #fff!important
    }
    .ourteamGrid-warp .team-grid-item .grid-team-overlay .member-job {
        color: #999!important
    }
    .ourteamGrid-warp .team-grid-item .grid-team-overlay .description-member {
        color: #999!important
    }
    .ourteamGrid-warp .team-grid-item:hover .description-member {
        margin-top: 25px!important
    }
    .block-contact .item-block-contact {
        margin-bottom: 15px
    }
    .form-contact {
        padding: 0 15px
    }
    .services-fix {
        margin-top: -90px
    }
    .services-fix .img-block {
        border-width: 5px
    }
    .section-dark-ourStatistics .ourStatis-item-2 {
        width: 50%
    }
    .ourStatis-item-2 .circle-statis {
        margin: 15px auto
    }
    .lastest-blog-item {
        margin-bottom: 30px
    }
    .blog-list {
        padding-right: 0
    }
    .fake-position {
        margin-top: 60px
    }
    .block-img-full .img-block {
        height: auto
    }
    .item-team .member-info {
        width: 90%
    }
    .owl-partners img {
        max-width: 150px;
        width: 100%!important;
        height: auto!important
    }
    figure.effect-layla {
        width: 45%;
        margin: 0 2.5% 25px 2.5%
    }
    figure.effect-layla img {
        transform: none
    }
    figure.effect-layla:last-child {
        margin: 0 auto;
        float: none
    }
    .pormotion-h5 h3 {
        margin: 0;
        font-size: 18px
    }
    .pormotion-h5 a {
        font-size: 10px
    }
    .projectContainer .element-item {
        width: 33.333%
    }
    .projectContainer .element-item .project-info {
        position: static;
        width: 100%;
        min-height: 80px;
        padding: 10px 0;
        opacity: 1;
        transition: none;
        float: left;
        display: inline-block;
        background: #000!important;
        height: 101px
    }
    .projectContainer .element-item .project-info a {
        transform: none;
        position: static;
        text-align: left;
        padding-left: 15px
    }
    .projectContainer .element-item .project-info a.cateProject {
        transform: none;
        position: static;
        text-align: left;
        padding-left: 15px;
        color: #fff!important
    }
    .projectContainer .element-item .project-info h4 {
        color: #fff!important
    }
    .portfolio-grid-1-warp .portfolio-grid-1-container .element-item .project-info a.cateProject {
        color: #000
    }
    .portfolio-grid-1-warp .portfolio-grid-1-container .element-item .portfolio-img-demo {
        margin: 0
    }
    .portfolio-grid-2-warp .portfolio-grid-2-container .element-item .portfolio-img-demo {
        margin-bottom: 0
    }
    .portfolio-grid-2-warp .portfolio-grid-2-container .element-item .project-info a.cateProject {
        color: #000
    }
    .portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info {
        margin: 0
    }
    .portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info a.cateProject {
        color: #000
    }
    .portfolio-grid-3-warp .portfolio-grid-3-container .element-item {
        padding: 0
    }
    .portfolio-grid-v2-4-col-warp .portfolio-grid-v2-4-col-container .element-item {
        width: 50%
    }
    .single-project-warp-3 {
        padding: 0 20px
    }
    .single-project-warp-3 .pj-img-demo {
        width: 100%;
        padding: 20px;
        display: inline-block
    }
    .single-project-warp-3 .pj-info {
        width: 100%;
        padding: 20px
    }
    .chooseus-container {
        width: 100%
    }
    .chooseus-container .chooseus-item {
        float: none;
        width: 100%
    }
    .blog-detail {
        padding-right: 0
    }
    .comment-respond input.form-control {
        margin-bottom: 15px
    }
    .blog-grid-3-col .blog-grid-3-col-container .element-item {
        width: 50%
    }
    .blog-grid-4-col .blog-grid-4-col-container .element-item {
        width: 50%
    }
    .block-img-full-width .block-img-left .text-boxs {
        padding-top: 0
    }
    .about-intro .about-intro-img {
        width: 100%;
        padding: 0 15px
    }
    .about-intro .about-intro-img img {
        width: 100%
    }
    .about-intro .about-intro-text {
        width: 100%;
        padding: 0 15px;
        margin-top: 15px
    }
    .owl-controls .owl-pagination .owl-page.active {
        background: #ebcd1e
    }
    .owl-partner-warp {
        margin-top: 20px;
        padding-bottom: 20px
    }
    .owl-partner-warp .prev-partners {
        left: 0;
        opacity: .5;
        color: #000
    }
    .owl-partner-warp .next-partners {
        right: 0;
        opacity: .5;
        color: #000
    }
    .owl-partner-warp:hover .prev-partners {
        left: 0;
        opacity: 1;
        color: #000;
        z-index: 9
    }
    .owl-partner-warp:hover .next-partners {
        right: 0;
        opacity: 1;
        color: #000;
        z-index: 9
    }
    .owl-partners img {
        filter: grayscale(0);
        opacity: 1;
        width: auto;
        height: 90px
    }
    ul.social li a {
        margin-bottom: 9px
    }
    .footer-v3 .footer-col-1,
    .footer-v3 .footer-col-2,
    .footer-v3 .footer-col-3,
    .footer-v3 .footer-col-4 {
        width: 50%;
        padding: 15px
    }
    .footer-v2 .footer-col-1,
    .footer-v2 .footer-col-2 {
        width: 50%;
        padding: 0 15px
    }
    .footer-v2 .footer-col-3 {
        width: 100%;
        padding: 0 15px
    }
    .form-subcrible-footer {
        float: left
    }
    .form-subcrible-footer .form-group {
        float: left
    }
    .form-subcrible-footer .input-group {
        width: 100%
    }
    .form-subcrible-footer .input-group input {
        width: 100%
    }
    .footer-v4 .footer-col-1,
    .footer-v4 .footer-col-2 {
        width: 50%
    }
    .footer-v4 .footer-col-3 {
        width: 100%
    }
    .coming-soon-content {
        width: 90%;
        margin: 0 auto
    }
    .coming-soon-content h2 {
        font-size: 36px
    }
    ul.countdown li {
        border-bottom: 2px solid #ebcd1e;
        display: inline-block;
        margin: 15px
    }
    ul.countdown li span {
        font-size: 25px
    }
    .coming-soon ul.countdown li p {
        font-size: 13px
    }
    .sidebar-control-map {
        float: none!important;
        margin-bottom: 25px
    }
}

@media only screen and (max-width:767px) {
    .template-border section {
        padding: 15px
    }
    .header-v3,
    header {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .header-v2 .left-header,
    .left-header {
        width: auto!important
    }
    a.logo {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .navi-level-1.sub-navi>li a {
        font-size: 15px
    }
    .navi-level-1.sub-navi {
        padding-right: 10px!important
    }
    .mm-toggle {
        font-size: 20px!important
    }
    .mm-toggle span {
        top: 0
    }
    .rev_slider .btn-1,
    .rev_slider .btn-2 {
        width: auto!important;
        font-size: 11px!important;
        padding: 0 15px!important;
        height: 30px;
        line-height: 30px
    }
    .slider-home-1 .btn-1 {
        transform: translateX(-40px)!important
    }
    .slider-home-1 .btn-2 {
        transform: translateX(40px)!important
    }
    .slider-home-1 .heading-1 {
        font-size: 36px!important
    }
    .slider-home-1 .heading-2 {
        font-size: 24px!important
    }
    .slider-home-2 .btn-1 {
        transform: translate(-30px, 20px)!important
    }
    .slider-home-2 .btn-2 {
        transform: translate(30px, 20px)!important
    }
    .slider-home-2 .heading-1 {
        font-size: 36px!important
    }
    .slider-home-2 .heading-2 {
        font-size: 24px!important
    }
    .slider-home-3 .btn-1 {
        transform: translate(-30px, 20px)!important
    }
    .slider-home-3 .btn-2 {
        transform: translate(30px, 20px)!important
    }
    .slider-home-3 .heading-4 {
        font-size: 30px!important;
        text-align: center
    }
    .slider-home-3 .heading-3 {
        font-size: 15px!important;
        transform: translateY(0)!important;
        text-align: center!important
    }
    .slider-home-4 .btn-1 {
        transform: translate(-30px, 0)!important
    }
    .slider-home-4 .btn-2 {
        transform: translate(30px, 0)!important
    }
    .slider-home-4 .heading-1 {
        font-size: 30px!important;
        text-align: center
    }
    .slider-home-4 .heading-2 {
        font-size: 15px!important;
        transform: translateY(0)!important;
        text-align: center!important
    }
    .slider-home-4 .btn-1 {
        transform: translate(-30px, 0)!important
    }
    .slider-home-4 .btn-2 {
        transform: translate(30px, 0)!important
    }
    .slider-home-4 .heading-1 {
        font-size: 30px!important;
        text-align: center
    }
    .slider-home-4 .heading-2 {
        font-size: 15px!important;
        transform: translateY(0)!important;
        text-align: center!important
    }
    .description-member {
        display: none
    }
    .ourteam-warp .owl-controls .owl-pagination .owl-page {
        background: #333
    }
    .ourteam-warp .owl-controls .owl-pagination .owl-page.active {
        background: #ebcd1e
    }
    figure.effect-layla {
        width: 100%;
        margin: 0;
        float: none
    }
    .promotion-box figure figcaption {
        padding: 20px
    }
    figure.effect-layla h3 {
        padding-top: 12%
    }
    .promotion-box-2 {
        display: block
    }
    figure.promotion-box-dark {
        width: 100%;
        display: inline-block
    }
    .section-dark-ourStatistics .ourStatis-item {
        width: 50%;
        margin-bottom: 25px
    }
    .projectContainer .element-item {
        width: 50%
    }
    .portfolio-grid-1-warp .portfolio-grid-1-container .element-item {
        width: 100%;
        margin: 0;
        padding: 0
    }
    .portfolio-grid-2-warp .portfolio-grid-2-container .element-item {
        width: 100%
    }
    .portfolio-grid-3-warp .portfolio-grid-3-container .element-item {
        width: 100%
    }
    .portfolio-grid-v2-2-col-warp .portfolio-grid-v2-2-col-container .element-item {
        width: 100%
    }
    .portfolio-grid-v2-3-col-warp .portfolio-grid-v2-3-col-container .element-item {
        width: 100%
    }
    .portfolio-grid-v2-4-col-warp .portfolio-grid-v2-4-col-container .element-item {
        width: 100%
    }
    .single-project-warp {
        padding: 0 15px
    }
    .mgt60 {
        margin-top: 0
    }
    .lastest-blog-container article {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px dotted #aaa
    }
    .blog-grid-2-col-container .element-item {
        width: 100%;
        padding: 0 20px 20px
    }
    .blog-grid-3-col .blog-grid-3-col-container .element-item {
        padding: 0
    }
    .blog-grid-3-col .blog-grid-3-col-container .element-item .latest-blog-post-description {
        height: auto
    }
    .blog-grid-4-col .blog-grid-4-col-container .element-item .latest-blog-post-description {
        height: auto
    }
    .form-subcribe form input {
        width: calc(100% - 172px - 15px);
        margin-left: 15px
    }
    .block-img-right .text-box {
        text-align: left
    }
    .block-img-full {
        padding: 0 15px;
        margin-bottom: 25px
    }
    .block-img-full-width .block-img-left .img-block,
    .block-img-full-width .block-img-left .text-box {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        padding: 0 30px
    }
    .block-img-full-width .block-img-left .img-block {
        padding: 0
    }
    .block-img-full-width .block-img-right .img-block,
    .block-img-full-width .block-img-right .text-box {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        padding: 0 30px
    }
    .block-img-full-width .block-img-right .img-block {
        padding: 0
    }
    .chooseus-full-width .chooseus-container .chooseus-item {
        width: 100%
    }
    .services-fix {
        margin-top: 0!important
    }
    .blog-grid-3-col .blog-grid-3-col-container .element-item {
        width: 100%
    }
    .blog-grid-4-col .blog-grid-4-col-container .element-item {
        width: 100%;
        padding: 0
    }
    .main-services,
    .sidebar-services {
        width: 100%;
        padding: 15px
    }
    .cart-collaterals {
        padding: 0;
        border: 0
    }
    .pormotion-h5.prmotion-fix {
        position: static;
        margin-top: 25px;
        width: 100%;
        padding: 15px
    }
    .pormotion-h5.prmotion-fix .item-promotion-h5 {
        width: 100%;
        margin-bottom: 25px
    }
    .footer-v1 .footer-left,
    .footer-v1 .footer-right,
    .footer-v1 nav {
        width: 100%;
        text-align: center
    }
    .footer-v1 .footer-left img {
        margin: 0 auto;
        width: 40%!important
    }
    .footer-v1 nav {
        margin: 25px auto
    }
    .footer-v1 .footer-right {
        float: none
    }
    .footer-v1 .footer-right ul.social {
        margin: 0 auto;
        float: none
    }
    .coming-soon-content {
        position: static;
        transform: none;
        padding: 50px 0
    }
    .coming-soon-content h2 {
        font-size: 25px
    }
    .coming-soon-content p {
        font-size: 18px
    }
    ul.countdown li {
        border-bottom: 2px solid #ebcd1e;
        display: inline-block;
        margin: 15px
    }
    ul.countdown li span {
        font-size: 20px
    }
    .coming-soon ul.countdown li p {
        font-size: 12px
    }
    .newsletter-comingsoon .newsletter-email {
        width: 100%;
        margin-top: 0
    }
    .coming-soon-content .btn-submit {
        float: none;
        margin: 0 auto;
        margin-top: 15px
    }
}

@media only screen and (max-width:479px) {
    body {
        font-size: 14px
    }
    h1 {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 2px
    }
    h2 {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 2px
    }
    h3 {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 2px
    }
    h4 {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
        letter-spacing: 2px
    }
    h5 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 2px
    }
    h6 {
        font-size: 12px;
        line-height: 1.2
    }
    .logo {
        width: 80px
    }
    .header-v1 .left-header {
        width: auto;
        float: left
    }
    .header-v2 .navi-app .mm-toggle,
    .header-v2 .navi-app a {
        padding: 0!important;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px
    }
    .header-v2 .navi-app li::after {
        top: 7px
    }
    .header-v2 .navi-app .mm-toggle span {
        line-height: 40px
    }
    .header-v2 ul li a.logo {
        padding: 0
    }
    .header-v3 div.logo li:first-child a {
        padding: 0
    }
    .header-v3 div.logo li:first-child a img {
        width: 80px;
        transform: translateY(5px)
    }
    .header-v3 div.logo li:last-child a span {
        top: 5px;
        right: 0
    }
    .header-v4 {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .header-v4 a.logo {
        margin-left: 0!important
    }
    .header-v4 a.logo img {
        width: 80px
    }
    .template-border .header-v6,
    .template-border footer {
        padding: 25px 15px
    }
    .header-v6 .right-header {
        margin-bottom: 0;
        margin-top: 20px;
        float: left;
        width: 100%;
        text-align: left
    }
    .header-v6 .right-header li:first-child a {
        padding-left: 0
    }
    .topbar-transparent .topbar-left div.social-share {
        display: none
    }
    .slider-home-1 .heading-1 {
        font-size: 24px!important
    }
    .slider-home-1 .heading-2 {
        font-size: 18px!important
    }
    .slider-home-1 .btn-1 {
        transform: translateX(-40px)!important
    }
    .slider-home-1 .btn-2 {
        transform: translateX(20px)!important
    }
    .slider-home-2 .heading-1 {
        font-size: 24px!important
    }
    .slider-home-2 .heading-2 {
        font-size: 18px!important
    }
    .slider-home-3 .heading-3 {
        font-size: 18px!important
    }
    .slider-home-3 .heading-4 {
        font-size: 24px!important
    }
    .slider-home-4 .heading-2 {
        font-size: 18px!important
    }
    .slider-home-4 .heading-1 {
        font-size: 24px!important
    }
    .section-dark-ourStatistics .ourStatis-item-2 {
        width: 100%
    }
    .projectContainer .element-item {
        width: 100%
    }
    .block-img-right .text-box {
        width: 100%;
        padding: 15px;
        float: none
    }
    .block-img-right .img-block {
        width: calc(100% - 30px);
        margin: 10px auto;
        float: none
    }
    .block-img-left .text-box {
        width: 100%;
        padding: 15px;
        float: none
    }
    .block-img-left .img-block {
        width: calc(100% - 30px);
        margin: 10px auto;
        float: none
    }
    .block-img-left,
    .block-img-right {
        margin: 0
    }
    .form-subcribe form input {
        width: calc(100% - 30px);
        display: block;
        margin: 0 15px
    }
    .form-subcribe form button {
        display: block;
        margin: 0 auto;
        margin-top: 15px
    }
    .pormotion-h5 h3 {
        font-size: 13px
    }
    .ourteamGrid-warp .team-grid-item {
        width: 100%
    }
    .section-dark-ourStatistics .ourStatis-item {
        width: 100%
    }
    .promotion-product-warp .promotion-product-item {
        width: 100%;
        margin: 10px auto!important;
        float: none
    }
    .blog-1-column-warp {
        margin-top: 30px
    }
    .blog-inline .latest-blog-post-description,
    .blog-inline .latest-blog-post-img {
        width: 100%
    }
    .blog-grid-4-col .blog-grid-4-col-container .element-item .latest-blog-post-img {
        margin-bottom: 0
    }
    .footer-v1 nav ul li a::after {
        display: none
    }
    .footer-v1 nav ul li a {
        padding: 0 35px
    }
    .footer-v3 .footer-col-1,
    .footer-v3 .footer-col-2,
    .footer-v3 .footer-col-3,
    .footer-v3 .footer-col-4 {
        width: 100%
    }
    .footer-v2 .footer-col-1,
    .footer-v2 .footer-col-2,
    .footer-v2 .footer-col-3 {
        width: 100%
    }
    .footer-v4 .footer-col-1,
    .footer-v4 .footer-col-2,
    .footer-v4 .footer-col-3 {
        width: 100%
    }
    .copyright {
        line-height: 24px;
        height: auto;
        padding: 15px
    }
    .overlay-404 {
        position: static
    }
    .inner-404 {
        position: static;
        transform: none;
        padding: 120px 0
    }
    .copyright-fix,
    .footer-fix {
        position: static
    }
    #section-404,
    .full-screen-body {
        height: auto;
        min-height: 100%
    }
}

@media only screen and (max-width:768px) {
    .container {
        width: auto
    }
    .mm-toggle span {
        right: 19%
    }
    .footer-mobile-menu ul.social li a {
        padding: 0
    }
    .about-img {
        margin-top: 80px!important
    }
    .about-img img:first-child {
        width: 100%!important;
        margin-top: -45px
    }
    .about-img img:last-child {
        width: 150%!important;
        margin-left: -26%
    }
}

@media only screen and (max-width:319px) {
    .slider-home-2 .heading-1 {
        font-size: 20px!important
    }
    .slider-home-2 .heading-2 {
        font-size: 13px!important
    }
    .slider-home-3 .heading-3 {
        font-size: 13px!important
    }
    .slider-home-3 .heading-4 {
        font-size: 20px!important
    }
    .footer-v1 nav ul li a::after {
        display: none
    }
}

.button {
    margin-top: 0;
    margin-bottom: 0
}

.btn {
    display: inline-block;
    letter-spacing: 2px;
    border: 1px solid transparent
}

.forcefullwidth_wrapper_tp_banner {
    margin-top: 83px!important
}

.projects-edit-title {
    position: relative;
    top: 130px;
    left: 50px
}

.no-padding {
    padding: 0!important
}

.center-col {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important
}

.offices-img {
    height: 39.9vh;
}

.cover-background {
    position: relative;
    background-size: cover!important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat!important
}

.opacity-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .7;
    z-index: 1;
    top: 0;
    left: 0
}

.bg-blue {
    background: #020a20!important
}

.position-relative {
    position: relative!important;
    z-index: 5
}

.margin-top-60 {
    margin-top: 60px!important
}

.no-margin-bottom {
    margin-bottom: 0!important
}

.margin-top-120 {
    margin-top: 90px!important
}

.white-text {
    color: #fff!important;
    text-transform: uppercase;
    font-size: 30px
}

.margin-top-80 {
    margin-top: 30px!important
}

.margin-bottom-30 {
    margin-bottom: 30px!important
}

.offset-4 {
    padding-left: 33.33333333%!important
}

.width-10 {
    width: 83.33333333%;
    float: left
}

.width-12 {
    width: 100%;
    float: left
}

.width-3 {
    width: 25%;
    float: left
}

.width-9 {
    width: 75%;
    float: left
}

.margin-top-40 {
    margin-top: 40px!important
}

.btn.btn-small {
    font-size: 12px;
    border-radius: 0;
    transition: all .3s ease;
    padding: 2px 14px;
    letter-spacing: 2px
}

.btn-small-black-border-light {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 6px 25px;
    border-bottom: 1px solid #a1a1a1;
    color: #a1a1a1;
    background-color: transparent;
    font-weight: 400
}

.btn-small-black-border-light:hover {
    background-color: #020a20;
    border-bottom: 1px solid #020a20;
    color: #fff
}

.display-none {
    display: none!important
}

@media (max-width:768px) {
    .offset-4 {
        padding-left: 1.333333%!important;
        margin-left: 17%
    }
    .width-3.text-left.no-padding {
        white-space: nowrap
    }
    .footer-v1 {
        margin-top: 5%
    }
    .width-9 {
        margin-left: 1px
    }
}

.about-intro-img img {
    width: 65%
}

.about-intro h2 {
    font-size: 45px;
    font-family: the unseen
}

.about-intro p {
    font-size: 19px;
    font-family: the unseen
}

.projects-text h5 p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:960px) {
    .col-md-35 {
        width: 32.333%
    }
    .width-20 {
        width: 20%;
        float: left
    }
	.width-50 {
		width:50%;
		float:left;
	}
    .content-fabrica .width-20 {
        width: 20%;
        float: left;
        margin: 0!important
    }
}

@media (max-width:1440px) {
    .main-slider img {
        height: 562px
    }
}

@media (min-width:1441px) {
    .main-slider img {
        height: 820px
    }
}

@media (max-width:959px) {
    .owl2 {
        margin-top: 19%!important
    }
    .text {
        width: 100%!important;
        position: relative!important;
        top: 35%;
        color: #8d8d8d;
        padding-left: 13px
    }
    .about-img .resim-hakkimizda {
        width: 130%!important;
        margin-top: 3%!important;
        margin-left: -11%!important;
        margin-bottom: 26px!important
    }
    .text-fabrica {
        width: 100%;
        float: left;
        margin-top: 100px
    }
    .text-fabrica .img-fabrica {
        width: 100%;
        text-align: center;
        margin-bottom: 3%;
        margin-top: 2%
    }
    .content-fabrica li {
        width: 47%;
        float: left;
        margin: -5px 5px!important
    }
    .content-ofis ul {
        width: 100%;
        margin-left: 13%;
        position: relative
    }
    .content-ofis li {
        width: 50%!important;
        margin: 9px 0
    }
    .main-slider img {
        height: auto!important
    }
    .widget-slider {
        margin-top: 89px
    }
    .owl-nav {
        display: none
    }
}

.projects-text a {
    color: #555;
    cursor: pointer
}

.projects-text {
    color: #555;
    background: #efefef;
    margin: 6px;
    margin-bottom: 8px;
    font-size: 12px;
    height: 50px;
    min-height: 50px!important
}

.projects-text ul li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px
}

.projects-text ul li>div {
    display: inline-block;
    width: 91%
}

#showMore {
    margin-top: 100px;
    margin-bottom: 50px
}

.projects-text ul li .img-Text {
    width: 9%!important
}

.owl-carousel .owl-item {
    float: left;
    min-height: 50px
}

.projects-text ul li:nth-last-child(1) div {
    position: relative
}

.projects-text ul li p {
    margin: 0
}

.projects-text ul li span {
    display: inline-block;
    padding-left: 10px
}

.details {
    position: absolute;
    bottom: -8px;
    right: -6px
}

.details img {
    width: 123px;
    height: 32px
}

@media (min-width:1701px) {
    .header-v1 nav {
        width: 60%
    }
}

.bg-grey {
    float: left;
    width: 100%;
    margin: 25px 0;
}

#koopbank .details {
    display: none
}

#suudiarabistanb .details {
    display: none
}

.footer-v1 .footer-left img {
    width: 50% !important;
	max-width:130px;
}