@charset "UTF-8";

@font-face {
    font-family: 'Favorit';
    src: url(../webfonts/Favorit_Bold.woff.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url(../webfonts/HelveticaNeueLight.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

html{
    overflow-x: hidden;
}

body.theme-floradapt{
    display: block;
    color: #4d4d4d;
}

body #wrapper,
body .body-inner {
    padding: 0;
    margin: 0
}

body.wide #wrapper,
body.wide .body-inner {
    width: 100%;
    margin: 0
}

body.boxed #wrapper,
body.boxed .body-inner,
body.boxed-simple #wrapper,
body.boxed-simple .body-inner {
    position: relative;
    border: 1px solid #eee;
    background-color: #fff
}

body.outter {
    margin: 30px
}

body.boxed-simple {
    background-color: #f8f8f8;
    border: 0 !important
}

.container-wide {
    padding-left: 30px;
    padding-right: 30px
}

.copyright-text {
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    overflow: hidden;
    font-size: 0.875rem;
}

.copyright-text a {
    color: #393F72;
}

#homepage {
    margin-top: 80px;
}

.footer-credits{
    float: left;
    width: 50%;
    text-align: left;
    color: #484850;
}

.footer-links{
    float: right;
    width: 50%;
    text-align: right;
}

.footer-links .widget-link{
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.footer-links .widget-link:last-child{
    margin-right: 0;
}

#footer .footer-links .widget-link a:not(.btn){
    color: #2D2A26;
}

#footer .footer-links .widget-link a:hover{
    text-decoration: underline;
}

p{
	margin-bottom: 2rem;
}

#shadow-host-companion {
    padding: 0;
}

@media(min-width:1240px) {

    body.boxed #wrapper,
    body.boxed .body-inner,
    body.boxed-simple #wrapper,
    body.boxed-simple .body-inner {
        float: none;
        width: 1220px;
        margin: 0 auto
    }

    body.boxed-simple #wrapper,
    body.boxed-simple .body-inner {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 20px
    }

    .container-fluid,
    .container-wide {
        padding-left: 30px;
        padding-right: 30px
    }
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

#header.header-sticky #header-wrap,
#header.header-sticky .header-inner {
    background-color: #fff !important;
    transition: top .8s ease-in-out;
    position: fixed;
    top: -80px;
    box-shadow: 0 12px 6px rgba(0, 0, 0, .06)
}

#header #mainMenu-trigger {
    position: relative;
    opacity: 0;
    visibility: hidden;
    height: 20px;
    z-index: 1;
    float: left;
    width: 25px;
    left: 0;
    top: -50px;
    display: none !important;
}

#header #mainMenu-trigger button {
    background: 0 0;
    border: 0;
    padding: 0
}

#header #mainMenu-trigger button:focus {
    outline: 0
}

#header #mainMenu-trigger button i {
    font-size: 17px
}

#mainMenu {
    padding: 0
}

#mainMenu>.container {
    padding: 0 !important
}

.header-extras {
    float: right;
    z-index: 201;
    position: relative;
    height: 80px;
    margin-top: 12px;
}

.header-extras>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.header-extras>ul>li {
    float: left;
    border: 0
}

.header-extras>ul>li>.p-dropdown,
.header-extras>ul>li>a:not(.btn) {
    padding-left: 6px;
    padding-right: 6px
}

.header-extras>ul>li .topbar-dropdown>.title,
.header-extras>ul>li>a:not(.btn) {
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    position: relative;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700
}

.header-extras>ul>li .topbar-dropdown>.title i,
.header-extras>ul>li>a:not(.btn) i {
    font-size: 14px;
    position: relative
}

.header-extras>ul>li .topbar-dropdown>.title i:nth-of-type(2),
.header-extras>ul>li>a:not(.btn) i:nth-of-type(2) {
    visibility: hidden;
    position: absolute
}

.header-extras>ul>li .topbar-dropdown>.title.toggle-active i:nth-of-type(2),
.header-extras>ul>li>a:not(.btn).toggle-active i:nth-of-type(2) {
    visibility: visible;
    position: relative
}

.header-extras>ul>li .topbar-dropdown>.title.toggle-active i:nth-of-type(1),
.header-extras>ul>li>a:not(.btn).toggle-active i:nth-of-type(1) {
    visibility: hidden;
    position: absolute
}

.header-extras>ul>li .btn {
    margin-bottom: 0
}

@-webkit-keyframes fade-in-out {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fade-in-out {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fade-in-out {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in-out {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#header[data-fullwidth=true] #mainMenu:not(.menu-left):not(.menu-center) nav>ul>li.mega-menu-item>.dropdown-menu {
    left: auto;
    right: 0
}

#header[data-fullwidth=true] #mainMenu.menu-center nav>ul>li.mega-menu-item>.dropdown-menu {
    right: auto;
    left: 50%;
    transform: translateX(-50%)
}

body:not(.breakpoint-xs):not(.breakpoint-sm):not(.breakpoint-md) .page-menu nav>ul>li:hover:not(.hover-active)>ul {
    display: block;
    animation: fade-in-out .3s ease;
    z-index: 3
}

@media(max-width:991px) {
    #topbar.topbar-transparent.dark {
        background-color: #fff !important
    }

    #topbar.topbar-transparent.dark .social-icons li a,
    #topbar.topbar-transparent.dark .top-menu>li>a {
        color: #565656 !important
    }

    #header[data-fullwidth=true] #header-inner .container,
    #header[data-fullwidth=true] .header-inner .container {
        padding: 0 30px
    }

    #header #header-wrap,
    #header .header-inner {
        height: auto
    }

    #header #logo {
        position: absolute !important;
        width: 100%;
        text-align: center;
        float: none;
        height: 100px;
        left: 0;
        right: 0;
        padding: 0 !important;
        margin: 0 auto !important;
        margin-top: 15px !important
    }

    #header #logo>a {
        display: inline-block
    }

    #header[data-responsive-transparent=true] #header-wrap,
    #header[data-responsive-transparent=true] .header-inner {
        background-color: transparent
    }

    #header[data-responsive-transparent=true] #header-wrap .lines,
    #header[data-responsive-transparent=true] #header-wrap .lines:after,
    #header[data-responsive-transparent=true] #header-wrap .lines:before,
    #header[data-responsive-transparent=true] .header-inner .lines,
    #header[data-responsive-transparent=true] .header-inner .lines:after,
    #header[data-responsive-transparent=true] .header-inner .lines:before {
        background-color: #1f1f1f
    }

    #header[data-responsive-transparent=true]+#google-map,
    #header[data-responsive-transparent=true]+#slider,
    #header[data-responsive-transparent=true]+.fullscreen,
    #header[data-responsive-transparent=true]+.halfscreen {
        margin-top: -80px
    }

    #header[data-responsive-transparent=true]+#google-map,
    #header[data-responsive-transparent=true]+#slider,
    #header[data-responsive-transparent=true]+.fullscreen,
    #header[data-responsive-transparent=true]+.halfscreen {
        top: -80px;
        margin-bottom: -80px
    }

    #mainMenun.menu-center nav {
        margin: 0
    }

    /* .mainMenu-open #header #header-wrap,
    .mainMenu-open #header .header-inner {
        box-shadow: 0 17px 23px rgba(0, 0, 0, .3)
    } 

    .mainMenu-open #header #mainMenu {
        width: 100%;
        padding: 10px 25px;
        display: block;
        opacity: 1;
        overflow-y: scroll;
    }*/

    .mainMenu-open #dotsMenu {
        z-index: -1
    }

    .header-extras {
        float: left
    }

    .header-extras>ul .p-dropdown>a>i,
    .header-extras>ul>li>a>i {
        font-size: 16px !important
    }

    .header-extras>ul .p-dropdown:first-child>a,
    .header-extras>ul>li:first-child>a {
        padding-left: 0
    }
}

#search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    line-height: normal;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s
}

#search #search-logo {
    top: -1px;
    left: 30px;
    opacity: 0;
    transition: opacity .5s;
    position: absolute;
    line-height: 80px;
    height: 80px
}

#search #search-logo img {
    width: 100%;
    height: 100%
}

#search .search-form {
    opacity: 0;
    transform: scale3d(.8, .8, 1);
    transition: opacity .5s, transform .5s;
    margin: 80px 0
}

#search .search-form .text-muted {
    opacity: .4
}

#search .search-form .form-control {
    border-width: 0 0 2px;
    border-radius: 0;
    font-size: 34px;
    padding: 10px 0;
    border-color: #cecece;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    background-color: transparent
}

#search .search-form .form-control:focus {
    background-color: transparent
}

::placeholder {
    color: #484850
}

#search .search-form .form-control:-webkit-input-placeholder {
    color: #484850
}

#search .search-form .form-control:-moz-placeholder {
    color: #484850
}

#search .search-form .form-control:-ms-input-placeholder {
    color: #484850
}

#search .btn-search-close {
    font-size: 2em;
    position: absolute;
    top: 20px;
    right: 30px;
    display: none;
    padding: 12px;
    line-height: 12px;
    background-color: #fcd408;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    opacity: 0;
    transform: scale3d(.8, .8, 1);
    transition: opacity .5s, transform .5s
}

#search .search-suggestion-wrapper {
    display: flex;
    width: 60%
}

#search .search-suggestion-wrapper .search-suggestion {
    width: 33.33%;
    text-align: left;
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    transition: opacity .5s, transform .5s
}

#search .search-suggestion-wrapper .search-suggestion:nth-child(2) {
    margin: 0 3em
}

#search .search-suggestion-wrapper .search-suggestion h3 {
    font-size: 1.35em;
    margin: 0 0 12px
}

#search .search-suggestion-wrapper .search-suggestion h3::before {
    content: '\21FE';
    display: inline-block;
    padding: 0 .5em 0 0
}

#search .search-suggestion-wrapper .search-suggestion p {
    line-height: 1.4;
    margin: 0 0 10px
}

body.search-open #search {
    pointer-events: auto;
    opacity: 1
}

body.search-open #search #search-logo {
    display: block;
    opacity: 1
}

body.search-open #search .search-form {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

body.search-open #search .btn-search-close {
    display: block;
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

body.search-open #search .search-suggestion {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

body.search-open #search .search-suggestion:nth-child(2) {
    transition-delay: .1s
}

body.search-open #search .search-suggestion:nth-child(3) {
    transition-delay: .2s
}

@media(max-width:991px) {
    #search #search-logo {
        margin: 0 auto !important;
        max-width: 130px;
        left: auto
    }

    #search .search-form {
        margin: 40px
    }

    #search .search-form .form-control {
        font-size: 24px;
        margin-bottom: 8px
    }

    #search .search-form .text-muted {
        font-size: 10px
    }

    #search .btn-search-close {
        font-size: 1em;
        padding: 8px;
        line-height: 8px
    }

    #search .search-suggestion-wrapper {
        display: none
    }
}

:active,
:focus {
    outline: 0 !important
}

*,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}




.grid-slider,
.portfolio-slider {
    width: 100%
}

.grid-slider.shadow,
.portfolio-slider.shadow {
    box-shadow: 10px 10px 10px rgba(235, 235, 235, .5)
}

.grid-slider.outline,
.portfolio-slider.outline {
    border: 3px solid #fff
}

.content.col-lg-9 .grid-item .grid-description h3,
.content.col-lg-9 .grid-item .portfolio-description h3,
.content.col-lg-9 .portfolio-item .grid-description h3,
.content.col-lg-9 .portfolio-item .portfolio-description h3 {
    font-size: 13px;
    line-height: 14px
}

.container-fluid .content.col-lg-9 .grid-item .grid-description h3,
.container-fluid .content.col-lg-9 .grid-item .portfolio-description h3,
.container-fluid .content.col-lg-9 .portfolio-item .grid-description h3,
.container-fluid .content.col-lg-9 .portfolio-item .portfolio-description h3 {
    font-size: 16px;
    line-height: 22px
}

.hidden {
    display: none
}

.visible {
    opacity: 1
}

.text-center {
    text-align: center !important
}


.col-no-margin {
    padding: 0 !important
}

.col-no-margin [class^=col-] {
    margin: 0 !important;
    padding: 0 !important
}

.row.col-no-margin {
    margin: 0 !important;
    padding: 0 !important
}

.row.col-mdall-margins [class^=col-] {
    margin: 0 0 20px !important
}

.no-padding-top {
    padding-top: 0 !important
}

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

.no-padding {
    padding: 0 !important
}

.p-0 {
    padding: 0 !important
}

.p-5 {
    padding: 5px !important
}

.p-10 {
    padding: 10px !important
}

.p-15 {
    padding: 15px !important
}

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

.p-25 {
    padding: 25px !important
}

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

.p-35 {
    padding: 35px !important
}

.p-40 {
    padding: 40px !important
}

.p-50 {
    padding: 50px !important
}

.p-60 {
    padding: 60px !important
}

.p-70 {
    padding: 70px !important
}

.p-80 {
    padding: 80px !important
}

.p-90 {
    padding: 90px !important
}

.p-100 {
    padding: 100px !important
}

.p-150 {
    padding: 150px !important
}

.p-200 {
    padding: 200px !important
}

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

.p-b-5 {
    padding-bottom: 5px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-b-35 {
    padding-bottom: 35px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.p-b-60 {
    padding-bottom: 60px !important
}

.p-b-70 {
    padding-bottom: 70px !important
}

.p-b-80 {
    padding-bottom: 80px !important
}

.p-b-90 {
    padding-bottom: 90px !important
}

.p-b-100 {
    padding-bottom: 100px !important
}

.p-b-110 {
    padding-bottom: 110px !important
}

.p-b-120 {
    padding-bottom: 120px !important
}

.p-b-130 {
    padding-bottom: 130px !important
}

.p-b-140 {
    padding-bottom: 140px !important
}

.p-b-150 {
    padding-bottom: 150px !important
}

.p-b-200 {
    padding-bottom: 200px !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-15 {
    padding-top: 15px !important
}

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

.p-t-25 {
    padding-top: 25px !important
}

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

.p-t-35 {
    padding-top: 35px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.p-t-60 {
    padding-top: 60px !important
}

.p-t-70 {
    padding-top: 70px !important
}

.p-t-80 {
    padding-top: 80px !important
}

.p-t-90 {
    padding-top: 90px !important
}

.p-t-100 {
    padding-top: 100px !important
}

.p-t-110 {
    padding-top: 110px !important
}

.p-t-120 {
    padding-top: 120px !important
}

.p-t-130 {
    padding-top: 130px !important
}

.p-t-140 {
    padding-top: 140px !important
}

.p-t-150 {
    padding-top: 150px !important
}

.p-t-200 {
    padding-top: 200px !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-r-5 {
    padding-right: 5px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-r-25 {
    padding-right: 25px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-r-35 {
    padding-right: 35px !important
}

.p-r-40 {
    padding-right: 40px !important
}

.p-r-50 {
    padding-right: 50px !important
}

.p-r-60 {
    padding-right: 60px !important
}

.p-r-70 {
    padding-right: 70px !important
}

.p-r-80 {
    padding-right: 80px !important
}

.p-r-90 {
    padding-right: 90px !important
}

.p-r-100 {
    padding-right: 100px !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-l-25 {
    padding-left: 25px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-l-35 {
    padding-left: 35px !important
}

.p-l-40 {
    padding-left: 40px !important
}

.p-l-50 {
    padding-left: 50px !important
}

.p-l-60 {
    padding-left: 60px !important
}

.p-l-70 {
    padding-left: 70px !important
}

.p-l-80 {
    padding-left: 80px !important
}

.p-l-90 {
    padding-left: 90px !important
}

.p-l-100 {
    padding-left: 100px !important
}

.b-r-2 {
    border-radius: 2px !important
}

.b-r-3 {
    border-radius: 3px !important
}

.b-r-4 {
    border-radius: 4px !important
}

.b-r-5 {
    border-radius: 5px !important
}

.b-r-6 {
    border-radius: 6px !important
}

.b-r-7 {
    border-radius: 7px !important
}

.b-r-8 {
    border-radius: 8px !important
}

.b-r-9 {
    border-radius: 9px !important
}

.b-r-10 {
    border-radius: 10px !important
}

.b-radius {
    border-radius: 50% !important
}

.float-right {
    float: right !important
}

.float-left {
    float: left !important
}

.float-none {
    float: none !important
}

.fullwidth {
    width: 100% !important
}

.lh80 {
    line-height: 80px !important
}

.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 50px 0;
    border-top: 1px solid #e3e3e3
}

.space {
    width: 100%;
    display: block;
    clear: both;
    height: 80px;
    position: relative
}

body.breakpoint-md .sidebar .widget {
    float: left;
    width: 330px
}

body.breakpoint-sm .sidebar .widget {
    width: 100%
}

body.breakpoint-md .sidebar .widget:nth-child(odd),
body.breakpoint-sm .sidebar .widget:nth-child(odd) {
    margin-right: 30px
}

body.breakpoint-sm .col-3 .flickr-widget img .widget-instagram img {
    width: 16.666%
}

.item-link {
    color: #fcd408;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase !important
}

.item-link i {
    position: relative;
    right: 0;
    transition: right .3s ease 0s;
    top: -1px
}

.item-link:hover {
    color: #fcd408
}

.item-link:hover i {
    right: -6px
}

.nav-link {
    color: #fcd408
}

.background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.background-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover
}

#scrollTop {
    z-index: -1;
    opacity: 0;
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 26px;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, .25);
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .3s, bottom .5s, box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear;
    background-color: rgba(0, 0, 0, .25) !important;
    overflow: hidden
}

#scrollTop i {
    line-height: 39px !important;
    width: 39px !important;
    height: 39px !important;
    font-size: 16px !important;
    top: 0 !important;
    left: 0 !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important;
    transform: translate(0, 0);
    transition: transform .2s ease
}

#scrollTop:hover {
    transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color 50ms linear .25s;
    background-color: transparent !important
}

#scrollTop:hover i {
    transform: translate(0, -39px) !important
}

#scrollTop:after,
#scrollTop:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #183975;
    transform: scale(0);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
    border-radius: 100px
}

#scrollTop:before {
    background-color: rgba(255, 255, 255, .25);
    transform: scale(1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    opacity: 0;
    z-index: 2
}

#scrollTop:hover:after {
    transform: scale(1)
}

#scrollTop:active:before {
    opacity: 1
}

.show-grid[class*=col-lg-] .show-grid-block {
    background-color: #eee;
    border: 1px solid #fff;
    display: block;
    line-height: 40px;
    min-height: 40px;
    text-align: center
}

.fontawesome-icon-list i {
    font-size: 18px;
    display: inline-block;
    font-size: 1.3em;
    margin-right: 5px;
    position: relative;
    text-align: center;
    top: 2px;
    width: 30px;
    padding: 16px 0
}

[class^=icon] {
    display: inline-block
}

.img-thumbnail {
    border: 1px solid #eee;
    padding: 1px
}

.grid-system-demo [class*=col-] .grid-col-demo {
    background-color: #eee;
    display: block;
    line-height: 54px;
    min-height: 54px;
    text-align: center
}

.grid-system-demo .row {
    padding-bottom: 42px
}

.grid-system-demo-live .row {
    padding-bottom: 42px
}

.page-error-404 {
    color: #eee;
    display: block;
    font-size: 300px;
    font-weight: 800;
    line-height: .7
}

body.breakpoint-sm .page-error-404 {
    font-size: 200px;
    line-height: .8;
    margin-bottom: 20px
}

body.breakpoint-xs .page-error-404 {
    font-size: 140px;
    line-height: .8;
    margin-bottom: 20px
}

.scrolldown-animation {
    animation: 1s ease-in-out 0s normal none infinite running scrolldown-keyframes;
    bottom: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 45px;
    z-index: 60
}

@keyframes scrolldown-keyframes {

    0%,
    100% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0)
    }
}

@keyframes scrolldown-keyframes {

    0%,
    100% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0)
    }
}

.animated-background {
    animation: 120s linear 0s normal none infinite running animatedBackground;
    background-repeat: repeat-x;
    background-size: cover
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3000px 0
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3000px 0
    }
}

.heading-fancy-border {
    border: 15px solid #111;
    margin: 0 10%;
    padding: 60px 0
}

.text-light .heading-fancy-border {
    border-color: #fff !important
}

.hero-heading-2 {
    padding: 20px;
    background-color: #111;
    border-radius: 8px
}

.hero-heading-2>i {
    font-size: 160px;
    opacity: .1;
    position: absolute;
    right: 23px;
    top: 2px
}

.hero-heading-3 {
    background-color: #fff;
    border: 36px solid #fff;
    box-shadow: 0 0 0 1px #111 inset;
    color: #111;
    opacity: .7;
    padding: 72px;
    width: auto;
    margin: 40px;
    text-align: center
}

.hero-heading-3 h2,
.hero-heading-3 h3 {
    font-family: josefin sans, sans-serif;
    text-transform: uppercase;
    font-size: 92px;
    text-align: center;
    margin: 0;
    line-height: 72px
}

.col-lg-2-5 {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.lines-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16px;
    background: 0 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.lines-button>* {
    display: block
}

.lines-button:focus,
.lines-button:hover {
    outline: 0
}

.lines-button::-moz-focus-inner {
    border: 0
}

.lines {
    display: inline-block;
    height: 2px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    position: relative;
    top: -4px
}

.lines::after,
.lines::before {
    display: inline-block;
    height: 2px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%
}

.lines::before {
    top: 6px
}

.lines::after {
    top: -6px
}

.lines,
.lines:after,
.lines:before {
    background-color: #111
}

.toggle-active .lines {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8)
}

.x {
    width: auto
}

.x.toggle-active .lines {
    background: 0 0 !important
}

.x.toggle-active .lines::after,
.x.toggle-active .lines::before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 26px
}

.x.toggle-active .lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.x.toggle-active .lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.toggle-item i {
    position: relative
}

.toggle-item i:nth-of-type(2) {
    visibility: hidden;
    position: absolute
}

.toggle-item.toggle-active i:nth-of-type(2) {
    visibility: visible;
    position: relative
}

.toggle-item.toggle-active i:nth-of-type(1) {
    visibility: hidden;
    position: absolute
}

.image-hover-zoom {
    position: relative;
    overflow: hidden;
    cursor: url(../images/expand.png), default
}

.image-hover-zoom img {
    transition: all .4s ease;
    opacity: 1
}

.image-hover-zoom:hover img {
    opacity: .3
}

.block-shadow {
    -moz-box-shadow: 0 25px 75px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 25px 75px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 25px 75px 0 rgba(0, 0, 0, .2);
    margin-left: -100px
}

.portfolio-item .new-badge {
    background-image: url(../preview/images/new-badge.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 61px;
    position: absolute;
    right: 12px;
    top: 3px;
    width: 55px;
    z-index: 100
}

.hover-3d:hover .grid-item-wrap,
.hover-3d:hover .portfolio-item-wrap {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4)
}

.hover-3d.hover-in {
    transition: transform .2s ease-out
}

.hover-3d.hover-out {
    transition: transform .2s ease-in
}

.bar-rating {
    height: 23px;
    float: left;
    color: #ffc300
}

.image-left-offset {
    margin-left: -15px
}

.image-left-offset img {
    width: 100%;
    max-width: none;
    z-index: 1;
    position: relative;
    display: block
}

.image-right-offset {
    margin-right: -15px
}

.image-right-offset img {
    width: 100%;
    max-width: none;
    z-index: 1;
    position: relative;
    display: block
}

.header-extras .p-dropdown .p-dropdown-content,
.header-extras .p-dropdown ul.p-dropdown-content {
    right: -26px;
    margin-top: -8px
}

.header-extras .p-dropdown .p-dropdown-content:before,
.header-extras .p-dropdown ul.p-dropdown-content:before {
    display: none
}

.widget-form {
    min-width: 200px
}

table.table-bordered.dataTable tbody td,
table.table-bordered.dataTable tbody th {
    border-bottom-width: 0
}

table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
    border-left-width: 0
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #ececec;
    border-bottom-width: 1px;
    border-left-width: 1px
}

table.dataTable thead td,
table.dataTable thead th {
    padding: 10px 18px;
    border-bottom: 1px solid #ececec;
    border-top: 0;
    background-color: #f7f9fb
}

table.dataTable tfoot td,
table.dataTable tfoot th {
    border-top: 2px solid #ececec;
    background-color: #f7f9fb
}

.table-bordered {
    border: 1px solid #ececec
}

div.dataTables_wrapper div.dataTables_length select {
    min-width: 60px
}

.dataTables_wrapper .dataTable .group td,
.dataTables_wrapper .dataTable .group th {
    background-color: #f6f9fa
}

.dataTable input {
    width: 100%
}

.table th {
    font-weight: 500
}

@media(max-width:991px) {
    .btn.btn-reveal.btn-reveal-left:hover span {
        left: auto;
        right: auto
    }

    .btn.btn-reveal.btn-reveal-left:hover i {
        display: none
    }
}

.heading {
    margin-bottom: 100px;
    text-align: center
}

.heading>h1,
.heading>h2 {
    font-size: 40px;
    font-family: 'Exo 2', sans-serif;
    text-transform: capitalize;
    line-height: 46px;
    font-weight: 300
}

.heading>h1,
.heading>h2,
.heading>h4,
.heading>p {
    margin-bottom: default-bottom-margin
}

.heading-text {
    margin-bottom: 30px
}

.heading-text h1,
.heading-text h2,
.heading-text h3,
.heading-text h4,
.heading-text h5,
.heading-text h6 {
    position: relative;
    margin-bottom: 30px
}

.heading-text h1 {
    font-size: 70px;
    font-weight: 600
}

.heading-text h2 {
    font-size: 60px;
    margin-bottom: 30px;
    letter-spacing: -.7px;
    line-height: 66px
}

.heading-text p {
    font-size: 18px;
    margin-bottom: 30px
}

.heading-text.heading-gradient h2>* {
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: radial-gradient(circle at left top, #4b72ff 9%, #fcd408 48%, #6442ff 91%)
}

.heading-text.heading-section>h2 {
    position: relative;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 60px
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block
}

.tabs .nav-tabs {
    border-bottom: 2px solid #ececec;
    margin-bottom: 30px
}

.tabs .nav-tabs .nav-item {
    margin-bottom: -2px
}

.tabs .nav-tabs .nav-link {
    padding: 14px 24px;
    color: rgba(86, 86, 86, .8);
    transition: .3s ease;
    font-weight: 600;
    color: #565656;
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 2px solid #ececec
}

.tabs .nav-tabs .nav-link i {
    margin-right: 6px
}

.tabs .nav-tabs .nav-link.disabled {
    color: rgba(86, 86, 86, .5)
}

.tabs .nav-tabs .nav-link.active {
    color: #fcd408;
    background-color: transparent;
    border-bottom: 2px solid #fcd408
}

.tabs .nav-tabs .dropdown-menu {
    border-radius: 5px;
    border: 0;
    box-shadow: 0 6px 38px rgba(0, 0, 0, .05)
}

.tabs.tabs-clean .nav-tabs {
    border-bottom: 0
}

.tabs.tabs-clean .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.tabs.tabs-clean .nav-tabs .nav-link.active {
    border-color: #ececec
}

.tabs.tabs-vertical .nav-tabs {
    border: 0;
    margin-bottom: 0
}

.tabs.tabs-vertical .nav-tabs .nav-link {
    border-radius: 0;
    border-bottom: 0;
    border-right: 2px solid #ececec
}

.tabs.tabs-vertical .nav-tabs .nav-link.active {
    color: #fcd408;
    background-color: transparent;
    border-right: 2px solid #fcd408
}

.tabs.tabs-folder .nav-tabs {
    margin-bottom: 0;
    border-bottom: 0
}

.tabs.tabs-folder .nav-tabs .nav-item {
    margin-bottom: 0
}

.tabs.tabs-folder .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.tabs.tabs-folder .nav-tabs .nav-link.active {
    border-color: #ececec;
    border-bottom-color: #fff
}

.tabs.tabs-folder .tab-content {
    margin-top: -1px;
    border: 1px solid #ececec;
    bottom: 10px;
    padding: 30px;
    border-radius: 0 6px 6px 6px
}

.social-icons ul {
    padding: 0;
    margin: 0
}

.text-center.social-icons ul {
    display: inline-block
}

.social-icons li {
    float: left;
    list-style: none
}

.social-icons li a {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    background: 0 0;
    color: #333;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dark .social-icons li a {
    color: #eee
}

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
    color: #fff;
    border: 0
}

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored .social-snapchat a,
.social-icons.social-icons-colored-hover .social-rss a:hover,
.social-icons.social-icons-colored-hover .social-snapchat a:hover {
    background-color: #faa33d
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
    background-color: #5d82d1
}

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
    background-color: #40bff5
}

.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
    background-color: #35c6ea
}

.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
    background-color: #008dde
}

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
    background-color: #ef4e41
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
    background-color: #548bb6
}

.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
    background-color: #d68400
}

.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
    background-color: #ff5c30
}

.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
    background-color: #f34320
}

.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
    background-color: #e13138
}

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
    background-color: #eb5e4c
}

.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
    background-color: #9acf4f
}

.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
    background-color: #f7659c
}

.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
    background-color: #13c1f3
}

.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
    background-color: #45ad76
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
    background-color: #238cc8
}

.social-icons.social-icons-colored .social-wordpress a,
.social-icons.social-icons-colored-hover .social-wordpress a:hover {
    background-color: #2592c3
}

.social-icons.social-icons-colored .social-grooveshark a,
.social-icons.social-icons-colored-hover .social-grooveshark a:hover {
    background-color: #ffb21d
}

.social-icons.social-icons-colored .social-delicious a,
.social-icons.social-icons-colored-hover .social-delicious a:hover {
    background-color: #377bda
}

.social-icons.social-icons-colored .social-behance a,
.social-icons.social-icons-colored-hover .social-behance a:hover {
    background-color: #1879fd
}

.social-icons.social-icons-colored .social-dropbox a,
.social-icons.social-icons-colored-hover .social-dropbox a:hover {
    background-color: #17a3eb
}

.social-icons.social-icons-colored .social-soundcloud a,
.social-icons.social-icons-colored-hover .social-soundcloud a:hover {
    background-color: #ff7e30
}

.social-icons.social-icons-colored .social-deviantart a,
.social-icons.social-icons-colored-hover .social-deviantart a:hover {
    background-color: #6a8a7b
}

.social-icons.social-icons-colored .social-yahoo a,
.social-icons.social-icons-colored-hover .social-yahoo a:hover {
    background-color: #ab47ac
}

.social-icons.social-icons-colored .social-flickr a,
.social-icons.social-icons-colored-hover .social-flickr a:hover {
    background-color: #ff48a3
}

.social-icons.social-icons-colored .social-digg a,
.social-icons.social-icons-colored-hover .social-digg a:hover {
    background-color: #75788d
}

.social-icons.social-icons-colored .social-blogger a,
.social-icons.social-icons-colored-hover .social-blogger a:hover {
    background-color: #ff9233
}

.social-icons.social-icons-colored .social-tumblr a,
.social-icons.social-icons-colored-hover .social-tumblr a:hover {
    background-color: #426d9b
}

.social-icons.social-icons-colored .social-quora a,
.social-icons.social-icons-colored-hover .social-quora a:hover {
    background-color: #ea3d23
}

.social-icons.social-icons-colored .social-github a,
.social-icons.social-icons-colored-hover .social-github a:hover {
    background-color: #3f91cb
}

