html {
    direction: ltr;
    -ms-overflow-x: hidden;
    box-shadow: none !important;
}

body {
    margin: 0px;
}

.clear {
    clear: both;
    float: none;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.f-none {
    float: none;
}

@media all and (max-width:479px) {
    body {
        font-size: 13px;
    }
}

.loading-overlay-showing {
    -ms-overflow-x: hidden;
}

    .loading-overlay-showing > .loading-overlay {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
    }

.loading-overlay {
    background: rgb(255, 255, 255);
    transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    -webkit-transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    -moz-transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
}

    .loading-overlay .loader::before {
        border-width: 3px 5px 2px 0px;
        border-style: solid;
        margin: auto;
        border-radius: 20px;
        animation: spin 0.8s linear infinite;
        border-image: none;
        left: 0px;
        top: 0px;
        width: 32px;
        height: 32px;
        right: 0px;
        bottom: 0px;
        vertical-align: middle;
        border-bottom-color: transparent !important;
        display: inline-block !important;
        position: absolute;
        content: " ";
        -webkit-animation: spin 0.8s infinite linear;
        -moz-animation: spin 0.8s infinite linear;
        -o-animation: spin 0.8s infinite linear;
    }

body > .loading-overlay {
    position: fixed;
    z-index: 999999;
}

.bounce-loader {
    margin: -9px 0px 0px -35px;
    transition: 0.2s;
    left: 50%;
    top: 50%;
    width: 70px;
    text-align: center;
    position: absolute;
    z-index: 10000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

    .bounce-loader .bounce1 {
        border-radius: 100%;
        width: 18px;
        height: 18px;
        display: inline-block;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
        background-color: rgb(204, 204, 204);
    }

    .bounce-loader .bounce2 {
        border-radius: 100%;
        width: 18px;
        height: 18px;
        display: inline-block;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
        background-color: rgb(204, 204, 204);
    }

    .bounce-loader .bounce3 {
        border-radius: 100%;
        width: 18px;
        height: 18px;
        display: inline-block;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
        background-color: rgb(204, 204, 204);
    }

    .bounce-loader .bounce1 {
        animation-delay: -0.32s;
        -webkit-animation-delay: -0.32s;
    }

    .bounce-loader .bounce2 {
        animation-delay: -0.16s;
        -webkit-animation-delay: -0.16s;
    }

h1 {
    margin: 0px;
    color: rgb(29, 33, 39);
    text-transform: none;
    letter-spacing: -1px;
    font-weight: 200;
}

h2 {
    margin: 0px;
    color: rgb(29, 33, 39);
    text-transform: none;
    letter-spacing: -1px;
    font-weight: 200;
}

h3 {
    margin: 0px;
    color: rgb(29, 33, 39);
    text-transform: none;
    letter-spacing: -1px;
    font-weight: 200;
}

h4 {
    margin: 0px;
    color: rgb(29, 33, 39);
    text-transform: none;
    letter-spacing: -1px;
    font-weight: 200;
}

h5 {
    margin: 0px;
    color: rgb(29, 33, 39);
    text-transform: none;
    letter-spacing: -1px;
    font-weight: 200;
}

h6 {
    margin: 0px;
    color: rgb(29, 33, 39);
    text-transform: none;
    letter-spacing: -1px;
    font-weight: 200;
}

h1 {
    margin: 0px 0px 32px;
    line-height: 44px;
    font-size: 2.6em;
}

h2 {
    margin: 0px 0px 32px;
    line-height: 40px;
    font-size: 2.2em;
    font-weight: 300;
}

h3 {
    margin: 0px 0px 33px;
    line-height: 32px;
    letter-spacing: normal;
    font-size: 1.8em;
    font-weight: 400;
}

h4 {
    margin: 0px 0px 14px;
    line-height: 27px;
    letter-spacing: normal;
    font-size: 1.4em;
    font-weight: 400;
}

h5 {
    margin: 0px 0px 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 1em;
    font-weight: 600;
}

h6 {
    margin: 0px 0px 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 1em;
    font-weight: 400;
}

h1.big {
    line-height: 54px;
    font-size: 4.2em;
}

h1.small {
    line-height: 42px;
    font-size: 2.2em;
    font-weight: 600;
}

h1.short {
    margin-bottom: 15px;
}

h2.short {
    margin-bottom: 15px;
}

h3.short {
    margin-bottom: 9px;
}

h4.short {
    margin-bottom: 9px;
}

h5.short {
    margin-bottom: 9px;
}

h6.short {
    margin-bottom: 9px;
}

h1.shorter {
    margin-bottom: 0px;
}

h2.shorter {
    margin-bottom: 0px;
}

h3.shorter {
    margin-bottom: 0px;
}

h4.shorter {
    margin-bottom: 0px;
}

h5.shorter {
    margin-bottom: 0px;
}

h6.shorter {
    margin-bottom: 0px;
}

h1.tall {
    margin-bottom: 33px;
}

h2.tall {
    margin-bottom: 33px;
}

h3.tall {
    margin-bottom: 33px;
}

h4.tall {
    margin-bottom: 33px;
}

h5.tall {
    margin-bottom: 33px;
}

h6.tall {
    margin-bottom: 33px;
}

h1.taller {
    margin-bottom: 44px;
}

h2.taller {
    margin-bottom: 44px;
}

h3.taller {
    margin-bottom: 44px;
}

h4.taller {
    margin-bottom: 44px;
}

h5.taller {
    margin-bottom: 44px;
}

h6.taller {
    margin-bottom: 44px;
}

h1.spaced {
    margin-top: 22px;
}

h2.spaced {
    margin-top: 22px;
}

h3.spaced {
    margin-top: 22px;
}

h4.spaced {
    margin-top: 22px;
}

h5.spaced {
    margin-top: 22px;
}

h6.spaced {
    margin-top: 22px;
}

h1.more-spaced {
    margin-top: 44px;
}

h2.more-spaced {
    margin-top: 44px;
}

h3.more-spaced {
    margin-top: 44px;
}

h4.more-spaced {
    margin-top: 44px;
}

h5.more-spaced {
    margin-top: 44px;
}

h6.more-spaced {
    margin-top: 44px;
}

h1.dark {
    color: rgb(29, 33, 39);
}

h2.dark {
    color: rgb(29, 33, 39);
}

h3.dark {
    color: rgb(29, 33, 39);
}

h4.dark {
    color: rgb(29, 33, 39);
}

h5.dark {
    color: rgb(29, 33, 39);
}

h1.light {
    color: rgb(255, 255, 255);
}

h2.light {
    color: rgb(255, 255, 255);
}

h3.light {
    color: rgb(255, 255, 255);
}

h4.light {
    color: rgb(255, 255, 255);
}

h5.light {
    color: rgb(255, 255, 255);
}

h6.light {
    color: rgb(255, 255, 255);
}

h1.white {
    color: rgb(255, 255, 255);
}

h2.white {
    color: rgb(255, 255, 255);
}

h3.white {
    color: rgb(255, 255, 255);
}

h4.white {
    color: rgb(255, 255, 255);
}

h5.white {
    color: rgb(255, 255, 255);
}

h6.white {
    color: rgb(255, 255, 255);
}

h1.text-shadow {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

h2.text-shadow {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

h3.text-shadow {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

h4.text-shadow {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

h5.text-shadow {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

h6.text-shadow {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

.heading.heading-border {
    margin-bottom: 25px;
}

    .heading.heading-border h1 {
        margin: 0px;
        padding: 0px;
    }

    .heading.heading-border h2 {
        margin: 0px;
        padding: 0px;
    }

    .heading.heading-border h3 {
        margin: 0px;
        padding: 0px;
    }

    .heading.heading-border h4 {
        margin: 0px;
        padding: 0px;
    }

    .heading.heading-border h5 {
        margin: 0px;
        padding: 0px;
    }

    .heading.heading-border h6 {
        margin: 0px;
        padding: 0px;
    }

.heading.heading-bottom-border h1 {
    padding-bottom: 10px;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.heading.heading-bottom-border h2 {
    padding-bottom: 10px;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.heading.heading-bottom-border h3 {
    padding-bottom: 10px;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.heading.heading-bottom-border h4 {
    padding-bottom: 5px;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.heading.heading-bottom-border h5 {
    padding-bottom: 5px;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.heading.heading-bottom-border h6 {
    padding-bottom: 5px;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.heading.heading-bottom-double-border h1 {
    padding-bottom: 10px;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-width: 3px;
    border-bottom-style: double;
}

.heading.heading-bottom-double-border h2 {
    padding-bottom: 10px;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-width: 3px;
    border-bottom-style: double;
}

.heading.heading-bottom-double-border h3 {
    padding-bottom: 10px;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-width: 3px;
    border-bottom-style: double;
}

.heading.heading-bottom-double-border h4 {
    padding-bottom: 5px;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-width: 3px;
    border-bottom-style: double;
}

.heading.heading-bottom-double-border h5 {
    padding-bottom: 5px;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-width: 3px;
    border-bottom-style: double;
}

.heading.heading-bottom-double-border h6 {
    padding-bottom: 5px;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-width: 3px;
    border-bottom-style: double;
}

.heading.heading-middle-border {
    position: relative;
}

    .heading.heading-middle-border::before {
        left: auto;
        top: 50%;
        width: 100%;
        height: 0px;
        right: 0px;
        border-top-color: rgb(219, 219, 219);
        border-top-width: 1px;
        border-top-style: solid;
        position: absolute;
        content: "";
    }

    .heading.heading-middle-border h1 {
        background: rgb(255, 255, 255);
        display: inline-block;
        position: relative;
    }

    .heading.heading-middle-border h2 {
        background: rgb(255, 255, 255);
        display: inline-block;
        position: relative;
    }

    .heading.heading-middle-border h3 {
        background: rgb(255, 255, 255);
        display: inline-block;
        position: relative;
    }

    .heading.heading-middle-border h4 {
        background: rgb(255, 255, 255);
        display: inline-block;
        position: relative;
    }

    .heading.heading-middle-border h5 {
        background: rgb(255, 255, 255);
        display: inline-block;
        position: relative;
    }

    .heading.heading-middle-border h6 {
        background: rgb(255, 255, 255);
        display: inline-block;
        position: relative;
    }

    .heading.heading-middle-border h1 {
        padding-right: 15px;
    }

    .heading.heading-middle-border h2 {
        padding-right: 10px;
    }

    .heading.heading-middle-border h3 {
        padding-right: 10px;
    }

    .heading.heading-middle-border h4 {
        padding-right: 5px;
    }

    .heading.heading-middle-border h5 {
        padding-right: 5px;
    }

    .heading.heading-middle-border h6 {
        padding-right: 5px;
    }

.heading.heading-middle-border-reverse {
    text-align: right;
}

    .heading.heading-middle-border-reverse h1 {
        padding-right: 0px;
    }

    .heading.heading-middle-border-reverse h2 {
        padding-right: 0px;
    }

    .heading.heading-middle-border-reverse h3 {
        padding-right: 0px;
    }

    .heading.heading-middle-border-reverse h4 {
        padding-right: 0px;
    }

    .heading.heading-middle-border-reverse h5 {
        padding-right: 0px;
    }

    .heading.heading-middle-border-reverse h6 {
        padding-right: 0px;
    }

    .heading.heading-middle-border-reverse h1 {
        padding-left: 15px;
    }

    .heading.heading-middle-border-reverse h2 {
        padding-left: 10px;
    }

    .heading.heading-middle-border-reverse h3 {
        padding-left: 10px;
    }

    .heading.heading-middle-border-reverse h4 {
        padding-left: 5px;
    }

    .heading.heading-middle-border-reverse h5 {
        padding-left: 5px;
    }

    .heading.heading-middle-border-reverse h6 {
        padding-left: 5px;
    }

.heading.heading-middle-border-center {
    text-align: center;
}

    .heading.heading-middle-border-center h1 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .heading.heading-middle-border-center h2 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .heading.heading-middle-border-center h3 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .heading.heading-middle-border-center h4 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .heading.heading-middle-border-center h5 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .heading.heading-middle-border-center h6 {
        padding-right: 5px;
        padding-left: 5px;
    }

.heading.heading-border-xs h1 {
    border-bottom-width: 1px;
}

.heading.heading-border-xs h2 {
    border-bottom-width: 1px;
}

.heading.heading-border-xs h3 {
    border-bottom-width: 1px;
}

.heading.heading-border-xs h4 {
    border-bottom-width: 1px;
}

.heading.heading-border-xs h5 {
    border-bottom-width: 1px;
}

.heading.heading-border-xs h6 {
    border-bottom-width: 1px;
}

.heading.heading-border-xs::before {
    border-top-width: 1px;
}

.heading.heading-border-sm h1 {
    border-bottom-width: 2px;
}

.heading.heading-border-sm h2 {
    border-bottom-width: 2px;
}

.heading.heading-border-sm h3 {
    border-bottom-width: 2px;
}

.heading.heading-border-sm h4 {
    border-bottom-width: 2px;
}

.heading.heading-border-sm h5 {
    border-bottom-width: 2px;
}

.heading.heading-border-sm h6 {
    border-bottom-width: 2px;
}

.heading.heading-border-sm::before {
    border-top-width: 2px;
}

.heading.heading-border-lg h1 {
    border-bottom-width: 3px;
}

.heading.heading-border-lg h2 {
    border-bottom-width: 3px;
}

.heading.heading-border-lg h3 {
    border-bottom-width: 3px;
}

.heading.heading-border-lg h4 {
    border-bottom-width: 3px;
}

.heading.heading-border-lg h5 {
    border-bottom-width: 3px;
}

.heading.heading-border-lg h6 {
    border-bottom-width: 3px;
}

.heading.heading-border-lg::before {
    border-top-width: 3px;
}

.heading.heading-border-xl h1 {
    border-bottom-width: 5px;
}

.heading.heading-border-xl h2 {
    border-bottom-width: 5px;
}

.heading.heading-border-xl h3 {
    border-bottom-width: 5px;
}

.heading.heading-border-xl h4 {
    border-bottom-width: 5px;
}

.heading.heading-border-xl h5 {
    border-bottom-width: 5px;
}

.heading.heading-border-xl h6 {
    border-bottom-width: 5px;
}

.heading.heading-border-xl::before {
    border-top-width: 5px;
}

@media all and (max-width:480px) {
    h2 {
        line-height: 40px;
    }
}

@media all and (max-width:767px) {
    h1.big {
        line-height: 42px;
        font-size: 3.2em;
    }
}

.heading-bold {
    font-weight: 600 !important;
}

    .heading-bold strong {
        font-weight: 800 !important;
    }

.page-title {
    margin-top: 0px;
}

blockquote {
    font-size: 1em;
}

p {
    margin: 0px 0px 20px;
    line-height: 24px;
}

    p.featured {
        line-height: 1.5em;
        font-size: 1.6em;
    }

    p.short {
        margin-bottom: 0px !important;
    }

    p.tall {
        margin-bottom: 20px !important;
    }

    p.taller {
        margin-bottom: 40px !important;
    }

    p .alternative-font {
        top: 3px;
        margin-top: -15px;
        margin-bottom: -6px;
        display: inline-block;
        position: relative;
    }

b {
    font-weight: 800;
}

.label-dark {
    background: rgb(17, 17, 17);
    font-weight: normal;
    text-decoration: none;
}

    .label-dark:hover {
        background: rgb(17, 17, 17);
        font-weight: normal;
        text-decoration: none;
    }

.alternative-font {
    font-size: 1.6em;
}

.nav > li > a:hover {
    background: none;
}

.nav > li > a:focus {
    background: none;
}

.nav i.icon-image {
    display: inline-block;
    max-width: 20px;
}

ul {
}

    ul.nav-list li {
        margin: 0px;
        padding: 0px;
        display: block;
        position: relative;
    }

    ul[class^='wsp-'] li {
        margin: 0px;
        padding: 0px;
        display: block;
        position: relative;
    }

    ul.nav-list li a {
        padding: 8px 0px 8px 20px;
        transition: background 0.1s;
        color: rgb(102, 102, 102);
        line-height: 20px;
        font-size: 0.9em;
        text-decoration: none;
        border-bottom-color: rgb(237, 237, 222);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        -webkit-transition: background 0.1s;
        -moz-transition: background 0.1s;
    }

    ul[class^='wsp-'] li a {
        padding: 8px 0px 8px 20px;
        transition: background 0.1s;
        color: rgb(102, 102, 102);
        line-height: 20px;
        font-size: 0.9em;
        text-decoration: none;
        border-bottom-color: rgb(237, 237, 222);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        -webkit-transition: background 0.1s;
        -moz-transition: background 0.1s;
    }

    ul.nav-list li a::before {
        left: 10px;
        top: 15px;
        width: 0px;
        height: 4px;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: rgb(51, 51, 51);
        border-top-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        display: inline-block;
        position: absolute;
        content: "";
    }

    ul[class^='wsp-'] li a::before {
        left: 10px;
        top: 15px;
        width: 0px;
        height: 4px;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: rgb(51, 51, 51);
        border-top-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        display: inline-block;
        position: absolute;
        content: "";
    }

    ul.nav-list li a:hover {
        text-decoration: none;
        background-color: rgb(238, 238, 238);
    }

    ul[class^='wsp-'] li a:hover {
        text-decoration: none;
        background-color: rgb(238, 238, 238);
    }

    ul.nav-list li.active > a {
        font-weight: bold;
    }

    ul[class^='wsp-'] li.active > a {
        font-weight: bold;
    }

    ul.nav-list li ul {
        list-style: none;
        margin: 0px 0px 0px 25px;
        padding: 0px;
    }

    ul[class^='wsp-'] li ul {
        list-style: none;
        margin: 0px 0px 0px 25px;
        padding: 0px;
    }

    ul.nav-list li .wsp-category-title {
        margin-top: 10px;
    }

    ul[class^='wsp-'] li .wsp-category-title {
        margin-top: 10px;
    }

    ul.nav-list li .wsp-category-title a {
        padding-left: 0px;
        font-size: 1em;
        display: inline-block;
    }

    ul[class^='wsp-'] li .wsp-category-title a {
        padding-left: 0px;
        font-size: 1em;
        display: inline-block;
    }

    ul.nav-list li .wsp-category-title a::before {
        display: none;
    }

    ul[class^='wsp-'] li .wsp-category-title a::before {
        display: none;
    }

    ul.nav-list li .wsp-category-title a:hover {
        background-color: transparent;
    }

    ul[class^='wsp-'] li .wsp-category-title a:hover {
        background-color: transparent;
    }

    ul.nav-list.hide-not-active li ul {
        display: none;
    }

    ul[class^='wsp-'].hide-not-active li ul {
        display: none;
    }

    ul.nav-list.hide-not-active li.active ul {
        display: block;
    }

    ul[class^='wsp-'].hide-not-active li.active ul {
        display: block;
    }

    ul.nav-list.show-bg-active .active > a {
        background-color: rgb(245, 245, 245);
    }

    ul[class^='wsp-'].show-bg-active .active > a {
        background-color: rgb(245, 245, 245);
    }

    ul.nav-list.show-bg-active .active > a:hover {
        background-color: rgb(238, 238, 238);
    }

    ul[class^='wsp-'].show-bg-active .active > a:hover {
        background-color: rgb(238, 238, 238);
    }

    ul.narrow li a {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    ul.nav-pills > li.active > a {
        background-color: rgb(204, 204, 204);
    }

        ul.nav-pills > li.active > a:hover {
            background-color: rgb(204, 204, 204);
        }

        ul.nav-pills > li.active > a:focus {
            background-color: rgb(204, 204, 204);
        }

    ul.nav-pills-center {
        text-align: center;
    }

        ul.nav-pills-center > li {
            float: none;
            display: inline-block;
        }

    ul.nav-pills-left > li {
        float: left;
    }

    ul.nav-pills-right > li {
        float: right;
    }

    ul.nav-pills-justify {
        display: flex;
    }

        ul.nav-pills-justify > li {
            width: 100%;
            text-align: center;
            float: none;
        }

.nav-secondary {
    background: rgb(250, 250, 250);
    margin: 0px;
    padding: 20px 0px;
    text-align: center;
    z-index: 100;
}

    .nav-secondary .nav-pills > li {
        float: none;
        display: inline-block;
    }

        .nav-secondary .nav-pills > li a {
            padding: 10px 13px;
            text-transform: uppercase;
            line-height: 20px;
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
        }

        .nav-secondary .nav-pills > li span {
            padding: 10px 13px;
            text-transform: uppercase;
            line-height: 20px;
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
        }

        .nav-secondary .nav-pills > li a i {
            font-size: 14px;
            margin-right: 5px;
        }

        .nav-secondary .nav-pills > li span i {
            font-size: 14px;
            margin-right: 5px;
        }

    .nav-secondary.sticky-active {
        border-bottom-color: rgb(233, 233, 233);
        box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    }

.sticky-nav-wrapper {
    margin: 0px -15px;
}

form label {
    font-weight: normal;
}

textarea {
    resize: vertical;
}

input[type='email'] {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

input[type='number'] {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

input[type='password'] {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

input[type='search'] {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

input[type='tel'] {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

input[type='text'] {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

input[type='url'] {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

input[type='color'] {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

input[type='date'] {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

input[type='datetime'] {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

input[type='datetime-local'] {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

input[type='month'] {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

input[type='time'] {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

input[type='week'] {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

textarea {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

select {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: left;
    color: rgb(119, 119, 119);
}

input[type='email'] {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type='number'] {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type='password'] {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type='search'] {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type='tel'] {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type='text'] {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type='url'] {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type='color'] {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type='date'] {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type='datetime'] {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type='datetime-local'] {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type='month'] {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type='time'] {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type='week'] {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

select {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

textarea {
    padding: 6px 8px;
    line-height: 1.4285;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type='email'].input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

input[type='number'].input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

input[type='password'].input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

input[type='search'].input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

input[type='tel'].input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

input[type='text'].input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

input[type='url'].input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

input[type='color'].input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

input[type='date'].input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

input[type='datetime'].input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

input[type='datetime-local'].input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

input[type='month'].input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

input[type='time'].input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

input[type='week'].input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

select.input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

textarea.input-lg {
    padding: 10px 12px;
    font-size: 18px;
}

input[type='email'].input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

input[type='number'].input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

input[type='password'].input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

input[type='search'].input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

input[type='tel'].input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

input[type='text'].input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

input[type='url'].input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

input[type='color'].input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

input[type='date'].input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

input[type='datetime'].input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

input[type='datetime-local'].input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

input[type='month'].input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

input[type='time'].input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

input[type='week'].input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

select.input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

textarea.input-sm {
    padding: 5px 7px;
    font-size: 12px;
}

select {
    padding: 6px 0px 6px 2px;
}

.form-control {
    padding: 6px 8px;
}

select.form-control {
    padding: 6px 2px;
}

label.checkbox {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    display: inline-block;
}

input[type='radio'] {
    margin-right: 5px;
}

input[type='checkbox'] {
    margin-right: 5px;
}

.form-group::after {
    height: 0px;
    line-height: 0;
    clear: both;
    display: block;
    visibility: hidden;
    content: ".";
}

.form-control:focus {
    border-color: rgb(204, 204, 204);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

label.valid {
    text-indent: -9999px;
    display: inline-block;
}

label.error {
    padding: 0px;
    color: rgb(193, 0, 0);
    font-size: 0.9em;
    margin-top: -5px;
}

    label.error#captcha-error {
        margin-top: 15px;
    }

legend {
    border: currentColor;
    border-image: none;
}

fieldset legend {
    margin-top: 15px;
}

input[type='submit'] {
    padding: 6px 10px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    color: rgb(255, 255, 255);
    line-height: 1.4285;
}

#searchform {
}

    #searchform::before {
        display: table;
        content: " ";
    }

    #searchform::after {
        display: table;
        content: " ";
    }

    #searchform::after {
        clear: both;
    }

    #searchform .screen-reader-text {
        display: block;
    }

    #searchform #s {
        display: block;
    }

    #searchform #submit {
        display: block;
    }

    #searchform #searchsubmit {
        display: block;
    }

    #searchform #s {
        width: 100%;
        margin-bottom: 1em;
        max-width: 250px;
    }

.main-content #searchform .screen-reader-text {
    margin-bottom: 0px;
    display: inline-block;
}

.main-content #searchform #s {
    margin-bottom: 0px;
    display: inline-block;
}

.main-content #searchform #submit {
    margin-bottom: 0px;
    display: inline-block;
}

.main-content #searchform #searchsubmit {
    margin-bottom: 0px;
    display: inline-block;
}

.main-content #searchform .screen-reader-text {
    vertical-align: super;
}

.main-content #searchform #s {
    width: auto;
    vertical-align: bottom;
}

.main-content #searchform #submit {
    width: auto;
    vertical-align: bottom;
}

.main-content #searchform #searchsubmit {
    width: auto;
    vertical-align: bottom;
}

@media all and (max-width:480px) {
    .main-content #searchform .screen-reader-text {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        max-width: 100%;
    }

    .main-content #searchform #s {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        max-width: 100%;
    }

    .main-content #searchform #submit {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        max-width: 100%;
    }

    .main-content #searchform #searchsubmit {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        max-width: 100%;
    }
}

.form-table th {
    padding: 10px 10px 10px 0px;
}

.form-table td {
    padding: 10px 10px 10px 0px;
}

.form-table th label {
    margin-right: 15px;
}

.form-table td label {
    margin-right: 15px;
}

.form-table th h3 {
    margin: 0px 0px -10px !important;
    color: inherit;
    line-height: 1.4285;
    font-size: 1em;
    font-weight: normal;
}

.form-table td h3 {
    margin: 0px 0px -10px !important;
    color: inherit;
    line-height: 1.4285;
    font-size: 1em;
    font-weight: normal;
}

.form-group {
    direction: ltr;
}

body #wp-link-wrap {
    background: rgb(255, 255, 255);
}

    body #wp-link-wrap #link-modal-title {
        background: rgb(252, 252, 252);
        border-bottom-color: rgb(223, 223, 223);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    body #wp-link-wrap .screen-reader-text {
        display: none;
    }

    body #wp-link-wrap .submitbox {
        background: rgb(252, 252, 252);
        border-top-color: rgb(223, 223, 223);
        border-top-width: 1px;
        border-top-style: solid;
    }

    body #wp-link-wrap #wp-link-submit {
        padding: 4px 12px;
    }

    body #wp-link-wrap #wp-link-search-toggle::after {
        font-size: 25px;
    }

.flag {
    background: url("../images/flags.png") no-repeat;
    width: 16px;
    height: 11px;
}

[class*='flag-'] {
    background: url("../images/flags.png") no-repeat;
    width: 16px;
    height: 11px;
}

.flag.flag-ad {
    background-position: -16px 0px;
}

[class*='flag-'].flag-ad {
    background-position: -16px 0px;
}

.flag.flag-ae {
    background-position: -32px 0px;
}

[class*='flag-'].flag-ae {
    background-position: -32px 0px;
}

.flag.flag-af {
    background-position: -48px 0px;
}

[class*='flag-'].flag-af {
    background-position: -48px 0px;
}

.flag.flag-ag {
    background-position: -64px 0px;
}

[class*='flag-'].flag-ag {
    background-position: -64px 0px;
}

.flag.flag-ai {
    background-position: -80px 0px;
}

[class*='flag-'].flag-ai {
    background-position: -80px 0px;
}

.flag.flag-al {
    background-position: -96px 0px;
}

[class*='flag-'].flag-al {
    background-position: -96px 0px;
}

.flag.flag-am {
    background-position: -112px 0px;
}

[class*='flag-'].flag-am {
    background-position: -112px 0px;
}

.flag.flag-an {
    background-position: -128px 0px;
}

[class*='flag-'].flag-an {
    background-position: -128px 0px;
}

.flag.flag-ao {
    background-position: -144px 0px;
}

[class*='flag-'].flag-ao {
    background-position: -144px 0px;
}

.flag.flag-ar {
    background-position: -160px 0px;
}

[class*='flag-'].flag-ar {
    background-position: -160px 0px;
}

.flag.flag-as {
    background-position: -176px 0px;
}

[class*='flag-'].flag-as {
    background-position: -176px 0px;
}

.flag.flag-at {
    background-position: -192px 0px;
}

[class*='flag-'].flag-at {
    background-position: -192px 0px;
}

.flag.flag-au {
    background-position: -208px 0px;
}

[class*='flag-'].flag-au {
    background-position: -208px 0px;
}

.flag.flag-aw {
    background-position: -224px 0px;
}

[class*='flag-'].flag-aw {
    background-position: -224px 0px;
}

.flag.flag-az {
    background-position: -240px 0px;
}

[class*='flag-'].flag-az {
    background-position: -240px 0px;
}

.flag.flag-ba {
    background-position: 0px -11px;
}

[class*='flag-'].flag-ba {
    background-position: 0px -11px;
}

.flag.flag-bb {
    background-position: -16px -11px;
}

[class*='flag-'].flag-bb {
    background-position: -16px -11px;
}

.flag.flag-bd {
    background-position: -32px -11px;
}

[class*='flag-'].flag-bd {
    background-position: -32px -11px;
}

.flag.flag-be {
    background-position: -48px -11px;
}

[class*='flag-'].flag-be {
    background-position: -48px -11px;
}

.flag.flag-bf {
    background-position: -64px -11px;
}

[class*='flag-'].flag-bf {
    background-position: -64px -11px;
}

.flag.flag-bg {
    background-position: -80px -11px;
}

[class*='flag-'].flag-bg {
    background-position: -80px -11px;
}

.flag.flag-bh {
    background-position: -96px -11px;
}

[class*='flag-'].flag-bh {
    background-position: -96px -11px;
}

.flag.flag-bi {
    background-position: -112px -11px;
}

[class*='flag-'].flag-bi {
    background-position: -112px -11px;
}

.flag.flag-bj {
    background-position: -128px -11px;
}

[class*='flag-'].flag-bj {
    background-position: -128px -11px;
}

.flag.flag-bm {
    background-position: -144px -11px;
}

[class*='flag-'].flag-bm {
    background-position: -144px -11px;
}

.flag.flag-bn {
    background-position: -160px -11px;
}

[class*='flag-'].flag-bn {
    background-position: -160px -11px;
}

.flag.flag-bo {
    background-position: -176px -11px;
}

[class*='flag-'].flag-bo {
    background-position: -176px -11px;
}

.flag.flag-br {
    background-position: -192px -11px;
}

[class*='flag-'].flag-br {
    background-position: -192px -11px;
}

.flag.flag-bs {
    background-position: -208px -11px;
}

[class*='flag-'].flag-bs {
    background-position: -208px -11px;
}

.flag.flag-bt {
    background-position: -224px -11px;
}

[class*='flag-'].flag-bt {
    background-position: -224px -11px;
}

.flag.flag-bv {
    background-position: -240px -11px;
}

[class*='flag-'].flag-bv {
    background-position: -240px -11px;
}

.flag.flag-bw {
    background-position: 0px -22px;
}

[class*='flag-'].flag-bw {
    background-position: 0px -22px;
}

.flag.flag-by {
    background-position: -16px -22px;
}

[class*='flag-'].flag-by {
    background-position: -16px -22px;
}

.flag.flag-bz {
    background-position: -32px -22px;
}

[class*='flag-'].flag-bz {
    background-position: -32px -22px;
}

.flag.flag-ca {
    background-position: -48px -22px;
}

[class*='flag-'].flag-ca {
    background-position: -48px -22px;
}

.flag.flag-catalonia {
    background-position: -64px -22px;
}

[class*='flag-'].flag-catalonia {
    background-position: -64px -22px;
}

.flag.flag-cd {
    background-position: -80px -22px;
}

[class*='flag-'].flag-cd {
    background-position: -80px -22px;
}

.flag.flag-cf {
    background-position: -96px -22px;
}

[class*='flag-'].flag-cf {
    background-position: -96px -22px;
}

.flag.flag-cg {
    background-position: -112px -22px;
}

[class*='flag-'].flag-cg {
    background-position: -112px -22px;
}

.flag.flag-ch {
    background-position: -128px -22px;
}

[class*='flag-'].flag-ch {
    background-position: -128px -22px;
}

.flag.flag-ci {
    background-position: -144px -22px;
}

[class*='flag-'].flag-ci {
    background-position: -144px -22px;
}

.flag.flag-ck {
    background-position: -160px -22px;
}

[class*='flag-'].flag-ck {
    background-position: -160px -22px;
}

.flag.flag-cl {
    background-position: -176px -22px;
}

[class*='flag-'].flag-cl {
    background-position: -176px -22px;
}

.flag.flag-cm {
    background-position: -192px -22px;
}

[class*='flag-'].flag-cm {
    background-position: -192px -22px;
}

.flag.flag-cn {
    background-position: -208px -22px;
}

[class*='flag-'].flag-cn {
    background-position: -208px -22px;
}

.flag.flag-co {
    background-position: -224px -22px;
}

[class*='flag-'].flag-co {
    background-position: -224px -22px;
}

.flag.flag-cr {
    background-position: -240px -22px;
}

[class*='flag-'].flag-cr {
    background-position: -240px -22px;
}

.flag.flag-cu {
    background-position: 0px -33px;
}

[class*='flag-'].flag-cu {
    background-position: 0px -33px;
}

.flag.flag-cv {
    background-position: -16px -33px;
}

[class*='flag-'].flag-cv {
    background-position: -16px -33px;
}

.flag.flag-cw {
    background-position: -32px -33px;
}

[class*='flag-'].flag-cw {
    background-position: -32px -33px;
}

.flag.flag-cy {
    background-position: -48px -33px;
}

[class*='flag-'].flag-cy {
    background-position: -48px -33px;
}

.flag.flag-cz {
    background-position: -64px -33px;
}

[class*='flag-'].flag-cz {
    background-position: -64px -33px;
}

.flag.flag-de {
    background-position: -80px -33px;
}

[class*='flag-'].flag-de {
    background-position: -80px -33px;
}

.flag.flag-dj {
    background-position: -96px -33px;
}

[class*='flag-'].flag-dj {
    background-position: -96px -33px;
}

.flag.flag-dk {
    background-position: -112px -33px;
}

[class*='flag-'].flag-dk {
    background-position: -112px -33px;
}

.flag.flag-dm {
    background-position: -128px -33px;
}

[class*='flag-'].flag-dm {
    background-position: -128px -33px;
}

.flag.flag-do {
    background-position: -144px -33px;
}

[class*='flag-'].flag-do {
    background-position: -144px -33px;
}

.flag.flag-dz {
    background-position: -160px -33px;
}

[class*='flag-'].flag-dz {
    background-position: -160px -33px;
}

.flag.flag-ec {
    background-position: -176px -33px;
}

[class*='flag-'].flag-ec {
    background-position: -176px -33px;
}

.flag.flag-ee {
    background-position: -192px -33px;
}

[class*='flag-'].flag-ee {
    background-position: -192px -33px;
}

.flag.flag-eg {
    background-position: -208px -33px;
}

[class*='flag-'].flag-eg {
    background-position: -208px -33px;
}

.flag.flag-eh {
    background-position: -224px -33px;
}

[class*='flag-'].flag-eh {
    background-position: -224px -33px;
}

.flag.flag-england {
    background-position: -240px -33px;
}

[class*='flag-'].flag-england {
    background-position: -240px -33px;
}

.flag.flag-er {
    background-position: 0px -44px;
}

[class*='flag-'].flag-er {
    background-position: 0px -44px;
}

.flag.flag-es {
    background-position: -16px -44px;
}

[class*='flag-'].flag-es {
    background-position: -16px -44px;
}

.flag.flag-et {
    background-position: -32px -44px;
}

[class*='flag-'].flag-et {
    background-position: -32px -44px;
}

.flag.flag-eu {
    background-position: -48px -44px;
}

[class*='flag-'].flag-eu {
    background-position: -48px -44px;
}

.flag.flag-fi {
    background-position: -64px -44px;
}

[class*='flag-'].flag-fi {
    background-position: -64px -44px;
}

.flag.flag-fj {
    background-position: -80px -44px;
}

[class*='flag-'].flag-fj {
    background-position: -80px -44px;
}

.flag.flag-fk {
    background-position: -96px -44px;
}

[class*='flag-'].flag-fk {
    background-position: -96px -44px;
}

.flag.flag-fm {
    background-position: -112px -44px;
}

[class*='flag-'].flag-fm {
    background-position: -112px -44px;
}

.flag.flag-fo {
    background-position: -128px -44px;
}

[class*='flag-'].flag-fo {
    background-position: -128px -44px;
}

.flag.flag-fr {
    background-position: -144px -44px;
}

[class*='flag-'].flag-fr {
    background-position: -144px -44px;
}

.flag.flag-ga {
    background-position: -160px -44px;
}

[class*='flag-'].flag-ga {
    background-position: -160px -44px;
}

.flag.flag-gb {
    background-position: -176px -44px;
}

[class*='flag-'].flag-gb {
    background-position: -176px -44px;
}

.flag.flag-gd {
    background-position: -192px -44px;
}

[class*='flag-'].flag-gd {
    background-position: -192px -44px;
}

.flag.flag-ge {
    background-position: -208px -44px;
}

[class*='flag-'].flag-ge {
    background-position: -208px -44px;
}

.flag.flag-gf {
    background-position: -224px -44px;
}

[class*='flag-'].flag-gf {
    background-position: -224px -44px;
}

.flag.flag-gg {
    background-position: -240px -44px;
}

[class*='flag-'].flag-gg {
    background-position: -240px -44px;
}

.flag.flag-gh {
    background-position: 0px -55px;
}

[class*='flag-'].flag-gh {
    background-position: 0px -55px;
}

.flag.flag-gi {
    background-position: -16px -55px;
}

[class*='flag-'].flag-gi {
    background-position: -16px -55px;
}

.flag.flag-gl {
    background-position: -32px -55px;
}

[class*='flag-'].flag-gl {
    background-position: -32px -55px;
}

.flag.flag-gm {
    background-position: -48px -55px;
}

[class*='flag-'].flag-gm {
    background-position: -48px -55px;
}

.flag.flag-gn {
    background-position: -64px -55px;
}

[class*='flag-'].flag-gn {
    background-position: -64px -55px;
}

.flag.flag-gp {
    background-position: -80px -55px;
}

[class*='flag-'].flag-gp {
    background-position: -80px -55px;
}

.flag.flag-gq {
    background-position: -96px -55px;
}

[class*='flag-'].flag-gq {
    background-position: -96px -55px;
}

.flag.flag-gr {
    background-position: -112px -55px;
}

[class*='flag-'].flag-gr {
    background-position: -112px -55px;
}

.flag.flag-gs {
    background-position: -128px -55px;
}

[class*='flag-'].flag-gs {
    background-position: -128px -55px;
}

.flag.flag-gt {
    background-position: -144px -55px;
}

[class*='flag-'].flag-gt {
    background-position: -144px -55px;
}

.flag.flag-gu {
    background-position: -160px -55px;
}

[class*='flag-'].flag-gu {
    background-position: -160px -55px;
}

.flag.flag-gw {
    background-position: -176px -55px;
}

[class*='flag-'].flag-gw {
    background-position: -176px -55px;
}

.flag.flag-gy {
    background-position: -192px -55px;
}

[class*='flag-'].flag-gy {
    background-position: -192px -55px;
}

.flag.flag-hk {
    background-position: -208px -55px;
}

[class*='flag-'].flag-hk {
    background-position: -208px -55px;
}

.flag.flag-hm {
    background-position: -224px -55px;
}

[class*='flag-'].flag-hm {
    background-position: -224px -55px;
}

.flag.flag-hn {
    background-position: -240px -55px;
}

[class*='flag-'].flag-hn {
    background-position: -240px -55px;
}

.flag.flag-hr {
    background-position: 0px -66px;
}

[class*='flag-'].flag-hr {
    background-position: 0px -66px;
}

.flag.flag-ht {
    background-position: -16px -66px;
}

[class*='flag-'].flag-ht {
    background-position: -16px -66px;
}

.flag.flag-hu {
    background-position: -32px -66px;
}

[class*='flag-'].flag-hu {
    background-position: -32px -66px;
}

.flag.flag-ic {
    background-position: -48px -66px;
}

[class*='flag-'].flag-ic {
    background-position: -48px -66px;
}

.flag.flag-id {
    background-position: -64px -66px;
}

[class*='flag-'].flag-id {
    background-position: -64px -66px;
}

.flag.flag-ie {
    background-position: -80px -66px;
}

[class*='flag-'].flag-ie {
    background-position: -80px -66px;
}

.flag.flag-il {
    background-position: -96px -66px;
}

[class*='flag-'].flag-il {
    background-position: -96px -66px;
}

.flag.flag-im {
    background-position: -112px -66px;
}

[class*='flag-'].flag-im {
    background-position: -112px -66px;
}

.flag.flag-in {
    background-position: -128px -66px;
}

[class*='flag-'].flag-in {
    background-position: -128px -66px;
}

.flag.flag-io {
    background-position: -144px -66px;
}

[class*='flag-'].flag-io {
    background-position: -144px -66px;
}

.flag.flag-iq {
    background-position: -160px -66px;
}

[class*='flag-'].flag-iq {
    background-position: -160px -66px;
}

.flag.flag-ir {
    background-position: -176px -66px;
}

[class*='flag-'].flag-ir {
    background-position: -176px -66px;
}

.flag.flag-is {
    background-position: -192px -66px;
}

[class*='flag-'].flag-is {
    background-position: -192px -66px;
}

.flag.flag-it {
    background-position: -208px -66px;
}

[class*='flag-'].flag-it {
    background-position: -208px -66px;
}

.flag.flag-je {
    background-position: -224px -66px;
}

[class*='flag-'].flag-je {
    background-position: -224px -66px;
}

.flag.flag-jm {
    background-position: -240px -66px;
}

[class*='flag-'].flag-jm {
    background-position: -240px -66px;
}

.flag.flag-jo {
    background-position: 0px -77px;
}

[class*='flag-'].flag-jo {
    background-position: 0px -77px;
}

.flag.flag-jp {
    background-position: -16px -77px;
}

[class*='flag-'].flag-jp {
    background-position: -16px -77px;
}

.flag.flag-ke {
    background-position: -32px -77px;
}

[class*='flag-'].flag-ke {
    background-position: -32px -77px;
}

.flag.flag-kg {
    background-position: -48px -77px;
}

[class*='flag-'].flag-kg {
    background-position: -48px -77px;
}

.flag.flag-kh {
    background-position: -64px -77px;
}

[class*='flag-'].flag-kh {
    background-position: -64px -77px;
}

.flag.flag-ki {
    background-position: -80px -77px;
}

[class*='flag-'].flag-ki {
    background-position: -80px -77px;
}

.flag.flag-km {
    background-position: -96px -77px;
}

[class*='flag-'].flag-km {
    background-position: -96px -77px;
}

.flag.flag-kn {
    background-position: -112px -77px;
}

[class*='flag-'].flag-kn {
    background-position: -112px -77px;
}

.flag.flag-kp {
    background-position: -128px -77px;
}

[class*='flag-'].flag-kp {
    background-position: -128px -77px;
}

.flag.flag-kr {
    background-position: -144px -77px;
}

[class*='flag-'].flag-kr {
    background-position: -144px -77px;
}

.flag.flag-kurdistan {
    background-position: -160px -77px;
}

[class*='flag-'].flag-kurdistan {
    background-position: -160px -77px;
}

.flag.flag-kw {
    background-position: -176px -77px;
}

[class*='flag-'].flag-kw {
    background-position: -176px -77px;
}

.flag.flag-ky {
    background-position: -192px -77px;
}

[class*='flag-'].flag-ky {
    background-position: -192px -77px;
}

.flag.flag-kz {
    background-position: -208px -77px;
}

[class*='flag-'].flag-kz {
    background-position: -208px -77px;
}

.flag.flag-la {
    background-position: -224px -77px;
}

[class*='flag-'].flag-la {
    background-position: -224px -77px;
}

.flag.flag-lb {
    background-position: -240px -77px;
}

[class*='flag-'].flag-lb {
    background-position: -240px -77px;
}

.flag.flag-lc {
    background-position: 0px -88px;
}

[class*='flag-'].flag-lc {
    background-position: 0px -88px;
}

.flag.flag-li {
    background-position: -16px -88px;
}

[class*='flag-'].flag-li {
    background-position: -16px -88px;
}

.flag.flag-lk {
    background-position: -32px -88px;
}

[class*='flag-'].flag-lk {
    background-position: -32px -88px;
}

.flag.flag-lr {
    background-position: -48px -88px;
}

[class*='flag-'].flag-lr {
    background-position: -48px -88px;
}

.flag.flag-ls {
    background-position: -64px -88px;
}

[class*='flag-'].flag-ls {
    background-position: -64px -88px;
}

.flag.flag-lt {
    background-position: -80px -88px;
}

[class*='flag-'].flag-lt {
    background-position: -80px -88px;
}

.flag.flag-lu {
    background-position: -96px -88px;
}

[class*='flag-'].flag-lu {
    background-position: -96px -88px;
}

.flag.flag-lv {
    background-position: -112px -88px;
}

[class*='flag-'].flag-lv {
    background-position: -112px -88px;
}

.flag.flag-ly {
    background-position: -128px -88px;
}

[class*='flag-'].flag-ly {
    background-position: -128px -88px;
}

.flag.flag-ma {
    background-position: -144px -88px;
}

[class*='flag-'].flag-ma {
    background-position: -144px -88px;
}

.flag.flag-mc {
    background-position: -160px -88px;
}

[class*='flag-'].flag-mc {
    background-position: -160px -88px;
}

.flag.flag-md {
    background-position: -176px -88px;
}

[class*='flag-'].flag-md {
    background-position: -176px -88px;
}

.flag.flag-me {
    background-position: -192px -88px;
}

[class*='flag-'].flag-me {
    background-position: -192px -88px;
}

.flag.flag-mg {
    background-position: -208px -88px;
}

[class*='flag-'].flag-mg {
    background-position: -208px -88px;
}

.flag.flag-mh {
    background-position: -224px -88px;
}

[class*='flag-'].flag-mh {
    background-position: -224px -88px;
}

.flag.flag-mk {
    background-position: -240px -88px;
}

[class*='flag-'].flag-mk {
    background-position: -240px -88px;
}

.flag.flag-ml {
    background-position: 0px -99px;
}

[class*='flag-'].flag-ml {
    background-position: 0px -99px;
}

.flag.flag-mm {
    background-position: -16px -99px;
}

[class*='flag-'].flag-mm {
    background-position: -16px -99px;
}

.flag.flag-mn {
    background-position: -32px -99px;
}

[class*='flag-'].flag-mn {
    background-position: -32px -99px;
}

.flag.flag-mo {
    background-position: -48px -99px;
}

[class*='flag-'].flag-mo {
    background-position: -48px -99px;
}

.flag.flag-mp {
    background-position: -64px -99px;
}

[class*='flag-'].flag-mp {
    background-position: -64px -99px;
}

.flag.flag-mq {
    background-position: -80px -99px;
}

[class*='flag-'].flag-mq {
    background-position: -80px -99px;
}

.flag.flag-mr {
    background-position: -96px -99px;
}

[class*='flag-'].flag-mr {
    background-position: -96px -99px;
}

.flag.flag-ms {
    background-position: -112px -99px;
}

[class*='flag-'].flag-ms {
    background-position: -112px -99px;
}

.flag.flag-mt {
    background-position: -128px -99px;
}

[class*='flag-'].flag-mt {
    background-position: -128px -99px;
}

.flag.flag-mu {
    background-position: -144px -99px;
}

[class*='flag-'].flag-mu {
    background-position: -144px -99px;
}

.flag.flag-mv {
    background-position: -160px -99px;
}

[class*='flag-'].flag-mv {
    background-position: -160px -99px;
}

.flag.flag-mw {
    background-position: -176px -99px;
}

[class*='flag-'].flag-mw {
    background-position: -176px -99px;
}

.flag.flag-mx {
    background-position: -192px -99px;
}

[class*='flag-'].flag-mx {
    background-position: -192px -99px;
}

.flag.flag-my {
    background-position: -208px -99px;
}

[class*='flag-'].flag-my {
    background-position: -208px -99px;
}

.flag.flag-mz {
    background-position: -224px -99px;
}

[class*='flag-'].flag-mz {
    background-position: -224px -99px;
}

.flag.flag-na {
    background-position: -240px -99px;
}

[class*='flag-'].flag-na {
    background-position: -240px -99px;
}

.flag.flag-nc {
    background-position: 0px -110px;
}

[class*='flag-'].flag-nc {
    background-position: 0px -110px;
}

.flag.flag-ne {
    background-position: -16px -110px;
}

[class*='flag-'].flag-ne {
    background-position: -16px -110px;
}

.flag.flag-nf {
    background-position: -32px -110px;
}

[class*='flag-'].flag-nf {
    background-position: -32px -110px;
}

.flag.flag-ng {
    background-position: -48px -110px;
}

[class*='flag-'].flag-ng {
    background-position: -48px -110px;
}

.flag.flag-ni {
    background-position: -64px -110px;
}

[class*='flag-'].flag-ni {
    background-position: -64px -110px;
}

.flag.flag-nl {
    background-position: -80px -110px;
}

[class*='flag-'].flag-nl {
    background-position: -80px -110px;
}

.flag.flag-no {
    background-position: -96px -110px;
}

[class*='flag-'].flag-no {
    background-position: -96px -110px;
}

.flag.flag-np {
    background-position: -112px -110px;
}

[class*='flag-'].flag-np {
    background-position: -112px -110px;
}

.flag.flag-nr {
    background-position: -128px -110px;
}

[class*='flag-'].flag-nr {
    background-position: -128px -110px;
}

.flag.flag-nu {
    background-position: -144px -110px;
}

[class*='flag-'].flag-nu {
    background-position: -144px -110px;
}

.flag.flag-nz {
    background-position: -160px -110px;
}

[class*='flag-'].flag-nz {
    background-position: -160px -110px;
}

.flag.flag-om {
    background-position: -176px -110px;
}

[class*='flag-'].flag-om {
    background-position: -176px -110px;
}

.flag.flag-pa {
    background-position: -192px -110px;
}

[class*='flag-'].flag-pa {
    background-position: -192px -110px;
}

.flag.flag-pe {
    background-position: -208px -110px;
}

[class*='flag-'].flag-pe {
    background-position: -208px -110px;
}

.flag.flag-pf {
    background-position: -224px -110px;
}

[class*='flag-'].flag-pf {
    background-position: -224px -110px;
}

.flag.flag-pg {
    background-position: -240px -110px;
}

[class*='flag-'].flag-pg {
    background-position: -240px -110px;
}

.flag.flag-ph {
    background-position: 0px -121px;
}

[class*='flag-'].flag-ph {
    background-position: 0px -121px;
}

.flag.flag-pk {
    background-position: -16px -121px;
}

[class*='flag-'].flag-pk {
    background-position: -16px -121px;
}

.flag.flag-pl {
    background-position: -32px -121px;
}

[class*='flag-'].flag-pl {
    background-position: -32px -121px;
}

.flag.flag-pm {
    background-position: -48px -121px;
}

[class*='flag-'].flag-pm {
    background-position: -48px -121px;
}

.flag.flag-pn {
    background-position: -64px -121px;
}

[class*='flag-'].flag-pn {
    background-position: -64px -121px;
}

.flag.flag-pr {
    background-position: -80px -121px;
}

[class*='flag-'].flag-pr {
    background-position: -80px -121px;
}

.flag.flag-ps {
    background-position: -96px -121px;
}

[class*='flag-'].flag-ps {
    background-position: -96px -121px;
}

.flag.flag-pt {
    background-position: -112px -121px;
}

[class*='flag-'].flag-pt {
    background-position: -112px -121px;
}

.flag.flag-pw {
    background-position: -128px -121px;
}

[class*='flag-'].flag-pw {
    background-position: -128px -121px;
}

.flag.flag-py {
    background-position: -144px -121px;
}

[class*='flag-'].flag-py {
    background-position: -144px -121px;
}

.flag.flag-qa {
    background-position: -160px -121px;
}

[class*='flag-'].flag-qa {
    background-position: -160px -121px;
}

.flag.flag-re {
    background-position: -176px -121px;
}

[class*='flag-'].flag-re {
    background-position: -176px -121px;
}

.flag.flag-ro {
    background-position: -192px -121px;
}

[class*='flag-'].flag-ro {
    background-position: -192px -121px;
}

.flag.flag-rs {
    background-position: -208px -121px;
}

[class*='flag-'].flag-rs {
    background-position: -208px -121px;
}

.flag.flag-ru {
    background-position: -224px -121px;
}

[class*='flag-'].flag-ru {
    background-position: -224px -121px;
}

.flag.flag-rw {
    background-position: -240px -121px;
}

[class*='flag-'].flag-rw {
    background-position: -240px -121px;
}

.flag.flag-sa {
    background-position: 0px -132px;
}

[class*='flag-'].flag-sa {
    background-position: 0px -132px;
}

.flag.flag-sb {
    background-position: -16px -132px;
}

[class*='flag-'].flag-sb {
    background-position: -16px -132px;
}

.flag.flag-sc {
    background-position: -32px -132px;
}

[class*='flag-'].flag-sc {
    background-position: -32px -132px;
}

.flag.flag-scotland {
    background-position: -48px -132px;
}

[class*='flag-'].flag-scotland {
    background-position: -48px -132px;
}

.flag.flag-sd {
    background-position: -64px -132px;
}

[class*='flag-'].flag-sd {
    background-position: -64px -132px;
}

.flag.flag-se {
    background-position: -80px -132px;
}

[class*='flag-'].flag-se {
    background-position: -80px -132px;
}

.flag.flag-sg {
    background-position: -96px -132px;
}

[class*='flag-'].flag-sg {
    background-position: -96px -132px;
}

.flag.flag-sh {
    background-position: -112px -132px;
}

[class*='flag-'].flag-sh {
    background-position: -112px -132px;
}

.flag.flag-si {
    background-position: -128px -132px;
}

[class*='flag-'].flag-si {
    background-position: -128px -132px;
}

.flag.flag-sk {
    background-position: -144px -132px;
}

[class*='flag-'].flag-sk {
    background-position: -144px -132px;
}

.flag.flag-sl {
    background-position: -160px -132px;
}

[class*='flag-'].flag-sl {
    background-position: -160px -132px;
}

.flag.flag-sm {
    background-position: -176px -132px;
}

[class*='flag-'].flag-sm {
    background-position: -176px -132px;
}

.flag.flag-sn {
    background-position: -192px -132px;
}

[class*='flag-'].flag-sn {
    background-position: -192px -132px;
}

.flag.flag-so {
    background-position: -208px -132px;
}

[class*='flag-'].flag-so {
    background-position: -208px -132px;
}

.flag.flag-somaliland {
    background-position: -224px -132px;
}

[class*='flag-'].flag-somaliland {
    background-position: -224px -132px;
}

.flag.flag-sr {
    background-position: -240px -132px;
}

[class*='flag-'].flag-sr {
    background-position: -240px -132px;
}

.flag.flag-ss {
    background-position: 0px -143px;
}

[class*='flag-'].flag-ss {
    background-position: 0px -143px;
}

.flag.flag-st {
    background-position: -16px -143px;
}

[class*='flag-'].flag-st {
    background-position: -16px -143px;
}

.flag.flag-sv {
    background-position: -32px -143px;
}

[class*='flag-'].flag-sv {
    background-position: -32px -143px;
}

.flag.flag-sx {
    background-position: -48px -143px;
}

[class*='flag-'].flag-sx {
    background-position: -48px -143px;
}

.flag.flag-sy {
    background-position: -64px -143px;
}

[class*='flag-'].flag-sy {
    background-position: -64px -143px;
}

.flag.flag-sz {
    background-position: -80px -143px;
}

[class*='flag-'].flag-sz {
    background-position: -80px -143px;
}

.flag.flag-tc {
    background-position: -96px -143px;
}

[class*='flag-'].flag-tc {
    background-position: -96px -143px;
}

.flag.flag-td {
    background-position: -112px -143px;
}

[class*='flag-'].flag-td {
    background-position: -112px -143px;
}

.flag.flag-tf {
    background-position: -128px -143px;
}

[class*='flag-'].flag-tf {
    background-position: -128px -143px;
}

.flag.flag-tg {
    background-position: -144px -143px;
}

[class*='flag-'].flag-tg {
    background-position: -144px -143px;
}

.flag.flag-th {
    background-position: -160px -143px;
}

[class*='flag-'].flag-th {
    background-position: -160px -143px;
}

.flag.flag-tibet {
    background-position: -176px -143px;
}

[class*='flag-'].flag-tibet {
    background-position: -176px -143px;
}

.flag.flag-tj {
    background-position: -192px -143px;
}

[class*='flag-'].flag-tj {
    background-position: -192px -143px;
}

.flag.flag-tk {
    background-position: -208px -143px;
}

[class*='flag-'].flag-tk {
    background-position: -208px -143px;
}

.flag.flag-tl {
    background-position: -224px -143px;
}

[class*='flag-'].flag-tl {
    background-position: -224px -143px;
}

.flag.flag-tm {
    background-position: -240px -143px;
}

[class*='flag-'].flag-tm {
    background-position: -240px -143px;
}

.flag.flag-tn {
    background-position: 0px -154px;
}

[class*='flag-'].flag-tn {
    background-position: 0px -154px;
}

.flag.flag-to {
    background-position: -16px -154px;
}

[class*='flag-'].flag-to {
    background-position: -16px -154px;
}

.flag.flag-tr {
    background-position: -32px -154px;
}

[class*='flag-'].flag-tr {
    background-position: -32px -154px;
}

.flag.flag-tt {
    background-position: -48px -154px;
}

[class*='flag-'].flag-tt {
    background-position: -48px -154px;
}

.flag.flag-tv {
    background-position: -64px -154px;
}

[class*='flag-'].flag-tv {
    background-position: -64px -154px;
}

.flag.flag-tw {
    background-position: -80px -154px;
}

[class*='flag-'].flag-tw {
    background-position: -80px -154px;
}

.flag.flag-tz {
    background-position: -96px -154px;
}

[class*='flag-'].flag-tz {
    background-position: -96px -154px;
}

.flag.flag-ua {
    background-position: -112px -154px;
}

[class*='flag-'].flag-ua {
    background-position: -112px -154px;
}

.flag.flag-ug {
    background-position: -128px -154px;
}

[class*='flag-'].flag-ug {
    background-position: -128px -154px;
}

.flag.flag-um {
    background-position: -144px -154px;
}

[class*='flag-'].flag-um {
    background-position: -144px -154px;
}

.flag.flag-us {
    background-position: -160px -154px;
}

[class*='flag-'].flag-us {
    background-position: -160px -154px;
}

.flag.flag-uy {
    background-position: -176px -154px;
}

[class*='flag-'].flag-uy {
    background-position: -176px -154px;
}

.flag.flag-uz {
    background-position: -192px -154px;
}

[class*='flag-'].flag-uz {
    background-position: -192px -154px;
}

.flag.flag-va {
    background-position: -208px -154px;
}

[class*='flag-'].flag-va {
    background-position: -208px -154px;
}

.flag.flag-vc {
    background-position: -224px -154px;
}

[class*='flag-'].flag-vc {
    background-position: -224px -154px;
}

.flag.flag-ve {
    background-position: -240px -154px;
}

[class*='flag-'].flag-ve {
    background-position: -240px -154px;
}

.flag.flag-vg {
    background-position: 0px -165px;
}

[class*='flag-'].flag-vg {
    background-position: 0px -165px;
}

.flag.flag-vi {
    background-position: -16px -165px;
}

[class*='flag-'].flag-vi {
    background-position: -16px -165px;
}

.flag.flag-vn {
    background-position: -32px -165px;
}

[class*='flag-'].flag-vn {
    background-position: -32px -165px;
}

.flag.flag-vu {
    background-position: -48px -165px;
}

[class*='flag-'].flag-vu {
    background-position: -48px -165px;
}

.flag.flag-wales {
    background-position: -64px -165px;
}

[class*='flag-'].flag-wales {
    background-position: -64px -165px;
}

.flag.flag-wf {
    background-position: -80px -165px;
}

[class*='flag-'].flag-wf {
    background-position: -80px -165px;
}

.flag.flag-ws {
    background-position: -96px -165px;
}

[class*='flag-'].flag-ws {
    background-position: -96px -165px;
}

.flag.flag-xk {
    background-position: -112px -165px;
}

[class*='flag-'].flag-xk {
    background-position: -112px -165px;
}

.flag.flag-ye {
    background-position: -128px -165px;
}

[class*='flag-'].flag-ye {
    background-position: -128px -165px;
}

.flag.flag-yt {
    background-position: -144px -165px;
}

[class*='flag-'].flag-yt {
    background-position: -144px -165px;
}

.flag.flag-za {
    background-position: -160px -165px;
}

[class*='flag-'].flag-za {
    background-position: -160px -165px;
}

.flag.flag-zanzibar {
    background-position: -176px -165px;
}

[class*='flag-'].flag-zanzibar {
    background-position: -176px -165px;
}

.flag.flag-zm {
    background-position: -192px -165px;
}

[class*='flag-'].flag-zm {
    background-position: -192px -165px;
}

.flag.flag-zw {
    background-position: -208px -165px;
}

[class*='flag-'].flag-zw {
    background-position: -208px -165px;
}

img {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
}

.img-rounded {
    border-radius: 4px;
}

.img-box-shadow {
    transition: 0.3s;
    box-shadow: 10px 10px 74px -15px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

    .img-box-shadow:hover {
        box-shadow: 10px 10px 74px -15px rgba(0,0,0,0.4);
    }

.img-thumbnail.full {
    width: 100%;
}

    .img-thumbnail.full img {
        width: 100%;
    }

.img-thumbnail video {
    width: 100%;
}

.img-circle {
    border-radius: 50%;
}

.img-thumbnail {
    border-radius: 4px;
    position: relative;
}

    .img-thumbnail img {
        border-radius: 4px;
    }

    .img-thumbnail .zoom {
        padding: 0px;
        border-radius: 100%;
        transition: 0.1s;
        width: 30px;
        height: 30px;
        text-align: center;
        right: 8px;
        bottom: 8px;
        color: rgb(255, 255, 255);
        display: block;
        position: absolute;
        z-index: 1000;
        cursor: pointer;
        opacity: 0;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
    }

        .img-thumbnail .zoom i {
            line-height: 28px;
            font-size: 14px;
        }

    .img-thumbnail .link {
        border-radius: 0px 0px 0px 25px;
        transition: 0.3s;
        top: -100px;
        width: 50px;
        height: 50px;
        text-align: center;
        right: -100px;
        color: rgb(255, 255, 255);
        line-height: 50px;
        font-size: 25px;
        display: inline-block;
        position: absolute;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }

        .img-thumbnail .link i {
            left: 3px;
            top: -4px;
            font-size: 24px;
            position: relative;
        }

    .img-thumbnail:hover .zoom {
        opacity: 1;
    }

    .img-thumbnail:hover .link {
        top: 0px;
        right: 0px;
    }

    .img-thumbnail .inner {
        border-radius: 4px;
        overflow: hidden;
        display: block;
        position: relative;
        transform: translate3d(0px, 0px, 0px);
        backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

    .img-thumbnail.img-thumbnail-no-borders {
        border-width: 0px;
        padding: 0px;
        border-radius: 0px;
        max-width: 100% !important;
    }

        .img-thumbnail.img-thumbnail-no-borders img {
            border-radius: 0px;
        }

        .img-thumbnail.img-thumbnail-no-borders .inner {
            border-radius: 0px;
        }

        .img-thumbnail.img-thumbnail-no-borders .rev_slider_wrapper {
            border-radius: 0px !important;
        }

            .img-thumbnail.img-thumbnail-no-borders .rev_slider_wrapper li.tp-revslider-slidesli {
                border-radius: 0px !important;
            }

.gallery-row {
    margin: 0px -4px;
}

.img-opacity-effect a img {
    border-radius: 7px;
    transition: opacity 0.2s ease-in-out;
    overflow: hidden;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
}

    .img-opacity-effect a img:hover {
        opacity: 0.9;
    }

.masonry {
}

    .masonry::before {
        display: table;
        content: " ";
    }

    .masonry::after {
        display: table;
        content: " ";
    }

    .masonry::after {
        clear: both;
    }

    .masonry .masonry-item {
        width: 25%;
        float: left;
    }

        .masonry .masonry-item.w2 {
            width: 50%;
        }

        .masonry .masonry-item img {
            border-radius: 0px !important;
        }

.vc_row.wpb_row {
    margin-bottom: 0px;
}

    .vc_row.wpb_row.vc_row-no-padding .vc_column_container {
        padding-right: 0px;
        padding-left: 0px;
    }

        .vc_row.wpb_row.vc_row-no-padding .vc_column_container.section {
            padding-right: 30px;
            padding-left: 30px;
        }

@media all and (max-width:767px) {
    .vc_row.wpb_row.vc_row-no-padding .vc_column_container.section {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.vc_row.section-with-divider {
    overflow: visible;
}

body .vc_row {
    margin-right: -15px;
    margin-left: -15px;
}

body .vc_col-xs-1 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-sm-1 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-md-1 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-lg-1 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-xs-2 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-sm-2 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-md-2 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-lg-2 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-xs-3 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-sm-3 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-lg-3 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-xs-4 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-sm-4 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-md-4 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-lg-4 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-xs-5 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-sm-5 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-md-5 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-lg-5 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-xs-6 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-sm-6 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-xs-7 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-sm-7 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-md-7 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-lg-7 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-xs-8 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-sm-8 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-md-8 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-lg-8 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-sm-9 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-md-9 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-lg-9 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-xs-10 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-sm-10 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-md-10 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-lg-10 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-xs-11 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-sm-11 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-md-11 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-lg-11 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-sm-12 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_non_responsive .vc_row .vc_col-sm-1 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_non_responsive .vc_row .vc_col-sm-2 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_non_responsive .vc_row .vc_col-sm-3 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_non_responsive .vc_row .vc_col-sm-4 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_non_responsive .vc_row .vc_col-sm-5 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_non_responsive .vc_row .vc_col-sm-6 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_non_responsive .vc_row .vc_col-sm-7 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_non_responsive .vc_row .vc_col-sm-8 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_non_responsive .vc_row .vc_col-sm-9 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_non_responsive .vc_row .vc_col-sm-10 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_non_responsive .vc_row .vc_col-sm-11 {
    padding-right: 15px;
    padding-left: 15px;
}

body .vc_non_responsive .vc_row .vc_col-sm-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.vc_row.bg-width50 .upb_row_bg {
    width: 50% !important;
    min-width: 50% !important;
}

@media all and (max-width:767px) {
    .vc_row.bg-width50 .upb_row_bg {
        display: none;
    }
}

.vc_row.bg-width50-right .upb_row_bg {
    margin-left: 50%;
    position: absolute !important;
}

.vc_row.bg-ml50 .upb_row_bg {
    margin-left: 50%;
}

.vc_row .vc_column_container > .wpb_wrapper.vc_column-inner {
    padding: 0px;
}

body {
}

    body .btn-inverse {
        border-color: rgb(45, 45, 45);
        color: rgb(255, 255, 255);
        background-color: rgb(51, 51, 51);
    }

        body .btn-inverse:focus {
            border-color: rgb(32, 32, 32);
            color: rgb(255, 255, 255);
            background-color: rgb(38, 38, 38);
        }

        body .btn-inverse.focus {
            border-color: rgb(32, 32, 32);
            color: rgb(255, 255, 255);
            background-color: rgb(38, 38, 38);
        }

        body .btn-inverse:hover {
            border-color: rgb(32, 32, 32);
            color: rgb(255, 255, 255);
            background-color: rgb(38, 38, 38);
        }

        body .btn-inverse:active {
            border-color: rgb(32, 32, 32);
            color: rgb(255, 255, 255);
            background-color: rgb(38, 38, 38);
        }

        body .btn-inverse.active {
            border-color: rgb(32, 32, 32);
            color: rgb(255, 255, 255);
            background-color: rgb(38, 38, 38);
        }

.open > body .btn-inverse.dropdown-toggle {
    border-color: rgb(32, 32, 32);
    color: rgb(255, 255, 255);
    background-color: rgb(38, 38, 38);
}

body .btn-inverse:active {
    background-image: none;
}

body .btn-inverse.active {
    background-image: none;
}

.open > body .btn-inverse.dropdown-toggle {
    background-image: none;
}

body .btn-inverse.disabled {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

body [disabled].btn-inverse {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

fieldset[disabled] body .btn-inverse {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

body .btn-inverse.disabled:hover {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

body [disabled].btn-inverse:hover {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

fieldset[disabled] body .btn-inverse:hover {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

body .btn-inverse.disabled:focus {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

body [disabled].btn-inverse:focus {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

fieldset[disabled] body .btn-inverse:focus {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

body .btn-inverse.disabled.focus {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

body [disabled].btn-inverse.focus {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

fieldset[disabled] body .btn-inverse.focus {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

body .btn-inverse.disabled:active {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

body [disabled].btn-inverse:active {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

fieldset[disabled] body .btn-inverse:active {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

body .btn-inverse.disabled.active {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

body [disabled].btn-inverse.active {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

fieldset[disabled] body .btn-inverse.active {
    border-color: rgb(45, 45, 45);
    background-color: rgb(51, 51, 51);
}

body .btn-inverse .badge {
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

body .btn {
    margin: 0px;
    padding: 6px 12px;
    border-radius: 4px;
    line-height: 1.4285;
    font-size: 14px;
    display: inline-block;
}

body .cart-actions .button {
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.33;
    font-size: 18px;
}

body .checkout-button {
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.33;
    font-size: 18px;
}

body #place_order {
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.33;
    font-size: 18px;
}

body .btn-lg {
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.33;
    font-size: 18px;
}

body .btn-group-lg > .btn {
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.33;
    font-size: 18px;
}

body input.submit.btn-lg {
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.33;
    font-size: 18px;
}

body input[type='submit'].btn.btn-lg {
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.33;
    font-size: 18px;
}

body input[type='submit'].button.btn-lg {
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.33;
    font-size: 18px;
}

body .return-to-shop .button {
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.33;
    font-size: 18px;
}

body .btn-sm {
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 12px;
}

body .btn-group-sm > .btn {
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 12px;
}

body .btn-md {
    padding: 6px 12px;
    border-radius: 4px;
    line-height: 1.4285;
    font-size: 14px;
}

body .btn-group-md > .btn {
    padding: 6px 12px;
    border-radius: 4px;
    line-height: 1.4285;
    font-size: 14px;
}

body .btn-xs {
    padding: 1px 5px;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 12px;
}

body .btn-group-xs > .btn {
    padding: 1px 5px;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 12px;
}

body .btn-block {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    display: block;
}

body .vc_btn3.vc_btn3-color-grey {
    border-color: rgb(204, 204, 204);
    color: rgb(102, 102, 102);
    background-color: transparent;
}

    body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
        border-color: rgb(204, 204, 204);
        color: rgb(102, 102, 102);
        background-color: transparent;
    }

    body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
        border-color: rgb(204, 204, 204);
        color: rgb(102, 102, 102);
        background-color: transparent;
    }

    body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d {
        border-color: rgb(204, 204, 204);
        color: rgb(102, 102, 102);
        background-color: transparent;
    }

    body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
        border-color: rgb(204, 204, 204);
        color: rgb(102, 102, 102);
        background-color: transparent;
    }

body .vc_btn3-container.vc_btn3-inline {
    vertical-align: baseline;
}

body .vc_btn3.vc_btn3-size-lg {
    border-radius: 6px;
}

body .vc_btn3.vc_btn3-icon-left .vc_btn3-icon {
    height: auto;
    line-height: inherit;
    font-size: inherit;
    display: inline;
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
}

body .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
    height: auto;
    line-height: inherit;
    font-size: inherit;
    display: inline;
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
}

body .vc_general.vc_btn3 .vc_btn3-placeholder {
    display: none;
}

body .btn.btn-lg {
    padding: 10px 16px;
    line-height: 1.3333;
    font-size: 18px;
}

body .vc_btn3.vc_btn3-size-lg {
    padding: 10px 16px;
    line-height: 1.3333;
    font-size: 18px;
}

body .btn.btn-lg.vc_btn3-icon-left {
    padding-right: 16px;
    padding-left: 16px;
}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left {
    padding-right: 16px;
    padding-left: 16px;
}

body .btn.btn-lg.vc_btn3-icon-right {
    padding-right: 16px;
    padding-left: 16px;
}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right {
    padding-right: 16px;
    padding-left: 16px;
}

body :not(.vc_btn3-o-empty).btn.btn-lg.vc_btn3-icon-left {
    padding-right: 16px;
    padding-left: 16px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left {
    padding-right: 16px;
    padding-left: 16px;
}

body :not(.vc_btn3-o-empty).btn.btn-lg.vc_btn3-icon-right {
    padding-right: 16px;
    padding-left: 16px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right {
    padding-right: 16px;
    padding-left: 16px;
}

body :not(.vc_btn3-o-empty).btn.btn-lg.vc_btn3-icon-left .vc_btn3-icon {
    padding-right: 7px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left .vc_btn3-icon {
    padding-right: 7px;
}

body :not(.vc_btn3-o-empty).btn.btn-lg.vc_btn3-icon-right .vc_btn3-icon {
    padding-left: 7px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right .vc_btn3-icon {
    padding-left: 7px;
}

body .btn.btn-lg.vc_btn3-style-outline {
    border-width: 3px;
    padding: 8px 14px;
}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline {
    border-width: 3px;
    padding: 8px 14px;
}

body .btn.btn-lg.vc_btn3-style-outline.vc_btn3-icon-left {
    padding-right: 14px;
    padding-left: 14px;
}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline.vc_btn3-icon-left {
    padding-right: 14px;
    padding-left: 14px;
}

body .btn.btn-lg.vc_btn3-style-outline.vc_btn3-icon-right {
    padding-right: 14px;
    padding-left: 14px;
}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline.vc_btn3-icon-right {
    padding-right: 14px;
    padding-left: 14px;
}

body .btn.btn-lg.vc_btn3-style-3d {
    padding: 8px 16px 7px;
    margin-bottom: 5px;
}

body .vc_btn3.vc_btn3-size-lg.vc_btn3-style-3d {
    padding: 8px 16px 7px;
    margin-bottom: 5px;
}

body .vc_btn3.vc_btn3-size-md {
    border-radius: 4px;
}

body .btn {
    padding: 6px 12px;
    line-height: 1.4285;
    font-size: 14px;
}

body .vc_btn3.vc_btn3-size-md {
    padding: 6px 12px;
    line-height: 1.4285;
    font-size: 14px;
}

body .btn.vc_btn3-icon-left {
    padding-right: 12px;
    padding-left: 12px;
}

body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left {
    padding-right: 12px;
    padding-left: 12px;
}

body .btn.vc_btn3-icon-right {
    padding-right: 12px;
    padding-left: 12px;
}

body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right {
    padding-right: 12px;
    padding-left: 12px;
}

body :not(.vc_btn3-o-empty).btn.vc_btn3-icon-left {
    padding-right: 12px;
    padding-left: 12px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-md.vc_btn3-icon-left {
    padding-right: 12px;
    padding-left: 12px;
}

body :not(.vc_btn3-o-empty).btn.vc_btn3-icon-right {
    padding-right: 12px;
    padding-left: 12px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-md.vc_btn3-icon-right {
    padding-right: 12px;
    padding-left: 12px;
}

body :not(.vc_btn3-o-empty).btn.vc_btn3-icon-left .vc_btn3-icon {
    padding-right: 5px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-md.vc_btn3-icon-left .vc_btn3-icon {
    padding-right: 5px;
}

body :not(.vc_btn3-o-empty).btn.vc_btn3-icon-right .vc_btn3-icon {
    padding-left: 5px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-md.vc_btn3-icon-right .vc_btn3-icon {
    padding-left: 5px;
}

body .btn.vc_btn3-style-outline {
    border-width: 3px;
    padding: 4px 10px;
}

body .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
    border-width: 3px;
    padding: 4px 10px;
}

body .btn.vc_btn3-style-outline.vc_btn3-icon-left {
    padding-right: 10px;
    padding-left: 10px;
}

body .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline.vc_btn3-icon-left {
    padding-right: 10px;
    padding-left: 10px;
}

body .btn.vc_btn3-style-outline.vc_btn3-icon-right {
    padding-right: 10px;
    padding-left: 10px;
}

body .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline.vc_btn3-icon-right {
    padding-right: 10px;
    padding-left: 10px;
}

body .btn.vc_btn3-style-3d {
    padding: 4px 12px 3px;
    margin-bottom: 5px;
}

body .vc_btn3.vc_btn3-size-md.vc_btn3-style-3d {
    padding: 4px 12px 3px;
    margin-bottom: 5px;
}

body .vc_btn3.vc_btn3-size-sm {
    border-radius: 3px;
}

body .btn.btn-sm {
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 12px;
}

body .vc_btn3.vc_btn3-size-sm {
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 12px;
}

body .btn.btn-sm.vc_btn3-icon-left {
    padding-right: 10px;
    padding-left: 10px;
}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left {
    padding-right: 10px;
    padding-left: 10px;
}

body .btn.btn-sm.vc_btn3-icon-right {
    padding-right: 10px;
    padding-left: 10px;
}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right {
    padding-right: 10px;
    padding-left: 10px;
}

body :not(.vc_btn3-o-empty).btn.btn-sm.vc_btn3-icon-left {
    padding-right: 10px;
    padding-left: 10px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left {
    padding-right: 10px;
    padding-left: 10px;
}

body :not(.vc_btn3-o-empty).btn.btn-sm.vc_btn3-icon-right {
    padding-right: 10px;
    padding-left: 10px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right {
    padding-right: 10px;
    padding-left: 10px;
}

body :not(.vc_btn3-o-empty).btn.btn-sm.vc_btn3-icon-left .vc_btn3-icon {
    padding-right: 3px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left .vc_btn3-icon {
    padding-right: 3px;
}

body :not(.vc_btn3-o-empty).btn.btn-sm.vc_btn3-icon-right .vc_btn3-icon {
    padding-left: 3px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right .vc_btn3-icon {
    padding-left: 3px;
}

body .btn.btn-sm.vc_btn3-style-outline {
    border-width: 2px;
    padding: 4px 9px;
}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline {
    border-width: 2px;
    padding: 4px 9px;
}

body .btn.btn-sm.vc_btn3-style-outline.vc_btn3-icon-left {
    padding-right: 9px;
    padding-left: 9px;
}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline.vc_btn3-icon-left {
    padding-right: 9px;
    padding-left: 9px;
}

body .btn.btn-sm.vc_btn3-style-outline.vc_btn3-icon-right {
    padding-right: 9px;
    padding-left: 9px;
}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline.vc_btn3-icon-right {
    padding-right: 9px;
    padding-left: 9px;
}

body .btn.btn-sm.vc_btn3-style-3d {
    padding: 4px 10px 2px;
    margin-bottom: 2px;
}

body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-3d {
    padding: 4px 10px 2px;
    margin-bottom: 2px;
}

body .vc_btn3.vc_btn3-size-xs {
    border-radius: 2px;
}

body .btn.btn-xs {
    padding: 1px 5px;
    line-height: 1.5;
    font-size: 12px;
}

body .vc_btn3.vc_btn3-size-xs {
    padding: 1px 5px;
    line-height: 1.5;
    font-size: 12px;
}

body .btn.btn-xs.vc_btn3-icon-left {
    padding-right: 5px;
    padding-left: 5px;
}

body .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left {
    padding-right: 5px;
    padding-left: 5px;
}

body .btn.btn-xs.vc_btn3-icon-right {
    padding-right: 5px;
    padding-left: 5px;
}

body .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right {
    padding-right: 5px;
    padding-left: 5px;
}

body :not(.vc_btn3-o-empty).btn.btn-xs.vc_btn3-icon-left {
    padding-right: 5px;
    padding-left: 5px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left {
    padding-right: 5px;
    padding-left: 5px;
}

body :not(.vc_btn3-o-empty).btn.btn-xs.vc_btn3-icon-right {
    padding-right: 5px;
    padding-left: 5px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right {
    padding-right: 5px;
    padding-left: 5px;
}

body :not(.vc_btn3-o-empty).btn.btn-xs.vc_btn3-icon-left .vc_btn3-icon {
    padding-right: 3px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left .vc_btn3-icon {
    padding-right: 3px;
}

body :not(.vc_btn3-o-empty).btn.btn-xs.vc_btn3-icon-right .vc_btn3-icon {
    padding-left: 3px;
}

body :not(.vc_btn3-o-empty).vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right .vc_btn3-icon {
    padding-left: 3px;
}

body .btn.btn-xs.vc_btn3-style-outline {
    border-width: 1px;
    padding: 1px 5px;
}

body .vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline {
    border-width: 1px;
    padding: 1px 5px;
}

body .btn.btn-xs.vc_btn3-style-3d {
    padding: 0px 5px;
    line-height: 1.4285;
    margin-bottom: 1px;
}

body .vc_btn3.vc_btn3-size-xs.vc_btn3-style-3d {
    padding: 0px 5px;
    line-height: 1.4285;
    margin-bottom: 1px;
}

body .vc_btn3.vc_label {
    display: inline;
    cursor: inherit;
}

    body .vc_btn3.vc_label.vc_btn3-size-lg {
        padding: 0.2em 0.6em 0.3em;
        text-align: center;
        line-height: 1;
        vertical-align: baseline;
    }

    body .vc_btn3.vc_label.vc_btn3-size-md {
        padding: 0.2em 0.6em 0.3em;
        text-align: center;
        line-height: 1;
        vertical-align: baseline;
    }

    body .vc_btn3.vc_label.vc_btn3-size-sm {
        padding: 0.2em 0.6em 0.3em;
        text-align: center;
        line-height: 1;
        vertical-align: baseline;
    }

    body .vc_btn3.vc_label.vc_btn3-size-xs {
        padding: 0.2em 0.6em 0.3em;
        text-align: center;
        line-height: 1;
        vertical-align: baseline;
    }

    body .vc_btn3.vc_label.vc_btn3-shape-rounded {
        border-radius: 0.25em;
    }

    body .vc_btn3.vc_label.vc_btn3-size-lg {
        font-size: 1em;
    }

        body .vc_btn3.vc_label.vc_btn3-size-lg.vc_btn3-style-outline {
            border-width: 2px;
        }

    body .vc_btn3.vc_label.vc_btn3-size-md {
        font-size: 0.75em;
    }

        body .vc_btn3.vc_label.vc_btn3-size-md.vc_btn3-style-outline {
            border-width: 1px;
        }

    body .vc_btn3.vc_label.vc_btn3-size-sm {
        font-size: 0.7em;
    }

    body .vc_btn3.vc_label.vc_btn3-size-xs {
        font-size: 0.6em;
    }

body .vc_btn3.vc_btn3-shape-square {
    border-radius: 0px !important;
}

body .vc_btn3.vc_btn3-shape-round {
    border-radius: 2em !important;
}

body .btn {
    transition: 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
}

body .button {
    transition: 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
}

body input.submit {
    transition: 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
}

body input[type='submit'] {
    transition: 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
}

body button {
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
}

body .btn-default {
    color: rgb(102, 102, 102);
}

body .btn-icon i {
    margin-right: 10px;
}

body .btn-icon-right i {
    margin-right: 0px;
    margin-left: 10px;
}

body .btn-primary {
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(179, 179, 179);
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-color: rgb(204, 204, 204);
}

    body .btn-primary:hover {
        border-color: rgb(217, 217, 217) rgb(217, 217, 217) rgb(191, 191, 191);
        color: rgb(255, 255, 255);
        background-color: rgb(191, 191, 191);
    }

    body .btn-primary:active {
        border-color: rgb(191, 191, 191);
        color: rgb(255, 255, 255);
        background-color: rgb(191, 191, 191);
    }

    body .btn-primary:focus {
        border-color: rgb(191, 191, 191);
        color: rgb(255, 255, 255);
        background-color: rgb(191, 191, 191);
    }

    body .btn-primary.dropdown-toggle {
        border-left-color: rgb(191, 191, 191);
    }

body [disabled].btn-primary {
    border-color: rgb(153, 153, 153);
    color: rgb(204, 204, 204);
    background-color: rgb(153, 153, 153);
}

body .btn-success {
    border-color: rgb(71, 164, 71) rgb(71, 164, 71) rgb(56, 128, 56);
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-color: rgb(71, 164, 71);
}

    body .btn-success:hover {
        border-color: rgb(81, 180, 81) rgb(81, 180, 81) rgb(63, 146, 63);
        color: rgb(255, 255, 255);
        background-color: rgb(63, 146, 63);
    }

    body .btn-success:active {
        border-color: rgb(63, 146, 63);
        color: rgb(255, 255, 255);
        background-color: rgb(63, 146, 63);
    }

    body .btn-success:focus {
        border-color: rgb(63, 146, 63);
        color: rgb(255, 255, 255);
        background-color: rgb(63, 146, 63);
    }

    body .btn-success.dropdown-toggle {
        border-left-color: rgb(63, 146, 63);
    }

body [disabled].btn-success {
    border-color: rgb(40, 93, 40);
    color: rgb(204, 204, 204);
    background-color: rgb(40, 93, 40);
}

body .btn-warning {
    border-color: rgb(237, 156, 40) rgb(237, 156, 40) rgb(209, 130, 17);
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-color: rgb(237, 156, 40);
}

    body .btn-warning:hover {
        border-color: rgb(239, 167, 64) rgb(239, 167, 64) rgb(232, 145, 19);
        color: rgb(255, 255, 255);
        background-color: rgb(232, 145, 19);
    }

    body .btn-warning:active {
        border-color: rgb(232, 145, 19);
        color: rgb(255, 255, 255);
        background-color: rgb(232, 145, 19);
    }

    body .btn-warning:focus {
        border-color: rgb(232, 145, 19);
        color: rgb(255, 255, 255);
        background-color: rgb(232, 145, 19);
    }

    body .btn-warning.dropdown-toggle {
        border-left-color: rgb(232, 145, 19);
    }

body [disabled].btn-warning {
    border-color: rgb(161, 101, 14);
    color: rgb(204, 204, 204);
    background-color: rgb(161, 101, 14);
}

body .btn-danger {
    border-color: rgb(210, 50, 45) rgb(210, 50, 45) rgb(168, 40, 36);
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-color: rgb(210, 50, 45);
}

    body .btn-danger:hover {
        border-color: rgb(215, 71, 66) rgb(215, 71, 66) rgb(189, 45, 41);
        color: rgb(255, 255, 255);
        background-color: rgb(189, 45, 41);
    }

    body .btn-danger:active {
        border-color: rgb(189, 45, 41);
        color: rgb(255, 255, 255);
        background-color: rgb(189, 45, 41);
    }

    body .btn-danger:focus {
        border-color: rgb(189, 45, 41);
        color: rgb(255, 255, 255);
        background-color: rgb(189, 45, 41);
    }

    body .btn-danger.dropdown-toggle {
        border-left-color: rgb(189, 45, 41);
    }

body [disabled].btn-danger {
    border-color: rgb(126, 30, 27);
    color: rgb(204, 204, 204);
    background-color: rgb(126, 30, 27);
}

body .btn-info {
    border-color: rgb(91, 192, 222) rgb(91, 192, 222) rgb(49, 176, 213);
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-color: rgb(91, 192, 222);
}

    body .btn-info:hover {
        border-color: rgb(112, 200, 226) rgb(112, 200, 226) rgb(70, 184, 218);
        color: rgb(255, 255, 255);
        background-color: rgb(70, 184, 218);
    }

    body .btn-info:active {
        border-color: rgb(70, 184, 218);
        color: rgb(255, 255, 255);
        background-color: rgb(70, 184, 218);
    }

    body .btn-info:focus {
        border-color: rgb(70, 184, 218);
        color: rgb(255, 255, 255);
        background-color: rgb(70, 184, 218);
    }

    body .btn-info.dropdown-toggle {
        border-left-color: rgb(70, 184, 218);
    }

body [disabled].btn-info {
    border-color: rgb(35, 144, 176);
    color: rgb(204, 204, 204);
    background-color: rgb(35, 144, 176);
}

body .btn-dark {
    border-color: rgb(29, 33, 39) rgb(29, 33, 39) rgb(7, 8, 10);
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-color: rgb(29, 33, 39);
}

    body .btn-dark:hover {
        border-color: rgb(40, 45, 54) rgb(40, 45, 54) rgb(18, 21, 24);
        color: rgb(255, 255, 255);
        background-color: rgb(18, 21, 24);
    }

    body .btn-dark:active {
        border-color: rgb(18, 21, 24);
        color: rgb(255, 255, 255);
        background-color: rgb(18, 21, 24);
    }

    body .btn-dark:focus {
        border-color: rgb(18, 21, 24);
        color: rgb(255, 255, 255);
        background-color: rgb(18, 21, 24);
    }

    body .btn-dark.dropdown-toggle {
        border-left-color: rgb(18, 21, 24);
    }

body [disabled].btn-dark {
    border-color: rgb(0, 0, 0);
    color: rgb(204, 204, 204);
    background-color: rgb(0, 0, 0);
}

body .btn-borders {
    border-width: 3px;
}

    body .btn-borders.btn-primary {
        background: none;
        border-color: rgb(204, 204, 204);
        color: rgb(204, 204, 204);
        text-shadow: none;
    }

        body .btn-borders.btn-primary:hover {
            border-color: rgb(204, 204, 204) !important;
            color: rgb(255, 255, 255);
            background-color: rgb(191, 191, 191);
        }

        body .btn-borders.btn-primary:focus {
            border-color: rgb(204, 204, 204) !important;
            color: rgb(255, 255, 255);
            background-color: rgb(191, 191, 191);
        }

    body .btn-borders.btn-success {
        background: none;
        border-color: rgb(71, 164, 71);
        color: rgb(71, 164, 71);
        text-shadow: none;
    }

        body .btn-borders.btn-success:hover {
            border-color: rgb(71, 164, 71) !important;
            color: rgb(255, 255, 255);
            background-color: rgb(63, 146, 63);
        }

        body .btn-borders.btn-success:focus {
            border-color: rgb(71, 164, 71) !important;
            color: rgb(255, 255, 255);
            background-color: rgb(63, 146, 63);
        }

    body .btn-borders.btn-warning {
        background: none;
        border-color: rgb(237, 156, 40);
        color: rgb(237, 156, 40);
        text-shadow: none;
    }

        body .btn-borders.btn-warning:hover {
            border-color: rgb(237, 156, 40) !important;
            color: rgb(255, 255, 255);
            background-color: rgb(232, 145, 19);
        }

        body .btn-borders.btn-warning:focus {
            border-color: rgb(237, 156, 40) !important;
            color: rgb(255, 255, 255);
            background-color: rgb(232, 145, 19);
        }

    body .btn-borders.btn-danger {
        background: none;
        border-color: rgb(210, 50, 45);
        color: rgb(210, 50, 45);
        text-shadow: none;
    }

        body .btn-borders.btn-danger:hover {
            border-color: rgb(210, 50, 45) !important;
            color: rgb(255, 255, 255);
            background-color: rgb(189, 45, 41);
        }

        body .btn-borders.btn-danger:focus {
            border-color: rgb(210, 50, 45) !important;
            color: rgb(255, 255, 255);
            background-color: rgb(189, 45, 41);
        }

    body .btn-borders.btn-info {
        background: none;
        border-color: rgb(91, 192, 222);
        color: rgb(91, 192, 222);
        text-shadow: none;
    }

        body .btn-borders.btn-info:hover {
            border-color: rgb(91, 192, 222) !important;
            color: rgb(255, 255, 255);
            background-color: rgb(70, 184, 218);
        }

        body .btn-borders.btn-info:focus {
            border-color: rgb(91, 192, 222) !important;
            color: rgb(255, 255, 255);
            background-color: rgb(70, 184, 218);
        }

    body .btn-borders.btn-dark {
        background: none;
        border-color: rgb(29, 33, 39);
        color: rgb(29, 33, 39);
        text-shadow: none;
    }

        body .btn-borders.btn-dark:hover {
            border-color: rgb(29, 33, 39) !important;
            color: rgb(255, 255, 255);
            background-color: rgb(18, 21, 24);
        }

        body .btn-borders.btn-dark:focus {
            border-color: rgb(29, 33, 39) !important;
            color: rgb(255, 255, 255);
            background-color: rgb(18, 21, 24);
        }

body .btn-borders {
    padding: 4px 12px;
}

    body .btn-borders.btn-lg {
        padding: 8px 16px;
    }

body .btn-group-lg > .btn-borders.btn {
    padding: 8px 16px;
}

body .btn-borders.btn-sm {
    border-width: 2px;
    padding: 4px 10px;
}

body .btn-group-sm > .btn-borders.btn {
    border-width: 2px;
    padding: 4px 10px;
}

body .btn-borders.btn-xs {
    border-width: 1px;
    padding: 1px 5px;
}

body .btn-group-xs > .btn-borders.btn {
    border-width: 1px;
    padding: 1px 5px;
}

body .btn-3d {
    padding: 5px 12px;
    border-radius: 6px;
    border-bottom-width: 3px;
}

    body .btn-3d.btn-lg {
        padding: 9px 16px;
    }

body .btn-group-lg > .btn-3d.btn {
    padding: 9px 16px;
}

body .btn-3d.btn-sm {
    border-width: 2px;
    padding: 4px 10px;
}

body .btn-group-sm > .btn-3d.btn {
    border-width: 2px;
    padding: 4px 10px;
}

body .btn-3d.btn-xs {
    border-width: 1px;
    padding: 1px 5px;
}

body .btn-group-xs > .btn-3d.btn {
    border-width: 1px;
    padding: 1px 5px;
}

body .btn-flat {
    display: inline-block;
}

body .wpb_alert {
    padding: 15px;
}

    body .wpb_alert .messagebox_text {
        padding-left: 0px;
        background-image: none;
    }

body .vc_message_box-icon > * {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.vc_message_box .alert-link {
    font-weight: bold;
}

body .wpb_gallery .wpb_flexslider .flex-control-nav {
    bottom: -50px;
}

.wpb_text_column p {
    line-height: inherit;
}

.wpb_text_column.featured {
    line-height: 1.5em;
    font-size: 1.6em;
}

.wpb_text_column.short {
    margin-bottom: 0px;
}

.wpb_text_column.tall {
    margin-bottom: 20px;
}

.wpb_text_column.taller {
    margin-bottom: 40px;
}

.wpb_text_column .alternative-font {
    top: 3px;
    margin-top: -15px;
    margin-bottom: -6px;
    display: inline-block;
    position: relative;
}

div.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    max-width: 100%;
}

    div.wpb_single_image .vc_single_image-wrapper.vc_box_rounded {
        border-radius: 4px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow {
        border-radius: 4px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
        border-radius: 4px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img {
        border-radius: 4px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_border {
        padding: 4px;
        border-radius: 4px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_outline {
        padding: 4px;
        border-radius: 4px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border {
        padding: 4px;
        border-radius: 4px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_border img {
        border-width: 0px;
        border-radius: 4px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_outline img {
        border-width: 0px;
        border-radius: 4px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img {
        border-width: 0px;
        border-radius: 4px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
        padding: 4px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle {
        padding: 4px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
        padding: 4px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
        border-width: 0px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img {
        border-width: 0px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img {
        border-width: 0px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border {
        background: rgb(255, 255, 255);
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
        background: rgb(255, 255, 255);
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
        border-radius: 4px;
        margin-bottom: -4px;
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_outline.vc_box_border_grey {
        background: rgb(255, 255, 255);
        border-color: rgb(221, 221, 221);
    }

    div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle.vc_box_border_grey {
        background: rgb(255, 255, 255);
        border-color: rgb(221, 221, 221);
    }

div.wpb_single_image .porto-vc-zoom {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

    div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon {
        position: relative;
    }

        div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon img {
            position: relative;
            z-index: 1;
        }

        div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon::before {
            background: rgba(0, 0, 0, 0.65);
            border-radius: 4px;
            transition: 0.2s;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            right: 0px;
            bottom: 0px;
            display: block;
            position: absolute;
            z-index: 2;
            content: "";
            opacity: 0;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
        }

        div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon::after {
            transition: 0.2s;
            top: 30%;
            width: 100%;
            height: 30px;
            text-align: center;
            color: rgb(255, 255, 255);
            font-family: "FontAwesome";
            font-size: 30px;
            margin-top: -15px;
            display: block;
            position: absolute;
            z-index: 3;
            content: "\f00e";
            opacity: 0;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
        }

        div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:hover::before {
            opacity: 1;
        }

        div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:hover::after {
            top: 50%;
            opacity: 1;
        }

    div.wpb_single_image .porto-vc-zoom .zoom-icon {
        padding: 0px;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        text-align: center;
        right: 8px;
        bottom: 8px;
        color: rgb(255, 255, 255);
        line-height: 28px;
        display: block;
        position: absolute;
    }

        div.wpb_single_image .porto-vc-zoom .zoom-icon::before {
            font-family: "FontAwesome";
            content: "\f002";
        }

div.wpb_single_image .vc_figure {
    max-width: 100%;
}

    div.wpb_single_image .vc_figure .vc_single_image-wrapper {
        margin-bottom: 0px;
    }

    div.wpb_single_image .vc_figure .vc_figure-caption {
        margin-top: 0.5em;
    }

div.wpb_single_image.vc_box_border {
    padding: 4px;
    border-radius: 4px;
}

div.wpb_single_image.vc_box_outline {
    padding: 4px;
    border-radius: 4px;
}

div.wpb_single_image.vc_box_shadow_border {
    padding: 4px;
    border-radius: 4px;
}

div.wpb_single_image.vc_box_border img {
    border-width: 0px;
    border-radius: 4px;
}

div.wpb_single_image.vc_box_outline img {
    border-width: 0px;
    border-radius: 4px;
}

div.wpb_single_image.vc_box_shadow_border img {
    border-width: 0px;
    border-radius: 4px;
}

.porto-carousel .vc_single_image-wrapper.vc_box_border {
    margin: 2px;
}

.porto-carousel .vc_single_image-wrapper.vc_box_outline {
    margin: 2px;
}

.porto-carousel .vc_single_image-wrapper.vc_box_shadow_border {
    margin: 2px;
}

.porto-carousel .vc_single_image-wrapper.vc_box_border_circle {
    margin: 2px;
}

.porto-carousel .vc_single_image-wrapper.vc_box_outline_circle {
    margin: 2px;
}

.porto-carousel .vc_single_image-wrapper.vc_box_shadow_border_circle {
    margin: 2px;
}

.wpb_content_element.wpb_flickr_widget {
    margin-bottom: 15px;
}

.vc_separator h4 {
    text-transform: uppercase;
    font-size: 1.14em;
    font-weight: 700;
    margin-top: 0px;
}

.vc_text_separator {
    border: currentColor;
    border-image: none;
    margin-bottom: 25px;
}

    .vc_text_separator h1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .vc_text_separator h2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .vc_text_separator h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .vc_text_separator h4 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .vc_text_separator h5 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .vc_text_separator h6 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .vc_text_separator p {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .vc_text_separator div {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .vc_text_separator div {
        top: auto;
        background-color: transparent;
    }

    .vc_text_separator .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
        padding: 0px;
    }

    .vc_text_separator :not(.vc_icon_element-have-style).vc_icon_element + h4 {
        padding-right: 1em;
        margin-left: -0.5em;
    }

.vc_separator.vc_separator_align_left h1 {
    padding: 0px 15px 0px 0px;
}

.vc_separator.vc_separator_align_left h2 {
    padding: 0px 15px 0px 0px;
}

.vc_separator.vc_separator_align_left h3 {
    padding: 0px 12px 0px 0px;
}

.vc_separator.vc_separator_align_left h4 {
    padding: 0px 12px 0px 0px;
}

.vc_separator.vc_separator_align_left h5 {
    padding: 0px 10px 0px 0px;
}

.vc_separator.vc_separator_align_left h6 {
    padding: 0px 10px 0px 0px;
}

.vc_separator.vc_separator_align_left p {
    padding: 0px 10px 0px 0px;
}

.vc_separator.vc_separator_align_left div {
    padding: 0px 10px 0px 0px;
}

.vc_separator.vc_separator_align_right h1 {
    padding: 0px 0px 0px 15px;
}

.vc_separator.vc_separator_align_right h2 {
    padding: 0px 0px 0px 15px;
}

.vc_separator.vc_separator_align_right h3 {
    padding: 0px 0px 0px 12px;
}

.vc_separator.vc_separator_align_right h4 {
    padding: 0px 0px 0px 12px;
}

.vc_separator.vc_separator_align_right h5 {
    padding: 0px 0px 0px 10px;
}

.vc_separator.vc_separator_align_right h6 {
    padding: 0px 0px 0px 10px;
}

.vc_separator.vc_separator_align_right p {
    padding: 0px 0px 0px 10px;
}

.vc_separator.vc_separator_align_right div {
    padding: 0px 0px 0px 10px;
}

.vc_separator.vc_separator_align_center h1 {
    padding: 0px 15px;
}

.vc_separator.vc_separator_align_center h2 {
    padding: 0px 15px;
}

.vc_separator.vc_separator_align_center h3 {
    padding: 0px 12px;
}

.vc_separator.vc_separator_align_center h4 {
    padding: 0px 12px;
}

.vc_separator.vc_separator_align_center h5 {
    padding: 0px 10px;
}

.vc_separator.vc_separator_align_center h6 {
    padding: 0px 10px;
}

.vc_separator.vc_separator_align_center p {
    padding: 0px 10px;
}

.vc_separator.vc_separator_align_center div {
    padding: 0px 10px;
}

.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line {
    border: currentColor;
    border-image: none;
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15));
}

.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line {
    border: currentColor;
    border-image: none;
    background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.15));
}

.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.solid {
    background: rgba(0, 0, 0, 0.15);
}

.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.solid {
    background: rgba(0, 0, 0, 0.15);
}

.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.dashed {
    background: none;
    position: relative;
}

.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.dashed {
    background: none;
    position: relative;
}

.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.dashed::after {
    border: 1px dashed rgba(0, 0, 0, 0.15);
    border-image: none;
    top: 50%;
    width: 100%;
    height: 0px;
    margin-top: -1px;
    display: block;
    position: absolute;
    content: "";
}

.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.dashed::after {
    border: 1px dashed rgba(0, 0, 0, 0.15);
    border-image: none;
    top: 50%;
    width: 100%;
    height: 0px;
    margin-top: -1px;
    display: block;
    position: absolute;
    content: "";
}

.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern {
    background: none;
    position: relative;
}

.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern {
    background: none;
    position: relative;
}

.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern::after {
    background: url("../images/patterns/worn_dots.png") 0px 0px;
    top: 50%;
    width: 100%;
    height: 15px;
    margin-top: -7px;
    display: block;
    position: absolute;
    content: "";
}

.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern::after {
    background: url("../images/patterns/worn_dots.png") 0px 0px;
    top: 50%;
    width: 100%;
    height: 15px;
    margin-top: -7px;
    display: block;
    position: absolute;
    content: "";
}

.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern.pattern-2::after {
    background-image: url("../images/patterns/az_subtle.png");
}

.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern.pattern-2::after {
    background-image: url("../images/patterns/az_subtle.png");
}

.vc_custom_heading.heading-m-none > * {
    margin-bottom: 0px;
}

.vc_custom_heading.m-b-none > * {
    margin-bottom: 0px;
}

.vc_custom_heading.big h1 {
    line-height: 54px;
    font-size: 4.2em;
}

.vc_custom_heading.short h1 {
    margin-bottom: 15px;
}

.vc_custom_heading.short h2 {
    margin-bottom: 15px;
}

.vc_custom_heading.short h3 {
    margin-bottom: 9px;
}

.vc_custom_heading.short h4 {
    margin-bottom: 9px;
}

.vc_custom_heading.short h5 {
    margin-bottom: 9px;
}

.vc_custom_heading.short h6 {
    margin-bottom: 9px;
}

.vc_custom_heading.shorter h1 {
    margin-bottom: 0px;
}

.vc_custom_heading.shorter h2 {
    margin-bottom: 0px;
}

.vc_custom_heading.shorter h3 {
    margin-bottom: 0px;
}

.vc_custom_heading.shorter h4 {
    margin-bottom: 0px;
}

.vc_custom_heading.shorter h5 {
    margin-bottom: 0px;
}

.vc_custom_heading.shorter h6 {
    margin-bottom: 0px;
}

.vc_custom_heading.tall h1 {
    margin-bottom: 33px;
}

.vc_custom_heading.tall h2 {
    margin-bottom: 33px;
}

.vc_custom_heading.tall h3 {
    margin-bottom: 33px;
}

.vc_custom_heading.tall h4 {
    margin-bottom: 33px;
}

.vc_custom_heading.tall h5 {
    margin-bottom: 33px;
}

.vc_custom_heading.tall h6 {
    margin-bottom: 33px;
}

.vc_custom_heading.taller h1 {
    margin-bottom: 44px;
}

.vc_custom_heading.taller h2 {
    margin-bottom: 44px;
}

.vc_custom_heading.taller h3 {
    margin-bottom: 44px;
}

.vc_custom_heading.taller h4 {
    margin-bottom: 44px;
}

.vc_custom_heading.taller h5 {
    margin-bottom: 44px;
}

.vc_custom_heading.taller h6 {
    margin-bottom: 44px;
}

.vc_custom_heading.spaced h1 {
    margin-top: 33px;
}

.vc_custom_heading.spaced h2 {
    margin-top: 33px;
}

.vc_custom_heading.spaced h3 {
    margin-top: 33px;
}

.vc_custom_heading.spaced h4 {
    margin-top: 33px;
}

.vc_custom_heading.spaced h5 {
    margin-top: 33px;
}

.vc_custom_heading.spaced h6 {
    margin-top: 33px;
}

.vc_custom_heading.more-spaced h1 {
    margin-top: 44px;
}

.vc_custom_heading.more-spaced h2 {
    margin-top: 44px;
}

.vc_custom_heading.more-spaced h3 {
    margin-top: 44px;
}

.vc_custom_heading.more-spaced h4 {
    margin-top: 44px;
}

.vc_custom_heading.more-spaced h5 {
    margin-top: 44px;
}

.vc_custom_heading.more-spaced h6 {
    margin-top: 44px;
}

.vc_general.vc_cta3 {
    padding: 25px;
}

    .vc_general.vc_cta3.vc_cta3-shape-rounded {
        border-radius: 10px;
    }

    .vc_general.vc_cta3 h2 {
        line-height: 30px;
        letter-spacing: normal;
        font-size: 1.8em;
        font-weight: 400;
    }

    .vc_general.vc_cta3 h2 {
        margin: 0px 0px 9px;
        color: rgb(29, 33, 39);
    }

    .vc_general.vc_cta3 h4 {
        margin: 0px 0px 9px;
        color: rgb(29, 33, 39);
    }

    .vc_general.vc_cta3 p {
        font-size: 1.2em;
    }

    .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2 {
        color: rgb(29, 33, 39);
    }

    .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4 {
        color: rgb(29, 33, 39);
    }

    .vc_general.vc_cta3.vc_cta3-style-custom {
        border-width: 1px;
        border-style: solid;
        border-color: rgb(223, 223, 223) rgb(236, 236, 236);
    }

@media all and (min-width:768px) {
    .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
        width: 70%;
        padding-right: 25px;
    }

    .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
        width: 20%;
    }

    .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
        width: 70%;
        padding-left: 25px;
    }

    .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions {
        width: 20%;
    }
}

@media all and (max-width:767px) {
    .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
        padding-top: 20px;
    }

        .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions > div:last-child {
            margin-bottom: 0px;
        }

    .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions {
        padding-bottom: 20px;
    }

        .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions > div:last-child {
            margin-bottom: 0px;
        }
}

.vc_progress_bar .vc_single_bar.progress.bar_blue .vc_bar {
    background-color: rgb(0, 116, 204);
}

.vc_progress_bar .vc_single_bar.progress.bar_turquoise .vc_bar {
    background-color: rgb(73, 175, 205);
}

.vc_progress_bar .vc_single_bar.progress.bar_green .vc_bar {
    background-color: rgb(91, 183, 91);
}

.vc_progress_bar .vc_single_bar.progress.bar_orange .vc_bar {
    background-color: rgb(250, 167, 50);
}

.vc_progress_bar .vc_single_bar.progress.bar_red .vc_bar {
    background-color: rgb(218, 79, 73);
}

.vc_progress_bar .vc_single_bar.progress.bar_black .vc_bar {
    background-color: rgb(65, 65, 65);
}

.overlay-show {
    margin-bottom: 30px;
}

.tab-pane > *:last-child {
    margin-bottom: 0px;
}

.panel-body > *:last-child {
    margin-bottom: 0px;
}

.wpb_wrapper .top-icon .ult-just-icon-wrapper {
    margin-bottom: 15px;
}

.wpb_wrapper .top-icon .aio-icon-header h3.aio-icon-title {
    margin-top: 0px;
    margin-bottom: 10px;
}

.wpb_wrapper .aio-icon-header h3.aio-icon-title {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.3em;
    font-weight: 400;
}

.wpb_wrapper h3.aio-icon-title small {
    margin: 2px 0px 4px;
    font-size: 75%;
    display: block;
}

.wpb_wrapper .aio-icon-read {
    margin-top: 10px;
}

.info-box-small .aio-icon-box {
    margin-bottom: 15px;
}

.info-box-small-wrap .aio-icon-box {
    margin-bottom: 15px;
}

.info-box-small .aio-icon-header + .aio-icon-description {
    margin-top: 5px;
}

.info-box-small-wrap .aio-icon-header + .aio-icon-description {
    margin-top: 5px;
}

.aio-icon-box {
    margin-bottom: 30px;
}

    .aio-icon-box .fa {
        font-family: "FontAwesome" !important;
    }

.aio-icon-component {
    margin-bottom: 0px;
}

    .aio-icon-component.text-left .aio-icon-box.top-icon .align-icon {
        text-align: left !important;
    }

    .aio-icon-component.text-left .aio-icon-box.bottom-icon .align-icon {
        text-align: left !important;
    }

    .aio-icon-component.text-left .aio-icon-box.top-icon .aio-icon-header {
        text-align: left !important;
    }

    .aio-icon-component.text-left .aio-icon-box.bottom-icon .aio-icon-header {
        text-align: left !important;
    }

    .aio-icon-component.text-left .aio-icon-box.top-icon .aio-icon-img {
        text-align: left !important;
    }

    .aio-icon-component.text-left .aio-icon-box.bottom-icon .aio-icon-img {
        text-align: left !important;
    }

    .aio-icon-component.text-left .aio-icon-box.top-icon .aio-icon-description {
        text-align: left !important;
    }

    .aio-icon-component.text-left .aio-icon-box.bottom-icon .aio-icon-description {
        text-align: left !important;
    }

    .aio-icon-component.text-right .aio-icon-box.top-icon .align-icon {
        text-align: right !important;
    }

    .aio-icon-component.text-right .aio-icon-box.bottom-icon .align-icon {
        text-align: right !important;
    }

    .aio-icon-component.text-right .aio-icon-box.top-icon .aio-icon-header {
        text-align: right !important;
    }

    .aio-icon-component.text-right .aio-icon-box.bottom-icon .aio-icon-header {
        text-align: right !important;
    }

    .aio-icon-component.text-right .aio-icon-box.top-icon .aio-icon-img {
        text-align: right !important;
    }

    .aio-icon-component.text-right .aio-icon-box.bottom-icon .aio-icon-img {
        text-align: right !important;
    }

    .aio-icon-component.text-right .aio-icon-box.top-icon .aio-icon-description {
        text-align: right !important;
    }

    .aio-icon-component.text-right .aio-icon-box.bottom-icon .aio-icon-description {
        text-align: right !important;
    }

h3.ult_modal-title {
    text-transform: none;
}

.ult-carousel-wrapper button.circle-border {
    border-radius: 100%;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
}

.ult-carousel-wrapper button.circle-bg {
    border-radius: 100%;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
}

.ult-carousel-wrapper button.square-border {
    border-radius: 0px !important;
}

.ult-carousel-wrapper button.square-bg {
    border-radius: 0px !important;
}

.ult-carousel-wrapper button.slick-disabled {
    cursor: auto;
    opacity: 0.5;
}

.ult-carousel-wrapper {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
}

    .ult-carousel-wrapper * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        moz-box-sizing: border-box;
    }

.ult-carousel-wrapper {
    margin-bottom: 35px;
    position: relative;
}

    .ult-carousel-wrapper .wpb_content_element {
        margin-bottom: 0px;
    }

    .ult-carousel-wrapper.ult_horizontal .slick-prev {
        margin: 0px;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .ult-carousel-wrapper.ult_horizontal .slick-next {
        margin: 0px;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .ult-carousel-wrapper.ult_full_width .slick-prev {
        margin: 0px;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .ult-carousel-wrapper.ult_full_width .slick-next {
        margin: 0px;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .ult-carousel-wrapper.ult_full_width .slick-next {
        right: 20px;
    }

    .ult-carousel-wrapper.ult_full_width .slick-prev {
        left: 20px;
    }

    .ult-carousel-wrapper.ult_horizontal ul.slick-dots {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
        text-align: center;
        bottom: -35px;
        display: block;
        position: absolute;
        z-index: 99;
    }

    .ult-carousel-wrapper.ult_full_width ul.slick-dots {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
        text-align: center;
        bottom: -35px;
        display: block;
        position: absolute;
        z-index: 99;
    }

    .ult-carousel-wrapper.ult_full_width .slick-slide.slick-active {
        z-index: 9;
    }

    .ult-carousel-wrapper.ult_vertical {
        padding: 50px 0px;
    }

        .ult-carousel-wrapper.ult_vertical .slick-vertical .slick-slide {
            border: 1px solid transparent;
            border-image: none;
            height: auto;
            display: block;
        }

        .ult-carousel-wrapper.ult_vertical button.slick-prev {
            margin: 0px;
            left: 50%;
            transform: translateX(-50%) rotate(90deg);
            -webkit-transform: translateX(-50%) rotate(90deg);
            -moz-transform: translateX(-50%) rotate(90deg);
            -o-transform: translateX(-50%) rotate(90deg);
        }

        .ult-carousel-wrapper.ult_vertical button.slick-next {
            margin: 0px;
            left: 50%;
            transform: translateX(-50%) rotate(90deg);
            -webkit-transform: translateX(-50%) rotate(90deg);
            -moz-transform: translateX(-50%) rotate(90deg);
            -o-transform: translateX(-50%) rotate(90deg);
        }

        .ult-carousel-wrapper.ult_vertical button.slick-prev {
            top: -45px;
        }

        .ult-carousel-wrapper.ult_vertical button.slick-next {
            top: auto;
            bottom: -40px;
        }

        .ult-carousel-wrapper.ult_vertical ul.slick-dots {
            list-style: none;
            margin: 0px;
            padding: 0px;
            left: -25px;
            top: 50%;
            width: 25px;
            height: auto;
            text-align: center;
            vertical-align: middle;
            float: none;
            display: table !important;
            position: absolute;
            z-index: 99;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

.ult-item-wrap.slick-slide.animated {
    opacity: 1 !important;
}

body .ult-carousel-wrapper {
    padding-bottom: 0px;
}

body .slick-dots {
    transform: translateY(0px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}

body .ult-carousel-wrapper.ult_horizontal ul.slick-dots {
    bottom: -5px;
    margin-top: 10px;
    position: relative;
}

body .ult-carousel-wrapper.ult_full_width ul.slick-dots {
    bottom: -5px;
    margin-top: 10px;
    position: relative;
}

body .slick-dots {
    bottom: -5px;
    margin-top: 10px;
    position: relative;
}

body .ult-carousel-wrapper.ult_horizontal ul.slick-dots li {
    margin: 0px 2px;
}

body .ult-carousel-wrapper.ult_full_width ul.slick-dots li {
    margin: 0px 2px;
}

body .slick-dots li {
    margin: 0px 2px;
}

body .sidebar-content .ult-carousel-wrapper.ult_horizontal ul.slick-dots {
    margin-top: 3px;
}

body .sidebar-content .ult-carousel-wrapper.ult_full_width ul.slick-dots {
    margin-top: 3px;
}

body .sidebar-content .slick-dots {
    margin-top: 3px;
}

body .sidebar-content .ult-carousel-wrapper {
    margin-bottom: 0px;
}

body .slick-slide img {
    display: inline;
}

.ult-carousel-wrapper > div:first-child {
    margin: 0px;
    padding: 0px;
    display: block;
    position: relative;
    box-sizing: border-box;
    -ms-user-select: none;
    -ms-touch-action: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
    user-select: none;
    -webkit-touch-callout: none;
}

    .ult-carousel-wrapper > div:first-child > .ult-item-wrap {
        display: none;
    }

    .ult-carousel-wrapper > div:first-child > :first-child.ult-item-wrap {
        display: block;
        position: relative;
        min-height: 200px;
    }

        .ult-carousel-wrapper > div:first-child > :first-child.ult-item-wrap > * {
            opacity: 0;
        }

    .ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap {
        display: block;
    }

    .ult-carousel-wrapper > div:first-child.slick-initialized > :first-child.ult-item-wrap {
        position: static;
        min-height: 0px;
    }

        .ult-carousel-wrapper > div:first-child.slick-initialized > :first-child.ult-item-wrap::before {
            display: none;
        }

        .ult-carousel-wrapper > div:first-child.slick-initialized > :first-child.ult-item-wrap > * {
            opacity: 1;
        }

.ultimate_google_map {
    width: 100% !important;
    position: relative !important;
    min-width: 0px !important;
}

.gmap-border {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    overflow: hidden;
}

.gmap-rounded {
    border-radius: 6px;
    overflow: hidden;
}

    .gmap-rounded .ultimate_google_map {
        border-radius: 6px;
        overflow: hidden;
    }

.uvc-type-wrap .ultimate-typed-main {
    font-weight: bold;
}

.uvc-type-wrap .ticker {
    font-weight: bold;
}

.upb_row_bg {
    min-height: 0px !important;
}

.video-cover {
    overflow: hidden !important;
}

    .video-cover .upb_video-bg {
        left: 0px !important;
    }

    .video-cover .upb_video-src {
        left: 49% !important;
        top: 49% !important;
        position: absolute;
        transform: translate(-49%, -50%);
        -webkit-transform: translate(-49%, -50%);
        -moz-transform: translate(-49%, -50%);
        -o-transform: translate(-49%, -50%);
    }

.upb_bg_overlay {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-backface-visibility: hidden;
}

.upb_bg_overlay_pattern {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-backface-visibility: hidden;
}

.porto-grid-container {
    position: relative;
}

    .porto-grid-container .porto-grid-item {
        float: left;
        max-width: 100%;
    }

        .porto-grid-container .porto-grid-item > .wpb_single_image {
            margin-bottom: 0px;
        }

            .porto-grid-container .porto-grid-item > .wpb_single_image .vc_single_image-wrapper:hover {
                background: rgb(0, 0, 0);
                transition: opacity 0.35s;
                -webkit-transition: opacity 0.35s ease 0s;
                -moz-transition: opacity 0.35s ease 0s;
            }

            .porto-grid-container .porto-grid-item > .wpb_single_image a {
                display: block;
            }

            .porto-grid-container .porto-grid-item > .wpb_single_image .vc_single_image-wrapper {
                width: 100%;
                display: block;
            }

            .porto-grid-container .porto-grid-item > .wpb_single_image img {
                transition: opacity 0.35s;
                width: 100%;
                -webkit-transition: opacity 0.35s ease 0s;
                -moz-transition: opacity 0.35s ease 0s;
            }

                .porto-grid-container .porto-grid-item > .wpb_single_image img:hover {
                    opacity: 0.9;
                }

.porto-links-block {
    background: rgb(251, 251, 251);
    border-radius: 7px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

@media all and (max-width:1169px) {
    .porto-links-block {
        font-size: 13px;
    }
}

.porto-links-block .links-title {
    background: rgb(245, 245, 245);
    margin: 0px;
    padding: 11px 15px 9px;
    border-radius: 7px 7px 0px 0px;
    transition: 0.25s;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 19px;
    font-size: 0.92em;
    font-weight: 700;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

@media all and (max-width:1169px) {
    .porto-links-block .links-title {
        padding: 8px 12px 6px;
    }
}

.porto-links-block .links-title i {
    margin-right: 5px;
}

    .porto-links-block .links-title i.icon-image {
        display: inline-block;
        max-width: 20px;
    }

.porto-links-block .links-content ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.porto-links-block li.porto-links-item {
    display: block;
}

.porto-links-block li:first-child.porto-links-item > a {
    border-top-width: 0px;
}

.porto-links-block li:first-child.porto-links-item > span {
    border-top-width: 0px;
}

.porto-links-block li.porto-links-item > a {
    margin: 0px 10px -1px;
    padding: 11px 5px;
    line-height: 18px;
    font-size: 1em;
    text-decoration: none;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
    display: block;
}

.porto-links-block li.porto-links-item > span {
    margin: 0px 10px -1px;
    padding: 11px 5px;
    line-height: 18px;
    font-size: 1em;
    text-decoration: none;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
    display: block;
}

@media all and (max-width:1169px) {
    .porto-links-block li.porto-links-item > a {
        margin: 0px 7px -1px;
        padding: 7px 5px;
        line-height: 19px;
    }

    .porto-links-block li.porto-links-item > span {
        margin: 0px 7px -1px;
        padding: 7px 5px;
        line-height: 19px;
    }
}

.porto-links-block li.porto-links-item i {
    margin-right: 5px;
}

    .porto-links-block li.porto-links-item i.icon-image {
        display: inline-block;
        max-width: 20px;
    }

.ultimate-vticker.ticker ul li {
    text-align: center !important;
}

.ultimate-vticker.ticker-down ul li {
    text-align: center !important;
}

.stats-block .stats-number {
    line-height: 1;
    font-size: 50px;
    font-weight: 700;
}

div.stats-desc > div.counter_prefix {
    line-height: 1;
    font-size: 50px;
    font-weight: 700;
}

div.stats-desc > div.counter_suffix {
    line-height: 1;
    font-size: 50px;
    font-weight: 700;
}

.aio-icon.none {
    line-height: 1;
    font-size: 35px;
}

.stats-block .aio-icon.none {
    margin-bottom: 5px;
}

.stats-block .stats-text {
    line-height: 1;
    font-size: 20px;
    font-weight: 100;
}

.stats-block.counter-single-line {
    text-align: center;
}

    .stats-block.counter-single-line > div {
        text-align: center;
        vertical-align: baseline;
        display: inline-block;
    }

.stats-block.counter-with-border {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(223, 223, 223) rgb(236, 236, 236);
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.04);
}

.stats-block.counter-inline {
    margin-bottom: 20px;
}

    .stats-block.counter-inline .aio-icon-top {
        text-align: left;
    }

    .stats-block.counter-inline .stats-desc {
        text-align: left;
    }

    .stats-block.counter-inline .stats-number {
        font-size: 14px;
    }

    .stats-block.counter-inline div.stats-desc > div.counter_prefix {
        font-size: 14px;
    }

    .stats-block.counter-inline div.stats-desc > div.counter_suffix {
        font-size: 14px;
    }

    .stats-block.counter-inline div.counter_prefix {
        font-weight: 400;
    }

    .stats-block.counter-inline div.counter_suffix {
        font-weight: 400;
    }

.map_info_text p {
    margin-bottom: 10px;
}

    .map_info_text p:last-child {
        margin-bottom: 0px;
    }

.wpb_gallery .theme-default .nivoSlider {
    box-shadow: none;
}

.wpb_gallery .theme-default .nivo-controlNav {
    padding-top: 20px;
}

.wpb_gallery.nav-right .nivo-controlNav {
    float: right;
}

.wpb_gallery.nav-left .nivo-controlNav {
    float: left;
}

.alignleft {
    margin: 4px 24px 7px 0px;
    float: left;
}

.alignright {
    margin: 4px 0px 7px 24px;
    float: right;
}

.aligncenter {
    margin: 4px auto 7px;
    clear: both;
    display: block;
}

blockquote.alignleft {
    width: 50%;
    padding-top: 17px;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

blockquote.alignright {
    width: 50%;
    padding-top: 17px;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

blockquote.alignleft p {
    margin-bottom: 17px;
}

blockquote.alignright p {
    margin-bottom: 17px;
}

.mceItemTable {
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: none;
    width: 100%;
    line-height: 1.2857;
    font-size: 14px;
    margin-bottom: 24px;
    border-collapse: separate;
    border-spacing: 0;
}

    .mceItemTable th {
        border-width: 0px 1px 1px 0px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.1);
        padding: 8px;
        border-image: none;
        text-align: left;
        text-transform: uppercase;
        font-weight: 700;
        vertical-align: baseline;
    }

    .mceItemTable caption {
        border-width: 0px 1px 1px 0px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.1);
        padding: 8px;
        border-image: none;
        text-align: left;
        text-transform: uppercase;
        font-weight: 700;
        vertical-align: baseline;
    }

    .mceItemTable td {
        border-width: 0px 1px 1px 0px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.1);
        padding: 8px;
        border-image: none;
        font-family: Lato, sans-serif;
        font-size: 14px;
        vertical-align: baseline;
    }

.wp-caption {
    background: none;
    margin: 0px 0px 24px;
    padding: 0px;
    border: currentColor;
    border-image: none;
    text-align: left;
    color: rgb(118, 118, 118);
    max-width: 100%;
}

.html5-captions .wp-caption {
    padding: 0px;
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0px;
}

.html5-captions .wp-caption.alignleft {
    margin-right: 24px;
}

.wp-caption.alignright {
    margin: 7px 0px 7px 14px;
}

    .wp-caption.alignright img {
        padding-left: 10px;
    }

    .wp-caption.alignright .wp-caption-dd {
        padding-left: 10px;
    }

.html5-captions .wp-caption.alignright {
    margin-left: 24px;
}

    .html5-captions .wp-caption.alignright img {
        padding: 0px;
    }

    .html5-captions .wp-caption.alignright .wp-caption-dd {
        padding: 0px;
    }

.wp-caption.aligncenter {
    margin: 7px auto;
}

.wp-caption-dt {
    margin: 0px;
}

.wp-caption .wp-caption-text {
    margin: 9px 0px;
    padding: 0px 10px 0px 0px;
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
    font-style: italic;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wp-caption-dd {
    margin: 9px 0px;
    padding: 0px 10px 0px 0px;
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
    font-style: italic;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.mceTemp + ul {
    list-style-position: inside;
}

.mceTemp + ol {
    list-style-position: inside;
}

.gallery .gallery-item {
    margin: 0px 4px 4px 0px;
    padding: 0px;
    overflow: hidden;
    float: left;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    width: auto;
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: auto;
    max-width: calc(50% - 14px);
}

.gallery-columns-3 .gallery-item {
    width: auto;
    max-width: calc(33.3% - 11px);
}

.gallery-columns-4 .gallery-item {
    width: auto;
    max-width: calc(25% - 9px);
}

.gallery-columns-5 .gallery-item {
    width: auto;
    max-width: calc(20% - 8px);
}

.gallery-columns-6 .gallery-item {
    width: auto;
    max-width: calc(16.7% - 7px);
}

.gallery-columns-7 .gallery-item {
    width: auto;
    max-width: calc(14.28% - 7px);
}

.gallery-columns-8 .gallery-item {
    width: auto;
    max-width: calc(12.5% - 6px);
}

.gallery-columns-9 .gallery-item {
    width: auto;
    max-width: calc(11.1% - 6px);
}

.gallery-columns-1 :nth-of-type(n).gallery-item {
    margin-right: 0px;
}

.gallery-columns-2 :nth-of-type(2n).gallery-item {
    margin-right: 0px;
}

.gallery-columns-3 :nth-of-type(3n).gallery-item {
    margin-right: 0px;
}

.gallery-columns-4 :nth-of-type(4n).gallery-item {
    margin-right: 0px;
}

.gallery-columns-5 :nth-of-type(5n).gallery-item {
    margin-right: 0px;
}

.gallery-columns-6 :nth-of-type(6n).gallery-item {
    margin-right: 0px;
}

.gallery-columns-7 :nth-of-type(7n).gallery-item {
    margin-right: 0px;
}

.gallery-columns-8 :nth-of-type(8n).gallery-item {
    margin-right: 0px;
}

.gallery-columns-9 :nth-of-type(9n).gallery-item {
    margin-right: 0px;
}

.gallery-columns-1 :nth-of-type(n).gallery-item {
    margin-left: 12px;
}

.gallery-columns-2 :nth-of-type(2n-1).gallery-item {
    margin-left: 12px;
}

.gallery-columns-3 :nth-of-type(3n-2).gallery-item {
    margin-left: 12px;
}

.gallery-columns-4 :nth-of-type(4n-3).gallery-item {
    margin-left: 12px;
}

.gallery-columns-5 :nth-of-type(5n-4).gallery-item {
    margin-left: 12px;
}

.gallery-columns-6 :nth-of-type(6n-5).gallery-item {
    margin-left: 12px;
}

.gallery-columns-7 :nth-of-type(7n-6).gallery-item {
    margin-left: 12px;
}

.gallery-columns-8 :nth-of-type(8n-7).gallery-item {
    margin-left: 12px;
}

.gallery-columns-9 :nth-of-type(9n-8).gallery-item {
    margin-left: 12px;
}

.gallery .gallery-caption {
    margin: 0px;
    padding: 6px 8px;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    max-height: 50%;
}

.gallery-columns-7 .gallery-caption {
    display: none;
}

.gallery-columns-8 .gallery-caption {
    display: none;
}

.gallery-columns-9 .gallery-caption {
    display: none;
}

.mejs-mediaelement {
    background: rgb(0, 0, 0);
}

.mejs-container .mejs-controls {
    background: rgb(0, 0, 0);
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: rgb(255, 255, 255);
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: rgb(255, 255, 255);
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: rgb(36, 137, 13);
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(255, 255, 255, 0.33);
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: rgba(255, 255, 255, 0.33);
}

.mejs-controls .mejs-time-rail span {
    border-radius: 0px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    border-radius: 0px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0px;
}

.mejs-overlay-loading {
    background: none;
}

.mejs-overlay-button {
    border-radius: 2px;
    width: 48px;
    height: 36px;
    color: rgb(0, 0, 0);
    margin-left: -24px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    background-image: none;
    background-color: rgb(255, 255, 255);
}

    .mejs-overlay-button::before {
        font: 32px/1.125 Genericons;
        left: 10px;
        top: 1px;
        display: inline-block;
        position: absolute;
        content: "\f452";
        font-size-adjust: none;
        font-stretch: normal;
        -webkit-font-smoothing: antialiased;
    }

.mejs-controls .mejs-button button:focus {
}

.mejs-controls .mejs-button button {
    background: none;
    font: 16px Genericons;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
}

.mejs-playpause-button.mejs-play button::before {
    content: "\f452";
}

.mejs-playpause-button.mejs-pause button::before {
    content: "\f448";
}

.mejs-volume-button.mejs-mute button::before {
    left: 0px;
    top: -2px;
    font-size: 20px;
    position: absolute;
    content: "\f109";
}

.mejs-volume-button.mejs-unmute button::before {
    left: 0px;
    top: 0px;
    position: absolute;
    content: "\f109";
}

.mejs-fullscreen-button button::before {
    content: "\f474";
}

.mejs-fullscreen-button.mejs-unfullscreen button::before {
    content: "\f406";
}

.mejs-overlay:hover .mejs-overlay-button {
    color: rgb(255, 255, 255);
    background-color: rgb(36, 137, 13);
}

.mejs-controls .mejs-button button:hover {
    color: rgb(65, 166, 42);
}

.size-full {
    height: auto;
    max-width: 100%;
}

ul.list.icons li i {
    margin-right: 5px;
}

ul.icons {
    list-style: none;
}

.list li {
    margin-bottom: 13px;
}

.list.pull-left li {
    text-align: left;
}

.list.list-icons {
    list-style: none;
    padding-right: 0px;
    padding-left: 0px;
}

    .list.list-icons li {
        padding-left: 25px;
        position: relative;
    }

        .list.list-icons li i {
            left: 0px;
            top: 5px;
            position: absolute;
        }

    .list.list-icons.list-icons-style-2 li {
        padding-top: 5px;
        padding-left: 36px;
    }

        .list.list-icons.list-icons-style-2 li i {
            border-width: 1px;
            border-style: solid;
            padding: 4px;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            text-align: center;
        }

    .list.list-icons.list-icons-style-3 li {
        padding-top: 5px;
        padding-left: 36px;
    }

        .list.list-icons.list-icons-style-3 li i {
            padding: 5px;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            text-align: center;
            color: rgb(255, 255, 255);
        }

    .list.list-icons.list-icons-sm li {
        padding-left: 13px;
        margin-bottom: 5px;
    }

        .list.list-icons.list-icons-sm li i {
            top: 7px;
            font-size: 0.8em;
        }

    .list.list-icons.list-icons-sm.list-icons-style-2 li {
        padding-left: 32px;
    }

        .list.list-icons.list-icons-sm.list-icons-style-2 li i {
            padding: 3px;
            width: 20px;
            height: 20px;
        }

    .list.list-icons.list-icons-sm.list-icons-style-3 li {
        padding-left: 32px;
    }

        .list.list-icons.list-icons-sm.list-icons-style-3 li i {
            padding: 3px;
            width: 20px;
            height: 20px;
        }

    .list.list-icons.list-icons-lg li {
        padding-top: 5px;
        padding-left: 32px;
    }

        .list.list-icons.list-icons-lg li i {
            font-size: 1.5em;
        }

    .list.list-icons.list-icons-lg.list-icons-style-2 li {
        padding-top: 8px;
        padding-left: 42px;
    }

        .list.list-icons.list-icons-lg.list-icons-style-2 li i {
            padding: 4px;
            width: 30px;
            height: 30px;
        }

    .list.list-icons.list-icons-lg.list-icons-style-3 li {
        padding-top: 8px;
        padding-left: 42px;
    }

        .list.list-icons.list-icons-lg.list-icons-style-3 li i {
            padding: 4px;
            width: 30px;
            height: 30px;
        }

    .list.list-icons.list-icons-reverse li {
        text-align: right;
        padding-right: 25px;
        padding-left: 0px;
    }

        .list.list-icons.list-icons-reverse li i {
            left: auto;
            top: 5px;
            right: 0px;
            position: absolute;
        }

    .list.list-icons.list-icons-reverse.list-icons-style-2 li {
        padding-right: 36px;
    }

    .list.list-icons.list-icons-reverse.list-icons-style-3 li {
        padding-right: 36px;
    }

    .list.list-icons.list-icons-reverse.list-icons-sm li {
        padding-right: 13px;
        padding-left: 0px;
    }

    .list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
        padding-right: 32px;
    }

    .list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
        padding-right: 32px;
    }

    .list.list-icons.list-icons-reverse.list-icons-lg li {
        padding-right: 32px;
        padding-left: 0px;
    }

    .list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
        padding-right: 42px;
    }

    .list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
        padding-right: 42px;
    }

.list.list-borders li {
    padding-bottom: 9px;
    margin-top: 9px;
    margin-bottom: 0px;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .list.list-borders li:last-child {
        border-bottom-color: currentColor;
        border-bottom-width: 0px;
        border-bottom-style: none;
    }

.list.list-side-borders {
    padding-left: 10px;
    border-left-color: rgb(219, 219, 219);
    border-left-width: 1px;
    border-left-style: solid;
}

.list.list-ordened {
    list-style: none;
    counter-reset: custom-counter;
}

    .list.list-ordened li {
        padding-left: 22px;
        position: relative;
    }

        .list.list-ordened li::before {
            left: 0px;
            top: 0px;
            font-weight: bold;
            position: absolute;
            content: counter(custom-counter);
            counter-increment: custom-counter;
        }

    .list.list-ordened.list-ordened-style-2 li {
        padding-left: 32px;
    }

    .list.list-ordened.list-ordened-style-3 li {
        padding-left: 32px;
    }

    .list.list-ordened.list-ordened-style-2 li::before {
        border-width: 1px;
        border-style: solid;
        padding: 0px;
        border-radius: 100%;
        text-align: center;
        min-width: 26px;
    }

    .list.list-ordened.list-ordened-style-3 li::before {
        border-width: 1px;
        border-style: solid;
        padding: 0px;
        border-radius: 100%;
        text-align: center;
        min-width: 26px;
    }

    .list.list-ordened.list-ordened-style-3 li::before {
        border: 0px currentColor;
        border-image: none;
        color: rgb(255, 255, 255);
    }

.list.list-unstyled {
    padding-right: 0px;
    padding-left: 0px;
}

ul[class^='wsp-'] {
    list-style: none;
    padding: 0px;
    margin-bottom: 30px;
}

    ul[class^='wsp-'] ul {
        list-style: none;
        margin-top: 5px;
        margin-bottom: 5px;
    }

h2[class^='wsp-'] {
    line-height: 24px;
    font-size: 1.8em;
    font-weight: 200;
    margin-bottom: 15px;
}

.fontawesome-icon-list {
    margin-top: 22px;
}

.sample-icon-list {
    margin-top: 22px;
}

.fontawesome-icon-list > div {
    height: 32px;
    color: rgb(34, 34, 34);
    line-height: 32px;
    font-size: 11px;
}

.sample-icon-list > div {
    height: 32px;
    color: rgb(34, 34, 34);
    line-height: 32px;
    font-size: 11px;
}

.fontawesome-icon-list > div:hover i {
    font-size: 28px;
    vertical-align: -6px;
}

.sample-icon-list > div:hover i {
    font-size: 28px;
    vertical-align: -6px;
}

.fontawesome-icon-list i {
    width: 32px;
    text-align: center;
    font-size: 14px;
    margin-right: 4px;
    display: inline-block;
    background-image: none;
}

.sample-icon-list i {
    width: 32px;
    text-align: center;
    font-size: 14px;
    margin-right: 4px;
    display: inline-block;
    background-image: none;
}

.panel-group .panel-heading {
    padding: 0px;
    border-radius: 3px;
}

    .panel-group .panel-heading a {
        padding: 10px 15px;
        display: block;
    }

        .panel-group .panel-heading a:hover {
            text-decoration: none;
        }

        .panel-group .panel-heading a:focus {
            text-decoration: none;
        }

        .panel-group .panel-heading a [class^='icon-'] {
            top: 1px;
            margin-right: 7px;
            position: relative;
        }

        .panel-group .panel-heading a i {
            top: -1px;
            margin-right: 8px;
            display: inline-block;
            position: relative;
        }

            .panel-group .panel-heading a i.icon-image {
                top: -1px;
                position: relative;
                max-width: 20px;
            }

.panel-group.panel-group-sm .panel-heading a {
    padding: 5px 15px;
    font-size: 0.9em;
}

.panel-group.panel-group-sm .panel-body {
    font-size: 0.9em;
}

.panel-group.panel-group-lg .panel-heading a {
    padding: 15px;
    font-size: 1em;
    font-weight: 600;
}

.panel-group.without-bg .panel-default {
    background: none !important;
}

    .panel-group.without-bg .panel-default > .panel-heading {
        background: none !important;
    }

.panel-group.without-bg .panel-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .panel-group.without-bg .panel-body p {
        margin-bottom: 20px !important;
    }

.panel-group.without-borders .panel {
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: currentColor currentColor rgb(221, 221, 221);
    border-radius: 0px;
    border-image: none;
    box-shadow: none;
}

.panel-group.without-borders .panel-heading a {
    padding-right: 0px;
    padding-left: 0px;
}

.panel-group.without-borders .panel-body {
    padding: 0px;
}

    .panel-group.without-borders .panel-body p {
        margin-bottom: 20px !important;
    }

.resp-tab-content {
    border-width: 0px 1px 1px;
    border-style: none solid solid;
    border-color: currentColor rgb(238, 238, 238) rgb(238, 238, 238);
    padding: 15px;
    border-radius: 0px 0px 4px 4px;
    border-image: none;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.04);
}

@media all and (max-width:767px) {
    .resp-tab-content {
        border-color: currentColor rgb(221, 221, 221) rgb(221, 221, 221);
        border-radius: 0px !important;
        border-top-width: medium;
        border-top-style: none;
        box-shadow: none;
    }
}

.resp-tab-content .panel {
    display: block !important;
}

.resp-tabs-list {
    margin: 0px;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .resp-tabs-list li {
        padding: 10px 15px;
        border-radius: 5px 5px 0px 0px;
        font-size: 1em;
        font-weight: normal;
        margin-right: 1px;
        float: none;
        display: inline-block;
    }

        .resp-tabs-list li:last-child {
            margin-right: 0px;
        }

    .resp-tabs-list li {
        background: rgb(244, 244, 244);
        border-width: 3px 1px medium;
        border-style: solid solid none;
        border-color: rgb(238, 238, 238) rgb(238, 238, 238) currentColor;
    }

        .resp-tabs-list li:hover {
            background: rgb(244, 244, 244);
            border-width: 3px 1px medium;
            border-style: solid solid none;
            border-color: rgb(238, 238, 238) rgb(238, 238, 238) currentColor;
        }

        .resp-tabs-list li:hover {
            border-top-color: rgb(204, 204, 204);
            border-bottom-color: transparent;
            border-top-width: 3px;
            border-top-style: solid;
            box-shadow: none;
        }

        .resp-tabs-list li:active {
            border-bottom-color: currentColor;
            border-bottom-width: 0px;
            border-bottom-style: none;
        }

        .resp-tabs-list li:focus {
            border-bottom-color: currentColor;
            border-bottom-width: 0px;
            border-bottom-style: none;
        }

        .resp-tabs-list li.resp-tab-active {
            background: rgb(255, 255, 255);
            padding: 10px 15px 11px !important;
            border-top-color: rgb(204, 204, 204);
            border-right-color: rgb(238, 238, 238);
            border-left-color: rgb(238, 238, 238);
            border-top-width: 3px;
            border-right-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-right-style: solid;
            border-left-style: solid;
        }

.resp-vtabs {
    width: 100%;
    display: table !important;
}

@media all and (max-width:767px) {
    .resp-vtabs {
        display: block;
    }
}

.resp-vtabs ul.resp-tabs-list {
    width: auto;
    vertical-align: top;
    float: none;
    display: table-cell;
}

.resp-vtabs .resp-tabs-container {
    width: auto;
    vertical-align: top;
    float: none;
    display: table-cell;
}

.resp-vtabs ul.resp-tabs-list {
    width: 25%;
}

@media all and (max-width:767px) {
    .resp-vtabs ul.resp-tabs-list {
        display: none;
    }
}

.resp-vtabs .resp-tabs-container {
    background: rgb(255, 255, 255);
    border-radius: 0px 4px 4px 0px;
    border: 1px solid rgb(238, 238, 238);
    border-image: none;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.04);
}

@media all and (max-width:767px) {
    .resp-vtabs .resp-tabs-container {
        border: currentColor;
        border-image: none;
        display: block;
        box-shadow: none;
    }
}

.resp-vtabs .resp-tab-content {
    background: none;
    border-width: 0px;
    border-radius: 0px;
    box-shadow: none;
}

    .resp-vtabs .resp-tab-content::before {
        display: block;
        content: "";
    }

@media all and (max-width:767px) {
    .resp-vtabs .resp-tab-content {
        border-width: medium 1px 1px;
        border-style: none solid solid;
        border-color: currentColor rgb(221, 221, 221) rgb(221, 221, 221);
        border-image: none;
    }
}

.resp-vtabs .resp-tabs-list {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

    .resp-vtabs .resp-tabs-list li {
        padding: 10px 15px !important;
        border-radius: 0px;
        margin-right: 0px;
    }

        .resp-vtabs .resp-tabs-list li:first-child {
            border-radius: 5px 0px 0px;
            border-top-color: rgb(238, 238, 238) !important;
            border-top-width: 1px !important;
            border-top-style: solid !important;
        }

        .resp-vtabs .resp-tabs-list li:last-child {
            border-radius: 0px 0px 0px 5px;
            border-bottom-color: rgb(238, 238, 238) !important;
            border-bottom-width: 1px !important;
            border-bottom-style: solid !important;
        }

    .resp-vtabs .resp-tabs-list li {
        border-width: medium medium medium 3px;
        border-style: none none none solid;
        border-color: currentColor currentColor currentColor rgb(238, 238, 238);
    }

        .resp-vtabs .resp-tabs-list li:hover {
            border-width: medium medium medium 3px;
            border-style: none none none solid;
            border-color: currentColor currentColor currentColor rgb(238, 238, 238);
        }

        .resp-vtabs .resp-tabs-list li:hover {
            border-right-color: transparent;
            border-left-color: rgb(204, 204, 204);
            border-left-width: 3px;
            border-left-style: solid;
        }

        .resp-vtabs .resp-tabs-list li:active {
            border-right-color: currentColor;
            border-right-width: 0px;
            border-right-style: none;
        }

        .resp-vtabs .resp-tabs-list li:focus {
            border-right-color: currentColor;
            border-right-width: 0px;
            border-right-style: none;
        }

        .resp-vtabs .resp-tabs-list li.resp-tab-active {
            background: rgb(255, 255, 255);
            padding: 10px 16px 10px 15px !important;
            margin-right: -1px !important;
            margin-bottom: 0px !important;
            border-left-color: rgb(204, 204, 204);
            border-left-width: 3px;
            border-left-style: solid;
        }

h2.resp-accordion {
    background: rgb(245, 245, 245) !important;
    border-color: rgb(221, 221, 221);
    padding: 15px !important;
    line-height: 1.4;
    font-size: 1em;
    font-weight: 400;
}

h2:first-child.resp-accordion {
    border-top-color: rgb(221, 221, 221) !important;
}

h2.resp-tab-active {
    background: rgb(245, 245, 245) !important;
    border-bottom-color: rgb(221, 221, 221) !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}

.resp-arrow {
    display: none;
}

.resp-easy-accordion .resp-tab-content {
    background: rgb(255, 255, 255);
    border-color: currentColor rgb(221, 221, 221) rgb(221, 221, 221);
    border-radius: 0px;
    border-top-width: medium;
    border-top-style: none;
    box-shadow: none;
}

.resp-easy-accordion :last-child.resp-tab-content {
    border-color: rgb(221, 221, 221) !important;
}

.tab-content {
    padding: 15px;
}

    .tab-content h2 {
        line-height: 1.4;
        font-size: 1.42em;
        font-weight: 400;
        margin-bottom: 1.07em;
    }

    .tab-content p {
        margin-bottom: 10px;
    }

    .tab-content table {
        margin-top: 20px;
    }

        .tab-content table p {
            margin: 0px;
        }

    .tab-content *:last-child {
        margin-bottom: 0px;
    }

.tabs {
    border-radius: 4px;
    margin-bottom: 35px;
}

.nav-tabs {
    margin: 0px;
    text-align: left;
    font-size: 0px;
    border-bottom-color: rgb(238, 238, 238);
}

    .nav-tabs.text-left {
        text-align: left;
    }

    .nav-tabs.text-right {
        text-align: right;
    }

    .nav-tabs.text-center {
        text-align: center;
    }

    .nav-tabs li {
        float: none;
        display: inline-block;
    }

        .nav-tabs li:last-child a {
            margin-right: 0px;
        }

        .nav-tabs li a {
            border-radius: 5px 5px 0px 0px;
            font-size: 14px;
            margin-right: 1px;
        }

        .nav-tabs li a {
            background: rgb(244, 244, 244);
            border-width: 3px 1px medium;
            border-style: solid solid none;
            border-color: rgb(238, 238, 238) rgb(238, 238, 238) currentColor;
        }

            .nav-tabs li a:hover {
                background: rgb(244, 244, 244);
                border-width: 3px 1px medium;
                border-style: solid solid none;
                border-color: rgb(238, 238, 238) rgb(238, 238, 238) currentColor;
            }

            .nav-tabs li a:hover {
                border-top-color: rgb(204, 204, 204);
                border-bottom-color: transparent;
                border-top-width: 3px;
                border-top-style: solid;
                box-shadow: none;
            }

            .nav-tabs li a:active {
                border-bottom-color: currentColor;
                border-bottom-width: 0px;
                border-bottom-style: none;
            }

            .nav-tabs li a:focus {
                border-bottom-color: currentColor;
                border-bottom-width: 0px;
                border-bottom-style: none;
            }

            .nav-tabs li a i {
                margin-right: 4px;
            }

                .nav-tabs li a i.icon-image {
                    display: inline-block;
                    max-width: 20px;
                }

                .nav-tabs li a i.icon-featured.icon-image {
                    max-width: 75px;
                }

            .nav-tabs li a .featured-box {
                background: none;
                border-width: 0px;
                margin: 0px;
                padding: 0px;
                border-radius: 0px;
                box-shadow: none;
            }

                .nav-tabs li a .featured-box .box-content {
                    background: none;
                    border-width: 0px;
                    margin: 0px;
                    padding: 0px;
                    border-radius: 0px;
                    box-shadow: none;
                }

                .nav-tabs li a .featured-box i.icon-featured {
                    margin-right: auto;
                    margin-left: auto;
                }

            .nav-tabs li a .tab-title {
                margin-top: 3px;
                display: block;
            }

        .nav-tabs li.active a {
            background: rgb(255, 255, 255);
            border-top-color: rgb(204, 204, 204);
            border-right-color: rgb(238, 238, 238);
            border-left-color: rgb(238, 238, 238);
            border-top-width: 3px;
            border-top-style: solid;
        }

            .nav-tabs li.active a:hover {
                background: rgb(255, 255, 255);
                border-top-color: rgb(204, 204, 204);
                border-right-color: rgb(238, 238, 238);
                border-left-color: rgb(238, 238, 238);
                border-top-width: 3px;
                border-top-style: solid;
            }

            .nav-tabs li.active a:focus {
                background: rgb(255, 255, 255);
                border-top-color: rgb(204, 204, 204);
                border-right-color: rgb(238, 238, 238);
                border-left-color: rgb(238, 238, 238);
                border-top-width: 3px;
                border-top-style: solid;
            }

.tab-content {
    background: rgb(255, 255, 255);
    border-width: 0px 1px 1px;
    border-style: none solid solid;
    border-color: currentColor rgb(238, 238, 238) rgb(238, 238, 238);
    padding: 15px;
    border-radius: 0px 0px 4px 4px;
    border-image: none;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.04);
}

.nav-tabs.nav-right {
    text-align: right;
}

.tabs.tabs-bottom .tab-content {
    border-radius: 4px 4px 0px 0px;
    border-top-color: rgb(238, 238, 238);
    border-bottom-color: currentColor;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-top-style: solid;
    border-bottom-style: none;
}

.tabs.tabs-bottom .nav-tabs {
    border-top-color: rgb(238, 238, 238);
    border-bottom-color: currentColor;
    border-top-width: 1px;
    border-bottom-width: medium;
    border-top-style: solid;
    border-bottom-style: none;
}

    .tabs.tabs-bottom .nav-tabs li {
        margin-top: -1px;
        margin-bottom: 0px;
    }

        .tabs.tabs-bottom .nav-tabs li:last-child a {
            margin-right: 0px;
        }

        .tabs.tabs-bottom .nav-tabs li a {
            border-radius: 0px 0px 5px 5px;
            font-size: 14px;
            margin-right: 1px;
        }

        .tabs.tabs-bottom .nav-tabs li a {
            border-top-color: rgb(238, 238, 238) !important;
            border-bottom-color: rgb(238, 238, 238);
            border-top-width: 1px !important;
            border-bottom-width: 3px;
            border-top-style: solid !important;
            border-bottom-style: solid;
        }

            .tabs.tabs-bottom .nav-tabs li a:hover {
                border-top-color: rgb(238, 238, 238) !important;
                border-bottom-color: rgb(238, 238, 238);
                border-top-width: 1px !important;
                border-bottom-width: 3px;
                border-top-style: solid !important;
                border-bottom-style: solid;
            }

            .tabs.tabs-bottom .nav-tabs li a:hover {
                border-top-color: rgb(238, 238, 238) !important;
                border-bottom-color: rgb(204, 204, 204);
                border-top-width: 1px !important;
                border-bottom-width: 3px;
                border-top-style: solid !important;
                border-bottom-style: solid;
            }

        .tabs.tabs-bottom .nav-tabs li.active a {
            border-top-color: transparent !important;
            border-bottom-color: rgb(204, 204, 204);
            border-bottom-width: 3px;
            border-bottom-style: solid;
        }

            .tabs.tabs-bottom .nav-tabs li.active a:hover {
                border-top-color: transparent !important;
                border-bottom-color: rgb(204, 204, 204);
                border-bottom-width: 3px;
                border-bottom-style: solid;
            }

            .tabs.tabs-bottom .nav-tabs li.active a:focus {
                border-top-color: transparent !important;
                border-bottom-color: rgb(204, 204, 204);
                border-bottom-width: 3px;
                border-bottom-style: solid;
            }

.tabs-vertical {
    width: 100%;
    border-top-color: rgb(238, 238, 238);
    border-top-width: 1px;
    border-top-style: solid;
    display: table;
    direction: ltr;
}

    .tabs-vertical .tab-content {
        text-align: left;
        vertical-align: top;
        display: table-cell;
        direction: ltr;
    }

    .tabs-vertical .nav-tabs {
        padding: 0px;
        height: 100%;
        vertical-align: top;
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
        float: none;
        display: table-cell;
    }

        .tabs-vertical .nav-tabs > li {
            display: block;
        }

            .tabs-vertical .nav-tabs > li a {
                border-radius: 0px;
                text-align: left;
                padding-top: 10px;
                display: block;
            }

            .tabs-vertical .nav-tabs > li a {
                border-top-color: currentColor;
                border-bottom-color: currentColor;
                border-top-width: medium;
                border-bottom-width: medium;
                border-top-style: none;
                border-bottom-style: none;
            }

                .tabs-vertical .nav-tabs > li a:hover {
                    border-top-color: currentColor;
                    border-bottom-color: currentColor;
                    border-top-width: medium;
                    border-bottom-width: medium;
                    border-top-style: none;
                    border-bottom-style: none;
                }

                .tabs-vertical .nav-tabs > li a:focus {
                    border-top-color: currentColor;
                    border-bottom-color: currentColor;
                    border-top-width: medium;
                    border-bottom-width: medium;
                    border-top-style: none;
                    border-bottom-style: none;
                }

            .tabs-vertical .nav-tabs > li.active a {
                border-top-color: currentColor;
                border-top-width: medium;
                border-top-style: none;
            }

                .tabs-vertical .nav-tabs > li.active a:hover {
                    border-top-color: currentColor;
                    border-top-width: medium;
                    border-top-style: none;
                }

            .tabs-vertical .nav-tabs > li.active:focus {
                border-top-color: currentColor;
                border-top-width: medium;
                border-top-style: none;
            }

.tabs-left .tab-content {
    border-radius: 0px 5px 5px;
    border-left-color: currentColor;
    border-left-width: medium;
    border-left-style: none;
}

.tabs-left .nav-tabs > li {
    margin-right: -1px;
}

    .tabs-left .nav-tabs > li:first-child a {
        border-radius: 5px 0px 0px;
    }

    .tabs-left .nav-tabs > li:last-child a {
        border-radius: 0px 0px 0px 5px;
        border-bottom-color: rgb(238, 238, 238);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .tabs-left .nav-tabs > li a {
        margin-right: 1px;
        margin-left: 1px;
        border-right-color: rgb(238, 238, 238);
        border-left-color: rgb(238, 238, 238);
        border-right-width: 1px;
        border-left-width: 3px;
        border-right-style: solid;
        border-left-style: solid;
    }

        .tabs-left .nav-tabs > li a:hover {
            border-left-color: rgb(204, 204, 204);
        }

    .tabs-left .nav-tabs > li.active a {
        border-right-color: rgb(255, 255, 255);
        border-left-color: rgb(204, 204, 204);
        border-left-width: 3px;
        border-left-style: solid;
    }

        .tabs-left .nav-tabs > li.active a:hover {
            border-right-color: rgb(255, 255, 255);
            border-left-color: rgb(204, 204, 204);
            border-left-width: 3px;
            border-left-style: solid;
        }

        .tabs-left .nav-tabs > li.active a:focus {
            border-right-color: rgb(255, 255, 255);
            border-left-color: rgb(204, 204, 204);
            border-left-width: 3px;
            border-left-style: solid;
        }

.tabs-right .tab-content {
    border-radius: 5px 0px 5px 5px;
    border-right-color: currentColor;
    border-right-width: medium;
    border-right-style: none;
}

.tabs-right .nav-tabs > li {
    margin-left: -1px;
}

    .tabs-right .nav-tabs > li:first-child a {
        border-radius: 0px 5px 0px 0px;
    }

    .tabs-right .nav-tabs > li:last-child a {
        border-radius: 0px 0px 5px;
        border-bottom-color: rgb(238, 238, 238);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .tabs-right .nav-tabs > li a {
        margin-right: 1px;
        margin-left: 1px;
        border-right-color: rgb(238, 238, 238);
        border-left-color: rgb(238, 238, 238);
        border-right-width: 3px;
        border-left-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
    }

        .tabs-right .nav-tabs > li a:hover {
            border-right-color: rgb(204, 204, 204);
        }

    .tabs-right .nav-tabs > li.active a {
        border-right-color: rgb(204, 204, 204);
        border-left-color: rgb(255, 255, 255);
        border-right-width: 3px;
        border-right-style: solid;
    }

        .tabs-right .nav-tabs > li.active a:hover {
            border-right-color: rgb(204, 204, 204);
            border-left-color: rgb(255, 255, 255);
            border-right-width: 3px;
            border-right-style: solid;
        }

        .tabs-right .nav-tabs > li.active a:focus {
            border-right-color: rgb(204, 204, 204);
            border-left-color: rgb(255, 255, 255);
            border-right-width: 3px;
            border-right-style: solid;
        }

.nav-tabs.nav-justified {
    padding: 0px;
    margin-bottom: -1px;
}

    .nav-tabs.nav-justified li {
        margin-bottom: 0px;
    }

        .nav-tabs.nav-justified li:first-child a {
            border-radius: 5px 0px 0px;
        }

            .nav-tabs.nav-justified li:first-child a:hover {
                border-radius: 5px 0px 0px;
            }

        .nav-tabs.nav-justified li:last-child a {
            border-radius: 0px 5px 0px 0px;
        }

            .nav-tabs.nav-justified li:last-child a:hover {
                border-radius: 0px 5px 0px 0px;
            }

        .nav-tabs.nav-justified li a {
            border-radius: 0px;
            margin-right: 0px;
            border-bottom-color: rgb(238, 238, 238);
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }

            .nav-tabs.nav-justified li a:hover {
                border-bottom-color: rgb(238, 238, 238);
                border-bottom-width: 1px;
                border-bottom-style: solid;
            }

            .nav-tabs.nav-justified li a:focus {
                border-bottom-color: rgb(238, 238, 238);
                border-bottom-width: 1px;
                border-bottom-style: solid;
            }

        .nav-tabs.nav-justified li.active a {
            background: rgb(255, 255, 255);
            border-right-color: rgb(238, 238, 238);
            border-left-color: rgb(238, 238, 238);
            border-top-width: 3px;
        }

            .nav-tabs.nav-justified li.active a:hover {
                background: rgb(255, 255, 255);
                border-right-color: rgb(238, 238, 238);
                border-left-color: rgb(238, 238, 238);
                border-top-width: 3px;
            }

            .nav-tabs.nav-justified li.active a:focus {
                background: rgb(255, 255, 255);
                border-right-color: rgb(238, 238, 238);
                border-left-color: rgb(238, 238, 238);
                border-top-width: 3px;
            }

        .nav-tabs.nav-justified li.active a {
            border-bottom-color: rgb(255, 255, 255);
            border-top-width: 3px;
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }

            .nav-tabs.nav-justified li.active a:hover {
                border-bottom-color: rgb(255, 255, 255);
                border-top-width: 3px;
                border-bottom-width: 1px;
                border-bottom-style: solid;
            }

            .nav-tabs.nav-justified li.active a:focus {
                border-bottom-color: rgb(255, 255, 255);
                border-top-width: 3px;
                border-bottom-width: 1px;
                border-bottom-style: solid;
            }

.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
}

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
        margin-right: 0px;
        border-top-color: rgb(238, 238, 238);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a {
        border-radius: 0px 0px 0px 5px;
    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
        border-radius: 0px 0px 5px;
        margin-right: 0px;
    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a {
        border-top-color: rgb(255, 255, 255);
        border-top-width: 1px;
        border-top-style: solid;
    }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover {
            border-top-color: rgb(255, 255, 255);
            border-top-width: 1px;
            border-top-style: solid;
        }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus {
            border-top-color: rgb(255, 255, 255);
            border-top-width: 1px;
            border-top-style: solid;
        }

.tabs-center .nav-tabs {
    margin: 0px auto;
    text-align: center;
}

.tabs-navigation {
    border-width: 0px;
    border-radius: 5px;
}

    .tabs-navigation .nav-tabs > li {
        margin-bottom: 1px;
    }

        .tabs-navigation .nav-tabs > li a {
            padding: 14px;
            color: rgb(119, 119, 119);
            line-height: 120%;
        }

            .tabs-navigation .nav-tabs > li a::before {
                top: 15px;
                right: 15px;
                font-family: FontAwesome;
                position: absolute;
                content: "\f054";
            }

            .tabs-navigation .nav-tabs > li a i {
                margin-right: 8px;
            }

        .tabs-navigation .nav-tabs > li:first-child a {
            border-radius: 5px 5px 0px 0px;
            border-top-color: rgb(238, 238, 238) !important;
            border-top-width: 1px !important;
            border-top-style: solid !important;
        }

        .tabs-navigation .nav-tabs > li.active a {
            border-right-color: rgb(238, 238, 238);
            border-left-color: rgb(238, 238, 238);
        }

            .tabs-navigation .nav-tabs > li.active a:hover {
                border-right-color: rgb(238, 238, 238);
                border-left-color: rgb(238, 238, 238);
            }

            .tabs-navigation .nav-tabs > li.active a:focus {
                border-right-color: rgb(238, 238, 238);
                border-left-color: rgb(238, 238, 238);
            }

        .tabs-navigation .nav-tabs > li:last-child a {
            border-radius: 0px 0px 5px 5px;
        }

    .tabs-navigation .tab-content {
        background: none;
        border-width: 0px;
        padding: 0px 25px;
    }

.tabs.tabs-simple .nav-tabs {
    border: 0px currentColor;
    border-image: none;
    margin-bottom: 10px;
}

    .tabs.tabs-simple .nav-tabs > li {
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0px;
    }

        .tabs.tabs-simple .nav-tabs > li a {
            background: none;
            border-width: 0px 0px 3px;
            border-style: none none solid;
            border-color: currentColor currentColor rgb(238, 238, 238);
            padding: 15px 30px;
            border-radius: 0px;
            border-image: none;
            font-size: 16px;
        }

            .tabs.tabs-simple .nav-tabs > li a:hover {
                background: none;
                border-width: 0px 0px 3px;
                border-style: none none solid;
                border-color: currentColor currentColor rgb(238, 238, 238);
                padding: 15px 30px;
                border-radius: 0px;
                border-image: none;
                font-size: 16px;
            }

            .tabs.tabs-simple .nav-tabs > li a:focus {
                background: none;
                border-width: 0px 0px 3px;
                border-style: none none solid;
                border-color: currentColor currentColor rgb(238, 238, 238);
                padding: 15px 30px;
                border-radius: 0px;
                border-image: none;
                font-size: 16px;
            }

.tabs.tabs-simple .tab-content {
    background: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    box-shadow: none;
}

@media all and (max-width:991px) {
    .tabs-navigation {
        display: block;
    }

        .tabs-navigation .nav-tabs {
            display: block;
        }

        .tabs-navigation .tab-content {
            padding: 25px 0px;
        }
}

@media all and (max-width:479px) {
    .tabs .nav.nav-tabs.nav-justified li {
        margin-bottom: -5px;
        display: block;
    }

        .tabs .nav.nav-tabs.nav-justified li a {
            border-top-width: 3px !important;
            border-bottom-width: 0px !important;
        }

        .tabs .nav.nav-tabs.nav-justified li:first-child a {
            border-radius: 5px 5px 0px 0px;
        }

            .tabs .nav.nav-tabs.nav-justified li:first-child a:hover {
                border-radius: 5px 5px 0px 0px;
            }

        .tabs .nav.nav-tabs.nav-justified li:last-child a {
            border-radius: 0px;
        }

            .tabs .nav.nav-tabs.nav-justified li:last-child a:hover {
                border-radius: 0px;
            }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
        margin-top: -5px;
        margin-bottom: 0px;
    }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
            border-top-width: 0px !important;
            border-bottom-width: 3px !important;
        }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a {
            border-radius: 0px;
        }

            .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover {
                border-radius: 0px;
            }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
            border-radius: 0px 0px 5px 5px;
        }

            .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
                border-radius: 0px 0px 5px 5px;
            }
}

.toggle {
    padding: 0px 0px 5px;
    clear: both;
    position: relative;
}

    .toggle > input {
        margin: 0px;
        width: 100%;
        height: 45px;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        opacity: 0;
    }

    .toggle > label {
        background: rgb(244, 244, 244);
        padding: 12px 20px 12px 10px;
        border-radius: 5px;
        transition: 0.15s ease-out;
        font-size: 1.1em;
        font-weight: 400;
        border-left-color: rgb(204, 204, 204);
        border-left-width: 3px;
        border-left-style: solid;
        display: block;
        position: relative;
        cursor: pointer;
        min-height: 20px;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
    }

        .toggle > label::before {
            border-width: 6px;
            border-style: solid;
            border-image: none;
            top: 50%;
            right: 4px;
            margin-top: -6px;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: inherit;
            position: absolute;
            content: "";
        }

        .toggle > label:hover {
            background: rgb(245, 245, 245);
        }

        .toggle > label + p {
            height: 25px;
            color: rgb(153, 153, 153);
            overflow: hidden;
            padding-left: 30px;
            display: block;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
        }

        .toggle > label i {
            top: -1px;
            margin-right: 7px;
            position: relative;
        }

            .toggle > label i.icon-image {
                display: inline-block;
                max-width: 20px;
            }

    .toggle > .toggle-content {
        padding-bottom: 5px;
        padding-left: 20px;
        display: none;
    }

@media all and (max-width:767px) {
    .toggle > .toggle-content {
        padding-left: 0px;
    }
}

.porto-toggles .toggle > .toggle-content {
    padding-left: 0px;
}

.toggle > .toggle-content > p {
    padding: 10px 0px;
    margin-bottom: 0px;
}

.toggle.active > label {
    background: rgb(244, 244, 244);
    border-color: rgb(204, 204, 204);
}

    .toggle.active > label::before {
        border-width: 6px;
        border-style: solid;
        border-color: rgb(255, 255, 255) transparent transparent;
        border-image: none;
        right: 10px;
        margin-top: -3px;
    }

.toggle.active > p {
    white-space: normal;
}

.toggle > p.preview-active {
    height: auto;
    white-space: normal;
}

.toggle-sm .toggle > label {
    padding: 6px 20px 6px 10px;
    font-size: 0.9em;
}

.toggle-sm .toggle > .toggle-content > p {
    font-size: 0.9em;
}

.toggle-lg .toggle > label {
    padding: 16px 20px;
    font-size: 1.1em;
}

.toggle-lg .toggle > .toggle-content > p {
    font-size: 1.1em;
}

.toggle-simple .toggle .toggle-content {
    padding-left: 0px;
}

.toggle-simple .toggle > label {
    background: none;
    border-radius: 0px;
    border: 0px currentColor;
    border-image: none;
    color: rgb(29, 33, 39);
    padding-left: 32px;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: -10px;
}

    .toggle-simple .toggle > label::after {
        border-radius: 3px;
        left: 0px;
        top: 50%;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        display: block;
        position: absolute;
        z-index: 1;
        content: "";
    }

    .toggle-simple .toggle > label::before {
        border: 0px currentColor;
        border-image: none;
        left: 7px;
        top: 0px;
        height: 21px;
        right: auto;
        bottom: 0px;
        color: rgb(255, 255, 255);
        font-family: FontAwesome;
        font-size: 13px;
        margin-top: auto;
        margin-bottom: auto;
        z-index: 2;
        content: "\f067";
    }

.toggle-simple .toggle.active > label {
    background: none;
    color: rgb(29, 33, 39);
}

    .toggle-simple .toggle.active > label::before {
        content: "\f068";
    }

.owl-carousel {
    margin-bottom: 20px;
}

    .owl-carousel .img-thumbnail {
        max-width: 99.5%;
    }

        .owl-carousel .img-thumbnail img {
            width: 100%;
        }

    .owl-carousel .item-video {
        height: 300px;
    }

    .owl-carousel .owl-nav {
        top: 50%;
        width: 100%;
        margin-top: -20px;
        position: absolute;
    }

        .owl-carousel .owl-nav .owl-prev {
            width: 30px;
            height: 30px;
            text-align: center;
            display: inline-block;
            position: absolute;
        }

        .owl-carousel .owl-nav .owl-next {
            width: 30px;
            height: 30px;
            text-align: center;
            display: inline-block;
            position: absolute;
        }

        .owl-carousel .owl-nav .owl-prev {
            left: -5px;
        }

            .owl-carousel .owl-nav .owl-prev::before {
                left: -1px;
                top: 1px;
                font-family: FontAwesome;
                position: relative;
                content: "\f053";
            }

        .owl-carousel .owl-nav .owl-next {
            right: -5px;
        }

            .owl-carousel .owl-nav .owl-next::before {
                left: 1px;
                top: 1px;
                font-family: FontAwesome;
                position: relative;
                content: "\f054";
            }

    .owl-carousel .owl-dots {
        margin-top: 1em;
    }

    .owl-carousel.stage-margin .owl-stage-outer {
        margin-right: 40px;
        margin-left: 40px;
    }

        .owl-carousel.stage-margin .owl-stage-outer .owl-stage {
            padding-right: 0px !important;
            padding-left: 0px !important;
        }

    .owl-carousel.show-nav-hover .owl-nav {
        transition: opacity 0.2s ease-in-out;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
    }

        .owl-carousel.show-nav-hover .owl-nav .owl-prev {
            left: -20px;
        }

        .owl-carousel.show-nav-hover .owl-nav .owl-next {
            right: -20px;
        }

    .owl-carousel.show-nav-hover:hover .owl-nav {
        opacity: 1;
    }

    .owl-carousel.show-nav-title .owl-nav {
        top: 0px;
        width: auto;
        right: 0px;
        margin-top: -45px;
    }

        .owl-carousel.show-nav-title .owl-nav [class*='owl-'] {
            background: none !important;
            width: 18px;
            padding-right: 0px;
            padding-left: 0px;
            font-size: 18px;
        }

            .owl-carousel.show-nav-title .owl-nav [class*='owl-']:hover {
                background: none !important;
                width: 18px;
                padding-right: 0px;
                padding-left: 0px;
                font-size: 18px;
            }

            .owl-carousel.show-nav-title .owl-nav [class*='owl-']:active {
                background: none !important;
                width: 18px;
                padding-right: 0px;
                padding-left: 0px;
                font-size: 18px;
            }

        .owl-carousel.show-nav-title .owl-nav .owl-prev {
            left: -45px;
        }

    .owl-carousel.show-nav-title.post-carousel .owl-nav {
        right: 15px;
    }

    .owl-carousel.show-nav-title.portfolio-carousel .owl-nav {
        right: 15px;
    }

    .owl-carousel.show-nav-title.member-carousel .owl-nav {
        right: 15px;
    }

    .owl-carousel.show-nav-title.product-carousel .owl-nav {
        right: 15px;
    }

    .owl-carousel.nav-bottom .owl-nav {
        margin: 0px;
        padding: 0px;
        width: auto;
        position: static;
    }

        .owl-carousel.nav-bottom .owl-nav .owl-prev {
            position: static;
        }

        .owl-carousel.nav-bottom .owl-nav .owl-next {
            position: static;
        }

    .owl-carousel.rounded-nav .owl-nav [class*='owl-'] {
        background: none !important;
        padding: 3px 7px;
        border-radius: 50%;
        border: 1px solid rgb(153, 153, 153) !important;
        border-image: none !important;
        width: 30px;
        color: rgb(153, 153, 153);
    }

        .owl-carousel.rounded-nav .owl-nav [class*='owl-']:hover {
            background: none !important;
            padding: 3px 7px;
            border-radius: 50%;
            border: 1px solid rgb(153, 153, 153) !important;
            border-image: none !important;
            width: 30px;
            color: rgb(153, 153, 153);
        }

    .owl-carousel.nav-inside .owl-dots {
        right: 6px;
        bottom: 2px;
        margin-top: 10px;
        position: absolute;
    }

    .owl-carousel.nav-inside .owl-nav .owl-prev {
        left: 0px;
    }

    .owl-carousel.nav-inside .owl-nav .owl-next {
        right: 0px;
    }

    .owl-carousel.nav-inside-left .owl-dots {
        left: 6px;
        right: auto;
    }

    .owl-carousel.nav-inside-center .owl-dots {
        left: 6px;
        right: 6px;
    }

    .owl-carousel.full-width .owl-nav {
        margin-top: -30px;
    }

    .owl-carousel.big-nav .owl-nav {
        margin-top: -30px;
    }

    .owl-carousel.full-width .owl-nav [class*='owl-'] {
        margin: 0px;
        padding: 20px 0px;
        height: auto;
    }

    .owl-carousel.big-nav .owl-nav [class*='owl-'] {
        margin: 0px;
        padding: 20px 0px;
        height: auto;
    }

    .owl-carousel.full-width .owl-nav [class*='owl-']:hover {
        margin: 0px;
        padding: 20px 0px;
        height: auto;
    }

    .owl-carousel.big-nav .owl-nav [class*='owl-']:hover {
        margin: 0px;
        padding: 20px 0px;
        height: auto;
    }

    .owl-carousel.full-width .owl-nav .owl-prev {
        border-radius: 0px 4px 4px 0px;
        left: 0px;
    }

    .owl-carousel.big-nav .owl-nav .owl-prev {
        border-radius: 0px 4px 4px 0px;
        left: 0px;
    }

    .owl-carousel.full-width .owl-nav .owl-next {
        border-radius: 4px 0px 0px 4px;
        right: 0px;
    }

    .owl-carousel.big-nav .owl-nav .owl-next {
        border-radius: 4px 0px 0px 4px;
        right: 0px;
    }

    .owl-carousel.top-border {
        padding-top: 18px;
        border-top-color: rgb(219, 219, 219);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .owl-carousel .owl-item .owl-lazy {
        transition: 0.2s linear, opacity 400ms;
        -webkit-transition: all 0.2s linear 0s, opacity 400ms ease 0s;
        -moz-transition: all 0.2s linear 0s, opacity 400ms ease 0s;
    }

    .owl-carousel .wpb_content_element {
        margin-bottom: 0px;
    }

.owl-carousel-spaced {
    margin-left: -5px;
}

    .owl-carousel-spaced .owl-item > div {
        margin: 5px;
    }

.owl-carousel.testimonials img {
    width: 70px;
    height: 70px;
    display: inline-block;
}

@media all and (max-width:479px) {
    .owl-carousel-spaced {
        margin-left: 0px;
    }
}

.slick-slider .slick-dots li {
    opacity: 1 !important;
}

    .slick-slider .slick-dots li i {
        color: rgb(214, 214, 214);
    }

.slick-slider .slick-prev {
    left: 0px;
    width: auto;
    height: auto;
    text-shadow: 1px 1px 1px rgba(127,127,127,0.3);
}

.slick-slider .slick-next {
    width: auto;
    height: auto;
    right: 0px;
    text-shadow: 1px 1px 1px rgba(127,127,127,0.3);
}

@media all and (max-width:767px) {
    .slick-slider .slick-prev {
        display: none !important;
    }

    .slick-slider .slick-next {
        display: none !important;
    }
}

.dots-inner .slick-slider ul.slick-dots {
    bottom: 10px !important;
    position: absolute !important;
}

.slick-slider.dots-inner ul.slick-dots {
    bottom: 10px !important;
    position: absolute !important;
}

[dir='rtl'] .slick-prev::before {
    display: none;
}

[dir='rtl'] .slick-next::before {
    display: none;
}

[dir='rtl'] .slick-prev i::before {
    content: "\e60d";
}

[dir='rtl'] .slick-next i::before {
    content: "\e60c";
}

.yith-wcan-loading {
    position: relative;
}

#fancybox-loading div {
    display: none;
    background-image: none;
}

.yith-wcan-loading {
    border-radius: 0px;
    opacity: 1;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
}

.master-slider .ms-loading-container .ms-loading {
    border-radius: 0px;
    opacity: 1;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
}

.master-slider .ms-slide .ms-slide-loading {
    border-radius: 0px;
    opacity: 1;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
}

#fancybox-loading {
    border-radius: 0px;
    opacity: 1;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
}

.slick-slider .slick-loading .slick-list {
    border-radius: 0px;
    opacity: 1;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
}

.ult-carousel-wrapper > div:first-child > :first-child.ult-item-wrap {
    border-radius: 0px;
    opacity: 1;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
}

#infscr-loading .infinite-loading {
    border-radius: 0px;
    opacity: 1;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
}

.porto-ajax-loading {
    border-radius: 0px;
    opacity: 1;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
}

.yith-wcan-loading::before {
    border-width: 3px 5px 2px 0px;
    border-style: solid;
    margin: auto;
    border-radius: 20px;
    animation: spin 0.8s linear infinite;
    border-image: none;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    right: 0px;
    bottom: 0px;
    vertical-align: middle;
    border-bottom-color: transparent !important;
    display: inline-block !important;
    position: absolute;
    content: " ";
    -webkit-animation: spin 0.8s infinite linear;
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
}

.master-slider .ms-loading-container .ms-loading::before {
    border-width: 3px 5px 2px 0px;
    border-style: solid;
    margin: auto;
    border-radius: 20px;
    animation: spin 0.8s linear infinite;
    border-image: none;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    right: 0px;
    bottom: 0px;
    vertical-align: middle;
    border-bottom-color: transparent !important;
    display: inline-block !important;
    position: absolute;
    content: " ";
    -webkit-animation: spin 0.8s infinite linear;
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
}

.master-slider .ms-slide .ms-slide-loading::before {
    border-width: 3px 5px 2px 0px;
    border-style: solid;
    margin: auto;
    border-radius: 20px;
    animation: spin 0.8s linear infinite;
    border-image: none;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    right: 0px;
    bottom: 0px;
    vertical-align: middle;
    border-bottom-color: transparent !important;
    display: inline-block !important;
    position: absolute;
    content: " ";
    -webkit-animation: spin 0.8s infinite linear;
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
}

#fancybox-loading::before {
    border-width: 3px 5px 2px 0px;
    border-style: solid;
    margin: auto;
    border-radius: 20px;
    animation: spin 0.8s linear infinite;
    border-image: none;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    right: 0px;
    bottom: 0px;
    vertical-align: middle;
    border-bottom-color: transparent !important;
    display: inline-block !important;
    position: absolute;
    content: " ";
    -webkit-animation: spin 0.8s infinite linear;
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
}

.slick-slider .slick-loading .slick-list::before {
    border-width: 3px 5px 2px 0px;
    border-style: solid;
    margin: auto;
    border-radius: 20px;
    animation: spin 0.8s linear infinite;
    border-image: none;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    right: 0px;
    bottom: 0px;
    vertical-align: middle;
    border-bottom-color: transparent !important;
    display: inline-block !important;
    position: absolute;
    content: " ";
    -webkit-animation: spin 0.8s infinite linear;
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
}

.ult-carousel-wrapper > div:first-child > :first-child.ult-item-wrap::before {
    border-width: 3px 5px 2px 0px;
    border-style: solid;
    margin: auto;
    border-radius: 20px;
    animation: spin 0.8s linear infinite;
    border-image: none;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    right: 0px;
    bottom: 0px;
    vertical-align: middle;
    border-bottom-color: transparent !important;
    display: inline-block !important;
    position: absolute;
    content: " ";
    -webkit-animation: spin 0.8s infinite linear;
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
}

#infscr-loading .infinite-loading::before {
    border-width: 3px 5px 2px 0px;
    border-style: solid;
    margin: auto;
    border-radius: 20px;
    animation: spin 0.8s linear infinite;
    border-image: none;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    right: 0px;
    bottom: 0px;
    vertical-align: middle;
    border-bottom-color: transparent !important;
    display: inline-block !important;
    position: absolute;
    content: " ";
    -webkit-animation: spin 0.8s infinite linear;
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
}

.porto-ajax-loading::before {
    border-width: 3px 5px 2px 0px;
    border-style: solid;
    margin: auto;
    border-radius: 20px;
    animation: spin 0.8s linear infinite;
    border-image: none;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    right: 0px;
    bottom: 0px;
    vertical-align: middle;
    border-bottom-color: transparent !important;
    display: inline-block !important;
    position: absolute;
    content: " ";
    -webkit-animation: spin 0.8s infinite linear;
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
}

.carousel-areas {
    background: url("../images/patterns/stripes.png") 0px 0px;
    border-radius: 6px;
    padding-top: 10px;
    padding-right: 10px !important;
    padding-bottom: 0px;
    padding-left: 10px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 750px;
}

    .carousel-areas > div {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .carousel-areas .ult-carousel-wrapper {
        margin-bottom: 10px;
        box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
    }

        .carousel-areas .ult-carousel-wrapper .slick-prev {
            border-radius: 3px !important;
            left: -50px;
        }

        .carousel-areas .ult-carousel-wrapper .slick-next {
            border-radius: 3px !important;
            right: -50px;
        }

@media all and (max-width:991px) {
    .carousel-areas {
        overflow: hidden;
    }
}

.porto-ajax-loading::before {
    z-index: 2;
}

.porto-ajax-loading::after {
    margin: auto;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
    content: " ";
    opacity: 0.15;
    background-color: rgb(255, 255, 255);
}

.video-slide .ms-slide-bgvideocont::after {
    background: rgb(0, 0, 0);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: "";
    opacity: 0.5;
}

.fit-video {
    width: 100%;
    line-height: 1;
    position: relative;
}

    .fit-video iframe {
        width: 100% !important;
    }

.text-muted {
    color: rgb(153, 153, 153) !important;
}

html.dark .text-muted {
    color: rgb(80, 84, 97) !important;
}

.text-dark {
    color: rgb(29, 33, 39) !important;
}

    .text-dark.wpb_text_column p {
        color: rgb(29, 33, 39) !important;
    }

.text-light {
    color: rgb(255, 255, 255) !important;
}

    .text-light.wpb_text_column p {
        color: rgb(255, 255, 255) !important;
    }

.font-weight-light {
    font-weight: 300;
}

.text-weight-light {
    font-weight: 300;
}

.font-weight-light * {
    font-weight: 300;
}

.text-weight-light * {
    font-weight: 300;
}

.font-weight-normal {
    font-weight: 400;
}

.text-weight-normal {
    font-weight: 400;
}

.font-weight-normal * {
    font-weight: 400;
}

.text-weight-normal * {
    font-weight: 400;
}

.font-weight-semibold {
    font-weight: 600;
}

.text-weight-semibold {
    font-weight: 600;
}

.font-weight-semibold * {
    font-weight: 600;
}

.text-weight-semibold * {
    font-weight: 600;
}

.font-weight-bold {
    font-weight: 700;
}

.text-weight-bold {
    font-weight: 700;
}

.font-weight-bold * {
    font-weight: 700;
}

.text-weight-bold * {
    font-weight: 700;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.mfp-close {
    color: rgb(131, 131, 131);
    font-size: 22px;
    font-weight: 600;
}

.mfp-close-btn-in .mfp-close {
    color: rgb(131, 131, 131);
    font-size: 22px;
    font-weight: 600;
}

.mfp-wrap {
    direction: ltr;
}

html.browser-rtl .mfp-wrap {
    direction: rtl;
}

.mfp-content {
    direction: ltr;
}

.mfp-no-margins img.mfp-img {
    padding: 0px;
}

.mfp-no-margins .mfp-figure::after {
    top: 0px;
    bottom: 0px;
}

.mfp-no-margins .mfp-container {
    padding: 0px;
}

.mfp-content .mfp-figure figure::before {
    background: rgb(243, 243, 243);
    top: 40px;
    width: 100%;
    bottom: 40px;
    position: absolute;
    content: "";
}

.mfp-content .mfp-figure img.mfp-img {
    position: relative;
}

.mfp-with-zoom .mfp-container {
    transition: 0.3s ease-out;
    opacity: 0.001;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

.mfp-with-zoom.mfp-bg {
    transition: 0.3s ease-out;
    opacity: 0.001;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container {
    opacity: 0;
}

.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.my-mfp-zoom-in .zoom-anim-dialog {
    transition: 0.2s ease-in-out;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-bg {
    transition: opacity 0.3s ease-out;
    opacity: 0.001;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    transition: 0.2s ease-out;
    opacity: 0;
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: translateY(0px) perspective(600px) rotateX(0deg);
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
    transition: opacity 0.3s ease-out;
    opacity: 0.01;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.dialog {
    background: rgb(255, 255, 255);
    margin: 40px auto;
    padding: 20px 30px;
    text-align: left;
    position: relative;
    max-width: 600px;
}

    .dialog.dialog-xs {
        max-width: 200px;
    }

    .dialog.dialog-sm {
        max-width: 400px;
    }

    .dialog.dialog-md {
        max-width: 600px;
    }

    .dialog.dialog-lg {
        max-width: 900px;
    }

.white-popup-block {
    background: rgb(255, 255, 255);
    margin: 40px auto;
    padding: 20px 30px;
    text-align: left;
    position: relative;
    max-width: 600px;
}

    .white-popup-block.white-popup-block-xs {
        max-width: 200px;
    }

    .white-popup-block.white-popup-block-sm {
        max-width: 400px;
    }

    .white-popup-block.white-popup-block-md {
        max-width: 600px;
    }

    .white-popup-block.white-popup-block-lg {
        max-width: 900px;
    }

.popup-inline-content {
    background: rgb(255, 255, 255);
    margin: 40px auto;
    padding: 20px 30px;
    text-align: left;
    display: none;
    position: relative;
    max-width: 1170px;
}

.mfp-content .ajax-container {
    background: rgb(255, 255, 255);
    margin: 40px auto;
    padding: 20px 30px;
    text-align: left;
    display: none;
    position: relative;
    max-width: 1170px;
}

@media all and (max-width:767px) {
    .popup-inline-content {
        padding: 20px 15px;
    }

    .mfp-content .ajax-container {
        padding: 20px 15px;
    }
}

.mfp-content .ajax-container {
    display: block;
}

.mfp-wrap .popup-inline-content {
    display: block;
}

body a {
}

li {
    line-height: 24px;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.push-bottom {
    margin-bottom: 35px;
}

.push-top {
    margin-top: 35px;
}

.block-nowrap {
    display: inline-block;
    white-space: nowrap;
}

@media all and (max-width:480px) {
    .block-nowrap {
        display: inline;
    }
}

.block-inline {
    display: inline-block;
}

@media all and (max-width:480px) {
    .block-inline {
        display: inline;
    }
}

.pt-left {
    float: left !important;
}

.pt-right {
    float: right !important;
}

.pt-none {
    float: none !important;
}

.bold {
    font-weight: bold;
}

.font-light {
    font-weight: 200;
}

.overflow-hidden {
    overflow: hidden;
}

.inverted {
    color: rgb(255, 255, 255);
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
}

.text-decoration-none {
    text-decoration: none !important;
}

.ms-btn {
    text-decoration: none !important;
}

.alert a {
    text-decoration: none;
}

.alert i {
    font-size: 1.1em;
    margin-right: 8px;
}

.alert ul {
    margin: 7px 0px 0px 25px;
    padding: 0px;
}

    .alert ul li {
        font-size: 0.9em;
    }

.alert.alert-sm {
    padding: 5px 10px;
    font-size: 0.9em;
}

.alert.alert-lg {
    padding: 20px;
    font-size: 1.2em;
}

.alert.alert-default {
    border-color: rgb(234, 234, 234);
    color: rgb(115, 115, 115);
    background-color: rgb(242, 242, 242);
}

    .alert.alert-default .alert-link {
        color: rgb(76, 76, 76);
    }

.alert.alert-dark {
    border-color: rgb(7, 8, 10);
    color: rgb(206, 211, 219);
    background-color: rgb(51, 58, 68);
}

    .alert.alert-dark .alert-link {
        color: rgb(250, 251, 251);
    }

.br-none {
    border-radius: 0px !important;
}

.br-normal {
    border-radius: 5px !important;
}

.br-thick {
    border-radius: 7px !important;
}

.b-none {
    border: currentColor !important;
    border-image: none !important;
}

.tf-none {
    transition: none !important;
    transform: none !important;
    -webkit-transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -moz-transform: none;
    -o-transform: none;
}

    .tf-none img {
        transition: none !important;
        transform: none !important;
        -webkit-transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -moz-transform: none;
        -o-transform: none;
    }

.bg-pos-bottom {
    background-position: bottom !important;
}

.bg-pos-top {
    background-position: top !important;
}

.bg-pos-center {
    background-position: center !important;
}

.bg-pos-left-top {
    background-position: left top !important;
}

.bg-pos-left-bottom {
    background-position: left bottom !important;
}

.bg-pos-left-center {
    background-position: left !important;
}

.bg-pos-right-top {
    background-position: right top !important;
}

.bg-pos-right-bottom {
    background-position: right bottom !important;
}

.bg-pos-right-center {
    background-position: right !important;
}

.color-white {
    color: rgb(255, 255, 255) !important;
}

    .color-white a {
        color: rgb(255, 255, 255) !important;
    }

table {
    width: 100%;
}

    table p {
        margin: 0px;
    }

img {
    height: auto;
    max-width: 100%;
}

embed {
    vertical-align: middle;
    max-width: 100%;
}

iframe {
    vertical-align: middle;
    max-width: 100%;
}

object {
    vertical-align: middle;
    max-width: 100%;
}

video {
    vertical-align: middle;
    max-width: 100%;
}

th {
    padding: 8px;
}

td {
    /*padding: 8px;*/
}

dl dd {
    margin-bottom: 15px;
}

blockquote {
    font-size: 1em;
}

    blockquote.with-borders {
        border-width: 1px;
        border-style: solid;
        border-color: rgb(223, 223, 223) rgb(236, 236, 236);
        padding: 15px 20px;
        border-radius: 6px;
        box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.04);
    }

.content-grid {
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden;
}

    .content-grid .content-grid-item {
        margin: 0px;
        padding: 25px;
        position: relative;
    }

        .content-grid .content-grid-item::before {
            position: absolute;
            content: "";
        }

        .content-grid .content-grid-item::after {
            position: absolute;
            content: "";
        }

        .content-grid .content-grid-item::before {
            left: -1px;
            top: 0px;
            height: 100%;
            border-left-color: rgb(218, 218, 218);
            border-left-width: 1px;
            border-left-style: solid;
        }

        .content-grid .content-grid-item::after {
            left: 0px;
            top: auto;
            width: 100%;
            height: 0px;
            bottom: -1px;
            border-bottom-color: rgb(218, 218, 218);
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }

        .content-grid .content-grid-item .img-responsive {
            display: inline-block;
        }

    .content-grid.content-grid-dashed .content-grid-item::before {
        border-left-color: rgb(218, 218, 218);
        border-left-width: 1px;
        border-left-style: dashed;
    }

    .content-grid.content-grid-dashed .content-grid-item::after {
        border-bottom-color: rgb(218, 218, 218);
        border-bottom-width: 1px;
        border-bottom-style: dashed;
    }

.minicart-icon2::before {
    font-family: "FontAwesome" !important;
    font-size: 1.1em;
    content: "\f07a";
}

.minicart-icon3::before {
    font-family: "Simple-Line-Icons" !important;
    font-size: 1.1em;
    content: "\e04e";
}

.minicart-icon4::before {
    font-family: "Simple-Line-Icons" !important;
    font-size: 1.1em;
    content: "\e035";
}

.cur-pointer {
    cursor: pointer;
}

.font-size-xs {
    font-size: 0.8em !important;
}

.font-size-sm {
    font-size: 0.9em !important;
}

    .font-size-sm .vc_btn3 {
        font-size: 1em !important;
    }

.font-size-md {
    font-size: 1em !important;
}

.font-size-lg {
    font-size: 1.1em !important;
}

.font-size-xl {
    font-size: 1.2em !important;
}

.text-xs {
    font-size: 1rem !important;
}

.text-sm {
    font-size: 1.3rem !important;
}

.text-md {
    font-size: 1.6rem !important;
}

.text-lg {
    font-size: 1.9rem !important;
}

.text-xl {
    font-size: 2.2rem !important;
}

.line-height-xs {
    line-height: 16px !important;
}

.line-height-sm {
    line-height: 20px !important;
}

.line-height-md {
    line-height: 24px !important;
}

.line-height-lg {
    line-height: 28px !important;
}

.line-height-xl {
    line-height: 32px !important;
}

[data-plugin-sticky].sticky-transition {
    transition: top 0.3s ease-in-out;
    -webkit-transition: top 0.3s ease-in-out 0s;
    -moz-transition: top 0.3s ease-in-out 0s;
}

.ajax-box {
    transition: 0.2s;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

    .ajax-box .ajax-box-content {
        transition: 0.2s;
        height: auto;
        opacity: 1;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
    }

    .ajax-box .bounce-loader {
        opacity: 0;
    }

    .ajax-box .porto-ajax-loading {
        opacity: 0;
    }

    .ajax-box.ajax-box-init {
        height: 0px;
    }

    .ajax-box.ajax-box-loading {
        height: 300px;
    }

        .ajax-box.ajax-box-loading .ajax-box-content {
            height: 300px;
            opacity: 0;
        }

        .ajax-box.ajax-box-loading .bounce-loader {
            opacity: 1;
        }

        .ajax-box.ajax-box-loading .porto-ajax-loading {
            opacity: 1;
        }

[data-plugin-parallax] {
    background-position: 50% 50%;
    clear: both;
    position: relative;
    background-attachment: fixed !important;
    background-repeat: repeat;
    background-color: transparent;
}

.transition-none {
    transition: none !important;
    -webkit-transition: none;
    -moz-transition: none;
}
/*hr {
	margin: 22px 0px; border: 0px currentColor; border-image: none; height: 1px; background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);
}*/
hr.hide {
    display: none !important;
}

hr.short {
    margin: 11px 0px;
}

hr.tall {
    margin: 44px 0px;
}

hr.taller {
    margin: 66px 0px;
}

hr.solid {
    background: rgba(0, 0, 0, 0.15);
}

hr.light {
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
}

hr.invisible {
    background: none;
}

.divider {
    margin: 44px auto;
    border: 0px currentColor;
    border-image: none;
    height: 1px;
    text-align: center;
    clear: both;
    position: relative;
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);
}

    .divider.taller {
        margin: 66px auto;
    }

    .divider i {
        background: rgb(255, 255, 255);
        margin: 0px auto 0px -25px;
        border-radius: 50px;
        left: 50%;
        top: -25px;
        width: 50px;
        height: 50px;
        text-align: center;
        color: rgb(169, 169, 169);
        line-height: 50px;
        font-size: 20px;
        display: inline-block;
        position: absolute;
        z-index: 1;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
    }

    .divider.divider-solid {
        background: rgba(0, 0, 0, 0.15);
    }

    .divider.divider-icon-sm i {
        top: -15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        margin-left: -16px;
    }

    .divider.divider-icon-lg {
        margin: 86px 0px;
    }

        .divider.divider-icon-lg i {
            top: -30px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 30px;
            margin-left: -30px;
        }

        .divider.divider-icon-lg.taller {
            margin: 100px auto;
        }

    .divider.divider-xs {
        width: 35%;
    }

    .divider.divider-sm {
        width: 67%;
    }

    .divider.divider-left i {
        left: 0px;
        right: auto;
        margin-right: 0px;
        margin-left: 0px;
    }

    .divider.divider-right i {
        left: auto;
        right: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .divider.divider-style-2 i {
        background: rgb(244, 244, 244);
        color: rgb(169, 169, 169);
    }

    .divider.divider-style-3 i {
        border: 1px solid rgb(206, 206, 206);
        border-image: none;
    }

    .divider.divider-style-4 i {
        border: 1px solid rgb(206, 206, 206);
        border-image: none;
    }

        .divider.divider-style-4 i::after {
            padding: 1px;
            border-radius: 50%;
            border: 3px solid rgb(244, 244, 244);
            border-image: none;
            left: -4px;
            top: -4px;
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            content: "";
            box-sizing: content-box;
        }

    .divider.divider-small {
        background: none;
        margin: 22px auto;
    }

        .divider.divider-small hr {
            background: rgb(85, 85, 85);
            width: 50px;
            height: 1px;
        }

        .divider.divider-small.divider-small-center {
            text-align: center;
        }

            .divider.divider-small.divider-small-center hr {
                margin-right: auto;
                margin-left: auto;
            }

        .divider.divider-small.divider-small-right {
            text-align: right;
        }

            .divider.divider-small.divider-small-right hr {
                margin-left: auto;
            }

        .divider.divider-small.divider-light hr {
            background: rgb(221, 221, 221);
        }

        .divider.divider-small.divider-small-sm hr {
            height: 1px;
        }

        .divider.divider-small.divider-small-lg hr {
            height: 6px;
        }

        .divider.divider-small.tall {
            margin: 34px 0px;
        }

        .divider.divider-small.taller {
            margin: 46px 0px;
        }

hr.dashed {
    background: none;
    position: relative;
}

.divider.dashed {
    background: none;
    position: relative;
}

hr.dashed::after {
    border: 1px dashed rgba(0, 0, 0, 0.15);
    border-image: none;
    top: 50%;
    width: 100%;
    height: 0px;
    margin-top: -1px;
    display: block;
    position: absolute;
    content: "";
}

.divider.dashed::after {
    border: 1px dashed rgba(0, 0, 0, 0.15);
    border-image: none;
    top: 50%;
    width: 100%;
    height: 0px;
    margin-top: -1px;
    display: block;
    position: absolute;
    content: "";
}

hr.pattern {
    background: none;
    position: relative;
}

.divider.pattern {
    background: none;
    position: relative;
}

hr.pattern::after {
    background: url("../images/patterns/worn_dots.png") 0px 0px;
    top: 50%;
    width: 100%;
    height: 15px;
    margin-top: -7px;
    display: block;
    position: absolute;
    content: "";
}

.divider.pattern::after {
    background: url("../images/patterns/worn_dots.png") 0px 0px;
    top: 50%;
    width: 100%;
    height: 15px;
    margin-top: -7px;
    display: block;
    position: absolute;
    content: "";
}

hr.pattern.pattern-2::after {
    background-image: url("../images/patterns/az_subtle.png");
}

.divider.pattern.pattern-2::after {
    background-image: url("../images/patterns/az_subtle.png");
}

.porto-separator {
    margin: 0px 0px 22px;
}

    .porto-separator.short {
        margin: -11px 0px 11px;
    }

    .porto-separator.tall {
        margin: 22px 0px 44px;
    }

    .porto-separator.taller {
        margin: 44px 0px 66px;
    }

    .porto-separator .separator-line {
        margin: 0px auto;
    }

        .porto-separator .separator-line.align_left {
            margin: 0px auto 0px 0px;
        }

        .porto-separator .separator-line.align_center {
            margin: 0px auto;
        }

        .porto-separator .separator-line.align_right {
            margin: 0px 0px 0px auto;
        }

    .porto-separator .separator-line-50 {
        width: 50%;
    }

    .porto-separator .separator-line-60 {
        width: 60%;
    }

    .porto-separator .separator-line-70 {
        width: 70%;
    }

    .porto-separator .separator-line-80 {
        width: 80%;
    }

    .porto-separator .separator-line-90 {
        width: 90%;
    }

.icon-featured {
    margin: 15px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 110px;
    font-size: 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .icon-featured::after {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        box-sizing: content-box;
        pointer-events: none;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
    }

    .icon-featured img {
        margin: auto;
        padding: 0px;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        position: absolute;
    }

.featured-box {
    background: linear-gradient(rgb(255, 255, 255) 1%, rgb(249, 249, 249) 98%) 0px 0px rgb(245, 245, 245);
    margin: 20px auto;
    border-radius: 8px;
    text-align: center;
    border-right-color: rgb(236, 236, 236);
    border-bottom-color: rgb(223, 223, 223);
    border-left-color: rgb(236, 236, 236);
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    position: relative;
    z-index: 1;
    min-height: 100px;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.04);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .featured-box.align-left {
        text-align: left;
    }

    .featured-box.align-center {
        text-align: center;
    }

    .featured-box.align-right {
        text-align: right;
    }

    .featured-box.align-justify {
        text-align: justify;
    }

.woocommerce .featured-box h2 {
    text-transform: uppercase;
    line-height: 1.4285;
    letter-spacing: -0.7px;
    font-size: 1.3em;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
}

.woocommerce-page .featured-box h2 {
    text-transform: uppercase;
    line-height: 1.4285;
    letter-spacing: -0.7px;
    font-size: 1.3em;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
}

.woocommerce .featured-box h3 {
    text-transform: uppercase;
    line-height: 1.4285;
    letter-spacing: -0.7px;
    font-size: 1.3em;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
}

.woocommerce-page .featured-box h3 {
    text-transform: uppercase;
    line-height: 1.4285;
    letter-spacing: -0.7px;
    font-size: 1.3em;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
}

.woocommerce .featured-box h4 {
    text-transform: uppercase;
    line-height: 1.4285;
    letter-spacing: -0.7px;
    font-size: 1.3em;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
}

.woocommerce-page .featured-box h4 {
    text-transform: uppercase;
    line-height: 1.4285;
    letter-spacing: -0.7px;
    font-size: 1.3em;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
}

.woocommerce .featured-box h2:first-child {
    margin-top: -5px;
}

.woocommerce-page .featured-box h2:first-child {
    margin-top: -5px;
}

.woocommerce .featured-box h3:first-child {
    margin-top: -5px;
}

.woocommerce-page .featured-box h3:first-child {
    margin-top: -5px;
}

.woocommerce .featured-box h4:first-child {
    margin-top: -5px;
}

.woocommerce-page .featured-box h4:first-child {
    margin-top: -5px;
}

.woocommerce .featured-box header h2 {
    font-size: 1.1em;
    margin-top: 0px !important;
}

.woocommerce-page .featured-box header h2 {
    font-size: 1.1em;
    margin-top: 0px !important;
}

.woocommerce .featured-box header h3 {
    font-size: 1.1em;
    margin-top: 0px !important;
}

.woocommerce-page .featured-box header h3 {
    font-size: 1.1em;
    margin-top: 0px !important;
}

.woocommerce .featured-box header h4 {
    font-size: 1.1em;
    margin-top: 0px !important;
}

.woocommerce-page .featured-box header h4 {
    font-size: 1.1em;
    margin-top: 0px !important;
}

.featured-box h4 {
    letter-spacing: -0.7px;
    font-size: 1.3em;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.featured-box .wpb_heading {
    letter-spacing: -0.7px;
    font-size: 1.3em;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.featured-box .box-content {
    padding: 30px 30px 10px;
    border-radius: 8px;
    top: -1px;
    border-top-color: rgb(51, 184, 255);
    border-top-width: 4px;
    border-top-style: solid;
    position: relative;
}

@media all and (max-width:767px) {
    .featured-box .box-content {
        padding: 25px 15px 5px;
    }
}

.featured-box .learn-more {
    margin-top: 10px;
    display: block;
}

.featured-box .aio-icon-box {
    margin-top: 15px;
    margin-bottom: 25px;
}

.featured-box .wpb_content_element {
    margin-bottom: 20px;
}

.featured-box-text-left {
    text-align: left;
}

.featured-boxes-flat .featured-box {
    margin: 10px 0px;
    box-shadow: none;
}

    .featured-boxes-flat .featured-box .box-content {
        background: rgb(255, 255, 255);
        margin-top: 65px;
    }

    .featured-boxes-flat .featured-box .icon-featured {
        margin: -100px 0px -15px;
        padding: 0px;
        top: -37px;
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 38px;
        display: inline-block;
        position: relative;
    }

.featured-boxes-style-2 .featured-box {
    background: none;
    margin: 10px 0px;
    border: 0px currentColor;
    border-image: none;
    box-shadow: none;
}

    .featured-boxes-style-2 .featured-box .box-content {
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
    }

    .featured-boxes-style-2 .featured-box .icon-featured {
        padding: 0px;
        width: 75px;
        height: 75px;
        line-height: 75px;
        font-size: 30px;
        margin-top: 0px;
        display: inline-block;
    }

.featured-boxes-style-3 .featured-box {
    margin: 10px 0px;
}

    .featured-boxes-style-3 .featured-box .icon-featured {
        background: rgb(255, 255, 255);
        padding: 0px;
        border: 3px solid rgb(204, 204, 204);
        border-image: none;
        width: 75px;
        height: 75px;
        line-height: 68px;
        font-size: 30px;
        margin-top: -35px;
        display: inline-block;
    }

:not(.featured-boxes-flat).featured-boxes-style-3 .featured-box {
    background: none;
    border: 0px currentColor;
    border-image: none;
    box-shadow: none;
}

    :not(.featured-boxes-flat).featured-boxes-style-3 .featured-box .box-content {
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
    }

.featured-boxes-style-4 .featured-box {
    background: none;
    margin: 10px 0px;
    border: 0px currentColor;
    border-image: none;
    box-shadow: none;
}

    .featured-boxes-style-4 .featured-box .box-content {
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
    }

    .featured-boxes-style-4 .featured-box .icon-featured {
        background: none;
        padding: 0px;
        border-radius: 0px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 40px;
        margin-top: 0px;
        margin-bottom: 10px;
        display: inline-block;
    }

.featured-boxes-style-5 .featured-box {
    background: none;
    margin: 10px 0px;
    border: 0px currentColor;
    border-image: none;
    box-shadow: none;
}

.featured-boxes-style-6 .featured-box {
    background: none;
    margin: 10px 0px;
    border: 0px currentColor;
    border-image: none;
    box-shadow: none;
}

.featured-boxes-style-7 .featured-box {
    background: none;
    margin: 10px 0px;
    border: 0px currentColor;
    border-image: none;
    box-shadow: none;
}

.featured-boxes-style-5 .featured-box .box-content {
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
}

.featured-boxes-style-6 .featured-box .box-content {
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
}

.featured-boxes-style-7 .featured-box .box-content {
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
}

.featured-boxes-style-5 .featured-box .box-content h4 {
    color: rgb(46, 53, 62);
}

.featured-boxes-style-6 .featured-box .box-content h4 {
    color: rgb(46, 53, 62);
}

.featured-boxes-style-7 .featured-box .box-content h4 {
    color: rgb(46, 53, 62);
}

.featured-boxes-style-5 .featured-box .icon-featured {
    background: rgb(255, 255, 255);
    padding: 0px;
    border: 1px solid rgb(223, 223, 223);
    border-image: none;
    width: 75px;
    height: 75px;
    line-height: 73px;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-block;
}

.featured-boxes-style-6 .featured-box .icon-featured {
    background: rgb(255, 255, 255);
    padding: 0px;
    border: 1px solid rgb(223, 223, 223);
    border-image: none;
    width: 75px;
    height: 75px;
    line-height: 73px;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-block;
}

.featured-boxes-style-7 .featured-box .icon-featured {
    background: rgb(255, 255, 255);
    padding: 0px;
    border: 1px solid rgb(223, 223, 223);
    border-image: none;
    width: 75px;
    height: 75px;
    line-height: 73px;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-block;
}

.featured-boxes-style-6 .featured-box .icon-featured {
    border: 1px solid rgb(206, 206, 206);
    border-image: none;
}

    .featured-boxes-style-6 .featured-box .icon-featured::after {
        padding: 1px;
        border-radius: 50%;
        border: 5px solid rgb(244, 244, 244);
        border-image: none;
        left: -6px;
        top: -6px;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        content: "";
        box-sizing: content-box;
    }

.featured-boxes-style-7 .featured-box .icon-featured {
    border: 1px solid rgb(223, 223, 223);
    border-image: none;
}

.featured-boxes-style-8 .featured-box .icon-featured {
    background: rgb(255, 255, 255);
    margin: -38px 0px -16px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    width: 75px;
    height: 75px;
    line-height: 73px;
    font-size: 30px;
    display: inline-block;
}

    .featured-boxes-style-8 .featured-box .icon-featured::after {
        display: none;
    }

.featured-box-effect-1 .icon-featured::after {
    padding: 7px;
    transition: transform 0.2s, opacity 0.2s;
    left: -7px;
    top: -7px;
    opacity: 0;
    box-shadow: 0px 0px 0px 3px #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.featured-box-effect-1:hover .icon-featured::after {
    opacity: 1;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.featured-box-effect-2 .icon-featured::after {
    padding: 7px;
    transition: transform 0.2s, opacity 0.2s;
    left: -7px;
    top: -7px;
    opacity: 0;
    box-shadow: 0px 0px 0px 3px #fff;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.featured-box-effect-2:hover .icon-featured::after {
    opacity: 1;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
}

.featured-box-effect-3 .icon-featured::after {
    transition: transform 0.2s, opacity 0.2s;
    left: 0px;
    top: 0px;
    opacity: 0;
    box-shadow: 0px 0px 0px 10px #fff;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.featured-box-effect-3:hover .icon-featured {
    color: rgb(255, 255, 255) !important;
}

    .featured-box-effect-3:hover .icon-featured::after {
        opacity: 0.8;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }

.featured-box-effect-4 .icon-featured {
    transition: transform 0.2s, transform 0.2s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: transform 0.2s, transform 0.2s;
    -moz-transition: transform 0.2s, transform 0.2s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.featured-box-effect-4:hover .icon-featured {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.featured-box-effect-5 .icon-featured {
    transition: 0.3s;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.featured-box-effect-5:hover .icon-featured {
    animation: toRightFromLeft 0.3s forwards;
    -webkit-animation: toRightFromLeft 0.3s forwards;
}

.featured-box-effect-6 .icon-featured::after {
    transition: 0.2s, transform 0.2s;
    -webkit-transition: all 0.2s, transform 0.2s;
    -moz-transition: all 0.2s, transform 0.2s;
}

.featured-box-effect-6:hover .box-content .icon-featured::after {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.featured-box-effect-7 .icon-featured::after {
    transition: opacity 0.2s, transform 0.2s;
    left: 0px;
    top: -1px;
    opacity: 0;
    box-shadow: 3px 3px #d5d5d5;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, transform 0.2s;
    -moz-transition: opacity 0.2s, transform 0.2s;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.featured-box-effect-7:hover .icon-featured::after {
    opacity: 1;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.featured-box-effect-7 .icon-featured::before {
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0.7;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.featured-box-effect-7:hover .icon-featured::before {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.feature-box {
    clear: both;
}

    .feature-box .feature-box-icon {
        border-radius: 35px;
        top: 5px;
        width: 35px;
        height: 35px;
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 35px;
        margin-right: 10px;
        float: left;
        display: inline-block;
        position: relative;
    }

    .feature-box .feature-box-info {
        padding-left: 50px;
    }

    .feature-box.feature-box-style-2 h4 {
        color: rgb(29, 33, 39);
    }

    .feature-box.feature-box-style-2 .feature-box-icon {
        background: none;
        width: 50px;
        height: 50px;
    }

        .feature-box.feature-box-style-2 .feature-box-icon i {
            font-size: 28px;
        }

    .feature-box.feature-box-style-2 .feature-box-info {
        padding-left: 60px;
    }

    .feature-box.feature-box-style-3 h4 {
        color: rgb(29, 33, 39);
    }

    .feature-box.feature-box-style-3 .feature-box-icon {
        background: none;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        line-height: 32px;
    }

    .feature-box.feature-box-style-4 h4 {
        color: rgb(29, 33, 39);
    }

    .feature-box.feature-box-style-4 .feature-box-icon {
        background: none;
        width: auto;
        height: auto;
        padding-bottom: 10px;
        float: none;
    }

        .feature-box.feature-box-style-4 .feature-box-icon i {
            font-size: 38px;
        }

    .feature-box.feature-box-style-4 .feature-box-info {
        padding-left: 0px;
        clear: both;
    }

    .feature-box.feature-box-style-5 h4 {
        color: rgb(29, 33, 39);
    }

    .feature-box.feature-box-style-5 .feature-box-icon {
        background: none;
        width: 74px;
        height: 74px;
    }

        .feature-box.feature-box-style-5 .feature-box-icon i {
            font-size: 44px;
        }

    .feature-box.feature-box-style-5 .feature-box-info {
        padding-left: 84px;
    }

    .feature-box.feature-box-style-6 h4 {
        color: rgb(29, 33, 39);
    }

    .feature-box.feature-box-style-6 .feature-box-icon {
        background: none;
        border: 1px solid rgb(206, 206, 206);
        border-image: none;
        line-height: 32px;
    }

        .feature-box.feature-box-style-6 .feature-box-icon::after {
            padding: 1px;
            border-radius: 50%;
            border: 3px solid rgb(244, 244, 244);
            border-image: none;
            left: -4px;
            top: -4px;
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            content: "";
        }

        .feature-box.feature-box-style-6 .feature-box-icon i {
            color: rgb(169, 169, 169);
        }

@media all and (min-width:991px) {
    .feature-box.reverse {
        text-align: right;
    }

        .feature-box.reverse .feature-box-info {
            padding-right: 50px;
            padding-left: 0px;
        }

        .feature-box.reverse .feature-box-icon {
            margin-right: 0px;
            margin-left: 10px;
            float: right;
        }

        .feature-box.reverse.feature-box-style-2 .feature-box-info {
            padding-right: 60px;
        }

        .feature-box.reverse.feature-box-style-4 .feature-box-info {
            padding-right: 0px;
        }

        .feature-box.reverse.feature-box-style-5 .feature-box-info {
            padding-right: 84px;
        }
}

.featured-boxes-full {
    width: 100%;
}

    .featured-boxes-full > [class*='col-'] {
        padding: 0px;
    }

    .featured-boxes-full .featured-box-full {
        padding: 55px;
        text-align: center;
    }

        .featured-boxes-full .featured-box-full i {
            margin: 0px;
            padding: 0px;
            color: rgb(255, 255, 255);
        }

        .featured-boxes-full .featured-box-full h1 {
            margin: 0px;
            padding: 0px;
            color: rgb(255, 255, 255);
        }

        .featured-boxes-full .featured-box-full h2 {
            margin: 0px;
            padding: 0px;
            color: rgb(255, 255, 255);
        }

        .featured-boxes-full .featured-box-full h3 {
            margin: 0px;
            padding: 0px;
            color: rgb(255, 255, 255);
        }

        .featured-boxes-full .featured-box-full h4 {
            margin: 0px;
            padding: 0px;
            color: rgb(255, 255, 255);
        }

        .featured-boxes-full .featured-box-full h5 {
            margin: 0px;
            padding: 0px;
            color: rgb(255, 255, 255);
        }

        .featured-boxes-full .featured-box-full h6 {
            margin: 0px;
            padding: 0px;
            color: rgb(255, 255, 255);
        }

        .featured-boxes-full .featured-box-full p {
            margin: 0px;
            padding: 0px;
            color: rgb(255, 255, 255);
        }

        .featured-boxes-full .featured-box-full a {
            margin: 0px;
            padding: 0px;
            color: rgb(255, 255, 255);
        }

        .featured-boxes-full .featured-box-full i {
            font-size: 55px;
            margin-bottom: 15px;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        }

        .featured-boxes-full .featured-box-full p {
            padding-top: 12px;
            opacity: 0.8;
        }

.aio-icon-component.featured-icon .aio-icon-header h3.aio-icon-title {
    font-weight: 600;
}

.aio-icon-component.featured-icon .aio-icon {
    background: none;
    border-radius: 35px;
    border: 1px solid rgb(206, 206, 206);
    border-image: none;
    width: 35px;
    height: 35px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 32px;
    margin-right: 10px;
    position: relative;
}

    .aio-icon-component.featured-icon .aio-icon::after {
        padding: 1px;
        border-radius: 50%;
        border: 3px solid rgb(244, 244, 244);
        border-image: none;
        left: -4px;
        top: -4px;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        content: "";
    }

    .aio-icon-component.featured-icon .aio-icon i {
        line-height: 35px;
    }

.thumb-info {
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    text-decoration: none;
    display: block;
    position: relative;
    max-width: 100%;
    transform: translate3d(0px, 0px, 0px);
    backface-visibility: hidden;
    background-color: rgb(255, 255, 255);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

    .thumb-info .thumb-info-wrapper {
        margin: 4px;
        border-radius: 4px;
        overflow: hidden;
        display: block;
        position: relative;
        transform: translate3d(0px, 0px, 0px);
        backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
    }

        .thumb-info .thumb-info-wrapper::after {
            background: rgba(23, 23, 23, 0.8);
            border-radius: 4px;
            transition: 0.3s;
            left: -4px;
            top: -4px;
            right: -4px;
            bottom: -4px;
            color: rgb(255, 255, 255);
            display: block;
            position: absolute;
            z-index: 1;
            content: "";
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }

    .thumb-info .thumb-info-action-icon {
        border-radius: 0px 0px 0px 25px;
        transition: 0.3s;
        top: -100px;
        width: 50px;
        height: 50px;
        text-align: center;
        right: -100px;
        line-height: 50px;
        overflow: hidden;
        font-size: 25px;
        text-decoration: none;
        vertical-align: bottom;
        display: inline-block;
        position: absolute;
        z-index: 2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }

        .thumb-info .thumb-info-action-icon i {
            left: 3px;
            top: -4px;
            color: rgb(255, 255, 255);
            font-size: 24px;
            position: relative;
        }

            .thumb-info .thumb-info-action-icon i img {
                margin: auto;
                border-radius: 0px;
                left: 0px;
                top: 0px;
                right: 0px;
                bottom: 0px;
                position: absolute;
                transform: none !important;
                -webkit-transform: none;
                -moz-transform: none;
                -o-transform: none;
            }

    .thumb-info .thumb-info-inner {
        transition: 0.3s;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }

        .thumb-info .thumb-info-inner em {
            font-size: 0.8em;
            font-style: normal;
            font-weight: normal;
            display: block;
        }

    .thumb-info .thumb-info-title {
        background: rgba(23, 23, 23, 0.8);
        padding: 9px 11px;
        transition: 0.3s;
        left: 0px;
        bottom: 10%;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        letter-spacing: -1px;
        font-size: 18px;
        font-weight: 700;
        position: absolute;
        z-index: 2;
        max-width: 90%;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }

        .thumb-info .thumb-info-title a {
            color: rgb(255, 255, 255);
            text-decoration: none;
        }

            .thumb-info .thumb-info-title a:hover {
                color: rgb(255, 255, 255);
                text-decoration: none;
            }

    .thumb-info .thumb-info-type {
        margin: 8px -2px -15px;
        padding: 2px 9px;
        border-radius: 2px;
        text-transform: none;
        letter-spacing: 0px;
        font-size: 12px;
        font-weight: 400;
        float: left;
        display: inline-block;
        z-index: 2;
    }

    .thumb-info .owl-carousel {
        z-index: auto;
    }

        .thumb-info .owl-carousel .owl-nav {
            z-index: 2;
        }

        .thumb-info .owl-carousel .owl-dots {
            z-index: 2;
        }

    .thumb-info img {
        border-radius: 3px;
        transition: 0.3s;
        width: 100%;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

    .thumb-info .zoom {
        padding: 0px;
        border-radius: 100%;
        transition: 0.1s;
        width: 30px;
        height: 30px;
        text-align: center;
        right: 4px;
        bottom: 4px;
        color: rgb(255, 255, 255);
        display: block;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        opacity: 0;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
    }

        .thumb-info .zoom i {
            line-height: 28px;
            font-size: 14px;
        }

    .thumb-info:hover .thumb-info-wrapper::after {
        opacity: 1;
    }

    .thumb-info:hover .thumb-info-action-icon {
        top: 0px;
        right: 0px;
    }

    .thumb-info:hover .thumb-info-title {
        background: rgb(0, 0, 0);
    }

    .thumb-info:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
    }

    .thumb-info:hover .zoom {
        opacity: 1;
    }

    .thumb-info:hover .owl-carousel.show-nav-hover .owl-nav {
        opacity: 1;
    }

    .thumb-info.thumb-info-no-zoom img {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
    }

    .thumb-info.thumb-info-no-zoom:hover img {
        transform: scale(1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }

    .thumb-info.thumb-info-lighten .thumb-info-wrapper::after {
        background: rgba(23, 23, 23, 0.25);
    }

    .thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper::after {
        display: none;
    }

    .thumb-info.thumb-info-centered-icons .thumb-info-action {
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        left: 3px;
        top: 50%;
        width: 100%;
        height: 40px;
        text-align: center;
        right: auto;
        bottom: auto;
        margin-top: -20px;
        position: absolute;
        z-index: 2;
        opacity: 0;
        transform: translate3d(0px, -10px, 0px);
        -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    }

    .thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
        border-radius: 50%;
        transition: 0.1s;
        left: auto;
        top: auto;
        width: 40px;
        height: 40px;
        right: auto;
        bottom: auto;
        line-height: 33px;
        margin-right: 6px;
        display: inline-block;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
    }

        .thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
            font-size: 18px;
            position: static;
        }

        .thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
            transform: scale(1.15);
            -webkit-transform: scale(1.15, 1.15);
            -moz-transform: scale(1.15, 1.15);
            -o-transform: scale(1.15, 1.15);
        }

    .thumb-info.thumb-info-centered-icons:hover .thumb-info-action {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }

    .thumb-info.thumb-info-centered-icons:hover .thumb-info-action-icon {
        position: relative;
    }

    .thumb-info.thumb-info-centered-info .thumb-info-title {
        background: none;
        padding: 0px;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        left: 5%;
        top: 50%;
        width: 90%;
        text-align: center;
        bottom: auto;
        position: absolute;
        opacity: 0;
        transform: translate(0%, -30%);
        -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    }

    .thumb-info.thumb-info-centered-info .thumb-info-type {
        float: none;
    }

    .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
        opacity: 1;
        transform: translate(0%, -50%);
    }

    .thumb-info.thumb-info-bottom-info .thumb-info-title {
        background: rgb(255, 255, 255);
        padding: 15px;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        left: 0px;
        top: auto;
        width: 100%;
        bottom: 0px;
        max-width: 100%;
        opacity: 0;
        text-shadow: none;
        transform: translate3d(0px, 100px, 0px);
        -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    }

    .thumb-info.thumb-info-bottom-info .thumb-info-type {
        background: none;
        margin: 0px;
        padding: 0px;
        float: none;
    }

    .thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }

    .thumb-info.thumb-info-bottom-info:hover img {
        transform: translateY(-18px);
        -webkit-transform: translateY(-18px);
        -moz-transform: translateY(-18px);
        -o-transform: translateY(-18px);
    }

    .thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
        background: linear-gradient(to top, rgba(23, 23, 23, 0.8) 0px, transparent 100%) 0px 0px rgba(0, 0, 0, 0);
        color: rgb(255, 255, 255);
    }

    .thumb-info.thumb-info-push-hor img {
        width: calc(100% + 19px);
        max-width: none;
        transform: translateX(-18px);
        -webkit-transform: translatex(-18px);
        -moz-transform: translatex(-18px);
        -o-transform: translatex(-18px);
    }

    .thumb-info.thumb-info-push-hor:hover img {
        transform: translateX(0px);
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper::after {
        opacity: 0.65;
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-title {
        top: 50%;
        opacity: 1;
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-type {
        float: none;
    }

    .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper::after {
        opacity: 0.1;
    }

    .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
        opacity: 0;
    }

    .thumb-info.thumb-info-no-borders {
        margin: 0px;
        padding: 0px;
        border-radius: 0px;
        border: 0px currentColor;
        border-image: none;
    }

        .thumb-info.thumb-info-no-borders img {
            margin: 0px;
            padding: 0px;
            border-radius: 0px;
            border: 0px currentColor;
            border-image: none;
        }

        .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
            margin: 0px;
            padding: 0px;
            border-radius: 0px;
            border: 0px currentColor;
            border-image: none;
        }

            .thumb-info.thumb-info-no-borders .thumb-info-wrapper::after {
                border-radius: 0px;
                left: 0px;
                top: 0px;
                right: 0px;
                bottom: 0px;
            }

    .thumb-info.thumb-info-preview .thumb-info-wrapper::after {
        display: none;
    }

    .thumb-info.thumb-info-preview .thumb-info-image {
        background-position: top;
        transition: background-position 0.8s linear;
        display: block;
        position: relative;
        min-height: 232px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        -webkit-transition: background-position 0.8s linear 0s;
        -moz-transition: background-position 0.8s linear 0s;
    }

    .thumb-info.thumb-info-preview:hover .thumb-info-image {
        background-position: bottom;
        transition: background-position 2.5s linear;
        -webkit-transition: background-position 2.5s linear 0s;
        -moz-transition: background-position 2.5s linear 0s;
    }

    .thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
        transition: background-position 1s linear;
        -webkit-transition: background-position 1s linear 0s;
        -moz-transition: background-position 1s linear 0s;
    }

    .thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
        transition: background-position 5s linear;
        -webkit-transition: background-position 5s linear 0s;
        -moz-transition: background-position 5s linear 0s;
    }

    .thumb-info.thumb-info-preview.thumb-info-preview-fixed .thumb-info-image {
        background-position: center;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
    }

    .thumb-info.thumb-info-preview.thumb-info-preview-fixed:hover .thumb-info-image {
        background-position: center;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
    }

    .thumb-info.thumb-info-preview.thumb-info-preview-fixed-top .thumb-info-image {
        background-position: top;
    }

    .thumb-info.thumb-info-preview.thumb-info-preview-fixed-top:hover .thumb-info-image {
        background-position: top;
    }

    .thumb-info.thumb-info-preview.thumb-info-preview-fixed-bottom .thumb-info-image {
        background-position: bottom;
    }

    .thumb-info.thumb-info-preview.thumb-info-preview-fixed-bottom:hover .thumb-info-image {
        background-position: bottom;
    }

    .thumb-info.thumb-info-box-shadow {
        transition: 0.3s;
        box-shadow: 10px 10px 74px -15px rgba(0,0,0,0.1);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

        .thumb-info.thumb-info-box-shadow:hover {
            box-shadow: 10px 10px 74px 0px rgba(0,0,0,0.1);
        }

.thumb-info-ribbon {
    background: rgb(153, 153, 153);
    margin: -16px 0px 0px;
    padding: 5px 13px 6px;
    right: 15px;
    position: absolute;
    z-index: 1;
}

    .thumb-info-ribbon::before {
        left: -10px;
        top: 0px;
        width: 7px;
        height: 0px;
        border-top-color: transparent;
        border-right-color: rgb(100, 100, 100);
        border-top-width: 16px;
        border-right-width: 10px;
        border-top-style: solid;
        border-right-style: solid;
        display: block;
        position: absolute;
        content: "";
    }

    .thumb-info-ribbon span {
        font-size: 1.1em;
    }

.full-width .thumb-info img {
    border-radius: 0px !important;
}

.thumb-info-caption {
    padding: 10px 0px;
}

    .thumb-info-caption .thumb-info-caption-text {
        margin: 0px 0px 8px;
        padding: 10px;
        font-size: 0.9em;
        display: block;
    }

        .thumb-info-caption .thumb-info-caption-text > *:last-child {
            margin-bottom: 0px;
        }

        .thumb-info-caption .thumb-info-caption-text .thumb-info-date {
            font-style: normal;
            font-weight: normal;
            display: block;
        }

        .thumb-info-caption .thumb-info-caption-text img {
            width: auto;
        }

    .thumb-info-caption p {
        margin: 0px 0px 8px;
        line-height: 20px;
    }

.thumb-info-side-image {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

    .thumb-info-side-image::before {
        display: table;
        content: " ";
    }

    .thumb-info-side-image::after {
        display: table;
        content: " ";
    }

    .thumb-info-side-image::after {
        clear: both;
    }

    .thumb-info-side-image .thumb-info-side-image-wrapper {
        padding: 4px;
        margin-right: 20px;
        float: left;
        position: relative;
    }

    .thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
        margin: 0px;
        padding: 17px;
    }

    .thumb-info-side-image .thumb-info-social-icons {
        border-width: 0px;
        padding-bottom: 0px;
    }

    .thumb-info-side-image.thumb-info-no-borders .thumb-info-side-image-wrapper {
        padding: 0px;
    }

.thumb-info-side-image-right .thumb-info-side-image-wrapper {
    margin-right: 0px;
    margin-left: 20px;
    float: right;
}

.thumb-info-social-icons {
    margin: 0px;
    padding: 15px 10px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: dotted;
    display: block;
}

    .thumb-info-social-icons a {
        margin: 2px;
        border-radius: 25px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        overflow: hidden;
        vertical-align: bottom;
        display: inline-block;
        position: relative;
    }

        .thumb-info-social-icons a:hover {
            text-decoration: none;
        }

        .thumb-info-social-icons a span {
            display: none;
        }

        .thumb-info-social-icons a i {
            color: rgb(255, 255, 255);
            font-size: 0.9em;
            font-weight: normal;
        }

            .thumb-info-social-icons a i img {
                margin: auto;
                border-radius: 0px;
                left: 0px;
                top: 0px;
                right: 0px;
                bottom: 0px;
                position: absolute;
                transform: none !important;
                -webkit-transform: none;
                -moz-transform: none;
                -o-transform: none;
            }

    .thumb-info-social-icons.share-links a {
        margin: 2px;
        border-radius: 25px;
    }

.thumb-info-icons.position-style-2 {
    left: 50%;
    top: -15px;
    position: absolute;
    z-index: 3;
    transform: translateX(-51%);
    -webkit-transform: translatex(-51%);
    -moz-transform: translatex(-51%);
    -o-transform: translatex(-51%);
}

.thumb-info-icons .thumb-info-icon {
    padding: 5px 11px;
    border-radius: 20px;
    transition: 0.3s;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

    .thumb-info-icons .thumb-info-icon.love {
        margin-left: 0.2em;
    }

    .thumb-info-icons .thumb-info-icon i {
        margin-left: 8px;
    }

.thumb-info-icons.position-style-1 {
    right: 5%;
    bottom: 5%;
    position: absolute;
    z-index: 2;
}

.thumb-info-icons.position-style-3 {
    right: 2%;
    bottom: 7%;
    position: absolute;
}

.thumb-info-plus::before {
    transition: auto;
    left: 50%;
    top: 50%;
    width: 100%;
    border-top-color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-top-style: solid;
    display: block;
    position: absolute;
    content: "";
    opacity: 1;
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
}

.thumb-info-plus::after {
    transition: auto;
    left: 50%;
    top: 50%;
    width: 100%;
    border-top-color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-top-style: solid;
    display: block;
    position: absolute;
    content: "";
    opacity: 1;
    transform: translate3d(-50%, -50%, 0px) rotate(0deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

.thumb-info .thumb-info-plus {
    transition: 0.3s;
    left: 50%;
    top: 50%;
    width: 10%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
}

.thumb-info:hover .thumb-info-plus {
    width: 30%;
    opacity: 1;
}

    .thumb-info:hover .thumb-info-plus::after {
        transform: translate3d(-50%, -50%, 0px) rotate(90deg);
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
        -moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
        -o-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    }

.portfolio-parallax .thumb-info-plus {
    transition: 0.3s;
    left: 50%;
    top: 50%;
    width: 2%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
}

.portfolio-parallax:hover .thumb-info-plus {
    width: 8%;
    opacity: 1;
}

    .portfolio-parallax:hover .thumb-info-plus::after {
        transform: translate3d(-50%, -50%, 0px) rotate(90deg);
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
        -moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
        -o-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    }

.portfolio-parallax.hidden-plus .thumb-info-plus {
    display: none;
}

.thumb-info.thumb-info-bottom-info.alternate-info-hide:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.thumb-info-slow-zoom {
    transition: box-shadow 300ms;
}

    .thumb-info-slow-zoom:hover {
        box-shadow: 0px 0px 59px -16px rgba(0,0,0,0.4);
    }

        .thumb-info-slow-zoom:hover img {
            transform: translate3d(0px, 3%, 0px) scale(1.3) !important;
            -webkit-transform: translate3d(0, 3%, 0) scale(1.3);
            -moz-transform: translate3d(0, 3%, 0) scale(1.3);
            -o-transform: translate3d(0, 3%, 0) scale(1.3);
        }

    .thumb-info-slow-zoom img {
        transition: 5s;
        transform: translate3d(-2%, -2%, 0px) scale(1.2);
        -webkit-transform: translate3d(-2%, -2%, 0) scale(1.2);
        -webkit-transition: all 5s ease;
        -moz-transition: all 5s ease;
        -moz-transform: translate3d(-2%, -2%, 0) scale(1.2);
        -o-transform: translate3d(-2%, -2%, 0) scale(1.2);
    }

    .thumb-info-slow-zoom .thumb-info-plus {
        display: none;
    }

.portfolio-stripes .owl-item .portfolio-item .thumb-info.thumb-info-slow-zoom:hover .thumb-info-wrapper .background-image {
    box-shadow: none;
    transform: translate3d(0px, 3%, 0px) scale(1.3) !important;
    -webkit-transform: translate3d(0, 3%, 0) scale(1.3);
    -moz-transform: translate3d(0, 3%, 0) scale(1.3);
    -o-transform: translate3d(0, 3%, 0) scale(1.3);
}

.portfolio-stripes .owl-item .portfolio-item .thumb-info.thumb-info-slow-zoom .thumb-info-wrapper .background-image {
    transition: 5s;
    transform: translate3d(-2%, -2%, 0px) scale(1.2) !important;
    -webkit-transform: translate3d(-2%, -2%, 0) scale(1.2);
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -moz-transform: translate3d(-2%, -2%, 0) scale(1.2);
    -o-transform: translate3d(-2%, -2%, 0) scale(1.2);
}

.portfolio-stripes .owl-item .portfolio-item .thumb-info-slow-zoom:hover .thumb-info-wrapper::after {
    opacity: 0;
}

.portfolio-stripes .owl-item .portfolio-item .thumb-info-slow-zoom:hover .thumb-info-wrapper::before {
    bottom: -41px;
}

@media all and (max-width:991px) {
    .thumb-info .thumb-info-title {
        font-size: 14px;
    }

    .thumb-info .thumb-info-more {
        font-size: 11px;
    }

    .portfolio-parallax:hover .thumb-info-plus {
        width: 20%;
    }
}

section.timeline {
    margin: 50px 13% 0px;
    width: 74%;
    padding-bottom: 120px;
    float: left;
    position: relative;
}

.column2 section.timeline {
    margin: 50px 0px 0px;
    width: 100%;
}

section.timeline::after {
    background: -ms-linear-gradient(rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    margin: auto;
    left: 0px;
    top: -60px;
    width: 3px;
    height: 100%;
    right: 0px;
    display: block;
    position: absolute;
    z-index: 0;
    content: "";
    opacity: 0.35;
}

section.timeline .timeline-date {
    background: rgb(255, 255, 255);
    margin: 0px auto 10px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid rgb(229, 229, 229);
    border-image: none;
    width: 200px;
    height: 45px;
    clear: both;
    display: block;
    position: relative;
    z-index: 1;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.04);
    text-shadow: 0px 1px 1px #fff;
}

    section.timeline .timeline-date h3 {
        margin: 2px 0px 0px;
        text-align: center;
        color: rgb(117, 117, 117);
        text-transform: uppercase;
        line-height: 32px;
        font-size: 0.9em;
        display: block;
    }

section.timeline .timeline-title {
    background: rgb(244, 244, 244);
    padding: 12px;
}

    section.timeline .timeline-title h4 {
        margin: 0px;
        padding: 0px;
        color: rgb(23, 23, 23);
        font-size: 1.4em;
    }

    section.timeline .timeline-title a {
        color: rgb(23, 23, 23);
    }

    section.timeline .timeline-title .timeline-title-tags {
        color: rgb(177, 177, 177);
        font-size: 0.9em;
    }

        section.timeline .timeline-title .timeline-title-tags a {
            color: rgb(177, 177, 177);
            font-size: 0.9em;
        }

section.timeline .timeline-box {
    background: rgb(255, 255, 255);
    margin: 20px 3% 30px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgb(229, 229, 229);
    border-image: none;
    width: 44%;
    float: left;
    position: relative;
    z-index: 1;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.04);
}

    section.timeline .timeline-box.left {
        clear: both;
    }

        section.timeline .timeline-box.left::before {
            background: rgb(229, 229, 229);
            border-radius: 50%;
            top: 22px;
            width: 8px;
            height: 7px;
            right: -6%;
            margin-right: -8px;
            display: block;
            position: absolute;
            content: "";
            box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 6px #e5e5e5;
        }

        section.timeline .timeline-box.left::after {
            background: rgb(255, 255, 255);
            top: 20px;
            width: 14px;
            height: 14px;
            right: -8px;
            border-top-color: rgb(229, 229, 229);
            border-right-color: rgb(229, 229, 229);
            border-top-width: 1px;
            border-right-width: 1px;
            border-top-style: solid;
            border-right-style: solid;
            display: block;
            position: absolute;
            z-index: 0;
            content: "";
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
        }

    section.timeline .timeline-box.right {
        clear: right;
        margin-top: 40px;
        float: right;
    }

        section.timeline .timeline-box.right::before {
            background: rgb(229, 229, 229);
            border-radius: 50%;
            left: -6%;
            top: 32px;
            width: 8px;
            height: 7px;
            margin-left: -8px;
            display: block;
            position: absolute;
            content: "";
            box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 6px #e5e5e5;
        }

        section.timeline .timeline-box.right::after {
            background: rgb(255, 255, 255);
            left: -8px;
            top: 30px;
            width: 14px;
            height: 14px;
            border-bottom-color: rgb(229, 229, 229);
            border-left-color: rgb(229, 229, 229);
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-style: solid;
            border-left-style: solid;
            display: block;
            position: absolute;
            z-index: 0;
            content: "";
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
        }

    section.timeline .timeline-box .img-thumbnail {
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
    }

        section.timeline .timeline-box .img-thumbnail img {
            padding: 0px;
            border: 0px currentColor;
            border-image: none;
        }

    section.timeline .timeline-box .owl-carousel {
        padding: 0px;
        border-radius: 0px;
        border: 0px currentColor;
        border-image: none;
        box-shadow: none;
    }

        section.timeline .timeline-box .owl-carousel .owl-stage-outer {
            border-radius: 0px;
        }

    section.timeline .timeline-box .thumb-info {
        margin: 0px;
        padding: 0px;
        border-radius: 0px;
        border: 0px currentColor;
        border-image: none;
    }

        section.timeline .timeline-box .thumb-info img {
            margin: 0px;
            padding: 0px;
            border-radius: 0px;
            border: 0px currentColor;
            border-image: none;
        }

        section.timeline .timeline-box .thumb-info .thumb-info-wrapper {
            margin: 0px;
            padding: 0px;
            border-radius: 0px;
            border: 0px currentColor;
            border-image: none;
        }

            section.timeline .timeline-box .thumb-info .thumb-info-wrapper::after {
                border-radius: 0px;
                left: 0px;
                top: 0px;
                right: 0px;
                bottom: 0px;
            }

    section.timeline .timeline-box .thumb-info-side-image .thumb-info-side-image-wrapper {
        padding: 0px;
    }

@media all and (max-width:767px) {
    .column2 section.timeline {
        margin: 50px 13% 0px;
        width: 74%;
    }

    section.timeline .timeline-box {
        margin: 25px auto;
        left: auto;
        width: auto;
        right: auto;
        clear: both;
        float: none;
        max-width: 80%;
    }

    .column2 section.timeline .timeline-box {
        max-width: 80%;
    }

    section.timeline .timeline-box.right {
        margin: 25px auto;
        left: auto;
        width: auto;
        right: auto;
        clear: both;
        float: none;
        max-width: 80%;
    }

    .column2 section.timeline .timeline-box.right {
        max-width: 80%;
    }

    section.timeline .timeline-box.left::after {
        display: none;
    }

    section.timeline .timeline-box.right::after {
        display: none;
    }

    section.timeline .timeline-box.left::before {
        display: none;
    }

    section.timeline .timeline-box.right::before {
        display: none;
    }
}

@media all and (max-width:480px) {
    section.timeline {
        width: auto;
        margin-right: 0px;
        margin-left: 0px;
        float: none;
    }

    .column2 section.timeline {
        width: auto;
        margin-right: 0px;
        margin-left: 0px;
    }

    section.timeline .timeline-box {
        margin: 15px auto;
        max-width: 90%;
    }

    .column2 section.timeline .timeline-box {
        max-width: 90%;
    }

    section.timeline .timeline-box.right {
        margin: 15px auto;
        max-width: 90%;
    }

    .column2 section.timeline .timeline-box.right {
        max-width: 90%;
    }
}

#infscr-loading {
    left: 0px;
    top: 100%;
    width: 100%;
    height: 0px;
    text-align: center;
    right: 0px;
    margin-top: -20px;
    position: absolute;
}

    #infscr-loading img {
        display: none !important;
    }

    #infscr-loading .infinite-loading {
        margin: auto;
        width: 50px;
        height: 50px;
        display: inline-block;
    }

.page-faqs #infscr-loading {
    margin-top: -40px;
}

.pagination.load-more span {
    display: none;
}

.pagination.load-more a {
    display: none;
}

.pagination.load-more .next {
    border-width: 3px;
    padding: 13px 30px;
    line-height: 1.3333;
    font-size: 14px;
    display: block;
}

.pagination-wrap.load-more {
    position: relative;
}

    .pagination-wrap.load-more .bounce-loader {
        display: none;
    }

.testimonial {
    margin-bottom: 20px;
}

.slick-slider .testimonial {
    margin-bottom: 0px;
}

.testimonial blockquote {
    margin: 0px;
    padding: 10px 50px;
    border-radius: 8px;
    border: 0px currentColor;
    border-image: none;
    color: rgb(102, 102, 102);
    font-family: Georgia, serif;
    font-style: italic;
    position: relative;
}

    .testimonial blockquote::before {
        left: 10px;
        top: 0px;
        color: rgb(255, 255, 255);
        line-height: 1;
        font-size: 80px;
        font-style: normal;
        position: absolute;
        content: "\201C";
    }

    .testimonial blockquote::after {
        right: 10px;
        bottom: -0.5em;
        color: rgb(255, 255, 255);
        line-height: 1;
        font-size: 80px;
        font-style: normal;
        position: absolute;
        content: "\201D";
    }

    .testimonial blockquote p {
        color: rgb(255, 255, 255);
        line-height: 1.3;
        font-family: Georgia, serif;
        font-size: 1.2em;
        font-style: italic;
    }

.testimonial .testimonial-arrow-down {
    margin: 0px 0px 0px 17px;
    width: 0px;
    height: 0px;
    border-top-color: rgb(204, 204, 204);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 15px;
    border-right-width: 15px;
    border-left-width: 15px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
}

.testimonial .testimonial-author {
    margin: 8px 0px 0px;
}

    .testimonial .testimonial-author::before {
        display: table;
        content: " ";
    }

    .testimonial .testimonial-author::after {
        display: table;
        content: " ";
    }

    .testimonial .testimonial-author::after {
        clear: both;
    }

    .testimonial .testimonial-author .testimonial-author-thumbnail {
        width: auto;
        margin-right: 10px;
        float: left;
    }

    .testimonial .testimonial-author img {
        max-width: 55px;
    }

    .testimonial .testimonial-author strong {
        color: rgb(17, 17, 17);
        padding-top: 10px;
        margin-bottom: -5px;
        display: block;
    }

    .testimonial .testimonial-author span {
        color: rgb(102, 102, 102);
        font-size: 12px;
        display: block;
    }

    .testimonial .testimonial-author p {
        margin: 0px 0px 0px 25px;
        text-align: left;
        color: rgb(153, 153, 153);
    }

.testimonial.testimonial-style-2 {
    text-align: center;
}

    .testimonial.testimonial-style-2 blockquote {
        background: none !important;
        padding: 6px 20px;
        border-radius: 4px;
    }

        .testimonial.testimonial-style-2 blockquote::before {
            display: none;
        }

        .testimonial.testimonial-style-2 blockquote::after {
            display: none;
        }

    .testimonial.testimonial-style-2 .testimonial-arrow-down {
        display: none;
    }

    .testimonial.testimonial-style-2 .testimonial-author {
        margin: 6px 0px 0px;
        padding: 0px;
    }

        .testimonial.testimonial-style-2 .testimonial-author img {
            margin: 0px auto 10px;
        }

        .testimonial.testimonial-style-2 .testimonial-author p {
            margin: 0px;
            padding: 0px;
            text-align: center;
        }

.testimonial.testimonial-style-3 blockquote {
    background: rgb(242, 242, 242) !important;
    padding: 12px 30px;
    border-radius: 4px;
}

    .testimonial.testimonial-style-3 blockquote::before {
        top: 5px;
        font-size: 35px;
    }

    .testimonial.testimonial-style-3 blockquote::after {
        bottom: -5px;
        font-size: 35px;
    }

    .testimonial.testimonial-style-3 blockquote p {
        font-size: 1em;
        font-style: normal;
    }

.testimonial.testimonial-style-3 .testimonial-author {
    margin-left: 8px;
}

.testimonial.testimonial-style-3 .testimonial-arrow-down {
    margin-left: 20px;
    border-top-color: rgb(242, 242, 242) !important;
    border-top-width: 10px !important;
    border-top-style: solid !important;
}

.testimonial.testimonial-style-4 {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(223, 223, 223) rgb(236, 236, 236);
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.04);
}

    .testimonial.testimonial-style-4 blockquote {
        background: none !important;
        padding: 12px 30px;
        border-radius: 4px;
    }

        .testimonial.testimonial-style-4 blockquote::before {
            top: 5px;
            font-size: 35px;
        }

        .testimonial.testimonial-style-4 blockquote::after {
            bottom: -5px;
            font-size: 35px;
        }

        .testimonial.testimonial-style-4 blockquote p {
            font-size: 1em;
            font-style: normal;
        }

    .testimonial.testimonial-style-4 .testimonial-arrow-down {
        display: none;
    }

    .testimonial.testimonial-style-4 .testimonial-author {
        margin-bottom: 15px;
        margin-left: 30px;
    }

.testimonial.testimonial-style-5 {
    text-align: center;
}

    .testimonial.testimonial-style-5 blockquote {
        background: none !important;
        padding: 6px 20px;
        border-radius: 4px;
    }

        .testimonial.testimonial-style-5 blockquote::before {
            display: none;
        }

        .testimonial.testimonial-style-5 blockquote::after {
            display: none;
        }

        .testimonial.testimonial-style-5 blockquote p {
            font-size: 1.2em;
            font-style: normal;
        }

    .testimonial.testimonial-style-5 .testimonial-arrow-down {
        display: none;
    }

    .testimonial.testimonial-style-5 .testimonial-author {
        margin: 12px 0px 0px;
        padding: 6px 0px 0px;
        border-top-color: rgb(242, 242, 242);
        border-top-width: 1px;
        border-top-style: solid;
    }

        .testimonial.testimonial-style-5 .testimonial-author img {
            margin: 10px auto;
        }

        .testimonial.testimonial-style-5 .testimonial-author p {
            margin: 0px;
            padding: 0px;
            text-align: center;
        }

.testimonial.testimonial-style-6 {
    text-align: center;
}

    .testimonial.testimonial-style-6 blockquote {
        background: none !important;
        padding: 0px 10%;
        border-radius: 4px;
        border: 0px currentColor;
        border-image: none;
    }

        .testimonial.testimonial-style-6 blockquote::before {
            display: none;
        }

        .testimonial.testimonial-style-6 blockquote::after {
            display: none;
        }

        .testimonial.testimonial-style-6 blockquote i.fa-quote-left {
            left: -5px;
            font-size: 34px;
            position: relative;
        }

        .testimonial.testimonial-style-6 blockquote p {
            line-height: 30px;
            font-size: 24px;
        }

        .testimonial.testimonial-style-6 blockquote span {
            left: -5px;
            color: rgb(153, 153, 153);
            line-height: 20px;
            font-size: 16px;
            position: relative;
        }

    .testimonial.testimonial-style-6 .testimonial-arrow-down {
        display: none;
    }

    .testimonial.testimonial-style-6 .testimonial-author {
        margin: 6px 0px 0px;
        padding: 0px;
    }

        .testimonial.testimonial-style-6 .testimonial-author img {
            margin: 15px auto 10px;
        }

        .testimonial.testimonial-style-6 .testimonial-author p {
            margin: 0px;
            padding: 0px;
            text-align: center;
        }

.testimonial.testimonial-with-quotes {
    text-align: center;
}

    .testimonial.testimonial-with-quotes blockquote {
        background: none !important;
    }

        .testimonial.testimonial-with-quotes blockquote::before {
            left: 10px;
            top: 0px;
            line-height: 1;
            font-size: 80px;
            font-style: normal;
            display: block !important;
            position: absolute;
            content: "\201C";
        }

@media all and (max-width:480px) {
    .testimonial.testimonial-with-quotes blockquote::before {
        display: none !important;
    }
}

.testimonial.testimonial-with-quotes blockquote::after {
    right: 10px;
    bottom: -0.5em;
    line-height: 1;
    font-size: 80px;
    font-style: normal;
    display: block !important;
    position: absolute;
    content: "\201D";
}

@media all and (max-width:480px) {
    .testimonial.testimonial-with-quotes blockquote::after {
        display: none !important;
    }
}

.testimonial.testimonial-with-quotes blockquote p {
    padding: 0px 40px;
}

@media all and (max-width:480px) {
    .testimonial.testimonial-with-quotes blockquote p {
        padding: 0px;
    }
}

.testimonial.testimonial-with-quotes img {
    margin: 15px auto;
    width: 55px;
}

.testimonial.testimonial-with-quotes .testimonial-author p {
    margin: 0px auto;
    text-align: center;
}

.testimonial.testimonial-with-quotes.testimonial-light blockquote::before {
    color: rgb(255, 255, 255);
    opacity: 0.9;
}

.testimonial.testimonial-with-quotes.testimonial-light blockquote::after {
    color: rgb(255, 255, 255);
    opacity: 0.9;
}

.testimonial.testimonial-with-quotes.testimonial-light blockquote p {
    color: rgb(255, 255, 255);
    opacity: 0.9;
}

.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author span {
    color: rgb(255, 255, 255);
    opacity: 0.6;
}

.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author strong {
    color: rgb(255, 255, 255);
    opacity: 0.6;
}

.testimonial.testimonial-transparent-background blockquote {
    background: none !important;
}

.testimonial.testimonial-alternarive-font blockquote p {
    font-family: Georgia, serif !important;
    font-size: 1.2em;
    font-style: italic;
}

.testimonial-no-borders.testimonial {
    border-width: 0px;
    box-shadow: none;
}

.custom-rounded-image {
    border-radius: 100%;
}

.testimonial.custom-testimonial-style-1 blockquote {
    background: none;
    padding: 40px 20px 40px 0px;
}

    .testimonial.custom-testimonial-style-1 blockquote::before {
        left: 0px;
        color: rgb(30, 30, 36);
        font-size: 60px;
    }

    .testimonial.custom-testimonial-style-1 blockquote::after {
        color: rgb(30, 30, 36);
        font-size: 60px;
    }

    .testimonial.custom-testimonial-style-1 blockquote p {
        padding: 0px;
        color: rgb(119, 119, 119);
        line-height: 1.8;
        font-family: "Sintony", sans-serif;
        font-size: 1em;
        font-style: normal;
    }

.testimonial.custom-testimonial-style-1 .testimonial-author p {
    margin: 0px;
    text-align: left;
    position: relative;
}

    .testimonial.custom-testimonial-style-1 .testimonial-author p::before {
        left: 0px;
        top: 0px;
        width: 18px;
        border-top-color: rgb(30, 30, 36);
        border-top-width: 2px;
        border-top-style: solid;
        display: block;
        position: absolute;
        content: "";
    }

.testimonial.custom-testimonial-style-1 {
    text-align: left;
}

.share-links {
    vertical-align: middle;
}

    .share-links a {
        margin: 0.28em 0.57em 0.28em 0px;
        border-radius: 4px;
        transition: 0.25s;
        width: 2.28em;
        height: 2.28em;
        text-align: center;
        color: rgb(255, 255, 255);
        text-indent: -9999em;
        font-size: 14px;
        text-decoration: none;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

        .share-links a::before {
            margin: auto;
            left: 0px;
            top: 0px;
            height: 22px;
            right: 0px;
            bottom: 0px;
            line-height: 23px;
            text-indent: 0px;
            font-family: "FontAwesome";
            position: absolute;
        }

    .share-links.disable-br a {
        border-radius: 0px !important;
    }

    .share-links .share-twitter {
        background: rgb(26, 169, 225);
    }

        .share-links .share-twitter:hover {
            background: rgb(69, 187, 233);
            color: rgb(255, 255, 255);
        }

        .share-links .share-twitter::before {
            content: "\f099";
        }

    .share-links .share-facebook {
        background: rgb(59, 90, 154);
    }

        .share-links .share-facebook:hover {
            background: rgb(77, 113, 187);
            color: rgb(255, 255, 255);
        }

        .share-links .share-facebook::before {
            content: "\f09a";
        }

    .share-links .share-linkedin {
        background: rgb(0, 115, 178);
    }

        .share-links .share-linkedin:hover {
            background: rgb(0, 148, 229);
            color: rgb(255, 255, 255);
        }

        .share-links .share-linkedin::before {
            content: "\f0e1";
        }

    .share-links .share-rss {
        background: rgb(255, 130, 1);
    }

        .share-links .share-rss:hover {
            background: rgb(255, 155, 52);
            color: rgb(255, 255, 255);
        }

        .share-links .share-rss::before {
            content: "\f09e";
        }

    .share-links .share-googleplus {
        background: rgb(221, 75, 57);
    }

        .share-links .share-googleplus:hover {
            background: rgb(228, 115, 101);
            color: rgb(255, 255, 255);
        }

        .share-links .share-googleplus::before {
            content: "\f0d5";
        }

    .share-links .share-pinterest {
        background: rgb(204, 33, 39);
    }

        .share-links .share-pinterest:hover {
            background: rgb(224, 64, 70);
            color: rgb(255, 255, 255);
        }

        .share-links .share-pinterest::before {
            content: "\f0d2";
        }

    .share-links .share-youtube {
        background: rgb(195, 25, 30);
    }

        .share-links .share-youtube:hover {
            background: rgb(228, 43, 49);
            color: rgb(255, 255, 255);
        }

        .share-links .share-youtube::before {
            content: "\f167";
        }

    .share-links .share-instagram {
        background: rgb(124, 74, 58);
    }

        .share-links .share-instagram:hover {
            background: rgb(159, 95, 74);
            color: rgb(255, 255, 255);
        }

        .share-links .share-instagram::before {
            content: "\f16d";
        }

    .share-links .share-skype {
        background: rgb(0, 176, 246);
    }

        .share-links .share-skype:hover {
            background: rgb(42, 194, 255);
            color: rgb(255, 255, 255);
        }

        .share-links .share-skype::before {
            content: "\f17e";
        }

    .share-links .share-email {
        background: rgb(221, 75, 57);
    }

        .share-links .share-email:hover {
            background: rgb(228, 115, 101);
            color: rgb(255, 255, 255);
        }

        .share-links .share-email::before {
            content: "\f0e0";
        }

    .share-links .share-vk {
        background: rgb(99, 131, 168);
    }

        .share-links .share-vk:hover {
            background: rgb(132, 157, 186);
            color: rgb(255, 255, 255);
        }

        .share-links .share-vk::before {
            content: "\f189";
        }

    .share-links .share-xing {
        background: rgb(26, 117, 118);
    }

        .share-links .share-xing:hover {
            background: rgb(35, 158, 160);
            color: rgb(255, 255, 255);
        }

        .share-links .share-xing::before {
            content: "\f168";
        }

    .share-links .share-tumblr {
        background: rgb(48, 78, 108);
    }

        .share-links .share-tumblr:hover {
            background: rgb(64, 104, 143);
            color: rgb(255, 255, 255);
        }

        .share-links .share-tumblr::before {
            content: "\f173";
        }

    .share-links .share-reddit {
        background: rgb(255, 65, 7);
    }

        .share-links .share-reddit:hover {
            background: rgb(255, 104, 58);
            color: rgb(255, 255, 255);
        }

        .share-links .share-reddit::before {
            content: "\f1a1";
        }

    .share-links .share-vimeo {
        background: rgb(82, 184, 234);
    }

        .share-links .share-vimeo:hover {
            background: rgb(127, 203, 240);
            color: rgb(255, 255, 255);
        }

        .share-links .share-vimeo::before {
            content: "\f27d";
        }

    .share-links .share-telegram {
        background: rgb(0, 136, 204);
    }

        .share-links .share-telegram:hover {
            background: rgb(0, 170, 255);
            color: rgb(255, 255, 255);
        }

        .share-links .share-telegram::before {
            content: "\f1d8";
        }

    .share-links .share-yelp {
        background: rgb(196, 18, 0);
    }

        .share-links .share-yelp:hover {
            background: rgb(247, 23, 0);
            color: rgb(255, 255, 255);
        }

        .share-links .share-yelp::before {
            content: "\f1e9";
        }

    .share-links .share-flickr {
        background: rgb(0, 99, 220);
    }

        .share-links .share-flickr:hover {
            background: rgb(16, 124, 255);
            color: rgb(255, 255, 255);
        }

        .share-links .share-flickr::before {
            content: "\f16e";
        }

    .share-links .share-whatsapp {
        background: rgb(60, 138, 56);
    }

        .share-links .share-whatsapp:hover {
            background: rgb(76, 174, 71);
            color: rgb(255, 255, 255);
        }

        .share-links .share-whatsapp::before {
            content: "\f232";
        }

    .share-links.default-skin a {
        color: rgb(255, 255, 255) !important;
    }

        .share-links.default-skin a:hover {
            opacity: 0.8;
        }

    .share-links.default-skin .share-twitter {
        background: rgb(26, 169, 225) !important;
    }

    .share-links.default-skin .share-facebook {
        background: rgb(59, 90, 154) !important;
    }

    .share-links.default-skin .share-linkedin {
        background: rgb(0, 115, 178) !important;
    }

    .share-links.default-skin .share-rss {
        background: rgb(255, 130, 1) !important;
    }

    .share-links.default-skin .share-googleplus {
        background: rgb(221, 75, 57) !important;
    }

    .share-links.default-skin .share-pinterest {
        background: rgb(204, 33, 39) !important;
    }

    .share-links.default-skin .share-youtube {
        background: rgb(195, 25, 30) !important;
    }

    .share-links.default-skin .share-instagram {
        background: rgb(124, 74, 58) !important;
    }

    .share-links.default-skin .share-skype {
        background: rgb(0, 176, 246) !important;
    }

    .share-links.default-skin .share-email {
        background: rgb(221, 75, 57) !important;
    }

    .share-links.default-skin .share-vk {
        background: rgb(99, 131, 168) !important;
    }

    .share-links.default-skin .share-xing {
        background: rgb(26, 117, 118) !important;
    }

    .share-links.default-skin .share-tumblr {
        background: rgb(48, 78, 108) !important;
    }

    .share-links.default-skin .share-reddit {
        background: rgb(255, 65, 7) !important;
    }

    .share-links.default-skin .share-vimeo {
        background: rgb(82, 184, 234) !important;
    }

    .share-links.default-skin .share-telegram {
        background: rgb(0, 136, 204) !important;
    }

    .share-links.default-skin .share-yelp {
        background: rgb(196, 18, 0) !important;
    }

    .share-links.default-skin .share-flickr {
        background: rgb(0, 99, 220) !important;
    }

    .share-links.default-skin .share-whatsapp {
        background: rgb(60, 138, 56) !important;
    }

.widget.follow-us .share-links .share-twitter:hover {
    background: rgb(26, 169, 225);
}

#footer .widget.follow-us .share-links .share-twitter:hover {
    background: rgb(26, 169, 225);
}

.header-wrapper.header-side-nav #header .share-links .share-twitter:hover {
    background: rgb(26, 169, 225);
}

.header-corporate#header .share-links .share-twitter:hover {
    background: rgb(26, 169, 225);
}

.widget.follow-us .share-links .share-facebook:hover {
    background: rgb(59, 90, 154);
}

#footer .widget.follow-us .share-links .share-facebook:hover {
    background: rgb(59, 90, 154);
}

.header-wrapper.header-side-nav #header .share-links .share-facebook:hover {
    background: rgb(59, 90, 154);
}

.header-corporate#header .share-links .share-facebook:hover {
    background: rgb(59, 90, 154);
}

.widget.follow-us .share-links .share-linkedin:hover {
    background: rgb(0, 115, 178);
}

#footer .widget.follow-us .share-links .share-linkedin:hover {
    background: rgb(0, 115, 178);
}

.header-wrapper.header-side-nav #header .share-links .share-linkedin:hover {
    background: rgb(0, 115, 178);
}

.header-corporate#header .share-links .share-linkedin:hover {
    background: rgb(0, 115, 178);
}

.widget.follow-us .share-links .share-rss:hover {
    background: rgb(255, 130, 1);
}

#footer .widget.follow-us .share-links .share-rss:hover {
    background: rgb(255, 130, 1);
}

.header-wrapper.header-side-nav #header .share-links .share-rss:hover {
    background: rgb(255, 130, 1);
}

.header-corporate#header .share-links .share-rss:hover {
    background: rgb(255, 130, 1);
}

.widget.follow-us .share-links .share-googleplus:hover {
    background: rgb(221, 75, 57);
}

#footer .widget.follow-us .share-links .share-googleplus:hover {
    background: rgb(221, 75, 57);
}

.header-wrapper.header-side-nav #header .share-links .share-googleplus:hover {
    background: rgb(221, 75, 57);
}

.header-corporate#header .share-links .share-googleplus:hover {
    background: rgb(221, 75, 57);
}

.widget.follow-us .share-links .share-pinterest:hover {
    background: rgb(204, 33, 39);
}

#footer .widget.follow-us .share-links .share-pinterest:hover {
    background: rgb(204, 33, 39);
}

.header-wrapper.header-side-nav #header .share-links .share-pinterest:hover {
    background: rgb(204, 33, 39);
}

.header-corporate#header .share-links .share-pinterest:hover {
    background: rgb(204, 33, 39);
}

.widget.follow-us .share-links .share-youtube:hover {
    background: rgb(195, 25, 30);
}

#footer .widget.follow-us .share-links .share-youtube:hover {
    background: rgb(195, 25, 30);
}

.header-wrapper.header-side-nav #header .share-links .share-youtube:hover {
    background: rgb(195, 25, 30);
}

.header-corporate#header .share-links .share-youtube:hover {
    background: rgb(195, 25, 30);
}

.widget.follow-us .share-links .share-instagram:hover {
    background: rgb(124, 74, 58);
}

#footer .widget.follow-us .share-links .share-instagram:hover {
    background: rgb(124, 74, 58);
}

.header-wrapper.header-side-nav #header .share-links .share-instagram:hover {
    background: rgb(124, 74, 58);
}

.header-corporate#header .share-links .share-instagram:hover {
    background: rgb(124, 74, 58);
}

.widget.follow-us .share-links .share-skype:hover {
    background: rgb(0, 176, 246);
}

#footer .widget.follow-us .share-links .share-skype:hover {
    background: rgb(0, 176, 246);
}

.header-wrapper.header-side-nav #header .share-links .share-skype:hover {
    background: rgb(0, 176, 246);
}

.header-corporate#header .share-links .share-skype:hover {
    background: rgb(0, 176, 246);
}

.widget.follow-us .share-links .share-email:hover {
    background: rgb(221, 75, 57);
}

#footer .widget.follow-us .share-links .share-email:hover {
    background: rgb(221, 75, 57);
}

.header-wrapper.header-side-nav #header .share-links .share-email:hover {
    background: rgb(221, 75, 57);
}

.header-corporate#header .share-links .share-email:hover {
    background: rgb(221, 75, 57);
}

.widget.follow-us .share-links .share-vk:hover {
    background: rgb(99, 131, 168);
}

#footer .widget.follow-us .share-links .share-vk:hover {
    background: rgb(99, 131, 168);
}

.header-wrapper.header-side-nav #header .share-links .share-vk:hover {
    background: rgb(99, 131, 168);
}

.header-corporate#header .share-links .share-vk:hover {
    background: rgb(99, 131, 168);
}

.widget.follow-us .share-links .share-xing:hover {
    background: rgb(26, 117, 118);
}

#footer .widget.follow-us .share-links .share-xing:hover {
    background: rgb(26, 117, 118);
}

.header-wrapper.header-side-nav #header .share-links .share-xing:hover {
    background: rgb(26, 117, 118);
}

.header-corporate#header .share-links .share-xing:hover {
    background: rgb(26, 117, 118);
}

.widget.follow-us .share-links .share-tumblr:hover {
    background: rgb(48, 78, 108);
}

#footer .widget.follow-us .share-links .share-tumblr:hover {
    background: rgb(48, 78, 108);
}

.header-wrapper.header-side-nav #header .share-links .share-tumblr:hover {
    background: rgb(48, 78, 108);
}

.header-corporate#header .share-links .share-tumblr:hover {
    background: rgb(48, 78, 108);
}

.widget.follow-us .share-links .share-reddit:hover {
    background: rgb(255, 65, 7);
}

#footer .widget.follow-us .share-links .share-reddit:hover {
    background: rgb(255, 65, 7);
}

.header-wrapper.header-side-nav #header .share-links .share-reddit:hover {
    background: rgb(255, 65, 7);
}

.header-corporate#header .share-links .share-reddit:hover {
    background: rgb(255, 65, 7);
}

.widget.follow-us .share-links .share-vimeo:hover {
    background: rgb(82, 184, 234);
}

#footer .widget.follow-us .share-links .share-vimeo:hover {
    background: rgb(82, 184, 234);
}

.header-wrapper.header-side-nav #header .share-links .share-vimeo:hover {
    background: rgb(82, 184, 234);
}

.header-corporate#header .share-links .share-vimeo:hover {
    background: rgb(82, 184, 234);
}

.widget.follow-us .share-links .share-telegram:hover {
    background: rgb(0, 136, 204);
}

#footer .widget.follow-us .share-links .share-telegram:hover {
    background: rgb(0, 136, 204);
}

.header-wrapper.header-side-nav #header .share-links .share-telegram:hover {
    background: rgb(0, 136, 204);
}

.header-corporate#header .share-links .share-telegram:hover {
    background: rgb(0, 136, 204);
}

.widget.follow-us .share-links .share-yelp:hover {
    background: rgb(196, 18, 0);
}

#footer .widget.follow-us .share-links .share-yelp:hover {
    background: rgb(196, 18, 0);
}

.header-wrapper.header-side-nav #header .share-links .share-yelp:hover {
    background: rgb(196, 18, 0);
}

.header-corporate#header .share-links .share-yelp:hover {
    background: rgb(196, 18, 0);
}

.widget.follow-us .share-links .share-flickr:hover {
    background: rgb(0, 99, 220);
}

#footer .widget.follow-us .share-links .share-flickr:hover {
    background: rgb(0, 99, 220);
}

.header-wrapper.header-side-nav #header .share-links .share-flickr:hover {
    background: rgb(0, 99, 220);
}

.header-corporate#header .share-links .share-flickr:hover {
    background: rgb(0, 99, 220);
}

.widget.follow-us .share-links .share-whatsapp:hover {
    background: rgb(60, 138, 56);
}

#footer .widget.follow-us .share-links .share-whatsapp:hover {
    background: rgb(60, 138, 56);
}

.header-wrapper.header-side-nav #header .share-links .share-whatsapp:hover {
    background: rgb(60, 138, 56);
}

.header-corporate#header .share-links .share-whatsapp:hover {
    background: rgb(60, 138, 56);
}

.member-share-advance.post-share-advance-bg {
    background: none;
    padding: 0px 0px 30px;
    height: 35px;
}

    .member-share-advance.post-share-advance-bg:hover {
        background: rgb(255, 255, 255);
    }

        .member-share-advance.post-share-advance-bg:hover .fa-share-alt {
            background: rgb(77, 187, 109);
        }

.thumb-info .thumb-info-wrapper.member-social-adv-main {
    overflow: visible;
}

.thumb-member-container {
    display: block;
    position: relative;
}

    .thumb-member-container > a {
        overflow: hidden;
        display: block;
    }

.member-social-adv-main .member-image {
    margin-bottom: 0px;
}

.member-share-advance.share-links {
    z-index: 9;
}

    .member-share-advance.share-links .fa-share-alt {
        background: rgb(88, 96, 90);
    }

    .member-share-advance.share-links .share-links a:first-child {
        opacity: 0.5;
    }

    .member-share-advance.share-links .post-share-advance-bg {
        background: none;
    }

        .member-share-advance.share-links .post-share-advance-bg:hover {
            background: rgb(255, 255, 255);
        }

            .member-share-advance.share-links .post-share-advance-bg:hover .fa-share-alt {
                background: rgb(77, 187, 109);
            }

    .member-share-advance.share-links .thumb-info-social-icons {
        padding: 15px 0px !important;
    }

    .member-share-advance.share-links a {
        width: 100%;
    }

    .member-share-advance.share-links .share-facebook {
        color: rgb(77, 112, 168) !important;
    }

    .member-share-advance.share-links .share-twitter {
        color: rgb(26, 169, 225) !important;
    }

    .member-share-advance.share-links .share-linkedin {
        color: rgb(0, 119, 181) !important;
    }

    .member-share-advance.share-links .share-googleplus {
        color: rgb(221, 75, 57) !important;
    }

    .member-share-advance.share-links .share-pinterest {
        color: rgb(204, 33, 39) !important;
    }

    .member-share-advance.share-links .share-email {
        color: rgb(221, 75, 57) !important;
    }

    .member-share-advance.share-links .share-vk {
        color: rgb(99, 131, 168) !important;
    }

    .member-share-advance.share-links .share-xing {
        color: rgb(26, 117, 118) !important;
    }

    .member-share-advance.share-links .share-tumblr {
        color: rgb(48, 78, 108) !important;
    }

    .member-share-advance.share-links .share-reddit {
        color: rgb(255, 65, 7) !important;
    }

    .member-share-advance.share-links .share-vimeo {
        color: rgb(82, 184, 234) !important;
    }

    .member-share-advance.share-links .share-instagram {
        color: rgb(150, 75, 0) !important;
    }

    .member-share-advance.share-links .share-whatsapp {
        color: rgb(60, 138, 56) !important;
    }

.member-share-advance.post-share-advance-bg:hover .share-links a {
    opacity: 0.5;
}

    .member-share-advance.post-share-advance-bg:hover .share-links a:hover {
        opacity: 1;
    }

.dir-arrow {
    background: url("../images/arrows.png") no-repeat 0px 0px;
    width: 47px;
    height: 120px;
    display: inline-block;
    position: relative;
}

    .dir-arrow.arrow-light {
        background: url("../images/arrows-dark.png") no-repeat 0px 0px;
    }

    .dir-arrow.vtl {
        background-position: 0px 0px;
        width: 47px;
        height: 96px;
    }

    .dir-arrow.vtr {
        background-position: -101px 0px;
        width: 47px;
        height: 96px;
    }

    .dir-arrow.vbl {
        background-position: 0px -144px;
        width: 47px;
        height: 96px;
    }

    .dir-arrow.vbr {
        background-position: -101px -144px;
        width: 47px;
        height: 96px;
    }

    .dir-arrow.hlt {
        background-position: -209px 0px;
        width: 120px;
        height: 47px;
    }

    .dir-arrow.hlb {
        background-position: -209px -101px;
        width: 120px;
        height: 47px;
    }

    .dir-arrow.hrt {
        background-position: -329px 0px;
        width: 120px;
        height: 47px;
    }

    .dir-arrow.hrb {
        background-position: -329px -101px;
        width: 120px;
        height: 47px;
    }

@media all and (max-width:479px) {
    .dir-arrow {
        display: none;
    }
}

.circular-bar {
    text-align: center;
    margin-bottom: 25px;
}

    .circular-bar .circular-bar-chart {
        position: relative;
    }

    .circular-bar strong {
        left: 10%;
        top: 37%;
        width: 80%;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        font-weight: 600;
        display: block;
        position: absolute;
    }

    .circular-bar label {
        left: 10%;
        top: 52%;
        width: 80%;
        text-align: center;
        line-height: 20px;
        font-size: 17px;
        font-weight: 100;
        display: block;
        position: absolute;
    }

    .circular-bar.only-icon i {
        left: 10%;
        top: 42%;
        width: 80%;
        text-align: center;
        line-height: 30px;
        font-size: 38px;
        font-weight: 600;
        display: block;
        position: absolute;
    }

    .circular-bar.single-line strong {
        top: 42%;
    }

    .circular-bar.circular-bar-sm label {
        top: 38%;
        font-size: 14px;
    }

    .circular-bar.circular-bar-lg strong {
        top: 42%;
        font-size: 20px;
    }

.vc_progress_bar .vc_single_bar.progress {
    background: rgb(250, 250, 250);
    border-radius: 25px;
    height: 20px;
    overflow: visible;
    margin-bottom: 20px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
}

.progress {
    background: rgb(250, 250, 250);
    border-radius: 25px;
    height: 20px;
    overflow: visible;
    margin-bottom: 20px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
}

.vc_progress_bar .vc_single_bar.progress.progress-border-radius {
    border-radius: 3px;
}

.progress.progress-border-radius {
    border-radius: 3px;
}

.vc_progress_bar .vc_single_bar.progress.progress-border-radius .progress-bar {
    border-radius: 3px;
}

.progress.progress-border-radius .progress-bar {
    border-radius: 3px;
}

.vc_progress_bar .vc_single_bar.progress.progress-no-border-radius {
    border-radius: 0px;
}

.progress.progress-no-border-radius {
    border-radius: 0px;
}

.vc_progress_bar .vc_single_bar.progress.progress-no-border-radius .progress-bar {
    border-radius: 0px;
}

.progress.progress-no-border-radius .progress-bar {
    border-radius: 0px;
}

.vc_progress_bar .vc_single_bar.progress.progress-sm {
    height: 10px;
}

.progress.progress-sm {
    height: 10px;
}

.vc_progress_bar .vc_single_bar.progress.progress-sm .progress-bar {
    line-height: 10px;
}

.progress.progress-sm .progress-bar {
    line-height: 10px;
}

.vc_progress_bar .vc_single_bar.progress.progress-lg {
    height: 35px;
}

.progress.progress-lg {
    height: 35px;
}

.vc_progress_bar .vc_single_bar.progress.progress-lg .progress-bar {
    line-height: 35px;
    font-size: 13px;
}

.progress.progress-lg .progress-bar {
    line-height: 35px;
    font-size: 13px;
}

.vc_progress_bar .vc_single_bar.progress .vc_bar {
    border-radius: 25px;
    float: left;
    position: relative;
    box-shadow: none;
    background-color: rgb(204, 204, 204);
}

.progress-bar {
    border-radius: 25px;
    float: left;
    position: relative;
    box-shadow: none;
    background-color: rgb(204, 204, 204);
}

.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(204, 204, 204);
}

.progress-bar.progress-bar-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(204, 204, 204);
}

.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-success {
    color: rgb(255, 255, 255);
    background-color: rgb(71, 164, 71);
}

.progress-bar.progress-bar-success {
    color: rgb(255, 255, 255);
    background-color: rgb(71, 164, 71);
}

.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(237, 156, 40);
}

.progress-bar.progress-bar-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(237, 156, 40);
}

.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(210, 50, 45);
}

.progress-bar.progress-bar-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(210, 50, 45);
}

.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-info {
    color: rgb(255, 255, 255);
    background-color: rgb(91, 192, 222);
}

.progress-bar.progress-bar-info {
    color: rgb(255, 255, 255);
    background-color: rgb(91, 192, 222);
}

.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(29, 33, 39);
}

.progress-bar.progress-bar-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(29, 33, 39);
}

.progress-bar-tooltip {
    padding: 4px 8px;
    border-radius: 3px;
    top: -28px;
    right: 5px;
    color: rgb(255, 255, 255);
    line-height: 15px;
    font-size: 11px;
    display: block;
    position: absolute;
    opacity: 0;
    background-color: rgb(51, 51, 51);
}

    .progress-bar-tooltip::after {
        border-width: 5px 5px 0px;
        border-style: solid;
        border-color: rgb(51, 51, 51) transparent;
        left: 13px;
        width: 0px;
        bottom: -5px;
        display: block;
        position: absolute;
        content: "";
    }

#banner-wrapper .porto-block {
    overflow: hidden;
}

#content-top .porto-block {
    overflow: hidden;
}

#content-bottom .porto-block {
    overflow: hidden;
}

.porto-concept {
    background: url("../images/concept.png") no-repeat center 0px;
    width: 100%;
    overflow: hidden;
}

    .porto-concept strong {
        font-size: 2.1em;
        font-weight: normal;
        margin-top: 30px;
        display: block;
        position: relative;
    }

    .porto-concept .row {
        position: relative;
    }

    .porto-concept .process-image {
        background: url("../images/concept-item.png") no-repeat 0px 0px;
        margin: 130px auto 0px;
        width: 160px;
        height: 175px;
        padding-bottom: 50px;
        position: relative;
        z-index: 1;
    }

        .porto-concept .process-image img {
            margin: 8px;
            border-radius: 150px;
            width: 144px;
        }

    .porto-concept .our-work {
        font-size: 2.6em;
        margin-top: 52px;
    }

    .porto-concept .project-image {
        background: url("../images/concept-item.png") no-repeat 100% 0px;
        margin: 15px 0px 0px -30px;
        width: 350px;
        height: 420px;
        padding-bottom: 45px;
        position: relative;
        z-index: 1;
    }

        .porto-concept .project-image img {
            width: 338px;
        }

    .porto-concept .sun {
        background: url("../images/concept-icons.png") no-repeat 0px 0px;
        left: 10%;
        top: 35px;
        width: 60px;
        height: 56px;
        display: block;
        position: absolute;
    }

    .porto-concept .cloud {
        background: url("../images/concept-icons.png") no-repeat 100% 0px;
        left: 57%;
        top: 35px;
        width: 116px;
        height: 56px;
        display: block;
        position: absolute;
    }

@media all and (max-width:991px) {
    .porto-concept {
        background: none;
    }

        .porto-concept .project-image {
            margin: 60px auto 0px;
        }

        .porto-concept .process-image {
            margin-top: 60px;
        }
}

@media all and (max-width:479px) {
    .porto-concept .project-image {
        background-position: 0px 0px;
        margin-left: auto;
        max-height: 250px;
        max-width: 160px;
    }

    .porto-concept .fc-slideshow {
        max-height: 145px;
        max-width: 145px;
    }

        .porto-concept .fc-slideshow img {
            max-height: 145px;
            max-width: 145px;
        }
}

.porto-map-section {
    background: url("../images/map.png") no-repeat center 0px;
    padding-top: 164px;
    margin-top: 15px;
    margin-right: -15px;
    margin-left: -15px;
}

    .porto-map-section .map-content {
        padding: 50px 0px 30px;
        margin-top: 0px;
        border-top-color: rgba(241, 241, 241, 0.8);
        border-top-width: 5px;
        border-top-style: solid;
        min-height: 400px;
        background-color: rgba(244, 244, 244, 0.8);
    }

        .porto-map-section .map-content article.post .post-date .day {
            background-color: rgb(255, 255, 255);
        }

        .porto-map-section .map-content .post-item .post-date .day {
            background-color: rgb(255, 255, 255);
        }

body.boxed .porto-map-section .map-content {
    padding-right: 30px;
    padding-left: 30px;
}

.main-boxed#main .porto-map-section .map-content {
    padding-right: 30px;
    padding-left: 30px;
}

.porto-portfolio {
    position: relative;
}

.porto-preview-image {
    margin-bottom: 30px;
}

.porto-image-frame {
    margin-bottom: 30px;
}

.porto-diamonds {
    margin: 40px auto;
    text-align: center;
    font-size: 0px;
    position: relative;
    max-width: 1110px;
}

.csstransforms3d .porto-diamonds {
    padding: 50px 0px 0px 52px;
}

.no-csstransforms3d .porto-diamonds {
    max-width: 1035px;
}

.porto-diamonds > li {
    font-size: 18px;
    margin-right: 130px;
    display: inline-block;
}

.no-csstransforms3d .porto-diamonds > li {
    margin: 0px 20px 20px 0px;
}

.porto-diamonds .diamond {
    background: rgb(244, 244, 244);
    width: 245px;
    height: 245px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
}

    .porto-diamonds .diamond::after {
        background: rgb(0, 0, 0);
        transition: 0.2s;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 100;
        content: " ";
        opacity: 0;
        transform: scale(0);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
    }

    .porto-diamonds .diamond:hover::after {
        opacity: 0.3;
        transform: scale(1);
    }

    .porto-diamonds .diamond:hover .content::after {
        opacity: 0.8;
        transform: scale(1);
    }

.csstransforms3d .porto-diamonds .diamond {
    overflow: hidden;
    transform: rotate(-45deg);
}

.porto-diamonds .content {
    padding: 0px 10px;
    width: 245px;
    height: 245px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    transform: rotate(45deg);
}

    .porto-diamonds .content::after {
        margin: -6px -12px;
        transition: 0.2s;
        left: 26%;
        top: 49%;
        color: rgb(255, 255, 255);
        font-family: "simple-line-icons";
        font-size: 28px;
        position: absolute;
        z-index: 1000;
        content: "\e091";
        opacity: 0;
        transform: scale(2);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
    }

    .porto-diamonds .content img {
        margin-left: -25%;
        max-width: 375px;
    }

.porto-diamonds .diamond-sm .content::after {
    left: 24%;
    top: 49%;
}

@media all and (min-width:1170px) {
    .porto-diamonds > li:nth-child(3) {
        margin-right: 8px;
    }

    .porto-diamonds > li:nth-child(4) {
        top: 10px;
        right: 153px;
        position: absolute;
    }

    .porto-diamonds > li:nth-child(5) {
        margin-top: -68px;
        margin-left: 500px;
    }

    .porto-diamonds > li:nth-child(6) {
        margin: -7px 0px 0px -30px;
        position: absolute;
    }

    .porto-diamonds > li:nth-child(7) {
        margin: 92px 0px 0px -128px;
        position: absolute;
    }

    .porto-diamonds .diamond-sm {
        width: 123px;
        height: 123px;
    }

        .porto-diamonds .diamond-sm .content {
            width: 123px;
            height: 123px;
        }

            .porto-diamonds .diamond-sm .content img {
                max-width: 195px;
            }
}

@media all and (max-width:1169px) {
    .csstransforms3d .porto-diamonds {
        padding-left: 0px;
        max-width: 935px;
    }

    .porto-diamonds {
        padding-left: 0px;
        max-width: 935px;
    }

        .porto-diamonds > li:nth-child(2n+2) {
            margin-right: 0px;
            margin-bottom: 130px;
        }

        .porto-diamonds > li:last-child {
            padding-left: 35px;
            margin-top: -100px;
            margin-right: 36px;
            margin-bottom: 50px;
        }
}

@media all and (max-width:722px) {
    .csstransforms3d .porto-diamonds {
        padding-left: 0px;
        max-width: 245px;
    }

    .porto-diamonds {
        padding-left: 0px;
        max-width: 245px;
    }

        .porto-diamonds > li {
            clear: both;
            margin-right: 0px;
            margin-bottom: 130px;
        }

            .porto-diamonds > li:last-child {
                padding-left: 0px;
                margin-top: 0px;
                margin-right: 0px;
                margin-bottom: 50px;
            }
}

.border-transparent {
    border-color: transparent;
}

.no-box-shadow {
    box-shadow: none !important;
}

.timeline-circle {
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    width: 118px;
    height: 118px;
    margin-left: 25px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 11px 21px 0px rgba(229,232,235,0.75);
}

    .timeline-circle .circle-dotted {
        border-width: 1px;
        border-style: dashed;
        padding: 16px;
        border-radius: 50%;
        left: 5px;
        top: 5px;
        width: 106px;
        height: 106px;
        display: table;
        position: absolute;
    }

    .timeline-circle .circle-center {
        vertical-align: middle;
        display: table-cell;
    }

        .timeline-circle .circle-center > span:first-child {
            line-height: 1;
            font-size: 1.5em;
        }

    .timeline-circle.circle-light {
        border-color: rgb(230, 235, 235);
    }

        .timeline-circle.circle-light .circle-dotted {
            border-color: rgb(230, 235, 235);
        }

.timeline-balloon {
    position: relative;
}

    .timeline-balloon::before {
        left: 83px;
        top: -35px;
        width: 1px;
        height: 120%;
        position: absolute;
        content: "";
        background-color: rgb(230, 235, 235);
    }

:last-of-type.timeline-balloon::before {
    height: 75px;
}

.timeline-balloon .balloon-cell {
    width: 100%;
    vertical-align: top;
    display: table-cell;
}

.timeline-balloon .balloon-time {
    width: 93px;
    padding-top: 25px;
    white-space: nowrap;
}

    .timeline-balloon .balloon-time .time-text {
        width: 72px;
        vertical-align: middle;
        display: inline-block;
    }

    .timeline-balloon .balloon-time .time-dot {
        width: 25px;
        height: 25px;
        vertical-align: middle;
        display: inline-block;
        position: relative;
    }

        .timeline-balloon .balloon-time .time-dot::before {
            border-width: 2px;
            border-style: solid;
            border-radius: 50%;
            left: 50%;
            top: 50%;
            width: 19px;
            height: 19px;
            position: absolute;
            content: "";
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

        .timeline-balloon .balloon-time .time-dot::after {
            border-radius: 50%;
            left: 50%;
            top: 50%;
            width: 7px;
            height: 7px;
            position: absolute;
            content: "";
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

.timeline-balloon .balloon-content {
    padding: 25px 15px 25px 25px;
    border-radius: 3px;
    border: 1px solid rgb(230, 235, 235);
    margin-left: 34px;
    position: relative;
}

    .timeline-balloon .balloon-content.balloon-shadow {
        box-shadow: 0px 11px 21px 0px rgba(229,232,235,0.75);
    }

    .timeline-balloon .balloon-content .balloon-arrow {
        border-width: 1px medium medium 1px;
        border-style: solid none none solid;
        border-color: rgb(230, 235, 235);
        transform-origin: left top;
        left: -15px;
        top: 35px;
        width: 20px;
        height: 20px;
        position: absolute;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -o-transform-origin: left top;
    }

    .timeline-balloon .balloon-content .balloon-photo {
        width: 64px;
        height: 64px;
        vertical-align: top;
        display: table-cell;
    }

    .timeline-balloon .balloon-content .balloon-description {
        padding-left: 25px;
        display: table-cell;
    }

        .timeline-balloon .balloon-content .balloon-description p {
            line-height: 1.6;
        }

@media all and (max-width:767px) {
    .timeline-circle {
        margin: 0px auto 35px !important;
    }

    .timeline-balloon::before {
        left: 50%;
    }

    .timeline-balloon .balloon-time .time-dot {
        display: none;
    }

    .timeline-balloon .balloon-time .time-text {
        background: rgb(255, 255, 255);
        padding: 5px 0px;
        border-radius: 3px;
        border: 1px solid rgb(230, 235, 235);
        left: 50%;
        top: -11px;
        text-align: center;
        position: absolute;
        z-index: 1;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .timeline-balloon .balloon-content {
        margin-left: 5px;
    }
}

section.exp-timeline {
    margin: 0px 0px 0px 30px;
    padding: 0px;
    width: calc(100% - 30px);
}

    section.exp-timeline::after {
        content: none;
    }

    section.exp-timeline .timeline-bar {
        left: -2.9%;
        width: 3px;
        position: absolute;
        z-index: 0;
    }

    section.exp-timeline .timeline-box {
        margin: 15px 0px !important;
        padding: 0px;
        border: 0px currentColor !important;
        border-image: none !important;
        width: 100%;
        box-shadow: 0px 12px 90px -10px rgba(171,191,216,0.6) !important;
    }

        section.exp-timeline .timeline-box.right {
            max-width: 100%;
        }

            section.exp-timeline .timeline-box.right::before {
                left: -2.5%;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
            }

            section.exp-timeline .timeline-box.right::after {
                border: currentColor;
                border-image: none;
                top: 50%;
                transform: translateY(-50%) rotate(45deg);
                -webkit-transform: translateY(-50%) rotate(45deg);
                -moz-transform: translateY(-50%) rotate(45deg);
                -o-transform: translateY(-50%) rotate(45deg);
            }

        section.exp-timeline .timeline-box .experience-info {
            padding: 40px;
        }

        section.exp-timeline .timeline-box .experience-description {
            padding: 40px;
        }

        section.exp-timeline .timeline-box .experience-info p {
            text-transform: uppercase;
            font-size: 11px;
            opacity: 0.5;
        }

        section.exp-timeline .timeline-box .experience-info .from {
            width: 49%;
            text-transform: uppercase;
            line-height: 1.3;
            font-size: 12px;
            float: left;
            display: inline-block;
        }

        section.exp-timeline .timeline-box .experience-info .to {
            width: 49%;
            text-transform: uppercase;
            line-height: 1.3;
            font-size: 12px;
            float: left;
            display: inline-block;
        }

        section.exp-timeline .timeline-box .experience-info .from > span {
            text-transform: none;
            font-size: 16px;
            display: block;
        }

        section.exp-timeline .timeline-box .experience-info .to > span {
            text-transform: none;
            font-size: 16px;
            display: block;
        }

        section.exp-timeline .timeline-box .experience-info .company {
            font-size: 18px;
        }

            section.exp-timeline .timeline-box .experience-info .company > span {
                text-transform: uppercase;
                font-size: 11px;
                display: block;
                opacity: 0.5;
            }

@media all and (max-width:991px) {
    section.exp-timeline .timeline-bar {
        left: -4.1%;
    }

    section.exp-timeline .timeline-box::before {
        display: block !important;
    }

    section.exp-timeline .timeline-box::after {
        display: block !important;
    }

    section.exp-timeline .timeline-box.right {
        float: right;
    }

        section.exp-timeline .timeline-box.right::before {
            left: -3.4%;
        }
}

@media all and (max-width:767px) {
    section.exp-timeline {
        margin: 0px;
        width: 100%;
    }

        section.exp-timeline .timeline-bar {
            display: none;
        }

        section.exp-timeline .timeline-box::before {
            display: none !important;
        }

        section.exp-timeline .timeline-box::after {
            display: none !important;
        }
}

.floating-menu .floating-menu-btn-collapse-nav {
    margin: 12px 0px 8px 15px;
    color: rgb(255, 255, 255);
    float: right;
    display: none;
}

.floating-menu .floating-menu-nav-main nav > ul > li {
    margin-bottom: 0px;
}

    .floating-menu .floating-menu-nav-main nav > ul > li.active > a {
        background: rgb(255, 255, 255) !important;
    }

        .floating-menu .floating-menu-nav-main nav > ul > li.active > a::after {
            background: rgb(255, 255, 255);
        }

@media all and (min-width:992px) {
    .floating-menu {
        background: none;
        height: 0px;
        min-height: 0px !important;
    }

        .floating-menu .floating-menu-row {
            left: -47.5px;
            top: 45px;
            position: absolute;
        }

        .floating-menu .floating-menu-body {
            background: none;
            padding: 0px;
            border: currentColor;
            border-image: none;
            top: 0px;
            position: fixed;
            z-index: 999;
            min-height: 0px;
        }

        .floating-menu .floating-menu-nav {
            padding: 0px !important;
        }

        .floating-menu .floating-menu-nav-main {
            margin: 0px;
            height: auto !important;
            display: block !important;
            box-shadow: 0px 0px 80px 0px rgba(62,62,62,0.3);
        }

            .floating-menu .floating-menu-nav-main nav > ul > li:hover > a > span {
                transform: rotateY(0deg);
                -webkit-transform: rotateY(0deg);
                -moz-transform: rotateY(0deg);
                -o-transform: rotateY(0deg);
            }

            .floating-menu .floating-menu-nav-main nav > ul > li > a {
                padding: 16.65px 17px;
                font-size: 25px;
                perspective: 770px;
            }

                .floating-menu .floating-menu-nav-main nav > ul > li > a::after {
                    top: 0px;
                    width: 100%;
                    height: 100%;
                    right: 0px;
                    display: block;
                    position: absolute;
                    z-index: -1;
                    content: "";
                }

                .floating-menu .floating-menu-nav-main nav > ul > li > a > span {
                    background: rgb(255, 255, 255);
                    padding: 0px 25px;
                    transform-origin: -19% 0%;
                    transition: transform 300ms;
                    left: 127%;
                    top: 0px;
                    height: 100%;
                    line-height: 4.1;
                    font-size: 14px;
                    white-space: nowrap;
                    position: absolute;
                    z-index: -2;
                    transform: rotateY(88deg);
                    -webkit-transform: rotateY(88deg);
                    -webkit-transition: ease transform 300ms;
                    -moz-transition: ease transform 300ms;
                    -moz-transform: rotateY(88deg);
                    -o-transform: rotateY(88deg);
                    -webkit-transform-origin: -19% 0%;
                    -moz-transform-origin: -19% 0%;
                    -o-transform-origin: -19% 0%;
                }

                    .floating-menu .floating-menu-nav-main nav > ul > li > a > span::before {
                        background: rgb(255, 255, 255);
                        padding: 10px;
                        left: -4px;
                        top: 50%;
                        display: block;
                        position: absolute;
                        z-index: -1;
                        content: "";
                        transform: translate(0px, -50%) rotate(45deg);
                        -webkit-transform: translate(0, -50%) rotate(45deg);
                        -moz-transform: translate(0, -50%) rotate(45deg);
                        -o-transform: translate(0, -50%) rotate(45deg);
                    }
}

@media all and (max-width:1281px) and (min-width:992px) {
    .floating-menu .floating-menu-row {
        left: -26.5px;
    }

    .floating-menu .floating-menu-nav-main nav > ul > li > a {
        padding: 9.8px;
        perspective: 450px;
    }

        .floating-menu .floating-menu-nav-main nav > ul > li > a > span {
            line-height: 3;
        }
}

@media all and (max-width:991px) {
    .floating-menu {
        top: 73px;
        right: 0px;
        position: absolute;
        z-index: 999;
    }

        .floating-menu .floating-menu-body {
            background: none;
            border: currentColor;
            border-image: none;
            min-height: 0px;
        }

        .floating-menu .floating-menu-btn-collapse-nav {
            padding: 15px 20px;
            outline: 0px;
            margin-right: 15px;
            display: block !important;
        }

        .floating-menu .floating-menu-nav-main {
            top: 71px;
            right: 0px;
            overflow: hidden;
            position: absolute;
        }

            .floating-menu .floating-menu-nav-main nav > ul > li {
                border: currentColor;
                border-image: none;
            }

                .floating-menu .floating-menu-nav-main nav > ul > li > a {
                    margin: 0px;
                    padding: 15px;
                    font-size: 1.7em;
                }

                    .floating-menu .floating-menu-nav-main nav > ul > li > a > span {
                        display: none;
                    }
}

html #topcontrol {
    background: rgba(64, 64, 64, 0.75);
    border-radius: 4px 4px 0px 0px;
    transition: background 0.3s ease-out;
    width: 45px;
    height: 42px;
    text-align: center;
    right: 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    z-index: 1040;
    -webkit-transition: background 0.3s ease-out 0s;
    -moz-transition: background 0.3s ease-out 0s;
}

    html #topcontrol:hover {
        background: rgb(64, 64, 64);
    }

    html #topcontrol i {
        margin: auto;
        left: 0px;
        top: 0px;
        height: 24px;
        right: 0px;
        bottom: 0px;
        line-height: 24px;
        position: absolute;
    }

@media all and (max-width:767px) {
    html #topcontrol {
        display: none;
    }
}

.menu-title {
    margin: 0px 0px 20px;
    padding: 30px 0px 10px;
    color: rgb(162, 162, 162);
    text-transform: uppercase;
    font-size: 16px;
}

.tab-content .menu-title {
    margin-bottom: 20px;
}

.menu-item {
    margin-bottom: 40px;
}

.tab-content .menu-item {
    margin-bottom: 40px;
}

.menu-item h4 {
    margin: 0px;
    padding: 0px;
    color: rgb(68, 68, 68);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.menu-item .menu-item-price {
    margin: 3px 15px 0px 0px;
    color: rgb(153, 153, 153);
    font-size: 16px;
    float: right;
}

.menu-item p {
    color: rgb(153, 153, 153);
    font-size: 14px;
}

.special-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

    .special-menu li {
        margin: 0px 0px 32px;
        padding: 0px;
        clear: both;
    }

    .special-menu img {
        margin: 0px 25px 0px 0px;
        float: left;
        max-width: 68px;
    }

    .special-menu h3 {
        margin: 0px;
        padding: 7px 0px 4px 95px;
        text-transform: none;
        font-family: Georgia, serif;
        font-size: 24px;
        font-style: italic;
    }

        .special-menu h3 em {
            font-size: 16px;
        }

    .special-menu p {
        margin: 0px 0px 0px 95px;
        font-family: Georgia, serif;
        font-size: 1.3em;
        font-style: italic;
        display: block;
        position: relative;
    }

        .special-menu p span {
            background: rgb(255, 255, 255);
            padding: 0px 10px 0px 0px;
            display: inline-block;
            position: relative;
            z-index: 2;
        }

        .special-menu p::before {
            left: 0%;
            width: 100%;
            height: 1px;
            bottom: 5px;
            border-bottom-color: rgb(221, 221, 221);
            border-bottom-width: 2px;
            border-bottom-style: dotted;
            position: absolute;
            z-index: 1;
            content: "";
        }

    .special-menu .special-menu-price {
        background: rgb(255, 255, 255);
        padding: 0px 0px 0px 10px;
        font-size: 22px;
        margin-top: -26px;
        float: right;
        display: inline-block;
        position: relative;
        z-index: 3;
    }

@media all and (max-width:991px) {
    .special-menu p {
        padding-bottom: 35px;
    }

    .special-menu .special-menu-price {
        margin-top: -20px;
    }
}

.page-wrapper .fdm-section-header {
    border-width: 0px;
}

    .page-wrapper .fdm-section-header h3 {
        margin: 0px 0px 20px;
        padding: 30px 0px 10px;
    }

.fdm-menu {
    list-style: none;
}

.fdm-section {
    list-style: none;
}

.fdm-menu > li {
    list-style: none;
}

.fdm-section > li {
    list-style: none;
}

.fdm-item-panel .fdm-item-title {
    padding: 0px;
    font-size: 16px;
}

.page-wrapper .fdm-item-panel .fdm-item-title {
    font-weight: 600;
}

.fdm-item-price {
    font-size: 16px;
}

.fdm-section .fdm-item {
    margin-bottom: 32px;
}

#content .tab-pane .fdm-item {
    margin-bottom: 32px;
}

.fdm-item-image {
    margin-right: 25px;
}

.page-wrapper .fdm-item-image {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    background-color: rgb(255, 255, 255);
}

.widget {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .widget::before {
        display: table;
        content: " ";
    }

    .widget::after {
        display: table;
        content: " ";
    }

    .widget::after {
        clear: both;
    }

:first-child.widget {
    margin-top: 0px;
}

.widget .widgettitle {
    letter-spacing: normal;
    font-size: 1.14em;
    margin-top: 0px;
    margin-bottom: 15px;
}

.widget .widget-title {
    letter-spacing: normal;
    font-size: 1.14em;
    margin-top: 0px;
    margin-bottom: 15px;
}

.widget .widgettitle {
    color: rgb(49, 49, 49);
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
}

.widget .widget-title {
    color: rgb(49, 49, 49);
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
}

.widget .widgettitle a {
    color: rgb(49, 49, 49);
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
}

.widget .widget-title a {
    color: rgb(49, 49, 49);
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
}

.widget .widgettitle img {
    margin-top: -2px;
    margin-right: 3px;
}

.widget .widget-title img {
    margin-top: -2px;
    margin-right: 3px;
}

.widget > div > ul {
    font-size: 0.92em;
    margin-top: -8px;
    margin-bottom: 0px;
    border-bottom-color: rgb(237, 237, 237);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.widget > ul {
    font-size: 0.92em;
    margin-top: -8px;
    margin-bottom: 0px;
    border-bottom-color: rgb(237, 237, 237);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.widget > div > ul > li:first-child {
    border-top-width: 0px;
}

.widget > ul > li:first-child {
    border-top-width: 0px;
}

.widget > div > ul li {
    margin: 0px;
    padding: 7px 0px;
    transition: 0.3s;
    line-height: 1.4;
    border-top-color: rgb(237, 237, 237);
    border-top-width: 1px;
    border-top-style: solid;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.widget > ul li {
    margin: 0px;
    padding: 7px 0px;
    transition: 0.3s;
    line-height: 1.4;
    border-top-color: rgb(237, 237, 237);
    border-top-width: 1px;
    border-top-style: solid;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.widget > div > ul li p {
    margin-bottom: 0px;
}

.widget > ul li p {
    margin-bottom: 0px;
}

.widget > div > ul li > a {
    text-decoration: none;
}

.widget > ul li > a {
    text-decoration: none;
}

.widget > div > ul li > ul {
    margin-top: 8px;
    margin-bottom: -8px;
    margin-left: -5px;
}

.widget > ul li > ul {
    margin-top: 8px;
    margin-bottom: -8px;
    margin-left: -5px;
}

.widget > div > ul li > ol {
    margin-top: 8px;
    margin-bottom: -8px;
    margin-left: -5px;
}

.widget > ul li > ol {
    margin-top: 8px;
    margin-bottom: -8px;
    margin-left: -5px;
}

.widget ul {
    list-style: none;
    padding: 0px;
}

.widget ol {
    list-style: none;
    padding: 0px;
}

.widget select {
    font-size: 0.9em;
    max-width: 100%;
}

.widget .rss-date {
    font-size: 0.9em;
    display: inline;
}

.widget .post-date {
    font-size: 0.9em;
    display: inline;
}

.widget .comment-author-link {
    font-size: 0.9em;
    display: inline;
}

.widget .rss-date {
    display: block;
}

.widget .post-date {
    display: block;
}

.widget .rss-date {
    margin-bottom: 3px;
}

.widget .rssSummary {
    line-height: 1.4285;
    font-size: 0.95em;
}

.widget cite {
    text-align: right;
    font-size: 0.9em;
    display: block;
}

.widget .view-more {
    padding: 12px;
}

.widget .owl-carousel .owl-dots {
    margin-bottom: -10px;
}

.widget .slick-dots {
    margin-bottom: -5px;
}

.widget_recent_entries > ul li {
    padding: 8px 0px 8px 15px;
}

.widget_recent_comments > ul li {
    padding: 8px 0px 8px 15px;
}

.widget_pages > ul li {
    padding: 8px 0px 8px 15px;
}

.widget_meta > ul li {
    padding: 8px 0px 8px 15px;
}

.widget_nav_menu > div > ul li {
    padding: 8px 0px 8px 15px;
}

.widget_archive > ul li {
    padding: 8px 0px 8px 15px;
}

.widget_categories > ul li {
    padding: 8px 0px 8px 15px;
}

.widget_rss > ul li {
    padding: 8px 0px 8px 15px;
}

.widget_recent_entries > ul li::before {
    width: 0px;
    height: 0px;
    margin-right: 5px;
    margin-left: -11px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(51, 51, 51);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
    content: "";
}

.widget_recent_comments > ul li::before {
    width: 0px;
    height: 0px;
    margin-right: 5px;
    margin-left: -11px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(51, 51, 51);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
    content: "";
}

.widget_pages > ul li::before {
    width: 0px;
    height: 0px;
    margin-right: 5px;
    margin-left: -11px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(51, 51, 51);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
    content: "";
}

.widget_meta > ul li::before {
    width: 0px;
    height: 0px;
    margin-right: 5px;
    margin-left: -11px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(51, 51, 51);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
    content: "";
}

.widget_nav_menu > div > ul li::before {
    width: 0px;
    height: 0px;
    margin-right: 5px;
    margin-left: -11px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(51, 51, 51);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
    content: "";
}

.widget_archive > ul li::before {
    width: 0px;
    height: 0px;
    margin-right: 5px;
    margin-left: -11px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(51, 51, 51);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
    content: "";
}

.widget_categories > ul li::before {
    width: 0px;
    height: 0px;
    margin-right: 5px;
    margin-left: -11px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(51, 51, 51);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
    content: "";
}

.widget_rss > ul li::before {
    width: 0px;
    height: 0px;
    margin-right: 5px;
    margin-left: -11px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(51, 51, 51);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
    content: "";
}

.widget_calendar caption {
    text-align: center;
    color: rgb(49, 49, 49);
    font-weight: 700;
    margin-bottom: 8px;
}

.widget_calendar table {
    width: 100%;
    font-size: 0.92em;
}

    .widget_calendar table th {
        text-align: center;
        vertical-align: middle;
    }

    .widget_calendar table td {
        text-align: center;
        vertical-align: middle;
    }

        .widget_calendar table td#prev {
            padding: 8px 0px;
            text-align: left;
        }

        .widget_calendar table td#next {
            padding: 8px 0px;
            text-align: right;
        }

.widget.widget_text ul {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

.widget.widget_text li {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

.widget.widget_text ul p {
    margin-bottom: 10px;
}

.widget.widget_text li p {
    margin-bottom: 10px;
}

.widget .tagcloud {
    margin-top: -0.38em;
    margin-bottom: -0.38em;
}

    .widget .tagcloud a {
        background: rgb(239, 239, 239);
        margin: 0.38em 0.38em 0.38em 0px;
        padding: 0.38em;
        border-radius: 3px;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        line-height: 1.2;
        font-size: 0.85em !important;
        text-decoration: none;
        display: inline-block;
    }

        .widget .tagcloud a:hover {
            color: rgb(255, 255, 255);
        }

.flickr_badge_image {
    background: rgb(255, 255, 255);
    margin: 10px 5px 20px;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    transition: opacity 0.3s ease-in-out;
    border-image: none;
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out 0s;
}

.wpb_content_element .flickr_badge_image {
    background: rgb(255, 255, 255);
    margin: 10px 5px 20px;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    transition: opacity 0.3s ease-in-out;
    border-image: none;
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out 0s;
}

.flickr_badge_image img {
    width: 75px;
    height: 75px;
}

.wpb_content_element .flickr_badge_image img {
    width: 75px;
    height: 75px;
}

.widget.widget_wysija h3 {
    margin-bottom: 10px;
}

.widget.widget_wysija p {
    font-size: 0.92em;
    margin-bottom: 10px;
}

.widget.widget_wysija .wysija-paragraph {
    font-size: 1em;
}

.widget.widget_wysija .wysija-checkbox-label {
    font-size: 1em;
}

.widget.widget_wysija .wysija-checkbox-paragraph {
    font-size: 1em;
}

.widget.widget_wysija .wysija-paragraph label {
    font-size: 0.92em;
}

.widget.widget_wysija .wysija-checkbox-label {
    font-size: 0.92em;
}

.widget.widget_wysija .wysija-checkbox-label {
    margin-bottom: 0px;
}

.widget.widget_wysija .formError {
    display: none !important;
    position: static !important;
}

    .widget.widget_wysija .formError .formErrorContent {
        background: none;
        padding: 5px 0px;
        border: currentColor;
        border-image: none;
        width: 100%;
        color: rgb(235, 52, 14);
        line-height: 1.4;
    }

    .widget.widget_wysija .formError + .wysija-input {
        border-color: rgb(169, 68, 66);
    }

.widget.widget_wysija .wysija-paragraph .formError .formErrorContent {
    padding: 5px 0px 10px;
}

.widget.widget_wysija .widget_wysija_cont .updated {
    background: none;
    margin: 0px;
    padding: 0px;
    border: currentColor;
    border-image: none;
    color: inherit;
    line-height: inherit;
}

.widget.widget_wysija .widget_wysija_cont .message {
    background: none;
    margin: 0px;
    padding: 0px;
    border: currentColor;
    border-image: none;
    color: inherit;
    line-height: inherit;
}

.widget.widget_wysija .widget_wysija_cont .error {
    background: none;
    margin: 0px;
    padding: 0px;
    border: currentColor;
    border-image: none;
    color: inherit;
    line-height: inherit;
}

.widget.widget_wysija .widget_wysija_cont .xdetailed-errors {
    background: none;
    margin: 0px;
    padding: 0px;
    border: currentColor;
    border-image: none;
    color: inherit;
    line-height: inherit;
}

.widget.widget_wysija .widget_wysija_cont .updated {
    color: rgb(60, 118, 61);
}

.widget.widget_wysija .widget_wysija_cont .message {
    color: rgb(60, 118, 61);
}

.widget.widget_wysija .widget_wysija_cont .error {
    color: rgb(235, 52, 14);
}

.widget.widget_wysija .widget_wysija_cont .xdetailed-errors {
    color: rgb(235, 52, 14);
}

.widget.widget_wysija .widget_wysija_cont .showerrors {
    display: block;
}

.widget.widget_wysija .wysija-input {
    width: 100%;
}

.sidebar-content .widget.widget_wysija {
    background: linear-gradient(rgb(255, 255, 255) 1%, rgb(249, 249, 249) 98%) 0px 0px rgb(245, 245, 245);
    margin: 20px auto;
    border-radius: 8px;
    text-align: center;
    border-right-color: rgb(236, 236, 236);
    border-bottom-color: rgb(223, 223, 223);
    border-left-color: rgb(236, 236, 236);
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    position: relative;
    min-height: 100px;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.04);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .sidebar-content .widget.widget_wysija .box-content {
        padding: 30px 25px 25px;
        border-radius: 8px;
        top: -1px;
        border-top-color: rgb(51, 184, 255);
        border-top-width: 4px;
        border-top-style: solid;
        position: relative;
    }

    .sidebar-content .widget.widget_wysija .wysija-input {
        text-align: center;
    }

    .sidebar-content .widget.widget_wysija .wysija-submit {
        margin: 20px auto 0px;
    }

.wysija-msg .updated {
    color: rgb(60, 118, 61);
}

.wysija-msg .message {
    color: rgb(60, 118, 61);
}

.wysija-msg .error {
    color: rgb(235, 52, 14);
}

.wysija-msg .xdetailed-errors {
    color: rgb(235, 52, 14);
}

.wysija-msg ul {
    list-style: none;
    padding-left: 0px;
    font-weight: 600;
    margin-bottom: 10px;
}

.widget.twitter-tweets .fa {
    top: 3px;
    clear: both;
    font-size: 1.5em;
    position: relative;
}

.widget.twitter-tweets .meta {
    color: rgb(153, 153, 153);
    padding-top: 3px;
    font-size: 0.9em;
    margin-bottom: 20px;
    display: block;
}

.widget.twitter-tweets :last-child.meta {
    margin-bottom: 0px;
}

.widget.twitter-tweets ul {
    border-width: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .widget.twitter-tweets ul li {
        border-width: 0px;
        padding: 20px 0px 0px;
    }

        .widget.twitter-tweets ul li:first-child {
            padding-top: 0px;
        }

.twitter-account {
    margin: -15px 0px 5px;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    display: block;
    opacity: 0.55;
}

    .twitter-account:hover {
        opacity: 1;
    }

.widget.contact-info ul {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

.widget.contact-info li {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

.widget.contact-info li {
    line-height: 24px;
    margin-bottom: 10px !important;
}

    .widget.contact-info li a:hover {
        text-decoration: underline;
    }

.widget.contact-info p {
    margin-bottom: 10px;
}

.widget.contact-info i {
    margin: 4px 9px 10px 0px;
    top: -2px;
    width: 16px;
    text-align: center;
    font-size: 1.2em;
    float: left;
    position: static !important;
}

.widget.contact-info .contact-info-block .contact-details strong {
    padding-left: 25px;
    display: block;
}

.widget.contact-info .contact-info-block .contact-details span {
    padding-left: 25px;
    display: block;
}

#footer .widget.follow-us .share-links a {
    margin: 2px;
    border-radius: 30px;
    transition: 0.2s;
    width: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
}

.widget.follow-us .share-links a {
    margin: 2px;
    border-radius: 30px;
    transition: 0.2s;
    width: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
}

#footer .widget.follow-us .share-links a:hover {
    color: rgb(255, 255, 255);
}

.widget.follow-us .share-links a:hover {
    color: rgb(255, 255, 255);
}

#footer .footer-bottom .widget.follow-us .share-links a {
    box-shadow: none;
}

#mailpoet_checkout_field input[type='checkbox'] {
    margin-left: 0px;
    position: static;
}

#mailpoet_checkout_field input[type='radio'] {
    margin-left: 0px;
    position: static;
}

.widget-recent-posts {
    overflow: hidden;
}

.widget-recent-portfolios {
    overflow: hidden;
}

.tm-extra-product-options .tm-epo-field-label {
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
}

.tm-collapse {
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    background-image: none;
    background-color: transparent;
}

    .tm-collapse .tm-section-label {
        background: rgb(245, 245, 245);
        padding: 10px 15px;
        border-radius: 3px;
    }

        .tm-collapse .tm-section-label .tm-arrow {
            left: auto;
            right: 10px;
        }

    .tm-collapse .tm-collapse-wrap {
        margin: 0px;
        padding: 15px;
    }

.tm-description {
    margin-top: 5px;
    margin-bottom: 5px;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
    padding: 5px 0px 0px;
}

.tm-box {
    margin: 15px 0px 0px;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.tm-epo-totals {
    padding-top: 0px;
}

.tm-extra-product-options-totals {
    margin-bottom: 0px;
}

    .tm-extra-product-options-totals dt {
        margin-top: 10px;
    }

    .tm-extra-product-options-totals dt {
        margin-bottom: 5px;
    }

    .tm-extra-product-options-totals dd {
        margin-bottom: 5px;
    }

    .tm-extra-product-options-totals .amount.options {
        line-height: 1;
        font-weight: 600;
    }

    .tm-extra-product-options-totals .amount.subscription-fee {
        line-height: 1;
        font-weight: 600;
    }

    .tm-extra-product-options-totals .amount.final {
        line-height: 1;
        font-weight: 600;
    }

    .tm-extra-product-options-totals .amount.options {
        font-size: 2em;
    }

    .tm-extra-product-options-totals .amount.subscription-fee {
        font-size: 2em;
    }

    .tm-extra-product-options-totals .amount.final {
        font-size: 2.57em;
    }

.tm-cart-edit-options {
    font-size: 11px;
    margin-right: 10px;
    margin-left: auto;
}

.tm-button {
    box-shadow: none;
}

.pricing-table {
    margin: 10px 0px;
    padding: 0px 15px;
    text-align: center;
}

    .pricing-table ul {
        list-style: none;
        margin: 20px 0px 0px;
        padding: 0px;
    }

    .pricing-table li {
        padding: 10px 0px;
        border-top-color: rgb(221, 221, 221);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .pricing-table h3 {
        margin: -20px -20px 50px;
        padding: 20px;
        border-radius: 2px 2px 0px 0px;
        font-size: 1.3em;
        font-weight: normal;
        background-color: rgb(238, 238, 238);
    }

        .pricing-table h3 .desc {
            text-transform: none;
            line-height: 24px;
            padding-bottom: 0px;
            font-size: 0.7em;
            font-style: normal;
            margin-bottom: 0px;
            display: block;
        }

        .pricing-table h3 span {
            background: rgb(255, 255, 255);
            font: bold 25px/95px Georgia, Serif;
            margin: 20px auto -65px;
            border-radius: 100px;
            border: 5px solid rgb(255, 255, 255);
            border-image: none;
            width: 100px;
            height: 100px;
            display: block;
            font-size-adjust: none;
            font-stretch: normal;
            box-shadow: inset 0px 5px 20px #ddd, inset 0px 3px 0px #999;
        }

    .pricing-table .most-popular {
        padding: 30px 20px;
        border: 3px solid rgb(204, 204, 204);
        border-image: none;
        top: -10px;
        z-index: 2;
        box-shadow: 11px 0px 10px -10px rgba(0,0,0,0.1), -11px 0px 10px -10px rgba(0,0,0,0.1);
    }

@media all and (max-width:767px) {
    .pricing-table .most-popular {
        top: 0px;
    }
}

.pricing-table .most-popular h3 {
    padding-top: 30px;
    text-shadow: 0px 1px #555;
    background-color: rgb(102, 102, 102);
}

.pricing-table .plan-ribbon-wrapper {
    top: -5px;
    width: 85px;
    height: 88px;
    right: -3px;
    overflow: hidden;
    position: absolute;
}

.pricing-table .plan-ribbon {
    padding: 7px 0px;
    left: -5px;
    top: 15px;
    width: 120px;
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 14px;
    position: relative;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    transform: rotate(45deg);
    background-image: linear-gradient(rgb(191, 220, 122), rgb(142, 191, 69));
    background-color: rgb(191, 220, 122);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

    .pricing-table .plan-ribbon::before {
        left: 0px;
        bottom: -3px;
        border-right-color: transparent;
        border-left-color: transparent;
        border-right-width: 3px;
        border-left-width: 3px;
        border-right-style: solid;
        border-left-style: solid;
        position: absolute;
        content: "";
    }

    .pricing-table .plan-ribbon::after {
        right: 0px;
        bottom: -3px;
        border-right-color: transparent;
        border-left-color: transparent;
        border-right-width: 3px;
        border-left-width: 3px;
        border-right-style: solid;
        border-left-style: solid;
        position: absolute;
        content: "";
    }

.pricing-table [class*='col-md-'] {
    padding-right: 0px;
    padding-left: 0px;
}

.pricing-table .plan {
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    margin-right: 0px;
    margin-bottom: 35px;
    position: relative;
    text-shadow: 0px 1px rgba(255,255,255,0.8);
}

.pricing-table .btn {
    margin-top: 5px;
}

.pricing-table.pricing-table-sm h3 .desc {
    font-size: 0.7em;
}

.pricing-table.pricing-table-sm h3 span {
    font: bold 19px/65px Georgia, serif;
    margin: 10px auto -65px;
    border: 3px solid rgb(255, 255, 255);
    border-image: none;
    width: 70px;
    height: 70px;
    font-size-adjust: none;
    font-stretch: normal;
    box-shadow: inset 0px 5px 20px #ddd, inset 0px 3px 0px #999;
}

.pricing-table.pricing-table-sm .most-popular {
    padding-bottom: 30px;
}

.pricing-table.pricing-table-flat .plan {
    margin: -1px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}

    .pricing-table.pricing-table-flat .plan h3 {
        margin: -20px 0px 0px;
        padding-top: 30px;
        padding-right: 0px;
        padding-left: 0px;
        text-shadow: 0px 1px #555;
        background-color: rgb(102, 102, 102);
    }

        .pricing-table.pricing-table-flat .plan h3 span {
            background: rgb(102, 102, 102);
            margin: 0px;
            border-radius: 0px;
            border: 0px currentColor;
            border-image: none;
            width: 100%;
            height: auto;
            line-height: 38px;
            font-size: 1.5em;
            box-shadow: none;
        }

    .pricing-table.pricing-table-flat .plan ul {
        margin-top: 0px;
        margin-bottom: -15px;
    }

        .pricing-table.pricing-table-flat .plan ul li {
            padding: 8px 0px;
        }

    .pricing-table.pricing-table-flat .plan.most-popular ul li {
        padding: 10px 0px;
    }

.pricing-table.pricing-table-flat .btn-top {
    margin-top: 13px;
    margin-bottom: 13px;
}

.pricing-table.pricing-table-flat .btn-bottom {
    margin-top: 30px;
}

.pricing-table.pricing-table-flat .plan-btn-bottom li:last-child {
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.pricing-table.spaced [class*='col-md-'] {
    padding-right: 2px;
    padding-left: 2px;
}

.pricing-table.no-borders .plan {
    border: 0px currentColor !important;
    border-image: none !important;
}

@media all and (max-width:767px) {
    .pricing-table {
        margin-left: 0px;
    }

        .pricing-table .plan {
            margin-right: 0px;
        }
}

.m-xs {
    margin: 5px !important;
}

.m-sm {
    margin: 10px !important;
}

.m {
    margin: 15px !important;
}

.m-md {
    margin: 20px !important;
}

.m-lg {
    margin: 30px !important;
}

.m-xl {
    margin: 40px !important;
}

.m-xlg {
    margin: 50px !important;
}

.m-xxl {
    margin: 60px !important;
}

.m-n {
    margin: 0px !important;
}

.m-none {
    margin: 0px !important;
}

.m-l-none {
    margin-left: 0px !important;
}

.m-l-xs {
    margin-left: 5px !important;
}

.m-l-sm {
    margin-left: 10px !important;
}

.m-l {
    margin-left: 15px !important;
}

.m-l-md {
    margin-left: 20px !important;
}

.m-l-lg {
    margin-left: 30px !important;
}

.m-l-xl {
    margin-left: 40px !important;
}

.m-l-xlg {
    margin-left: 50px !important;
}

.m-l-xxl {
    margin-left: 60px !important;
}

.m-l-n-xxs {
    margin-left: -1px !important;
}

.m-l-n-xs {
    margin-left: -5px !important;
}

.m-l-n-sm {
    margin-left: -10px !important;
}

.m-l-n {
    margin-left: -15px !important;
}

.m-l-n-md {
    margin-left: -20px !important;
}

.m-l-n-lg {
    margin-left: -30px !important;
}

.m-l-n-xl {
    margin-left: -40px !important;
}

.m-l-n-xlg {
    margin-left: -50px !important;
}

.m-l-n-xxl {
    margin-left: -60px !important;
}

.m-t-none {
    margin-top: 0px !important;
}

.m-t-xxs {
    margin-top: 1px !important;
}

.m-t-xs {
    margin-top: 5px !important;
}

.m-t-sm {
    margin-top: 10px !important;
}

.m-t {
    margin-top: 15px !important;
}

.m-t-md {
    margin-top: 20px !important;
}

.m-t-lg {
    margin-top: 30px !important;
}

.m-t-xl {
    margin-top: 40px !important;
}

.m-t-xlg {
    margin-top: 50px !important;
}

.m-t-xxl {
    margin-top: 60px !important;
}

.m-t-n-xxs {
    margin-top: -1px !important;
}

.m-t-n-xs {
    margin-top: -5px !important;
}

.m-t-n-sm {
    margin-top: -10px !important;
}

.m-t-n {
    margin-top: -15px !important;
}

.m-t-n-md {
    margin-top: -20px !important;
}

.m-t-n-lg {
    margin-top: -30px !important;
}

.m-t-n-xl {
    margin-top: -40px !important;
}

.m-t-n-xlg {
    margin-top: -50px !important;
}

.m-t-n-xxl {
    margin-top: -60px !important;
}

.m-r-none {
    margin-right: 0px !important;
}

.m-r-xs {
    margin-right: 5px !important;
}

.m-r-sm {
    margin-right: 10px !important;
}

.m-r {
    margin-right: 15px !important;
}

.m-r-md {
    margin-right: 20px !important;
}

.m-r-lg {
    margin-right: 30px !important;
}

.m-r-xl {
    margin-right: 40px !important;
}

.m-r-xlg {
    margin-right: 50px !important;
}

.m-r-xxl {
    margin-right: 60px !important;
}

.m-r-n-xxs {
    margin-right: -1px !important;
}

.m-r-n-xs {
    margin-right: -5px !important;
}

.m-r-n-sm {
    margin-right: -10px !important;
}

.m-r-n {
    margin-right: -15px !important;
}

.m-r-n-md {
    margin-right: -20px !important;
}

.m-r-n-lg {
    margin-right: -30px !important;
}

.m-r-n-xl {
    margin-right: -40px !important;
}

.m-r-n-xlg {
    margin-right: -50px !important;
}

.m-r-n-xxl {
    margin-right: -60px !important;
}

.m-b-none {
    margin-bottom: 0px !important;
}

.m-b-xs {
    margin-bottom: 5px !important;
}

.m-b-sm {
    margin-bottom: 10px !important;
}

.m-b {
    margin-bottom: 15px !important;
}

.m-b-md {
    margin-bottom: 20px !important;
}

.m-b-lg {
    margin-bottom: 30px !important;
}

.m-b-xl {
    margin-bottom: 40px !important;
}

.m-b-xlg {
    margin-bottom: 50px !important;
}

.m-b-xxl {
    margin-bottom: 60px !important;
}

.m-b-n-xxs {
    margin-bottom: -1px !important;
}

.m-b-n-xs {
    margin-bottom: -5px !important;
}

.m-b-n-sm {
    margin-bottom: -10px !important;
}

.m-b-n {
    margin-bottom: -15px !important;
}

.m-b-n-md {
    margin-bottom: -20px !important;
}

.m-b-n-lg {
    margin-bottom: -30px !important;
}

.m-b-n-xl {
    margin-bottom: -40px !important;
}

.m-b-n-xlg {
    margin-bottom: -50px !important;
}

.m-b-n-xxl {
    margin-bottom: -60px !important;
}

.p-xs {
    padding: 5px !important;
}

.p-sm {
    padding: 10px !important;
}

.p {
    padding: 15px !important;
}

.p-md {
    padding: 20px !important;
}

.p-lg {
    padding: 30px !important;
}

.p-xl {
    padding: 40px !important;
}

.p-xlg {
    padding: 50px !important;
}

.p-xxl {
    padding: 60px !important;
}

.p-n {
    padding: 0px !important;
}

.p-none {
    padding: 0px !important;
}

.p-l-none {
    padding-left: 0px !important;
}

.p-l-xs {
    padding-left: 5px !important;
}

.p-l-sm {
    padding-left: 10px !important;
}

.p-l {
    padding-left: 15px !important;
}

.p-l-md {
    padding-left: 20px !important;
}

.p-l-lg {
    padding-left: 30px !important;
}

.p-l-xl {
    padding-left: 40px !important;
}

.p-l-xlg {
    padding-left: 50px !important;
}

.p-l-xxl {
    padding-left: 60px !important;
}

.p-l-n-xxs {
}

.p-l-n-xs {
}

.p-l-n-sm {
}

.p-l-n {
}

.p-l-n-md {
}

.p-l-n-lg {
}

.p-l-n-xl {
}

.p-l-n-xlg {
}

.p-l-n-xxl {
}

.p-t-none {
    padding-top: 0px !important;
}

.p-t-xxs {
    padding-top: 1px !important;
}

.p-t-xs {
    padding-top: 5px !important;
}

.p-t-sm {
    padding-top: 10px !important;
}

.p-t {
    padding-top: 15px !important;
}

.p-t-md {
    padding-top: 20px !important;
}

.p-t-lg {
    padding-top: 30px !important;
}

.p-t-xl {
    padding-top: 40px !important;
}

.p-t-xlg {
    padding-top: 50px !important;
}

.p-t-xxl {
    padding-top: 60px !important;
}

.p-t-n-xxs {
}

.p-t-n-xs {
}

.p-t-n-sm {
}

.p-t-n {
}

.p-t-n-md {
}

.p-t-n-lg {
}

.p-t-n-xl {
}

.p-t-n-xlg {
}

.p-t-n-xxl {
}

.p-r-none {
    padding-right: 0px !important;
}

.p-r-xs {
    padding-right: 5px !important;
}

.p-r-sm {
    padding-right: 10px !important;
}

.p-r {
    padding-right: 15px !important;
}

.p-r-md {
    padding-right: 20px !important;
}

.p-r-lg {
    padding-right: 30px !important;
}

.p-r-xl {
    padding-right: 40px !important;
}

.p-r-xlg {
    padding-right: 50px !important;
}

.p-r-xxl {
    padding-right: 60px !important;
}

.p-r-n-xxs {
}

.p-r-n-xs {
}

.p-r-n-sm {
}

.p-r-n {
}

.p-r-n-md {
}

.p-r-n-lg {
}

.p-r-n-xl {
}

.p-r-n-xlg {
}

.p-r-n-xxl {
}

.p-b-none {
    padding-bottom: 0px !important;
}

.p-b-xs {
    padding-bottom: 5px !important;
}

.p-b-sm {
    padding-bottom: 10px !important;
}

.p-b {
    padding-bottom: 15px !important;
}

.p-b-md {
    padding-bottom: 20px !important;
}

.p-b-lg {
    padding-bottom: 30px !important;
}

.p-b-xl {
    padding-bottom: 40px !important;
}

.p-b-xlg {
    padding-bottom: 50px !important;
}

.p-b-xxl {
    padding-bottom: 60px !important;
}

.p-b-n-xxs {
}

.p-b-n-xs {
}

.p-b-n-sm {
}

.p-b-n {
}

.p-b-n-md {
}

.p-b-n-lg {
}

.p-b-n-xl {
}

.p-b-n-xlg {
}

.p-b-n-xxl {
}

.porto-history {
    margin: 25px 0px;
    padding: 0px;
    clear: both;
}

    .porto-history .featured-box h4 {
        margin: 0px 0px -27px;
        padding: 0px;
    }

    .porto-history p {
        margin-left: 53px;
    }

    .porto-history .thumb {
        background: url("../images/history-thumb.png") no-repeat 0px 0px;
        margin: 0px 0px 30px;
        padding: 0px;
        width: 227px;
        height: 160px;
        float: left;
    }

        .porto-history .thumb img {
            margin: 7px 8px;
            border-radius: 150px;
            width: 145px;
            height: 145px;
        }

    .porto-history .featured-box {
        text-align: left;
        margin-bottom: 50px;
        margin-left: 225px;
        min-height: 115px;
    }

@media all and (max-width:650px) {
    .porto-history .thumb {
        display: none;
    }

    .porto-history .featured-box {
        margin-left: 0px;
    }
}
