.clearfix::before,
.clearfix::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
}

.clearfix::after {
    clear: both;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.hidden,
[hidden] {
    display: none !important
}

.pure-img {
    max-width: 100%;
    height: auto;
    display: block
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

.la-image-loading {
    opacity: 0;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    visibility: hidden
}

.la-image-loading .content {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px
}

.la-loader.spinner5 {
    margin: 5px;
    width: 40px;
    height: 40px
}

.la-loader.spinner5 div {
    width: 33%;
    height: 33%;
    float: left;
    -webkit-animation: la-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: la-cubeGridScaleDelay 1.3s infinite ease-in-out;
    background-color: #f2504b
}

@-webkit-keyframes la-cubeGridScaleDelay {
    0% {
        -webkit-transform: scale3d(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3d(0, 0, 1)
    }

    70% {
        -webkit-transform: scale3d(1, 1, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1)
    }
}

@keyframes la-cubeGridScaleDelay {
    0% {
        transform: scale3d(1, 1, 1)
    }

    35% {
        transform: scale3d(0, 0, 1)
    }

    70% {
        transform: scale3d(1, 1, 1)
    }

    100% {
        transform: scale3d(1, 1, 1)
    }
}

.la-loader.spinner5 div:nth-child(1),
.la-loader.spinner5 div:nth-child(5),
.la-loader.spinner5 div:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.la-loader.spinner5 div:nth-child(2),
.la-loader.spinner5 div:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.la-loader.spinner5 div:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.la-loader.spinner5 div:nth-child(4),
.la-loader.spinner5 div:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.la-loader.spinner5 div:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.container {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 1920px
}

@media(min-width: 1500px) {
    .container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.row:before,
.row:after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1
}

.row:after {
    clear: both
}

body {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 20px;
    line-height: 1.42857;
    font-weight: 400;
    color: #262626
}

.three-font-family {
    font-family: 'Playfair Display', serif;
}

#page.site {
    opacity: 1
}

.site-loading #page.site {
    opacity: 0;
    transition: all .3s ease-in-out
}

.site-loading .la-image-loading {
    opacity: 1;
    visibility: visible
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: #f2504b
}

h2 {
    font-weight: 400;
    color: #D25B5B;
    font-size: 30px;
    margin: 0;
    text-align: center;
}

h3 {
    font-size: 20px;
    margin: 0
}

header + p {
    text-align: center;
    padding-bottom: 67px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 19px;
}

header + p + p a {
    text-decoration: underline;
}

.small-container {
    margin: 0 auto;
    display: block
}

header#masthead {
    position: relative;
    overflow: hidden;
}

header#masthead .container {
    min-height: 850px;
    background-image: url(../images/info-0.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: #FFF8F8;
    width: 100%;
}

.header-main {
    position: relative;
    width: 1170px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.site-header h1 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0;
    width: 380px;
    text-align: left;
    line-height: normal;
    position: absolute;
    top: 44%;
    left: 20%
}

.site-branding {
    padding-top: 80px;
    text-align: center;
}

.site-branding figure {
    margin: 0;
    position: relative
}

.site-branding figure img {
    width: 190px;
}

.site-branding a {
    display: inline-block;
    position: relative;
}

.site-branding figcaption {
    font-size: 18px;
    padding-top: 5px;
}

.site-main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.site-main-nav ul li {
    display: inline-block;
    padding: 45px 15px;
    transition: all .3s;
}

.site-main-nav ul li:last-child {
    float: right;
}

.site-main-nav ul li:last-child a {
    border: 1px solid #979797;
    padding: 0 50px;
    line-height: 68px;
}

.site-main-nav li:hover a,
.site-main-nav .active a {
    color: #D25B5B;
}

.site-main-nav ul li:last-child:hover a {
    border-color: #262626;
    background: #262626;
    color: #fff;
}

.site-main-nav a {
    display: inline-block;
    color: #262626;
    font-size: 18px;
    font-weight: bold;
    line-height: 70px;
    transition: all .3s;
}

.header__bg__wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60%;
    right: 0;
}

.header__bg {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    width: 18%;
    bottom: 0;
    height: 100%;
}

.header__bg-1 {
    background-image: url(../images/info-1.jpg);
}

.header__bg-2 {
    background-image: url(../images/info-2.jpg);
    left: 19%;
    height: 85%;
}

.header__bg-3 {
    background-image: url(../images/info-3.jpg);
    width: 24%;
    left: 38%;
    height: 70%;
}

.header__bg-4 {
    background-image: url(../images/info-4.jpg);
    right: 19%;
    height: 85%;
}

.header__bg-5 {
    background-image: url(../images/info-5.jpg);
    right: 0;
}