.social-icons.social-icons-colored .social-amazon a,
.social-icons.social-icons-colored-hover .social-amazon a:hover {
    background-color: #ff8e2e
}

.social-icons.social-icons-colored .social-xing a,
.social-icons.social-icons-colored-hover .social-xing a:hover {
    background-color: #1a8e8c
}

.social-icons.social-icons-colored .social-wikipedia a,
.social-icons.social-icons-colored-hover .social-wikipedia a:hover {
    background-color: #b3b5b8
}

.social-icons.social-icons-border li a {
    border: 1px solid #d7d7d7;
    background: 0 0;
    color: #333
}

.dark .social-icons.social-icons-border li a {
    border: 1px solid #333 !important
}

.dark .social-icons li a .social-icons.social-icons-dark li a {
    background: #888;
    color: #fff
}

.social-icons.social-icons-light li a {
    background: #fff;
    color: #333;
    border: 1px solid #eee
}

.social-icons.social-icons-rounded li a {
    border-radius: 50%
}

.social-icons.social-icons-medium li a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 18px
}

.social-icons.social-icons-large li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
}

.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
    background-color: #eee
}

.dark .social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
    background-color: #1f1f1f
}

.social-icons li:hover i {
    -webkit-animation: toTopFromBottom .3s forwards;
    -moz-animation: toTopFromBottom .3s forwards;
    animation: toTopFromBottom .3s forwards
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

i:not(.fa):not(.fab):not(.far):not(.fas) {
    line-height: unset
}

.icon {
    margin-bottom: 16px
}

.icon-box {
    margin-bottom: 50px;
    position: relative
}

.icon-box .icon {
    height: 64px;
    position: absolute;
    width: 64px
}

.icon-box .icon i {
    font-size: 28px;
    text-align: center;
    line-height: 66px;
    border-radius: 50%
}

.icon-box .icon a,
.icon-box .icon i {
    width: 100%;
    height: 100%;
    color: #333
}

.icon-box h3,
.icon-box h5 {
    margin: 0 12px 10px 83px;
    font-family: 'Exo 2', sans-serif;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700
}

.icon-box p {
    margin: 0 0 20px 83px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400
}

.icon-box-description>p {
    margin-bottom: 20px
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .spinners:before {
        animation: none !important
    }
}

@-webkit-keyframes spinner-rotate {
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes spinner-rotate {
    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes spinner-rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-rotate {
    to {
        transform: rotate(360deg)
    }
}

input[type=color] {
    width: 100%;
    height: 100%;
    min-height: 3px;
    padding: 0;
    border: 0;
    cursor: pointer
}

input[type=color]:focus {
    box-shadow: none
}

select.form-control:not([size]):not([multiple]) {
    height: 40px
}

select {
    width: 100%;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(../images/dropdown-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important
}

select[multiple] {
    background-image: none
}

.order-select>h6 {
    margin-bottom: 0
}

.order-select p {
    font-size: 13px
}

.button-search {
    background-color: #fff;
    border-color: #e9e9e9 #e9e9e9 #e9e9e9;
    border-style: solid;
    border-width: 1px 1px 1px 0 !important;
    box-shadow: none;
    margin-left: -6px !important;
    z-index: 2 !important
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.grid li {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: .8
}

.grid li:hover {
    opacity: 1;
    cursor: pointer
}

.grid {
    padding: 0;
    list-style: none;
    overflow: hidden
}

.grid li {
    float: left;
    position: relative;
    width: 20%;
    padding: 20px
}

.grid.grid-2-columns figure,
.grid.grid-2-columns li {
    width: 50%
}

.grid.grid-3-columns figure,
.grid.grid-3-columns li {
    width: 33.333333%
}

.grid.grid-4-columns figure,
.grid.grid-4-columns li {
    width: 25%
}

.grid.grid-5-columns figure,
.grid.grid-5-columns li {
    width: 20%
}

.grid.grid-6-columns figure,
.grid.grid-6-columns li {
    width: 16.6666666%
}

.grid li:hover {
    cursor: pointer;
    background-color: #f8f8f8
}

.grid li a,
.grid li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

.grid li a img {
    width: 100%
}

.grid li:after,
.grid li:before {
    content: '';
    position: absolute
}

.grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #eee
}

.grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #eee
}

.grid.clients-grey {
    border: 1px solid #ddd
}

.grid.clients-grey li {
    background-color: #eee
}

.grid.clients-grey li:before {
    border-left: 1px solid #ccc
}

.grid.clients-grey li:after {
    border-bottom: 1px solid #ccc
}

.grid.clients-border {
    border-width: 10px
}

.carousel-description-clients .carousel {
    margin-top: 40px
}

.carousel-description-clients .owl-next,
.carousel-description-clients .owl-prev {
    margin-top: -40px !important
}

body.breakpoint-md .carousel-description-clients .owl-controls,
body.breakpoint-sm .carousel-description-clients .owl-controls,
body.breakpoint-xs .carousel-description-clients .owl-controls {
    display: none
}

body.breakpoint-md .grid li,
body.breakpoint-sm .grid li {
    width: 33.33%
}

body.breakpoint-xs .grid li {
    width: 50%
}

.testimonial .testimonial-item {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 46px;
    text-align: center;
    margin-bottom: 20px
}

.testimonial .testimonial-item>img {
    border-radius: 50%;
    display: block;
    float: none;
    height: 72px;
    margin: 0 auto 10px;
    width: 72px
}

.testimonial .testimonial-item>p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-weight: 400;
    margin-top: 10px
}

.testimonial .testimonial-item>span {
    font-weight: 600;
    font-size: 15px;
    display: block;
    line-height: 22px
}

.testimonial .testimonial-item>span~span {
    font-weight: 500;
    color: #bbb;
    display: block;
    font-size: 13px;
    font-style: italic
}

.testimonial.testimonial-box .testimonial-item {
    padding: 46px;
    background-color: #fff;
    border-radius: 8px
}

.testimonial.testimonial-box .testimonial-item p {
    font-size: 14px
}

.testimonial.testimonial-single .testimonial-item {
    padding: 30px 80px;
    background-color: transparent;
    border: 0
}

.testimonial.testimonial-single .testimonial-item>img {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .06)
}

.testimonial.testimonial-single .testimonial-item p {
    font-size: 20px
}

.testimonial.testimonial-left .testimonial-item {
    text-align: left
}

.testimonial.testimonial-left .testimonial-item>img {
    display: inherit;
    float: left;
    margin: 0 0 40px;
    height: 160px;
    width: 160px
}

.testimonial.testimonial-left .testimonial-item>p,
.testimonial.testimonial-left .testimonial-item>span {
    margin-left: 220px
}

.testimonial.testimonial-blockquote .testimonial-item>p {
    font-family: Poppins;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    padding: 30px 10px
}

[data-arrows=false].testimonial-single.testimonial-blockquote .testimonial-item {
    padding: 0 !important
}

[data-arrows=false].testimonial-single.testimonial-blockquote .testimonial-item>p {
    padding: 10px !important
}

.widget .testimonial .testimonial-item {
    text-align: left;
    padding: 0
}

.widget .testimonial .testimonial-item>img {
    display: inherit;
    float: left;
    margin: 0 0 40px;
    height: 48px;
    width: 48px
}

.widget .testimonial .testimonial-item>p {
    font-size: 15px;
    padding-bottom: 14px
}

.widget .testimonial .testimonial-item>p,
.widget .testimonial .testimonial-item>span {
    margin-left: 68px
}

.widget .testimonial .testimonial-item>span {
    font-size: 13px
}

.widget .testimonial.owl-carousel .owl-controls .owl-dots {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    position: absolute !important;
    top: -46px !important;
    right: 0 !important
}

@media(max-width:992px) {
    .testimonial.testimonial-left .testimonial-item {
        text-align: left
    }

    .testimonial.testimonial-left .testimonial-item>img {
        display: inherit;
        float: none;
        margin: 20px auto;
        height: 80px;
        width: 80px
    }

    .testimonial.testimonial-left .testimonial-item>p,
    .testimonial.testimonial-left .testimonial-item>span {
        margin-left: 0;
        text-align: center
    }

    .testimonial.testimonial-single .testimonial-item {
        padding: 10px 20px
    }

    .testimonial.testimonial-single .testimonial-item>img {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .06)
    }

    .testimonial.testimonial-single .testimonial-item p {
        font-size: 14px
    }
}

.timeline {
    margin-bottom: 60px;
    list-style: none;
    padding: 20px 0;
    position: relative
}

.timeline-circles {
    list-style: none;
    padding: 20px 0;
    position: relative
}

.timeline:before {
    background-color: #ccc;
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: -1.5px;
    position: absolute;
    top: 0;
    width: 4px
}

.timeline-circles:after,
.timeline-circles:before {
    background-color: #ccc;
    border-radius: 10px;
    content: " ";
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 20px
}

.timeline-circles:before {
    top: -25px
}

.timeline-circles:after {
    bottom: -40px
}

.timeline li.timeline-date {
    margin-bottom: 25px
}

.timeline li:nth-child(2) {
    margin-top: 0 !important
}

.timeline li:before {
    content: " ";
    display: table
}

.timeline li:after {
    content: " ";
    display: table;
    clear: both
}

.timeline-date {
    background-color: #eee;
    border-radius: 6px;
    color: #888;
    display: block;
    font-size: 16px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
    width: 200px
}

.timeline li .timeline-block {
    padding: 0 10px;
    position: relative;
    width: 48%;
    float: left
}

.timeline.timeline-transparent .timeline-block .post-item {
    background-color: #fff;
    padding: 20px
}

.timeline li .timeline-block:before {
    position: absolute;
    top: 8px;
    right: -4%;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #ccc;
    border-left: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "
}

.timeline li .timeline-block .timeline-block-content {
    height: 100% !important;
    overflow: hidden
}

.timeline-block-content h3 {
    margin-top: 0
}

.timeline-block-embed,
.timeline-block-image {
    border-bottom: 5px solid #ddd;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.timeline-block-image {
    max-height: 200px
}

.timeline-block-image img {
    margin-top: -10%;
    width: 100%
}

.timeline-block-image iframe {
    width: 100%;
    height: 100%
}

.timeline li:nth-child(2n+1) .timeline-block {
    padding: 20px 0 0 10px;
    float: right
}

.timeline li:nth-child(2n+1) .timeline-block:before {
    border-right-width: 0;
    border-left-width: 15px;
    left: -4%;
    right: auto;
    top: 22px
}

.timeline li:nth-child(2n+1) .timeline-block:after {
    border-left-width: 0;
    border-right-width: 15px;
    left: -4%;
    right: auto
}

body.breakpoint-sm .timeline:before {
    left: 0
}

body.breakpoint-sm .timeline-circles:after,
body.breakpoint-sm .timeline-circles:before {
    left: 0
}

body.breakpoint-sm .timeline li:not(.timeline-date)::before {
    left: 0
}

body.breakpoint-xs .timeline:before {
    left: 0
}

body.breakpoint-xs .timeline-circles:after,
body.breakpoint-xs .timeline-circles:before {
    left: 0
}

body.breakpoint-xs .timeline li:not(.timeline-date)::before {
    left: 0
}

body.breakpoint-sm .timeline-date,
body.breakpoint-xs .timeline-date {
    margin-left: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

body.breakpoint-sm .timeline li .timeline-block,
body.breakpoint-xs .timeline li .timeline-block {
    float: left;
    margin-left: 10px;
    width: 100% !important;
    padding-left: 10px
}

body.breakpoint-sm .timeline li .timeline-block,
body.breakpoint-sm .timeline li:nth-child(2n+1) .timeline-block,
body.breakpoint-xs .timeline li .timeline-block,
body.breakpoint-xs .timeline li:nth-child(2n+1) .timeline-block {
    padding: 20px 10px 0 20px
}

body.breakpoint-sm .timeline li .timeline-block:before,
body.breakpoint-xs .timeline li .timeline-block:before {
    left: -8px;
    right: auto;
    border-left-width: 15px;
    border-right-width: 0
}

body.breakpoint-sm .timeline li .timeline-block:after,
body.breakpoint-xs .timeline li .timeline-block:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

body.breakpoint-sm .timeline.timeline-simple .timeline-date,
body.breakpoint-xs .timeline.timeline-simple .timeline-date {
    margin-left: -1px
}

.box-fancy>.container {
    padding: 0 30px
}

.box-fancy [class*=col-] {
    padding: 5% !important
}

.box-fancy.fancy-box-over {
    top: -100px
}

body.breakpoint-xs .box-fancy [class*=col-] {
    padding: 10% !important
}

.over-slider-top {
    top: -100px
}

.site-map i {
    margin-right: 8px
}

.site-map ul li {
    padding-bottom: 2px
}

.animated.infinite {
    animation-duration: 3s;
    animation-fill-mode: both
}

[data-animate] {
    opacity: 0
}

[data-animate].visible {
    opacity: 1
}

.icon[data-animate] {
    opacity: 1
}

#page-title[data-parallax-image],
[data-parallax-image] {
    background-color: #333
}

.parallax-container {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -100;
    opacity: 0;
    transition: opacity .5s ease
}

.parallax-container.parallax-responsive {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center !important
}

.img-loaded {
    opacity: 1
}

body #wrapper,
body .body-inner {
    padding: 0;
    margin: 0
}

body.wide #wrapper,
body.wide .body-inner {
    width: 100%;
    margin: 0
}

body.boxed #wrapper,
body.boxed .body-inner,
body.boxed-simple #wrapper,
body.boxed-simple .body-inner {
    position: relative;
    border: 1px solid #eee;
    background-color: #fff
}

body.outter {
    margin: 30px
}

body.boxed-simple {
    background-color: #f8f8f8;
    border: 0 !important
}

.container-wide {
    padding-left: 30px;
    padding-right: 30px
}

@media(min-width:1240px) {

    body.boxed #wrapper,
    body.boxed .body-inner,
    body.boxed-simple #wrapper,
    body.boxed-simple .body-inner {
        float: none;
        width: 1220px;
        margin: 0 auto
    }

    body.boxed-simple #wrapper,
    body.boxed-simple .body-inner {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 20px
    }

    .container-fluid,
    .container-wide {
        padding-left: 30px;
        padding-right: 30px
    }
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

iframe {
    border: none
}

section {
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1
}

#page-title {
    clear: both;
    position: relative;
}

#page-title-2 {
    clear: both;
    position: relative
}

#page-title-2 h2 {
    color: #032f6f
}

.page-title-3 {
    clear: both;
    position: relative;
    border-left: 1px solid #73a03f;
    padding: 20px
}

.page-title-3 h2 {
    color: #032f6f !important;
    padding-left: 10px;
    font-weight: 700;
    border-left: 1px solid #fcd408
}

.page-title-5 {
    clear: both;
    position: relative;
    border-left: 1px solid #73a03f;
    padding: 20px
}

.page-title-5 h2 {
    color: #032f6f !important;
    font-weight: 700
}

#page-title .page-title {
    text-align: left;
    padding: 0
}

#page-title .page-title>h1 {
    font-family: 'Exo 2', sans-serif;
    font-size: 88px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 10px
}

#page-title .page-title>span {
    font-weight: 400;
    font-size: 14px
}

#page-title .breadcrumb {
    text-align: center;
    margin-bottom: 0;
    padding: 0
}

#page-title.page-title-left .page-title {
    float: left;
    text-align: left;
    clear: both
}

#page-title.page-title-left .breadcrumb {
    float: left;
    text-align: left
}

#page-title.page-title-right .page-title {
    float: right;
    text-align: right;
    clear: both
}

#page-title.page-title-right .breadcrumb {
    float: right;
    text-align: right
}

#page-title.dark .page-title>h1 {
    color: #1f1f1f
}

#page-title.dark .page-title>span {
    color: #1f1f1f
}

#page-title.dark .breadcrumb ul li+li:before {
    color: #1f1f1f
}

#page-title.dark .breadcrumb ul li a {
    color: #1f1f1f
}

#page-title[data-parallax-image] .page-title>h1 {
    color: #fff
}

#page-title[data-parallax-image] .page-title>span {
    color: #fff
}

#page-title[data-parallax-image] .breadcrumb ul li+li:before {
    color: #fff
}

#page-title[data-parallax-image] .breadcrumb ul li a {
    color: #fff
}

@media(max-width:991px) {
    /* #page-title {
        padding: 50px 0 !important
    } */

    #page-title .page-title>h1 {
        font-size: 26px;
    }
}

#page-content {
    padding: 40px 0
}

.page-content-shadow {
    box-shadow: 0 82px 53px 10px rgba(0, 0, 0, .3)
}

#page-content:not(.no-sidebar)>.container-fluid>.row,
#page-content:not(.no-sidebar)>.container-wide>.row,
#page-content:not(.no-sidebar)>.container>.row {
    flex-direction: row-reverse
}

#page-content:not(.no-sidebar).sidebar-right>.container-fluid>.row,
#page-content:not(.no-sidebar).sidebar-right>.container-wide>.row,
#page-content:not(.no-sidebar).sidebar-right>.container>.row {
    flex-direction: row
}

#page-content:not(.no-sidebar).sidebar-both>.container-fluid>.row,
#page-content:not(.no-sidebar).sidebar-both>.container-wide>.row,
#page-content:not(.no-sidebar).sidebar-both>.container>.row {
    flex-direction: row
}

#content {
    overflow: hidden;
    padding: 60px 0;
    position: relative
}

#content .container,
#content .container-fluid,
#content .container-wide {
    position: relative
}

.content {
    padding-left: 25px;
    margin-bottom: 26px
}

.sidebar {
    padding-right: 25px
}

.sidebar.sidebar-modern:before {
    background-color: #f8f9fa;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -10;
    bottom: -10px;
    left: -4px;
    top: -20px;
    border-radius: 4px
}

.sidebar-right .content {
    padding-left: 15px;
    padding-right: 25px
}

.sidebar-right .sidebar {
    padding-right: 15px;
    border-right-width: 0;
    padding-left: 25px
}

.sidebar-right .sidebar:before {
    left: 4px
}

.sidebar-both .content {
    padding-left: 25px;
    padding-right: 25px
}

.sidebar-both .content+.sidebar {
    padding-right: 15px;
    border-right-width: 0;
    padding-left: 25px
}

.sidebar-both .content+.sidebar:before {
    right: auto;
    border-right-width: 0;
    border-left-width: 1px;
    left: 0
}

@media(max-width:991px) {

    #page-content:not(.no-sidebar).sidebar-both>.container-fluid>.row .content,
    #page-content:not(.no-sidebar).sidebar-both>.container-wide>.row .content,
    #page-content:not(.no-sidebar).sidebar-both>.container>.row .content {
        order: -1
    }

    .content,
    .sidebar {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px
    }

    .sidebar-both .content,
    .sidebar-both .content+.sidebar,
    .sidebar-right .content,
    .sidebar-right .sidebar {
        padding-right: 15px;
        padding-left: 15px
    }

    .sidebar-both .sidebar:before,
    .sidebar-right .sidebar:before,
    .sidebar:before {
        right: 0;
        border-right-width: 0;
        border-left-width: 0;
        left: 0
    }

    .sidebar .widgets,
    .sidebar-both .sidebar .widgets,
    .sidebar-right .sidebar .widgets {
        float: left
    }

    .sidebar-both .content+.sidebar {
        border-right-width: 0
    }

    .sidebar-both .content+.sidebar:before {
        border-right-width: 0;
        border-left-width: 0
    }
}

@media(max-width:991px) {
    #page-content {
        padding: 20px 0
    }
}

.dashboard #page-content {
    background-color: #f6f9fa;
    padding: 0 !important
}

.dashboard .sidebar {
    background-color: #fff;
    padding-top: 30px;
    padding-right: 30px;
    box-shadow: 5px 0 20px -5px rgba(0, 0, 0, .1)
}

.dashboard .sidebar:before {
    background: #fff;
    position: fixed;
    width: 30px;
    height: 100%;
    left: 0;
    top: 0
}

.dashboard .content {
    padding: 30px 50px
}

.grid-layout {
    opacity: 0;
    margin-bottom: -2px !important;
    transition: opacity .3s ease
}

.grid-layout.grid-loaded {
    opacity: 1
}

.grid-layout,
.portfolioo,
.posts {
    position: relative;
    display: block;
    clear: both;
    padding: 0
}

.grid-mix-size .portfolio-item:nth-child(2n) .new-badge {
    right: 70px !important
}

.grid-mix-size .portfolio-item:nth-child(2n)>.portfolio-item-wrap {
    -webkit-transform: scale(.75);
    transform: scale(.8)
}

.grid-6-columns .grid-item,
.portfolio-6-columns .portfolio-item,
.post-6-columns .post-item {
    width: 16.6666666666%
}

.grid-6-columns .grid-item.large-width,
.portfolio-6-columns .portfolio-item.large-width,
.post-6-columns .post-item.large-width {
    width: 33.333333333%
}

.grid-5-columns .grid-item,
.portfolio-5-columns .portfolio-item,
.post-5-columns .post-item {
    width: 20%
}

.grid-5-columns .grid-item.large-width,
.portfolio-5-columns .portfolio-item.large-width,
.post-5-columns .post-item.large-width {
    width: 40%
}

.grid-4-columns .grid-item,
.portfolio-4-columns .portfolio-item,
.post-4-columns .post-item {
    width: 25%
}

.grid-4-columns .grid-item.large-width,
.portfolio-4-columns .portfolio-item.large-width,
.post-4-columns .post-item.large-width {
    width: 50%
}

.grid-3-columns .grid-item,
.portfolio-3-columns .portfolio-item,
.post-3-columns .post-item {
    width: 33.333333333%
}

.grid-3-columns .grid-item.large-width,
.portfolio-3-columns .portfolio-item.large-width,
.post-3-columns .post-item.large-width {
    width: 66.6666666666%
}

.grid-2-columns .grid-item,
.portfolio-2-columns .portfolio-item,
.post-2-columns .post-item {
    width: 50%
}

.post-2-columns .post-item {
    width: 50%;
    padding-right: 60px !important
}

.grid-2-columns .grid-item.large-width,
.portfolio-2-columns .portfolio-item.large-width,
.post-2-columns .post-item.large-width {
    width: 100%
}

.grid-1-columns .grid-item,
.portfolio-1-columns .portfolio-item,
.post-1-columns .post-item {
    width: 100%
}

.grid-1-columns .grid-item.large-width,
.portfolio-1-columns .portfolio-item.large-width,
.post-1-columns .post-item.large-width {
    width: 100%
}

@media(max-width:1380px) {

    .grid-5-columns .grid-item,
    .portfolio-5-columns .portfolio-item,
    .post-5-columns .post-item {
        width: 25%
    }

    .grid-5-columns .grid-item.large-width,
    .portfolio-5-columns .portfolio-item.large-width,
    .post-5-columns .post-item.large-width {
        width: 50%
    }
}

@media(max-width:991px) {

    .grid-4-columns .grid-item,
    .grid-5-columns .grid-item,
    .grid-6-columns .grid-item,
    .portfolio-4-columns .portfolio-item,
    .portfolio-5-columns .portfolio-item,
    .portfolio-6-columns .portfolio-item,
    .post-4-columns .post-item,
    .post-5-columns .post-item,
    .post-6-columns .post-item {
        width: 33.3333333333%
    }

    .grid-4-columns .grid-item.large-width,
    .grid-5-columns .grid-item.large-width,
    .grid-6-columns .grid-item.large-width,
    .portfolio-4-columns .portfolio-item.large-width,
    .portfolio-5-columns .portfolio-item.large-width,
    .portfolio-6-columns .portfolio-item.large-width,
    .post-4-columns .post-item.large-width,
    .post-5-columns .post-item.large-width,
    .post-6-columns .post-item.large-width {
        width: 66.6666666666%
    }

    .grid-2-columns .grid-item,
    .grid-3-columns .grid-item,
    .portfolio-2-columns .portfolio-item,
    .portfolio-3-columns .portfolio-item,
    .post-2-columns .post-item,
    .post-3-columns .post-item {
        width: 50%
    }

    .grid-2-columns .grid-item.large-width,
    .grid-3-columns .grid-item.large-width,
    .portfolio-2-columns .portfolio-item.large-width,
    .portfolio-3-columns .portfolio-item.large-width,
    .post-2-columns .post-item.large-width,
    .post-3-columns .post-item.large-width {
        width: 100%
    }
}

@media(max-width:767px) {

    .grid-4-columns .grid-item,
    .grid-5-columns .grid-item,
    .grid-6-columns .grid-item,
    .portfolio-4-columns .portfolio-item,
    .portfolio-5-columns .portfolio-item,
    .portfolio-6-columns .portfolio-item,
    .post-4-columns .post-item,
    .post-5-columns .post-item,
    .post-6-columns .post-item {
        width: 50%
    }

    .grid-4-columns .grid-item.large-width,
    .grid-5-columns .grid-item.large-width,
    .grid-6-columns .grid-item.large-width,
    .portfolio-4-columns .portfolio-item.large-width,
    .portfolio-5-columns .portfolio-item.large-width,
    .portfolio-6-columns .portfolio-item.large-width,
    .post-4-columns .post-item.large-width,
    .post-5-columns .post-item.large-width,
    .post-6-columns .post-item.large-width {
        width: 100%
    }

    .grid-2-columns .grid-item,
    .grid-3-columns .grid-item,
    .portfolio-2-columns .portfolio-item,
    .portfolio-3-columns .portfolio-item,
    .post-2-columns .post-item,
    .post-3-columns .post-item {
        width: 50%
    }

    .grid-2-columns .grid-item.large-width,
    .grid-3-columns .grid-item.large-width,
    .portfolio-2-columns .portfolio-item.large-width,
    .portfolio-3-columns .portfolio-item.large-width,
    .post-2-columns .post-item.large-width,
    .post-3-columns .post-item.large-width {
        width: 100%
    }
}

@media(max-width:480px) {

    .grid-2-columns .grid-item,
    .grid-3-columns .grid-item,
    .grid-4-columns .grid-item,
    .grid-5-columns .grid-item,
    .grid-6-columns .grid-item,
    .portfolio-2-columns .portfolio-item,
    .portfolio-3-columns .portfolio-item,
    .portfolio-4-columns .portfolio-item,
    .portfolio-5-columns .portfolio-item,
    .portfolio-6-columns .portfolio-item,
    .post-2-columns .post-item,
    .post-3-columns .post-item,
    .post-4-columns .post-item,
    .post-5-columns .post-item,
    .post-6-columns .post-item {
        width: 100%
    }

    .grid-2-columns .grid-item.large-width,
    .grid-3-columns .grid-item.large-width,
    .grid-4-columns .grid-item.large-width,
    .grid-5-columns .grid-item.large-width,
    .grid-6-columns .grid-item.large-width,
    .portfolio-2-columns .portfolio-item.large-width,
    .portfolio-3-columns .portfolio-item.large-width,
    .portfolio-4-columns .portfolio-item.large-width,
    .portfolio-5-columns .portfolio-item.large-width,
    .portfolio-6-columns .portfolio-item.large-width,
    .post-2-columns .post-item.large-width,
    .post-3-columns .post-item.large-width,
    .post-4-columns .post-item.large-width,
    .post-5-columns .post-item.large-width,
    .post-6-columns .post-item.large-width {
        width: 100%
    }

    .grid-xs-2-columns .grid-item,
    .portfolio-xs-2-columns .portfolio-item,
    .post-xs-2-columns .post-item {
        width: 50%
    }

    .grid-xs-2-columns .grid-item.large-width,
    .portfolio-xs-2-columns .portfolio-item.large-width,
    .post-xs-2-columns .post-item.large-width {
        width: 100%
    }

    .grid-xs-3-columns .grid-item,
    .portfolio-xs-3-columns .portfolio-item,
    .post-xs-3-columns .post-item {
        width: 33.3333333333%
    }

    .grid-xs-3-columns .grid-item.large-width,
    .portfolio-xs-3-columns .portfolio-item.large-width,
    .post-xs-3-columns .post-item.large-width {
        width: 66.6666666666%
    }

    .grid-xs-4-columns .grid-item,
    .portfolio-xs-4-columns .portfolio-item,
    .post-xs-4-columns .post-item {
        width: 25%
    }

    .grid-xs-4-columns .grid-item.large-width,
    .portfolio-xs-4-columns .portfolio-item.large-width,
    .post-xs-4-columns .post-item.large-width {
        width: 25%
    }
}

.grid-item .post-item {
    width: 100%;
    padding: 0
}

.grid-item>a>img,
.grid-item>img {
    width: 100%;
    height: auto
}

.grid-item>.widget {
    margin: 0
}

.grid-filter {
    clear: both;
    display: block;
    height: 34px;
    width: 100%;
    margin-bottom: 26px;
    position: relative
}

.grid-filter ul {
    list-style: none;
    padding: 0;
    position: relative;
    height: auto
}

.grid-filter li {
    position: relative;
    margin-right: 6px;
    border: 0;
    margin-bottom: -1px;
    display: inline-block;
    float: left
}

.grid-filter li a {
    font-weight: 600;
    display: block;
    position: relative;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 15px;
    color: #565656;
    border-radius: 50px;
    transition: all .3s ease;
    border-width: 2px;
    border-style: solid;
    border-color: transparent
}

.grid-filter li.active a,
.grid-filter li:hover a {
    color: #fff;
    background-color: #fcd408
}

.grid-filter li.active {
    cursor: pointer;
    pointer-events: none
}

.grid-filter li.active a {
    pointer-events: none
}

.grid-filter.gf-outline li.active a,
.grid-filter.gf-outline li:hover a {
    border-color: #fcd408;
    color: #fcd408;
    background-color: transparent
}

.grid-filter.gf-lines li a {
    border-radius: 0;
    border: none;
    background-color: transparent !important
}

.grid-filter.gf-lines li a:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    transition: all .3s ease
}

.grid-filter.gf-lines li.active a,
.grid-filter.gf-lines li:hover a {
    color: #fcd408
}

.grid-filter.gf-lines li.active a:after,
.grid-filter.gf-lines li:hover a:after {
    width: 100%;
    left: 0;
    background-color: #fcd408
}

.grid-filter.gf-line-bottom {
    border-bottom: 2px solid #ebebeb
}

.grid-filter.gf-classic li a {
    color: #565656;
    border-radius: 4px
}

.grid-filter.gf-classic li.active a,
.grid-filter.gf-classic li:hover a {
    background-color: #fcd408;
    color: #fff
}

.grid-filter.gf-light li a {
    color: #fff;
    background-color: transparent
}

.grid-filter.gf-light li.active a,
.grid-filter.gf-light li:hover a {
    color: #fff;
    border-color: #fff
}

.grid-filter.gf-dark li a {
    color: #1f1f1f;
    background-color: transparent
}

.grid-filter.gf-dark li.active a,
.grid-filter.gf-dark li:hover a {
    border-color: #1f1f1f
}

.grid-filter.gf-default li a {
    color: none;
    border-radius: 0;
    background-color: transparent
}

.grid-filter.gf-default li.active a,
.grid-filter.gf-default li:hover a {
    background-color: transparent;
    color: #fcd408
}

.grid-filter.gf-creative li a {
    border-radius: 0;
    border: none;
    background-color: transparent
}

.grid-filter.gf-creative li a:after {
    background: #1f1f1f;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity .3s ease 0s, transform .3s ease 0s;
    width: 100%
}

