﻿

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Lato';
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff url(../images/texture_bg.png)!important;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    color: inherit;
    outline: none;
    text-decoration: none
}

a:hover,
a:hover:hover,
a:focus:hover,
a:active:hover,
a.active:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
    /* background-color: #fff; */
    overflow: hidden
}

@media only screen and (min-width:768px) {
    section {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media only screen and (min-width:992px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

section.radius {
    border-radius: 4px
}

section.medium {
    padding-top: 40px;
    padding-bottom: 40px
}

@media only screen and (min-width:992px) {
    section.medium {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

section.medium.boxed {
    padding-bottom: 50px
}

@media only screen and (min-width:992px) {
    section.medium.boxed {
        padding-bottom: 100px
    }
}

section.store,
section.profile {
    padding-top: 40px;
    padding-bottom: 0
}

@media only screen and (min-width:992px) {

    section.store,
    section.profile {
        padding-bottom: 40px
    }
}



header.header .main-menu-wrapper .main-menu .main-nav {
        /* text-align: center; */
        /* text-align: right; */
    }

header.header {
    width: 100%
}

header.header .top-bar {
    position: relative;
    background-color: #031222;
    height: 35px;
    z-index: 1501
}

@media(max-width:991px) {
    header.header .top-bar>.container {
        max-width: 100% !important
    }
}

header.header .top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none
}

@media only screen and (min-width:768px) {
    header.header .top-bar ul {
        display: inline-block
    }
}

header.header .top-bar ul li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #fff
}

header.header .top-bar ul li+li {
    margin-left: 10px;
    padding-left: 10px
}

header.header .top-bar ul li+li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 1px;
    background-color: #fff;
    display: block
}

header.header .top-bar ul li a {
    color: #fff
}

header.header .top-bar ul li span {
    display: inline-block
}

header.header .top-bar ul li span+span {
    padding-left: 5px
}

header.header .top-bar .btn-group .btn {
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    outline: none !important;
    border: 0;
    padding: 0 10px
}

header.header .top-bar .btn-group .btn:after {
    position: absolute;
    top: 12px;
    right: 0;
    content: "\f107";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0
}

header.header .top-bar .btn-group .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 50px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #031222;
    background-clip: padding-box;
    border: 0;
    border-radius: 0
}

header.header .top-bar .btn-group .dropdown-menu.show {
    display: block
}

header.header .top-bar .btn-group .dropdown-menu a {
    display: block;
    padding: 3px 10px;
    white-space: nowrap
}

header.header .top-bar .btn-group .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, .1)
}

header.header .top-bar .btn-group.location .btn {
    padding: 0 10px 0 25px
}

@media only screen and (min-width:768px) {
    header.header .top-bar .btn-group.location .btn {
        padding: 0 10px
    }
}

header.header .top-bar .btn-group.location .btn:before {
    position: absolute;
    top: 10px;
    left: 5px;
    content: "\f57d";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    display: inline-block
}

@media only screen and (min-width:768px) {
    header.header .top-bar .btn-group.location .btn:before {
        display: none
    }
}

header.header .top-bar .btn-group.location .dropdown-menu {
    min-width: 115px
}

header.header .top-bar .btn-group.location .dropdown-menu a {
    padding: 3px 20px 3px 25px
}

@media only screen and (min-width:768px) {
    header.header .top-bar .btn-group.location .dropdown-menu a {
        padding: 3px 10px
    }
}

header.header .main-menu-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