.grid-2,
.grid-3,
.grid-4 {
    text-rendering: optimizespeed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.grid-4 .demo-item {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    width: 25%
}

.grid-3 .demo-item {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    width: 33.3333%
}

.grid-2 .demo-item {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    width: 50%
}

.grid-2 .item-inner:not([data-element-loaded="true"]),
.grid-3 .item-inner:not([data-element-loaded="true"]),
.grid-4 .item-inner:not([data-element-loaded="true"]) {
    background-image: url(../images/ajax-loader.gif) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-color: rgba(201, 201, 202, 0.14)
}

.demo-item {
    font-size: 18px;
    padding: 15px;
    text-align: center;
    animation-name: fadeInUp;
}

.demo-item .item-inner {
    position: relative;
    display: block;
    padding-bottom: 84.2%;
    background-position: center top;
    background-size: cover;
    background-color: #D8D8D8;
    box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.03);
}

.demo-item a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff
}

.demo-item a:before {
    content: "";
    background: #232324;
    opacity: 0;
    visibility: hidden;
    transition: opacity 250ms ease-out;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.demo-item a span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.demo-item a span:after {
    content: "";
    width: 54px;
    height: 54px;
    display: block;
    margin: 25px auto 0;
    background: #D25B5B url(../images/tail-right.png) no-repeat center center;
    transition: all .3s
}

.demo-item a span:hover:after {
    background-color: #D25B5B
}

.demo-item h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 25px;
    color: #262626;
    margin-bottom: 20px;
}

.demo-item .item-inner h3 {
    display: none
}

.demo-item:hover a:before {
    opacity: .5;
    visibility: visible
}

.demo-item:hover a span {
    margin-top: -10%;
    opacity: 1;
    visibility: visible
}

#demo {
    margin-top: 100px;
    padding-bottom: 100px;
}

#demo h2 {
    font-size: 36px;
}

#demo p {
    font-size: 18px;
    line-height: 30px;
    color: #222;
}

#demo .small-container {
    padding-bottom: 30px;
}

#inner_pages,
#blog_pages,
#product_pages,
#shop_pages {
    padding-top: 80px;
    padding-bottom: 80px;
}

#shop_pages {
    margin-top: 50px;
    background-color: #F9F9F9;
}

#blog_pages {
    background-color: #F9F9F9;
}

#inner_pages .container,
#blog_pages .container,
#product_pages .container,
#shop_pages .container {
    width: 1400px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

#inner_pages .container,
#product_pages .container {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#inner_pages .row:nth-child(1),
#blog_pages .row:nth-child(1),
#product_pages .row:nth-child(1),
#shop_pages .row:nth-child(1) {
    width: 360px;
    text-align: center;
}

#inner_pages .row:nth-child(2),
#blog_pages .row:nth-child(2),
#product_pages .row:nth-child(2),
#shop_pages .row:nth-child(2) {
    width: 100%;
}

#inner_pages .demo-item h3,
#blog_pages .demo-item h3,
#product_pages .demo-item h3,
#shop_pages .demo-item h3 {
    display: none;
}

#inner_pages .grid-2,
#blog_pages .grid-2,
#product_pages .grid-2,
#shop_pages .grid-2 {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

#inner_pages .demo-item,
#blog_pages .demo-item,
#product_pages .demo-item,
#shop_pages .demo-item {
    position: relative;
}

#blog_pages .demo-item-0,
#shop_pages .demo-item-0 {
    right: -15%;
}

#inner_pages .demo-item-1,
#product_pages .demo-item-1 {
    left: -15%;
}

#product_pages .demo-item:hover,
#shop_pages .demo-item:hover {
    z-index: 2;
}

#inner_pages .grid-2 .demo-item .item-inner,
#blog_pages .grid-2 .demo-item .item-inner,
#product_pages .grid-2 .demo-item .item-inner,
#shop_pages .grid-2 .demo-item .item-inner {
    padding-bottom: 126%;
}

#inner_pages .grid-2 .demo-item-0 .item-inner,
#blog_pages .grid-2 .demo-item-0 .item-inner,
#product_pages .grid-2 .demo-item-0 .item-inner,
#shop_pages .grid-2 .demo-item-0 .item-inner {
    padding-bottom: 100%;
}

.grid-unknown2 {
    text-rendering: optimizespeed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.grid-unknown2 .testimonial-item {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    width: 33.33333%
}

.grid-unknown2 + p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    padding-top: 50px
}

footer {
    background-color: #FFF8F8;
    text-align: center;
    padding-top: 100px;
    position: relative;
}

.footer-bg {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1200px;
    max-width: 100%;
    height: 550px;
    top: -200px;
}