.grid-filter.gf-creative li.active a,
.grid-filter.gf-creative li:hover a {
    color: #565656
}

.grid-filter.gf-creative li.active a:after,
.grid-filter.gf-creative li:hover a:after {
    opacity: 1;
    transform: translateY(0)
}

.grid-filter.gf-list li {
    clear: both;
    margin-bottom: 3px
}

.grid-filter.center li {
    text-align: center;
    float: none
}

.grid-active-title {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 64px;
    font-weight: 100;
    opacity: .2;
    position: absolute;
    right: 0;
    top: -6px
}

.content .grid-active-title {
    font-size: 42px
}

.sidebar-both .grid-active-title {
    display: none
}

@media(max-width:991px) {
    .grid-active-title {
        display: none
    }

    .grid-filter li {
        width: 33.33%;
        margin-right: 0;
        margin-bottom: 4px
    }

    .grid-filter li a {
        text-align: center;
        transition: none
    }
}

@media(max-width:479px) {
    .grid-filter li {
        width: 50%;
        margin-right: 0
    }
}

#showMore,
.infinite-scroll-message {
    height: 80px;
    padding-top: 36px;
    text-align: center
}

#showMore p,
.infinite-scroll-message p {
    margin: 0
}

#topbar {
    position: relative;
    z-index: 99 !important;
    background-color: #F0F0F0;
}

.header-content {
    width: 100%;
    min-height: 82px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#topbar .top-menu .phone {
    background: #fcd409;
    padding-left: 25px;
    font-size: 25px;
    text-transform: uppercase;
    padding-right: 15px;
    margin-left: -5px
}

#topbar .top-menu .espanol {
    background: #222a69;
    padding-left: 20px;
    text-transform: uppercase;
    padding-right: 15px
}

#topbar .top-menu .espanol a {
    color: #fff
}

#topbar .top-menu .phone a {
    font-size: 16px
}

#topbar .top-menu .phone a span,
#topbar .top-menu .phone span {
    font-weight: 600 !important
}

#topbar .top-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    float: right
}

#topbar .top-menu>li {
    display: inline-block;
    padding: 0;
}

#topbar .top-menu>li>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 0;
    color: #000000;
    line-height: 24px;
    padding: 10px 24px;
}

#topbar .top-menu>li>a.uber-view-cart-link:before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url('../images/cart.svg') no-repeat;
    background-size: contain;
}

#topbar .top-menu>li:last-child>a {
    padding-right: 0;
}

#topbar .top-menu>li>a:hover {
    text-decoration: underline
}

#topbar .top-links {
    position: relative
}

#topbar .social-icons {
    float: right;
    height: 100%;
    overflow: hidden
}

#topbar .social-icons li,
#topbar .social-icons li a {
    float: left;
    list-style: outside none none
}

#topbar .social-icons li a {
    border-radius: 0;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 35px;
    overflow: hidden;
    margin: 0
}

#topbar.dark {
    background-color: #1f1f1f
}

#topbar.dark .social-icons li a,
#topbar.dark .top-menu>li>a {
    color: #fff !important
}

#topbar.topbar-colored,
#topbar.topbar-colored.dark {
    background-color: #fcd408
}

.topbar-dropdown {
    color: #747474;
    float: left;
    font-size: 13px;
    font-weight: 400;
    position: relative
}

.topbar-dropdown .title {
    border-left: 1px solid #eee;
    padding: 0 20px;
    cursor: pointer;
    line-height: 40px
}

.topbar-dropdown .title a {
    color: #747474
}

.topbar-dropdown .title a:hover {
    text-decoration: underline
}

.topbar-dropdown .title b {
    font-weight: 600
}

.topbar-dropdown .title .fa {
    margin-left: 7px;
    position: relative;
    top: -1px
}

.topbar-dropdown .title .fa:first-child {
    margin-left: 0;
    margin-right: 7px
}

.topbar-dropdown:first-child .title {
    border-color: transparent;
    padding-left: 0
}

.topbar-dropdown .list-entry img,
.topbar-dropdown .title img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    top: -1px
}

.topbar-dropdown .dropdown-list {
    position: absolute;
    width: auto;
    left: 0;
    top: auto;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: solid 1px #eee;
    padding: 0 16px;
    z-index: 1;
    text-align: left;
    opacity: 0;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    z-index: 1;
    visibility: hidden
}

.topbar-dropdown:hover .dropdown-list,
.topbar-dropdown:hover .topbar-form {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    visibility: visible
}

.topbar-dropdown .list-entry {
    line-height: 30px;
    white-space: nowrap;
    display: block;
    color: #747474;
    padding: 2px 0;
    border-top: 1px #f0f0f0 solid
}

.topbar-dropdown .list-entry:hover {
    color: #222
}

.topbar-dropdown .list-entry:first-child {
    border-top: none
}

.topbar-dropdown .topbar-form {
    position: absolute;
    width: 240px;
    padding: 20px 20px 10px;
    right: auto;
    top: 40px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: solid 1px #eee;
    z-index: 1;
    text-align: left;
    opacity: 0;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    visibility: hidden
}

.topbar-dropdown input {
    margin-bottom: 2px
}

.topbar-dropdown .form-group {
    margin-bottom: 10px
}

.topbar-dropdown .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
    margin-top: -12px
}

.topbar-dropdown.float-right .title {
    padding: 0 0 0 20px !important
}

.topbar-dropdown .dropdown-invert.topbar-form {
    left: auto;
    right: -20px
}

#topbar.dark,
#topbar.topbar-dark {
    background-color: #252525;
    border-color: rgba(231, 231, 231, .25)
}

#topbar.dark .social-icons li a,
#topbar.dark .top-menu>li>a,
#topbar.topbar-dark .social-icons li a,
#topbar.topbar-dark .top-menu>li>a {
    color: #fff !important
}

#topbar .topbar-light .social-icons li a,
#topbar .topbar-light .top-menu>li>a {
    color: #111 !important
}

.topbar-transparent {
    margin-top: -2px
}

.topbar-transparent.topbar-dark .topbar-dropdown,
.topbar-transparent.topbar-dark .topbar-dropdown .title a {
    color: #fff
}

.topbar-transparent .topbar-dropdown .title {
    border-color: rgba(231, 231, 231, .25)
}

.topbar-transparent .topbar-dropdown:first-child .title {
    border-color: transparent
}

#topbar.topbar-dark.topbar-colored {
    border-bottom: 0
}

#topbar.dark {
    border-bottom: 1px solid rgba(231, 231, 231, .05)
}

#topbar.dark.topbar-transparent {
    background-color: transparent;
    border-bottom: 1px solid rgba(144, 144, 144, .25)
}

#topbar~#header[data-transparent=true]+#google-map,
#topbar~#header[data-transparent=true]+#slider,
#topbar~#header[data-transparent=true]+.fullscreen,
#topbar~#header[data-transparent=true]+.halfscreen {
    top: -120px;
    margin-bottom: -120px
}

#header {
    position: relative;
    width: 100%;
    z-index: 199 !important;
    line-height: 80px;
    margin-top: 0px;
}

.admin-bar #header.sticky-active {
    margin-top: 32px;
}

#header .container {
    position: relative;
    max-width: 1270px;
}

#header #header-wrap,
#header .header-inner {
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    left: 0;
    right: 0;
    transition: all .4s ease-in-out
}

#header #header-wrap #logo,
#header .header-inner #logo {
    float: left;
    font-size: 28px;
    position: relative;
    z-index: 1;
    transition: all .4s ease-in-out;
}

#header #header-wrap #logo a>img,
#header .header-inner #logo a>img {
    vertical-align: inherit;
    transition: all .4s ease-in-out;
    width: auto
}

#header.header-sticky #header-wrap,
#header.header-sticky .header-inner {
    background-color: #fff !important;
    transition: top .8s ease-in-out;
    position: fixed;
    top: -80px;
    box-shadow: 0 12px 6px rgba(0, 0, 0, .06)
}

#header.header-sticky #header-wrap #logo,
#header.header-sticky .header-inner #logo {
    font-size: 20px;
    top: 0;
}

#header.header-sticky.sticky-active #header-wrap,
#header.header-sticky.sticky-active .header-inner {
    top: 0;
    background: #fff !important;
    z-index: 9999
}

#header.header-sticky.dark #header-wrap,
#header.header-sticky.dark .header-inner {
    background-color: #1f1f1f !important
}

#header.dark #header-wrap,
#header.dark .header-inner {
    background-color: #1f1f1f
}

#header.dark #header-wrap .lines,
#header.dark #header-wrap .lines:after,
#header.dark #header-wrap .lines:before,
#header.dark .header-inner .lines,
#header.dark .header-inner .lines:after,
#header.dark .header-inner .lines:before {
    background-color: #fff
}

#header.dark #mainMenu nav>ul>li:before {
    color: #bbb
}



#header.dark #mainMenu nav>ul>li>a .menu-sub-title {
    color: #eee
}

#header.dark .header-extras i {
    color: #27306a;
    font-size: 25px
}

#header.dark .header-extras .lines,
#header.dark .header-extras .lines:after,
#header.dark .header-extras .lines:before {
    background-color: #fff
}

#header[data-transparent=true] #header-wrap,
#header[data-transparent=true] .header-inner,
#header[data-transparent=true].dark #header-wrap,
#header[data-transparent=true].dark .header-inner {
    background-color: transparent
}

#header[data-transparent=true]+#google-map,
#header[data-transparent=true]+#slider,
#header[data-transparent=true]+.fullscreen,
#header[data-transparent=true]+.halfscreen {
    top: -80px;
    margin-bottom: -80px
}

#header[data-fullwidth=true] #header-wrap .container,
#header[data-fullwidth=true] .header-inner .container {
    max-width: 100%;
    padding: 0 30px
}

#header.header-modern:not(.header-active) {
    margin: 40px auto 0;
    width: 1200px
}

#header.header-modern:not(.header-active)+#google-map,
#header.header-modern:not(.header-active)+#slider,
#header.header-modern:not(.header-active)+.fullscreen,
#header.header-modern:not(.header-active)+.halfscreen {
    top: -130px;
    margin-bottom: -130px
}

#header.header-modern:not(.header-active) #header-wrap,
#header.header-modern:not(.header-active) .header-inner {
    background-color: #fff;
    border-radius: 4px
}

#header.header-modern:not(.header-active).dark #header-wrap,
#header.header-modern:not(.header-active).dark .header-inner {
    background-color: #1f1f1f
}

#header.header-modern:not(.header-active)[data-transparent=true] #header-wrap,
#header.header-modern:not(.header-active)[data-transparent=true] .header-inner {
    background-color: transparent
}

#header.header-modern:not(.header-active).header-colored #header-wrap,
#header.header-modern:not(.header-active).header-colored .header-inner {
    background-color: #fcd408
}

#header.header-colored #header-wrap,
#header.header-colored .header-inner {
    background-color: #fcd408
}

#header.header-alternative {
    line-height: 60px;
    height: 60px
}

#header.header-alternative #header-wrap,
#header.header-alternative .header-inner {
    height: 60px
}

#header.header-alternative #header-wrap #mainMenu>.container nav>ul>li .dropdown-submenu:before,
#header.header-alternative .header-inner #mainMenu>.container nav>ul>li .dropdown-submenu:before {
    top: -6px
}

#header.header-always-fixed #header-wrap,
#header.header-always-fixed .header-inner {
    position: fixed !important;
    top: 0 !important;
    background-color: #fff;
    box-shadow: 0 12px 6px rgba(0, 0, 0, .06)
}

#header.header-plain #header-wrap,
#header.header-plain .header-inner {
    background-color: transparent;
    border: 0 !important;
    box-shadow: none
}

#header.header-shadow #header-wrap,
#header.header-shadow .header-inner {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .12) !important
}

#header #mainMenu-trigger button {
    background: 0 0;
    border: 0;
    padding: 0
}

#header #mainMenu-trigger button:focus {
    outline: 0
}

#header #mainMenu-trigger button i {
    font-size: 17px
}

#mainMenu {
    padding: 0
}

#mainMenu>.container {
    padding: 0 !important
}

#mainMenu [class*=col-lg-] {
    line-height: 24px !important
}

#mainMenu nav {
    float: right;
}

#mainMenu nav>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#mainMenu nav>ul>li {
    float: left;
    border: 0;
    transition: all .3s ease;
    margin-left: 0;
    white-space: normal;
    word-wrap: break-word;
    line-height: 26px;
    text-align: left;
    padding: 0;
}

#mainMenu nav>ul>li>a {
    position: relative;
    font-family: 'Favorit', sans-serif !important;
    margin-right: 0;
    color: #000000;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
    line-height: normal;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 40px;
    line-height: 26px;
}

#mainMenu nav>ul>li:last-child>a {
    padding-right: 0;
}

.icon-search1 {
    margin-top: 11px
}

#mainMenu nav>ul>li>a>i {
    margin-left: 2px;
    margin-right: 6px;
    min-width: 14px;
    font-size: 14px;
    color: #2D2A26;
}

#mainMenu nav>ul>li>a:after,
#mainMenu nav>ul>li>a:before {
    transition: all .3s ease
}

#mainMenu nav>ul>li.current>a,
#mainMenu nav>ul>li.current>span,
#mainMenu nav>ul>li.hover-active>a,
#mainMenu nav>ul>li.hover-active>span,
#mainMenu nav>ul>li:focus>a,
#mainMenu nav>ul>li:focus>span,
#mainMenu nav>ul>li:hover>a,
#mainMenu nav>ul>li:hover>span {
    color: #ccc
}

#mainMenu nav>ul>li .dropdown-menu {
    background-position: right bottom;
    background-repeat: no-repeat;
    max-width: 350px;
    top: auto;
    background-color: #fcd40a;
    border: 0;
    border-style: solid;
    border-color: #fcd40a;
    border-width: 1px !important;
    left: auto;
    margin: 0;
    margin-top: 28px;
    border-radius: 0;
    box-shadow: 0 33px 32px rgba(0, 0, 0, .1);
    padding: 5px 10px
}

#mainMenu nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a,
#mainMenu nav>ul>li .dropdown-menu>li>a,
#mainMenu nav>ul>li .dropdown-menu>li>span {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
    color: #252e66;
    font-family: 'Exo 2', sans-serif;
    padding: 10px 20px 10px 18px;
    display: block;
    transition: .3s ease
}

#mainMenu nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a:active,
#mainMenu nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a:focus,
#mainMenu nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a:hover,
#mainMenu nav>ul>li .dropdown-menu>li>a:active,
#mainMenu nav>ul>li .dropdown-menu>li>a:focus,
#mainMenu nav>ul>li .dropdown-menu>li>a:hover,
#mainMenu nav>ul>li .dropdown-menu>li>span:active,
#mainMenu nav>ul>li .dropdown-menu>li>span:focus,
#mainMenu nav>ul>li .dropdown-menu>li>span:hover {
    background-color: transparent;
    color: #ccc;
    cursor: pointer
}

#mainMenu nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a>i,
#mainMenu nav>ul>li .dropdown-menu>li>a>i,
#mainMenu nav>ul>li .dropdown-menu>li>span>i {
    margin-left: -4px;
    margin-right: 6px;
    min-width: 14px
}

#mainMenu nav>ul>li .dropdown-menu>li.current>a,
#mainMenu nav>ul>li .dropdown-menu>li.current>span,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>a,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>span,
#mainMenu nav>ul>li .dropdown-menu>li:active>a,
#mainMenu nav>ul>li .dropdown-menu>li:active>span,
#mainMenu nav>ul>li .dropdown-menu>li:focus>a,
#mainMenu nav>ul>li .dropdown-menu>li:focus>span,
#mainMenu nav>ul>li .dropdown-menu>li:hover>a,
#mainMenu nav>ul>li .dropdown-menu>li:hover>span {
    color: #fff;
    background: #222a69
}

#mainMenu nav>ul>li .dropdown-menu.menu-last {
    right: 0;
    left: auto
}

#mainMenu nav>ul>li.mega-menu-item {
    position: static
}

#mainMenu nav>ul>li .dropdown-submenu {
    position: relative
}

#mainMenu nav>ul>li .dropdown-submenu:before {
    line-height: 40px;
    content: "\e95a";
    font-family: inspiro-icons;
    opacity: .6;
    position: absolute;
    right: 16px;
    color: #262626;
    font-size: 12px;
    transition: all .2s ease
}

#mainMenu nav>ul>li .dropdown-submenu>.dropdown-menu {
    margin-left: -6px;
    left: 100%;
    top: -1px;
    z-index: 1
}

#mainMenu nav>ul>li .dropdown-submenu>.dropdown-menu.menu-invert {
    right: 100%;
    left: auto
}

#mainMenu nav>ul>li .dropdown-submenu:not(.hover-active):hover:before {
    right: 12px
}

#mainMenu nav>ul>li .dropdown-submenu:not(.hover-active):hover>ul {
    display: block;
    animation: fade-in-out .3s ease
}

#mainMenu nav>ul>li:not(.hover-active):hover>ul {
    display: block;
    animation: fade-in-out .3s ease
}

.ubermenu .ubermenu-submenu .ubermenu-column-auto {
    clear: both;
}

#mainMenu nav>ul>li:last-child {
    margin-right: 0
}

#mainMenu nav>ul>a.btn {
    margin-top: 4px
}

#mainMenu nav>ul li ul {
    list-style: none;
    padding: 0
}

#mainMenu nav>ul .badge {
    font-size: 8px;
    padding: 2px 4px;
    line-height: 9px;
    margin: 0 4px
}

#mainMenu.menu-fullwidth nav>ul>li.mega-menu-item>.dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    width: 100%
}

#mainMenu.menu-rounded nav>ul>li>a {
    border-radius: 4px;
    border-width: 2px
}

#mainMenu.menu-rounded nav>ul>li.current>a,
#mainMenu.menu-rounded nav>ul>li:focus>a,
#mainMenu.menu-rounded nav>ul>li:hover>a {
    background-color: #fcd408;
    color: #fff
}

#mainMenu.menu-outline nav>ul>li>a {
    border-radius: 50px;
    border-width: 2px
}

#mainMenu.menu-outline nav>ul>li.current>a,
#mainMenu.menu-outline nav>ul>li:focus>a,
#mainMenu.menu-outline nav>ul>li:hover>a {
    color: #fcd408;
    border-color: #fcd408;
    background-color: transparent
}

#mainMenu.menu-sub-title nav>ul>li {
    line-height: 64px
}

#mainMenu.menu-sub-title nav>ul>li>a>.menu-sub-title {
    font-size: 10px;
    padding: 0;
    margin-top: -14px !important;
    line-height: 0;
    height: 0;
    text-transform: none;
    display: block;
    opacity: .5;
    font-weight: 400;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: -50px;
    margin-left: 12px;
    margin-right: 14px
}

#mainMenu.menu-lines nav>ul>li {
    margin-left: 4px
}

#mainMenu.menu-lines nav>ul>li>a {
    border-radius: 0;
    border: none
}

#mainMenu.menu-lines nav>ul>li>a:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px
}

#mainMenu.menu-hover-background nav>ul>li {
    margin-left: 0
}

#mainMenu.menu-hover-background nav>ul>li>a {
    background: 0 0
}

#mainMenu.menu-hover-background nav>ul>li.current,
#mainMenu.menu-hover-background nav>ul>li:focus,
#mainMenu.menu-hover-background nav>ul>li:hover {
    background-color: #fcd408
}

#mainMenu.menu-hover-background nav>ul>li.current>a,
#mainMenu.menu-hover-background nav>ul>li:focus>a,
#mainMenu.menu-hover-background nav>ul>li:hover>a {
    color: #fff !important
}

#mainMenu.menu-hover-background nav>ul .dropdown-menu {
    margin-top: 0;
    border-radius: 0
}

#mainMenu.menu-overlay nav {
    opacity: 0 !important;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    background: rgba(31, 31, 31, .99);
    transition: opacity .5s ease
}

#mainMenu.menu-overlay nav>ul {
    transition: transform 1s ease;
    transform: translateY(-80%);
    top: -80%;
    position: relative
}

#mainMenu.menu-overlay nav>ul>li {
    float: none;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
    line-height: 40px
}

#mainMenu.menu-overlay nav>ul>li>a {
    opacity: 0;
    font-size: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    letter-spacing: 2px;
    text-transform: none;
    color: #fff
}

#mainMenu.menu-overlay nav>ul>li .dropdown-menu,
#mainMenu.menu-overlay nav>ul>li .dropdown-submenu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important
}

#mainMenu.menu-left nav {
    float: left;
    margin-left: 20px
}

#mainMenu.menu-left nav>ul>li.mega-menu-item {
    position: static
}

#mainMenu.menu-left nav>ul>li.mega-menu-item>.dropdown-menu {
    right: auto;
    left: 0
}

#mainMenu.menu-center>.container {
    float: none !important;
    text-align: center
}

#mainMenu.menu-center nav {
    float: none;
    display: inline-block;
    vertical-align: top
}

#mainMenu.menu-onclick nav>ul>li .dropdown-submenu:hover>ul,
#mainMenu.menu-onclick nav>ul>li:hover:not(.hover-active)>ul {
    opacity: 0 !important;
    visibility: hidden !important;
    display: inherit !important
}

#mainMenu.menu-onclick nav>ul>li .hover-active.dropdown-submenu>ul,
#mainMenu.menu-onclick nav>ul>li.hover-active>ul {
    opacity: 1 !important;
    visibility: visible !important;
    display: block
}

#mainMenu.menu-rounded-dropdown nav>ul>li .dropdown-menu {
    border-radius: 6px
}

#mainMenu.menu-rounded-dropdown nav>ul>li>.dropdown-menu {
    margin-top: -6px !important
}

#mainMenu.menu-lowercase nav>ul>li>a {
    text-transform: unset;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500
}

.header-extras {
    float: right;
    z-index: 201;
    position: relative
}

.header-extras>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.header-extras>ul>li {
    float: left;
    border: 0
}

.header-extras>ul>li>.p-dropdown,
.header-extras>ul>li>a:not(.btn) {
    padding-left: 3px;
    padding-right: 3px
}

.header-extras>ul>li .topbar-dropdown>.title,
.header-extras>ul>li>a:not(.btn) {
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    position: relative;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700
}

.header-extras>ul>li .topbar-dropdown>.title i,
.header-extras>ul>li>a:not(.btn) i {
    font-size: 14px;
    position: relative;
    color: #226598;
    font-size: 20px;
    font-weight: 700 !important
}

.header-extras>ul>li .topbar-dropdown>.title i:nth-of-type(2),
.header-extras>ul>li>a:not(.btn) i:nth-of-type(2) {
    visibility: hidden;
    position: absolute
}

.header-extras>ul>li .topbar-dropdown>.title.toggle-active i:nth-of-type(2),
.header-extras>ul>li>a:not(.btn).toggle-active i:nth-of-type(2) {
    visibility: visible;
    position: relative
}

.header-extras>ul>li .topbar-dropdown>.title.toggle-active i:nth-of-type(1),
.header-extras>ul>li>a:not(.btn).toggle-active i:nth-of-type(1) {
    visibility: hidden;
    position: absolute
}

.header-extras>ul>li .btn {
    margin-bottom: 0
}

.header-extras #shopping-cart {
    position: relative
}

.header-extras #shopping-cart>a {
    position: relative
}

.header-extras #shopping-cart>a .shopping-cart-items {
    position: absolute;
    z-index: 1;
    background: #fcd408;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    height: 13px;
    line-height: 10px;
    padding: 2px 4px;
    right: -6px;
    top: -6px;
    width: 13px
}

.header-extras .topbar-dropdown .title {
    line-height: inherit !important;
    letter-spacing: 1px;
    padding: 0;
    color: #1f1f1f
}

.header-extras .topbar-dropdown .dropdown-list {
    right: -10px;
    margin-top: -20px;
    left: auto;
    box-shadow: 0 -6px 16px rgba(0, 0, 0, .1);
    margin-top: -16px
}

.header-extras .topbar-dropdown .dropdown-list:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    top: -9px;
    right: 14px;
    position: absolute
}

@-webkit-keyframes fade-in-out {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fade-in-out {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fade-in-out {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in-out {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#dotsMenu {
    position: fixed;
    right: 36px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 99
}

#dotsMenu:before {
    content: "";
    background: rgba(31, 31, 31, .7);
    position: absolute;
    width: 32px;
    right: -8px;
    height: 100%;
    border-radius: 20px;
    top: -24px;
    box-shadow: 0 4px 9px 0 rgba(43, 43, 49, .1), 0 7px 14px 0 rgba(43, 43, 49, .13)
}

#dotsMenu ul {
    list-style: none;
    padding-bottom: 6px
}

#dotsMenu ul li {
    text-align: right;
    padding: 0;
    width: 15px;
    height: 15px;
    margin-bottom: 12px;
    background-color: #eee;
    border-radius: 50%;
    transform: scale(.6);
    transition: transform .3s, background-color .5s
}

#dotsMenu ul li:hover {
    background-color: #fcd408;
    transform: scale(1)
}

#dotsMenu ul li.current {
    background-color: #fcd408
}

#dotsMenu ul li a {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 1.5;
    border-radius: 50%;
    left: -14px;
    top: -14px
}

#dotsMenu ul li a span {
    position: absolute;
    width: auto;
    top: 8px;
    right: 25px;
    white-space: nowrap;
    margin-right: 14px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    transition: transform .2s, opacity .2s;
    opacity: 0;
    transform-origin: 100% 50%;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100px;
    line-height: 26px;
    padding: 0 12px;
    text-transform: uppercase
}

#dotsMenu ul li a:hover:before {
    transform: scale(1)
}

#dotsMenu ul li a.active:before,
#dotsMenu ul li a:hover:before {
    background-color: #fcd408
}

#dotsMenu ul li a.active>span,
#dotsMenu ul li a:hover>span {
    opacity: 1;
    transform: scale(1)
}

.mainMenu-open #dotsMenu {
    z-index: -1 !important
}

.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] #header-wrap,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] #header-wrap .header-extras,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] .header-inner,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] .header-inner .header-extras,
.menu-overlay-active #topbar.topbar-transparent.topbar-fullwidth {
    border: 0
}

.menu-overlay-active #header.header-sticky.dark #header-wrap,
.menu-overlay-active #header.header-sticky.dark .header-inner {
    background-color: transparent !important
}

.menu-overlay-active #header #mainMenu {
    z-index: 200
}

.menu-overlay-active #header #mainMenu nav {
    opacity: 1 !important;
    display: inherit !important;
    pointer-events: auto
}

.menu-overlay-active #header #mainMenu nav>ul {
    transform: translateY(-50%);
    top: 50%
}

.menu-overlay-active #header #mainMenu nav>ul>li>a {
    opacity: 1
}

.menu-overlay-active #header .header-extras a:not(#menu-overlay-trigger) {
    opacity: 0;
    visibility: hidden
}

.menu-overlay-active #header #menu-overlay-trigger .lines,
.menu-overlay-active #header #menu-overlay-trigger .lines:after,
.menu-overlay-active #header #menu-overlay-trigger .lines:before {
    background-color: #fff
}

.header-logo-center #logo,
.menu-split #logo {
    position: absolute !important;
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: 100px
}

.header-logo-center #logo>a,
.menu-split #logo>a {
    display: inline-block
}

.header-logo-center #mainMenu nav,
.menu-split #mainMenu nav {
    float: none;
    margin: 0;
    position: relative;
    z-index: 1
}

.header-logo-center #mainMenu nav>ul,
.menu-split #mainMenu nav>ul {
    z-index: 198
}

.header-logo-center #mainMenu nav>ul:first-child,
.menu-split #mainMenu nav>ul:first-child {
    float: left
}

.header-logo-center #mainMenu nav>ul:last-child,
.menu-split #mainMenu nav>ul:last-child {
    float: right
}

#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li:before {
    color: #bbb
}

#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li .dropdown-menu {
    background-color: #1f1f1f;
    border: 1px solid #292929
}

#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a,
#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li .dropdown-menu>li>a,
#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li .dropdown-menu>li>span {
    color: #bbb
}

#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a:hover,
#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li .dropdown-menu>li>a:hover,
#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li .dropdown-menu>li>span:hover {
    color: #fcd408
}

#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li .dropdown-submenu:before {
    color: #bbb
}

#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li.mega-menu-item .mega-menu-content .mega-menu-title {
    color: #eee
}

#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li.current>a,
#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li.current>span,
#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li.hover-active>a,
#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li.hover-active>span,
#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li:focus>a,
#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li:focus>span,
#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li:hover>a,
#mainMenu.dark:not(.light):not(.menu-rounded) nav>ul>li:hover>span {
    color: #fcd408
}

#menu-overlay-trigger {
    z-index: 299 !important
}

#header[data-fullwidth=true] #mainMenu:not(.menu-left):not(.menu-center) nav>ul>li.mega-menu-item>.dropdown-menu {
    left: auto;
    right: 0
}

#header[data-fullwidth=true] #mainMenu.menu-center nav>ul>li.mega-menu-item>.dropdown-menu {
    right: auto;
    left: 50%;
    transform: translateX(-50%)
}

.page-menu {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    height: 52px;
    line-height: 48px
}

.page-menu>.container {
    position: relative
}

.page-menu .menu-title {
    display: none
}

.page-menu nav {
    background-color: #fff;
    text-align: center
}

.page-menu nav>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.page-menu nav>ul>li {
    transition: all .3s ease;
    position: relative;
    border: 0;
    display: inline-block;
    float: none;
    padding: 0 2px;
    font-family: 'Exo 2'sans-serif
}

.page-menu nav>ul>li:last-child {
    margin-right: 0
}

.page-menu nav>ul>li>a {
    position: relative;
    padding: 6px 16px;
    font-size: 13px;
    line-height: 12px;
    color: #565656;
    border-radius: 50px;
    transition: all .2s ease;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    font-weight: 500
}

.page-menu nav>ul>li>a:after,
.page-menu nav>ul>li>a:before {
    transition: all .3s ease
}

.page-menu nav>ul>li.active>a,
.page-menu nav>ul>li:hover>a {
    color: #fcd408
}

.page-menu nav>ul>li.dropdown {
    line-height: 50px
}

.page-menu nav>ul>li.dropdown a {
    padding-right: 20px
}

.page-menu nav>ul>li.dropdown:before {
    font-size: 12px;
    transition: all .2s ease;
    content: "\e958";
    font-family: inspiro-icons;
    right: 10px;
    top: 1px;
    position: absolute;
    color: #565656;
    z-index: 2
}

.page-menu nav>ul>li .dropdown-menu {
    font-family: 'Exo 2', sans-serif;
    padding: 14px 20px;
    width: auto;
    top: 50px;
    left: 0;
    margin: 0;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ececec;
    min-width: 180px;
    box-shadow: 0 14px 20px rgba(0, 0, 0, .1)
}

.page-menu nav>ul>li .dropdown-menu>li {
    width: 100%
}

.page-menu nav>ul>li .dropdown-menu>li a,
.page-menu nav>ul>li .dropdown-menu>li>span {
    line-height: 26px;
    white-space: nowrap;
    display: block;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 400
}

.page-menu nav>ul>li .dropdown-menu.menu-last {
    right: 0;
    left: auto
}

.page-menu nav>ul>li:last-child {
    margin-right: 0
}

.page-menu.menu-rounded nav>ul>li.active>a,
.page-menu.menu-rounded nav>ul>li:hover>a {
    border-color: transparent;
    color: #fff;
    background-color: #fcd408
}