header.header .main-menu-wrapper nav {
    top: 0;
    left: 0;
    z-index: 1500;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header.header .main-menu-wrapper .main-menu {
    position: relative;
    width: 100%;
    height: 80px;
    /* background-color: rgba(255, 255, 255, .9); */
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media(max-width:991px) {
    header.header .main-menu-wrapper .main-menu>.container {
        max-width: 100% !important
    }
}

header.header .main-menu-wrapper .main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

header.header .main-menu-wrapper .main-menu .logo {
    position: relative;
    float: left;
    height: 100%;
    line-height: 80px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header.header .main-menu-wrapper .main-menu .logo img {
    max-height: 40px
}

@media only screen and (min-width:992px) {
    /* header.header .main-menu-wrapper .main-menu .logo img {
        max-height: 50px
    } */
}

header.header .main-menu-wrapper .main-menu .hamburger {
    position: relative;
    float: left;
    height: 100%;
    width: 50px;
    margin-right: 0;
    line-height: 80px;
    margin-left: -15px
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .hamburger {
        display: none
    }
}

header.header .main-menu-wrapper .main-menu .hamburger a {
    position: relative;
    padding: 0;
    height: 80px;
    width: 50px;
    display: block;
    outline: none;
    float: left
}

header.header .main-menu-wrapper .main-menu .hamburger a span {
    display: block;
    position: absolute;
    top: 45%;
    left: 15px;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
    background: 0 0;
    border: 0;
    padding: 0;
    outline: none;
    width: 20px;
    height: 14px
}

header.header .main-menu-wrapper .main-menu .hamburger a span:before,
header.header .main-menu-wrapper .main-menu .hamburger a span:after,
header.header .main-menu-wrapper .main-menu .hamburger a span span {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #000
}

header.header .main-menu-wrapper .main-menu .hamburger a span:before,
header.header .main-menu-wrapper .main-menu .hamburger a span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

header.header .main-menu-wrapper .main-menu .hamburger a span:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0)
}

header.header .main-menu-wrapper .main-menu .hamburger a span:after {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0)
}

header.header .main-menu-wrapper .main-menu .hamburger a span>span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    overflow: hidden;
    text-indent: 200%
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav {
        /* text-align: center; */
        text-align: right;
    }
}

header.header .main-menu-wrapper .main-menu .main-nav:before,
header.header .main-menu-wrapper .main-menu .main-nav:after {
    display: table;
    content: " "
}

header.header .main-menu-wrapper .main-menu .main-nav:after {
    clear: both
}