footer p {
    font-size: 32px;
    margin: 0 0 50px;
    color: #262626;
}

footer p i {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    display: block;
    padding-bottom: 5px;
}

footer a {
    display: inline-block;
    margin: 0 auto 0px;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s;
    border: 1px solid #979797;
    line-height: 28px;
}

footer a:hover {
    color: #fff;
    background-color: #D25B5B;
    border-color: #D25B5B;
}

footer address {
    display: none;
}

.grid-unknown2 .feature-item {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    width: 25%
}

.grid-unknown2 .feature-item-3,
.grid-unknown2 .feature-item-2,
.grid-unknown2 .feature-item-1 {
    width: 50%
}

#features {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F9F9F9;
}

.feature-item h3 {
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 600;
}

.grid-unknown .demo-item {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

nav.site-main-nav.is_stuck {
    position: fixed;
    width: 100vw !important;
    top: 0;
    z-index: 9;
    background-color: #fff;
    color: #fff;
    left: 0;
    padding: 0;
}

nav.site-main-nav.is_stuck ul.nav {
    width: 1170px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

nav.site-main-nav.is_stuck ul li {
    padding: 25px 15px;
}

section#header_layout {
    margin-top: 50px;
}

#header_layout .item-inner {
    background-size: cover;
}

#header_layout .container {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

#features .container {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width: 1200px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-main-nav a {
        line-height: 46px;
        font-size: 16px;
    }

    .site-main-nav ul li:last-child a {
        line-height: 44px;
        padding: 0 20px;
        font-size: 12px;
    }

    .site-main-nav ul li,
    nav.site-main-nav.is_stuck ul li {
        padding: 15px;
    }

    .site-branding {
        padding-top: 40px;
    }

    header#masthead .container {
        min-height: 500px !important;
    }

    .footer-bg {
        max-width: 80%;
    }

    footer a {
        font-size: 16px;
        padding: 15px 40px;
    }
}

@media(max-width: 800px) {
    header#masthead .container {
        min-height: 400px !important;
    }

    .header__bg__wrap {
        height: 30%;
    }

    h2,
    #demo h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header__bg {
        bottom: -146px;
    }
    .site-branding {
        padding-top: 20px;
    }
    .header__bg__wrap {
        height: 75%;
    }
    .header__bg.header__bg-1 {
        bottom: -39%;
    }
    .header__bg.header__bg-5 {
        bottom: -30%;
    }
    .header__bg.header__bg-4 {
        height: 83%;
    }

    .header__bg-3 {
        height: 70%;
    }
    .header__bg-2 {
        height: 79%;
    }
    header#masthead .container {
        min-height: 700px;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__bg {
        bottom: -44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__bg {
        bottom: 0;
    }
}











@media(max-width: 600px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-4 .demo-item,
    .grid-3 .demo-item {
        width: 100%;
    }

    #inner_pages .container,
    #blog_pages .container,
    #product_pages .container,
    #shop_pages .container {
        display: block;
    }

    #inner_pages .row:nth-child(1),
    #blog_pages .row:nth-child(1),
    #product_pages .row:nth-child(1),
    #shop_pages .row:nth-child(1) {
        width: 100%;
    }

    .demo-item {
        padding: 10px;
    }

    footer p {
        font-size: 15px;
    }

    footer {
        padding-top: 200px;
    }

    #features {
        padding-bottom: 50px;
    }

    .site-main-nav {
        text-align: center;
    }

    .site-main-nav a {
        font-size: 13px;
        line-height: 20px;
    }

    .site-main-nav ul li,
    nav.site-main-nav.is_stuck ul li {
        padding: 20px 10px;
    }

    .site-main-nav ul li:last-child {
        display: none;
    }

    .site-branding figcaption {
        font-size: 12px;
    }

    .site-branding figure img {
        width: 150px;
    }

    header#masthead .container {
        min-height: 300px;
    }
}

.site-main-nav ul {
    text-align: center;
}

.site-main-nav ul li:last-child {
    display: none !important;
}

footer a {
    opacity: 0;
    visibility: hidden;
}

.feature-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.feature-row .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 480px) {
    .feature-row .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header__bg{
        display: none;
    }
    .site-branding {
        padding-top: 115px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .feature-row .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px){
    header#masthead .container{
        min-height: 710px;
    }
    .site-branding {
        padding-top: 30px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .feature-row .col {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .header__bg__wrap {
        height: 44%;
    }
}

.feature-item {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 45px 15px;
    text-align: center;
    margin-bottom: 30px;
     -webkit-transition: 0.4s;
    transition: 0.4s;
}

.feature-item:hover {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.feature-item h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0;
    text-transform: capitalize;
}