.page-menu.menu-rounded nav>ul>li.active.dropdown:before,
.page-menu.menu-rounded nav>ul>li:hover.dropdown:before {
    color: #fff
}

.page-menu.menu-outline nav>ul>li.active>a,
.page-menu.menu-outline nav>ul>li:hover>a {
    border-color: #fcd408;
    color: #fcd408;
    background-color: transparent
}

.page-menu.menu-lines nav>ul>li>a {
    border-radius: 0;
    border: none;
    background-color: transparent
}

.page-menu.menu-lines nav>ul>li>a:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -11px;
    left: 50%;
    width: 0;
    height: 1px;
    transition: all .3s ease
}

.page-menu.menu-lines nav>ul>li.active>a,
.page-menu.menu-lines nav>ul>li:hover>a {
    color: #fcd408
}

.page-menu.menu-lines nav>ul>li.active>a:after,
.page-menu.menu-lines nav>ul>li:hover>a:after {
    width: 100%;
    left: 0;
    background-color: #fcd408
}

.page-menu.menu-solid nav>ul>li>a {
    color: #565656;
    border-radius: 4px
}

.page-menu.menu-solid nav>ul>li.active>a,
.page-menu.menu-solid nav>ul>li:hover>a {
    background-color: #fcd408;
    color: #fff
}

.page-menu.menu-light nav>ul>li>a {
    color: #565656;
    background-color: transparent
}

.page-menu.menu-light nav>ul>li.active>a,
.page-menu.menu-light nav>ul>li:hover>a {
    border-color: #ebebeb
}

.page-menu.inverted {
    background-color: #333
}

.page-menu.inverted nav {
    background-color: #333
}

.page-menu.inverted nav>ul>li>a {
    border: 0;
    color: #fff;
    background-color: transparent
}

.page-menu.inverted nav>ul>li.active>a,
.page-menu.inverted nav>ul>li:hover>a {
    border-color: transparent;
    background-color: #404040
}

.page-menu.inverted nav>ul>li .dropdown-menu {
    background-color: #333;
    border: 1px solid #2b2b2b;
    box-shadow: 0 14px 20px rgba(255, 255, 255, .1)
}

.page-menu.inverted nav>ul>li .dropdown-menu a {
    color: #fff
}

.page-menu.menu-creative nav>ul>li>a {
    border-radius: 0;
    border: none;
    background-color: transparent
}

.page-menu.menu-creative nav>ul>li>a:after {
    background: #1f1f1f;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity .3s ease 0s, transform .3s ease 0s;
    width: 100%
}

.page-menu.menu-creative nav>ul>li.active>a,
.page-menu.menu-creative nav>ul>li:hover>a {
    color: #565656
}

.page-menu.menu-creative nav>ul>li.active>a:after,
.page-menu.menu-creative nav>ul>li:hover>a:after {
    opacity: 1;
    transform: translateY(0)
}

#pageMenu-trigger {
    float: right;
    cursor: pointer;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    text-align: center;
    width: 36px;
    z-index: 12
}

#pageMenu-trigger i {
    color: #444
}

body:not(.breakpoint-xs):not(.breakpoint-sm):not(.breakpoint-md) .page-menu nav>ul>li:hover:not(.hover-active)>ul {
    display: block;
    animation: fade-in-out .3s ease;
    z-index: 3
}

@media(max-width:1200px) {
    #topbar.topbar-transparent.dark {
        background-color: #fff !important
    }

    #topbar.topbar-transparent.dark .social-icons li a,
    #topbar.topbar-transparent.dark .top-menu>li>a {
        color: #565656 !important
    }

    #header[data-fullwidth=true] #header-inner .container,
    #header[data-fullwidth=true] .header-inner .container {
        padding: 0 30px
    }

    #header #header-wrap,
    #header .header-inner {
        height: auto
    }

    #header #logo {
        position: static !important;
        text-align: center;
        float: none !important;
        height: 42px;
        left: 0;
        right: 0;
        padding: 0 !important;
        margin: 0 auto !important;
    }

    #header #logo>a {
        display: inline-block
    }

    #header #header-wrap #logo a>img,
    #header .header-inner #logo a>img {
        margin-top: 10px !important
    }

    #header.header-modern+#google-map,
    #header.header-modern+#slider,
    #header.header-modern+.fullscreen,
    #header.header-modern+.halfscreen,
    #header[data-transparent=true]+#google-map,
    #header[data-transparent=true]+#slider,
    #header[data-transparent=true]+.fullscreen,
    #header[data-transparent=true]+.halfscreen {
        top: 0 !important;
        margin-bottom: 0 !important
    }

    #header .dark #header-wrap,
    #header .dark .header-inner,
    #header.dark #header-wrap,
    #header.dark .header-inner {
        background-color: #1f1f1f
    }

    #header .dark #header-wrap .lines,
    #header .dark #header-wrap .lines:after,
    #header .dark #header-wrap .lines:before,
    #header .dark .header-inner .lines,
    #header .dark .header-inner .lines:after,
    #header .dark .header-inner .lines:before,
    #header.dark #header-wrap .lines,
    #header.dark #header-wrap .lines:after,
    #header.dark #header-wrap .lines:before,
    #header.dark .header-inner .lines,
    #header.dark .header-inner .lines:after,
    #header.dark .header-inner .lines:before {
        background-color: #fff
    }

    #header .dark #mainMenu nav>ul>li>a,
    #header.dark #mainMenu nav>ul>li>a {
        color: #eee
    }

    #header .dark #mainMenu nav>ul>li>a .menu-sub-title,
    #header.dark #mainMenu nav>ul>li>a .menu-sub-title {
        color: #eee
    }

    #header .dark #mainMenu nav>ul>li.current>a:after,
    #header .dark #mainMenu nav>ul>li:focus>a:after,
    #header .dark #mainMenu nav>ul>li:hover>a:after,
    #header.dark #mainMenu nav>ul>li.current>a:after,
    #header.dark #mainMenu nav>ul>li:focus>a:after,
    #header.dark #mainMenu nav>ul>li:hover>a:after {
        background-color: #fff
    }

    #header .dark #mainMenu nav>ul>li .dropdown-submenu:not(.hover-active):hover>ul,
    #header.dark #mainMenu nav>ul>li .dropdown-submenu:not(.hover-active):hover>ul {
        animation: none !important
    }

    #header .dark #mainMenu nav>ul>li:not(.hover-active):hover>ul,
    #header.dark #mainMenu nav>ul>li:not(.hover-active):hover>ul {
        animation: none !important
    }

    #header .dark .header-extras i,
    #header.dark .header-extras i {
        color: #fff
    }

    #header .dark .header-extras .lines,
    #header .dark .header-extras .lines:after,
    #header .dark .header-extras .lines:before,
    #header.dark .header-extras .lines,
    #header.dark .header-extras .lines:after,
    #header.dark .header-extras .lines:before {
        background-color: #fff
    }

    #header[data-responsive-transparent=true] #header-wrap,
    #header[data-responsive-transparent=true] .header-inner {
        background-color: transparent
    }

    #header[data-responsive-transparent=true] #header-wrap .lines,
    #header[data-responsive-transparent=true] #header-wrap .lines:after,
    #header[data-responsive-transparent=true] #header-wrap .lines:before,
    #header[data-responsive-transparent=true] .header-inner .lines,
    #header[data-responsive-transparent=true] .header-inner .lines:after,
    #header[data-responsive-transparent=true] .header-inner .lines:before {
        background-color: #1f1f1f
    }

    #header[data-responsive-transparent=true]+#google-map,
    #header[data-responsive-transparent=true]+#slider,
    #header[data-responsive-transparent=true]+.fullscreen,
    #header[data-responsive-transparent=true]+.halfscreen {
        margin-top: -80px
    }

    #header[data-responsive-transparent=true]+#google-map,
    #header[data-responsive-transparent=true]+#slider,
    #header[data-responsive-transparent=true]+.fullscreen,
    #header[data-responsive-transparent=true]+.halfscreen {
        top: -80px;
        margin-bottom: -80px
    }

    #header.header-logo-right #header-wrap .header-extras,
    #header.header-logo-right .header-inner .header-extras {
        float: right
    }

    #header.header-mini #header-wrap,
    #header.header-mini .header-inner {
        height: auto !important
    }

    #header #mainMenu-trigger {
        opacity: 1;
        visibility: visible
    }

    #header #mainMenu:not(.menu-overlay) {
        clear: both;
        display: block;
        width: 100%;
        opacity: 1;
        transition: max-height .8s cubic-bezier(.79, .14, .15, .86), opacity .8s cubic-bezier(.79, .14, .15, .86)
    }

    #header #mainMenu:not(.menu-overlay)>.container {
        text-align: left !important;
        width: 100%;
        max-width: 100%
    }

    #header #mainMenu:not(.menu-overlay) nav {
        line-height: 40px;
        float: none;
        width: 100%;
        padding-bottom: 0;
        margin-top: 0;
        height: 0;
    }

    #header #mainMenu:not(.menu-overlay) nav nav{
        background: #E4E6F2;
        padding: 10px 5px;
        height: auto;
    }

    #header #mainMenu:not(.menu-overlay) nav:before{
        background: #E4E6F2;
        content: '';
        width: 100000%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: -10000px;
        position: absolute;
    }

    #header #mainMenu:not(.menu-overlay) nav>ul {
        float: none;
        width: 100%;
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        display: block;
        border-bottom: 1px solid #AFB3D8;
        width: 100%;
        position: relative;
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li:last-child {
        border: 0;
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li.dropdown:before {
        content: "\e958";
        font-family: inspiro-icons;
        font-size: 14px;
        opacity: .6;
        position: absolute;
        right: 2px;
        color: #262626;
        transition: .3s ease
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li>a {
        display: block;
        padding: 12px 0;
        font-size: 14px;
        border: 0;
        border-radius: 0
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li>a:after {
        display: none
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li>a .menu-sub-title {
        display: none !important
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu {
        background-image: none !important;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
        position: static;
        clear: both;
        float: none;
        box-shadow: none;
        border: 0 !important;
        min-width: 100%;
        margin: 0;
        border-radius: 0;
        padding: 0 16px
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a,
    #header #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>a,
    #header #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>span {
        line-height: 16px;
        font-size: 14px;
        padding: 12px 0;
        display: block
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li.mega-menu-item {
        position: relative
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li.mega-menu-item .mega-menu-content {
        padding: 0 0 0 15px
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li.mega-menu-item .mega-menu-content .mega-menu-title {
        padding-top: 12px;
        padding-bottom: 12px
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li.mega-menu-item .mega-menu-content [class*=col-]>ul>li>a,
    #header #mainMenu:not(.menu-overlay) nav>ul>li.mega-menu-item .mega-menu-content>a,
    #header #mainMenu:not(.menu-overlay) nav>ul>li.mega-menu-item .mega-menu-content>span {
        padding: 10px 0
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li.mega-menu-item .mega-menu-content [class*=col-]>ul>li:first-child>a {
        padding-top: 12px
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li.mega-menu-item .mega-menu-content [class*=col-]>ul>li:last-child>a {
        padding-bottom: 12px
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-submenu {
        position: relative
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-submenu:before {
        right: 0;
        top: 0;
        font-size: 16px
    }

    #header #mainMenu:not(.menu-overlay) nav>ul li>.dropdown-menu {
        border: 0;
        background-color: transparent;
        display: block
    }

    #header #mainMenu:not(.menu-overlay) nav>ul li>.dropdown-menu>.dropdown-submenu {
        position: relative
    }

    #header #mainMenu:not(.menu-overlay) nav>ul li>.dropdown-menu>.dropdown-submenu:before {
        right: 0;
        transform: rotate(90deg);
        font-size: 16px
    }

    #header #mainMenu:not(.menu-overlay) nav>ul li.hover-active>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        max-height: 2000px
    }

    #header #mainMenu:not(.menu-overlay) nav>ul [class*=col-lg] {
        width: 100%;
        padding: 0;
        margin: 0
    }

    #header #mainMenu:not(.menu-overlay).menu-sub-title nav>ul>li {
        line-height: unset !important
    }

    #header #mainMenu:not(.menu-overlay).menu-sub-title nav>ul>li .dropdown-submenu:before {
        top: 0
    }

    #header #mainMenu:not(.menu-overlay).menu-slide nav>ul>li {
        visibility: visible;
        opacity: 1
    }

    #header #mainMenu:not(.menu-overlay).menu-rounded nav>ul>li.current>a,
    #header #mainMenu:not(.menu-overlay).menu-rounded nav>ul>li:focus>a,
    #header #mainMenu:not(.menu-overlay).menu-rounded nav>ul>li:hover>a {
        background-color: unset !important
    }

    #header #mainMenu:not(.menu-overlay).menu-hover-background nav>ul>li.current,
    #header #mainMenu:not(.menu-overlay).menu-hover-background nav>ul>li:focus,
    #header #mainMenu:not(.menu-overlay).menu-hover-background nav>ul>li:hover {
        background-color: unset
    }

    #header #mainMenu:not(.menu-overlay).menu-hover-background nav>ul>li.current>a,
    #header #mainMenu:not(.menu-overlay).menu-hover-background nav>ul>li:focus>a,
    #header #mainMenu:not(.menu-overlay).menu-hover-background nav>ul>li:hover>a {
        color: unset !important
    }

    #header #mainMenu:not(.menu-overlay).menu-left nav {
        margin-left: 0
    }

    #mainMenun.menu-center nav {
        margin: 0
    }

    .mainMenu-open #header #header-wrap,
    .mainMenu-open #header .header-inner {
        box-shadow: 0 17px 23px rgba(0, 0, 0, .3)
    }

    .mainMenu-open #header #mainMenu {
        width: 100%;
        padding: 10px 25px;
        display: block;
        opacity: 1;
        background: #E4E6F2;
        position: relative;
    }

    .mainMenu-open #header #mainMenu:before {
        content: '';
        width: 100000%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -10000px;
        background: #E4E6F2;
    }

    .mainMenu-open #dotsMenu {
        z-index: -1
    }

    .header-extras {
        float: left
    }

    .header-extras>ul .p-dropdown>a>i,
    .header-extras>ul>li>a>i {
        font-size: 16px !important
    }

    .header-extras>ul .p-dropdown:first-child>a,
    .header-extras>ul>li:first-child>a {
        padding-left: 0
    }
}

#search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #171313;
    line-height: normal;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s
}

#search #search-logo {
    top: -1px;
    left: 30px;
    opacity: 0;
    transition: opacity .5s;
    position: absolute;
    line-height: 80px;
    height: 80px
}

#search #search-logo img {
    width: 100%;
    height: 100%
}

#search .search-form {
    opacity: 0;
    transform: scale3d(.8, .8, 1);
    transition: opacity .5s, transform .5s;
    margin: 80px 0
}

#search .search-form .text-muted {
    opacity: .4
}

#search .search-form .form-control {
    border-width: 0 0 2px;
    border-radius: 0;
    font-size: 34px;
    padding: 10px 0;
    border-color: #cecece;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    background-color: transparent
}

#search .search-form .form-control:focus {
    background-color: transparent
}

#search .search-form .form-control:-webkit-input-placeholder {
    color: #cecece
}

#search .search-form .form-control:-moz-placeholder {
    color: #cecece
}

#search .search-form .form-control:-ms-input-placeholder {
    color: #cecece
}

#search .btn-search-close {
    font-size: 2em;
    position: absolute;
    top: 20px;
    right: 30px;
    display: none;
    padding: 12px;
    line-height: 12px;
    background-color: #fcd408;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    opacity: 0;
    transform: scale3d(.8, .8, 1);
    transition: opacity .5s, transform .5s
}

#search .search-suggestion-wrapper {
    display: flex;
    width: 60%
}

#search .search-suggestion-wrapper .search-suggestion {
    width: 33.33%;
    text-align: left;
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    transition: opacity .5s, transform .5s
}

#search .search-suggestion-wrapper .search-suggestion:nth-child(2) {
    margin: 0 3em
}

#search .search-suggestion-wrapper .search-suggestion h3 {
    font-size: 1.35em;
    margin: 0 0 12px
}

#search .search-suggestion-wrapper .search-suggestion h3::before {
    content: '\21FE';
    display: inline-block;
    padding: 0 .5em 0 0
}

#search .search-suggestion-wrapper .search-suggestion p {
    line-height: 1.4;
    margin: 0 0 10px
}

body.search-open #search {
    pointer-events: auto;
    opacity: 1
}

body.search-open #search #search-logo {
    display: block;
    opacity: 1
}

body.search-open #search .search-form {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

body.search-open #search .btn-search-close {
    display: block;
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

body.search-open #search .search-suggestion {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

body.search-open #search .search-suggestion:nth-child(2) {
    transition-delay: .1s
}

body.search-open #search .search-suggestion:nth-child(3) {
    transition-delay: .2s
}

@media(max-width:991px) {
    #search #search-logo {
        margin: 0 auto !important;
        max-width: 130px;
        height: auto;
        left: auto
    }

    #search .search-form {
        margin: 40px
    }

    #search .search-form .form-control {
        font-size: 24px;
        margin-bottom: 8px
    }

    #search .search-form .text-muted {
        font-size: 10px
    }

    #search .btn-search-close {
        font-size: 1em;
        padding: 8px;
        line-height: 8px
    }

    #search .search-suggestion-wrapper {
        display: none
    }
}

@media(min-width:992px) {
    #header[data-transparent=true]+main {
        position: relative
    }

    /* #header[data-transparent=true]+main>#page-title {
        padding: 220px 0 160px
    }

    #header[data-transparent=true]+#page-title {
        position: relative;

    } */
}

:active,
:focus {
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
}

@media all and (max-width:768px) {
    html {
        font-size: 81.25%
    }
}

body {
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Archivo', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Favorit', sans-serif;
    color: #2D2A26;
    line-height: 52px;
    font-weight: 600;
    margin: 0;
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: 100
}

.h1,
h1 {
    font-size: 56px;
    line-height: 60px;
    font-weight: 700;
}

.h1:not(:last-child),
h1:not(:last-child) {
    margin-bottom: 20px
}

.h2,
h2 {
    font-size: 50px;
}

.h2:not(:last-child),
h2:not(:last-child) {
    margin-bottom: 27px;
}

.h3,
h3 {
    font-size: 30px;
    line-height: 36px;
}

.h3:not(:last-child),
h3:not(:last-child) {
    margin-bottom: 0px;
}

.h4,
h4 {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
}

.h4:not(:last-child),
h4:not(:last-child) {
    margin-bottom: 32px
}

.h5,
h5 {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Archivo', sans-serif;
    color: #484850;
}

.h5:not(:last-child),
h5:not(:last-child) {
    margin-bottom: 32px
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    font-family: 'Archivo', sans-serif;
    color: #484850;
}

.h6:not(:last-child),
h6:not(:last-child) {
    margin-bottom: 32px
}

.lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em
}


@media (max-width: 400px) {

    .h1,
    h1 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
}

@media all and (max-width:767px) {

    .h1,
    h1 {
        font-size: 38px;
        line-height: 40px;
    }

    .h2,
    h2 {
        font-size: 32px !important;
        line-height: 35px;
    }

    .h3,
    h3 {
        line-height: 1.2;
        font-size: 20px !important;
    }

    .lead {
        font-size: 1.35714286em;
        line-height: 1.68421053em
    }

    .home-box {
        padding: 20px 20px !important;
        font-size: 18px !important;

    }

    .home-banner h1 {
        font-size: 40px !important;
        line-height: 35px !important;
    }
}

p {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    color: #2D2A26;
}

ul.bullets {
    list-style: inside
}

strong {
    font-weight: 800;
}

a:not(.btn) {
    color: #2D2A26;

}

a:not(.btn).link {
    color: #393F72;
}

a:not(.btn):active,
a:not(.btn):focus,
a:not(.btn):hover {
    text-decoration: none;
    outline: 0;
    color: #d9d9d9;
}

a:not(.btn):not(.btn):not([href]):not([tabindex]) {
    color: #565656;
}

.font-pacifico {
    font-family: dancing script !important
}

.font-raleway a,
.font-raleway h1,
.font-raleway h2,
.font-raleway h3,
.font-raleway h4,
.font-raleway h5,
.font-raleway h6 {
    font-family: Raleway !important;
    font-weight: 100 !important
}

h1.font-raleway,
h2.font-raleway,
h3.font-raleway,
h4.font-raleway,
h5.font-raleway,
h6.font-raleway {
    font-family: Raleway !important;
    font-weight: 100 !important
}

.font-nothing-you-could-do,
.font-nothing-you-could-do a,
.font-nothing-you-could-do h1,
.font-nothing-you-could-do h2,
.font-nothing-you-could-do h3,
.font-nothing-you-could-do h4,
.font-nothing-you-could-do h5,
.font-nothing-you-could-do h6,
h1.font-nothing-you-could-do,
h2.font-nothing-you-could-do,
h3.font-nothing-you-could-do,
h4.font-nothing-you-could-do,
h5.font-nothing-you-could-do,
h6.font-nothing-you-could-do {
    font-family: nothing you could do, cursive !important;
    font-weight: 400 !important
}

.font-herr-von-muellerhoff,
.font-herr-von-muellerhoff a,
.font-herr-von-muellerhoff h1,
.font-herr-von-muellerhoff h2,
.font-herr-von-muellerhoff h3,
.font-herr-von-muellerhoff h4,
.font-herr-von-muellerhoff h5,
.font-herr-von-muellerhoff h6,
h1.font-herr-von-muellerhoff,
h2.font-herr-von-muellerhoff,
h3.font-herr-von-muellerhoff,
h4.font-herr-von-muellerhoff,
h5.font-herr-von-muellerhoff,
h6.font-herr-von-muellerhoff {
    font-family: herr von muellerhoff, cursive !important;
    font-weight: 400 !important
}

.font-cedarville,
.font-cedarville a,
.font-cedarville h1,
.font-cedarville h2,
.font-cedarville h3,
.font-cedarville h4,
.font-cedarville h5,
.font-cedarville h6,
h1.font-cedarville,
h2.font-cedarville,
h3.font-cedarville,
h4.font-cedarville,
h5.font-cedarville,
h6.font-cedarville {
    font-family: 'cedarville cursive', cursive
}

.font-parisienne,
.font-parisienne a,
.font-parisienne h1,
.font-parisienne h2,
.font-parisienne h3,
.font-parisienne h4,
.font-parisienne h5,
.font-parisienne h6,
h1.font-parisienne,
h2.font-parisienne,
h3.font-parisienne,
h4.font-parisienne,
h5.font-parisienne,
h6.font-parisienne {
    font-family: Parisienne, cursive
}

#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    background-color: #333;
    z-index: 1
}

#home {
    width: 100%;
    height: 100%;
    color: #fff
}

.container-fullscreen {
    padding-top: 0;
    height: 100%;
    width: 100%;
    display: table;
    position: relative
}

.fullscreen>.container,
.fullscreen>.container-fluid,
.halfscreen>.container,
.halfscreen>.container-fluid {
    height: 100%;
    z-index: 1
}

.hidden {
    display: none
}

.visible {
    opacity: 1
}

.text-center {
    text-align: center !important
}

.text-left.nav-tabs .nav-item {
    text-align: left !important
}

.text-right.nav-tabs .nav-item {
    text-align: right !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.center {
    float: none !important;
    margin: 0 auto
}

.block {
    display: block
}

.align-center {
    display: inline-flex;
    text-align: center
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.text-middle {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 3;
    position: relative
}

.text-bottom {
    display: table-cell;
    vertical-align: bottom;
    margin: auto;
    z-index: 3;
    position: relative
}

.bg-light {
    background-color: #f6f9fa
}

.text-background-light {
    background-color: #fff;
    padding: 0 4px
}

.text-background-dark {
    background-color: #444;
    padding: 0 4px
}

.text-shadow-light {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .53)
}

.text-shadow-dark {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .53)
}

.shadow {
    box-shadow: 0 4px 16px #e2e2e2
}

.post-shadow {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.shadow-bottom {
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1)
}

.shadow-inside {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .1)
}

.shadow-inside-top {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .08)
}

.shadow-inside-bottom {
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .08)
}

.text-xs,
.text-xs span {
    font-size: 30px;
    line-height: 30px
}

.text-medium-light {
    font-size: 50px !important;
    font-weight: 100;
    line-height: 1.1;
    font-family: open sans
}

.text-medium {
    font-size: 50px !important;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px
}

body.breakpoint-sm .text-medium,
body.breakpoint-sm .text-medium-light {
    font-size: 40px !important
}

body.breakpoint-xs .text-medium,
body.breakpoint-xs .text-medium-light {
    font-size: 30px !important
}

.text-lg-light,
.text-lg-light span,
.text-lg-light span span {
    font-size: 90px !important;
    line-height: 100px !important;
    font-weight: 120 !important
}

.text-lg,
.text-lg span,
.text-lg span span {
    font-size: 90px;
    line-height: 100px;
    font-weight: 800
}

.text-xl,
.text-xl span {
    font-size: 120px;
    font-weight: 800;
    line-height: 120px
}

.text-lg-x2,
.text-lg-x2 span {
    color: #fff;
    font-size: 120px;
    line-height: 140px;
    font-weight: 100;
    margin-bottom: 10px
}

.text-lg-x3,
.text-lg-x3 span {
    color: #fff;
    font-size: 230px;
    line-height: 250px;
    font-weight: 100
}

body.breakpoint-md .text-lg,
body.breakpoint-md .text-lg span,
body.breakpoint-md .text-lg span span,
body.breakpoint-md .text-lg-light,
body.breakpoint-md .text-lg-light span,
body.breakpoint-md .text-lg-light span span,
body.breakpoint-md .text-xl,
body.breakpoint-md .text-xl span,
body.breakpoint-sm .text-lg,
body.breakpoint-sm .text-lg span,
body.breakpoint-sm .text-lg span span,
body.breakpoint-sm .text-lg-light,
body.breakpoint-sm .text-lg-light span,
body.breakpoint-sm .text-lg-light span span,
body.breakpoint-sm .text-xl,
body.breakpoint-sm .text-xl span,
body.breakpoint-xs .text-lg,
body.breakpoint-xs .text-lg span,
body.breakpoint-xs .text-lg span span,
body.breakpoint-xs .text-lg-light,
body.breakpoint-xs .text-lg-light span,
body.breakpoint-xs .text-lg-light span span,
body.breakpoint-xs .text-xl,
body.breakpoint-xs .text-xl span {
    font-size: 70px;
    line-height: 70px
}

.text-small {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1
}

.text-light,
.text-light .lead,
.text-light a:not(.btn),
.text-light a:not(.btn):hover:not(.btn):not(.btn-light),
.text-light div:not(.alert),
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light i,
.text-light label,
.text-light li,
.text-light p,
.text-light span:not(.btn-label) {
    color: #fff !important
}

.text-dark,
.text-dark .lead,
.text-dark a:not(.btn):hover,
.text-dark a:not(.button),
.text-dark div:not(.alert),
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark i,
.text-dark label,
.text-dark li,
.text-dark p,
.text-dark span:not(.btn-label) {
    color: #033071
}

.text-grey,
.text-grey .lead,
.text-grey a:not(.btn-light):hover,
.text-grey a:not(.button),
.text-grey div:not(.alert),
.text-grey h1,
.text-grey h2,
.text-grey h3,
.text-grey h4,
.text-grey h5,
.text-grey h6,
.text-grey i,
.text-grey label,
.text-grey li,
.text-grey p,
.text-grey span:not(.btn-label) {
    color: #ccc
}

.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white i,
.text-white p {
    color: #fff !important
}

.with-errors li {
    color: #981a1a !important
}

.text-bold {
    font-weight: 700 !important
}

.text-azure {
    color: #0095c8 !important
}

.text-orange {
    color: #f60 !important
}

.text-theme {
    color: #fcd408 !important
}

.text-blue {
    color: #5f8295 !important
}

.text-pink {
    color: #dd5a82 !important
}

.text-purple {
    color: #dd5a82 !important
}

.text-bricky {
    color: #894550 !important
}

.text-yellow {
    color: #ffb848 !important
}

.text-red {
    color: #ca0027 !important
}

.font-weight-100 {
    font-weight: 100 !important
}

.font-weight-300 {
    font-weight: 300 !important
}

.font-weight-400 {
    font-weight: 400 !important
}

.font-weight-500 {
    font-weight: 500 !important
}

.font-weight-600 {
    font-weight: 600 !important
}

.font-weight-700 {
    font-weight: 700 !important
}

.font-weight-800 {
    font-weight: 800 !important
}

.border-box {
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 30px
}

.border-left {
    border-left: 1px solid #eee
}

.border-top {
    border-top: 1px solid #eee
}

.border-right {
    border-width: 0 1px 0 0;
    border-color: #eee;
    border-style: solid
}

.border-bottom {
    border-bottom: 1px solid #eee
}

.border-dotted {
    border-style: dotted
}

.slider-size-half {
    max-height: 560px
}