header.header .main-menu-wrapper .main-menu .main-nav a {
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav a {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav>li {
        height: 100%;
        display: inline-block
    }
}

header.header .main-menu-wrapper .main-menu .main-nav>li>a {
    position: relative
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav>li>a {
        line-height: 80px;
        padding-right: 17px;
        padding-left: 17px;
        display: inline-block
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav>li>a:before {
        position: absolute;
        left: auto;
        right: 17px;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        content: "";
        height: 1px;
        width: 0;
        background-color: #008080;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }
}

header.header .main-menu-wrapper .main-menu .main-nav>li:hover>a {
    opacity: 1
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav>li:hover>a:before {
        left: 17px;
        right: auto;
        width: calc(100% - 34px)
    }
}

header.header .main-menu-wrapper .main-menu .main-nav>li.active>a {
    font-weight: 600
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav>li.active>a:before {
        width: calc(100% - 34px)
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu>a:after {
        font-family: 'font awesome 5 free';
        font-weight: 900;
        content: "\f107";
        margin-left: 3px
    }
}

header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul {
    text-align: left
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul {
        display: none;
        position: absolute;
        top: 100%;
        min-width: 220px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #031222
    }
}

header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul>li>a {
    text-transform: none;
    font-weight: 400 !important
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul>li>a {
        font-size: 14px;
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
        display: block;
        border-bottom: none !important
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul>li>a:hover {
        color: #3c8ffc
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu {
        position: relative
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu>a {
        position: relative;
        padding-right: 25px
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu>a:after {
        font-family: fontawesome;
        content: "\f105";
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        height: 15px;
        width: 15px;
        line-height: 1;
        margin-top: auto;
        margin-bottom: auto
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu>ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 220px
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu:hover>ul {
        display: block;
        -webkit-animation: fadeIn .7s;
        animation: fadeIn .7s
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav .sub-menu:hover>ul {
        display: block;
        -webkit-animation: fadeIn .5s;
        animation: fadeIn .5s
    }
}

header.header .main-menu-wrapper .main-menu .main-nav:not(.small-screen) {
    display: none
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav:not(.small-screen) {
        display: block
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav:not(.small-screen)>li>a {
        line-height: 70px;
        padding-top: 10px
    }
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen {
    position: absolute;
    top: 100%;
    width: 280px;
    left: -280px;
    overflow: auto;
    background-color: #031222;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media only screen and (min-width:576px) {
    header.header .main-menu-wrapper .main-menu .main-nav.small-screen {
        left: -480px
    }
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .main-menu .main-nav.small-screen {
        display: none
    }
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen a {
    color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    display: block
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen li {
    display: block
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li {
    border-bottom: 1px solid #000
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul {
    background-color: #fff
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul:before {
    border-top-color: #031222
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul>li:not(:last-of-type) {
    border-bottom: 1px solid rgba(3, 18, 34, .1)
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul>li>a {
    color: #000
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul>li>a.menu-trigger {
    background-color: #031222
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul>li>a:not(.menu-trigger):hover {
    background-color: #3c8ffc
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul>li.menu-dropdown>ul {
    background-color: #3c8ffc
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul>li.menu-dropdown>ul:before {
    border-top-color: #031222
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen>li.menu-dropdown>ul>li.menu-dropdown>ul li:not(:last-of-type) {
    border-bottom: 1px solid #031222
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown>a {
    position: relative;
    padding-right: 25px
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown>a:after {
    position: absolute;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    content: "\f105";
    top: 0;
    right: 10px;
    bottom: 0;
    height: 15px;
    width: 15px;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown>a.menu-trigger:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown>ul {
    position: relative
}

header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown>ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 6px;
    display: block
}

header.header .main-menu-wrapper .main-menu.main-menu-opened {
    background-color: #fff
}

header.header .main-menu-wrapper .main-menu.main-menu-opened .hamburger a span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

header.header .main-menu-wrapper .main-menu.main-menu-opened .hamburger a span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

header.header .main-menu-wrapper .main-menu.main-menu-opened .hamburger a span>span {
    opacity: 0
}

header.header .main-menu-wrapper .main-menu.main-menu-opened .main-nav.small-screen {
    left: 0
}

header.header .main-menu-wrapper .main-menu .right-block {
    float: right;
    white-space: nowrap;
    line-height: 80px
}

header.header .main-menu-wrapper .main-menu .right-block .btn {
    font-weight: 600
}

header.header .main-menu-wrapper .main-menu .right-block .btn>.fa {
    margin-right: 0
}

header.header .main-menu-wrapper .main-menu .right-block .btn>.fa+span {
    margin-left: 5px
}

header.header .main-menu-wrapper .main-menu .right-block .btn span {
    /* display: none */
}

@media only screen and (min-width:768px) {
    header.header .main-menu-wrapper .main-menu .right-block .btn span {
        display: inline-block
    }
}

header.header .main-menu-wrapper .main-menu .right-block .btn+.btn {
    margin-left: 5px
}

header.header .main-menu-wrapper.sticky-nav nav {
    position: fixed !important
}

header.header .main-menu-wrapper.sticky-nav .main-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .15)
}

header.header .main-menu-wrapper .btn-group {
    position: relative
}

@media only screen and (min-width:992px) {
    header.header .main-menu-wrapper .btn-group.d-lg-block {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

header.header .main-menu-wrapper .btn-group .btn:after {
    display: none
}

header.header .main-menu-wrapper .btn-group .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 165px;
    padding: 10px 0;
    margin: 21px 0 0;
    font-size: 14px;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #031222;
    background-clip: padding-box;
    border: 0;
    border-radius: 0
}

header.header .main-menu-wrapper .btn-group .dropdown-menu.show {
    display: block
}

header.header .main-menu-wrapper .btn-group .dropdown-menu a {
    display: block;
    padding: 5px 13px;
    white-space: nowrap;
    line-height: normal
}

header.header .main-menu-wrapper .btn-group .dropdown-menu a:hover {
    color: #3c8ffc
}

header.header .main-menu-wrapper .btn-group .dropdown-menu a>i {
    margin-right: 5px
}

header.header.floating {
    /* position: absolute !important */
}

.overlay-nav {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1499;
    height: 100vh;
    width: 100vw;
    display: none;
    background-color: rgba(3, 18, 34, .5);
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

footer.footer {
    position: relative;
    color: #fff;
    background-color: #031222
}

footer.footer .back-to-top {
    padding: 6px 0;
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: -20px;
    right: 15px
}

footer.footer .block-navigation {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px
}

@media only screen and (min-width:992px) {
    footer.footer .block-navigation {
        /* padding-top: 110px; */
        /* padding-bottom: 110px */
    }
}

footer.footer .block-navigation .logo {
    text-align: center;
    margin-bottom: 20px
}

@media only screen and (min-width:768px) {
    footer.footer .block-navigation .logo {
        margin-bottom: 40px;
        text-align: left
    }
}

@media only screen and (min-width:992px) {
    footer.footer .block-navigation .logo {
        margin-bottom: 10px;
        min-height: 75px
    }
}

footer.footer .block-navigation .logo img {
    max-width: 175px;
    height: auto
}

footer.footer .block-navigation .info {
    text-align: center
}

/* @media only screen and (min-width:768px) {
    footer.footer .block-navigation .info {
        text-align: left
    }
} */

footer.footer .block-navigation .heading {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px
}

footer.footer .block-navigation .heading:after {
    content: '';
    display: block;
    width: 90px;
    margin: 20px auto 0;
    border-top: 1px solid #3c8ffc
}

@media only screen and (min-width:992px) {
   /*  footer.footer .block-navigation .heading:after {
        width: 90px;
        margin: 10px auto 0
    } */
}

footer.footer .block-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

footer.footer .block-navigation ul li a {
    color: #fff;
    font-size: 11px;
}

footer.footer .block-navigation ul li a:hover {
    color: #008080;
}

footer.footer .block-navigation ul.social {
    padding-top: 5px
}

@media only screen and (min-width:768px) {
    footer.footer .block-navigation ul.social {
        padding-top: 0;
        display: table;
        width: 100%
    }
}

@media only screen and (min-width:992px) {
    footer.footer .block-navigation ul.social {
        display: block;
        width: auto;
        text-align: left;
        padding-top: 90px
    }
}

footer.footer .block-navigation ul.social li {
    display: inline-block;
    padding: 0 10px 0 0
}

@media only screen and (min-width:768px) {
    footer.footer .block-navigation ul.social li {
        display: table-cell;
        padding: 23px 0 30px
    }
}

@media only screen and (min-width:992px) {
    footer.footer .block-navigation ul.social li {
        display: inline-block;
        text-align: left;
        padding: 0 10px 0 0
    }
}

footer.footer .block-navigation ul.social li:last-child {
    padding: 0
}

footer.footer .block-navigation ul.social li a {
    font-size: 40px;
    line-height: 30px;
    color: #3c8ffc
}

footer.footer .block-navigation ul.social li a:hover {
    color: #fff
}



footer.footer .block-copyright {
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 20px;
    background: #02172e;
    font-size: 11px;
}

footer.footer .block-copyright a {
    color: #008080;
}

footer.footer .block-copyright a:hover {
    color: #cccccc;
}

footer.footer .newsletter-banner {
    text-align: center;
    background-color: #f4f4f4;
    padding-top: 45px;
    padding-bottom: 45px
}

@media only screen and (min-width:992px) {
    footer.footer .newsletter-banner {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

footer.footer .newsletter-banner label {
    position: relative;
    font-size: 20px;
    /* padding-left: 40px; */
    padding-bottom: 15px;
    margin: 0 auto;
    color: #303030;
}

@media only screen and (min-width:768px) {
    footer.footer .newsletter-banner label {
        font-size: 28px;
        /* padding-left: 50px; */
        display: block
    }
}

@media only screen and (min-width:992px) {
    footer.footer .newsletter-banner label {
        font-size: 28px;
        /* padding-left: 95px; */
        padding-bottom: 0;
        color: #474a4d;
    }
}

/* footer.footer .newsletter-banner label:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    content: '\f0a1';
    font-size: 30px;
    line-height: 30px;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    color: #474a4d;
}
 */
@media only screen and (min-width:768px) {
    footer.footer .newsletter-banner label:before {
        top: -5px;
        font-size: 35px;
        line-height: 50px;
        left: 35px
    }
}

@media only screen and (min-width:992px) {
    footer.footer .newsletter-banner label:before {
        top: 0;
        font-size: 35px;
        line-height: 40px
    }
}





footer.footer .newsletter-banner .btn {
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding: .25rem 1.75rem;
    text-transform: uppercase;
    font-weight: 600
}

footer.footer .newsletter-banner .btn:hover {
    color: #fff;
    background-color: #031222;
    border-color: #031222
}



.btn {
    display: inline-block;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    color: inherit;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus {
    outline: none;
    box-shadow: 0 0 0 0 transparent
}

.btn.full-width {
    min-width: 100%
}

.btn.btn-circle {
    border-radius: 50%
}





.btn.btn-secondary {
    color: #fff;
    background-color: #ee343f;
    border-color: #ee343f;
}

.btn.btn-secondary:hover {
    color: #ee343f;
    background-color: #fff;
    border-color: #ee343f;
}


.btn.btn-primary:hover, .btn.btn-primary:active {
    color: #ee343f !important;
background-color:#fff !important;
border-color: #ee343f !important;
}





html.loading,
body.loading {
    height: 100%;
    overflow: hidden
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10060;
    background-color: #fff;
    display: none
}

.page-loader.loading {
    display: block
}

.page-loader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-loader .loader .fa,
.page-loader .loader .fas {
    font-size: 48px;
    color: #3c8ffc
}

@font-face {
    font-family: glyphicons halflings;
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regulard41d.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: glyphicons halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}





/* new css */

/* .top_ads01 img {
    width: 100%;
    max-width: 790px;
    display: block;
    margin: 0 auto;
} */

.ad01_728x90 {
    width: 100%;
    max-width: 728px;
    display: block;
    margin: 0 auto;
    position: relative;
    /* top: 160px; */
}

.content_part h1 {
    color: #008080;
    font-size: 28px;
	padding-bottom: 10px;
}
.content_part h3 {
    font-size: 23px;
    padding-bottom: 4px;
    color: #232323;
}
.content_part p {
    padding-bottom: 4px;
    line-height: 25px;
    font-size: 15px;
    color: #232323;
}

.topAds {
    padding-bottom: 0px;
}
.my_btn01 {
    padding: 5px 20px !important;
    font-size: 22px;

}

.my_btn02 {
    padding: 4px 26px !important;
    font-size: 14px;
    color: #ffffff !important;
}

.content_part {
    margin-top: 50px !important;
}

.carousel-indicators {
    bottom: 0px;
}

.adUnit {
    background-color:#fff;
    border-radius: 4px;
}

.freebies_content {
    margin-top: 12px;
    color:#4e4e4e;

}

.card-text01 {
    font-size: 14px;
    color: #414141;
}

.blog_content {
    color: #e055ad;
}
.card-title01 {
    font-size: 18px;
    font-weight: 500;
}


.heading01 {
    color: #e055ad;
}

.my_btn03 {
    background: #008080;
    padding: 16px 16% !important;
    font-size: 24px;
    border: 1px solid #e055ad;
    border-radius: 4px;    
    font-size: 22px;
}

/* .blinking{
    animation:blinkingText 1.2s infinite;
}

@keyframes blinkingText{
    0%{     color: #ffffff;    }
    49%{    color: #ffffff; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #ffffff;    }
} */

footer.footer .newsletter-banner label {
    /* margin-right: -231px; */
    text-align: right;
}
footer.footer .newsletter-banner label::before {
    /* left: 175px; */
}

.hs_link ul li {
    float: left;
    padding: 0px 20px 0px 20px;
    border-left: 1px solid #fff;
    margin-bottom: 21px;
}



.hs_link ul li:first-child {
    /* background-color: #900; */
    border: none !important;
}

.hs_link {

    width: 100%;
    display: flex;
    justify-content: center;    
    border-bottom: 1px solid #706d6d;
    margin-bottom: 20px; 
}

.info {
    text-align: center !important;
    font-size: 11px !important;
letter-spacing: 0.5px;
}


#toTop {
    padding: 5px 13px;
    background: #008080;
    color: #fff;
    position: fixed;
    bottom: 40px;
    right: 5px;
    display: none;
    z-index: 9;
    border-color: #008080;
}    

/* .logo img {
    width: 100%;
}
 */

.newsletter-banner {
    text-align: center;
    background-color: #f4f4f4;
    padding-top: 45px;
    padding-bottom: 45px;
}
.sign01 label {
    font-size: 24px;
}

.my_btn03 {
    background: #ee343f;
    padding: 8px 12% !important;
    border: 1px solid #ee343f;
    border-radius: 4px;
    font-size: 18px;
    color: #fff !important;
}


@media(max-width:320px) {

    header.header .main-menu-wrapper .main-menu .hamburger { height: 0%;}
    header.header .main-menu-wrapper .main-menu .logo {left: 30px; height: 50%}    
    header.header .main-menu-wrapper .main-menu .logo img{width: 85%;}
    .mobile_col-7{height: 80px;}

    .slider-single.control-nav.slick-initialized.slick-slider {top: 80px; position: relative;}
    .carousel-control-prev-icon, .carousel-control-next-icon {width: 21px !important;}

    .carousel-caption {top: 13% !important;}
    .carousel-caption h5 {font-size: 18px !important;}
    .carousel-caption p {font-size: 12px !important; letter-spacing:2.2px !important;}
    .carousel-indicators {display: none;}

    .hs_link ul li { width: 100%; border: none !important;}
    section { padding-top: 20px;}
    .content_part {margin-top: 40px !important;}
    .Ads01 { padding: 30px 0px;}

    .flickity-button {background: #ffffff !important; border-radius: 0 !important;width: 20px !important;
    margin: 0 -30px !important;}

    .inspiro-slider .slide .slide-captions01 h1, .inspiro-slider .slide .slide-captions01 h2 {
    font-size: 18px !important;
    line-height: 12px !important;
    margin-bottom: 14px !important;
    letter-spacing: 0px !important;
    }

    /* footer.footer .newsletter-banner label {padding-left: 40px;} */
    .inspiro-slider.slider-halfscreen { height: 20vh !important;}
    .my_btn04 {font-size: 12px !important;}
    .content_part h1 {font-size: 18px; font-weight: bold;}
    .content_part h3 {font-size: 16px;}
    .content_part p {font-size: 14px;}
    .my_btn01 {font-size: 15px;}
    .free01{ font-size: 18px !important; font-weight: bold;}


}

@media(max-width:575px) {
    header.header .main-menu-wrapper .main-menu .hamburger { height: 0%;}
    header.header .main-menu-wrapper .main-menu .logo {left: 30px; height: 50%}    
    header.header .main-menu-wrapper .main-menu .logo img{width: 85%;}
    .mobile_col-7 {height: 80px;}
    .home-slider { height: 207px;}
    .home-slider .slick-dots {
        -webkit-transform: translate(0, -130px);
        transform: translate(0, -130px);
    }
    .listing-products .item {padding-top: 0px; }
    .listing-products .item .image{max-width: 100% !important;}
    .image-wrapper {width: 100%;}
    .listing-products .item .info {padding-top: 15px;padding-bottom: 30px;}
    .listing-products .item .image img {width: 100%;}
    .my_btn03 { font-size: 15px; margin: 0 auto;}

    .slider-single.control-nav.slick-initialized.slick-slider {top: 80px; position: relative;}

    .carousel-control-prev-icon, .carousel-control-next-icon {width: 21px !important;}
     .carousel-caption {top: 21% !important;}
    .carousel-caption h5 {font-size: 18px !important;}
    .carousel-caption p {font-size: 12px !important; letter-spacing:2.2px !important;}
    .carousel-indicators {display: none;}

    .hs_link ul li { width: 100%; border: none !important;}

    section { padding-top: 20px;}
    .content_part {margin-top: 40px !important;}
    .Ads01 { padding: 30px 0px;}

    .flickity-button {background: #ffffff !important;  border-radius: 0 !important;width: 20px !important;
    margin: 0 -30px !important;}

    .inspiro-slider .slide .slide-captions01 h1, .inspiro-slider .slide .slide-captions01 h2 {
    font-size: 18px !important;
    line-height: 12px !important;
    margin-bottom: 14px !important;
    letter-spacing: 0px !important;
    }
    .my_btn04 {font-size: 12px !important;}

    /* footer.footer .newsletter-banner label {padding-left: 40px;}   */
    .inspiro-slider.slider-halfscreen { height: 20vh !important;} 
    .content_part h1 {font-size: 18px; font-weight: bold;}
    .content_part h3 {font-size: 16px;}
    .content_part p {font-size: 14px;}
    .my_btn01 {font-size: 15px;}
    .free01 { font-size: 18px !important; font-weight: bold;}


}

@media (min-width:768px) and (max-width:1024px) {
    .home-slider { height: 337px;}
    .carousel-caption {top: 34% !important;}
    .carousel-caption h5 {font-size: 35px !important;}
    .carousel-caption p {font-size: 18.5px !important;}
    .home-slider .slick-dots {-webkit-transform: translate(0, -130px);transform: translate(0, -130px);}
    .image-wrapper {width: 100%; height: auto;}
    .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
    .listing-products .item .image{min-height: auto;}
    .listing-products .item .image img {width: 100%;}  
    .adUnit img { width: 100%;}  
    .listing-products .item .info .category { font-size: 12px;}
    .home-slider .item .content-wrapper .info {padding: 20px !; max-width: 380px;}
    .home-slider .item .content-wrapper { padding-top: 120px;}

    .slider-single.control-nav.slick-initialized.slick-slider {top: 80px; position: relative;}
    .blogContentWraper h3 {font-size: 10px !important; line-height: 16px !important;}
    .hs_link ul li {
    width: 100%;
    border: none !important;
    }

    .inspiro-slider .slide .slide-captions01 h1, .inspiro-slider .slide .slide-captions01 h2 {
    font-size: 22px !important;
    line-height: 15px !important;
    margin-bottom: 14px !important;
    letter-spacing: 0px !important;
    }
    .my_btn04 {font-size: 12px !important;}
    header.header .main-menu-wrapper .main-menu .logo {
        left: 30px;
    }
}




@media (min-width:320px) and (max-width:767px) and (orientation:landscape) {
    .home-slider { height: 302px;}
    .home-slider .slick-dots {-webkit-transform: translate(0, -130px); transform: translate(0, -130px);}
    .adUnit img{width: 100% !important;}
    .my_btn02 {padding: 5px 20px !important; font-size: 11px;}
    .card-title01 { font-size: 14px;}
    .image-wrapper {width: 100%; height: auto;}
    .col-sm-3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
    .listing-products .item .image{min-height: auto;}
    .listing-products .item .image img{width: 100%;}
    .listing-products .item .info .category {font-size: 12px;}
    .my_btn03 {font-size: 22px;}
    .hs_link ul li {padding: 0px 7px 0px 7px;}

    .slider-single.control-nav.slick-initialized.slick-slider {top: 80px; position: relative;}
    .carousel-control-prev-icon, .carousel-control-next-icon {width: 21px !important;}
     .carousel-caption {top: 23% !important;}
    .carousel-caption h5 {font-size: 35px !important;}
    .carousel-caption p {font-size: 20px !important; letter-spacing:7.2px !important;}
    .carousel-indicators {display: none;}

    .hs_link ul li {
    width: 100%;
    border: none !important;
    }

    .flickity-button {
        background: #ffffff !important;  
        border-radius: 0 !important;
        width: 20px !important;
        height: 40px !important;
        line-height: 20px !important;}
    .inspiro-slider .slide .slide-captions01 h1, .inspiro-slider .slide .slide-captions01 h2 {
    font-size: 24px !important;
    line-height: 20px !important;
    margin-bottom: 14px !important;
    letter-spacing: 0px !important;
    }

    /* footer.footer .newsletter-banner label {padding-left: 40px;} */
    .inspiro-slider.slider-halfscreen { height: 30vh !important;}

    /* #slider {
    min-height: 240px !important;
} */


}


@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .my_btn03 {font-size: 21px;}
    .blogContentWraper h3 {font-size: 13px !important; line-height: 20px !important;}
    .logo img { max-height: 26px;width: 100%;}
    .main-menu .main-nav:not(.small-screen) > li > a {line-height: 63px !important;}
    .hs_link ul li {width: unset !important;}
    footer.footer .block-navigation ul li a {font-size: 12px;}
    header.header .main-menu-wrapper .main-menu .main-nav > li > a {
    padding-right: 7px;
    padding-left: 7px;}
    header.header .main-menu-wrapper .main-menu .logo img {width: 65% !important;}

}

@media only screen and (min-width:1024px) and (max-width:1024px) and (orientation:portrait) {

    .hs_link ul li {width: unset !important;border-left: 1px solid #fff !important;}
    .hs_link ul li {padding: 0px 10px 0px 10px;}
    header.header .main-menu-wrapper .main-menu .main-nav > li > a {
    padding-right: 7px;
    padding-left: 7px;}
    header.header .main-menu-wrapper .main-menu .logo img {width: 100% !important;}
    
}  

@media only screen and (min-width:1112px) and (max-width:1112px) and (orientation:landscape) {
    .my_btn03 {font-size: 21px;}
    .hs_link ul li {padding: 0px 10px 0px 10px;}
    header.header .main-menu-wrapper .main-menu .main-nav > li > a {
    padding-right: 7px;
    padding-left: 7px;}

    header.header .main-menu-wrapper .main-menu .logo img {width: 100%;}


}  



@media only screen and (min-width:1280px) and (max-width:1366px) and (orientation:landscape) {
    .my_btn03 {font-size: 21px;}
    header.header .main-menu-wrapper .main-menu .main-nav > li > a {
    padding-right: 7px;
    padding-left: 7px;}

}     


@media only screen and (min-width:1400px) {
    /* .container { max-width: 1260px} */
}


/* new css */

.logo img {
    height: auto;
    max-height: 50px !important;
}

.section1st {
    background: #fff;
    padding-top: 20px !important;
}