.no-margin {
    margin: 0 !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-35 {
    margin-bottom: 35px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-b-60 {
    margin-bottom: 60px !important
}

.m-b-70 {
    margin-bottom: 70px !important
}

.m-b-80 {
    margin-bottom: 80px !important
}

.m-b-90 {
    margin-bottom: 90px !important
}

.m-b-100 {
    margin-bottom: 100px !important
}

.m-b-150 {
    margin-bottom: 150px !important
}

.m-b-200 {
    margin-bottom: 200px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-35 {
    margin-top: 35px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-t-60 {
    margin-top: 60px !important
}

.m-t-70 {
    margin-top: 70px !important
}

.m-t-80 {
    margin-top: 80px !important
}

.m-t-90 {
    margin-top: 90px !important
}

.m-t-100 {
    margin-top: 100px !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-25 {
    margin-left: 25px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-l-35 {
    margin-left: 35px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-l-50 {
    margin-left: 50px !important
}

.m-l-60 {
    margin-left: 60px !important
}

.m-l-70 {
    margin-left: 70px !important
}

.m-l-80 {
    margin-left: 80px !important
}

.m-l-90 {
    margin-left: 90px !important
}

.m-l-100 {
    margin-left: 100px !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-r-25 {
    margin-right: 25px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-r-35 {
    margin-right: 35px !important
}

.m-r-40 {
    margin-right: 40px !important
}

.m-r-50 {
    margin-right: 50px !important
}

.m-r-60 {
    margin-right: 60px !important
}

.m-r-70 {
    margin-right: 70px !important
}

.m-r-80 {
    margin-right: 80px !important
}

.m-r-90 {
    margin-right: 90px !important
}

.m-r-100 {
    margin-right: 100px !important
}

.m-0 {
    margin: 0 !important
}

.m-5 {
    margin: 5px !important
}

.m-10 {
    margin: 10px !important
}

.m-15 {
    margin: 15px !important
}

.m-20 {
    margin: 20px !important
}

.m-25 {
    margin: 25px !important
}

.m-30 {
    margin: 30px !important
}

.m-35 {
    margin: 35px !important
}

.m-40 {
    margin: 40px !important
}

.m-50 {
    margin: 50px !important
}

.m-60 {
    margin: 60px !important
}

.m-70 {
    margin: 70px !important
}

.m-80 {
    margin: 80px !important
}

.m-90 {
    margin: 90px !important
}

.m-100 {
    margin: 100px !important
}

.col-no-margin {
    padding: 0 !important
}

.col-no-margin [class^=col-] {
    margin: 0 !important;
    padding: 0 !important
}

.row.col-no-margin {
    margin: 0 !important;
    padding: 0 !important
}

.row.col-mdall-margins [class^=col-] {
    margin: 0 0 20px !important
}

.no-padding-top {
    padding-top: 0 !important
}

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

.no-padding {
    padding: 0 !important
}

.p-0 {
    padding: 0 !important
}

.p-5 {
    padding: 5px !important
}

.p-10 {
    padding: 10px !important
}

.p-15 {
    padding: 15px !important
}

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

.p-25 {
    padding: 25px !important
}

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

.p-35 {
    padding: 35px !important
}

.p-40 {
    padding: 40px !important
}

.p-50 {
    padding: 50px !important
}

.p-60 {
    padding: 60px !important
}

.p-70 {
    padding: 70px !important
}

.p-80 {
    padding: 80px !important
}

.p-90 {
    padding: 90px !important
}

.p-100 {
    padding: 100px !important
}

.p-150 {
    padding: 150px !important
}

.p-200 {
    padding: 200px !important
}

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

.p-b-5 {
    padding-bottom: 5px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-b-35 {
    padding-bottom: 35px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.p-b-60 {
    padding-bottom: 60px !important
}

.p-b-70 {
    padding-bottom: 70px !important
}

.p-b-80 {
    padding-bottom: 80px !important
}

.p-b-90 {
    padding-bottom: 90px !important
}

.p-b-100 {
    padding-bottom: 100px !important
}

.p-b-110 {
    padding-bottom: 110px !important
}

.p-b-120 {
    padding-bottom: 120px !important
}

.p-b-130 {
    padding-bottom: 130px !important
}

.p-b-140 {
    padding-bottom: 140px !important
}

.p-b-150 {
    padding-bottom: 150px !important
}

.p-b-200 {
    padding-bottom: 200px !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-15 {
    padding-top: 15px !important
}

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

.p-t-25 {
    padding-top: 25px !important
}

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

.p-t-35 {
    padding-top: 35px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.p-t-60 {
    padding-top: 60px !important
}

.p-t-70 {
    padding-top: 70px !important
}

.p-t-80 {
    padding-top: 80px !important
}

.p-t-90 {
    padding-top: 90px !important
}

.p-t-100 {
    padding-top: 100px !important
}

.p-t-110 {
    padding-top: 110px !important
}

.p-t-120 {
    padding-top: 120px !important
}

.p-t-130 {
    padding-top: 130px !important
}

.p-t-140 {
    padding-top: 140px !important
}

.p-t-150 {
    padding-top: 150px !important
}

.p-t-200 {
    padding-top: 200px !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-r-5 {
    padding-right: 5px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-r-25 {
    padding-right: 25px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-r-35 {
    padding-right: 35px !important
}

.p-r-40 {
    padding-right: 40px !important
}

.p-r-50 {
    padding-right: 50px !important
}

.p-r-60 {
    padding-right: 60px !important
}

.p-r-70 {
    padding-right: 70px !important
}

.p-r-80 {
    padding-right: 80px !important
}

.p-r-90 {
    padding-right: 90px !important
}

.p-r-100 {
    padding-right: 100px !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-l-25 {
    padding-left: 25px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-l-35 {
    padding-left: 35px !important
}

.p-l-40 {
    padding-left: 40px !important
}

.p-l-50 {
    padding-left: 50px !important
}

.p-l-60 {
    padding-left: 60px !important
}

.p-l-70 {
    padding-left: 70px !important
}

.p-l-80 {
    padding-left: 80px !important
}

.p-l-90 {
    padding-left: 90px !important
}

.p-l-100 {
    padding-left: 100px !important
}

.b-r-2 {
    border-radius: 2px !important
}

.b-r-3 {
    border-radius: 3px !important
}

.b-r-4 {
    border-radius: 4px !important
}

.b-r-5 {
    border-radius: 5px !important
}

.b-r-6 {
    border-radius: 6px !important
}

.b-r-7 {
    border-radius: 7px !important
}

.b-r-8 {
    border-radius: 8px !important
}

.b-r-9 {
    border-radius: 9px !important
}

.b-r-10 {
    border-radius: 10px !important
}

.b-radius {
    border-radius: 50% !important
}

.float-right {
    float: right !important
}

.float-left {
    float: left !important
}

.float-none {
    float: none !important
}

.fullwidth {
    width: 100% !important
}

.lh80 {
    line-height: 80px !important
}

.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 50px 0;
    border-top: 1px solid #cfcfcf
}

@media(max-width:991px) {

    .text-lg,
    .text-lg span {
        font-size: 60px !important;
        line-height: 60px !important
    }

    .text-lg-x2,
    .text-lg-x2 span,
    .text-lg-x3,
    .text-lg-x3 span {
        font-size: 70px !important;
        line-height: 70px !important
    }
}

@media(max-width:768px) {

    .text-lg,
    .text-lg span {
        font-size: 30px !important;
        line-height: 30px !important
    }

    .text-lg-x2,
    .text-lg-x2 span,
    .text-lg-x3,
    .text-lg-x3 span {
        font-size: 30px !important;
        line-height: 30px !important
    }
}

.mid10 {
    padding: 140px 0px;
}

.btn-white {
    color: #ffffff !important;
    background: none !important;
    border-radius: 10px !important;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    border: 2px solid #ffffff;
}

.btn-white:hover {
    border: 2px solid #f9a01b;
    color: #f9a01b !important;

}

.space {
    width: 100%;
    display: block;
    clear: both;
    height: 80px;
    position: relative
}

#footer {
    display: block;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #4a4a4a;
}

#footer p {
    font-family: 'Exo 2'sans-serif
}

#footer .footer-content {
    padding: 88px 0 20px;
    font-size: 14px;
    background: #FFFFFF;
}

#footer .footer-content .container .row .col-md-3 {
    margin-bottom: 24px;
}

#footer .footer-content h3 {
    margin-bottom: 24px;
}

#footer .footer-content .widget-link {
    margin-bottom: 14px;
}

#footer .footer-content .widget-link a {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.footerlinksocial {
    text-align: left;
}

.footerlinksocial span {
    font-weight: 600
}

#footer .copyright-content {
    min-height: 42px;
    padding: 0 0;
    font-size: 15px;
    background: #F0F0F0;
}

#footer .copyright-content a:not(.btn) {
    font-weight: 400;
    color: #ffffff;
}

#footer .logo {
    margin-bottom: 54px;
    margin-top: 12px;
    max-width: 80px
}

#footer .footer-logo {
    border-right: 1px solid #333;
    margin-bottom: 20px;
    margin-right: 18px;
    padding-right: 16px
}

#footer.inverted {
    background-color: #181818
}

#footer.inverted p {

    color: #999
}

#footer.inverted a:not(.btn) {
    color: #999;
    font-weight: 400
}

#footer.inverted h1,
#footer.inverted h2,
#footer.inverted h3,
#footer.inverted h4,
#footer.inverted h5,
#footer.inverted h6 {
    color: #fff
}

#footer.inverted .widget .widget-title,
#footer.inverted .widget h4 {
    color: #fff
}

#footer.inverted .copyright-content {
    background-color: #1e1e1e
}

#footer img{
    margin-bottom: 24px;
}

#footer .social-icons li{
    float: none;
    display: inline-block;
}

.display-block{
    display: block;
}

.item-link {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    text-decoration: none;
    font-weight: 700;
    color: #333 !important
}

.item-link i {
    position: relative;
    right: 0;
    transition: right .3s ease 0s;
    top: -1px
}

.item-link:hover {
    color: #fcd408
}

.item-link:hover i {
    right: -6px
}

.item-link2 {
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    font-weight: 400;
    color: #fff !important
}

.item-link2 i {
    position: relative;
    right: 0;
    transition: right .3s ease 0s;
    top: -1px
}

.item-link2 a,
.item-link2:hover {
    color: #c5edff !important;
    text-decoration: underline
}

.item-link2:hover i {
    right: -6px
}

.nav-link {
    color: #fcd408
}

.background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.background-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover
}

.background-overlay:before {
    background: url(../images/overlay-pattern/overlay-pattern-1.png);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .8;
    min-height: 2000px
}

#multiscroll .ms-left .ms-section {
    background-position: 100% center !important
}

#multiscroll .ms-right .ms-section {
    background-position: 0 center !important
}

#scrollTop {
    z-index: -1;
    opacity: 0;
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 26px;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    background-color: #2D2A26 !important;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .3s, bottom .5s, box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear;
    overflow: hidden
}

#scrollTop i {
    line-height: 39px !important;
    width: 39px !important;
    height: 39px !important;
    font-size: 16px !important;
    top: 0 !important;
    left: 0 !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important;
    transform: translate(0, 0);
    transition: transform .2s ease
}

#scrollTop:hover {
    transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color 50ms linear .25s;
    background-color: transparent !important
}

#scrollTop:hover i {
    transform: translate(0, -39px) !important
}

#scrollTop:after,
#scrollTop:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #2D2A26;
    transform: scale(0);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
    border-radius: 100px
}

#scrollTop:before {
    background-color: rgba(255, 255, 255, .25);
    transform: scale(1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    opacity: 0;
    z-index: 2
}

#scrollTop:hover:after {
    transform: scale(1)
}

#scrollTop:active:before {
    opacity: 1
}

.show-grid[class*=col-lg-] .show-grid-block {
    background-color: #eee;
    border: 1px solid #fff;
    display: block;
    line-height: 40px;
    min-height: 40px;
    text-align: center
}

.fontawesome-icon-list i {
    font-size: 18px;
    display: inline-block;
    font-size: 1.3em;
    margin-right: 5px;
    position: relative;
    text-align: center;
    top: 2px;
    width: 30px;
    padding: 16px 0
}

[class^=icon] {
    display: inline-block
}

.img-thumbnail {
    border: 1px solid #eee;
    padding: 1px
}

.grid-system-demo [class*=col-] .grid-col-demo {
    background-color: #eee;
    display: block;
    line-height: 54px;
    min-height: 54px;
    text-align: center
}

.grid-system-demo .row {
    padding-bottom: 42px
}

.grid-system-demo-live .row {
    padding-bottom: 42px
}

.page-error-404 {
    color: #26225b;
    display: block;
    font-size: 300px;
    font-weight: 800;
    line-height: .7
}

body.breakpoint-sm .page-error-404 {
    font-size: 200px;
    line-height: .8;
    margin-bottom: 20px
}

body.breakpoint-xs .page-error-404 {
    font-size: 140px;
    line-height: .8;
    margin-bottom: 20px
}

.scrolldown-animation {
    animation: 1s ease-in-out 0s normal none infinite running scrolldown-keyframes;
    bottom: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 45px;
    z-index: 60
}

@keyframes scrolldown-keyframes {

    0%,
    100% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0)
    }
}

@keyframes scrolldown-keyframes {

    0%,
    100% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0)
    }
}

.animated-background {
    animation: 120s linear 0s normal none infinite running animatedBackground;
    background-repeat: repeat-x;
    background-size: cover
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3000px 0
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3000px 0
    }
}

.image-block {
    background-color: #f4f4f4
}

.image-block .col-lg-6 {
    padding: 60px
}

.image-block-content {
    margin-bottom: 30px;
    padding: 0 50px
}

.image-block-content .feature-icon {
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    background-color: #eee
}

.image-block-content .feature-icon i {
    font-size: 28px;
    margin-top: 16px
}

.image-block-content .feature-content {
    padding-left: 85px
}

.image-block-content .feature-content h3 {
    margin-bottom: 0
}

.image-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 426px;
    height: 556px
}

.heading-fancy-border {
    border: 15px solid #111;
    margin: 0 10%;
    padding: 60px 0
}

.text-light .heading-fancy-border {
    border-color: #fff !important
}

.col-lg-2-5 {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.morphext>.animated {
    display: inline-block;
    opacity: 1
}

img.avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%
}

.ohidden {
    position: relative;
    overflow: hidden !important
}

.lines-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16px;
    background: 0 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.lines-button>* {
    display: block
}

.lines-button:focus,
.lines-button:hover {
    outline: 0
}

.lines-button::-moz-focus-inner {
    border: 0
}

.lines {
    display: inline-block;
    height: 2px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    position: relative;
    top: -4px
}

.lines::after,
.lines::before {
    display: inline-block;
    height: 2px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%
}

.lines::before {
    top: 6px
}

.lines::after {
    top: -6px
}

.lines,
.lines:after,
.lines:before {
    background-color: #111
}

.toggle-active .lines {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8)
}

.x {
    width: auto
}

.x.toggle-active .lines {
    background: 0 0 !important
}

.x.toggle-active .lines::after,
.x.toggle-active .lines::before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 26px
}

.x.toggle-active .lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.x.toggle-active .lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.toggle-item i {
    position: relative
}

.toggle-item i:nth-of-type(2) {
    visibility: hidden;
    position: absolute
}

.toggle-item.toggle-active i:nth-of-type(2) {
    visibility: visible;
    position: relative
}

.toggle-item.toggle-active i:nth-of-type(1) {
    visibility: hidden;
    position: absolute
}

.image-hover-zoom {
    position: relative;
    overflow: hidden;
    cursor: url(../images/expand.png), default
}

.image-hover-zoom img {
    transition: all .4s ease;
    opacity: 1
}

.image-hover-zoom:hover img {
    opacity: .3
}

.block-shadow {
    -moz-box-shadow: 0 25px 75px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 25px 75px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 25px 75px 0 rgba(0, 0, 0, .2);
    margin-left: -100px
}

.portfolio-item .new-badge {
    background-image: url(../preview/images/new-badge.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 61px;
    position: absolute;
    right: 12px;
    top: 3px;
    width: 55px;
    z-index: 100
}

.hover-3d:hover .grid-item-wrap,
.hover-3d:hover .portfolio-item-wrap {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4)
}

.hover-3d.hover-in {
    transition: transform .2s ease-out
}

.hover-3d.hover-out {
    transition: transform .2s ease-in
}

.header-extras .p-dropdown .p-dropdown-content,
.header-extras .p-dropdown ul.p-dropdown-content {
    right: -26px;
    margin-top: -8px
}

.header-extras .p-dropdown .p-dropdown-content:before,
.header-extras .p-dropdown ul.p-dropdown-content:before {
    display: none
}

.widget-form {
    min-width: 200px
}

table.table-bordered.dataTable tbody td,
table.table-bordered.dataTable tbody th {
    border-bottom-width: 0
}

table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
    border-left-width: 0
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #ececec;
    border-bottom-width: 1px;
    border-left-width: 1px
}

table.dataTable thead td,
table.dataTable thead th {
    padding: 10px 18px;
    border-bottom: 1px solid #ececec;
    border-top: 0;
    background-color: #f7f9fb
}

table.dataTable tfoot td,
table.dataTable tfoot th {
    border-top: 2px solid #ececec;
    background-color: #f7f9fb
}

.table-bordered {
    border: 1px solid #ececec
}

#datatable_paginate,
.dataTables_paginate,
.paging_simple_numbers .dataTables_info {
    margin-top: 20px
}

div.dataTables_wrapper div.dataTables_length select {
    min-width: 60px
}

.dataTables_wrapper .dataTable .group td,
.dataTables_wrapper .dataTable .group th {
    background-color: #f6f9fa
}

.dataTable input {
    width: 100%
}

.table th {
    font-weight: 500
}

.accordion .ac-item {
    border-top: 0 solid #d7d7d7
}

.accordion .ac-item .ac-title img {
    margin-right: 15px;
    float: left;
    /* top: 4px; */
    margin-top: 5px;
}

.accordion .ac-item .ac-title {
    position: relative;
    background: #f9a01b;
    padding: 9px 20px;
    margin: 0;
    cursor: pointer;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 7px;
}

.accordion .ac-item .ac-title:before {
    font-size: 30px;
    content: "\e9db";
    font-family: inspiro-icons;
    right: 0px;
    position: absolute;
    color: #f9a01b;
    background: #ffffff;
    padding: 0;
    height: 36px;
    width: 36px;
    line-height: 37px;
    text-align: center;
    top: 14px;
    border-radius: 100%;
    /* margin-top: 14px; */
    right: 20px;
}


.accordion {
    border-bottom: 0 solid #c7c7c7
}

.accordion .ac-item .ac-title>i {
    margin-right: 8px
}

.accordion .ac-item .ac-content {
    padding-bottom: 30px;
}

.accordion .ac-item .ac-content>p {
    font-family: 'Arial'
}

.accordion .ac-item .ac-content>p:last-child {
    margin-bottom: 6px
}

.accordion .ac-item.ac-active .ac-title:before {
    content: "\e9c0";
}

.accordion.accordion-shadow .ac-item {
    box-shadow: 0 6px 38px rgba(0, 0, 0, .05)
}

.accordion.accordion-simple .ac-item {
    padding: 14px 0;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ececec
}

.accordion.accordion-simple .ac-item:last-child {
    border: 0
}

.accordion.accordion-flat .ac-item {
    padding: 10px 0;
    margin-bottom: 0;
    border-radius: 0;
    border: 0
}

.accordion.accordion-theme .ac-item {
    background-color: #fcd408;
    border: 0
}

.accordion.accordion-theme .ac-item .ac-title {
    color: #fff
}

.accordion.accordion-theme .ac-item .ac-content,
.accordion.accordion-theme .ac-item .ac-content p {
    color: #fff
}

.accordion.dark .ac-item {
    background-color: #333;
    border: 0
}

.accordion.dark .ac-item .ac-title {
    color: #fff
}

.accordion.dark .ac-item .ac-content,
.accordion.dark .ac-item .ac-content p {
    color: #fff
}

a:not([href]):not([tabindex]):not(.btn) {
    color: none
}

.btn,
a.btn:not([href]):not([tabindex]) {
    font-family: 'Archivo', sans-serif;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    outline: 0;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    outline: 0;
    line-height: 14px;
    background: #42497d;
}

.btn:after,
a.btn:not([href]):not([tabindex]):after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.btn i,
a.btn:not([href]):not([tabindex]) i {
    text-shadow: none
}

.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active {
    background-color: #0b2e6e;
    border-color: #0b2e6e;
    color: #fff
}

.btn.btn-outline,
a.btn:not([href]):not([tabindex]).btn-outline {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #fcd40a;
    color: #fff
}

.btn.btn-outline.active,
.btn.btn-outline:active,
.btn.btn-outline:focus,
.btn.btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-outline:hover {
    background-color: #fcd408;
    border-width: 2px;
    border-style: solid;
    border-color: #fcd408;
    color: #fff
}

.btn.btn-rounded,
a.btn:not([href]):not([tabindex]).btn-rounded {
    border-radius: 2em !important
}

.btn.btn-block,
a.btn:not([href]):not([tabindex]).btn-block {
    width: 100%;
    display: block
}

.btn.btn-light,
a.btn:not([href]):not([tabindex]).btn-light {
    background-color: #fff;
    border-color: #ebebeb;
    color: #4c5667
}

.btn.btn-light.active,
.btn.btn-light:active,
.btn.btn-light:focus,
.btn.btn-light:hover,
a.btn:not([href]):not([tabindex]).btn-light.active,
a.btn:not([href]):not([tabindex]).btn-light:active,
a.btn:not([href]):not([tabindex]).btn-light:focus,
a.btn:not([href]):not([tabindex]).btn-light:hover {
    border-color: #ebedf2;
    background-color: #f4f5f8;
    color: #4c5667
}

.btn.btn-light.btn-outline,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline {
    border-color: #fff;
    background-color: transparent;
    color: #fff
}

.btn.btn-light.btn-outline.active,
.btn.btn-light.btn-outline:active,
.btn.btn-light.btn-outline:focus,
.btn.btn-light.btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline:hover {
    background-color: #fff;
    color: #4c5667
}

.btn.btn-light.btn-light-hover.active,
.btn.btn-light.btn-light-hover:active,
.btn.btn-light.btn-light-hover:focus,
.btn.btn-light.btn-light-hover:hover,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover.active,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:active,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:focus,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:hover {
    background-color: #fff;
    border-color: #ebebeb;
    color: #4c5667
}

.btn:not(.btn-shadow):focus,
.btn:not(.btn-shadow):focus:active,
a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus,
a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus:active {
    box-shadow: none !important
}

.btn.btn-transparent,
a.btn:not([href]):not([tabindex]).btn-transparent {
    background-color: transparent;
    border: 0;
    color: #565656
}

.btn.btn-transparent.btn-inverted,
a.btn:not([href]):not([tabindex]).btn-transparent.btn-inverted {
    color: #fff
}

.btn.btn-primary,
a.btn:not([href]):not([tabindex]).btn-primary {
    background-color: #6dd1f6;
    border-color: #6dd1f6
}

.btn.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-primary:focus,
a.btn:not([href]):not([tabindex]).btn-primary:hover,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active {
    background-color: #0333e8;
    border-color: #0333e8;
    color: #fff
}

.btn.btn-secondary,
a.btn:not([href]):not([tabindex]).btn-secondary {
    background-color: #5a6268;
    border-color: #5a6268
}

.btn.btn-secondary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-secondary:focus,
a.btn:not([href]):not([tabindex]).btn-secondary:hover,
a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #42484d;
    border-color: #42484d;
    color: #fff
}

.btn.btn-success,
a.btn:not([href]):not([tabindex]).btn-success {
    background-color: #81c868;
    border-color: #81c868
}

.btn.btn-success:focus,
.btn.btn-success:hover,
.btn.btn-success:not(:disabled):not(.disabled).active,
.btn.btn-success:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-success:focus,
a.btn:not([href]):not([tabindex]).btn-success:hover,
a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled):active {
    background-color: #62b944;
    border-color: #62b944;
    color: #fff
}

.btn.btn-info,
a.btn:not([href]):not([tabindex]) .btn-info {
    background: 0 0;
    border-color: #0a2e6d
}

.btn.btn-round,
a.btn:not([href]):not([tabindex]).btn-round {
    border-radius: 50%;
    padding: 10px
}

.btn.btn-round>i,
a.btn:not([href]):not([tabindex]).btn-round>i {
    font-size: 14px
}

.btn.btn-reveal,
a.btn:not([href]):not([tabindex]).btn-reveal {
    padding: 12px 34px
}

.btn.btn-reveal span,
a.btn:not([href]):not([tabindex]).btn-reveal span {
    left: 0;
    position: relative;
    transition: opacity .2s ease-out 0s, left .2s ease-out 0s
}

.btn.btn-reveal i,
a.btn:not([href]):not([tabindex]).btn-reveal i {
    line-height: 18px;
    margin-top: -9px;
    opacity: 0;
    position: absolute;
    right: 28px;
    top: 50%;
    transition: all .2s ease-out 0s;
    width: 18px
}

.btn.btn-reveal:hover span,
a.btn:not([href]):not([tabindex]).btn-reveal:hover span {
    left: -10px
}

.btn.btn-reveal:hover i,
a.btn:not([href]):not([tabindex]).btn-reveal:hover i {
    opacity: 1 !important;
    right: 18px
}

.btn.btn-reveal.btn-xs,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-xs {
    line-height: 0
}

.btn.btn-reveal.btn-sm,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-sm {
    line-height: 0
}

.btn.btn-reveal.btn-lg,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-lg {
    line-height: 26px;
    padding: 0 52px
}

.btn.btn-reveal.btn-reveal-left span,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left span {
    right: 0;
    left: auto;
    transition: opacity .2s ease-out 0s, right .2s ease-out 0s
}

.btn.btn-reveal.btn-reveal-left i,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left i {
    left: 28px;
    right: auto
}

.btn.btn-reveal.btn-reveal-left:hover span,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left:hover span {
    right: -10px;
    left: auto
}

.btn.btn-reveal.btn-reveal-left:hover i,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left:hover i {
    left: 18px;
    right: auto
}

.btn.btn-shadow,
a.btn:not([href]):not([tabindex]).btn-shadow {
    -webkit-box-shadow: 0 4px 16px #efefef;
    -moz-box-shadow: 0 4px 16px #efefef;
    box-shadow: 0 4px 16px #efefef
}

.btn.btn-shadow:focus,
.btn.btn-shadow:hover,
.btn.btn-shadow:not(:disabled):not(.disabled).active,
.btn.btn-shadow:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-shadow:focus,
a.btn:not([href]):not([tabindex]).btn-shadow:hover,
a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: 4px 8px 16px #dedede;
    -moz-box-shadow: 4px 8px 16px #dedede;
    box-shadow: 4px 8px 16px #dedede
}

.btn.btn-icon-holder,
a.btn:not([href]):not([tabindex]).btn-icon-holder {
    padding-right: 20px
}

.btn.btn-icon-holder:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder:before {
    border-left: 1px solid rgba(255, 255, 255, .2);
    content: "";
    height: 100%;
    position: absolute;
    right: 42px;
    top: 0
}

.btn.btn-icon-holder.btn-outline:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-outline:before {
    border-left: 2px solid #fcd408
}

.btn.btn-icon-holder.btn-outline.btn-dark:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-outline.btn-dark:before {
    border-left: 2px solid #111
}

.btn.btn-icon-holder.btn-light:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light:before {
    border-left: 1px solid #f3f3f3
}

.btn.btn-icon-holder.btn-light.btn-light-hover:before,
.btn.btn-icon-holder.btn-light.btn-light-hover:hover,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light.btn-light-hover:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light.btn-light-hover:hover {
    border-left: 1px solid #f3f3f3
}

.btn.btn-icon-holder i,
a.btn:not([href]):not([tabindex]).btn-icon-holder i {
    margin-left: 30px;
    margin-right: -2px
}

.btn.btn-icon-holder.btn-xs,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs {
    padding-right: 10px
}

.btn.btn-icon-holder.btn-xs:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs:before {
    right: 30px
}

.btn.btn-icon-holder.btn-xs i,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs i {
    margin-left: 20px;
    margin-right: 2px
}

.btn.btn-icon-holder.btn-sm,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm {
    padding-right: 16px
}

.btn.btn-icon-holder.btn-sm:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm:before {
    right: 36px
}

.btn.btn-icon-holder.btn-sm i,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm i {
    margin-left: 24px;
    margin-right: 0
}

.btn.btn-icon-holder.btn-lg,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg {
    padding-right: 28px
}

.btn.btn-icon-holder.btn-lg:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg:before {
    right: 50px
}

.btn.btn-icon-holder.btn-lg i,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg i {
    margin-left: 34px;
    margin-right: -8px
}

.btn.btn-creative,
a.btn:not([href]):not([tabindex]).btn-creative {
    padding: 24px 40px;
    font-size: 15px;
    font-weight: 600
}

.btn.btn-creative:before,
a.btn:not([href]):not([tabindex]).btn-creative:before {
    right: 58px
}

.btn.btn-creative i,
a.btn:not([href]):not([tabindex]).btn-creative i {
    margin-left: 54px;
    margin-right: -16px
}

.btn.btn-facebook,
a.btn:not([href]):not([tabindex]).btn-facebook {
    background-color: #3b5998 !important;
    color: #fff !important;
    border-width: 0
}

.btn.btn-twitter,
a.btn:not([href]):not([tabindex]).btn-twitter {
    background-color: #00aced !important;
    color: #fff !important;
    border-width: 0
}

.btn.btn-linkedin,
a.btn:not([href]):not([tabindex]).btn-linkedin {
    background-color: #007bb6 !important;
    color: #fff !important;
    border-width: 0
}

.btn.btn-dribbble,
a.btn:not([href]):not([tabindex]).btn-dribbble {
    background-color: #ea4c89 !important;
    color: #fff !important;
    border-width: 0
}

.btn.btn-googleplus,
a.btn:not([href]):not([tabindex]).btn-googleplus {
    background-color: #dd4b39 !important;
    color: #fff !important;
    border-width: 0
}

.btn.btn-instagram,
a.btn:not([href]):not([tabindex]).btn-instagram {
    background-color: #517fa4 !important;
    color: #fff !important;
    border-width: 0
}

.btn.btn-pinterest,
a.btn:not([href]):not([tabindex]).btn-pinterest {
    background-color: #cb2027 !important;
    color: #fff !important;
    border-width: 0
}

.btn.btn-dropbox,
a.btn:not([href]):not([tabindex]).btn-dropbox {
    background-color: #007ee5 !important;
    color: #fff !important;
    border-width: 0
}

.btn.btn-flickr,
a.btn:not([href]):not([tabindex]).btn-flickr {
    background-color: #ff0084 !important;
    color: #fff !important;
    border-width: 0
}

.btn.btn-tumblr,
a.btn:not([href]):not([tabindex]).btn-tumblr {
    background-color: #32506d !important;
    color: #fff !important;
    border-width: 0
}

.btn.btn-skype,
a.btn:not([href]):not([tabindex]).btn-skype {
    background-color: #00aff0 !important;
    color: #fff !important;
    border-width: 0
}

.btn.btn-youtube,
a.btn:not([href]):not([tabindex]).btn-youtube {
    background-color: #b00 !important;
    color: #fff !important;
    border-width: 0
}

.btn.btn-github,
a.btn:not([href]):not([tabindex]).btn-github {
    background-color: #171515 !important;
    color: #fff !important;
    border-width: 0
}

.btn+.btn,
a.btn:not([href]):not([tabindex])+.btn {
    margin-left: 4px
}

.btn .badge,
a.btn:not([href]):not([tabindex]) .badge {
    position: absolute;
    right: -4px;
    top: -4px
}

.btn.disabled,
a.btn:not([href]):not([tabindex]).disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .6
}

@media(max-width:991px) {
    .btn.btn-reveal.btn-reveal-left:hover span {
        left: auto;
        right: auto
    }

    .btn.btn-reveal.btn-reveal-left:hover i {
        display: none
    }
}

.heading {
    margin-bottom: 100px;
    text-align: center
}

.heading>h1,
.heading>h2 {
    font-size: 40px;
    font-family: 'Exo 2', sans-serif;
    text-transform: capitalize;
    line-height: 46px;
    font-weight: 300
}

.heading>h1,
.heading>h2,
.heading>h4,
.heading>p {
    margin-bottom: default-bottom-margin
}

.heading-text.heading-gradient h2>* {
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: radial-gradient(circle at left top, #4b72ff 9%, #fcd408 48%, #6442ff 91%)
}

.heading-text.heading-section>h2 {
    position: relative;
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 40px;
    font-weight: 300
}

.heading-text.heading-section.text-center h1:before,
.heading-text.heading-section.text-center h2:before,
.heading-text.heading-section.text-center h3:before,
.heading-text.heading-section.text-center h4:before,
.heading-text.heading-section.text-center h5:before,
.heading-text.heading-section.text-center h6:before {
    margin: 0 auto
}

.heading-text.heading-section.text-right h1:before,
.heading-text.heading-section.text-right h2:before,
.heading-text.heading-section.text-right h3:before,
.heading-text.heading-section.text-right h4:before,
.heading-text.heading-section.text-right h5:before,
.heading-text.heading-section.text-right h6:before {
    right: 0;
    left: auto
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block
}

.social-icons ul {
    padding: 0;
    margin: 0
}

.text-center.social-icons ul {
    display: inline-block
}

.social-icons li {
    float: left;
    list-style: none
}

.social-icons li a {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 0;
    border: 0;
    background: 0 0;
    color: #333;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dark .social-icons li a {
    color: #eee
}

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
    color: #fff;
    border: 0
}

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored .social-snapchat a,
.social-icons.social-icons-colored-hover .social-rss a:hover,
.social-icons.social-icons-colored-hover .social-snapchat a:hover {
    background-color: #faa33d
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
    background-color: #5d82d1
}

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
    background-color: #40bff5
}

.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
    background-color: #35c6ea
}

.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
    background-color: #008dde
}

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
    background-color: #ef4e41
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
    background-color: #548bb6
}

.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
    background-color: #d68400
}

.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
    background-color: #ff5c30
}

.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
    background-color: #f34320
}

.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
    background-color: #e13138
}

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
    background-color: #eb5e4c
}

.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
    background-color: #9acf4f
}

.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
    background-color: #f7659c
}

.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
    background-color: #13c1f3
}

.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
    background-color: #45ad76
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
    background-color: #238cc8
}

.social-icons.social-icons-border li a {
    border: 1px solid #d7d7d7;
    background: 0 0;
    color: #1d3d79 !important
}

.dark .social-icons.social-icons-border li a {
    border: 1px solid #333 !important
}

.dark .social-icons li a .social-icons.social-icons-dark li a {
    background: #888;
    color: #fff
}

.social-icons.social-icons-light li a {
    background: #fff;
    color: #333;
    border: 1px solid #eee
}

.social-icons.social-icons-rounded li a {
    border-radius: 50%
}

.social-icons.social-icons-medium li a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 18px;
}

.social-icons.social-icons-large li a {
    line-height: 43px;
    background: #2D2A26;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
    background-color: #eee;
}

.dark .social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
    background-color: #1f1f1f
}

.social-icons li:hover i {
    -webkit-animation: toTopFromBottom .3s forwards;
    -moz-animation: toTopFromBottom .3s forwards;
    animation: toTopFromBottom .3s forwards
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

i:not(.fa):not(.fab):not(.far):not(.fas) {
    line-height: unset
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 0
}

.owl-carousel .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -23px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    transition: all .2s ease 0s;
    color: #262626;
    background-color: #fff;
    text-align: center;
    z-index: 200;
    border: 1px solid #ececec;
    box-sizing: initial;
    opacity: 0;
    border-radius: 50%
}

.owl-carousel .owl-nav [class*=owl-] i {
    line-height: 40px;
    color: #262626;
    font-size: 25px
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #fcd408;
    border-color: #fcd408
}

.owl-carousel .owl-nav [class*=owl-]:hover i {
    color: #fff
}

.owl-carousel .owl-nav .owl-next {
    right: 0
}

.owl-carousel .owl-nav .owl-next i {
    margin-right: -2px
}

.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0
}

.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.owl-carousel .owl-nav .owl-prev i {
    margin-left: -2px
}

.owl-carousel .owl-nav .owl-prev.disabled {
    opacity: 0
}

.owl-carousel:hover .owl-next {
    left: auto;
    right: 10px;
    opacity: 1
}

.owl-carousel:hover .owl-next.disabled {
    opacity: 0
}

.owl-carousel:hover .owl-prev {
    right: auto;
    left: 10px;
    opacity: 1
}

.owl-carousel:hover .owl-prev.disabled {
    opacity: 0
}

.owl-carousel.arrows-visibile .owl-next {
    left: auto;
    right: 10px;
    opacity: 1
}

.owl-carousel.arrows-visibile .owl-prev {
    right: auto;
    left: 10px;
    opacity: 1
}

.owl-carousel.arrows-dark .owl-nav [class*=owl-] {
    color: #fff;
    border-color: #1f1f1f;
    background-color: #1f1f1f
}

.owl-carousel.arrows-dark .owl-nav [class*=owl-] i {
    color: #fff
}

.owl-carousel.arrows-dark .owl-nav [class*=owl-]:hover {
    background-color: #1f1f1f
}

.owl-carousel.arrows-dark .owl-nav [class*=owl-]:hover i {
    color: #fff
}

.owl-carousel.arrows-grey .owl-nav [class*=owl-] {
    color: #fff;
    border: 2px solid #bbb;
    background-color: #bbb
}

.owl-carousel.arrows-grey .owl-nav [class*=owl-] i {
    color: #fff
}

.owl-carousel.arrows-grey .owl-nav [class*=owl-]:hover {
    background-color: #bbb
}

.owl-carousel.arrows-grey .owl-nav [class*=owl-]:hover i {
    color: #fff
}

.owl-carousel.arrows-large .owl-nav [class*=owl-] {
    width: 78px;
    height: 78px;
    line-height: 78px
}

.owl-carousel.arrows-large .owl-nav [class*=owl-] i {
    line-height: 78px;
    font-size: 28px
}

.owl-carousel.arrows-creative .owl-nav [class*=owl-] {
    background-color: transparent;
    border: 0
}

.owl-carousel.arrows-creative .owl-nav [class*=owl-] i {
    color: #fff
}

.owl-carousel.arrows-creative .owl-nav [class*=owl-]:hover {
    color: #262626;
    background-color: #fcd408
}

.owl-carousel.arrows-only .owl-nav [class*=owl-] {
    border: 0
}

.owl-carousel.arrows-only .owl-nav [class*=owl-] i {
    font-size: 28px
}

@media(max-width:991px) {
    .owl-carousel .owl-nav [class*=owl-] {
        width: 32px;
        height: 32px;
        line-height: 32px
    }

    .owl-carousel .owl-nav [class*=owl-] i {
        line-height: 32px;
        font-size: 18px
    }
}

.owl-carousel .owl-dots {
    margin-bottom: 20px;
    position: relative;
    height: 0
}

.owl-carousel .owl-dots button {
    background-color: transparent;
    border: 0
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    float: left;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #ccc;
    transition: background .3s ease
}

.owl-carousel .owl-dots .owl-dot span:after {
    outline: medium;
    text-indent: -999em;
    border-radius: 50%;
    overflow: hidden;
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #ccc;
    box-shadow: 0 0 1px #ccc;
    transition: height .3s ease
}

.owl-carousel .owl-dots .owl-dot.active span:after {
    height: 100%
}

.owl-carousel.dots-inside .owl-controls {
    height: 0
}

.owl-carousel.dots-inside .owl-dots {
    bottom: 30px;
    margin-bottom: 0;
    margin-top: 0
}

.owl-carousel.dots-inside-top .owl-dots {
    position: absolute;
    right: 20px;
    top: 20px
}

.owl-carousel.dots-outside-top .owl-dots {
    position: absolute;
    right: 0;
    top: -46px
}

.owl-carousel.dots-dark .owl-dots .owl-dot span {
    box-shadow: inset 0 0 0 2px #1f1f1f
}

.owl-carousel.dots-dark .owl-dots .owl-dot span:after {
    background-color: #1f1f1f
}

.owl-carousel.dots-dark .owl-dots .owl-dot.active span:after {
    height: 100%
}

.owl-carousel.dots-grey .owl-dots .owl-dot span {
    box-shadow: inset 0 0 0 2px #bbb
}

.owl-carousel.dots-grey .owl-dots .owl-dot span:after {
    background-color: #bbb
}

.owl-carousel.dots-grey .owl-dots .owl-dot.active span:after {
    height: 100%
}

.owl-carousel.dots-creative .owl-controls {
    height: 0
}

.owl-carousel.dots-creative .owl-dots {
    bottom: 30px;
    margin-bottom: 0;
    margin-top: 0
}

.owl-carousel.dots-creative .owl-dots .owl-dot span {
    opacity: .5;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
    height: 4px;
    width: 30px
}

.owl-carousel.dots-creative .owl-dots .owl-dot span:after {
    border-radius: 0;
    background-color: #fff
}

.owl-carousel.dots-creative .owl-dots .owl-dot.active span {
    opacity: 1
}

.owl-carousel .portfolio-item {
    margin-bottom: 0
}

.carousel-promotion .owl-stage-outer {
    overflow: unset !important
}

.carousel-promotion .owl-stage-outer .owl-item {
    opacity: .3;
    transition: opacity .4s ease
}

.carousel-promotion .owl-stage-outer .owl-item.active {
    opacity: 1
}

.carousel {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease
}

.carousel.carousel-loaded {
    opacity: 1;
    visibility: visible
}

hr {
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
    border-top: 4px solid #dbdbdb;
}

.gform_wrapper .gfield_checkbox li label {
    margin: 0;
    font-size: 14px !important;
}

.triangle-divider-bottom {
    background-image: url(../images/triangle-divider-down.png);
    background-position: left center;
    background-repeat: repeat-x;
    bottom: 0;
    height: 12px;
    position: absolute;
    width: 100%
}

.triangle-divider-top {
    background-image: url(../images/triangle-divider-top.png);
    background-position: left center;
    background-repeat: repeat-x;
    top: 0;
    height: 12px;
    position: absolute;
    width: 100%
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

#footer a:hover {
    color: #d9d9d9;
}

@media(max-width:991px) {
    .call-to-action {
        padding: 26px 12px 18px
    }

    [class*=col-]>.call-to-action {
        padding: 26px 26px 18px
    }
}

.grid li {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: .8
}

.grid li:hover {
    opacity: 1;
    cursor: pointer
}

.grid {
    padding: 0;
    list-style: none;
    overflow: hidden
}

.grid li {
    float: left;
    position: relative;
    width: 20%;
    padding: 20px
}

.grid.grid-2-columns figure,
.grid.grid-2-columns li {
    width: 50%
}

.grid.grid-3-columns figure,
.grid.grid-3-columns li {
    width: 33.333333%
}

.grid li:hover {
    cursor: pointer;
    background-color: #f8f8f8
}

.grid li a,
.grid li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

.grid li a img {
    width: 100%
}

.grid li:after,
.grid li:before {
    content: '';
    position: absolute
}

.grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #eee
}

.grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #eee
}

.img-loaded {
    opacity: 1
}

#page-title .page-title-pages>h1 {
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
}

.heading-text-2 {
    position: relative
}

.heading-text-2 h2 {
    font-size: 55px;
    color: #0f94cf;
    font-weight: 600
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
    background-color: #00a9df !important;
    border-radius: 0
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
    background-color: #00a9df !important;
    border-radius: 0
}

.innerfloat {
    width: 553px;
    float: right;
    margin-top: 60px;
    padding-right: 40px
}

#page-title.page-title-left .page-title {
    margin-bottom: 0;
    float: none !important
}

.gform_wrapper .top_label .gfield_label {
    line-height: 1.3;
    clear: both;
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: 400;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 3px
}

.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_wrapper.gf_browser_chrome .ginput_complex select {
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 5px;
    margin-top: 0 !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: -2px
}

#gform_wrapper_1 .gform_footer {
    text-align: center !important
}

.gform_wrapper input[type=text],
.gform_wrapper select,
.gform_wrapper textarea {
    padding: 3px 20px !important;
    border: solid 0px #4a4b4b;
    font-size: 16px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0;
    width: 100% !important;
    color: #4a4a4a;
    border: 2px solid #eaeaea;
}

.cta .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 10px !important
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
    margin-bottom: 0 !important
}

body .gform_wrapper ul li.gfield {
    margin-top: 0;
    padding-top: 0;
    font-size: 24px
}

.gform_wrapper ul.gfield_radio li {
    padding: 0 !important;
    font-weight: 500;
    display: inline-block;
    margin-right: 15px
}

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
    margin-right: 3px !important
}

.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
    font-weight: 700;
    font-size: 24px !important;
    color: #444 !important
}

@media(max-width:991px) {

    .clinical-hold {
        padding: 50px 10px !important;
    }

    .menu-item-has-children:after {
        content: '\f347';
        display: none !important
    }

    #page-title .page-title>h1 {
        font-size: 44px !important;
    }

    .header-hero#page-title .page-subtitle p{
        font-size: 18px;
    }

    #header {
        margin-top: 0 !important
    }
}

@media (min-width:993px) and (max-width:1200px) {
    button#responsive-menu-pro-button {
        position: fixed !important
    }
}

@media(max-width:1200px) {
    .header-sticky button#responsive-menu-pro-button {
        position: fixed !important
    }

    #logo {
        width: 196px !important;
        height: 42px;
        margin: 0 auto !important
    }
}

@media (max-width:1200px) {
    .header-extras {
        display: none !important
    }
}

@media(max-width:491px) {
    .home-banner {
        line-height: 95px !important
    }
}

@media(max-width:991px) {
    #header {
        height: 134px !important;

    }
}

@media (max-width:767px) {
    .accordion .ac-item .ac-content {
        padding-top: 15px !important;
    }

    .accordion .ac-item .ac-title:before {
        font-size: 20px !important;
        content: "\e958";
        font-family: inspiro-icons;
        right: 0px;
        position: absolute;
        color: #517dad !important;
        background: none !important;
        padding: 0;
        height: auto !important;
        width: 40px;
        line-height: 35px !important;
        text-align: center;
        top: 0px;
    }

    .page-title-pages {
        padding: 18px !important
    }

    #page-title .page-title>h1 {
        font-weight: 800 !important;
        font-size: 32px !important
    }

    .ac-title {
        font-size: 17px !important;
        line-height: 19px !important;
        padding: 8px 20px !important;
    }

    #header .header-inner #logo a>img {
        width: 78% !important
    }

    #page-title .page-title-pages>h1 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        text-align: center;
    }

    .page-title-pages h2 {
        font-size: 26px !important;
        text-transform: capitalize
    }

    .logo {
        background-size: 78%;
    }

    .footerlinksocial {
        text-align: center !important
    }
}

.home-banner span {
    font-weight: 600;
    color: #ffffff !important;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

#logo {
    background: url(../images/floradapt-logo-new.svg) no-repeat;
    width: 188px;
    margin: 0;
    height: 42px;
    background-size: contain;
    background-position: center;
}


.related .products {
    display: none;

}

.footer-content .social-icons .fab {
    font-size: 1.5rem;
}

.ft-heading {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px
}

body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt{
    background: #2D2A26;
    color: #FFFFFF;
}

body .woocommerce #respond input#submit, body .woocommerce a.button, body .woocommerce button.button, body .woocommerce input.button{
    background: #2D2A26;
    color: #FFFFFF;
    padding: 19px 20px;
}

body .woocommerce #respond input#submit:hover, body .woocommerce a.button:hover, body .woocommerce button.button:hover, body .woocommerce input.button:hover{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), #2D2A26 !important;
    text-decoration: underline;
    color: #FFF !important;
}

body .woocommerce #respond input#submit.disabled, body .woocommerce #respond input#submit:disabled, body .woocommerce #respond input#submit:disabled[disabled], body .woocommerce a.button.disabled, body .woocommerce a.button:disabled, body .woocommerce a.button:disabled[disabled], body .woocommerce button.button.disabled, body .woocommerce button.button:disabled, body .woocommerce button.button:disabled[disabled], body .woocommerce input.button.disabled, body .woocommerce input.button:disabled, body .woocommerce input.button:disabled[disabled]{
    padding: 19px 20px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 50%;
    clear: none;
    margin-left: 0;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 32%;
}

.woocommerce div.product div.images.woocommerce-product-gallery ul.cart-features.shipping-satisfaction {
    font-weight: 700;
    flex-flow: nowrap;
    margin-top: 25px;
    position: relative;
    float: left;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #bbb8b8 !important;
    border-radius: 3px !important;
}

.woocommerce-page ul.cart-features li.satisfaction-guaranteed,
.woocommerce ul.cart-features li.satisfaction-guaranteed {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAiCAYAAADVhWD8AAAC+0lEQVRYhb3YW4hVdRTH8c+cqTGK6GJJFEwXNcnIGDGyfJhuEFHRxYLeRIh8iRDKTHzoSQqKoOjFhyhkIrGo6AJBUEm+RDVQo41EeWlKjdEoKkUnph7W3vA/p73P3ud4jj8Yhr3W//9f3/3f/73W2mfA5q1OQufiOTyIWbyJJ/BnN4uddhIgZ+MjXJ/YHsEi3Im/+wGzEE9m/7/Hd2JHVmO4YPwoJrAFv2MEC7J5m7CvLNBAxWOaj6+y4L3QESwrA2pUTH6qhyAwF+vKnFUwoz0EybWizNEOZkSck17rmrJ1y2Aux1gfQPKY72Qx2sKswAfYjcV9goGrMYn3sLwI5hZ8InLEUB9Bcs3B3diOG1thnj5FEK0aymI3wSzoQ6BxrMe/FeOupDkDT+LiHoJM4HYcxlG8hIGSsZM078xrPQSZxK0ZCLyMDW3Gb2mFmegRyA+4DdOJ7Rzc12bOeCtM3Ud0rI1vn3grDyS2s/Ch5urequEUZlCbmpHoU1yBHQW+n8WjmUpsZ4q8VVoCMq1HI4fZiJsrJmzHXTgkDubHie+g2JE9ie0MvIubKtYlHuu6vIU4gvPbDD4hduSXxDZHdHbLxY3sSnxDGcgdNUByHWrgdJxXMXAI74sWINdxrMQNBSDbOgSBCxuYwRc1Bo+IcjEvsc3gx+R6EK/jng5BYEd+Zh7DHzUmLMFnuKjANygq/QNdgPyGR3OYL8Wdf1Nj4lUZ0CWJrYFX8FAXIONZ7J1pntkrtvdEjQUWibdrWKT4zVjVBchfokv4if/3M/vFXdfR/AzoVTzcBQh8LlIFij9Vjnew2GXZX7c6ml4UtZ1Vr3kv1ZTbimB2Fdj6paZYRTDP4NdTAHIQz6aGojOzH9fhcdE4X4BrlTdGdTUrUsdhsSPPay4vpd/aU1ibXC/F27i0S5C9ovluewSqvihzjeN+1b1skWZxbxVIJzA50BsF9hnx48DX+KfAP4Zv6wToBIZIbi+KlvKYqM4LxRlbJs7YW6LOTeMFrKm7+H86qo7NXgjadAAAAABJRU5ErkJggg==) no-repeat 0;
}

.woocommerce-page ul.cart-features li,
.woocommerce ul.cart-features li {
    display: block;
    font-size: 1.125rem;
    line-height: 1.2;
    list-style: none none;
    margin: 0;
    padding: .75rem 1rem .75rem 3.375rem;
}

.woocommerce div.product div.images.woocommerce-product-gallery ul.cart-features.shipping-satisfaction li.free-ground-shipping,
.woocommerce div.product div.images.woocommerce-product-gallery ul.cart-features.shipping-satisfaction li.satisfaction-guaranteed {
    font-size: 20px;
    display: inline-block;
    padding-left: 50px;
}
.woocommerce-page ul.cart-features li.free-ground-shipping, .woocommerce ul.cart-features li.free-ground-shipping {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAbCAYAAAAZMl2nAAACFUlEQVRIie3XTYiNURzH8c9cQ41SGpkxkpRYspCUprCQtyy8hFwWMihKIgs7GxvNYCFl8lJqytsCK+Ml0iR5K2oWM0QWCitvGU1yLc655nq695l7495m4bc5z/M//3P+3+d5zvn/z1Pn5HkVaC3OoaGSQcPoJ7oyFQ5a9Y8hIINspSDVUmakgBgxIPUpfauxFy0FtqZag+zB0WoFLRdkN47E68+4gVy8n4eptQDZiWOowycsxqOC/i5srAZI4WLdjuMFEEsTEFVVHqQVJyLEFyzHg1pBFIJsxSgMYAXu1xKCoTWSX4D9+IY5Jfwbqw0yJraz8bhawdI0YjLrf5CkhgMZxBu8+8s4H/EKXysFeY82TMA0ofDNwClD6b4c3RVyVCOmYzyW4WnSsViteYmFeIuZmC/UnG5sE3LMaSH5palTKBk5LIogvbgeAS9iZSFIq/DU4qBshDiMfYbe2geswdkI15YC0YtdaMYVzC3o68Y6bEIfJolBrmFKdLqDh9iM/f78dE24jHFoT4EgHCF+4EwCApagQ3jLndGWy+CmcJKGnthuKRGgWSgBfdIXcA8mx6DFlMVo3IuxL9VjfRHHtFQ+MbYtKT4wK6WvAWNxW6hxJXfNs5RJngwDkNcLpbfra+Go8VulQA4lHaOuKr8yD+BgEXsOB5LGUiD9WIBb+C7klXZsKBMirw7siPMN4rnwt3gh6fgLJ2BkvtLt36UAAAAASUVORK5CYII=) no-repeat 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery ul.cart-features.shipping-satisfaction li.satisfaction-guaranteed a {
    color: #0099a8;
    text-decoration: underline;
}
@media only screen and (min-width: 769px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
      width: 22%;
    }
    .woocommerce-account .woocommerce-MyAccount-content { 
      width: 75%;
    }
  }
  /* Style WC Account Endpoint Links */
  nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    max-width:200px;
    font-size: 17px;
    line-height: 26px;
  }
  nav.woocommerce-MyAccount-navigation ul li {
    padding: 8px 20px;
    background-color: rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: rgba(0,0,0,0.1);
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: rgba(0,0,0,0.8); cursor: default;
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 14px solid rgba(0,0,0,0.1);
    border-bottom: 20px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -7px;
  }
  nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: rgba(0,0,0,0.07);
  }
  nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
    content: "";
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 14px solid rgba(0,0,0,0.07);
    border-bottom: 20px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -7px;
  }
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 20px
}

ul li {
    color: #000;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0>.ubermenu-submenu-drop {
    border-top: 0px solid #ffffff;
    background: #fff !important;
    font-size: 20px !important;
    width: 232px;
    left: 35px;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {

    border: 0px solid #25215a !important;
    color: #ffffff;
}

#mainMenu nav>ul>li>a .current-menu-item {
    font-weight: 700 !important;
}

.header-extras>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bottom-v { padding: 100px 0px 270px 0px; background: rgb(23 29 74 / .7);}
.video-diff h2 { margin-top: 80px; margin-bottom: 50px;}
.clinical-hold { padding: 160px 100px;}
.sec-2 h3 { color: #4d4d4d; font-size: 24px;}
.sec-2 .quote p { color: #909090; font-size: 28px; line-height: 32px; margin-top: 22px;}
.icon-shopping-cart1:before {
    content: "\e9f4";
}

.header-extras #shopping-cart>a .shopping-cart-items {
    position: absolute;
    z-index: 1;
    background: #71A247;
    border-radius: 50%;
    color: #000;
    font-size: 9px;
    font-weight: 600;
    height: 13px;
    line-height: 10px;
    padding: 2px 4px;
    right: -6px;
    top: -6px;
    width: 13px;
}

.header-extras {
    float: right;
    z-index: 201;
    position: relative;
}

.header-extras>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.header-extras>ul>li {
    float: left;
    border: 0
}

.header-extras>ul>li>.p-dropdown,
.header-extras>ul>li>a:not(.btn) {
    padding-left: 6px;
    padding-right: 6px
}

.header-extras>ul>li .topbar-dropdown>.title,
.header-extras>ul>li>a:not(.btn) {
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    position: relative;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    color: #F2CC2B;
    letter-spacing: 0px;
}

.header-extras>ul>li .topbar-dropdown>.title i,
.header-extras>ul>li>a:not(.btn) i {
    font-size: 14px;
    position: relative
}

.header-extras>ul>li .topbar-dropdown>.title i:nth-of-type(2),
.header-extras>ul>li>a:not(.btn) i:nth-of-type(2) {
    visibility: hidden;
    position: absolute
}

.header-extras>ul>li .topbar-dropdown>.title.toggle-active i:nth-of-type(2),
.header-extras>ul>li>a:not(.btn).toggle-active i:nth-of-type(2) {
    visibility: visible;
    position: relative
}

.header-extras>ul>li .topbar-dropdown>.title.toggle-active i:nth-of-type(1),
.header-extras>ul>li>a:not(.btn).toggle-active i:nth-of-type(1) {
    visibility: hidden;
    position: absolute
}

.header-extras>ul>li .btn {
    margin-bottom: 0;
    height: 56px;
    margin-top: -16px;
    margin-right: 22px;
    margin-left: 22px;
    font-size: 19px;
    line-height: 40px;
}

.header-extras #shopping-cart {
    position: relative
}

.header-extras #shopping-cart>a {
    position: relative
}

.header-extras #shopping-cart>a .shopping-cart-items {
    position: absolute;
    z-index: 1;
    background: #71A247;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    height: 13px;
    line-height: 10px;
    padding: 2px 4px;
    right: -6px;
    top: -6px;
    width: 13px
}

.header-extras .topbar-dropdown .title {
    line-height: inherit !important;
    letter-spacing: 1px;
    padding: 0;
    color: #1f1f1f
}

.header-extras .topbar-dropdown .dropdown-list {
    right: -10px;
    margin-top: -20px;
    left: auto;
    box-shadow: 0 -6px 16px rgba(0, 0, 0, .1);
    margin-top: -16px
}

.header-extras .topbar-dropdown .dropdown-list:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    top: -9px;
    right: 14px;
    position: absolute
}


#header.dark .header-extras i {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.header-extras #shopping-cart {
    position: relative;
}

.header-extras>ul>li>.p-dropdown,
.header-extras>ul>li>a:not(.btn) {
    padding-left: 6px;
    padding-right: 6px;
}

.widget-myaccount {
    min-width: 220px
}

.widget-myaccount .avatar {
    text-align: center;
    margin-bottom: 20px
}

.widget-myaccount .avatar img {
    width: 80px;
    border-radius: 100%;
    margin-bottom: 6px
}

.widget-myaccount .avatar span {
    display: block;
    font-size: 18px;
    font-weight: 700
}

.widget-myaccount ul>li,
.widget-myaccount>li {
    display: block
}

.widget-myaccount ul>li:first-child label,
.widget-myaccount>li:first-child label {
    margin-top: 0
}

.widget-myaccount ul>li label,
.widget-myaccount>li label {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: 0
}

.widget-myaccount ul>li a,
.widget-myaccount>li a {
    line-height: 26px;
    white-space: nowrap;
    display: block;
    padding: 2px 8px
}

.widget-myaccount ul>li a i,
.widget-myaccount>li a i {
    margin-right: 6px
}

.widget-mycart {
    min-width: 246px;
    width: 100%;
    position: relative
}

.widget-mycart .cart-item {
    margin-top: 8px;
    display: inline-table;
    width: 100%
}

.widget-mycart .cart-item .cart-image {
    width: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
    border-radius: 4px
}

.widget-mycart .cart-item .cart-image img {
    width: 100%
}

.widget-mycart .cart-item .cart-product-meta {
    float: left;
    padding-left: 20px
}

.widget-mycart .cart-item .cart-product-meta>a {
    font-weight: 700;
    display: block
}

.widget-mycart .cart-item .cart-product-meta span {
    opacity: .7
}

.widget-mycart .cart-item .cart-item-remove {
    width: 20px;
    float: right;
    font-size: 12px
}

.widget-mycart .cart-item .cart-item-remove i {
    color: #565656 !important
}

.widget-mycart .cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4px;
    margin: 10px 0
}

.widget-mycart .cart-total .cart-total-labels {
    text-align: left
}

.widget-mycart .cart-total .cart-total-labels span {
    margin-bottom: 2px;
    display: block;
    font-weight: 500;
    color: #333;
}

.widget-mycart .cart-total .cart-total-labels span strong {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.widget-mycart .cart-total .cart-total-prices {
    text-align: right
}

.widget-mycart .cart-total .cart-total-prices span {
    margin-bottom: 2px;
    display: block;
    font-weight: 500;
    color: #333;
}

.widget-mycart .cart-total .cart-total-prices span strong {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

.widget-mycart .cart-buttons .btn {
    margin-bottom: 0
}

.widget-notification {
    min-width: 246px;
    width: 100%;
    position: relative
}

.widget-notification .notification-item {
    display: flex;
    align-items: flex-start;
    margin-top: 12px;
    width: 100%;
    position: relative
}

.widget-notification .notification-item.notification-new::before {
    content: " ";
    background-color: #f33e5b;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 5px
}

.icon-shopping-cart1 {
    color: #000;
}

.shopping-cart-items {
    font-size: 24px;
    color: #ffb240;
    font-weight: 900;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0 !important
}

.sticky-active #mainMenu nav>ul>li .dropdown-menu {
    margin-top: 23px !important
}

.sticky-active #header.dark #mainMenu nav>ul>li>a:hover,
.sticky-active #mainMenu nav>ul>li>a:hover {
    color: #d9d9d9 !important;
}

.sticky-active #mainMenu .ubermenu-current-menu-item a {
    text-decoration: underline;
}

@media (max-width:1112px) {
    .requesth {
        display: none
    }
}

.home-banner h1 {
    color: #383d70;
    font-size: 72px;
}

.gform_wrapper textarea.medium {
    margin-top: 15px !important
}

#mainMenu nav>ul>li>a:hover {
    color: #d9d9d9 !important
}

#mainMenu .ubermenu-current-menu-item a span{
    text-decoration: underline;
}

#mainMenu .ubermenu-current-menu-item ul a span{
    text-decoration: none;
}

#gform_2 .gform_wrapper input[type=text],
#gform_2 .gform_wrapper select,
#gform_2 .gform_wrapper textarea {
    padding: 14px 20px !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: solid 0 #fff;
    font-size: 18px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100% !important;
    color: #5b5b5b !important;
    background: #f7f7f7
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin-bottom: 28px;
    height: 30px;
}

.location-page .location-headings {
    font-size: 32px;
    color: #ec1c2d;
    font-weight: 700;
    margin-bottom: 12px
}

.location-page {
    line-height: 24px;
    font-size: 16px !important
}

.location-page hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.sticky-active .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    margin-top: -10px !important
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
    right: 0;
    font-size: 40px !important;
    height: 52px;
    line-height: 52px;
    color: #fff;
    border-left: 1px solid #11667d !important;
    background-color: #ec1c2d
}

.posts-category {
    padding: 20px;
}

@media (max-width:767px) {
    img {
        vertical-align: middle;
        border-style: none;
        max-width: 100%;
        height: auto;
    }
    #topbar .top-menu>li {
        padding: 0px 6px !important;
    }
    
    #topbar .top-menu>li>a {
        margin-right: 0px !important;
    }
    
    #topbar .woocommerce-Price-amount amount {
        display: none;
    }

    .social-icons ul {
        padding: 0;
        margin: 0px auto !important;
        width: 100% !important;
        text-align: left;
    }

    #footer .social-icons.social-icons-large li a{
        margin: 0 8px;
    }

    .bigquote {
        font-size: 20px !important;
        padding: 25px 55px !important;
        width: 100% !important;
        white-space: normal;
        line-height: 30px !important;
    }
    .home #page-title::before {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, .6);
    }

}

.default-header {
    background: url(../images/internal-header.png);
    background-size: cover;
    background-position: top center
}

.inner-page {
    background: url(../images/inner-bg-water.jpg) no-repeat;
    background-position: top right;
    padding-top: 150px
}

@media only screen and (max-width:641px) {
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 0 !important;
        min-height: 2rem
    }
}

@media (max-width:776px) {
    .mfix {margin-top: 50px !important;}
    .list-heading {margin-bottom:45px;}
    #footerproduct {text-align: center !important;}
    .woocommerce .quantity .qty {

        border: 1px solid #333;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        float: none !important;
        width: 100% !important;
        height: auto !important;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        float: none !important;
        width: 100% !important;
        clear: none !important;
        margin-left: 0px !important;
    }

    .sub-heading {
        font-size: 18px !important;
        margin-top: 15px !important;
        font-weight: 400 !important;
        line-height: 22px !important;
    }
    .redbtn {

        line-height: 19px;
    }

    #footer .footer-shop,
    #footer .footer-quote {
        font-size: 18px !important;
        padding: 18px 24px !important;
        margin-bottom: 25px;
        line-height: 0px;
    }

    .col-md-5ths {
        margin-bottom: 20px;
    }

    .m-text-center {
        text-align: center;
    }

    .home-banner .btn,
    a.btn:not([href]):not([tabindex]) {
        font-size: 17px !important;
        padding: 15px !important;
        width: 100%;
    }

    .quote-head {
        font-size: 40px !important
    }

    .section-one h2 {
        font-size: 22px !important;
    }

    .footer-cta h4 {
        font-size: 22px !important;
        margin-bottom: 40px;
    }

    .centertxt {
        text-align: center;
    }

    .image-bottom {
        margin-bottom: 30px
    }
}

@media (min-width:1920px) {
    #footer {
        background-position: 0px !important;
    }
}

.heading-benefits {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.list-heading h3 {
    color: #4d4d4d;
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    padding-left: 62px;
    background: url(../images/list-heading.png) no-repeat left top;
    background-position: 0px 52%;
    margin-bottom: 30px;
}

.sub-heading {
    font-size: 28px;
    margin-top: 15px;
    font-weight: 800;
}

.quote-head {
    font-size: 55px;
    color: #59caf5;
    font-weight: 800;
    text-transform: uppercase
}

.redbtn {
    background: #861f31;
    color: #fff;
    white-space: normal;
}

.redbtn:hover {
    background: #232845;
    border-color: #232845;
}

.page-title-pages h2 {
    font-size: 43px;
    text-transform: capitalize
}

.section-one h2 {
    font-size: 36px;
    color: #4a4a4a;
    text-transform: none;
    font-weight: 500;
}

.fcolumn img {
    width: 100%;
}

.section-gray {
    position: relative;
    z-index: 0;
}

.section-gray h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
}

.banner-default {
    padding: 0;
    background-color: #E6E6E6;
}

#page-title .page-title-pages {
    padding: 40px 0;
}

#page-title .page-title-pages > h1 {
    color: #000 !important;
    font-family: 'Favorit', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
}

.section-gray .lead {
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
}

.section-one h2:before {
    content: '';
    width: 100px;
    height: 5px;
    left: 15px;
    bottom: 0px;
    right: 0;
    background-color: #ec1c2d;
    z-index: 999;
    position: absolute;
}

.section-one span {
    font-weight: 700;
}

.woocommerce .col-1,
.col-2 {
    max-width: none;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
    display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: unset;
}

.woocommerce .col-1,
.col-2 {
    max-width: none;
}

body .woocommerce form .form-row label, body .woocommerce-page form .form-row label{
    line-height: 1;
    color: #2D2A26;
    font-size: 1rem;
    font-weight: bold;
}

body .woocommerce form .form-row .input-text,
body .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #2D2A26;
    min-height: 30px;
    padding: 12px 10px;
}

body .select2-container--default .select2-selection--single{
    border: 2px solid #2D2A26;
    border-radius: 0;
    height: 45px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 45px;
}

.woocommerce-info {
    border-top-color: #2D2A26 !important;
}

.woocommerce-info::before {
    color: #2D2A26 !important;
}

.learmore {
    padding-left: 50px;
}

.alignright {
    float: right;
    padding-left: 25px;
}

.alignleft {
    float: left;
    padding-right: 25px;
}

#featured-sectionxxxx {
    background: linear-gradient(180deg, #f5f5f5 58%, #ffffff 50%);

}

#featured-top {
    top: -67px;
    margin-bottom: -67px;
}

#featured-section {
    background: linear-gradient(180deg, rgb(255 255 255 / 0) 0, rgb(255 255 255 / 0) 9%, #f5f5f5 9%, #f5f5f5 66%, #ffffff 66%, #ffffff 100%);
    /* top: -22px; */
}

.home-link {
    position: relative;
}

.alignwide,
.alignfull {
    margin: 32px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    padding: 0 4%;
}

@media (max-width: 920px) {
    .alignwide {
        margin: 32px calc((767px - 920px) / 2);
        max-width: 920px;
        width: 920px;
    }
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #fff !important;
    border-radius: 0px;
}

.sku_wrapper,
.product_meta {
    display: none;
}

.woocommerce-error {

    background-color: #ec5b44 !important;
    color: #fff;
    /* border-top: 3px solid #a46497; */
    list-style: none outside;

}

.woocommerce-message {
    border-top-color: #2D2A26 !important;
}

.woocommerce-message::before {
    content: "\e015";
    color: #2D2A26 !important;
}

.home-link .hold {
    background: #2D2A26;
    font-weight: 500;
    min-height: 117px;
    margin: 0px auto 20px;
    text-align: left;
    padding: 22px 22px 10px 22px;
    border-radius: 12px;
    box-shadow: 0px 5px 10px #cccc;
}

.home-link .hold h3 {
    font-size: 23px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 600;
    width: 100px;
    margin-top: 30px;
}

.home-link .hold:hover {
    background: #ffb240;
    color: #ffffff !important;
}

.home-link .hold:hover>h3 {
    color: #ffffff !important;
}

.home-link .hold img {
    float: right
}

#page-title .container {
    position: relative;
    max-width: 1270px;
}

.header-sticky .header-extras {
    margin-top: 1px;
}

#gform_3 input[type=text],
#gform_3 select,
#gform_3 textarea {
    padding: 3px 20px !important;
    border: solid 0px #4a4b4b;
    font-size: 15px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0;
    width: 100% !important;
    color: #4a4a4a;
    background: #1f1f1f;
}

.location-heading,
.location-address {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}

.gform_wrapper {
    margin-bottom: 16px;
    margin-top: 0px !important;
    max-width: 100%;
}

.woocommerce ul.products li.product a img {
    width: auto !important;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

.woocommerce div.product div.images img {
    display: block;
    object-fit: cover;
    box-shadow: none;
    background-color: #EEEFF2;
    aspect-ratio: 16 / 12;
}

.product-title a {
    font-size: 32px;
    color: #646464;
}

.product-price,
.product-quantity,
.product-subtotal {
    color: #2D2A26;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

ul.wcsatt-options.overrides_exist {
    padding-left: 0;
}

#mainMenu #menu-item-706 a:hover,
#mainMenu #menu-item-707 a:hover,
.sticky-active #mainMenu #menu-item-707 a:hover,
.sticky-active #mainMenu #menu-item-706 a:hover,
.sticky-active #mainMenu #menu-item-706 a,
.sticky-active #mainMenu #menu-item-707 a {
    color: #ffffff !important;
    padding-bottom: 4px !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
body {
    margin-top: 0px !important;
}
.html5-video-player .video-stream {
    display: block;
    width: 100% !important;
    height: 100%  !important;
    position: absolute;
}
#fitvid0 {
    width: 100% !important; 
    height: 380px !important;
}

.woocommerce-product-gallery__image iframe {
    width: 100% !important; 
    height: 380px !important;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    /* #header[data-transparent=true] + #page-title {
        position: relative;
        top: -41px !important;
        margin-bottom: -213px;
    }

    .blog #header[data-transparent=true]+#page-title {
        padding: 27px 0 !important;
        line-height: 200px;
        margin-bottom: 0;
    } 

    @media (min-device-width: 992px) and (max-device-width: 1024px) and (orientation: portrait) {
        #header[data-transparent=true] + #page-title {
            position: relative;
            padding: 130px 0 200px !important;
            top: -41px !important;
            margin-bottom: -213px;
        }
    }*/
}

.pre-footer {
    background-image: url("../images/mailing-list-bg.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
}

.pf-wrap {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.pre-footer-intro-text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.pre-footer-title {
    color: #FFFFFF;
    font-family: "Exo 2", sans-serif !important;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 24px;
}

.pre-footer-sub-title {
    color: #FFFFFF;
    font-family: "Archivo", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 48px;
}

.pre-footer-form-section {
    text-align: center;
    margin: 0 auto;
}

.pre-footer-form-section .gform_wrapper.gravity-theme form {
    margin: 0 auto 16px;
    max-width: 544px;
    font-family: "Archivo", sans-serif;
    font-weight: 800;
}

.pre-footer-form-section .gform_wrapper.gravity-theme form .gform_body.gform-body {
    display: inline-block;
    font-family: "Archivo", sans-serif;
    font-weight: 800;
    vertical-align: middle;
    max-width: 380px;
    width: 100%;
}

.pre-footer-form-section .gform_wrapper.gravity-theme form .gform_footer {
    display: inline-block;
    font-family: "Archivo", sans-serif;
    font-weight: 800;
    margin-left: 24px;
    vertical-align: middle;
    width: 120px;
}

.pre-footer-form-section .gform_wrapper.gravity-theme .gform_fields {
    display: block !important;
}

.pre-footer-form-section .gform_wrapper .gform_body .newsletter-email .ginput_container_email input.large {
    background-image: url(../images/email-icon.svg);
    background-position: 24px center;
    background-repeat: no-repeat;
    background-size: 24px 18px;
    border: none;
    border-radius: 100px;
    font-family: "Archivo", sans-serif;
    font-weight: 800;
    padding: 16px 32px 16px 60px !important;
    position: relative;
    width: 100%;
    max-width: 380px;
    z-index: 1;
}

.pre-footer-form-section .gform_wrapper .gform_footer .gform_button {
    background-color: #f9a01b;
    border: none;
    border-radius: 100px;
    color: #000;
    font-family: "Archivo", sans-serif;
    font-weight: 800;
    padding: 16px 32px;
    position: relative;
    top: 3px;
    background: #F9A01B;
    color: #000;
    font-weight: 800;
    font-family: "Archivo", sans-serif;
    margin-bottom: 0;
    line-height: 1.5;
}

.pre-footer-form-section .gform_wrapper .gform_footer .gform_button:hover {
    text-decoration: underline;
}

.pre-footer-form-section .gform_wrapper .gform_footer .gform_button:active {
    border: 5px solid #FEECD1;
    text-decoration: underline;
}

.pre-footer-form-section .gform_wrapper .gform_footer .gform_button:disabled {
    background-color: #FEECD1;
    border: 5px solid #FEECD1;
    color: #fff;
}

.pre-footer-checkbox-label {
    color: #fff;
    display: inline;
}

.pre-footer-form-section .gform_wrapper.gravity-theme .gform_footer{
    padding: 0;
    margin: 0;
}

/* Constant Contact Hide form field
---------------------------------------- */
.ctct-inline-form {
    display: none;
}

/* Popup styling */
.popup-title{
    text-align: center;
    font-size: 3rem;
}
.popup-copy{
    text-align: center;
    font-size: 1.25rem;
}
#popmake-2091{
    border: 2px solid #000;
    border-radius: 10px;
}
.popmake-close{
    background-color:#3bc3f2;
}
.popmake-close:hover{
    background-color: #003170;
}
.pum-close{
    border-radius: 0px 10px 0px 0px!important;
    background-color: #2D2A26;
}
.popup-disclaimer{
    font-size: .8rem;
}

ol li, ul li{
    padding-bottom: 12px;
}

.simple-sitemap-container .blog .term-tag{
    display: none;
}

.single-post .post-item-description .post-meta{
    padding: 20px 0;
}

/* Comprehensive Guide styling */
body.page-template-page-comprehensive-guide{
    background: #fff;
    color: #4F5058;
    font-family: 'Archivo', sans-serif;
}

body.page-template-page-comprehensive-guide *{
    font-family: 'Archivo', sans-serif;
}

.page-template-page-comprehensive-guide h1, .page-template-page-comprehensive-guide h2, .page-template-page-comprehensive-guide h3, .page-template-page-comprehensive-guide h4, .page-template-page-comprehensive-guide h5, .page-template-page-comprehensive-guide h6{
    line-height: 1.1;
    margin-bottom: 20px;
    color: #3F4380;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif;
}

.font-archivo{
    font-family: 'Archivo', sans-serif !important;
}

h1.font-archivo, h2.font-archivo, h3.font-archivo, h4.font-archivo, h5.font-archivo, h6.font-archivo{
    line-height: 1.4;
}

.page-template-page-comprehensive-guide .guide-section p{
    margin-bottom: 20px;
}

.page-template-page-comprehensive-guide a{
    color: #3F4380;
    text-decoration: none;
}

.page-template-page-comprehensive-guide h2{
    font-size: 44px;
}

.page-template-page-comprehensive-guide h3{
    font-size: 24px;
}

.page-template-page-comprehensive-guide h4{
    font-size: 20px;
}

.page-template-page-comprehensive-guide h5{
    font-size: 18px;
}

.page-template-page-comprehensive-guide h6{
    font-size: 16px;
}

.page-template-page-comprehensive-guide #page-title .page-title-pages > h1{
    font-size: 36px;
}

section.guide-section{
    padding: 40px 0 70px;
}

.guide-section .guide-left {
    float: left;
    width: 60%;
    padding-right: 50px;
}

.guide-intro{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
    align-items: flex-end;
}

.guide-intro .intro-img{
    width: 139px;
    height: 179px;
}

.guide-intro .intro-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-heading{
    width: calc(100% - 139px);
    padding-left: 48px;
}

.guide-heading .pre-title{
    margin-bottom: 25px;
    color: #256D91;
}

.guide-heading .title{
    margin-bottom: 5px;
}

.guide-section .guide-right {
    float: right;
    width: 40%;
}

.guide-form-wrap{
    background: #E4E6F2;
    border: 1px solid #E4E6F2;
    padding: 32px;
    border-radius: 10px;
}

.form-heading h3.form-title{
    color: #393F72;
    margin-bottom: 20px;
}

.form-heading .form-description{
    padding-bottom: 15px;
}

.guide-form .gform_wrapper{
    margin-bottom: 0;
}

.guide-form .gform_wrapper.gravity-theme .gfield_label{
    color: #393F72;
    font-weight: 500;
}

.guide-form .gform_wrapper.gravity-theme .ginput_complex label{
    font-size: 16px;
    font-weight: 500;
    color: #393F72;
}

.guide-form .gform_wrapper.gravity-theme .ginput_complex{
    display: block;
}

.guide-form .gform_wrapper.gravity-theme .ginput_complex > span{
    padding-bottom: 25px;
    display: block;
}

.guide-form .gform_wrapper.gravity-theme .ginput_complex > span.ginput_right{
    padding-bottom: 15px;
}

.guide-form .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){
    padding-right: 0;
}

.guide-form .gform_wrapper.gravity-theme fieldset, .guide-form #field_4_2{
    max-width: 100%;
}

.guide-form .gfield_contains_required label:after{
    content: '*';
    margin-left: 5px;
}

.guide-form .gfield_contains_required .gfield_consent_label:after{
    display: none;
}

.guide-form .gform_wrapper.gravity-theme .gfield input, .guide-form .gform_wrapper.gravity-theme .gfield select{
    background: #fff;
    padding: 12px 15px !important;
    border: 1px solid #CCCCD9;
    border-radius: 5px;
}

.guide-form .gform_wrapper .gfield_required{
    display: none;
}

.guide-form .ginput_container_consent{
    display: flex;
    align-items: baseline;
}

.guide-form .gfield_consent_label{
    padding-left: 15px;
}

.guide-form .gform_wrapper.gravity-theme .gfield_consent_description, .guide-form .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description{
    padding: 0 0 0 25px;
    margin: 0;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    overflow: auto;
}

.guide-form .gform_wrapper.gravity-theme .gfield_consent_description a, .guide-form .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description a{
    text-decoration: underline;
}

.guide-form .gform_wrapper.gravity-theme .gform_footer{
    padding-bottom: 0;
    margin-bottom: 0;
}

.guide-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button, .guide-form #gform_submit_button_4{
    left: 0;
    visibility: visible;
    position: relative;
    width: 100%;
    background: #3F4380;
    border: none;
    padding: 15px;
    font-weight: 700;
    white-space: break-spaces;
    border-radius: 100px;
    font-size: 1rem;
    color: #fff;
}

.guide-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button:hover, .guide-form #gform_submit_button_4:hover{
    background: #256D91;
}

/* Homepage
------------------------------------------------------- */

.homeSlider .header-hero {
    background-size: cover;
    background-position: center bottom;
    padding: 200px 20px;
    height: 955px;
}

.homeSlider .header-hero .col-md-6.text {
    z-index: 9;
}

.homeSlider .header-hero .home-banner.page-title {
    margin-top: 0;
}

.homeSlider .header-hero .page-title > h1 {
    font-family: 'Favorit', sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: normal;
    margin-bottom: 16px;
    color: #fff;
}

.homeSlider .header-hero .page-subtitle {
    max-width: 475px;
}

.homeSlider .header-hero .page-subtitle p {
    font-family: 'Favorit', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 148px;
}

.homeSlider .header-hero .page-btn a.btn {
    color: #fff;
    font-family: Favorit;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: 'Favorit', sans-serif;
    background-color: #000000;
    padding: 16px 32px;
    border-radius: 40px;
    border: none;
    text-transform: uppercase;
}

.homeSlider .header-hero .page-btn a:hover {
    box-shadow: inset 0 0 200px rgba(255,255,255,.15);
}

.homeSlider .header-hero .col-md-6.polygons {
    padding: 0;
}

.homeSlider .slick-dots {
    position: absolute;
    bottom: 60px;
    right: 100px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.homeSlider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.homeSlider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 40px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.homeSlider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 70px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Block Styles
------------------------------------------------------- */

hr.wp-block-separator {
    border-radius: 24px;
    border: 8px solid #F9A01B;
    max-width: 44px;
    margin: 32px 0;
    height: 0;
    line-height: 0;
}

.gb-layout-columns-1 hr.wp-block-separator {
    margin: 32px auto;
}

.wp-block-genesis-blocks-gb-column .gb-block-layout-column-inner .gb-block-button .gb-button-size-large,
.wp-block-product-category .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link, .woocommerce div.product form.cart .button {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    line-height: 26px !important;
    font-weight: 800;
    letter-spacing: normal;
    text-transform: none;
    padding: 14px 36px;
    border-radius: 40px !important;
    border: none;
}

.wp-block-product-category .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover{
    text-decoration: underline;
    background: #D5A864;
}

.wc-block-grid.has-4-columns .wc-block-grid__products {
    margin: 0 auto 16px;
    gap: 72px;
}

.wc-block-grid.has-4-columns .wc-block-grid__product {
    border: none;
    flex: 1 !important;
    padding: 0;
}

.wc-block-grid__products {
    column-gap: 80px;
    margin: 0 !important;
}

.wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 !important;
    margin-bottom: 48px;
}

.wp-block-product-category .wc-block-grid__product .wc-block-grid__product-image {
    margin: 0 0 32px;
}

.wp-block-product-category .wc-block-grid__product-title {
    font-family: 'Archivo', sans-serif;
    line-height: 24px;
    font-weight: 800;
    padding: 0;
    color: #393F72;
    font-size: 18px;
    display: block;
    text-align: left;
}

.wp-block-product-category .wc-block-grid__product-add-to-cart.wp-block-button {
    width: 100%;
}

.wp-block-product-category .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background-color: #2D2A26 !important;
    color: #FFFFFF !important;
    width: 188px;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Favorit', sans-serif;
    line-height: 20px;
}

/* WooCommerce Shop Page
------------------------------------------------------- */

.woocommerce-shop .wc-block-grid__products {
    gap: 24px;
}

.woocommerce-shop .wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    border: none;
    flex: 1 0 calc(33.33333% - 24px);
    max-width: calc(33.33333% - 24px);
    padding: 32px;
    border-radius: 5px;
}

.woocommerce-shop .woocommerce.columns-3 {
    display: none;
}

a.gb-button:hover{
    text-decoration: underline;
}

.woocommerce-shop .wc-block-grid.has-aligned-buttons .wc-block-grid__product .wc-block-grid__product-image a img {
    object-fit: cover;
    min-height: 228px;
}

/* Removed inline styles
------------------------------------------------------- */

.woocommerce-terms-and-conditions-checkbox-text {font-size: 24px; }

.hearthealth {display: none!important;}

.postid-1318 .hearthealth {display: none!important; }


/*********reduce height of header on 1366px and below *******************/
@media only screen and (max-width:1367px) {
.polygons img {width: 80%!important; margin: 0 auto;display: block;}
}
    
@media only screen and (max-width:641px) {
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
       line-height: 2 !important; 
        min-height: 2rem;
    }
}

.woocommerce span.onsale {top: unset;background-color: #000000;}

#blog table {
  border-collapse: collapse;
}

#blog td {
    padding: 5px;
}

#blog table, #blog th, #blog td {
  border: 1px solid black;
}


/******bigger shopping cart icon ******************************/

.icon-shopping-cart1 {
    color: #000;
    font-size: 28px;
}

.shopping-cart-items {
    font-size: 28px;
    color: #ffb240;
    font-weight: 900;
}

/*.banner-default {
    min-height: 125px;
    padding: 40px 0 50px;
}*/

.gform_wrapper.contact-form_wrapper{
    background: #f0f0f0;
    padding: 38px 48px;
    color: #484850;
    font-size: 1rem;
}

.c-column-right{
    padding-left: 40px;
}

.contact-form_wrapper .gfield_html p:last-child{
    margin-bottom: 0;
}

.gform_wrapper.contact-form_wrapper .top_label .gfield_label{
    color: #2D2A26;
    font-weight: 700;
    margin-bottom: 5px;
}

.hide-asterisk_wrapper .gfield_required{
    display: none;
}

.gform_wrapper.contact-form_wrapper input[type=text], .gform_wrapper.contact-form_wrapper textarea{
    border: 2px solid #AEAEB6;
    background: #fff;
    padding: 12px 15px !important; 
}

.gform_wrapper.contact-form_wrapper input[type=text]:focus, .gform_wrapper.contact-form_wrapper textarea:focus{
    border-color: #393F72;
}

.gform_wrapper.contact-form_wrapper.gravity-theme .gfield textarea{
    height: 200px;
}

.contact-form_wrapper .gform_button{
    background: #2D2A26;
    padding: 18px 48px;
    border-radius: 100px;
    font-size: 1rem !important;
    border-color: #2D2A26 !important;
    color: #fff;
    font-weight: bold;
    border: 0;
}

.gform_wrapper.contact-form_wrapper .gform_footer, #gform_wrapper_1.contact-form_wrapper .gform_footer{
    text-align: left !important;
}

.heading-with-border{
    padding-bottom: 24px;
    border-bottom: 2px solid #E4E6F2;
    margin-bottom: 24px !important;
}

.heading-shadow{
    text-shadow: 0px 4px 16px rgba(57, 63, 114, 0.25);
}

.margin-bottom-10{
    margin-bottom: 10px !important;
}

.padding-top-30{
    padding-top: 30px;
}

.color-white{
    color: #fff !important;
}

.font-archivo{
    font-family: 'Archivo', sans-serif !important;
}

.uline{
    text-decoration: underline;
}

.semi-bold{
    font-weight: 600;
}

.social-media-links a{
    color: #2D2A26;
    font-weight: 700;
    font-size: 18px;
}

.social-media-links div[class*='sm-']{
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.sm-fb:before{
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/icon-fb.svg') no-repeat;
    background-size: contain;
    margin-right: 8px;
}

.sm-ig:before{
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/icon-ig.svg') no-repeat;
    background-size: contain;
    margin-right: 8px;
}

.sm-yt:before{
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/icon-yt.svg') no-repeat;
    background-size: contain;
    margin-right: 8px;
}

.sidebar-form_wrapper.gform_wrapper input[type=text]{
    border: 1px solid #AEAEB6;
    background: #fff;
    color: #484850;
    border-radius: 100px;
    padding: 17px 32px 17px 60px !important;
    background: #fff url('../images/icon-mail.svg') no-repeat 20px center;
    background-size: 24px;
}

.sidebar-form_wrapper .gform_button{
    background: #2D2A26;
    color: #fff;
    padding: 18px 48px;
    border-radius: 100px;
    font-size: 1rem !important;
    border-color: #FBC676 !important;
    width: 100%;
    border: 0;
    font-weight: 800;
}

#bcrumbs{
    margin-bottom: 60px;
    background-color: #F0F0F0;
    padding: 20px 0;
    color: #393F72;
    font-size: 1rem;
}

#bcrumbs .container a,
#bcrumbs .current {
    color: #000;
    font-family: 'Favorit', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

#bcrumbs .sep{
    color: #000;
    font-size: 0;
    line-height: 0;
    padding: 0 20px;
    position: relative;
    top: 1px;
}

#bcrumbs .sep:before{
    content: '';
    width: 11px;
    height: 13px;
    background: url(../images/icon-arrow-black.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
}

.products-with-description .p-desc{
    font-family: 'Helvetica Neue', sans-serif;
    color: #484850;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    line-height: 20px;
}

.products-with-description .p-desc p:last-child{
    margin-bottom: 0;
}

.products-with-description .wc-block-grid__product .wp-block-button{
    margin-top: 20px;
}

.wc-block-grid.has-aligned-buttons .products-with-description .wc-block-grid__product{
    display: inline-block;
}

.woocommerce div.product form.cart .button:before{
    filter: brightness(0) invert(1);
}

blockquote, blockquote *{
    color: #2D2A26;
    font-style: italic;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.3;
    font-family: 'Exo 2', sans-serif;
}

.wp-block-embed.is-type-video{
    max-width: 100%;
    margin: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}

.wp-block-embed.is-type-video #fitvid0{
    height: 100% !important;
}

.wp-block-embed.is-type-video.video-icon:after{
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 80px);
    bottom: 0;
    background: url('http://floradapt-new.cloud.fruitionqa.com/app/uploads/2021/10/icon-video.png') no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.wp-block-embed.is-type-video.video-icon:hover:after{
    display: none;
}

#page-content.blogs-list{
    padding-top: 0;
}

.main-content{
    float: left;
    width: 70%;
    padding-right: 50px;
}

.blogs-wrap{
    display: flex;
    flex-wrap: wrap;
}

.blogs-wrap .blog-post{
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
    border-radius: 0;
    border: 2px solid #F0F0F0;
    position: relative;
    overflow: hidden;
}

.blogs-wrap .blog-post:nth-child(2n + 2){
    margin-right: 0;
}

.related-articles .blogs-wrap .blog-post{
    width: calc(32.8% - 10px);
}

.related-articles .blog-post:nth-child(2n + 2){
    margin-right: 20px;
}

.related-articles .blogs-wrap .blog-post:nth-child(3n + 3){
    margin-right: 0;
}

.blog-post .blog-img{
    width: 100%;
    height: 200px;
    background: #F0F0F0;
}

.blog-post .blog-img a{
    width: 100%;
    height: 100%;
    display: block;
}

.blog-post .blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-meta{
    font-size: 1rem;
    color: #484850;
    padding-bottom: 16px;
}

.blog-post h4{
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.blog-post .blog-content{
    padding: 24px;
}

.blog-post .blog-link{
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #2D2A26;
    font-weight: 800;
    display: flex;
    align-items: center;
}

.blog-post .blog-link:after{
    content: '';
    width: 16px;
    height: 16px;
    background: url('../images/blog-arrow.svg') no-repeat;
    display: inline-block;
    margin-left: 8px;
}

.blogs-list .pagination .nav-links{
    display: flex;
    padding-top: 20px;
}

.blogs-list .pagination .page-numbers{
    width: 50px;
    height: 50px;
    font-size: 1.125rem;
    color: #484850;
    background: #F0F0F0;
    margin: 10px 20px 10px 0;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogs-list .pagination .page-numbers:last-child{
    margin-right: 0;
}

.blogs-list .pagination .page-numbers.next, .blogs-list .pagination .page-numbers.prev{
    width: 95px;
}

.blogs-list .pagination .page-numbers.current, .blogs-list .pagination .page-numbers:hover{
    background: #2D2A26;
    color: #fff;
}

.main-content article .post-img{
    width: 100%;
    max-height: 400px;
    filter: drop-shadow(0px 1px 4px rgba(57, 63, 114, 0.25));
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}

.main-content article .post-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-sidebar{
    float: right;
    width: 30%;
    font-size: 1.125rem;
    color: #393F72;
}

.site-sidebar h4.widget-title{
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 2px solid #D9D9D9;
}

.woocommerce-tabs .site-sidebar h4.widget-title{
    color: #393F72;
}

.site-sidebar ul{
    padding: 0;
    margin: 0;
}

.site-sidebar ul li, .site-sidebar .woocommerce ul.product_list_widget li{
    list-style: none;
    padding-bottom: 20px;
}

.site-sidebar ul li:last-child{
    padding-bottom: 0;
}

.site-sidebar li a{
    font-weight: 700;
}

.site-sidebar .widget{
    margin-bottom: 50px;
}

.site-sidebar .widget:last-child{
    margin-bottom: 0;
}

.site-sidebar .product_list_widget .amount, .site-sidebar .product_list_widget img{
    display: none;
}

.related-articles{
    clear: both;
    width: 100%;
    padding: 20px 0;
}

.related-articles h3{
    color: #393F72;
}

.woocommerce-tabs{
    overflow: hidden;
}

.woocommerce-tabs .wc-tabs{
    display: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery{
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 100px;
}

.woocommerce-page .single-product div.product div.summary{
    width: 48%;
    padding: 0;
}

.woocommerce-page .single-product div.product div.summary .p-title{
    color: #000;
    font-family: 'Favorit', sans-serif;
    font-size: 19px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.woocommerce-page .single-product div.product div.dietary-needs{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    column-gap: 20px;
}

.woocommerce-page .single-product div.product div.dietary-needs picture.d-icon,
.woocommerce-page .single-product div.product div.dietary-needs img.d-icon {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
}

.woocommerce-page .single-product div.product div.dietary-needs picture.d-icon img,
.woocommerce-page .single-product div.product div.dietary-needs img.d-icon {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.woocommerce-product-details__short-description{
    display: none;
}

.woocommerce-page .single-product div.product div.summary p.price .amount{
    color: #000000;
    margin-top: 10px;
    margin-right: 10px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.woocommerce div.product .flex-viewport{
    width: 100%;
    height: auto !important;
}

.woocommerce div.product .flex-viewport .emoji-search-icon{
    display: none !important;
}

.woocommerce .single-product div.product div.images .flex-control-thumbs{
    display: flex;
    flex-wrap: wrap;
    column-gap: 28px;
}

.woocommerce .single-product div.product div.images .flex-control-thumbs li{
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    width: 30%;
    height: 182px;
    padding: 0;
    margin-top: 20px;
}

.woocommerce .single-product div.product div.images .flex-control-thumbs li img{
    height: auto;
    border: 2px solid #E4E6F2 !important;
    padding: 10px;
    border-radius: 0px !important;
    height: 182px !important;
    width: auto !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover{
    border: 2px solid #2D2A26 !important;
}

.woocommerce div.product form.cart .button{
    background: #2D2A26;
    color: #fff;
    width: 100%;
    max-width: 258px;
    text-transform: uppercase;
}

.woocommerce div.product form.cart .button:hover{
    background: #d9d9d9 !important;
    color: #fff !important;
}

#product-two-column {
    background-color: #F0F0F0;
}

#product-two-column .two-column-content {
    margin-left: auto;
    max-width: 652px;
    padding-top: 110px;
    padding-bottom: 110px;
    padding-right: 61px;
    padding-left: 48px;
}

#product-two-column .two-column-image {
    background-size: cover;
    min-height: 350px;
}

section#product-center-block {
    margin-top: 110px;
    text-align: center;
}

#products-related {
    margin-top: 80px;
}

#products-related .products-related-content {
    text-align: center;
}

#products-related .products-related-content h2 {
    text-align: center;
    margin-bottom: 45px;
}

#products-related .products-related-items .product-image,
#products-related .products-related-items .product-image img {
    height: 372px;
    background-color: #EEEFF2;
    width: auto;
    object-fit: cover;
}

#products-related .products-related-items .product-related-content {
    margin-bottom: 40px;
}

#products-related .products-related-items .product-title {
    color: #000;
    text-align: center;
    font-family: 'Favorit', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 24px;
    margin-bottom: 6px;
}

#products-related .products-related-items hr {
    border-color: #000;
    width: 42px;
    margin: 0 auto;
}

#products-related .products-related-items .product-price {
    color: #000;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin-top: 11px;
    margin-bottom: 0;
}

.product-note{
    clear: both;
    background: rgba(0, 74, 104, 0.15);
    border: 2px solid #004A68;
    border-radius: 5px;
    color: #004A68;
    font-size: 1rem;
    font-weight: bold;
    padding: 24px;
    margin: 20px 0 70px;
    width: 100%;
}

.wcsatt-add-to-subscription-wrapper{
    clear: both;
    padding: 15px 0 0;
}

.woocommerce .single-product div.product form.cart{
    margin: 30px 0 0;
}

.woocommerce .single-product div.product form.cart div.quantity{
    display: flex;
    align-items: left;
    width: 100%;
    margin-bottom: 34px;
}

ul.wcsatt-options-prompt-radios{
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}

ul.wcsatt-options-prompt-radios li{
    border: 2px solid #2D2A26;
    box-sizing: border-box;
    border-radius: 100px;
    width: 50%;
    color: #2D2A26;
    line-height: 1;
    padding: 15px 12px;
    display: flex;
    align-items: center;
    margin-right: 48px;
    background: #fff;
    text-transform: uppercase;
}

ul.wcsatt-options-prompt-radios li:last-child{
    margin-right: 0;
}

ul.wcsatt-options-prompt-radios li.wcsatt-options-prompt-radio.active{
    font-weight: 800;
    border: 2px solid #2D2A26;
    background: #2D2A26;
    color: #FFFFFF;
}

.woocommerce .single-product div.product .wcsatt-options-prompt-label .price{
    font-size: 1rem;
}

label.wcsatt-options-prompt-label{
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

label.wcsatt-options-prompt-label input{
    margin-right: 8px;
}

.woocommerce .quantity .qty{
    background: #DEDEDE;
    color: #000;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
    line-height: 30px;
    text-transform: uppercase;
    width: 100px !important;
    height: 30px !important;
    border: none;
}

.woocommerce .quantity .qty::-webkit-inner-spin-button {
    opacity: 1;
}

.woocommerce .single-product p.first-payment-date{
    margin: 0;
}

.woocommerce .single-product .product-content{
    margin-top: 40px;
}

.woocommerce-Tabs-panel .main-content h3{
    color: #393F72;
}

.woocommerce-Tabs-panel h4, .woocommerce-Tabs-panel h5, .woocommerce-Tabs-panel h6{
    color: #256D91;
}

.woocommerce-Tabs-panel .site-sidebar p{
    color: #484850;
}

.product-info-meta > div{
    display: inline-block;
    font-size: 1rem;
}

.product-info-meta > div:after{
    content: '•';
    margin-right: 8px;
    padding-left: 8px;
}

.product-info-meta > div:last-child:after{
    display: none;
}

.product-info-meta .more-info{
    color: #393F72;
    text-decoration-line: underline;
    font-weight: bold;
    cursor: help;
}

.p-button {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.p-button.cardio {
    background-image: url('../images/product-cardio.png');
}

.p-button.gut {
    background-image: url('../images/product-gut.png');
}

.p-button.stress {
    background-image: url('../images/product-stress.png');
}

.p-button.womens {
    background-image: url('../images/product-womens.png');
}

.woocommerce .single-product .product-content .beefup {
    border: 0;
    margin-bottom: 35px;
}

.woocommerce .single-product .product-content .beefup h2.p-title {
    font-family: 'Favorit', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.woocommerce .single-product .product-content .beefup h2.p-title > button {
    margin: 0;
}

.woocommerce .single-product .product-content .beefup h2.p-title > button:hover {
    color: inherit;
}

.woocommerce .single-product .product-content .beefup.is-open h2.p-title > button,
.woocommerce .single-product .product-content .beefup.is-open h2.p-title::after {
    color: inherit;
}

.woocommerce .single-product .product-content .beefup .beefup__head::after {
    color: #000000;
    transform: translate(0, -50%) rotate(-45deg);
    margin-top: 0;
}

.woocommerce .single-product .product-content .beefup.is-open .beefup__head::after {
    transform: translate(0, -50%) rotate(-135deg);
    margin-top: 0;
}

.woocommerce .single-product .product-content .beefup h2.p-title:hover:after {
    color: #79B831;
}

.woocommerce .single-product .product-content .beefup .beefup__body {
    padding: 22px 0 0;
}

.single-product .p-options{
    display: flex;
    align-items: center;
    color: #393F72;
    font-weight: bold;
    font-size: 1rem;
    justify-content: center;
    text-align: center;
    clear: both;
    padding: 15px 0;
}

.single-product .flex-control-thumbs + .p-options{
    display: none;
}

.single-product .p-options > div{
    display: flex;
    align-items: center;
    padding: 0 12px;
    text-align: left;
}

.single-product .p-options > div:before{
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.single-product .p-options .shipping:before{
    background: url('../images/icon-free-shipping.svg') no-repeat;
    background-size: contain;
}

.single-product .p-options .satisfcation:before{
    background: url('../images/icon-satisfaction.svg') no-repeat;
    background-size: contain;
}

.woocommerce .single-product div.product .woocommerce-tabs .panel{
    display: block !important;
}

.woocommerce .single-product .star-rating span{
    color: #F9A01B;
}

.woocommerce .single-product .star-rating{
    font-size: 1.5rem;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce-review-link{
    font-family: 'Helvetica Neue', sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.woocommerce-Reviews{
    padding-top: 30px;
    display: none;
}

.woocommerce p.stars a{
    color: #F9A01B;
}

.woocommerce .single-product #respond input#submit{
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    line-height: 26px !important;
    font-weight: 800;
    letter-spacing: normal;
    text-transform: none;
    padding: 16px 32px;
    border-radius: 40px !important;
    border: none;
    background: #393F72;
    color: #fff;
}

.woocommerce .single-product #respond input#submit:hover{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), #393F72 !important;
    color: #fff !important;
}

body .woocommerce .col2-set, body .woocommerce-page .col2-set{
    float: left;
    width: 49%;
    background: #F0F0F0;
    padding: 48px;
    margin-bottom: 40px;
}

.woocommerce-checkout-review-order{
    float: right;
    width: 49%;
    margin-bottom: 40px;
}

#order_review > .review-order-wrap{
    background: #FFFFFF;
    border: 2px solid #F0F0F0;
    padding: 48px;
    margin-bottom: 25px;
}

#order_review .review-order-wrap .review-order-wrap .order_review_heading{
    display: none;
}

body .woocommerce-checkout #payment{
    border-radius: 0 !important;
    background: #F0F0F0 !important;
}

body .woocommerce .col2-set .col-1, body .woocommerce-page .col2-set .col-1{
    width: 100%;
}

body .woocommerce .col2-set .col-2, body .woocommerce-page .col2-set .col-2{
    width: 100%;
    margin-top: 30px;
}

.woocommerce-checkout .woocommerce form .form-row{
    margin-bottom: 15px;
}

body .woocommerce table.shop_table{
    margin: 0;
}

body .woocommerce table.shop_table, body .woocommerce table.shop_table td{
    border: 0;
}

body .woocommerce table.shop_table tbody th, body .woocommerce table.shop_table tfoot td, body .woocommerce table.shop_table tfoot th{
    border-top: 2px solid #D9D9D9;
}

body .woocommerce table.shop_table thead th{
    border-bottom: 2px solid #D9D9D9;
}

.woocommerce table.shop_table th.product-name, .woocommerce table.shop_table th.product-total{
    color: #2D2A26;
}

body .woocommerce form #payment .form-row label{
    color: #9a1f14;
    font-size: 0.9rem;
}

body .woocommerce-checkout #payment div.payment_box{
    background: #dedcde;
}

body .woocommerce form #payment .form-row .input-text, body .woocommerce-page form #payment .form-row .input-text{
    background: #dedcde;
}

body .woocommerce-terms-and-conditions-checkbox-text{
    font-size: 0.9rem;
    color: #484850;
}

body .woocommerce #payment #place_order, body .woocommerce-page #payment #place_order{
    width: 100%;
    background: #2D2A26;
    color: #FFF;
    border-radius: 0;
    padding: 12px;
}

.woocommerce-checkout .wc-credit-card-form:before{
    content: 'Pay securely using your credit card. (Mastercard, Visa, Discover accepted.)';
    display: block;
    padding-bottom: 20px;
}

body .woocommerce-checkout #payment div.payment_box .wc-credit-card-form{
    margin: 10px 0 0;
}

body .woocommerce form #payment .form-row.woocommerce-SavedPaymentMethods-saveNew label{
    color: #4d4d4d;
}

.woocommerce .single-product .comment-text .star-rating{
    margin-top: 0;
    font-size: 1rem;
    margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p{
    font-size: 1rem;
}

.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
}

.woocommerce .single-product .comment-reply-title{
    font-weight: bold;
    margin: 0 0 10px;
    display: block;
    font-size: 1.25rem;
}

#mainMenu nav>ul>li>a.ubermenu-target-with-image{
    display: flex;
}

#mainMenu nav>ul>li>a.ubermenu-target-with-image img{
    margin-right: 8px;
}

.site-sidebar .woocommerce ul.product_list_widget .wcsatt-sub-options, .site-sidebar .woocommerce ul.product_list_widget .amount{
	display: none;
}

.footer-logos img{
    margin-right: 50px;
}

.footer-logos img:last-child{
    margin-right: 0;
}

h4.footer-widget-title{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 5px solid #E4E6F2;
}

.wc-block-product-template .wc-block-product .wp-block-button button {
    background-color: #000000;
    font-size: 17px !important;
    font-weight: 600;
    font-family: 'Favorit', sans-serif;
}

body .woocommerce .widget_shopping_cart .total, body .woocommerce.widget_shopping_cart .total{
    border-top: 2px solid #E4E6F2;
    padding-top: 20px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.widget_shopping_cart_content{
    border-top: 2px solid #E4E6F2;
    padding: 20px 0 0;
}

.widget_shopping_cart_content span.quantity{
    color: #484850;
}

body .ubermenu h3.ubermenu-widgettitle{
    color: #393F72 !important;
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding: 0 !important;
}

body .ubermenu-main .ubermenu-submenu .ubermenu-widget{
    padding: 30px;
}

.woocommerce-mini-cart__total .amount{
    color: #484850;
    font-size: 1.5rem;
    font-weight: bold;
}

.woocommerce-mini-cart__total strong{
    font-weight: normal;
}

body .woocommerce-mini-cart__buttons a.button{
    border-radius: 100px;
    float: left;
}

body .woocommerce-mini-cart__buttons .button.checkout{
    float: right;
}

body .woocommerce ul.cart_list, body .woocommerce ul.product_list_widget{
    margin-bottom: 20px;
}

.menu-item.cart-contents{
    background: #E4E6F2;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.menu-view-cart:hover .menu-item.cart-contents{
    background: #F9A01B !important;
    color: #000 !important;
}

.menu-item.cart-contents span{
    text-decoration: none !important;
}

.ubermenu .ubermenu-item.menu-view-cart > a{
    float: right;
}

.ubermenu-custom-content.with-cart{
    float: left;
}

#mainMenu nav>ul>li.menu-view-cart>a.ubermenu-target-with-image{
    padding-left: 12px;
}

.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0.menu-view-cart>.ubermenu-submenu-drop{
    margin-top: 80px !important;
}

body .wc-block-grid__product-add-to-cart.wp-block-button{
    width: 100%;
}

body .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
    width: 100%;
    max-width: 100%;
    background: #2D2A26 !important;
    color: #FFFFFF !important;
    display: block;
    border: none;
    border-radius: 100px !important;
    padding: 14px;
    font-weight: 700;
}

body .wc-block-grid .wc-block-components-product-title{
    font-size: 1.5rem !important;
}

.wc-block-grid__product-price .wc-block-components-formatted-money-amount{
    font-size: 1.875rem;
    font-weight: bold;
    color: #2D2A26;
}

body .wc-block-grid__product .wc-block-grid__product-price{
    border-bottom: none;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

body .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header > .ubermenu-target{
    font-weight: 400;
    color: #000000;
}

body .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover{
    font-weight: 400;
    color: #393F72;
}

body .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after{
    font-weight: bold;
    right: 10px;
}

body .woocommerce .woocommerce-cart-form table.shop_table .woocommerce-cart-form__cart-item td{
    border-bottom: 2px solid #E4E6F2;
}

body .woocommerce table.shop_table td.actions{
    padding: 30px 0;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text{
    min-width: 115px;
    border-radius: 0;
}

.wcsatt-options-product-prompt .wcsatt-options-prompt-text{
    font-weight: bold;
}

.wcsatt-options-prompt-label-one-time .wcsatt-options-prompt-action, .wcsatt-options-prompt-label-subscription .wcsatt-options-prompt-action{
    font-size: 0;
}

.wcsatt-options-prompt-label-one-time .wcsatt-options-prompt-action:before{
    content: 'Single Purchase';
    font-size: 1rem;
}

.wcsatt-options-prompt-label-subscription .wcsatt-options-prompt-action:before{
    content: 'Subscription';
    font-size: 1rem;
}

.wcsatt-options-prompt-label-subscription .wcsatt-options-prompt-action .price{
    display: none;
}

.single-product .wcsatt-sub-options{
    font-size: 0;
    display: none;
}

.single-product .subscription-details, .single-product .wcsatt-sub-options b{
    font-size: 1rem;
    color: #484850;
    font-weight: 400;
}

.single-product .cart .woocommerce-Price-amount:after{
    content: 'per bottle';
    font-size: 1rem;
    color: #4d4d4d;
    padding: 0 5px 0 10px;
    font-weight: 400;
}

.woocommerce-cart .subscription-option .subscription-details{
    font-size: 1rem;
    color: #4d4d4d;
    font-weight: 400;
}

.woocommerce-cart .subscription-option .subscription-details:after{
    content: '(subscription)';
    margin-left: 5px;
}

.woocommerce-cart table .product-name, .woocommerce-cart table .product-subtotal{
    font-weight: bold;
    font-size: 1.125rem;
}

body .woocommerce a.added_to_cart, .wc-block-grid__products a.added_to_cart{
    display: none;
}

body .woocommerce #respond input#submit.loading::after, body .woocommerce a.button.loading::after, body .woocommerce button.button.loading::after, body .woocommerce input.button.loading::after{
    top: 15px;
    right: 10px;
}

body .woocommerce ul.cart_list li.mini_cart_item{
    margin-bottom: 15px;
    border-bottom: 2px solid #E4E6F2;
    padding-bottom: 15px;
}

body .woocommerce ul.cart_list li.mini_cart_item:last-child{
    border: 0;
}

.woocommerce .wc-block-grid__product-price{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.woocommerce .wc-block-grid__product-price:before{
    content: 'From';
    padding: 0 5px;
}

.woocommerce .wc-block-grid__product-price:after{
    content: 'per bottle';
    padding: 0 5px;
}

.border-mobile-show{
    display: none;
}

body .theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, body .wc-block-grid.has-4-columns .wc-block-grid__product{
    display: inline-block;
}

body .woocommerce #payment #place_order, body .woocommerce-page #payment #place_order{
    padding: 18px 12px;
}

.header-cart{
    font-size: 0;
    float: right;
    display: none;
}

.header-cart a:before{
    content: '';
    background: url('../images/icon-cart.svg') no-repeat;
    background-size: contain;
    width: 24px;
    height: 18px;
    display: inline-block;
}

#ubermenu-main-3, .ubermenu-responsive-toggle-main[data-ubermenu-target="ubermenu-main-3"]{
    display: none !important;
}

.footer-logos-mobile{
    padding-top: 20px;
    display: none;
}

body .body-inner{
	overflow-x: hidden;
}

.ubermenu .ubermenu-item-layout-image_above>.ubermenu-image{
	margin-bottom: 0;
}

/* One Column Wide Block */
.one-column-wide.alignfull {
    padding: 0;
}

/* Two Column Wide Block */
.two-column-wide.alignfull {
    padding: 0;
}

.two-column-wide .gb-layout-column-wrap {
    max-width: none !important;
}

.two-column-wide .gb-layout-column-wrap .gb-block-layout-column:first-child .gb-block-layout-column-inner {
    margin-left: auto;
    max-width: 620px;
    padding: 110px 145px 110px 0;
}

.two-column-wide .gb-layout-column-wrap .gb-block-layout-column:first-child .gb-block-layout-column-inner .wp-block-buttons {
    margin-top: 75px;
}

.wp-block-button .wp-block-button__link {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 17px !important;
    font-weight: 600;
    font-family: 'Favorit', sans-serif;
}

.two-column-wide .gb-layout-column-wrap .gb-block-layout-column:nth-child(2) .gb-block-layout-column-inner {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 320px;
}

/* Media Queries
------------------------------------------------------ */
@media only screen and (max-width: 1200px) {
    .less-more-section{
        background-image: none !important;
    }

    .woocommerce .single-product div.product form.cart div.quantity:before{
        display: none;
    }

    .header-cart{
        display: inline-block;
        position: absolute;
        right: 30px;
        top: 25px;
    }

    body .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main{
        color: #393f72 !important;
        font-size: 25px;
        display: inline-block;
        margin-top: -40px;
        position: absolute;
        left: 0;
        padding: 0;
    }

    body .sticky-active .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main{
        margin-top: -55px;
    }

    .ubermenu .ubermenu-item.menu-view-cart{
        display: flex !important;
        width: 100%;
        flex-direction: row-reverse;
        align-items: start;
        justify-content: flex-end;
    }

    .ubermenu .ubermenu-item.menu-view-cart > a{
        float: none;
        display: flex !important;
    }

    .menu-item.cart-contents{
        background: #fff;
        margin-right: 8px;
    }

    .ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0>.ubermenu-submenu-drop{
        position: relative;
        background: none !important;
        box-shadow: unset !important;
        margin: 0 !important;
    }

    body .ubermenu-responsive .ubermenu-submenu.ubermenu-submenu-type-mega > .ubermenu-item.ubermenu-column{
        border-bottom: 1px solid #AFB3D8;
    }

    body .ubermenu-responsive .ubermenu-submenu.ubermenu-submenu-type-mega > .ubermenu-item.ubermenu-column:last-child{
        border: 0;
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li>a{
        font-size: 1rem;
    }

    body .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header > .ubermenu-target{
        font-size: 1rem;
    }

    #ubermenu-main-55, .ubermenu-responsive-toggle-main[data-ubermenu-target="ubermenu-main-55"]{
        display: none !important;
    }

    #ubermenu-main-3, .ubermenu-responsive-toggle-main[data-ubermenu-target="ubermenu-main-3"]{
        display: inline-block  !important;
    }

    .ubermenu-responsive.ubermenu-responsive-collapse{
        visibility: hidden;
    }

    body .ubermenu-responsive, body .ubermenu-responsive-default.ubermenu {
        max-height: 700px;
	}
}

@media only screen and (max-width: 1190px) {
    .woocommerce .quantity .qty{
        width: 100% !important;
        margin: 0;
    }
}

@media only screen and (max-width: 1185px) {
    #header.header-sticky #header-wrap #logo, #header.header-sticky .header-inner #logo {
        top: 25px;
    }

    body button#responsive-menu-pro-button{
        top: 45px;
    }
}

@media only screen and (max-width: 1024px) {
    .woocommerce div.product div.images.woocommerce-product-gallery{
        width: 100%;
    }

    .woocommerce-page .single-product div.product div.summary{
        width: 100%;
        margin: 0 0 40px;
    }
}

@media only screen and (max-width: 1000px) {
    .guide-section .guide-left{
        width: 100%;
        padding-right: 0;
    }
    .guide-section .guide-right{
        width: 100%;
        padding-top: 40px;
    }

    .main-content{
        width: 100%;
        padding-right: 0;
    }

    .site-sidebar{
        width: 100%;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 980px){
    .contact-columns{
        display: block;
    }

    .c-column-right:not(:first-child){
        padding-left: 0;
        padding-top: 40px;
        margin-left: 0;
    }

    .related-articles .blogs-wrap .blog-post{
        width: calc(50% - 10px);
    }

    .related-articles .blog-post:nth-child(2n + 2) {
        margin-right: 0;
    }

    .related-articles .blogs-wrap .blog-post:nth-child(3n + 3) {
        margin-right: inherit;
    }

    body .woocommerce .col2-set, body .woocommerce-page .col2-set, .woocommerce-checkout-review-order{
        width: 100%;
    }

    .theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product{
        flex: 1 0 40% !important;
        max-width: 45% !important;
    }

    .woocommerce-shop .wc-block-grid.has-aligned-buttons .wc-block-grid__product{
        flex: 1 0 calc(50% - 24px);
        max-width: calc(50% - 24px);
    }

    .woocommerce-shop .wc-block-grid__products{
        justify-content: center;
    }

    body .wc-block-grid__products .wc-block-grid__product-image img{
        max-width: 191px;
    }

    .products-with-description .p-desc, body .wp-block-product-category .wc-block-grid__product-title{
        text-align: center;
    }

    .reverse-columns .kaneka-col-1 .gb-block-layout-column-inner{
        padding-left: 0 !important;
    }

    body .woocommerce form .form-row textarea{
        height: 8rem;
    }
}

@media only screen and (max-width: 900px){
    .footer-credits, .copyright-content .footer-links{
        width: 100%;
        text-align: center;
    }

    .copyright-content .footer-links{
        padding-top: 15px;
    }

    .footer-logos img {
        margin: 0 20px 10px 0;
    }

    .footer-logos img:last-child {
        margin-right: auto;
    }
    
    #footer .footer-content, .footerlinksocial{
        text-align: left;
    }

    .wp-block-columns.contact-columns {
        flex-wrap: wrap;
        display: block;
    }

    .contact-columns .wp-block-column {
        flex-basis: 100%!important;
    }
}

@media only screen and (max-width: 767px){
    section.guide-section {
        padding: 0 0 40px;
    }

    .guide-intro{
        justify-content: center;
    }

    .guide-heading{
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        text-align: center;
    }

    .guide-form .gform_wrapper .ginput_container_consent input[type="checkbox"]{
		position: relative;
        top: 10px;
	}

    .pre-footer-form-section .gform_wrapper.gravity-theme form .gform_footer{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .pre-footer-form-section .gform_wrapper .gform_footer .gform_button{
        width: 100%;
        max-width: 380px;
    }

    .header-hero .col-md-6.text{
        margin-left: 0;
    }

    .header-hero#page-title .page-subtitle, .header-hero#page-title .page-btn{
        text-align: center;
    }

    .header-hero#page-title .page-btn a.btn{
        max-width: 285px;
    }

    #bcrumbs{
        padding: 20px 0 15px;
    }

    #bcrumbs .bc-home{
        font-size: 0;
    }

    #bcrumbs .bc-home:before{
        display: inline-block;
    }

    #bcrumbs .sep{
        padding: 0 15px;
    }

    .targeted-strains-section{
        background: #1870A4 !important;
    }

    .form-heading h3.form-title{
        font-size: 21px !important;
    }

    .footer-logos-wrap{
        display: none;
    }

    .footer-logos-wrap.footer-logos-mobile{
        display: block;
    }

    .footer-logos img{
        display: block;
    }
}

@media only screen and (max-width: 641px){
    .guide-form #input_4_1, .guide-form .newsletter-button, .guide-form #field_4_2 {
        width: 100% !important;
    }

    .pre-footer-form-section .gform_wrapper .gform_body .newsletter-email .ginput_container_email input.large {
        padding: 12px 32px 12px 60px !important;
    }

    .pre-footer-form-section .gform_wrapper.gravity-theme .gform_fields{
        display: block;
    }

    .pre-footer-form-section .gform_wrapper.gravity-theme .gfield.newsletter-email{
        width: 100%;
        padding-right: 0;
        margin-bottom: 5px;
    }

    .wp-block-embed.is-type-video.video-icon:after{
        display: none;
    }

    .blogs-wrap .blog-post, .related-articles .blogs-wrap .blog-post{
        width: 100%;
        margin: 0 0 20px;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery{
        display: block;
    }

    .woocommerce div.product .flex-viewport{
        width: 100%;
        margin: 0 auto;
    }

    .woocommerce .single-product div.product div.images .flex-control-thumbs{
        width: 100%;
        padding: 30px 0 0;
        text-align: center;
        justify-content: center;
        column-gap: 20px;
    }

    .woocommerce .single-product div.product div.images .flex-control-thumbs li{
        display: inline-block;
    }

    .woocommerce-shop .wc-block-grid.has-aligned-buttons .wc-block-grid__product{
        flex: 1 0 calc(100% - 24px);
        max-width: calc(100% - 24px);
        margin-bottom: 20px;
    }

    .pre-footer-title{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .pre-footer-sub-title{
        font-size: 18px;
        margin-bottom: 20px;
    }

    .pre-footer-sub-title br{
        display: none;
    }

    .pre-footer-form-section .gform_wrapper .gform_body .newsletter-email .ginput_container_email input.large{
        font-weight: 400;
    }

    #footer .col-md-3 .widget-link{
        margin-bottom: 10px;
    }

    .gform_wrapper.contact-form_wrapper{
        padding: 20px;
    }

    .contact-columns .gfield_html_formatted{
        text-align: center;
    }

    .contact-form_wrapper .gform_button{
        width: 100%;
        padding: 15px;
    }

    .single-product .flex-viewport .p-options{
        display: none;
    }

    .single-product .flex-control-thumbs + .p-options{
        display: flex;
    }
}

@media only screen and (min-width: 601px) {
    .reverse-columns .r-col-1{
        grid-column: 2 !important;
    }
    
    .reverse-columns .r-col-2{
        grid-column: 1 !important;
    }
}

@media only screen and (max-width: 600px){
    .theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product{
        flex: 1 0 50% !important;
        max-width: 100% !important;
        padding-bottom: 30px !important;
    }

    .col-remove-padding-mobile .gb-block-layout-column-inner{
        padding: 0 !important;
    }

    .health-benefits .wp-block-genesis-blocks-gb-spacer{
        display: none;
    }

    .border-mobile-show{
        display: block;
    }

    .border-mobile-hide{
        display: none;
    }

    body .wp-block-image .alignleft, body .wp-block-image .alignright{
        padding: 0;
        margin: 0 auto;
        float: none;
    }

    body .wp-block-image img{
        margin-bottom: 40px;
        max-width: 300px;
    }

    body .wp-block-image img.mobilie-no-mb, body .wp-block-image.mobilie-no-mb img{
        margin-bottom: 0;
    }

    body hr.wp-block-separator{
        margin-left: auto;
        margin-right: auto;
    }

    .wp-block-genesis-blocks-gb-columns ul{
        text-align: left;
        display: inline-block;
    }

    .header-hero#page-title .page-subtitle p{
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    #bcrumbs{
        margin-bottom: 15px;
    }

    .woocommerce-shop .wc-block-grid.has-aligned-buttons .wc-block-grid__product{
        padding: 20px !important;
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        gap: 20px;
    }

    .mobile-remove-pt .gb-block-layout-column-inner{
        padding-top: 0 !important;
    }

    .blogs-list .pagination .nav-links {
        flex-wrap: wrap;
    }

    .blogs-list .pagination .page-numbers{
        width: 30px;
        height: 30px;
        font-size: 1rem;
        margin: 5px 10px 5px 0;
    }

    .related-articles h3{
        text-align: center;
    }

    .home .header-hero .col-md-6.polygons{
        display: none;
    }
}

@media only screen and (max-width: 585px){
    .hide-on-mobile.gb-block-spacer{
        display: none;
    }

    body .woocommerce .col2-set, body .woocommerce-page .col2-set, body #order_review > .review-order-wrap{
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 500px){
    ul.wcsatt-options-prompt-radios{
        flex-wrap: wrap;
    }

    ul.wcsatt-options-prompt-radios li{
        width: 100%;
        margin: 0 0 15px;
    }

    .single-product .p-options > div{
        padding-top: 10px;
    }

    .woocommerce .single-product div.product div.images .flex-control-thumbs{
        text-align: left;
    }

    #header #logo {
        background-size: contain;
    }

    .woocommerce .quantity .qty{
        height: 50px !important;
    }

    .woocommerce div.product form.cart .button{
        padding: 13px 5px;
    }

    body .woocommerce form .form-row-first, body .woocommerce form .form-row-last, body .woocommerce-page form .form-row-first, body .woocommerce-page form .form-row-last{
        width: 100%;
    }

    .pre-footer-form-section .gform_wrapper .gform_footer .gform_button{
        padding: 12px 15px;
    }

    .payment_method_authnet{
        font-size: 1rem;
    }

    .woocommerce-SavedPaymentMethods-saveNew{
        display: flex !important;
        align-items: center;
    }

    .woocommerce-SavedPaymentMethods-saveNew label{
        margin-bottom: 0;
    }

    .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox{
        display: flex !important;
        align-items: center;
        line-height: 1.5 !important;
    }

    #header .header-inner #logo {
        width: 60% !important;
    }
}

@media only screen and (max-width: 465px){
    .footer-logos img {
        display: inline-block;
        width: 60%;
        margin-right: 20px;
    }

    .single-product .p-options{
        font-size: 0.8rem;
        font-weight: 400;
    }

    .single-product .p-options > div{
        padding: 0 5px;
    }

    .wcsatt-options-product-prompt .wcsatt-options-prompt-text{
        font-weight: 400;
    }
}

@media only screen and (max-width: 374px){
    .footer-links .widget-link {
        display: block;
        margin-right: 0;
    }

    .single-product .flex-control-thumbs + .p-options{
        display: block;
        font-size: 1rem;
    }

    .woocommerce-review-link {
        display: block;
        margin: 20px 0 0;
    }

    .woocommerce .single-product div.product form.cart div.quantity{
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }

    .woocommerce div.product form.cart .button{
        width: 100%;
        margin: 0;
    }

    body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text{
        width: 100%;
    }

    .woocommerce-page table.cart td.actions .coupon .input-text+.button{
        width: 100%;
        margin-top: 8px;
    }
}

/* New Styles For Mobile */
@media(max-width:767px) {
    .homeSlider .header-hero {
        padding: 50px 20px;
        height: 420px;
    }

    #homepage {
        margin-top: 40px;
    }

    .two-column-wide .gb-layout-column-wrap .gb-block-layout-column:first-child .gb-block-layout-column-inner {
        max-width: 100%;
        padding: 110px 4% 110px 4% !important;
    }

    .two-column-wide .gb-layout-column-wrap .gb-block-layout-column:first-child .gb-block-layout-column-inner .wp-block-buttons {
        justify-content: center;
    }
}

/* Update credit card icons */
.woocommerce-checkout #payment ul.payment_methods li img {
    width: 46px;
    margin-right: 4px !important;
}