a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
del,
details,
dfn,
div,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
span,
strike,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

html {
    height: 100%
}

body {
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before,
body {
    -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none
}

p {
    font-size: 115%;
    margin: 0 0 15px
}

em,
i {
    font-style: italic
}

b,
dt,
strong {
    font-weight: 700
}

.big {
    font-size: 110%;
    line-height: 180%
}

.bypostauthor {
    border-color: #eee
}

.gallery-caption {
    display: block
}

code,
pre,
q {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    font-family: Consolas, monospace !important
}

code,
q {
    color: #2991d6;
    margin: 0 2px;
    padding: 2px 4px;
    white-space: nowrap
}

pre {
    background: #fff;
    background: linear-gradient(top, #fff 50%, #fafafa 0);
    background-size: 42px 42px;
    display: block;
    line-height: 21px !important;
    margin: 15px 0;
    padding: 21px 15px 20px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap
}

code p,
pre p {
    margin-bottom: 0 !important
}

a,
a:focus,
a:visited {
    outline: 0;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

p a,
p a:visited {
    line-height: inherit
}

#Content img,
img.scale-with-grid {
    height: auto;
    max-width: 100%
}

#Content .is-cropped img {
    height: inherit
}

.google-map img {
    max-width: none !important
}

iframe {
    max-width: 100%
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-decoration: none !important;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out
}

.button .button_icon {
    float: left
}

.button.has-icon {
    white-space: nowrap
}

.button.has-icon .button_label {
    margin-left: 20px;
    white-space: normal
}

.button_right .button_icon {
    float: right
}

.button_right.has-icon .button_label {
    margin: 0 20px 0 0
}

.action_button {
    box-sizing: border-box;
    display: block;
    float: left;
    line-height: 21px;
    padding: 10px 20px
}

.action_button,
.footer_button {
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out
}

.footer_button {
    display: inline-block;
    font-size: 20px !important;
    height: 42px;
    line-height: 42px !important;
    margin: 0;
    text-align: center;
    width: 42px
}

.button-default .button,
.button-default button,
.button-default input[type=button],
.button-default input[type=reset],
.button-default input[type=submit] {
    border: none;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03), inset 0 4px 3px -2px rgba(0, 0, 0, .07)
}

.button-default .button.has-icon .button_label {
    margin-left: 40px
}

.button-default .button_right.has-icon .button_label {
    margin-left: 0;
    margin-right: 40px
}

.button-default .button .button_icon {
    margin: 0 -8px;
    position: relative
}

.button-default .button .button_icon:after {
    background-color: rgba(0, 0, 0, .05);
    content: "";
    display: block;
    height: calc(100% + 100px);
    position: absolute;
    right: -12px;
    top: -50px;
    width: calc(100% + 100px)
}

.button-default .button .button_icon i {
    color: rgba(0, 0, 0, .5)
}

.button-default .button_right .button_icon:after {
    left: -12px;
    right: 0
}

.button-default .button_dark .button_icon:after {
    background-color: hsla(0, 0%, 100%, .05)
}

.button-default .button_dark .button_icon i {
    color: hsla(0, 0%, 100%, .7)
}

.button-default .action_button,
.button-default .footer_button {
    border-radius: 5px
}

@media (min-width:768px) {

    .button-default .action_button:after,
    .button-default .button:after,
    .button-default .footer_button:after,
    .button-default button:after,
    .button-default input[type=button]:after,
    .button-default input[type=reset]:after,
    .button-default input[type=submit]:after {
        background: rgba(0, 0, 0, .05);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: width .2s ease-in-out;
        width: 0;
        z-index: 1
    }

    .button-default .action_button:hover:after,
    .button-default .button:hover:after,
    .button-default .footer_button:hover:after,
    .button-default button:hover:after,
    .button-default input[type=button]:hover:after,
    .button-default input[type=reset]:hover:after,
    .button-default input[type=submit]:hover:after {
        width: 100%
    }
}

.button-flat .button,
.button-flat button,
.button-flat input[type=button],
.button-flat input[type=reset],
.button-flat input[type=submit] {
    border: none
}

.button-flat .button .button_icon {
    margin: 0 -8px;
    position: relative
}

.button-flat .action_button:after,
.button-flat .button:after,
.button-flat .footer_button:after,
.button-flat button:after,
.button-flat input[type=button]:after,
.button-flat input[type=reset]:after,
.button-flat input[type=submit]:after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-in-out;
    width: 100%;
    z-index: 1
}

.button-flat .action_button:hover:after,
.button-flat .button:hover:after,
.button-flat .footer_button:hover:after,
.button-flat button:hover:after,
.button-flat input[type=button]:hover:after,
.button-flat input[type=reset]:hover:after,
.button-flat input[type=submit]:hover:after {
    opacity: 1
}

.button-round .action_button,
.button-round .button,
.button-round button,
.button-round input[type=button],
.button-round input[type=reset],
.button-round input[type=submit] {
    border: none;
    border-radius: 50px;
    padding: 10px 35px
}

.button-round .button .button_icon {
    margin: 0 -8px;
    position: relative
}

.button-round .action_button:after,
.button-round .button:after,
.button-round button:after,
.button-round input[type=button]:after,
.button-round input[type=reset]:after,
.button-round input[type=submit]:after {
    background: rgba(0, 0, 0, .05);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-in-out;
    width: 100%;
    z-index: 1
}

.button-round .action_button:hover:after,
.button-round .button:hover:after,
.button-round button:hover:after,
.button-round input[type=button]:hover:after,
.button-round input[type=reset]:hover:after,
.button-round input[type=submit]:hover:after {
    opacity: 1
}

.button-round .footer_button {
    border-radius: 50px;
    padding: 0 15px
}

.button-stroke .action_button,
.button-stroke .button,
.button-stroke .footer_button,
.button-stroke button,
.button-stroke input[type=button],
.button-stroke input[type=reset],
.button-stroke input[type=submit] {
    background-color: transparent;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    transition: background-color .2s ease-in-out, color .2s ease-in-out
}

.button-stroke .button .button_icon {
    margin: 0 -8px;
    position: relative
}

.button-stroke .button .button_icon i {
    transition: color .2s ease-in-out
}

.button.button_full_width,
button.button_full_width,
input[type=button].button_full_width,
input[type=reset].button_full_width,
input[type=submit].button_full_width {
    box-sizing: border-box;
    text-align: center;
    width: 100%
}

.button.button_full_width .button_icon {
    background: none;
    float: none;
    margin: 0
}

.button.button_full_width .button_icon:after {
    display: none
}

.button.button_full_width .button_label {
    margin: 0 0 0 10px !important
}

.button.button_size_1 {
    font-size: 95%;
    padding-bottom: 7px;
    padding-top: 7px
}

.button.button_size_3 {
    font-size: 110%;
    padding-bottom: 11px;
    padding-top: 11px
}

.button.button_size_3 .button_label {
    padding: 0 10px
}

.button.button_size_4 {
    font-size: 120%;
    padding-bottom: 15px;
    padding-top: 15px
}

.button.button_size_4 .button_label {
    padding: 0 15px
}

.button-custom .button .button_label {
    padding: 0
}

.button-custom .button.has-icon .button_label {
    margin-left: 10px;
    padding: 0
}

.button-custom .action_button {
    border-style: solid;
    line-height: 14px !important;
    padding: 12px 20px !important;
    top: 0
}

.button-custom .footer_button {
    border-style: solid;
    padding: 0 !important
}

.button-custom .button_size_1 {
    transform: scale(.9)
}

.button-custom .button_size_3 {
    transform: scale(1.1)
}

.button-custom .button_size_4 {
    transform: scale(1.2)
}

.button-custom .content_wrapper .button.the-icon {
    padding-left: 10px;
    padding-right: 10px
}

.content_wrapper .button,
.content_wrapper button,
.content_wrapper input[type=button],
.content_wrapper input[type=reset],
.content_wrapper input[type=submit] {
    margin: 0 10px 15px 0
}

a.button.button_red {
    background-color: #e7432b;
    color: #fff
}

.button-stroke a.button.button_red,
.button-stroke a.button.button_red .button_icon i,
.button-stroke a.tp-button.red {
    background-color: transparent;
    border-color: #e7432b;
    color: #e7432b
}

.button-stroke a:hover.button.button_red,
.button-stroke a:hover.tp-button.red {
    background-color: #e7432b;
    color: #fff
}

a.button.button_blue {
    background-color: #2e96db;
    color: #fff
}

.button-stroke a.button.button_blue,
.button-stroke a.button.button_blue .button_icon i,
.button-stroke a.tp-button.blue {
    background-color: transparent;
    border-color: #2e96db;
    color: #2e96db
}

.button-stroke a:hover.button.button_blue,
.button-stroke a:hover.tp-button.blue {
    background-color: #2e96db;
    color: #fff
}

a.button.button_turquoise {
    background-color: #22e387;
    color: #fff
}

.button-stroke a.button.button_turquoise,
.button-stroke a.button.button_turquoise .button_icon i,
.button-stroke a.tp-button.turquoise {
    background-color: transparent;
    border-color: #22e387;
    color: #22e387
}

.button-stroke a:hover.button.button_turquoise,
.button-stroke a:hover.tp-button.turquoise {
    background-color: #22e387;
    color: #fff
}

a.button.button_yellow {
    background-color: #face43;
    color: #fff
}

.button-stroke a.button.button_yellow,
.button-stroke a.button.button_yellow .button_icon i,
.button-stroke a.tp-button.yellow {
    background-color: transparent;
    border-color: #face43;
    color: #face43
}

.button-stroke a:hover.button.button_yellow,
.button-stroke a:hover.tp-button.yellow {
    background-color: #face43;
    color: #fff
}

a.button.button_grey {
    background-color: #8f8f8f;
    color: #fff
}

.button-stroke a.button.button_grey,
.button-stroke a.button.button_grey .button_icon i,
.button-stroke a.tp-button.grey {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #8f8f8f
}

.button-stroke a:hover.button.button_grey,
.button-stroke a:hover.tp-button.grey {
    background-color: #8f8f8f;
    color: #fff
}

a.button.button_navy {
    background-color: #3b5982;
    color: #fff
}

.button-stroke a.button.button_navy,
.button-stroke a.button.button_navy .button_icon i,
.button-stroke a.tp-button.navy {
    background-color: transparent;
    border-color: #3b5982;
    color: #3b5982
}

.button-stroke a:hover.button.button_navy,
.button-stroke a:hover.tp-button.navy {
    background-color: #3b5982;
    color: #fff
}

a.button.button_orange {
    background-color: #ff8125;
    color: #fff
}

.button-stroke a.button.button_orange,
.button-stroke a.button.button_orange .button_icon i,
.button-stroke a.tp-button.orange {
    background-color: transparent;
    border-color: #ff8125;
    color: #ff8125
}

.button-stroke a:hover.button.button_orange,
.button-stroke a:hover.tp-button.orange {
    background-color: #ff8125;
    color: #fff
}

a.button.button_green {
    background-color: #88be4c;
    color: #fff
}

.button-stroke a.button.button_green,
.button-stroke a.button.button_green .button_icon i,
.button-stroke a.tp-button.green {
    background-color: transparent;
    border-color: #88be4c;
    color: #88be4c
}

.button-stroke a:hover.button.button_green,
.button-stroke a:hover.tp-button.green {
    background-color: #88be4c;
    color: #fff
}

@font-face {
    font-display: swap;
    font-family: mfn-icons;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/mfn/icons4cdc.eot?31690507);
    src: url(fonts/mfn/icons4cdc.eot?31690507#iefix) format("embedded-opentype"), url(fonts/mfn/icons4cdc.woff?31690507) format("woff"), url(fonts/mfn/icons4cdc.ttf?31690507) format("truetype"), url(fonts/mfn/icons4cdc.svg?31690507#mfn) format("svg")
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    speak: none;
    display: inline-block;
    font-family: mfn-icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: .2em;
    margin-right: .2em;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    width: 1em
}

.icon-acrobat:before {
    content: "\e800"
}

.icon-address:before {
    content: "\e801"
}

.icon-adjust:before {
    content: "\e802"
}

.icon-aim:before {
    content: "\e803"
}

.icon-air:before {
    content: "\e804"
}

.icon-alert:before {
    content: "\e805"
}

.icon-amazon:before {
    content: "\e806"
}

.icon-android:before {
    content: "\e807"
}

.icon-angellist:before {
    content: "\e808"
}

.icon-appnet:before {
    content: "\e809"
}

.icon-appstore:before {
    content: "\e80a"
}

.icon-archive:before {
    content: "\e80b"
}

.icon-arrow-combo:before {
    content: "\e80c"
}

.icon-arrows-ccw:before {
    content: "\e80d"
}

.icon-attach:before {
    content: "\e80e"
}

.icon-attach-line:before {
    content: "\e80f"
}

.icon-attention:before {
    content: "\e810"
}

.icon-back:before {
    content: "\e811"
}

.icon-back-in-time:before {
    content: "\e812"
}

.icon-bag:before {
    content: "\e813"
}

.icon-basket:before {
    content: "\e814"
}

.icon-battery:before {
    content: "\e815"
}

.icon-beaker-line:before {
    content: "\e816"
}

.icon-bell:before {
    content: "\e817"
}

.icon-bitbucket:before {
    content: "\e818"
}

.icon-bitcoin:before {
    content: "\e819"
}

.icon-block:before {
    content: "\e81a"
}

.icon-blogger:before {
    content: "\e81b"
}

.icon-book:before {
    content: "\e81c"
}

.icon-book-open:before {
    content: "\e81d"
}

.icon-bookmark:before {
    content: "\e81e"
}

.icon-bookmarks:before {
    content: "\e81f"
}

.icon-box:before {
    content: "\e820"
}

.icon-briefcase:before {
    content: "\e821"
}

.icon-brush:before {
    content: "\e822"
}

.icon-bucket:before {
    content: "\e823"
}

.icon-buffer:before {
    content: "\e824"
}

.icon-calendar:before {
    content: "\e825"
}

.icon-calendar-line:before {
    content: "\e826"
}

.icon-call:before {
    content: "\e827"
}

.icon-camera:before {
    content: "\e828"
}

.icon-camera-line:before {
    content: "\e829"
}

.icon-cancel:before {
    content: "\e82a"
}

.icon-cancel-circled:before {
    content: "\e82b"
}

.icon-cancel-squared:before {
    content: "\e82c"
}

.icon-cart:before {
    content: "\e82d"
}

.icon-cc:before {
    content: "\e82e"
}

.icon-cc-by:before {
    content: "\e82f"
}

.icon-cc-nc:before {
    content: "\e830"
}

.icon-cc-nc-eu:before {
    content: "\e831"
}

.icon-cc-nc-jp:before {
    content: "\e832"
}

.icon-cc-nd:before {
    content: "\e833"
}

.icon-cc-pd:before {
    content: "\e834"
}

.icon-cc-remix:before {
    content: "\e835"
}

.icon-cc-sa:before {
    content: "\e836"
}

.icon-cc-share:before {
    content: "\e837"
}

.icon-cc-zero:before {
    content: "\e838"
}

.icon-ccw:before {
    content: "\e839"
}

.icon-cd:before {
    content: "\e83a"
}

.icon-cd-line:before {
    content: "\e83b"
}

.icon-chart-area:before {
    content: "\e83c"
}

.icon-chart-bar:before {
    content: "\e83d"
}

.icon-chart-line:before {
    content: "\e83e"
}

.icon-chart-pie:before {
    content: "\e83f"
}

.icon-chat:before {
    content: "\e840"
}

.icon-check:before {
    content: "\e841"
}

.icon-clipboard:before {
    content: "\e842"
}

.icon-clock:before {
    content: "\e843"
}

.icon-clock-line:before {
    content: "\e844"
}

.icon-cloud:before {
    content: "\e845"
}

.icon-cloud-line:before {
    content: "\e846"
}

.icon-cloud-thunder:before {
    content: "\e847"
}

.icon-cloudapp:before {
    content: "\e848"
}

.icon-code:before {
    content: "\e849"
}

.icon-cog:before {
    content: "\e84a"
}

.icon-cog-line:before {
    content: "\e84b"
}

.icon-comment-fa:before {
    content: "\e84c"
}

.icon-comment-line:before {
    content: "\e84d"
}

.icon-compass:before {
    content: "\e84e"
}

.icon-credit-card:before {
    content: "\e84f"
}

.icon-cup:before {
    content: "\e850"
}

.icon-cup-line:before {
    content: "\e851"
}

.icon-cw:before {
    content: "\e852"
}

.icon-database-line:before {
    content: "\e853"
}

.icon-delicious:before {
    content: "\e854"
}

.icon-desktop-line:before {
    content: "\e855"
}

.icon-diamond-line:before {
    content: "\e856"
}

.icon-digg:before {
    content: "\e857"
}

.icon-direction:before {
    content: "\e858"
}

.icon-disqus:before {
    content: "\e859"
}

.icon-doc:before {
    content: "\e85a"
}

.icon-doc-landscape:before {
    content: "\e85b"
}

.icon-doc-line:before {
    content: "\e85c"
}

.icon-doc-text:before {
    content: "\e85d"
}

.icon-doc-text-inv:before {
    content: "\e85e"
}

.icon-docs:before {
    content: "\e85f"
}

.icon-dot:before {
    content: "\e860"
}

.icon-dot-2:before {
    content: "\e861"
}

.icon-dot-3:before {
    content: "\e862"
}

.icon-down:before {
    content: "\e863"
}

.icon-down-bold:before {
    content: "\e864"
}

.icon-down-circled:before {
    content: "\e865"
}

.icon-down-dir:before {
    content: "\e866"
}

.icon-down-open:before {
    content: "\e867"
}

.icon-down-open-big:before {
    content: "\e868"
}

.icon-down-open-mini:before {
    content: "\e869"
}

.icon-down-thin:before {
    content: "\e86a"
}

.icon-download:before {
    content: "\e86b"
}

.icon-drive:before {
    content: "\e86c"
}

.icon-droplet:before {
    content: "\e86d"
}

.icon-drupal:before {
    content: "\e86e"
}

.icon-duckduckgo:before {
    content: "\e86f"
}

.icon-dwolla:before {
    content: "\e870"
}

.icon-ebay:before {
    content: "\e871"
}

.icon-email:before {
    content: "\e872"
}

.icon-erase:before {
    content: "\e873"
}

.icon-eventasaurus:before {
    content: "\e874"
}

.icon-eventbrite:before {
    content: "\e875"
}

.icon-eventful:before {
    content: "\e876"
}

.icon-export:before {
    content: "\e877"
}

.icon-eye:before {
    content: "\e878"
}

.icon-eye-line:before {
    content: "\e879"
}

.icon-fast-backward:before {
    content: "\e87a"
}

.icon-fast-forward:before {
    content: "\e87b"
}

.icon-feather:before {
    content: "\e87c"
}

.icon-fire-line:before {
    content: "\e87d"
}

.icon-fivehundredpx:before {
    content: "\e87e"
}

.icon-flag:before {
    content: "\e87f"
}

.icon-flash:before {
    content: "\e880"
}

.icon-flashlight:before {
    content: "\e881"
}

.icon-flight:before {
    content: "\e882"
}

.icon-floppy:before {
    content: "\e883"
}

.icon-flow-branch:before {
    content: "\e884"
}

.icon-flow-cascade:before {
    content: "\e885"
}

.icon-flow-line:before {
    content: "\e886"
}

.icon-flow-parallel:before {
    content: "\e887"
}

.icon-flow-tree:before {
    content: "\e888"
}

.icon-folder:before {
    content: "\e889"
}

.icon-food-line:before {
    content: "\e88a"
}

.icon-forrst:before {
    content: "\e88b"
}

.icon-forward:before {
    content: "\e88c"
}

.icon-gauge:before {
    content: "\e88d"
}

.icon-globe:before {
    content: "\e88e"
}

.icon-globe-line:before {
    content: "\e88f"
}

.icon-gmail:before {
    content: "\e890"
}

.icon-googleplay:before {
    content: "\e891"
}

.icon-gowalla:before {
    content: "\e892"
}

.icon-graduation-cap:before {
    content: "\e893"
}

.icon-graduation-cap-line:before {
    content: "\e894"
}

.icon-grooveshark:before {
    content: "\e895"
}

.icon-guest:before {
    content: "\e896"
}

.icon-hackernews:before {
    content: "\e897"
}

.icon-heart-empty-fa:before {
    content: "\e898"
}

.icon-heart-fa:before {
    content: "\e899"
}

.icon-heart-line:before {
    content: "\e89a"
}

.icon-help:before {
    content: "\e89b"
}

.icon-help-circled:before {
    content: "\e89c"
}

.icon-home:before {
    content: "\e89d"
}

.icon-hourglass:before {
    content: "\e89e"
}

.icon-html5:before {
    content: "\e89f"
}

.icon-ie:before {
    content: "\e8a0"
}

.icon-inbox:before {
    content: "\e8a1"
}

.icon-inbox-line:before {
    content: "\e8a2"
}

.icon-infinity:before {
    content: "\e8a3"
}

.icon-info:before {
    content: "\e8a4"
}

.icon-info-circled:before {
    content: "\e8a5"
}

.icon-install:before {
    content: "\e8a6"
}

.icon-instapaper:before {
    content: "\e8a7"
}

.icon-intensedebate:before {
    content: "\e8a8"
}

.icon-itunes:before {
    content: "\e8a9"
}

.icon-key:before {
    content: "\e8aa"
}

.icon-key-line:before {
    content: "\e8ab"
}

.icon-keyboard:before {
    content: "\e8ac"
}

.icon-klout:before {
    content: "\e8ad"
}

.icon-lamp:before {
    content: "\e8ae"
}

.icon-language:before {
    content: "\e8af"
}

.icon-lanyrd:before {
    content: "\e8b0"
}

.icon-layout:before {
    content: "\e8b1"
}

.icon-leaf:before {
    content: "\e8b2"
}

.icon-left:before {
    content: "\e8b3"
}

.icon-left-bold:before {
    content: "\e8b4"
}

.icon-left-circled:before {
    content: "\e8b5"
}

.icon-left-dir:before {
    content: "\e8b6"
}

.icon-left-open:before {
    content: "\e8b7"
}

.icon-left-open-big:before {
    content: "\e8b8"
}

.icon-left-open-mini:before {
    content: "\e8b9"
}

.icon-left-thin:before {
    content: "\e8ba"
}

.icon-lego:before {
    content: "\e8bb"
}

.icon-level-down:before {
    content: "\e8bc"
}

.icon-level-up:before {
    content: "\e8bd"
}

.icon-lifebuoy:before {
    content: "\e8be"
}

.icon-light-down:before {
    content: "\e8bf"
}

.icon-light-up:before {
    content: "\e8c0"
}

.icon-lightbulb-line:before {
    content: "\e8c1"
}

.icon-link:before {
    content: "\e8c2"
}

.icon-list:before {
    content: "\e8c3"
}

.icon-list-add:before {
    content: "\e8c4"
}

.icon-lkdto:before {
    content: "\e8c5"
}

.icon-location:before {
    content: "\e8c6"
}

.icon-location-line:before {
    content: "\e8c7"
}

.icon-lock:before {
    content: "\e8c8"
}

.icon-lock-line:before {
    content: "\e8c9"
}

.icon-lock-open:before {
    content: "\e8ca"
}

.icon-login:before {
    content: "\e8cb"
}

.icon-logout:before {
    content: "\e8cc"
}

.icon-loop:before {
    content: "\e8cd"
}

.icon-macstore:before {
    content: "\e8ce"
}

.icon-magnet:before {
    content: "\e8cf"
}

.icon-mail:before {
    content: "\e8d0"
}

.icon-mail-line:before {
    content: "\e8d1"
}

.icon-map:before {
    content: "\e8d2"
}

.icon-meetup:before {
    content: "\e8d3"
}

.icon-megaphone:before {
    content: "\e8d4"
}

.icon-megaphone-line:before {
    content: "\e8d5"
}

.icon-menu:before {
    content: "\e8d6"
}

.icon-mic:before {
    content: "\e8d7"
}

.icon-minus:before {
    content: "\e8d8"
}

.icon-minus-circled:before {
    content: "\e8d9"
}

.icon-minus-squared:before {
    content: "\e8da"
}

.icon-mobile:before {
    content: "\e8db"
}

.icon-mobile-line:before {
    content: "\e8dc"
}

.icon-money-line:before {
    content: "\e8dd"
}

.icon-monitor:before {
    content: "\e8de"
}

.icon-moon:before {
    content: "\e8df"
}

.icon-mouse:before {
    content: "\e8e0"
}

.icon-music:before {
    content: "\e8e1"
}

.icon-music-line:before {
    content: "\e8e2"
}

.icon-mute:before {
    content: "\e8e3"
}

.icon-myspace:before {
    content: "\e8e4"
}

.icon-network:before {
    content: "\e8e5"
}

.icon-newspaper:before {
    content: "\e8e6"
}

.icon-ninetyninedesigns:before {
    content: "\e8e7"
}

.icon-note:before {
    content: "\e8e8"
}

.icon-note-beamed:before {
    content: "\e8e9"
}

.icon-note-line:before {
    content: "\e8ea"
}

.icon-openid:before {
    content: "\e8eb"
}

.icon-opentable:before {
    content: "\e8ec"
}

.icon-palette:before {
    content: "\e8ed"
}

.icon-paper-plane:before {
    content: "\e8ee"
}

.icon-paper-plane-line:before {
    content: "\e8ef"
}

.icon-params-line:before {
    content: "\e8f0"
}

.icon-pause:before {
    content: "\e8f1"
}

.icon-pencil:before {
    content: "\e8f2"
}

.icon-pencil-line:before {
    content: "\e8f3"
}

.icon-phone:before {
    content: "\e8f4"
}

.icon-photo-line:before {
    content: "\e8f5"
}

.icon-picture:before {
    content: "\e8f6"
}

.icon-pinboard:before {
    content: "\e8f7"
}

.icon-plancast:before {
    content: "\e8f8"
}

.icon-play:before {
    content: "\e8f9"
}

.icon-plurk:before {
    content: "\e8fa"
}

.icon-plus:before {
    content: "\e8fb"
}

.icon-plus-circled:before {
    content: "\e8fc"
}

.icon-plus-squared:before {
    content: "\e8fd"
}

.icon-pocket:before {
    content: "\e8fe"
}

.icon-podcast:before {
    content: "\e8ff"
}

.icon-popup:before {
    content: "\e900"
}

.icon-posterous:before {
    content: "\e901"
}

.icon-print:before {
    content: "\e902"
}

.icon-progress-0:before {
    content: "\e903"
}

.icon-progress-1:before {
    content: "\e904"
}

.icon-progress-2:before {
    content: "\e905"
}

.icon-progress-3:before {
    content: "\e906"
}

.icon-publish:before {
    content: "\e907"
}

.icon-quora:before {
    content: "\e908"
}

.icon-quote:before {
    content: "\e909"
}

.icon-record:before {
    content: "\e90a"
}

.icon-reddit:before {
    content: "\e90b"
}

.icon-reply:before {
    content: "\e90c"
}

.icon-reply-all:before {
    content: "\e90d"
}

.icon-resize-full:before {
    content: "\e90e"
}

.icon-resize-small:before {
    content: "\e90f"
}

.icon-retweet:before {
    content: "\e910"
}

.icon-right:before {
    content: "\e911"
}

.icon-right-bold:before {
    content: "\e912"
}

.icon-right-circled:before {
    content: "\e913"
}

.icon-right-dir:before {
    content: "\e914"
}

.icon-right-open:before {
    content: "\e915"
}

.icon-right-open-big:before {
    content: "\e916"
}

.icon-right-open-mini:before {
    content: "\e917"
}

.icon-right-thin:before {
    content: "\e918"
}

.icon-rocket:before {
    content: "\e919"
}

.icon-rss:before {
    content: "\e91a"
}

.icon-search:before {
    content: "\e91b"
}

.icon-search-line:before {
    content: "\e91c"
}

.icon-share:before {
    content: "\e91d"
}

.icon-shareable:before {
    content: "\e91e"
}

.icon-shop-line:before {
    content: "\e91f"
}

.icon-shuffle:before {
    content: "\e920"
}

.icon-signal:before {
    content: "\e921"
}

.icon-smashmag:before {
    content: "\e922"
}

.icon-songkick:before {
    content: "\e923"
}

.icon-sound:before {
    content: "\e924"
}

.icon-sound-line:before {
    content: "\e925"
}

.icon-stackoverflow:before {
    content: "\e926"
}

.icon-star:before {
    content: "\e927"
}

.icon-star-empty:before {
    content: "\e928"
}

.icon-star-line:before {
    content: "\e929"
}

.icon-statusnet:before {
    content: "\e92a"
}

.icon-stop:before {
    content: "\e92b"
}

.icon-suitcase:before {
    content: "\e92c"
}

.icon-switch:before {
    content: "\e92d"
}

.icon-t-shirt-line:before {
    content: "\e92e"
}

.icon-tag:before {
    content: "\e92f"
}

.icon-tag-line:before {
    content: "\e930"
}

.icon-tape:before {
    content: "\e931"
}

.icon-target:before {
    content: "\e932"
}

.icon-thermometer:before {
    content: "\e933"
}

.icon-thumbs-up:before {
    content: "\e934"
}

.icon-thumbs-down:before {
    content: "\e935"
}

.icon-thumbs-up-line:before {
    content: "\e936"
}

.icon-ticket:before {
    content: "\e937"
}

.icon-to-end:before {
    content: "\e938"
}

.icon-to-start:before {
    content: "\e939"
}

.icon-tools:before {
    content: "\e93a"
}

.icon-traffic-cone:before {
    content: "\e93b"
}

.icon-trash:before {
    content: "\e93c"
}

.icon-trash-line:before {
    content: "\e93d"
}

.icon-trophy:before {
    content: "\e93e"
}

.icon-truck-line:before {
    content: "\e93f"
}

.icon-tv-line:before {
    content: "\e940"
}

.icon-up:before {
    content: "\e941"
}

.icon-up-bold:before {
    content: "\e942"
}

.icon-up-circled:before {
    content: "\e943"
}

.icon-up-dir:before {
    content: "\e944"
}

.icon-up-open:before {
    content: "\e945"
}

.icon-up-open-big:before {
    content: "\e946"
}

.icon-up-open-mini:before {
    content: "\e947"
}

.icon-up-thin:before {
    content: "\e948"
}

.icon-upload:before {
    content: "\e949"
}

.icon-upload-cloud:before {
    content: "\e94a"
}

.icon-user:before {
    content: "\e94b"
}

.icon-user-add:before {
    content: "\e94c"
}

.icon-user-line:before {
    content: "\e94d"
}

.icon-users:before {
    content: "\e94e"
}

.icon-vcard:before {
    content: "\e94f"
}

.icon-viadeo:before {
    content: "\e950"
}

.icon-video:before {
    content: "\e951"
}

.icon-videocam-line:before {
    content: "\e952"
}

.icon-vk:before {
    content: "\e953"
}

.icon-volume:before {
    content: "\e954"
}

.icon-w3c:before {
    content: "\e955"
}

.icon-wallet-line:before {
    content: "\e956"
}

.icon-water:before {
    content: "\e957"
}

.icon-weibo:before {
    content: "\e958"
}

.icon-wikipedia:before {
    content: "\e959"
}

.icon-window:before {
    content: "\e95a"
}

.icon-wordpress:before {
    content: "\e95b"
}

.icon-xing:before {
    content: "\e95c"
}

.icon-yahoo:before {
    content: "\e95d"
}

.icon-yelp:before {
    content: "\e95e"
}

.icon-youtube:before {
    content: "\e95f"
}

.icon-menu-fine:before {
    content: "\e960"
}

.icon-bag-fine:before {
    content: "\e961"
}

.icon-search-fine:before {
    content: "\e962"
}

.icon-cancel-fine:before {
    content: "\e963"
}

.icon-plus-fine:before {
    content: "\e964"
}

.icon-minus-fine:before {
    content: "\e965"
}

.icon-gplus-circled:before {
    content: "\f059"
}

.icon-github-circled:before {
    content: "\f09b"
}

.icon-gplus:before {
    content: "\f0d5"
}

.icon-comment-empty-fa:before {
    content: "\f0e5"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-tumblr:before {
    content: "\f173"
}

.icon-windows:before {
    content: "\f17a"
}

.icon-foursquare:before {
    content: "\f180"
}

.icon-google:before {
    content: "\f1a0"
}

.icon-behance:before {
    content: "\f1b4"
}

.icon-steam:before {
    content: "\f1b6"
}

.icon-spotify:before {
    content: "\f1bc"
}

.icon-database:before {
    content: "\f1c0"
}

.icon-qq:before {
    content: "\f1d6"
}

.icon-paypal:before {
    content: "\f1ed"
}

.icon-stripe:before {
    content: "\f1f5"
}

.icon-whatsapp:before {
    content: "\f232"
}

.icon-medium:before {
    content: "\f23a"
}

.icon-tripadvisor:before {
    content: "\f262"
}

.icon-chrome:before {
    content: "\f268"
}

.icon-scribd:before {
    content: "\f28a"
}

.icon-github:before {
    content: "\f300"
}

.icon-flickr:before {
    content: "\f303"
}

.icon-flickr-circled:before {
    content: "\f304"
}

.icon-vimeo:before {
    content: "\f306"
}

.icon-vimeo-circled:before {
    content: "\f307"
}

.icon-twitter:before {
    content: "\f309"
}

.icon-twitter-circled:before {
    content: "\f30a"
}

.icon-facebook:before {
    content: "\f30c"
}

.icon-facebook-circled:before {
    content: "\f30d"
}

.icon-facebook-squared:before {
    content: "\f30e"
}

.icon-pinterest:before {
    content: "\f312"
}

.icon-pinterest-circled:before {
    content: "\f313"
}

.icon-tumblr-circled:before {
    content: "\f316"
}

.icon-linkedin:before {
    content: "\f318"
}

.icon-linkedin-circled:before {
    content: "\f319"
}

.icon-dribbble:before {
    content: "\f31b"
}

.icon-dribbble-circled:before {
    content: "\f31c"
}

.icon-stumbleupon:before {
    content: "\f31e"
}

.icon-stumbleupon-circled:before {
    content: "\f31f"
}

.icon-lastfm:before {
    content: "\f321"
}

.icon-lastfm-circled:before {
    content: "\f322"
}

.icon-rdio:before {
    content: "\f324"
}

.icon-rdio-circled:before {
    content: "\f325"
}

.icon-spotify-circled:before {
    content: "\f328"
}

.icon-dropbox:before {
    content: "\f330"
}

.icon-evernote:before {
    content: "\f333"
}

.icon-flattr:before {
    content: "\f336"
}

.icon-skype:before {
    content: "\f339"
}

.icon-skype-circled:before {
    content: "\f33a"
}

.icon-renren:before {
    content: "\f33c"
}

.icon-sina-weibo:before {
    content: "\f33f"
}

.icon-picasa:before {
    content: "\f345"
}

.icon-soundcloud:before {
    content: "\f348"
}

.icon-mixi:before {
    content: "\f34b"
}

.icon-google-circles:before {
    content: "\f351"
}

.icon-vkontakte:before {
    content: "\f354"
}

.icon-smashing:before {
    content: "\f357"
}

.icon-db-shape:before {
    content: "\f600"
}

.icon-sweden:before {
    content: "\f601"
}

.icon-logo-db:before {
    content: "\f603"
}

.icon-houzz:before {
    content: "\f27c"
}

.icon-snapchat:before {
    content: "\f2ac"
}

.bbpress #Subheader .title {
    width: 60%
}

.bbpress #Subheader ul.breadcrumbs {
    width: 40%
}

.bbpress #Subheader ul.breadcrumbs .bbp-breadcrumb-current {
    margin: 0
}

.bbpress #bbpress-forums div.bbp-search-form {
    float: none;
    margin-bottom: 20px;
    width: 100%
}

.bbpress #bbpress-forums #subscription-toggle {
    color: #fff
}

.bbpress #bbpress-forums #bbp-search-form #bbp_search {
    margin: 0;
    width: 100%
}

.bbpress #bbpress-forums div.bbp-topic-tags {
    clear: both;
    margin-bottom: 20px
}

.bbpress #bbpress-forums div.bbp-topic-tags p {
    margin: 0
}

.bbpress .widget_display_search .screen-reader-text {
    display: none
}

.bbpress .widget_display_search #bbp_search {
    margin: 0
}

.bbpress .bbp_widget_login .bbp-logged-in h4 {
    font-size: 14px;
    font-weight: 400
}

.bbpress .bbp_widget_login .bbp-logged-in a.button {
    margin: 0
}

.bbpress .widget_display_forums ul,
.bbpress .widget_display_views ul {
    list-style-type: square;
    padding: 0 0 0 30px
}

.bbpress .widget_display_forums ul li a,
.bbpress .widget_display_views ul li a {
    display: block;
    padding: 4px 0 7px 4px
}

#buddypress {
    margin-bottom: 40px
}

#buddypress #whats-new-options {
    height: auto !important;
    overflow: visible !important
}

#buddypress div.dir-search {
    margin: 0
}

#buddypress #search-members-form>* {
    float: left
}

#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=text] {
    font-size: 100%;
    font-weight: 400;
    margin-right: 5px;
    padding: 2px 3px
}

#buddypress div#subnav.item-list-tabs ul li>* {
    float: left
}

#buddypress div#subnav.item-list-tabs ul li label {
    font-weight: 400;
    margin: 10px 5px 0 0
}

#buddypress div#item-header div#item-meta {
    font-size: 100%
}

#buddypress #message-recipients .highlight {
    background: none;
    color: inherit
}

#buddypress #message-recipients .button {
    display: inline
}

.wpcf7:after {
    clear: both;
    content: "";
    display: block
}

.wpcf7-form .column {
    margin-bottom: 10px
}

.wpcf7-mail-sent-ok {
    background: #7dcc68 !important;
    border: none !important;
    box-sizing: border-box;
    color: #fff;
    float: left;
    margin: 0 1% !important;
    padding: 7px !important;
    text-align: center;
    width: 98%
}

.cf7p-message .wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    background: #fb5455 !important;
    border: none !important;
    box-sizing: border-box;
    color: #fff;
    float: left;
    margin: 0 1% !important;
    padding: 7px !important;
    text-align: center;
    width: 98%
}

body:not(.cf7p-message) .wpcf7-validation-errors {
    border: none !important;
    display: none !important
}

body:not(.cf7p-message) .wpcf7-not-valid-tip {
    background-color: #ed3b2e;
    border: none !important;
    height: 44px !important;
    left: -50px !important;
    padding: 0 !important;
    padding: 0;
    position: absolute !important;
    text-indent: -9999px !important;
    top: 0 !important;
    width: 44px !important
}

body:not(.cf7p-message) .wpcf7-not-valid-tip:after {
    color: #fff;
    content: "\e82a";
    font-family: mfn-icons;
    font-size: 20px;
    left: 18px;
    position: absolute;
    text-indent: 0;
    top: 11px
}

body:not(.cf7p-message) .wpcf7-not-valid-tip:before {
    background-color: #ed3b2e;
    content: "";
    height: 11px;
    position: absolute;
    right: -5px;
    top: 16px;
    transform: rotate(45deg);
    width: 11px
}

.wpcf7-captchar {
    margin-bottom: 0
}

span.wpcf7-form-control-wrap {
    display: inline-block;
    margin-bottom: 3px;
    position: relative !important;
    width: 100%
}

span.wpcf7-form-control-wrap .wpcf7-date,
span.wpcf7-form-control-wrap .wpcf7-number,
span.wpcf7-form-control-wrap .wpcf7-quiz,
span.wpcf7-form-control-wrap .wpcf7-select,
span.wpcf7-form-control-wrap .wpcf7-text,
span.wpcf7-form-control-wrap .wpcf7-textarea {
    box-sizing: border-box;
    margin-bottom: 0;
    width: 100%
}

.wpcf7 input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: inherit;
    margin-bottom: 0 !important
}

.wpcf7 form .wpcf7-response-output {
    border: none;
    float: left;
    margin-top: 0
}

#popup_contact {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 9001
}

#popup_contact .popup_contact_wrapper {
    background: #fbfbfb;
    bottom: 65px;
    display: none;
    padding: 20px;
    position: absolute;
    right: 0;
    width: 250px
}

#popup_contact.focus .popup_contact_wrapper {
    display: block
}

#popup_contact .popup_contact_wrapper span.arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fbfbfb;
    bottom: -8px;
    display: block;
    height: 0;
    margin: 0 auto;
    position: absolute;
    right: 15px;
    width: 0
}

#popup_contact .popup_contact_wrapper form input[type=email],
#popup_contact .popup_contact_wrapper form input[type=text],
#popup_contact .popup_contact_wrapper form textarea {
    background: #fff;
    margin-bottom: 10px
}

#popup_contact .popup_contact_wrapper form textarea {
    min-height: 100px;
    resize: vertical
}

#popup_contact .popup_contact_wrapper form input[type=submit] {
    float: right;
    margin: 0
}

#popup_contact .wpcf7-form.invalid>p:after {
    display: block
}

#popup_contact .wpcf7-form-control-wrap {
    display: inline-block;
    margin-right: 0;
    width: 100%
}

#popup_contact div.wpcf7 img.ajax-loader {
    margin-top: 10px
}

#popup_contact .footer_button {
    bottom: 0;
    position: absolute;
    right: 0
}

.edd_downloads_list .edd_download_inner {
    background: #fff;
    margin: 0 4% 20px;
    padding: 0 15px 20px
}

.edd_downloads_list .edd_download_inner .edd_download_image {
    margin: 0 -15px
}

.edd_downloads_list .edd_download_inner .edd_download_title {
    padding-top: 15px
}

.edd_downloads_list .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper {
    text-align: right
}

.edd_downloads_list .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper .edd-cart-added-alert {
    margin-top: 15px;
    position: static
}

.edd_downloads_list .edd_download_inner .edd_download_buy_button a.button {
    margin: 0
}

.edd_download_image {
    border-style: solid;
    border-width: 8px;
    box-sizing: border-box;
    display: block;
    line-height: 0;
    max-width: calc(100% + 30px);
    position: relative
}

.edd_download_image:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.gm-style button {
    border-radius: 0;
    box-shadow: unset
}

.gform_wrapper label {
    font-weight: 400;
    margin: .188em 0 .75em
}

.gform_wrapper .top_label .gfield_label {
    font-weight: 700
}

.gform_wrapper input,
.gform_wrapper select {
    margin: 0
}

.gform_wrapper input[type=checkbox],
.gform_wrapper input[type=radio] {
    margin-left: 3px
}

.gform_wrapper div.validation_error {
    background: #fb5455;
    border: none !important;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    margin-bottom: 30px;
    padding: 20px !important
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: none !important
}

.gform_confirmation_wrapper .gform_confirmation_message {
    background: #80b736;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 30px;
    padding: 20px
}

table.gsurvey-likert td input {
    position: static
}

table.gsurvey-likert td.gsurvey-likert-choice {
    background-image: unset
}

#mc_embed_signup .clear {
    height: auto;
    overflow: visible;
    visibility: visible
}

.mc4wp-form p>input {
    float: left;
    margin: 0 3px
}

.mfp-bg {
    background: #0b0b0b;
    opacity: .8;
    overflow: hidden;
    z-index: 9042
}

.mfp-bg,
.mfp-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.mfp-wrap {
    -webkit-backface-visibility: hidden;
    outline: none !important;
    z-index: 9043
}

.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 9045
}

.-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    cursor: auto;
    width: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    background: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    left: 8px;
    margin-top: -.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 9044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    touch-action: manipulation;
    z-index: 9046
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.mfp-close {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: .65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333;
    font-size: 26px;
    padding: 0
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%
}

.mfp-counter {
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.mfp-arrow {
    -webkit-tap-highlight-color: transparent;
    height: 110px;
    margin: -55px 0 0;
    opacity: .65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    background: none;
    border: inset transparent;
    content: "" !important;
    display: block !important;
    height: 0;
    left: 0;
    margin-left: 35px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    width: 0
}

.mfp-arrow:after {
    border-bottom-width: 13px;
    border-top-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-bottom-width: 21px;
    border-top-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    border-right: 27px solid #3f3f3f;
    margin-left: 25px
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%
}

.mfp-iframe-scaler iframe {
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

img.mfp-img {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
    width: auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    background: #444;
    bottom: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%
}

.mfp-title {
    word-wrap: break-word;
    color: #f3f3f3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-wrap button:after {
    background: none !important;
    height: 0 !important;
    width: 0 !important
}

.button-flat .mfp-arrow:after,
.button-round .mfp-arrow:after {
    opacity: 1;
    top: 8px
}

.button-stroke .mfp-close {
    color: #fff !important
}

.button-stroke .mfp-arrow:hover,
.button-stroke .mfp-close:hover {
    background: none !important
}

.mfp-inline {
    background: #fff;
    display: block !important;
    margin: 20px auto;
    max-width: 500px;
    padding: 25px 30px;
    position: relative;
    width: auto
}

.mfp-inline p:nth-last-child(2) {
    margin-bottom: 0
}

.button-stroke .mfp-inline .mfp-close {
    color: #333 !important
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        bottom: 0;
        top: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, .6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none
}

[dir=rtl] .slick-slide {
    float: right !important
}

.slick-slide img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow {
    line-height: 20px;
    margin-bottom: 0 !important
}

.slick-arrow.slick-hidden {
    display: none
}

.slider_pager .slick-dots {
    margin: 0
}

#Content .slider-pro img.sp-image {
    max-width: none
}

.the_content_wrapper .pagination-dots {
    margin: 0
}

.tribe-events-page-template #Subheader .title {
    width: 60%
}

.tribe-events-page-template #Subheader ul.breadcrumbs {
    width: 40%
}

.tribe-events-list .tribe-events-event-image+div.tribe-events-content {
    padding-right: 0 !important
}

#tribe-bar-views .tribe-bar-views-list {
    z-index: 29
}

#tribe-bar-form input[type=text],
#tribe-events-content .tribe-events-tooltip h4,
#tribe-geo-results h2.tribe-events-page-title,
.tribe-events-list-separator-month,
.tribe-events-meta-group .tribe-events-single-section-title,
h2.tribe-events-page-title {
    font-weight: 400
}

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
    max-width: 100%
}

.tribe-events-cal-links a.tribe-events-gcal,
a.tribe-events-ical {
    margin-top: 0
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    clear: left;
    font-weight: 700;
    line-height: inherit
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    float: inherit;
    line-height: inherit;
    list-style: none outside none;
    margin: 0 0 0 110px;
    padding: 10px 0
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd:after {
    display: none
}

#tribe-bar-form,
.tribe-events-back {
    background-image: url(../img/stripes/stripes_5_b.png)
}

.tribe-events-back {
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 15px 10px
}

.tribe-events-back a,
ul.tribe-events-sub-nav a {
    font-size: 14px;
    font-weight: 400
}

.tribe-events-event-image {
    border: 8px solid #f8f8f8;
    box-sizing: border-box;
    display: block;
    line-height: 0
}

.tribe-events-list-widget ol {
    padding: 10px 0 0 30px
}

.tribe-events-list-widget ol li {
    list-style-type: square;
    margin-bottom: 20px;
    padding-left: 4px
}

.tribe-events-list-widget ol li:before {
    display: none
}

.tribe-events-list-widget ol li h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px
}

.tribe-events-list-widget ol li .duration {
    color: rgba(0, 0, 0, .4);
    font-weight: 400
}

.tribe-events-list-widget p.tribe-events-widget-link {
    border-top: 1px solid rgba(0, 0, 0, .08);
    margin-left: 30px;
    padding-top: 8px
}

.tribe-events-list-widget p.tribe-events-widget-link a {
    font-size: 13px;
    font-weight: 400
}

.tribe-events-list-separator-month span {
    background: #fcfcfc
}

.tribe-events-event-meta,
.tribe-events-promo {
    color: #a8a8a8
}

.tribe-events-calendar thead th {
    border-color: rgba(0, 0, 0, .08);
    color: #444
}

.ui-datepicker .ui-datepicker-title select {
    -webkit-appearance: menulist;
    display: inline-block;
    margin: auto;
    padding: inherit;
    width: auto
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
    margin: -1px
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    box-shadow: 0 0 0 0 transparent
}

.ui-datepicker table tr {
    border: 0 !important
}

.ui-datepicker table tr td {
    border-color: #dedede;
    border-style: solid;
    border-width: 0 1px 1px 0 !important;
    padding: 1px
}

.ui-datepicker table td a,
.ui-datepicker table td span {
    display: block !important;
    width: auto !important
}

.ui-datepicker table tr:first-child td {
    background: inherit !important
}

.ui-datepicker table tr:hover td {
    background: inherit !important;
    color: inherit !important
}

.ui-datepicker table tr:hover td a {
    color: inherit !important
}

.ui-datepicker table tr:nth-child(2n) td {
    background: inherit !important
}

.wpb_wrapper>div {
    margin-bottom: 35px
}

.wpb_wrapper.ui-sortable .vc_call_to_action {
    background: none;
    border: none;
    padding: 0
}

body.layout-boxed .vc_row[data-vc-stretch-content=true] {
    left: 0 !important;
    margin-left: -2.7%;
    margin-right: -2.7%;
    width: auto !important
}

body.layout-boxed .vc_row-no-padding .wpb_column {
    padding: 0
}

.vc_images_carousel {
    width: auto !important
}

.vc-hoverbox-block {
    -webkit-backface-visibility: hidden
}

.wpb_wrapper .portfolio_group {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important
}

.wpb_wrapper .portfolio_group .portfolio-item .image_frame,
.wpb_wrapper .portfolio_group.flat .portfolio-item,
.wpb_wrapper .portfolio_group.masonry-flat .portfolio-item {
    margin-bottom: 0
}

.wpb_wrapper .wpcf7-form {
    display: inline-block;
    width: 100%
}

body {
    min-width: 960px
}

body.admin-bar {
    position: relative
}

#Wrapper {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden
}

.layout-boxed {
    padding: 25px 0
}

.layout-boxed.boxed-no-margin {
    padding: 0
}

.layout-boxed #Wrapper {
    box-shadow: 0 0 15px rgba(0, 0, 0, .06)
}

.layout-full-width {
    padding: 0
}

.layout-full-width #Wrapper {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important
}

#Content {
    padding-top: 30px;
    width: 100%
}

#Content.no-padding,
.template-slider #Content,
.with_aside #Content {
    padding-top: 0
}

.with_aside .sections_group {
    padding-top: 30px
}

.section {
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.container,
.section_wrapper {
    margin: 0 auto;
    max-width: 1220px;
    height: 100%;
    position: relative
}

.section_wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.section.full-width>.section_wrapper {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.container:after,
.section_wrapper:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden
}


.section_wrapper:after,
.container:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    width: 100%;
}

.mcb-wrap {
    box-sizing: border-box;
    float: left;
    position: relative;
    z-index: 1
}

.mcb-wrap.move-up {
    z-index: 28
}

.mcb-wrap.divider {
    height: 0 !important;
    width: 100%
}

.column,
.columns {
    float: left;
    margin: 0 1% 40px
}

.the_content_wrapper {
    margin: 0 1%
}

.has_content .the_content_wrapper {
    margin-bottom: 15px
}

.column_content .the_content_wrapper {
    margin: 0
}

.sidebar,
.widget-area {
    box-sizing: border-box
}

.equal-height-wrap .mcb-wrap .mcb-wrap-inner {
    float: left;
    position: relative;
    width: 100%
}

.equal-height-wrap .mcb-wrap.valign-middle .mcb-wrap-inner {
    top: 50%;
    transform: translateY(-50%)
}

.equal-height-wrap .mcb-wrap.valign-bottom .mcb-wrap-inner {
    top: 100%;
    transform: translateY(-100%)
}

.one-sixth.mcb-wrap {
    width: 16.666%
}

.one-fifth.mcb-wrap {
    width: 20%
}

.one-fourth.mcb-wrap {
    width: 25%
}

.one-third.mcb-wrap {
    width: 33.333%
}

.two-fifth.mcb-wrap {
    width: 40%
}

.one-second.mcb-wrap {
    width: 50%
}

.three-fifth.mcb-wrap {
    width: 60%
}

.two-third.mcb-wrap {
    width: 66.666%
}

.three-fourth.mcb-wrap {
    width: 75%
}

.four-fifth.mcb-wrap {
    width: 80%
}

.five-sixth.mcb-wrap {
    width: 83.333%
}

.one.mcb-wrap {
    width: 100%
}

.one-sixth.column {
    width: 14.666%
}

.one-fifth.column {
    width: 18%
}

.four.columns,
.one-fourth.column {
    width: 23%
}

.one-third.column {
    width: 31.333%
}

.two-fifth.column {
    width: 38%
}

.one-second.column {
    width: 48%
}

.three-fifth.column {
    width: 58%
}

.two-third.column {
    width: 64.666%
}

.three-fourth.column {
    width: 73%
}

.four-fifth.column {
    width: 78%
}

.five-sixth.column {
    width: 81.333%
}

.one.column {
    width: 98%
}

.section.full-width .one.wrap .one.column,
.section.full-width>.one.column,
.section.full-width>.section_wrapper>.one.column {
    margin: 0;
    width: 100%
}

.with_aside .content_wrapper {
    margin: 0 auto;
    max-width: 1240px
}

.with_aside .sections_group {
    float: left;
    width: 75%
}

.with_aside .section_wrapper {
    max-width: 98%;
    max-width: calc(100% - 20px)
}

.with_aside .four.columns {
    float: right;
    margin: 0
}

.aside_left .sections_group {
    float: right
}

.aside_left .four.columns {
    float: left
}

.aside_both .sections_group {
    margin-left: 20%;
    width: 60%
}

.aside_both .sidebar.columns {
    width: 18%
}

.aside_both .sidebar-1 {
    float: left !important;
    margin-left: -79%
}

.no-margin-h .column {
    margin-left: 0;
    margin-right: 0
}

.no-margin-h .one-sixth.column {
    width: 16.666%
}

.no-margin-h .one-fifth.column {
    width: 20%
}

.no-margin-h .one-fourth.column {
    width: 25%
}

.no-margin-h .one-third.column {
    width: 33.333%
}

.no-margin-h .two-fifth.column {
    width: 40%
}

.no-margin-h .one-second.column {
    width: 50%
}

.no-margin-h .three-fifth.column {
    width: 60%
}

.no-margin-h .two-third.column {
    width: 66.666%
}

.no-margin-h .three-fourth.column {
    width: 75%
}

.no-margin-h .four-fifth.column {
    width: 80%
}

.no-margin-h .five-sixth.column {
    width: 83.333%
}

.no-margin-h .one.column {
    width: 100%
}

.column.column_divider {
    height: auto !important
}

.column-margin-0px .column,
.column.column_divider {
    margin-bottom: 0 !important
}

.column-margin-10px .column {
    margin-bottom: 10px !important
}

.column-margin-20px .column {
    margin-bottom: 20px !important
}

.column-margin-30px .column {
    margin-bottom: 30px !important
}

.column-margin-40px .column {
    margin-bottom: 40px !important
}

.column-margin-50px .column {
    margin-bottom: 50px !important
}

.column-margin-0px.column {
    margin-bottom: 0 !important
}

.column-margin-10px.column {
    margin-bottom: 10px !important
}

.column-margin-20px.column {
    margin-bottom: 20px !important
}

.column-margin-30px.column {
    margin-bottom: 30px !important
}

.column-margin-40px.column {
    margin-bottom: 40px !important
}

.column-margin-50px.column {
    margin-bottom: 50px !important
}

.equal-height .column .column_attr {
    box-sizing: border-box;
    height: 100%
}

.column_attr.align_left {
    text-align: left
}

.column_attr.align_right {
    text-align: right
}

.column_attr.align_center {
    text-align: center
}

.column_attr.align_justify {
    text-align: justify
}

.extra_content .the_content_wrapper {
    margin: 0 1%
}

.extra_content .category_description .the_content_wrapper,
.extra_content .has_content .the_content_wrapper {
    margin-bottom: 40px
}

.is-elementor .the_content_wrapper {
    margin-bottom: 0 !important
}

.container:after {
    clear: both
}

.clearfix:after,
.clearfix:before,
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    overflow: hidden;
    width: 0
}

.clear,
.clearfix:after {
    clear: both
}

.clear {
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.rev_slider iframe {
    max-width: 1220px
}

.rev_slider ul {
    margin: 0 !important
}

.tp-static-layers {
    z-index: 200
}

.mfn-layer-slider {
    position: relative;
    z-index: 28
}

.mfn-layer-slider .ls-yourlogo {
    z-index: 29
}

.section[data-parallax="3d"] {
    overflow: hidden
}

.section .mfn-parallax {
    left: 0;
    max-width: none !important;
    position: absolute;
    top: 0;
    transition: opacity .2s
}

.section>.mfn-parallax {
    z-index: 1
}

.wrap[data-parallax="3d"] {
    overflow: hidden;
    position: relative
}

.wrap[data-parallax="3d"]>.column,
.wrap[data-parallax="3d"]>.mcb-wrap-inner {
    position: relative
}

.section.center {
    text-align: center
}

.section.no-margin .column,
.section.no-margin-v .column {
    margin-bottom: 0
}

.the_content_wrapper pre {
    margin-bottom: 20px
}

.highlight-left,
.highlight-right {
    position: relative
}

.highlight-left:after,
.highlight-right:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 1
}

.highlight-left:after {
    left: 0
}

.highlight-right:after {
    right: 0
}

.highlight-left .section_wrapper,
.highlight-right .section_wrapper {
    z-index: 2
}

@media only screen and (max-width:767px) {

    .highlight-left:after,
    .highlight-right:after {
        content: none
    }
}

.tr-content #Content,
.tr-content #Wrapper,
.tr-header #Wrapper {
    background: none
}

.tr-header #Header_wrapper {
    background: none !important
}

.tr-footer #Wrapper {
    background: none
}

.tr-footer #Footer {
    background-color: transparent !important
}

.no-shadows #Header_creative,
.no-shadows #Top_bar.is-sticky,
.no-shadows #Wrapper,
.no-shadows .accordion .question>div,
.no-shadows input[type=date],
.no-shadows input[type=email],
.no-shadows input[type=number],
.no-shadows input[type=password],
.no-shadows input[type=search],
.no-shadows input[type=tel],
.no-shadows input[type=text],
.no-shadows input[type=url],
.no-shadows select,
.no-shadows table th,
.no-shadows table tr:first-child td,
.no-shadows textarea {
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent
}

.no-shadows #Subheader:after {
    display: none
}

.no-shadows .ui-tabs .ui-tabs-nav,
.no-shadows .ui-tabs .ui-tabs-panel {
    background-image: none
}

.no-content-padding #Content,
.page.hide-title-area #Content,
.template-blank #Content,
.under-construction #Content,
.with_aside.no-content-padding .sections_group,
.with_aside.page.hide-title-area .sections_group {
    padding: 0 !important
}

.under-construction .section-uc-1 {
    background-color: #fff;
    padding-top: 40px
}

.under-construction .section-uc-2 {
    background-color: #f5f5f5;
    background: url(../img/stripes/stripes_3_b.png) repeat 50%;
    padding-top: 40px
}

.under-construction .section-uc-3 {
    padding-top: 40px
}

.under-construction .section-border-top {
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.slider_pagination {
    line-height: 0;
    text-align: center
}

.slider_pagination a {
    background: rgba(0, 0, 0, .15);
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 9px;
    position: relative;
    text-indent: -9999px;
    width: 12px
}

.slider_pagination a:hover {
    background: rgba(0, 0, 0, .25)
}

.slider_pagination .slick-active a,
.slider_pagination a.selected {
    background: rgba(0, 0, 0, .15);
    border-radius: 2px;
    height: 8px;
    margin: 0 10px;
    position: relative;
    top: 4px;
    width: 10px
}

.slider_pagination .slick-active a:after,
.slider_pagination a.selected:after {
    background: #d6d6d6;
    border-radius: 1px;
    content: "";
    display: block;
    height: 8px;
    left: 1px;
    position: absolute;
    top: -3px;
    transform: rotate(45deg);
    width: 8px
}

.mfn-rev-slider input {
    display: inline-block
}

#Sliding-top {
    top: 0;
    z-index: 800
}

#Sliding-top,
#Sliding-top:after {
    left: 0;
    position: absolute;
    width: 100%
}

#Sliding-top:after {
    bottom: -3px;
    box-shadow: inset 0 4px 3px -2px rgba(0, 0, 0, .06);
    content: "";
    display: block;
    height: 3px;
    z-index: 1
}

#Sliding-top .widgets_wrapper {
    display: none;
    padding: 15px 0
}

#Sliding-top .widgets_wrapper .column {
    margin-bottom: 0
}

#Sliding-top .widgets_wrapper .widget {
    margin-bottom: 0;
    padding: 15px 0
}

#Sliding-top .widgets_wrapper .widget:after {
    display: none
}

#Sliding-top a.sliding-top-control {
    border-color: transparent;
    border-style: solid;
    border-width: 0 45px 45px 0;
    bottom: -45px;
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 801
}

#Sliding-top a.sliding-top-control span {
    color: #fff;
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    right: -45px;
    text-align: center;
    top: 0;
    width: 26px
}

#Sliding-top a.sliding-top-control .minus {
    display: none
}

#Sliding-top a.sliding-top-control .plus,
#Sliding-top.active a.sliding-top-control .minus {
    display: inline-block
}

#Sliding-top.active a.sliding-top-control .plus {
    display: none
}

#Sliding-top.st-center a.sliding-top-control {
    border-color: transparent;
    border-width: 45px 45px 0;
    left: 50%;
    margin-left: -22px;
    margin-right: 0;
    right: auto
}

#Sliding-top.st-center a.sliding-top-control span {
    left: -14px;
    right: auto;
    top: -45px
}

#Sliding-top.st-left a.sliding-top-control {
    border-color: transparent;
    border-width: 45px 45px 0 0;
    left: 0;
    margin-right: 0;
    right: auto
}

#Sliding-top.st-left a.sliding-top-control span {
    left: -3px;
    right: auto;
    top: -45px
}

#Sliding-top .Recent_posts ul li .desc {
    background: rgba(0, 0, 0, .1)
}

#Sliding-top .widget_mfn_menu ul li a {
    background: rgba(0, 0, 0, .1);
    color: #ccc
}

#Sliding-top .widget_recent_entries ul li {
    background: rgba(0, 0, 0, .1)
}

#Sliding-top ul.list_check li:after,
#Sliding-top ul.list_idea li:after,
#Sliding-top ul.list_mixed li:after,
#Sliding-top ul.list_star li:after {
    background: hsla(0, 0%, 100%, .08)
}

#Sliding-top .widget_mfn_recent_comments ul li .date_label {
    background-color: rgba(0, 0, 0, .07)
}

#Sliding-top .widget_mfn_recent_comments ul li .date_label:after {
    border-left-color: rgba(0, 0, 0, .07)
}

.pager_wrapper {
    margin-bottom: 0
}

.pager {
    text-align: center
}

.pager .pages {
    background-color: #f8f8f8;
    background-image: url(../img/stripes/stripes_3_b.png);
    margin: 20px 30px 0;
    padding: 4px 3px
}

.pager .pages,
.pager .pages a,
.pager .pages span.page-numbers {
    border-radius: 5px;
    display: inline-block
}

.pager .pages a,
.pager .pages span.page-numbers {
    height: 35px;
    line-height: 35px;
    margin: 0 1px;
    text-align: center;
    width: 35px
}

.pager .pages a:hover {
    text-decoration: none
}

.pager .pages a.active,
.pager .pages a:hover,
.pager .pages span.page-numbers.current {
    color: #fff
}

.pager a.next_page,
.pager a.prev_page {
    display: inline-block;
    line-height: 43px
}

.pager .pages a {
    transition: all .3s ease-in-out
}

.button-round .pager .pages {
    background-image: none;
    border-radius: 50px
}

.button-round .pager .pages .page {
    border-radius: 50px
}

.pager_lm {
    background: url(../img/preloader.gif) no-repeat center 17px;
    text-align: center
}

.pager_lm .pager_load_more {
    margin: 20px 0
}

.pager_lm.loading {
    min-height: 49px
}

.pager_lm:not(.loading) {
    background: none
}

.page-pager,
.post-pager {
    margin-bottom: 0 !important
}

.pager-single {
    background: rgba(0, 0, 0, .02);
    margin-bottom: 40px;
    margin-top: 15px;
    text-align: center
}

.pager-single span {
    display: inline-block;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    padding: 0 9px;
    position: relative
}

.pager-single a span {
    font-weight: 400
}

.pager-single span:after {
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

#Content .fixed-nav,
.pager-single a span:after {
    display: none
}

.fixed-nav {
    bottom: 40px;
    height: 80px;
    position: fixed;
    z-index: 90
}

.fixed-nav.fixed-nav-prev {
    left: 0
}

.fixed-nav.fixed-nav-next {
    right: 0
}

.fixed-nav .arrow {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 80px;
    text-align: center;
    width: 35px
}

.fixed-nav .arrow,
.fixed-nav .photo {
    height: 80px;
    position: relative;
    z-index: 92
}

.fixed-nav .photo {
    background-color: #000;
    line-height: 0;
    overflow: hidden;
    width: 80px
}

.fixed-nav .desc {
    background: #fff;
    min-height: 68px;
    padding: 6px 15px;
    width: 190px;
    z-index: 91
}

.fixed-nav .desc h6 {
    border-bottom-width: 1px;
    border-style: solid;
    margin-bottom: 3px;
    padding-bottom: 3px
}

.fixed-nav .desc i {
    display: inline-block;
    margin-right: 2px
}

.fixed-nav .desc i:before {
    margin-left: 0
}

.fixed-nav-prev .arrow,
.fixed-nav-prev .desc,
.fixed-nav-prev .photo {
    float: left
}

.fixed-nav-prev .desc {
    margin-left: -335px
}

.fixed-nav-prev:hover .desc {
    margin-left: 0
}

.fixed-nav-next .arrow,
.fixed-nav-next .desc,
.fixed-nav-next .photo {
    float: right
}

.fixed-nav-next .desc {
    margin-right: -335px
}

.fixed-nav-next:hover .desc {
    margin-right: 0
}

.fixed-nav .desc,
.fixed-nav .photo {
    transition: all .3s ease-in-out
}

.fixed-nav.format-quote .desc {
    display: none
}

.fixed-nav.format-quote .photo {
    background-color: #eee;
    position: relative;
    z-index: 91
}

.fixed-nav.format-quote .photo:after {
    color: rgba(0, 0, 0, .1);
    content: "\e909";
    display: block;
    font-family: mfn-icons;
    font-size: 40px;
    height: 80px;
    left: 0;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 80px;
    z-index: 91
}

.fixed-nav.format-link .photo img {
    display: none
}

.fixed-nav.format-link .photo {
    background-color: #eee;
    position: relative;
    z-index: 91
}

.fixed-nav.format-link .photo:after {
    color: rgba(0, 0, 0, .1);
    content: "\e8c2";
    display: block;
    font-family: mfn-icons;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
    z-index: 91
}

@media only screen and (max-width:1430px) {
    .fixed-nav-prev .photo {
        margin-left: -115px;
        position: static
    }

    .fixed-nav-prev:hover .photo {
        margin-left: 0
    }

    .fixed-nav-next .photo {
        margin-right: -115px;
        position: static
    }

    .fixed-nav-next:hover .photo {
        margin-right: 0
    }
}

.fixed-nav.style-images .arrow {
    display: none
}

.fixed-nav.style-images .photo {
    background: #eee;
    margin: 0
}

.fixed-nav.style-images .photo:before {
    color: #ccc;
    font-family: mfn-icons;
    font-size: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: color .1s ease-in-out
}

.fixed-nav.style-images:hover .photo:before {
    color: #aaa
}

.fixed-nav-prev.style-images .photo:before {
    content: "\e8b8"
}

.fixed-nav-next.style-images .photo:before {
    content: "\e916"
}

.fixed-nav.style-images .photo:after {
    display: none
}

.fixed-nav.style-images .photo img {
    position: relative;
    transition: opacity .1s ease-in-out
}

.fixed-nav.style-images:hover .photo img {
    opacity: 0
}

.fixed-nav.style-arrows .arrow,
.fixed-nav.style-images .desc {
    display: none
}

.fixed-nav.style-arrows .photo {
    background: #eee;
    margin: 0
}

.fixed-nav.style-arrows .photo:before {
    color: #ccc;
    font-family: mfn-icons;
    font-size: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: color .1s ease-in-out
}

.fixed-nav.style-arrows:hover .photo:before {
    color: #aaa
}

.fixed-nav-prev.style-arrows .photo:before {
    content: "\e8b8"
}

.fixed-nav-next.style-arrows .photo:before {
    content: "\e916"
}

.fixed-nav.style-arrows .desc,
.fixed-nav.style-arrows .photo img,
.fixed-nav.style-arrows .photo:after {
    display: none
}

.header-creative.tr-menu .fixed-nav .desc {
    margin: 0;
    opacity: 0
}

.header-creative.tr-menu .fixed-nav:hover .desc {
    opacity: 1
}

#Filters {
    margin-bottom: 30px
}

#Filters .filters_buttons {
    background-image: url(../img/stripes/stripes_5_b.png);
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    overflow: hidden;
    padding: 15px
}

#Filters .filters_buttons li {
    float: left;
    list-style: none;
    margin: 0 15px 0 0
}

#Filters .filters_buttons li.categories i,
#Filters .filters_buttons li.tags i {
    margin-right: 3px
}

#Filters .filters_buttons li.reset {
    float: right;
    margin-right: 0
}

#Filters .filters_wrapper {
    display: none;
    margin-top: 20px
}

#Filters .filters_wrapper ul {
    display: none;
    margin: 0;
    overflow: hidden
}

#Filters .filters_wrapper ul li {
    display: inline-block;
    list-style: none;
    margin: .5%;
    width: 18.9%
}

#Filters .filters_wrapper ul li a {
    background: #fff;
    border: 1px solid #f7f7f7;
    color: #858585;
    display: block;
    padding: 7px 10px
}

#Filters .filters_wrapper ul li a:hover,
#Filters .filters_wrapper ul li.current-cat a {
    color: #fff;
    text-decoration: none
}

#Filters .filters_wrapper ul li.close {
    width: auto !important
}

#Filters .filters_wrapper ul li.close a {
    background: #8b8b8b;
    border: 1px solid #f7f7f7 !important;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    width: 38px
}

#Filters .filters_wrapper ul li.close a:hover {
    background: #545454
}

#Filters .filters_wrapper li.reset-inner,
#Filters.only .filters_buttons {
    display: none
}

#Filters.only .filters_wrapper {
    display: block
}

#Filters.only li.reset-inner {
    display: inline-block
}

#Filters.only li.close {
    display: none !important
}

#Filters.only-categories .categories {
    display: block
}

#Filters.only-categories .authors,
#Filters.only-categories .tags,
#Filters.only-tags .categories {
    display: none !important
}

#Filters.only-tags .tags {
    display: block
}

#Filters.only-authors .categories,
#Filters.only-authors .tags,
#Filters.only-tags .authors {
    display: none !important
}

#Filters.only-authors .authors {
    display: block
}

#Filters .filters_wrapper ul li a {
    transition: all .2s ease-in-out
}

#Header_wrapper {
    position: relative
}

body:not(.template-slider) #Header_wrapper {
    background-position: top;
    background-repeat: no-repeat
}

body:not(.template-slider) #Header_wrapper.bg-fixed {
    background-attachment: fixed
}

body.mhb #Header_wrapper {
    background-image: none !important
}

#Header {
    position: relative
}

body:not(.template-slider) #Header {
    min-height: 250px
}

body.header-below:not(.template-slider) #Header {
    min-height: 0
}

.single-template-intro #Header {
    min-height: 0 !important
}

#Action_bar {
    left: 0;
    line-height: 21px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 30
}

#Action_bar .column {
    margin-bottom: 0;
    overflow: hidden
}

#Action_bar .contact_details {
    color: hsla(0, 0%, 100%, .5);
    float: left
}

#Action_bar .contact_details li {
    display: inline-block;
    margin-right: 10px;
    padding: 20px 0
}

#Action_bar .contact_details li>i {
    margin-right: 2px
}

#Action_bar .contact_details li:last-child {
    margin-right: 0
}

#Action_bar .social {
    float: right;
    padding: 20px 0
}

#Action_bar .social li {
    display: inline-block;
    margin-right: 6px
}

#Action_bar .social li:last-child {
    margin-right: 0
}

#Action_bar .social li a {
    color: hsla(0, 0%, 100%, .3);
    font-size: 15px;
    line-height: 15px;
    transition: all .3s ease-in-out
}

#Action_bar .social li a:hover {
    color: #fff
}

#Action_bar .social-menu {
    float: right;
    padding: 20px 0
}

#Action_bar .social-menu li {
    border-right: 1px solid hsla(0, 0%, 100%, .1);
    display: inline-block;
    margin-right: 6px;
    padding-right: 6px
}

#Action_bar .social-menu li:last-child {
    border-right-width: 0;
    margin-right: 0;
    padding-right: 0
}

#Top_bar {
    border-bottom: 1px solid transparent;
    left: 0;
    position: absolute;
    top: 61px;
    width: 100%;
    z-index: 30
}

#Top_bar .column {
    margin-bottom: 0
}

.layout-full-width.header-fw #Action_bar .container,
.layout-full-width.header-fw #Top_bar .container {
    max-width: 100%
}

#Top_bar .top_bar_left {
    float: left;
    position: relative;
    width: 100%
}

#Top_bar .logo {
    float: left;
    margin: 0 30px 0 0
}

#Top_bar .logo h1 {
    margin: 0
}

#Top_bar .logo:not(.text-logo) h1 {
    font-size: 0;
    line-height: 0;
    margin: 0
}

#Top_bar #logo {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 15px 0
}

#Top_bar #logo:hover {
    text-decoration: none
}

#Top_bar #logo img {
    max-height: 100%;
    vertical-align: middle
}

#Top_bar #logo img.logo-mobile,
#Top_bar #logo img.logo-mobile-sticky,
#Top_bar #logo img.logo-sticky {
    display: none
}

#Top_bar .text-logo #logo {
    font-weight: 300
}

#Top_bar .logo .custom-logo-link {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 15px 0
}

#Top_bar .logo .custom-logo-link img {
    max-height: 100%;
    vertical-align: middle;
    width: auto !important
}

.logo-valign-top #Top_bar #logo img {
    vertical-align: top
}

.logo-valign-bottom #Top_bar #logo img {
    vertical-align: bottom
}

.logo-no-margin #Top_bar .logo {
    margin-left: 0 !important;
    padding: 0 !important
}

.logo-no-margin.header-plain #Top_bar .logo {
    margin: 0 !important
}

.logo-no-margin #Header_creative .logo {
    margin-top: 0 !important
}

.logo-no-margin.header-fw #Top_bar .column {
    margin: 0;
    width: 100%
}

.logo-no-sticky-padding #Top_bar.is-sticky #logo {
    padding: 0 !important
}

.logo-no-sticky-padding #Top_bar.is-sticky #logo img.logo-sticky {
    max-height: 60px
}

.logo-overflow #Top_bar .logo {
    height: 60px;
    position: relative;
    z-index: 198
}

.logo-overflow #Top_bar #logo {
    height: auto !important;
    margin-top: 0 !important;
    z-index: 199
}

.logo-overflow #Top_bar #logo img {
    max-height: none;
    z-index: 200
}

.logo-overflow #Top_bar.is-sticky #logo {
    height: auto !important
}

.logo-overflow #Top_bar.is-sticky #logo img.logo-sticky:not(.svg) {
    max-height: 110px
}

.logo-overflow.header-creative #Top_bar:not(.is-sticky) .logo,
.logo-overflow.header-stack #Top_bar:not(.is-sticky) .logo {
    height: auto
}

#Top_bar .menu_wrapper {
    float: left;
    z-index: 201
}

#Top_bar .secondary_menu_wrapper {
    display: none
}

#Top_bar a.responsive-menu-toggle {
    border-radius: 3px;
    display: none;
    height: 34px;
    margin-top: -17px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 34px;
    z-index: 200
}

#Top_bar a.responsive-menu-toggle i {
    font-size: 22px;
    line-height: 34px
}

#Top_bar a.responsive-menu-toggle span {
    float: right;
    line-height: 14px;
    padding: 10px 5px
}

#Top_bar .banner_wrapper {
    display: none
}

#Top_bar .search_wrapper {
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 201
}

#Top_bar .search_wrapper input[type=text] {
    background: none;
    border-color: hsla(0, 0%, 100%, .08) !important;
    border-style: solid;
    border-width: 0 0 1px;
    box-shadow: 0 0 0;
    box-sizing: border-box;
    font-size: 15px;
    margin: 0;
    padding-left: 35px;
    width: 100%
}

#Top_bar .search_wrapper input[type=text]:focus {
    background-color: transparent !important
}

#Top_bar .search_wrapper .icon_close,
#Top_bar .search_wrapper .icon_search {
    display: block;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    top: 25px
}

#Top_bar .search_wrapper .icon_search {
    color: rgba(0, 0, 0, .5);
    left: 18px
}

#Top_bar .search_wrapper .icon_close {
    color: #fff;
    opacity: .3;
    right: 18px;
    transition: all .2s ease-in-out
}

#Top_bar .search_wrapper .icon_close:hover {
    opacity: 1;
    right: 18px
}

#Top_bar .top_bar_right {
    float: right;
    height: 90px;
    padding: 0 10px 0 20px;
    position: relative;
    top: -4px
}

#Top_bar .top_bar_right:before {
    content: "";
    display: block;
    height: 100%;
    left: -10px;
    position: absolute;
    top: 2px;
    transform: skewX(0deg) skewY(-25deg);
    width: 10px
}

.ie #Top_bar .top_bar_right:before {
    width: 11px
}

#Top_bar .top_bar_right_wrapper {
    position: relative;
    top: 25px
}

#Top_bar a#header_cart {
    display: block;
    float: left;
    font-size: 22px;
    line-height: 22px;
    margin-right: 5px;
    position: relative;
    top: 9px
}

#Top_bar a#header_cart span {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 17px;
    line-height: 17px;
    position: relative;
    right: 9px;
    text-align: center;
    top: -10px;
    width: 17px
}

#Top_bar a#search_button {
    display: block;
    float: left;
    font-size: 23px;
    line-height: 22px;
    margin-left: -10px;
    margin-right: 5px;
    position: relative;
    top: 8px
}

#Top_bar a#search_button.has-input input {
    display: inline-block;
    margin: -5px 0 0;
    padding: 8px;
    position: relative;
    top: -2px;
    width: 130px
}

.action_button {
    margin: 0 5px;
    top: -1px
}

.button-stroke .action_button {
    top: -3px
}

.action_button {
    background-color: #f7f7f7;
    color: #747474
}

.button-stroke a.action_button:hover {
    background-color: #747474 !important;
    color: #fff
}

#Top_bar .wpml-languages {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 21px;
    margin-right: 10px;
    position: relative;
    z-index: 210
}

#Top_bar .wpml-languages a.active {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    box-sizing: content-box;
    display: block;
    height: 17px;
    padding: 10px 6px 10px 10px
}

#Top_bar .wpml-languages.disabled a.active {
    padding-right: 10px
}

#Top_bar .wpml-languages a.active i {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 0 5px
}

#Top_bar .wpml-languages a.active i:before {
    margin: 0
}

#Top_bar .wpml-languages a:hover.active {
    text-decoration: none
}

#Top_bar .wpml-languages.enabled:hover a.active {
    border-bottom: 0;
    border-radius: 5px 5px 0 0
}

#Top_bar .wpml-languages ul.wpml-lang-dropdown {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0 0 5px 5px;
    border-top: 0 solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 205
}

#Top_bar .wpml-languages ul.wpml-lang-dropdown li {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

#Top_bar .wpml-languages ul.wpml-lang-dropdown li:last-child {
    border-bottom: 0
}

#Top_bar .wpml-languages ul.wpml-lang-dropdown li a {
    display: block;
    font-size: 12px;
    opacity: .75;
    padding: 4px 0;
    text-align: center
}

#Top_bar .wpml-languages ul.wpml-lang-dropdown li a:hover {
    opacity: 1;
    text-decoration: none
}

#Top_bar .wpml-languages:hover {
    height: auto
}

#Top_bar .wpml-languages:hover ul.wpml-lang-dropdown {
    display: block
}

#Top_bar .wpml-languages a.active,
#Top_bar .wpml-languages ul.wpml-lang-dropdown {
    background: #fff
}

#Top_bar .wpml-languages.horizontal {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    display: block;
    padding: 8px 10px
}

#Top_bar .wpml-languages.horizontal ul li {
    float: left;
    margin-right: 6px
}

#Top_bar .wpml-languages.horizontal ul li:last-child {
    margin-right: 0
}

#Top_bar #menu {
    z-index: 201
}

#Top_bar .menu {
    z-index: 202
}

#Top_bar .menu.menu-mobile {
    display: none
}

#Top_bar .menu>li {
    display: block;
    float: left;
    margin: 0;
    z-index: 203
}

#Top_bar .menu>li:not(.mfn-megamenu-parent) {
    position: relative
}

#Top_bar .menu>li.hover {
    z-index: 204
}

#Top_bar .menu>li>a {
    display: block;
    line-height: 60px;
    padding: 15px 0;
    position: relative
}

#Top_bar .page-menu>li>a {
    padding: 15px 20px
}

#Top_bar .menu>li>a:after {
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -4px;
    width: 100%;
    z-index: 203
}

#Top_bar .menu>li>a span:not(.description) {
    border-right-width: 1px;
    border-style: solid;
    display: block;
    line-height: 60px;
    padding: 0 20px;
    white-space: nowrap
}

#Top_bar .menu>li>a span.description {
    color: #aaa;
    display: block;
    font-size: 11px;
    font-weight: 300;
    line-height: 12px !important;
    margin: -12px -15px 0;
    text-align: center
}

#Top_bar .menu>li>a span>span:not(.description) {
    display: inline !important;
    padding: 0 !important
}

#Top_bar .menu>li:last-child>a span {
    border: 0
}

#Top_bar .menu>li>a:hover {
    text-decoration: none
}

.menuo-arrows #Top_bar .menu>li.submenu>a>span:not(.description) {
    padding-right: 30px
}

.menuo-arrows #Top_bar .menu>li.submenu>a>span:not(.description):after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    content: "";
    display: block;
    height: 0;
    margin-top: -2px;
    opacity: .6;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0
}

#Top_bar .menu>li>a,
#Top_bar .menu>li>a:after,
.menuo-arrows #Top_bar .menu>li.submenu>a>span:not(.description):after {
    transition: all .3s ease-in-out
}

#Top_bar .menu>li.current-menu-ancestor>a:after,
#Top_bar .menu>li.current-menu-item>a:after,
#Top_bar .menu>li.current-menu-parent>a:after,
#Top_bar .menu>li.current-page-parent>a:after,
#Top_bar .menu>li.current_page_ancestor>a:after,
#Top_bar .menu>li.current_page_item>a:after,
#Top_bar .menu>li.hover>a:after {
    opacity: 1
}

#Top_bar .menu.page-menu>li>a {
    border-right: 1px solid rgba(0, 0, 0, .05);
    margin: 15px 0;
    padding: 0 20px
}

#Top_bar .menu.page-menu>li:last-child>a {
    border-right: none
}

#Top_bar .menu.page-menu>li>a:after {
    display: none
}

#Top_bar.is-sticky .menu_wrapper .menu.page-menu>li>a {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px
}

#Top_bar .menu li ul {
    background-image: url(../img/box_shadow.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    z-index: 205
}

#Top_bar .menu li>ul {
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .03);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .03)
}

#Top_bar .menu li ul li {
    font-weight: 400;
    padding: 0;
    position: relative;
    width: 100%
}

#Top_bar .menu li ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    display: block;
    padding: 10px 20px
}

#Top_bar .menu li ul li a span {
    display: inline-block;
    position: relative
}

#Top_bar .menu li ul li a .menu-arrow {
    color: rgba(0, 0, 0, .35);
    font-size: 12px;
    position: absolute;
    right: 7px;
    top: 11px
}

#Top_bar .menu>li ul li a:hover,
#Top_bar .menu>li ul li.hover>a {
    background: rgba(0, 0, 0, .06);
    text-decoration: none
}

.menuo-sub-active #Top_bar .menu>li ul li.current-menu-ancestor>a,
.menuo-sub-active #Top_bar .menu>li ul li.current-menu-item>a {
    background: rgba(0, 0, 0, .06)
}

#Top_bar .menu li ul li.wpml-ls-item {
    width: auto
}

#Top_bar .menu li ul li.wpml-ls-item a {
    padding-right: 20px;
    white-space: nowrap
}

#Top_bar .menu li ul li ul {
    left: 200px;
    position: absolute;
    top: 0;
    z-index: 204
}

.menuo-last #Top_bar .menu>li.last ul:not(.mfn-megamenu) {
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, .03);
    left: auto;
    right: 0
}

.menuo-last #Top_bar .menu>li.last ul:not(.mfn-megamenu) li ul {
    right: 200px
}

#Top_bar .menu li ul li a {
    transition: all .2s ease-in-out
}

#Header #menu-secondary-menu {
    z-index: 220
}

#Header .secondary-menu {
    z-index: 221
}

#Header .secondary-menu>li {
    border-radius: 4px;
    display: block;
    float: left;
    line-height: 100%;
    margin: 0;
    padding: 8px 9px;
    position: relative;
    z-index: 222
}

#Header .secondary-menu>li.submenu {
    border-radius: 4px 4px 0 0
}

#Header .secondary-menu>li>a {
    display: block
}

#Header .secondary-menu>li>a:hover {
    text-decoration: none
}

#Header .secondary-menu li ul {
    border-radius: 0 4px 4px 4px;
    display: none;
    left: 0;
    margin: 0;
    padding: 7px;
    position: absolute;
    top: 100%;
    z-index: 223
}

#Header .secondary-menu li ul li:last-child {
    border-bottom: 0
}

#Header .secondary-menu li ul li a {
    display: block;
    padding: 6px 8px;
    text-align: center;
    white-space: nowrap
}

#Header .secondary-menu li ul li a:hover {
    text-decoration: none
}

#Header .secondary-menu>li>a {
    color: #a8a8a8
}

#Header .secondary-menu li ul,
#Header .secondary-menu>li.hover {
    background: #f9f9f9
}

#Header .secondary-menu li ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

#Header .secondary-menu li ul li a {
    color: #8b8b8b
}

#Header .secondary-menu li ul li a:hover {
    background: hsla(0, 0%, 100%, .8);
    color: #5f5f5f
}

.tr-menu .top_bar_left {
    background-color: transparent !important
}

.tr-menu .top_bar_right,
.tr-menu .top_bar_right:before {
    background: none !important
}

.header-classic #Header .top_bar_left,
.header-classic #Header .top_bar_right {
    background-color: transparent
}

.header-classic #Top_bar {
    background-color: #fff;
    position: static
}

.header-classic #Top_bar .top_bar_right {
    top: 0
}

.header-classic #Top_bar .top_bar_right:before {
    display: none
}

.header-classic #Action_bar {
    background-color: #2c2c2c;
    position: static
}

.header-classic #Action_bar .contact_details li,
.header-classic #Action_bar .social,
.header-classic #Action_bar .social-menu {
    padding: 12px 0
}

@media only screen and (min-width:768px) {
    .header-fixed #Action_bar {
        background-color: #2c2c2c;
        left: 0;
        position: fixed;
        top: 0
    }

    .header-fixed #Action_bar .contact_details li,
    .header-fixed #Action_bar .social,
    .header-fixed #Action_bar .social-menu {
        padding: 5px 0
    }

    .header-fixed #Top_bar {
        background: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        left: 0;
        opacity: .97;
        position: fixed;
        top: 0 !important;
        width: 100%;
        z-index: 701
    }

    .header-fixed.ab-show #Top_bar {
        top: 31px !important
    }

    .header-fixed #Top_bar .top_bar_right {
        top: 1px
    }

    .header-fixed #Top_bar .top_bar_left,
    .header-fixed #Top_bar .top_bar_right,
    .header-fixed #Top_bar .top_bar_right:before {
        background: none
    }

    .header-fixed #Top_bar .logo {
        margin: 0 30px 0 20px;
        padding: 0;
        width: auto
    }

    .header-fixed #Top_bar #logo,
    .header-fixed #Top_bar .custom-logo-link {
        height: 50px;
        line-height: 50px;
        padding: 5px 0
    }

    .header-fixed #Top_bar .menu_wrapper {
        clear: none
    }

    .header-fixed #Top_bar .menu>li>a {
        padding: 15px 0
    }

    .header-fixed #Top_bar .menu>li>a,
    .header-fixed #Top_bar .menu>li>a span {
        line-height: 30px
    }

    .header-fixed #Top_bar .menu>li>a:after {
        bottom: -4px;
        top: auto
    }

    .header-fixed #Top_bar .menu>li>a span.description {
        margin-bottom: -7px;
        margin-top: -5px
    }

    .header-fixed #Top_bar .secondary_menu_wrapper {
        display: none
    }

    .tr-menu.header-fixed #Top_bar:not(.is-sticky) {
        background: none !important;
        box-shadow: 0 0 0 0 transparent
    }

    .header-fixed.admin-bar #Action_bar {
        top: 32px
    }

    .header-fixed.admin-bar #Top_bar {
        top: 32px !important
    }

    .header-fixed.admin-bar.ab-show #Top_bar {
        top: 63px !important
    }
}

.header-below #Header .top_bar_left,
.header-below #Header .top_bar_right {
    background-color: transparent
}

.header-below #Top_bar {
    background-color: #fff;
    position: static
}

.header-below #Top_bar .top_bar_right {
    top: 0
}

.header-below #Top_bar .top_bar_right:before {
    display: none
}

.header-below #Action_bar {
    position: static
}

.header-plain #Top_bar {
    border-bottom-width: 1px;
    border-style: solid;
    position: static
}

.header-plain.layout-boxed #Top_bar .container {
    max-width: 100%
}

.header-plain #Top_bar .one.column {
    margin: 0;
    width: 100%
}

.header-plain #Header .top_bar_left,
.header-plain #Header .top_bar_right {
    background-color: transparent
}

.header-plain #Top_bar .top_bar_right,
.header-plain #Top_bar .top_bar_right_wrapper {
    top: 0
}

.header-plain #Top_bar .top_bar_right:before {
    display: none
}

.header-plain #Action_bar {
    position: static
}

.header-plain #Action_bar .contact_details li,
.header-plain #Action_bar .social,
.header-plain #Action_bar .social-menu {
    padding: 12px 0
}

.header-plain #Top_bar #logo,
.header-plain #Top_bar .custom-logo-link {
    height: 50px;
    line-height: 50px
}

.header-plain #Top_bar .menu_wrapper {
    float: right
}

.header-plain #Top_bar .menu>li>a {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.header-plain #Top_bar .menu>li>a:after {
    display: none
}

.header-plain #Top_bar .menu>li>a span:not(.description) {
    line-height: 80px;
    padding: 0 30px
}

.header-plain #Top_bar .menu>li:first-child>a span:not(.description) {
    border-left-width: 1px
}

.header-plain #Top_bar .top_bar_right {
    height: 80px;
    margin-left: -1px;
    padding: 0
}

.header-plain.menu-highlight #Top_bar .menu>li,
.header-plain.menu-highlight #Top_bar .menu>li>a {
    margin: 0
}

.header-plain #Top_bar a#header_cart,
.header-plain #Top_bar a#search_button {
    border-left-width: 1px;
    border-style: solid;
    margin-right: 0;
    top: 0
}

.header-plain #Top_bar a#header_cart span {
    margin-right: -9px
}

.header-plain #Top_bar .wpml-languages {
    border-left-width: 1px;
    border-style: solid;
    line-height: 80px;
    margin: 0;
    padding: 0 25px;
    top: 0
}

.header-plain #Top_bar .wpml-languages a.active {
    border: 0;
    height: auto;
    padding: 0
}

.header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown li a {
    line-height: 40px
}

.header-plain #Top_bar .wpml-languages a.active {
    background: none
}

.header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown {
    border: 0;
    border-radius: 0
}

.header-plain #Top_bar a#header_cart,
.header-plain #Top_bar a#search_button {
    line-height: 80px;
    margin-left: 0;
    padding: 0 25px
}

.header-plain #Top_bar .action_button {
    border-left: 1px solid #f2f2f2;
    border-radius: 0;
    line-height: 90px !important;
    margin: 0;
    padding: 0 30px !important;
    top: 0
}

.header-plain.button-stroke #Top_bar .action_button {
    background-color: #f7f7f7;
    border-width: 0 0 0 1px
}

.header-plain #Top_bar.is-sticky .menu>li>a span:not(.description) {
    line-height: 60px !important
}

.header-plain #Top_bar.is-sticky .top_bar_right {
    height: 60px;
    padding: 0;
    top: 0
}

.header-plain #Top_bar.is-sticky a#header_cart,
.header-plain #Top_bar.is-sticky a#search_button {
    line-height: 60px;
    padding: 0 25px
}

.header-plain #Top_bar.is-sticky .wpml-languages {
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    top: 0
}

.header-plain #Top_bar.is-sticky .action_button {
    line-height: 60px !important
}

.header-plain #Action_bar {
    background-color: #2c2c2c
}

.header-plain #Top_bar {
    background-color: #fff
}

.header-plain #Top_bar,
.header-plain #Top_bar .menu>li>a span:not(.description),
.header-plain #Top_bar .wpml-languages,
.header-plain #Top_bar a#header_cart,
.header-plain #Top_bar a#search_button {
    border-color: #f2f2f2
}

.header-split #Header .top_bar_left {
    width: 100% !important
}

.header-split #Header .top_bar_left,
.header-split #Header .top_bar_right {
    background-color: transparent
}

.header-split #Header .top_bar_left .menu_wrapper {
    width: 100%
}

.header-split #Header .top_bar_left .menu_left {
    float: left;
    text-align: center;
    width: 38%
}

.header-split #Header .top_bar_left .menu_right {
    float: right;
    text-align: center;
    width: 38%
}

.header-split #Header .top_bar_left .menu>li {
    display: inline-block;
    float: none
}

.header-split #Header .top_bar_left .menu li ul li a {
    padding: 10px
}

.header-split #Header .top_bar_left .logo {
    margin: 0;
    text-align: center;
    width: 100%
}

@media only screen and (min-width:1240px) {
    .header-split #Header .top_bar_left .logo {
        left: 38%;
        position: absolute;
        width: 24%
    }
}

.header-split #Top_bar .top_bar_right {
    padding: 0;
    position: absolute;
    right: -28px;
    top: 0
}

.header-split #Top_bar .action_button,
.header-split #Top_bar .top_bar_right:before,
.header-split #Top_bar .wpml-languages,
.header-split #Top_bar a#header_cart {
    display: none
}

.header-split #Top_bar {
    background-color: #fff;
    position: static
}

.header-split #Action_bar {
    background-color: #2c2c2c;
    position: static
}

.header-split #Action_bar .contact_details li,
.header-split #Action_bar .social,
.header-split #Action_bar .social-menu {
    padding: 12px 0
}

.header-stack #Top_bar:not(.is-sticky) .top_bar_left {
    width: 100% !important
}

.header-stack #Header .top_bar_left,
.header-stack #Header .top_bar_right {
    background-color: transparent
}

.header-stack #Top_bar {
    background-color: #fff;
    position: static
}

.header-stack #Top_bar .logo {
    border-bottom-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    margin: 0;
    padding: 0 30px;
    text-align: left;
    width: 100%
}

.header-stack.header-center #Top_bar .logo {
    text-align: center
}

.header-stack.header-center #Top_bar .menu_wrapper {
    line-height: 0;
    text-align: center
}

.header-stack.header-center #Top_bar #menu {
    line-height: 21px;
    line-height: normal;
    text-align: left;
    text-align: initial
}

.header-stack.header-center #Top_bar:not(.is-sticky) .menu_wrapper {
    width: 100%
}

.header-stack.header-right #Top_bar .logo {
    text-align: right
}

.header-stack #Top_bar .logo #logo,
.header-stack #Top_bar .logo .custom-logo-link {
    display: inline-block;
    height: auto
}

.header-stack #Top_bar .menu_wrapper {
    clear: both
}

.header-stack #Top_bar .menu_wrapper .menu>li>a {
    padding: 0
}

.header-stack #Top_bar .menu>li>a span.description {
    margin-bottom: 10px
}

.header-stack #Top_bar .top_bar_right {
    bottom: 0;
    height: 60px;
    position: absolute;
    right: 0;
    top: auto
}

.header-stack #Top_bar .top_bar_right_wrapper {
    top: 10px
}

.header-stack #Top_bar .top_bar_right:before {
    display: none
}

.header-stack #Top_bar .secondary_menu_wrapper {
    display: block;
    position: absolute;
    right: 20px;
    top: 35px
}

.header-stack.header-right #Top_bar .secondary_menu_wrapper {
    left: 20px;
    right: auto
}

.header-stack #Action_bar {
    background-color: #2c2c2c;
    position: static
}

.header-stack #Action_bar .contact_details li,
.header-stack #Action_bar .social,
.header-stack #Action_bar .social-menu {
    padding: 12px 0
}

.header-stack #Top_bar.is-sticky .logo {
    border-bottom: unset
}

.header-magazine #Top_bar .logo {
    border: 0;
    width: auto
}

.header-magazine #Top_bar .secondary_menu_wrapper,
.header-magazine #Top_bar .top_bar_right:before {
    display: none
}

.header-magazine #Top_bar .banner_wrapper {
    display: block;
    height: 60px;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 20px;
    width: 468px;
    z-index: 2
}

.header-magazine #Top_bar .banner_wrapper a {
    display: block;
    line-height: 0
}

.header-magazine #Top_bar .banner_wrapper img {
    display: inline-block;
    height: auto;
    max-height: 60px;
    max-width: 100%
}

.header-simple #Top_bar .top_bar_left {
    background: none;
    width: 100% !important
}

.header-simple #Top_bar:not(.is-sticky) .top_bar_left {
    top: -60px
}

.header-simple.ab-show #Top_bar:not(.is-sticky) .top_bar_left {
    top: 0
}

.header-simple #Top_bar .top_bar_right,
.header-simple #Top_bar .top_bar_right:before {
    display: none
}

.header-simple #Top_bar .menu>li>a span.description {
    margin: 0 0 0 5px
}

.header-simple.ab-hide #Action_bar {
    display: none
}

.header-empty #Header {
    min-height: 0 !important;
    position: static
}

.header-empty #Subheader {
    display: none
}

.header-empty #Content {
    padding: 0 !important
}

.header-transparent #Top_bar .top_bar_left,
.header-transparent #Top_bar .top_bar_right,
.header-transparent #Top_bar .top_bar_right:before {
    background: none;
    box-shadow: unset
}

.header-transparent #Top_bar .top_bar_right {
    top: 0
}

.header-transparent #Top_bar #logo,
.header-transparent #Top_bar .custom-logo-link {
    padding: 0
}

.header-transparent #Top_bar .menu>li>a span {
    border-color: rgba(0, 0, 0, .03)
}

.header-transparent #Top_bar .menu li>ul:not(.mfn-megamenu-bg) {
    background-image: none
}

.header-transparent.ab-hide #Top_bar {
    top: 0
}

.header-transparent #Top_bar.is-sticky .menu_wrapper .menu>li>a {
    padding: 0
}

.header-transparent #Top_bar.is-sticky .menu>li>a span:not(.description) {
    line-height: 60px
}

.header-overlay.ab-hide #Top_bar {
    top: 40px
}

.header-overlay #Top_bar #logo,
.header-overlay #Top_bar .custom-logo-link {
    height: auto
}

.header-overlay .top_bar_right {
    display: none
}

.header-overlay .overlay-menu-toggle {
    font-size: 29px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 40px;
    text-align: center;
    top: 40px;
    width: 45px;
    z-index: 9911
}

.header-overlay .overlay-menu-toggle.focus {
    color: #fff;
    transition: all .3s
}

.header-overlay .overlay-menu-toggle .close,
.header-overlay .overlay-menu-toggle.focus .open {
    display: none
}

.header-overlay .overlay-menu-toggle.focus .close {
    display: block
}

.header-overlay.sticky-header .overlay-menu-toggle {
    margin-right: 10px;
    position: fixed
}

#Overlay {
    background: rgba(41, 145, 214, .95);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9910
}

#overlay-menu {
    left: 50%;
    margin-left: -350px;
    margin-top: -150px;
    position: absolute;
    top: 50%;
    width: 700px
}

#overlay-menu .menu.menu-mobile {
    display: none
}

#overlay-menu ul li {
    text-align: center
}

#overlay-menu ul li a {
    color: #fff;
    font-size: 34px;
    letter-spacing: 3px;
    line-height: 52px;
    text-decoration: none
}

#overlay-menu ul li a:hover {
    opacity: .8
}

#overlay-menu ul li a:after,
#overlay-menu ul li a:before {
    display: inline-block;
    opacity: 0;
    transition: transform .3s, opacity .2s
}

#overlay-menu ul li a:before {
    content: "[";
    margin-right: 20px;
    transform: translateX(20px)
}

#overlay-menu ul li a:after {
    content: "]";
    margin-left: 20px;
    transform: translateX(-20px)
}

#overlay-menu ul li a:hover:after,
#overlay-menu ul li a:hover:before {
    opacity: 1;
    transform: translateX(0)
}

#body_overlay {
    background: rgba(0, 0, 0, .6);
    display: none;
    height: 120%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9002
}

body.mobile-side-slide {
    overflow-x: visible;
    position: relative
}

#Side_slide {
    border-bottom-style: solid;
    border-bottom-width: 60px;
    display: block;
    height: 100%;
    max-width: 100%;
    overflow: auto;
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    z-index: 99999;
    z-index: 100000
}

#Side_slide.left {
    left: -250px;
    right: auto
}

#Side_slide .close-wrapper {
    height: 60px
}

#Side_slide .close-wrapper a.close {
    display: block;
    float: right;
    height: 34px;
    margin: 13px 13px 0 0;
    width: 34px
}

#Side_slide .close-wrapper a.close i {
    font-size: 22px;
    line-height: 34px
}

#Side_slide .extras {
    padding: 0 20px
}

#Side_slide .extras .action_button {
    float: none;
    margin: 0 0 20px;
    text-align: center;
    text-decoration: none;
    width: 100%
}

#Side_slide .extras .extras-wrapper {
    text-align: center
}

#Side_slide .extras .extras-wrapper a {
    display: inline-block;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 5px;
    text-decoration: none;
    vertical-align: middle
}

#Side_slide .extras .extras-wrapper .icon {
    font-size: 22px
}

#Side_slide .extras .extras-wrapper .cart {
    position: relative
}

#Side_slide .extras .extras-wrapper .cart span {
    border-radius: 2px;
    font-size: 11px;
    left: 31px;
    position: absolute;
    top: 0
}

#Side_slide .extras .extras-wrapper a.lang-active img {
    position: relative;
    top: 2px
}

#Side_slide .extras .extras-wrapper a.lang-active i:before {
    margin-left: 5px;
    width: auto
}

#Side_slide #menu {
    display: block !important;
    margin-bottom: 20px;
    max-height: none !important
}

#Side_slide #menu ul {
    width: 100% !important
}

#Side_slide #menu ul li {
    border-top: 1px solid hsla(0, 0%, 100%, .03);
    position: relative;
    width: 100%
}

#Side_slide #menu>ul:last-child>li:last-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, .03)
}

#Side_slide #menu ul li a {
    display: block;
    line-height: 19px;
    margin-right: 50px;
    padding: 11px 5px 10px 20px;
    text-decoration: none
}

#Side_slide #menu ul li a span.description {
    display: block;
    opacity: .5
}

#Side_slide #menu ul li a .menu-arrow {
    display: none
}

#Side_slide #menu ul li ul {
    background: hsla(0, 0%, 100%, .025);
    display: none
}

#Side_slide #menu ul li ul li a {
    padding-left: 35px
}

#Side_slide #menu ul li ul li ul li a {
    padding-left: 50px
}

#Side_slide #menu ul li.submenu .menu-toggle {
    cursor: pointer;
    display: block;
    font-size: 22px;
    font-weight: 100;
    height: 40px;
    line-height: 40px;
    opacity: .5;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
    width: 40px
}

#Side_slide #menu ul li.submenu .menu-toggle:after {
    content: "+"
}

#Side_slide #menu ul li.hover>.menu-toggle {
    opacity: 1
}

#Side_slide #menu ul li.hover>.menu-toggle:after {
    content: "-"
}

#Side_slide #menu ul.mfn-megamenu-bg {
    background-image: none !important
}

#Side_slide #menu ul.mfn-megamenu li .menu-toggle {
    display: none
}

#Side_slide #menu ul.mfn-megamenu>li>ul {
    display: block !important
}

#Side_slide #menu ul.mfn-megamenu>li>ul:first-child {
    background-color: transparent
}

#Side_slide #menu ul.mfn-megamenu>li>ul:first-child>li:first-child {
    border-top-width: 0
}

#Side_slide .menu.menu-mobile {
    display: none
}

#Side_slide .lang-wrapper {
    display: none;
    margin-bottom: 20px;
    text-align: center
}

#Side_slide .lang-wrapper ul li {
    border-top: 1px solid hsla(0, 0%, 100%, .03)
}

#Side_slide .lang-wrapper ul li:last-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, .03)
}

#Side_slide .lang-wrapper ul li a {
    display: block;
    line-height: 19px;
    padding: 11px 20px 10px;
    text-decoration: none
}

#Side_slide .search-wrapper {
    display: none;
    margin-bottom: 20px;
    position: relative
}

#Side_slide .search-wrapper input.field {
    background: none !important;
    border-color: hsla(0, 0%, 100%, .05);
    border-width: 1px 0;
    box-shadow: 0 0 0 0 transparent;
    box-sizing: border-box;
    line-height: 20px;
    padding: 10px 55px 10px 20px;
    width: 100%
}

#Side_slide .search-wrapper a.submit {
    font-size: 20px;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 0
}

#Side_slide .contact_details {
    margin-bottom: 20px;
    text-align: center
}

#Side_slide .contact_details li {
    margin-bottom: 1px
}

#Side_slide .social {
    margin: 0 20px 13px;
    text-align: center
}

#Side_slide .social li {
    display: inline-block
}

#Side_slide .social li a {
    display: block;
    padding: 3px 5px;
    text-decoration: none
}

#Side_slide .social-menu {
    text-align: center
}

#Side_slide .social-menu li {
    border-right: 1px solid hsla(0, 0%, 100%, .1);
    display: inline-block;
    margin-right: 6px;
    padding-right: 6px
}

#Side_slide .social-menu li:last-child {
    border-right-width: 0;
    margin-right: 0;
    padding-right: 0
}

#Side_slide.hide-button .extras .action_button,
#Side_slide.hide-icons .extras .extras-wrapper {
    display: none
}

#Side_slide.hide-social .social {
    display: none !important
}

#Side_slide {
    background-color: #191919;
    border-color: #191919
}

#Side_slide,
#Side_slide #menu ul li.submenu .menu-toggle,
#Side_slide .search-wrapper input.field,
#Side_slide a:not(.action_button) {
    color: #a6a6a6
}

#Side_slide #menu ul li.current-menu-ancestor>a,
#Side_slide #menu ul li.current-menu-item>a,
#Side_slide #menu ul li.current-menu-parent>a,
#Side_slide #menu ul li.current-page-ancestor>a,
#Side_slide #menu ul li.current-page-parent>a,
#Side_slide #menu ul li.current_page_ancestor>a,
#Side_slide #menu ul li.current_page_item>a,
#Side_slide #menu ul li.hover>.menu-toggle,
#Side_slide #menu ul li.hover>a,
#Side_slide #menu ul li:hover>a,
#Side_slide a.active,
#Side_slide a:not(.action_button):hover {
    color: #fff
}

#Side_slide.light #menu ul li {
    border-top-color: rgba(0, 0, 0, .03)
}

#Side_slide.light #menu>ul:last-child>li:last-child {
    border-bottom-color: rgba(0, 0, 0, .03)
}

#Side_slide.light #menu ul li ul {
    background: rgba(0, 0, 0, .02)
}

#Side_slide.light .lang-wrapper ul li {
    border-top-color: rgba(0, 0, 0, .03)
}

#Side_slide.light .lang-wrapper ul li:last-child {
    border-bottom-color: rgba(0, 0, 0, .03)
}

#Side_slide.light .search-wrapper input.field {
    border-color: rgba(0, 0, 0, .05)
}

#Subheader {
    background-color: rgba(0, 0, 0, .02);
    background-position: top;
    background-repeat: no-repeat;
    padding: 30px 0;
    position: relative
}

.subheader-transparent #Subheader {
    background: none
}

.hide-title-area #Subheader {
    display: none
}

#Subheader .column {
    margin-bottom: 0
}

#Subheader .title {
    float: left;
    margin-bottom: 0;
    width: 100%
}

#Subheader ul.breadcrumbs {
    display: block;
    float: right;
    font-size: 1em !important;
    margin: 1px 0 0;
    text-align: right;
    width: 30%
}

#Subheader ul.breadcrumbs li {
    display: inline-block
}

#Subheader ul.breadcrumbs li,
#Subheader ul.breadcrumbs li a {
    color: rgba(0, 0, 0, .3)
}

#Subheader ul.breadcrumbs li span {
    margin: 0 10px;
    opacity: .4
}

#Subheader:after {
    bottom: -3px;
    box-shadow: inset 0 4px 3px -2px rgba(0, 0, 0, .06);
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.subheader-title-right #Subheader .title {
    float: right;
    text-align: right
}

.subheader-title-right #Subheader .breadcrumbs {
    float: left;
    text-align: left
}

.subheader-both-left #Subheader .title {
    width: 100%
}

.subheader-both-left #Subheader .breadcrumbs {
    margin-top: 10px;
    text-align: left;
    width: 100%
}

.subheader-both-right #Subheader .title {
    text-align: right;
    width: 100%
}

.subheader-both-right #Subheader .breadcrumbs {
    margin-top: 10px;
    text-align: right;
    width: 100%
}

.subheader-both-center #Subheader .title {
    text-align: center;
    width: 100%
}

.subheader-both-center #Subheader .breadcrumbs {
    margin-top: 10px;
    text-align: center;
    width: 100%
}

#Intro {
    background-color: #000119;
    background-position: top;
    position: relative;
    text-align: center
}

#Intro .intro-inner {
    padding: 250px 10%;
    position: relative
}

#Intro .intro-title {
    word-wrap: break-word;
    margin-bottom: 20px
}

#Intro .intro-meta>div {
    display: inline-block;
    margin: 0 10px
}

#Intro .intro-next {
    bottom: 30px;
    cursor: pointer;
    font-size: 38px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin: 0 0 0 -25px;
    position: absolute;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 50px;
    z-index: 1
}

#Intro.parallax {
    overflow: hidden
}

#Intro.parallax .mfn-parallax {
    left: 0;
    max-width: auto !important;
    position: absolute;
    top: 0;
    transition: opacity .2s
}

#Intro .intro-title {
    color: #fff
}

#Intro .intro-meta,
#Intro .intro-meta a {
    color: hsla(0, 0%, 100%, .7)
}

#Intro .intro-next {
    color: hsla(0, 0%, 100%, .2)
}

#Intro .intro-next:hover {
    color: hsla(0, 0%, 100%, .5)
}

#Intro.light .intro-title {
    color: #212121
}

#Intro.light .intro-meta,
#Intro.light .intro-meta a {
    color: rgba(33, 33, 33, .7)
}

#Intro.light .intro-next {
    color: rgba(33, 33, 33, .2)
}

#Intro.light .intro-next:hover {
    color: rgba(33, 33, 33, .5)
}

.post-item {
    float: left;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.post-item .date_label {
    display: none;
    left: 0;
    position: absolute;
    top: 7px
}

.post-photo-wrapper {
    float: left;
    width: 37%
}

.post-photo-wrapper iframe {
    width: 100%
}

.post-desc-wrapper {
    float: left;
    width: 63%
}

.post-desc {
    padding: 15px 0 0 20px
}

.post.no-img .post-photo-wrapper {
    display: none
}

.post.no-img .post-desc-wrapper {
    width: 100%
}

.search-results .no-img .post-desc {
    padding-left: 0
}

.search-results .no-img .post-desc-wrapper {
    width: 100%
}

.post-meta {
    margin-bottom: 8px
}

.post-meta .author-date {
    float: left
}

.post-meta .author-date a {
    border-bottom-width: 1px;
    border-style: dotted;
    text-decoration: none !important
}

.post-meta .category {
    float: right;
    position: relative
}

.post-meta .category.mata-tags {
    margin-right: 10px
}

.post-meta .category .cat-btn {
    cursor: pointer
}

.post-meta .category .cat-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 21
}

.post-meta .category:hover .cat-wrapper {
    display: block
}

.post-meta .category .cat-wrapper ul {
    background: #f9f9f9;
    min-width: 70px;
    padding: 7px
}

.post-meta .category .cat-wrapper ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.post-meta .category .cat-wrapper ul li:last-child {
    border-bottom: 0
}

.post-meta .category .cat-wrapper ul li a {
    color: #8b8b8b;
    display: block;
    padding: 1px 5px;
    text-align: center
}

.post-meta .category .cat-wrapper ul li a:hover {
    background: hsla(0, 0%, 100%, .8);
    color: #5f5f5f;
    text-decoration: none
}

.post-excerpt {
    margin-bottom: 15px
}

.cat_description {
    margin-bottom: 40px
}

.post-footer {
    background: rgba(0, 0, 0, .02);
    line-height: 30px;
    overflow: hidden;
    padding: 7px 15px
}

.post-footer .button-love {
    float: left
}

.post-footer .button-love a.mfn-love {
    display: inline-block;
    margin-left: 5px;
    padding-left: 24px;
    position: relative
}

.post-footer .button-love a.mfn-love i {
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 0
}

.post-footer .button-love a.mfn-love:hover {
    text-decoration: none
}

.post-footer .button-love a.mfn-love i:last-child {
    opacity: 0;
    transition: all .3s ease-in-out
}

.post-footer .button-love a.loved.mfn-love i:last-child,
.post-footer .button-love a:hover.mfn-love i:last-child {
    opacity: 1
}

.post-footer .post-links {
    border-left-width: 1px;
    border-style: solid;
    float: right;
    padding-left: 10px
}

.post-footer .post-links .post-comments {
    margin-right: 10px
}

.blog_slider.hide-more .item_wrapper .button,
.blog_slider.hide-more .item_wrapper .hr_color,
.hide-more .post-footer .post-links .icon-doc-text,
.hide-more .post-footer .post-links .post-more {
    display: none
}

.grid .post-item {
    background: #fff !important;
    margin: 0 1% 20px;
    width: 31.33%
}

.grid .post-desc-wrapper,
.grid .post-photo-wrapper {
    float: none;
    width: 100%
}

.grid .post-desc-wrapper .post-desc {
    padding: 20px 20px 0
}

.grid .post-footer {
    box-sizing: border-box;
    margin: 20px -20px 0
}

.grid .post-desc-wrapper .post-footer .button-love .love-text,
.grid .post-desc-wrapper .post-meta .category .cat-btn,
.grid .post-meta .author-date .author span.label {
    display: none
}

.posts_group.grid.col-2 .post-item {
    width: 47.99%
}

.posts_group.grid.col-3 .post-item {
    width: 31.33%
}

.posts_group.grid.col-4 .post-item {
    width: 22.99%
}

.posts_group.grid.col-5 .post-item {
    margin: 0 .5% 20px;
    width: 18.99%
}

.posts_group.grid.col-6 .post-item {
    margin: 0 .5% 20px;
    width: 15.66%
}

.posts_group.grid.col-2 .post-item:nth-child(odd),
.posts_group.grid.col-3 .post-item:nth-child(3n+1),
.posts_group.grid.col-4 .post-item:nth-child(4n+1),
.posts_group.grid.col-5 .post-item:nth-child(5n+1),
.posts_group.grid.col-6 .post-item:nth-child(6n+1) {
    clear: both
}

.masonry:not(.tiles) .post-item {
    background: #fff !important;
    margin: 0 1% 20px;
    width: 31.33%
}

.masonry .post-desc-wrapper,
.masonry .post-photo-wrapper {
    float: none;
    width: 100%
}

.masonry .post-desc-wrapper .post-desc {
    padding: 20px 20px 0
}

.masonry .post-footer {
    box-sizing: border-box;
    margin: 0 -20px
}

.masonry .post-desc-wrapper .post-footer .button-love .love-text,
.masonry .post-desc-wrapper .post-meta .category .cat-btn,
.masonry .post-meta .author-date .author span.label {
    display: none
}

.posts_group.masonry.col-2 .post-item {
    width: 47.99%
}

.posts_group.masonry.col-3 .post-item {
    width: 31.33%
}

.posts_group.masonry.col-4 .post-item {
    width: 22.99%
}

.posts_group.masonry.col-5 .post-item {
    margin: 0 .5% 20px;
    width: 18.99%
}

.posts_group.masonry.col-6 .post-item {
    margin: 0 .5% 20px;
    width: 15.66%
}

.masonry.tiles {
    position: relative
}

.masonry.tiles .post-item {
    background-color: transparent;
    margin: 0 !important;
    overflow: hidden
}

.masonry.tiles .post-item:not(.no-img) .post-desc-wrapper {
    bottom: -20px;
    left: 0;
    position: absolute;
    z-index: 4
}

.masonry.tiles .post-item:not(.no-img) .post-desc-wrapper .post-desc {
    background: url(../img/blog_masonry_tile_gradient.png) 0 0 repeat-x;
    padding: 70px 30px 30px
}

.masonry.tiles .post-item .post-desc-wrapper .post-desc {
    padding: 50% 30px 10px
}

.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-meta .author-date .post-links {
    display: inline-block;
    margin-left: 10px
}

.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-excerpt {
    display: none
}

.masonry.tiles .post-item:not(.no-img) .post-photo-wrapper {
    line-height: 0;
    position: relative
}

.masonry.tiles .post-item:not(.no-img) .post-photo-wrapper:after {
    background: rgba(0, 0, 0, .2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s ease-out;
    width: 100%;
    z-index: 2
}

.masonry.tiles .post-item:not(.no-img):hover .post-photo-wrapper:after {
    opacity: 1
}

.masonry.tiles .format-link .post-title .icon-link {
    display: none
}

.masonry.tiles .format-link .post-title .link-wrapper {
    margin-left: 0;
    padding-top: 5px
}

.masonry.tiles .format-quote blockquote {
    margin-bottom: 25px;
    margin-left: 0;
    top: 0
}

.masonry.tiles .format-quote blockquote:after {
    display: none
}

.masonry.tiles .format-quote blockquote a {
    text-decoration: none
}

.masonry.tiles .post-item .post-format-icon {
    color: #fff;
    font-size: 35px;
    left: 25px;
    line-height: 35px;
    position: absolute;
    top: 25px;
    z-index: 3
}

.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title:after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 20px;
    transition: all .4s ease-out;
    width: 0
}

.masonry.tiles .post-item:hover .post-desc-wrapper .post-desc .post-title:after {
    width: 40%
}

.masonry.tiles .post-item .post-desc-wrapper {
    transition: all .4s ease-out
}

.masonry.tiles .post-item:hover .post-desc-wrapper {
    transform: translateY(-20px)
}

.posts_group.masonry.tiles.col-2 .post-item {
    width: 49.99%
}

.posts_group.masonry.tiles.col-3 .post-item {
    width: 33.33%
}

.posts_group.masonry.tiles.col-4 .post-item {
    width: 24.99%
}

.posts_group.masonry.tiles.col-5 .post-item {
    width: 19.99%
}

.posts_group.masonry.tiles.col-6 .post-item {
    width: 16.66%
}

.posts_group.masonry.margin .post-item {
    margin: 0 1% 25px !important
}

.posts_group.masonry.margin.col-2 .post-item {
    width: 47.99%
}

.posts_group.masonry.margin.col-3 .post-item {
    width: 31.33%
}

.posts_group.masonry.margin.col-4 .post-item {
    width: 22.99%
}

.posts_group.masonry.margin.col-5 .post-item {
    margin: 0 .5% 12px !important;
    width: 18.99%
}

.posts_group.masonry.margin.col-6 .post-item {
    margin: 0 .5% 12px !important;
    width: 15.66%
}

.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title .entry-title a,
.masonry.tiles .post-item.format-link .post-title .icon-link,
.masonry.tiles .post-item.format-link .post-title .link-wrapper a,
.masonry.tiles .post-item.format-link .post-title .link-wrapper h4,
.masonry.tiles .post-item.format-quote blockquote,
.masonry.tiles .post-item.format-quote blockquote a {
    color: #fff
}

.masonry.tiles .post-item.format-link .post-desc-wrapper .post-desc .post-title:after,
.masonry.tiles .post-item.format-quote .post-desc-wrapper .post-desc .post-title:after,
.masonry.tiles .post-item.no-img .post-desc-wrapper .post-desc .post-title:after {
    background-color: #fff
}

.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-excerpt,
.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-head .post-meta,
.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-head .post-meta a {
    color: hsla(0, 0%, 100%, .7)
}

.timeline .post-item {
    background: url(../img/timeline_right.png) no-repeat 90px top;
    float: none;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 200px;
    width: auto
}

.timeline .post-item:last-child {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.timeline .format-link .post-meta,
.timeline .format-quote .post-meta {
    padding-top: 7px
}

.timeline .post-item:before {
    border-radius: 100%;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    height: 7px;
    left: 126px;
    position: absolute;
    top: 11px;
    visibility: visible;
    width: 7px;
    z-index: 1
}

.timeline .date_label {
    display: block
}

.timeline .post-meta .author-date .date {
    display: none
}

.photo .post-item {
    float: none
}

.photo .post-photo-wrapper {
    float: none;
    width: 100%
}

.photo .post-desc-wrapper {
    float: none;
    text-align: center;
    width: 100%
}

.photo .post-desc .post-head .post-meta {
    display: inline-block
}

.photo .post-desc .post-head .post-footer {
    background: none;
    display: inline-block;
    line-height: inherit;
    padding: 0
}

.photo .post-desc .post-excerpt {
    margin-bottom: 0
}

.photo .post-desc .post-head .post-footer .button-love,
.photo .post-desc .post-head .post-footer .post-links,
.photo .post-desc .post-head .post-meta .author-date,
.photo .post-desc .post-head .post-meta .category {
    display: inline-block;
    float: none
}

.photo .post-desc .post-head .post-meta .author-date {
    margin-right: 20px
}

.photo .post-desc .post-head .post-meta .author-date .label {
    display: none
}

.photo .post-desc .post-head .post-footer .button-love {
    margin-right: 20px
}

.photo .post-desc .post-head .post-footer .button-love .love-text {
    display: none
}

.photo .post-desc .post-head .post-footer .post-links {
    border: 0;
    padding: 0
}

.photo .post-desc .post-head .post-footer .post-links .icon-doc-text,
.photo .post-desc .post-head .post-footer .post-links .post-more {
    display: none
}

.photo .format-image {
    text-align: center
}

.photo .format-image .post-photo-wrapper {
    display: inline-block;
    width: auto
}

.photo .format-link .post-title {
    display: inline-block;
    text-align: left
}

.photo2 .post-item {
    margin: 0
}

.photo2 .post-photo-wrapper {
    float: none;
    width: 100%
}

.photo2 .image_frame {
    border: none;
    text-align: center
}

.photo2 .image_frame .image_wrapper .image_links,
.photo2 .image_frame .image_wrapper .mask {
    display: none
}

.photo2 .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0 !important;
    top: 0 !important
}

.photo2 .post .post-desc-wrapper {
    background-color: #fff;
    box-sizing: border-box;
    float: none;
    margin: 0 auto;
    padding: 35px 50px;
    position: relative;
    top: -75px;
    width: 70%;
    z-index: 2
}

.photo2 .post-desc-wrapper .post-desc {
    padding: 0
}

.photo2 .post-meta {
    margin-bottom: 15px
}

.photo2 .author-date {
    display: none
}

.photo2 .category {
    float: none
}

.photo2 .category .cat-btn {
    display: none
}

.photo2 .category .cat-wrapper {
    display: block;
    position: static
}

.photo2 .category .cat-wrapper ul {
    background-color: transparent;
    margin-left: -2px;
    min-width: unset;
    padding: 0
}

.photo2 .category .cat-wrapper ul li {
    border-bottom: unset;
    display: inline-block;
    padding: 0 5px 5px 0
}

.photo2 .category .cat-wrapper ul li a {
    background-color: rgba(0, 0, 0, .05) !important;
    border-radius: 20px;
    color: rgba(0, 0, 0, .6);
    padding: 3px 12px
}

.photo2 .category .cat-wrapper ul li a:hover {
    color: rgba(0, 0, 0, .8)
}

.photo2 .button-love {
    background-color: #272727;
    border-radius: 20px;
    padding: 4px 13px;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 2
}

.photo2 .button-love a:hover {
    text-decoration: none
}

.photo2 .button-love .icons-wrapper i {
    color: #fff;
    margin-right: 5px
}

.photo2 .button-love .icons-wrapper i.icon-heart-empty-fa {
    position: absolute
}

.photo2 .button-love .icons-wrapper i.icon-heart-fa {
    opacity: 0
}

.photo2 .button-love a.loved .icons-wrapper i.icon-heart-fa {
    opacity: 1
}

.photo2 .post-footer {
    background: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding: 15px 0 0
}

.photo2 .post-footer .post-author {
    margin-right: 10px
}

.photo2 .post-footer .post-author .avatar {
    border-radius: 50%;
    margin-right: 6px;
    position: relative;
    top: 6px
}

.photo2 .post.no-img {
    margin-bottom: 75px
}

.photo2 .post.no-img .post-desc-wrapper {
    top: 0
}

.photo2 .post.no-img .button-love {
    right: 17%;
    right: calc(15% + 25px);
    z-index: 3
}

.photo2 .bg-dark.post-desc-wrapper {
    color: hsla(0, 0%, 100%, .8)
}

.photo2 .bg-dark .entry-title a {
    color: #fff
}

.photo2 .bg-dark .post-footer {
    border-top-color: hsla(0, 0%, 100%, .1)
}

.photo2 .bg-dark .category .cat-wrapper ul li a {
    background-color: hsla(0, 0%, 100%, .1) !important;
    color: hsla(0, 0%, 100%, .6)
}

.photo2 .bg-dark .category .cat-wrapper ul li a:hover {
    color: hsla(0, 0%, 100%, .8)
}

.photo2.col-2 .post-item {
    margin: 0 1% 20px;
    width: 47.99%
}

.photo2.col-2 .post-desc-wrapper {
    padding: 25px 35px;
    top: -55px;
    width: 85%
}

.photo2.col-2 .post.no-img .button-love {
    right: 11%;
    right: calc(7.5% + 25px)
}

.photo2.col-3 .post-item {
    margin: 0 1% 40px;
    width: 31.33%
}

.photo2.col-3 .post-desc-wrapper {
    padding: 25px 35px;
    top: 0;
    width: 100%
}

.photo2.col-3 .post.no-img .button-love {
    right: 25px
}

.photo2.col-2 .post-item:nth-child(odd),
.photo2.col-3 .post-item:nth-child(3n+1) {
    clear: both
}

.format-quote .post-photo-wrapper {
    display: none
}

.format-quote .post-desc {
    padding: 0
}

.format-quote .post-desc-wrapper {
    float: none;
    width: 100%
}

.format-video .image_frame .image_wrapper img {
    margin-bottom: 0 !important
}

.format-video .image_frame:hover .image_wrapper img {
    top: 0
}

.format-link .post-photo-wrapper {
    display: none
}

.format-link .post-desc-wrapper {
    float: none;
    width: 100%
}

.format-link .post-desc {
    padding: 0
}

.format-link .post-title {
    overflow: hidden
}

.format-link .post-title .icon-link {
    border-right-width: 1px;
    border-style: solid;
    display: block;
    float: left;
    font-size: 60px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px
}

.format-link .post-title .link-wrapper {
    margin-left: 100px;
    padding-top: 14px
}

.format-link .post-title .link-wrapper h4 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 7px
}

.post-nav {
    background-image: url(../img/stripes/stripes_5_b.png);
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 15px 4px 130px
}

.post-nav .next-prev-nav {
    float: left
}

.post-nav .next-prev-nav li {
    float: left;
    margin-right: 5px
}

.post-nav .next-prev-nav a.button {
    margin: 0
}

.post-nav .list-nav {
    float: right;
    line-height: 49px
}

.template-slider .post-nav {
    margin-top: 30px
}

.no-share .post-nav,
.share-simple .post-nav {
    padding-left: 15px;
    padding-right: 15px
}

.post-nav.minimal.column {
    background: none;
    height: 40px !important;
    padding: 0;
    position: relative
}

.post-nav.minimal a {
    opacity: .6;
    position: absolute;
    top: 0;
    transition: all .3s ease-in-out
}

.post-nav.minimal a:hover {
    opacity: 1
}

.post-nav.minimal a.prev {
    left: 0
}

.post-nav.minimal a.next {
    right: 0
}

.post-nav.minimal a.home {
    left: 50%;
    margin: 3px 0 0 -13px
}

.post-nav.minimal a i {
    color: #626262;
    font-size: 25px;
    line-height: 30px
}

.post-nav.minimal a svg {
    fill: #626262
}

.post-header {
    margin-bottom: 20px
}

.post-header .button-love {
    float: left;
    text-align: center;
    width: 99px
}

.post-header .button-love a.mfn-love {
    display: inline-block;
    font-size: 17px;
    margin-top: 25px;
    padding-left: 28px;
    position: relative
}

.no-title .post-header .button-love a.mfn-love {
    margin-top: 0
}

.post-header .button-love a.mfn-love i {
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0
}

.post-header .button-love a.mfn-love:hover {
    text-decoration: none
}

.post-header .button-love a.mfn-love i:last-child {
    opacity: 0;
    transition: all .3s ease-in-out
}

.post-header .button-love a.loved.mfn-love i:last-child,
.post-header .button-love a:hover.mfn-love i:last-child {
    opacity: 1
}

.post-header .title_wrapper {
    border-left-width: 1px;
    border-style: solid;
    margin-left: 99px;
    padding-left: 30px
}

.post-header .title_wrapper h1 {
    font-size: 35px;
    line-height: 35px
}

.single-photo-wrapper .share_wrapper {
    float: left
}

.single-photo-wrapper .image_frame {
    margin-left: 120px
}

.single-photo-wrapper .image_frame iframe {
    width: 100%
}

.no-share .single-photo-wrapper .image_frame,
.share-simple .single-photo-wrapper .image_frame {
    margin-left: 0
}

.single-photo-wrapper.image {
    text-align: center
}

.single-photo-wrapper.image .image_frame {
    display: inline-block;
    margin-left: 0
}

.section-post-header .single-photo-wrapper.image .image_frame {
    max-width: 80%;
    max-width: calc(100% - 130px)
}

.no-share .section-post-header .single-photo-wrapper.image .image_frame,
.share-simple .section-post-header .single-photo-wrapper.image .image_frame {
    max-width: 100%
}

.share_wrapper {
    background: #fff;
    border-style: solid;
    border-width: 1px;
    padding: 10px 0 5px;
    text-align: center;
    width: 98px
}

.share_wrapper .stButton {
    margin-bottom: 10px
}

.section-post-intro-share .share_wrapper {
    background: none;
    border: none;
    float: right;
    padding: 0;
    width: unset
}

.section-post-intro-share .share_wrapper>span {
    float: left
}

.section-post-intro-share .share_wrapper .stButton .stBubble {
    display: none !important
}

.author-box .avatar-wrapper {
    border-radius: 100%;
    border-style: solid;
    border-width: 8px;
    display: block;
    float: left;
    height: 64px;
    line-height: 0;
    overflow: hidden;
    width: 64px
}

.author-box .desc-wrapper {
    background: rgba(0, 0, 0, .02);
    margin-left: 105px;
    padding: 20px;
    position: relative
}

.author-box .desc-wrapper:after {
    border-color: transparent rgba(0, 0, 0, .02) transparent transparent;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: -6px;
    position: absolute;
    top: 35px;
    width: 0
}

.author-box .desc-wrapper h5 {
    margin-bottom: 5px
}

.hide-love .button-love {
    display: none !important
}

.hide-love .post-header .title_wrapper {
    border-left: none;
    margin-left: 0;
    padding-left: 10px
}

.hide-love .post-nav {
    padding-left: 15px
}

.hide-love .portfolio_group .portfolio-item .desc .title_wrapper {
    padding-right: 0
}

.section-post-related .section-related-adjustment {
    border-style: solid;
    border-top-width: 1px;
    padding-top: 20px
}

.section-post-related .post-related {
    position: relative;
    width: 31.333%
}

.section-post-related .col-2 .post-related {
    width: 48%
}

.section-post-related .col-3 .post-related {
    width: 31.333%
}

.section-post-related .col-4 .post-related {
    width: 23%
}

.section-post-related .col-5 .post-related {
    width: 18%
}

.section-post-related .col-6 .post-related {
    width: 14.666%
}

.section-post-related .col-2 .post-related:nth-child(odd),
.section-post-related .col-3 .post-related:nth-child(3n+1),
.section-post-related .col-4 .post-related:nth-child(4n+1),
.section-post-related .col-5 .post-related:nth-child(5n+1),
.section-post-related .col-6 .post-related:nth-child(6n+1) {
    clear: both
}

.section-post-related .post-related .image_frame {
    margin-bottom: 15px;
    margin-left: 30px
}

.section-post-related .post-related .fullscreen-container {
    height: 180px !important
}

.section-post-related .post-related .date_label {
    left: 0;
    position: absolute;
    top: 30px;
    z-index: 20
}

.section-post-related .post-related hr {
    margin-left: 30px;
    width: 40%
}

.section-post-related .post-related a.button {
    margin-bottom: 0;
    margin-left: 30px
}

.section-post-related .format-quote blockquote {
    margin-left: 40px;
    margin-top: 70px
}

.section-post-related .format-link .image_frame {
    background-color: hsla(0, 0%, 100%, .5);
    display: block;
    height: 180px
}

.section-post-related .format-link .image_frame:after {
    color: rgba(0, 0, 0, .1);
    content: "\e8c2";
    display: block;
    font-family: mfn-icons;
    font-size: 40px;
    height: 180px;
    left: 0;
    line-height: 180px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.section-post-related .format-standard.no-img .image_frame {
    background-color: hsla(0, 0%, 100%, .5);
    display: block;
    height: 180px
}

.section-post-related .format-standard.no-img .image_frame:after {
    color: rgba(0, 0, 0, .1);
    content: "\e8f6";
    display: block;
    font-family: mfn-icons;
    font-size: 40px;
    height: 180px;
    left: 0;
    line-height: 180px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.section-post-related .post-related .image_frame iframe {
    width: 100%
}

.section-post-related .simple .post-related .image_frame {
    margin-left: 0
}

.section-post-related .simple .post-related .date_label {
    background-color: transparent;
    background-image: none;
    margin-bottom: 5px;
    padding: 0;
    position: static
}

.section-post-related .simple .post-related .date_label:after,
.section-post-related .simple .post-related hr {
    display: none
}

.section-post-related .simple .post-related a.button {
    margin-left: 0
}

.section-post-related .simple .post-related.format-quote .date_label {
    margin-bottom: 10px
}

.section-post-related .simple .format-quote blockquote {
    margin-top: 0
}

.single-format-link .single-photo-wrapper .share_wrapper {
    float: none;
    padding: 10px 15px 15px;
    width: auto
}

.single-format-link .single-photo-wrapper .share_wrapper .stButton {
    margin: 0 10px 0 0
}

.single-format-link .section-post-header .single-photo-wrapper .image_frame {
    display: none
}

.single-format-quote #Subheader .title {
    width: 100%
}

.single-format-quote #Subheader ul.breadcrumbs {
    display: none
}

.single-format-quote .single-photo-wrapper .share_wrapper {
    float: none;
    padding: 10px 15px 15px;
    width: auto
}

.single-format-quote .single-photo-wrapper .share_wrapper .stButton {
    margin: 0 10px 0 0
}

.single-format-quote .section-post-header .single-photo-wrapper .image_frame {
    display: none
}

.format-image.no-img .single-photo-wrapper .share_wrapper,
.format-standard.no-img .single-photo-wrapper .share_wrapper,
.portfolio.no-img .single-photo-wrapper .share_wrapper {
    float: none;
    padding: 10px 15px 15px;
    width: auto
}

.format-image.no-img .single-photo-wrapper .share_wrapper .stButton,
.format-standard.no-img .single-photo-wrapper .share_wrapper .stButton,
.portfolio.no-img .single-photo-wrapper .share_wrapper .stButton {
    margin: 0 10px 0 0
}

.format-image.no-img .section-post-header .single-photo-wrapper .image_frame,
.format-standard.no-img .section-post-header .single-photo-wrapper .image_frame,
.portfolio.no-img .section-post-header .single-photo-wrapper .image_frame {
    display: none !important
}

.project-description li {
    background: rgba(0, 0, 0, .01);
    border-color: rgba(0, 0, 0, .03);
    border-style: solid;
    box-sizing: border-box;
    clear: both;
    padding: 7px 10px;
    width: 99.9%
}

.project-description li .label {
    display: inline-block;
    font-weight: 700;
    min-width: 40px;
    padding-right: 10px
}

.project-description li.one-third {
    border-width: 0 1px 1px 0;
    clear: none;
    float: left;
    padding-right: 15px;
    width: 33.3%
}

.project-description li:nth-child(3) {
    border-right-color: transparent
}

.share_item {
    float: none;
    padding: 10px 15px 15px;
    width: auto
}

.share_item .stButton {
    margin: 0 10px 0 0
}

.share-simple .post-header .title_wrapper {
    border-left-width: 0;
    margin-left: 0;
    padding-left: 0
}

.share-simple-wrapper {
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding: 10px 0 0;
    text-align: left
}

.share-simple-wrapper .share-label {
    margin-right: 10px
}

.share-simple-wrapper .icons {
    display: inline
}

.share-simple-wrapper .icons a {
    color: #a8a8a8;
    padding: 0 5px
}

.share-simple-wrapper .icons .facebook:hover {
    color: #3b5998
}

.share-simple-wrapper .icons .twitter:hover {
    color: #1da1f2
}

.share-simple-wrapper .icons .google:hover {
    color: #dc4e41
}

.share-simple-wrapper .icons .linkedin:hover {
    color: #0077b5
}

.share-simple-wrapper .icons .pinterest:hover {
    color: #bd081b
}

.share-simple-wrapper .button-love {
    float: right
}

.share-simple-wrapper .mfn-love {
    display: inline-block;
    margin-left: 5px;
    padding-left: 24px;
    position: relative
}

.share-simple-wrapper .mfn-love i {
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 0
}

.share-simple-wrapper .mfn-love:hover {
    text-decoration: none
}

.share-simple-wrapper .mfn-love i:last-child {
    opacity: 0;
    transition: all .3s ease-in-out
}

.share-simple-wrapper .mfn-love.loved i:last-child,
.share-simple-wrapper .mfn-love:hover i:last-child {
    opacity: 1
}

.single-template .section-post-about,
.single-template .section-post-comments,
.single-template .section-post-header,
.single-template .section-post-related {
    display: none
}

.mcb-sidebar {
    border-style: solid;
    padding: 0 20px;
    position: relative
}

.mcb-sidebar:before {
    background: rgba(0, 0, 0, .01);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 1500px
}

.mcb-sidebar .sidebar__inner {
    overflow: hidden;
    transform: translate(0);
    transform: translateZ(0)
}

.aside_left .mcb-sidebar {
    border-right-width: 1px
}

.aside_left .mcb-sidebar:before {
    right: 0
}

.aside_right .mcb-sidebar {
    border-left-width: 1px
}

.aside_right .mcb-sidebar:before {
    left: 0
}

.aside_both .sidebar-2 .is-affixed .inner-wrapper-sticky,
.aside_right .is-affixed .inner-wrapper-sticky {
    margin-left: 1px
}

.mcb-sidebar.lines-boxed .widget:after {
    width: 100%
}

.mcb-sidebar.lines-hidden .widget:after {
    display: none
}

.widget {
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative
}

.widget:last-child:after {
    display: none
}

.widget:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    visibility: visible;
    width: 1500px
}

.widget>h3 {
    font-size: 18px;
    line-height: 22px
}

.aside_left .widget:after {
    right: 0
}

.aside_right .widget:after {
    left: 0
}

.with_aside.aside_both .sidebar-1 {
    border-right-width: 1px
}

.with_aside.aside_both .sidebar-1 .widget:after,
.with_aside.aside_both .sidebar-1:before {
    right: 0
}

.with_aside.aside_both .sidebar-2 {
    border-left-width: 1px
}

.with_aside.aside_both .sidebar-2 .widget:after,
.with_aside.aside_both .sidebar-2:before {
    left: 0
}

.Recent_posts ul {
    margin: 0 !important
}

.Recent_posts ul li {
    list-style: none !important;
    margin-bottom: 10px
}

.Recent_posts ul li:last-child {
    margin-bottom: 0
}

.Recent_posts ul li a {
    text-decoration: none
}

.Recent_posts ul li .desc {
    background: #fff;
    margin-right: 80px;
    min-height: 70px;
    padding: 5px 15px;
    position: relative
}

.Recent_posts ul li .desc:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px
}

.Recent_posts ul li .desc h6 {
    border-bottom-width: 1px;
    border-style: solid;
    margin-bottom: 3px;
    padding-bottom: 3px;
    position: relative;
    z-index: 2
}

.Recent_posts ul li .desc .date {
    position: relative;
    z-index: 2
}

.Recent_posts ul li .desc .date i {
    display: inline-block;
    margin-right: 2px
}

.Recent_posts ul li .photo {
    float: right;
    height: 80px;
    line-height: 0;
    position: relative;
    text-align: center;
    width: 80px
}

.Recent_posts ul li .photo .c {
    border-radius: 3px;
    bottom: 12px;
    color: #fff;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    width: 25px;
    z-index: 3
}

.Recent_posts ul li.no-img {
    position: relative
}

.Recent_posts ul li.no-img .photo {
    position: static;
    width: 0
}

.Recent_posts ul li.no-img .desc {
    margin-right: 0;
    min-height: inherit
}

.Recent_posts.classic ul li a:hover .desc .date,
.Recent_posts.classic ul li a:hover h6 {
    color: #fff !important
}

.Recent_posts.classic ul li a:hover .desc:after {
    width: 100%
}

.Recent_posts ul li.format-link .photo {
    background-color: #eee
}

.Recent_posts ul li.format-link .photo:after {
    color: rgba(0, 0, 0, .1);
    content: "\e8c2";
    display: block;
    font-family: mfn-icons;
    font-size: 40px;
    height: 80px;
    left: 0;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 80px;
    z-index: 91
}

.Recent_posts ul li.format-quote .photo {
    background-color: #eee
}

.Recent_posts ul li.format-quote .photo:after {
    color: rgba(0, 0, 0, .1);
    content: "\e909";
    display: block;
    font-family: mfn-icons;
    font-size: 40px;
    height: 80px;
    left: 0;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 80px
}

.Recent_posts.blog_news ul li {
    margin-bottom: 20px;
    overflow: hidden
}

.Recent_posts.blog_news ul li .photo {
    background-color: transparent;
    border-right: 3px solid #ddd;
    float: left;
    height: auto;
    width: 30%
}

.Recent_posts.blog_news ul li .photo .c {
    display: none
}

.Recent_posts.blog_news ul li .desc {
    background: none !important;
    box-sizing: border-box;
    margin-left: 30%;
    padding-top: 0;
    width: 70%
}

.Recent_posts.blog_news ul li .desc:after {
    display: none
}

.Recent_posts.blog_news ul li .desc h6 {
    margin-top: -3px
}

.Recent_posts.blog_news ul li.no-img .photo {
    display: none
}

.Recent_posts.blog_news ul li.no-img .desc {
    margin-left: 0;
    padding-left: 0;
    width: 100%
}

.Recent_posts ul li a .desc .date,
.Recent_posts ul li a .desc:after,
.Recent_posts ul li a h6 {
    transition: all .3s ease-in-out
}

.widget_media_gallery .gallery .gallery-item {
    margin-bottom: 2.5% !important
}

.widget_recent_entries ul li {
    background: #fff;
    margin-bottom: 10px;
    padding: 5px 15px;
    position: relative
}

.widget_recent_entries ul li a {
    border-bottom-width: 1px;
    border-style: solid;
    display: block;
    margin-bottom: 3px;
    padding-bottom: 3px;
    position: relative;
    text-decoration: none;
    z-index: 2
}

.widget_recent_entries ul li:last-child {
    margin-bottom: 0
}

.widget_recent_entries ul li:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px
}

.widget_recent_entries ul li:hover:after {
    width: 100%
}

.widget_recent_entries ul li .post-date {
    display: block;
    position: relative;
    z-index: 2
}

.widget_recent_entries ul li:hover .post-date,
.widget_recent_entries ul li:hover a {
    color: #fff
}

.widget_recent_entries ul li:hover .post-date,
.widget_recent_entries ul li:hover a,
.widget_recent_entries ul li:hover:after {
    transition: all .3s ease-in-out
}

.widget_categories ul {
    color: #fff;
    list-style-type: square;
    padding: 5px 10px 5px 30px
}

.widget_categories ul li {
    position: relative
}

.widget_categories ul li:after {
    border: solid hsla(0, 0%, 100%, .2);
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: -30px;
    position: absolute;
    width: 70px
}

.widget_categories ul li:last-child:after {
    display: none
}

.widget_categories ul li a {
    color: #fff !important;
    display: inline-block;
    padding: 7px 0 7px 3px
}

.widget_archive ul,
.widget_nav_menu ul {
    background: rgba(0, 0, 0, .03);
    list-style-type: square;
    padding: 5px 10px 5px 30px
}

.widget_archive ul li,
.widget_nav_menu ul li {
    position: relative
}

.widget_archive ul li:after,
.widget_nav_menu ul li:after {
    border: solid rgba(0, 0, 0, .1);
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: -30px;
    position: absolute;
    width: 70px
}

.widget_archive ul li:last-child:after,
.widget_nav_menu ul li:last-child:after {
    display: none
}

.widget_archive ul li a,
.widget_nav_menu ul li a {
    display: block;
    padding: 8px 0 9px 3px
}

.widget_meta ul,
.widget_pages ul,
.widget_rss ul {
    list-style-type: square;
    padding: 0 0 0 30px
}

.widget_meta ul li a,
.widget_pages ul li a,
.widget_rss ul li a {
    display: block;
    padding: 4px 0 7px 4px
}

.widget_mfn_recent_comments ul {
    margin: 0 !important
}

.widget_mfn_recent_comments ul li {
    background: url(../img/recent_comments.png) no-repeat 4px top;
    list-style: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
    padding-left: 40px;
    position: relative
}

.widget_mfn_recent_comments ul li:last-child {
    padding-bottom: 5px
}

.widget_mfn_recent_comments ul li .date_label {
    background-color: rgba(0, 0, 0, .03);
    margin-bottom: 5px;
    margin-top: 7px;
    position: relative
}

.widget_mfn_recent_comments ul li .date_label:after {
    border-left-color: rgba(0, 0, 0, .03)
}

.widget_mfn_recent_comments ul li:after {
    border-radius: 100%;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 7px;
    z-index: 1
}

.widget_mfn_recent_comments ul li p {
    margin-bottom: 0
}

.widget_recent_comments ul li {
    background: url(../img/recent_comments.png) no-repeat 4px top;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 6px;
    position: relative
}

.widget_recent_comments ul li:last-child {
    padding-bottom: 5px
}

.widget_recent_comments ul li:after {
    border-radius: 100%;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 7px;
    z-index: 1
}

.widget_search input[type=text] {
    margin-bottom: 0;
    width: 100%
}

.widget_search .icon_close,
.widget_search .icon_search {
    display: none
}

.widget_calendar td,
.widget_calendar th {
    padding: 4px 3px
}

.widget_calendar caption {
    font-size: 14px;
    padding: 5px
}

.widget_calendar table tfoot tr:hover td {
    background: none !important
}

.Flickr {
    overflow: hidden
}

.Flickr .flickr_badge_image {
    float: left;
    margin: 0 1% 2%;
    padding: 0;
    width: 23%
}

.Flickr .flickr_badge_image a {
    display: block;
    line-height: 0
}

.widget_tp_widget_recent_tweets .tp_recent_tweets {
    clear: none;
    float: none
}

.widget_tp_widget_recent_tweets ul {
    overflow: hidden
}

.widget_tp_widget_recent_tweets ul li:last-child {
    padding-bottom: 0
}

.widget_mfn_tag_cloud ul {
    margin-bottom: 0;
    overflow: hidden
}

.widget_mfn_tag_cloud ul li {
    float: left;
    margin: 0 5px 2px 0;
    padding: 0
}

.widget_mfn_tag_cloud a {
    display: inline-block;
    font-size: 12px;
    height: 22px;
    margin-right: 1px;
    overflow: hidden;
    padding-right: 8px;
    white-space: nowrap
}

.widget_mfn_tag_cloud a:hover {
    text-decoration: none
}

.widget_mfn_tag_cloud a span {
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
    padding-left: 8px
}

.widget_mfn_menu ul li a {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .04);
    color: #858585;
    display: block;
    margin-bottom: 5px;
    padding: 7px 10px
}

.widget_mfn_menu ul li a:hover,
.widget_mfn_menu ul li.current-menu-item:not(.current-menu-ancestor)>a,
.widget_mfn_menu ul li.current_page_item:not(.current_page_ancestor)>a {
    color: #fff !important;
    text-decoration: none
}

.widget_mfn_menu ul li ul li a {
    padding-left: 20px
}

.widget_mfn_menu ul li ul li a:before {
    content: "-";
    margin-right: 5px
}

.widget_mfn_menu ul li ul li ul li a {
    padding-left: 40px
}

.widget_mfn_menu ul li ul li ul li ul li a {
    padding-left: 60px
}

.widget_mfn_menu ul.submenus-hover li ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out
}

.widget_mfn_menu ul.submenu-active li.current-menu-ancestor>ul,
.widget_mfn_menu ul.submenu-active li.current-menu-parent>ul,
.widget_mfn_menu ul.submenus-hover li.current_page_item>ul,
.widget_mfn_menu ul.submenus-hover li:hover>ul {
    max-height: 10000px
}

.widget_mfn_menu ul.submenus-click li ul {
    max-height: 0;
    overflow: hidden
}

.widget_mfn_menu ul.submenus-click li.hover>ul {
    max-height: 10000px
}

.mfn-login {
    overflow: hidden
}

.mfn-login form p {
    margin-bottom: 5px
}

.mfn-login form input {
    margin-bottom: 0
}

.mfn-login .sep {
    margin: 0 7px
}

.mfn-login .avatar-wrapper {
    float: left;
    margin: 0 10px 10px 0;
    width: 64px
}

.mfn-login .author {
    float: left
}

.mfn-login .alert {
    margin-bottom: 5px;
    padding: 5px 10px
}

.portfolio_group {
    margin: 0 !important
}

.portfolio_group .portfolio-item {
    float: left;
    list-style: none !important;
    margin-bottom: 0
}

.portfolio_group .portfolio-item.isotope-grid-sizer {
    margin: 0 !important
}

.portfolio_group:not(.list) .portfolio-item {
    background: none !important
}

.portfolio_group .portfolio-item .list_style_header {
    display: none;
    margin-bottom: 20px;
    min-height: 46px;
    overflow: hidden;
    padding-right: 275px;
    position: relative
}

.portfolio_group .portfolio-item .list_style_header h3 {
    margin-bottom: 0;
    margin-top: 7px
}

.portfolio_group .portfolio-item .list_style_header .links_wrapper {
    position: absolute;
    right: 0;
    top: 0
}

.portfolio_group .portfolio-item .list_style_header .links_wrapper a {
    margin-bottom: 0
}

.portfolio_group .portfolio-item .list_style_header .links_wrapper a:last-child {
    margin-right: 0
}

.portfolio_group .portfolio-item:first-child .list_style_header .links_wrapper a.portfolio_prev_js,
.portfolio_group .portfolio-item:last-child .list_style_header .links_wrapper a.portfolio_next_js {
    display: none
}

.portfolio_group .portfolio-item .image_frame {
    margin-bottom: 0;
    width: 100%
}

.portfolio_group .portfolio-item .desc {
    background: #fff;
    overflow: hidden;
    padding: 20px
}

.portfolio_group .portfolio-item .desc .title_wrapper {
    padding-right: 43px;
    position: relative
}

.portfolio_group .portfolio-item .desc .title_wrapper h5 {
    margin-bottom: 0
}

.portfolio_group .portfolio-item .desc .title_wrapper .button-love {
    position: absolute;
    right: 0;
    top: 0
}

.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love {
    display: inline-block;
    padding-left: 24px;
    position: relative
}

.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love i {
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 0
}

.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love:hover {
    text-decoration: none
}

.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love i:last-child {
    opacity: 0;
    transition: all .3s ease-in-out
}

.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.loved.mfn-love i:last-child,
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a:hover.mfn-love i:last-child {
    opacity: 1
}

.portfolio_group .portfolio-item .desc .desc-wrapper {
    margin-right: 280px
}

.portfolio_group .portfolio-item .desc .details-wrapper {
    border-left-width: 1px;
    border-style: solid;
    float: right;
    padding-left: 19px;
    width: 240px
}

.portfolio_group .portfolio-item .desc .details-wrapper dl {
    margin-bottom: 0
}

.portfolio_group .portfolio-item .desc .details-wrapper dl>dt {
    border: 0;
    padding: 2px 0;
    width: 80px
}

.portfolio_group .portfolio-item .desc .details-wrapper dl>dd {
    border: 0;
    margin-left: 90px;
    padding: 2px 0
}

.portfolio_group.list .portfolio-item {
    border-bottom-width: 0;
    border-style: solid;
    width: 100%
}

.portfolio_group.list .portfolio-item .portfolio-item-fw-bg {
    background-position: top;
    background-repeat: repeat;
    padding: 35px 0
}

.portfolio_group:not(.list) .portfolio-item .portfolio-item-fw-bg {
    background: none !important
}

body.with_aside .portfolio_group.list .portfolio-item .portfolio-item-fw-bg {
    padding-left: 5%;
    padding-right: 5%
}

body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper {
    margin: 0 auto;
    width: 1176px
}

.portfolio_group.list .portfolio-item .list_style_header {
    display: block
}

.portfolio_group.list .portfolio-item .desc {
    background: none;
    padding: 20px 0 0
}

.portfolio_group.list .portfolio-item .desc .title_wrapper {
    display: none
}

.portfolio_group.flat .portfolio-item {
    width: 33.3%
}

.portfolio_group.flat .portfolio-item .image_frame {
    border: 0
}

.portfolio_group.flat .portfolio-item .image_frame .mask {
    box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0
}

.portfolio_group.flat .portfolio-item .desc {
    display: none
}

.portfolio_group.grid .portfolio-item {
    margin: 0 1% 20px;
    width: 31.2%
}

.portfolio_group.grid .portfolio-item .desc .desc-wrapper,
.portfolio_group.grid .portfolio-item .desc .details-wrapper {
    display: none
}

.portfolio_group.masonry .portfolio-item {
    margin: 0 1% 20px;
    width: 31.2%
}

.portfolio_group.masonry .portfolio-item .desc .title_wrapper {
    margin-bottom: 15px
}

.portfolio_group.masonry .portfolio-item .desc .desc-wrapper {
    display: block;
    margin-right: 0
}

.portfolio_group.masonry .portfolio-item .desc .details-wrapper {
    display: none
}

.portfolio_group.masonry-hover .portfolio-item {
    margin: 0 1% 20px;
    width: 31.2%
}

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper {
    overflow: hidden;
    position: relative
}

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
    background-color: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 10% 10% 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc h3:after {
    background: #fff;
    content: "";
    display: block;
    height: 3px;
    margin: 15px 0;
    width: 20px
}

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc h3 a {
    color: #fff
}

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .desc-inner {
    color: #fff;
    height: 100%;
    overflow: hidden
}

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper {
    bottom: 18px;
    box-sizing: border-box;
    left: 0;
    padding: 0 7% 0 8%;
    position: absolute;
    width: 100%
}

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.external,
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link,
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom {
    color: #fff;
    font-size: 25px;
    position: relative;
    top: 0
}

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link {
    float: right
}

.portfolio_group.masonry-hover .portfolio-item .image-wrapper {
    line-height: 0
}

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc.bg-light .desc-inner,
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc.bg-light .links-wrappper a,
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc.bg-light h3 a {
    color: #444
}

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc.bg-light h3:after {
    background: #444
}

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper:hover .hover-desc {
    opacity: 1
}

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.external,
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.link,
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.zoom {
    top: -3px
}

.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc {
    padding: 10%
}

.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper {
    overflow: visible
}

.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc {
    opacity: 1;
    position: static
}

.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .desc-inner {
    margin-bottom: 15px
}

.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .links-wrappper {
    margin-top: 30px;
    padding: 0;
    position: static
}

.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom {
    display: none
}

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc,
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.external,
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link,
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom {
    transition: all .3s ease-in-out
}

.portfolio_group.masonry-minimal .portfolio-item {
    margin: 0 1% 20px;
    width: 31.2%
}

.portfolio_group.masonry-flat {
    float: left;
    width: 100%
}

.portfolio_group.masonry-flat .portfolio-item {
    display: block;
    float: left;
    position: relative;
    width: 24.9%;
    width: calc(25% - 1px)
}

.portfolio_group.masonry-flat .portfolio-item.wide {
    width: 49.8%;
    width: calc(50% - 1px)
}

.portfolio_group.masonry-flat .portfolio-item .portfolio-item-fill {
    padding-bottom: 78%
}

.portfolio_group.masonry-flat .portfolio-item.tall .portfolio-item-fill {
    padding-bottom: 156%
}

.portfolio_group.masonry-flat .portfolio-item.wide .portfolio-item-fill {
    padding-bottom: 39%
}

.portfolio_group.masonry-flat .portfolio-item.tall.wide .portfolio-item-fill {
    padding-bottom: 78%
}

.portfolio_group.masonry-flat .portfolio-item .image_frame {
    border: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.portfolio_group.masonry-flat .portfolio-item .image_frame .image_wrapper {
    position: static
}

.portfolio_group.masonry-flat .portfolio-item .image_frame .mask {
    box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0
}

.portfolio_group.masonry-flat .portfolio-item .image_frame img {
    margin: 0 !important;
    top: 0 !important
}

.portfolio_group.masonry-flat .portfolio-item .desc {
    display: none
}

.portfolio_group.grid.col-2 .portfolio-item,
.portfolio_group.masonry-hover.col-2 .portfolio-item,
.portfolio_group.masonry-minimal.col-2 .portfolio-item,
.portfolio_group.masonry.col-2 .portfolio-item {
    width: 47.99%
}

.portfolio_group.grid.col-3 .portfolio-item,
.portfolio_group.masonry-hover.col-3 .portfolio-item,
.portfolio_group.masonry-minimal.col-3 .portfolio-item,
.portfolio_group.masonry.col-3 .portfolio-item {
    width: 31.33%
}

.portfolio_group.grid.col-4 .portfolio-item,
.portfolio_group.masonry-hover.col-4 .portfolio-item,
.portfolio_group.masonry-minimal.col-4 .portfolio-item,
.portfolio_group.masonry.col-4 .portfolio-item {
    width: 22.99%
}

.portfolio_group.grid.col-5 .portfolio-item,
.portfolio_group.masonry-hover.col-5 .portfolio-item,
.portfolio_group.masonry-minimal.col-5 .portfolio-item,
.portfolio_group.masonry.col-5 .portfolio-item {
    margin: 0 .5% 20px;
    width: 18.99%
}

.portfolio_group.grid.col-6 .portfolio-item,
.portfolio_group.masonry-hover.col-6 .portfolio-item,
.portfolio_group.masonry-minimal.col-6 .portfolio-item,
.portfolio_group.masonry.col-6 .portfolio-item {
    margin: 0 .5% 20px;
    width: 15.66%
}

.portfolio_group.flat.col-2 .portfolio-item {
    width: 49.99%
}

.portfolio_group.flat.col-3 .portfolio-item {
    width: 33.33%
}

.portfolio_group.flat.col-4 .portfolio-item {
    width: 24.99%
}

.portfolio_group.flat.col-5 .portfolio-item {
    width: 19.99%
}

.portfolio_group.flat.col-6 .portfolio-item {
    width: 16.66%
}

.portfolio_group.exposure .portfolio-item {
    position: relative;
    width: 100%
}

.portfolio_group.exposure .portfolio-item a.link {
    display: block
}

.portfolio_group.exposure .portfolio-item .image-wrapper {
    line-height: 0
}

.portfolio_group.exposure .portfolio-item .image-wrapper .mask {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.portfolio_group.exposure .portfolio-item .desc-inner {
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2
}

.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrapper-inner {
    box-sizing: border-box;
    margin: 0 1%;
    padding: 0 35px;
    width: 98%
}

.full-width .portfolio_group.exposure .portfolio-item .desc-inner {
    top: 70px
}

.full-width .portfolio_group.exposure .portfolio-item .desc-inner .desc-wrapper-inner {
    padding: 0
}

.portfolio_group.exposure .portfolio-item .desc-inner .line {
    display: block;
    height: 4px;
    margin-bottom: 20px;
    width: 0
}

.portfolio_group.exposure .portfolio-item .desc-inner .entry-title {
    margin-bottom: 20px
}

.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper {
    opacity: .7;
    width: 75%
}

.portfolio_group.exposure .portfolio-item .details-wrapper {
    bottom: 5px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

.portfolio_group.exposure .portfolio-item .details-wrapper .details-wrapper-inner {
    box-sizing: border-box;
    margin: 0 1%;
    padding: 0 25px;
    width: 98%
}

.full-width .portfolio_group.exposure .portfolio-item .details-wrapper {
    bottom: 35px
}

.full-width .portfolio_group.exposure .portfolio-item .details-wrapper .details-wrapper-inner {
    padding: 0
}

.portfolio_group.exposure .portfolio-item .details-wrapper .column {
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    box-sizing: border-box;
    float: right;
    margin-bottom: 0;
    opacity: 0;
    padding: 20px 10px;
    transform: translateY(-7%)
}

.portfolio_group.exposure .portfolio-item .details-wrapper .column h5.label {
    font-weight: 400;
    margin-bottom: 8px
}

.portfolio_group.exposure .portfolio-item .details-wrapper .column h5 {
    font-weight: 700
}

.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper,
.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h2,
.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h3,
.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h4,
.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h5,
.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h6,
.portfolio_group.exposure .portfolio-item .desc-inner .entry-title,
.portfolio_group.exposure .portfolio-item .details-wrapper h5,
.portfolio_group.exposure .portfolio-item .details-wrapper h5 a {
    color: #fff
}

.portfolio_group.exposure .portfolio-item .desc-inner .line,
.portfolio_group.exposure .portfolio-item .image-wrapper .mask {
    transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.portfolio_group.exposure .portfolio-item .details-wrapper .column {
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.portfolio_group.exposure .portfolio-item .details-wrapper .column:first-child {
    transition-delay: .2s
}

.portfolio_group.exposure .portfolio-item .details-wrapper .column:nth-child(2) {
    transition-delay: .3s
}

.portfolio_group.exposure .portfolio-item .details-wrapper .column:nth-child(3) {
    transition-delay: .4s
}

.portfolio_group.exposure .portfolio-item:hover .desc-inner .line {
    width: 100px
}

.portfolio_group.exposure .portfolio-item:hover .image-wrapper .mask {
    opacity: 1
}

.portfolio_group.exposure .portfolio-item:hover .details-wrapper .column {
    opacity: 1;
    transform: translateY(0)
}

.section_wrapper .portfolio_wrapper .column.one.pager_wrapper .hover-desc {
    margin: 40px 0 !important
}

.template-slider .section-portfolio-header {
    margin-top: 30px
}

#Footer {
    background-position: top;
    background-repeat: no-repeat;
    position: relative
}

#Footer.full-width .container {
    max-width: 100%
}

#Footer .footer_action {
    background: rgba(0, 0, 0, .1)
}

#Footer .footer_action .one {
    font-size: 110%;
    line-height: 180%;
    margin-bottom: 30px;
    padding-top: 30px;
    text-align: center
}

#Footer .widgets_wrapper {
    padding: 15px 0
}

#Footer .widgets_wrapper .column {
    margin-bottom: 0
}

#Footer .widgets_wrapper .widget {
    margin-bottom: 0;
    padding: 15px 0
}

#Footer .widgets_wrapper .widget:after {
    display: none
}

#Footer .footer_copy {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

#Footer .footer_copy .one {
    margin-bottom: 20px;
    min-height: 33px;
    padding-top: 30px
}

#Footer .footer_copy .copyright {
    float: left
}

#Footer .footer_copy .social {
    float: right;
    margin-right: 20px
}

#Footer .footer_copy .social li {
    display: inline-block;
    margin-right: 6px
}

#Footer .footer_copy .social li:last-child {
    margin-right: 0
}

#Footer .footer_copy .social li a {
    color: hsla(0, 0%, 100%, .3);
    font-size: 15px;
    line-height: 15px;
    transition: all .3s ease-in-out
}

#Footer .footer_copy .social li a:hover {
    color: #fff
}

#Footer .footer_copy .social-menu {
    float: right;
    margin-right: 20px
}

#Footer .footer_copy .social-menu li {
    border-right: 1px solid hsla(0, 0%, 100%, .1);
    display: inline-block;
    margin-right: 6px;
    padding-right: 6px
}

#Footer .footer_copy .social-menu li:last-child {
    border-right-width: 0;
    margin-right: 0;
    padding-right: 0
}

.footer-copy-center #Footer .footer_copy {
    text-align: center
}

.footer-copy-center #Footer .footer_copy .copyright {
    float: none;
    margin: 0 0 10px
}

.footer-copy-center #Footer .footer_copy #back_to_top {
    float: none;
    margin: -10px 0 10px
}

.footer-copy-center #Footer .footer_copy .social,
.footer-copy-center #Footer .footer_copy .social-menu {
    float: none;
    margin: 0
}

#back_to_top {
    float: right;
    margin: -9px 0 0
}

#back_to_top.in_footer {
    bottom: 20px;
    position: absolute;
    right: 75px
}

#back_to_top.hide {
    display: none
}

#back_to_top.sticky {
    bottom: 20px;
    position: fixed;
    right: 75px;
    z-index: 9001
}

#back_to_top.sticky.scroll {
    opacity: 0;
    transition: all .3s ease-in-out
}

#back_to_top.sticky.scroll.focus,
#back_to_top.sticky.scroll:hover {
    opacity: 1
}

.button-round #back_to_top.sticky {
    right: 100px
}

#Footer .Recent_posts ul li .desc {
    background: rgba(0, 0, 0, .1)
}

#Footer .widget_mfn_menu ul li a {
    background: rgba(0, 0, 0, .1);
    color: #ccc
}

#Footer .widget_recent_entries ul li {
    background: rgba(0, 0, 0, .1)
}

#Footer ul.list_check li:after,
#Footer ul.list_idea li:after,
#Footer ul.list_mixed li:after,
#Footer ul.list_star li:after {
    background: hsla(0, 0%, 100%, .08)
}

#Footer .widget_mfn_recent_comments ul li .date_label {
    background-color: rgba(0, 0, 0, .07)
}

#Footer .widget_mfn_recent_comments ul li .date_label:after {
    border-left-color: rgba(0, 0, 0, .07)
}

.footer-fixed #Footer {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1
}

.footer-sliding #Content,
.footer-sliding #Wrapper {
    position: relative;
    z-index: 0
}

.footer-sliding #Footer {
    z-index: -1
}

.footer-sliding #Footer,
.footer-stick #Footer.is-sticky {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%
}

.comments {
    margin-bottom: 0
}

#comments .nocomments {
    margin-bottom: 40px
}

#comments>:first-child {
    border-style: solid;
    border-top-width: 1px;
    padding-top: 20px
}

.page #comments>:first-child {
    margin-top: 20px
}

#comments .commentlist {
    margin-left: 0
}

#comments .commentlist li {
    list-style: none !important
}

#comments .commentlist>li {
    margin-bottom: 30px
}

#comments .commentlist>li .comment-body {
    background: #fff;
    margin-bottom: 20px;
    margin-left: 105px;
    padding: 20px;
    position: relative
}

#comments .commentlist>li .comment-body:after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: -6px;
    position: absolute;
    top: 35px;
    width: 0
}

#comments .commentlist>li .children {
    border-left: 1px solid #ddd;
    margin-bottom: 15px;
    padding-left: 40px
}

#comments .commentlist>li .photo {
    border-radius: 100%;
    border-style: solid;
    border-width: 8px;
    display: block;
    height: 64px;
    left: -105px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 64px
}

#comments .commentlist>li .comment-author {
    color: #444;
    font-size: 15px
}

#comments .commentlist>li .comment-author .fn {
    font-weight: 700
}

#comments .commentlist>li .comment-meta {
    font-size: 12px;
    font-style: italic
}

#comments .commentlist>li p {
    margin: 4px 0 10px
}

#comments .commentlist>li .reply {
    position: absolute;
    right: 20px;
    top: 20px
}

#comments .commentlist>li .reply a.comment-reply-link {
    background-image: url(../img/stripes/stripes_10_w.png);
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    padding: 3px 6px
}

#comments .commentlist>li .reply a:hover.comment-reply-link {
    text-decoration: none
}

#comments .commentlist li .comment-body.lastBorder {
    border-bottom: 0
}

#comments .commentlist .children {
    margin-bottom: 0;
    margin-left: 30px;
    padding-left: 50px
}

#comments .commentlist .children li {
    margin-bottom: 0
}

#comments #comments-title {
    margin-bottom: 20px
}

#comments #comments-title span {
    font-style: italic
}

#respond {
    margin-bottom: 40px;
    overflow: hidden
}

#respond .comment-reply-title {
    font-size: 21px;
    line-height: 25px
}

#respond .comment-reply-title>small {
    font-size: 13px;
    margin-left: 10px
}

#respond p {
    margin-bottom: 15px;
    padding-left: 0 !important
}

#respond .comment-notes .required {
    position: static
}

#respond input[type=text] {
    margin-bottom: 0
}

#respond label {
    margin-bottom: 3px
}

#respond .comment-form-author,
#respond .comment-form-email {
    float: left;
    margin-right: 2% !important;
    position: relative;
    width: 31.3%
}

#respond .comment-form-url {
    float: left;
    position: relative;
    width: 33.3%
}

#respond .comment-form-comment,
#respond input[type=email],
#respond input[type=password],
#respond input[type=text],
#respond select {
    width: 100%
}

#respond .comment-form-comment textarea {
    margin-bottom: 10px;
    width: 100%
}

#respond .form-submit {
    margin: 0
}

#respond .form-submit input[type=submit] {
    float: right !important;
    font-size: 14px;
    margin: 0 !important
}

#respond .form-allowed-tags {
    display: none
}

#respond .form-allowed-tags code {
    margin-top: 10px
}

.single-testimonial .fixed-nav,
.single-testimonial .post-meta .category,
.single-testimonial .post-nav {
    display: none
}

body.error404 {
    height: 100%
}

body.error404.custom-404,
body.error404.events-archive {
    height: auto
}

body.error404:not(.events-archive) #Content {
    padding: 0 !important
}

#Error_404 {
    left: 30px;
    margin-top: -150px;
    overflow: hidden;
    position: absolute;
    top: 50%
}

#Error_404 .error_pic {
    float: left;
    text-align: center;
    width: 30%
}

#Error_404 .error_pic i {
    font-size: 250px;
    line-height: 250px
}

#Error_404 .error_desk {
    float: left;
    padding-top: 40px;
    width: 70%
}

#Error_404 .error_desk h2 {
    font-size: 45px;
    line-height: 45px
}

#Error_404 .error_desk h4 {
    font-size: 26px;
    line-height: 30px
}

#Error_404 .error_desk p .check {
    font-size: 16px;
    line-height: 45px
}

#Error_404 .error_desk p .button {
    display: inline;
    margin: 0 0 0 20px
}

.search-not-found .snf-pic {
    float: left;
    text-align: center;
    width: 275px
}

.search-not-found .snf-pic i {
    font-size: 200px;
    line-height: 200px
}

.search-not-found .snf-desc {
    float: left;
    padding-top: 40px;
    width: 70%;
    width: calc(100% - 275px)
}

.search-not-found .snf-desc h2 {
    color: rgba(0, 0, 0, .7);
    font-size: 45px;
    line-height: 45px
}

.search-not-found .snf-desc h4 {
    color: rgba(0, 0, 0, .7);
    font-size: 26px;
    line-height: 30px
}

.section.has-video {
    overflow: hidden;
    position: relative
}

.section.has-video .section_video {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

.section.has-video .section_video .mask {
    background: url(../img/videomask.png) repeat 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

.section.has-video .section_video video {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    z-index: 2
}

.section.has-video .section_wrapper {
    position: relative;
    z-index: 10
}

@media only screen and (max-device-width:1024px) {
    .section.has-video .section_video {
        display: none !important
    }
}

.section.has-navi .section-nav {
    cursor: pointer;
    font-size: 38px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin: 0 0 0 -25px;
    position: absolute;
    text-align: center;
    width: 50px;
    z-index: 701
}

.section.has-navi .section-nav.prev {
    top: 25px
}

.section.has-navi .section-nav.next {
    bottom: 25px
}

.section.has-navi:first-child .section-nav.prev,
.section.has-navi:nth-last-child(3) .section-nav.next {
    display: none
}

.section.has-navi .section-nav {
    color: rgba(0, 0, 0, .2)
}

.section.has-navi .section-nav:hover {
    color: rgba(0, 0, 0, .8)
}

.section.has-navi.dark .section-nav {
    color: hsla(0, 0%, 100%, .2)
}

.section.has-navi.dark .section-nav:hover {
    color: hsla(0, 0%, 100%, .8)
}

.section.has-navi .section-nav {
    transition: all .5s ease-in-out
}

.dark,
.dark .feature_list ul li a,
.dark .icon_box a .desc,
.dark .icon_box a:hover .desc,
.dark .list_item a:not(.icon_bar),
.dark .list_item a:not(.icon_bar):hover,
.dark .widget_recent_entries ul li a,
.dark ul.timeline_items {
    color: #fff !important
}

.dark .accordion .question .answer,
.dark .ui-tabs .ui-tabs-panel {
    color: #626262
}

.dark blockquote {
    background-image: url(../img/stripes/textline_dark.png)
}

.dark blockquote:after {
    color: hsla(0, 0%, 100%, .1)
}

.dark a.content_link .title,
.dark h1,
.dark h1 a,
.dark h1 a:hover,
.dark h2,
.dark h2 a,
.dark h2 a:hover,
.dark h3,
.dark h3 a,
.dark h3 a:hover,
.dark h4,
.dark h4 a,
.dark h4 a:hover,
.dark h5,
.dark h5 a,
.dark h5 a:hover,
.dark h6,
.dark h6 a,
.dark h6 a:hover {
    color: #fff
}

.dark .Recent_posts ul li .desc h6,
.dark .article_box .desc_wrapper p,
.dark .chart_box:before,
.dark .comments,
.dark .fixed-nav .desc h6,
.dark .format-link .post-title .icon-link,
.dark .how_it_works .image,
.dark .icon_box.has_border:after,
.dark .idea_box,
.dark .list_item .circle,
.dark .mcb-sidebar,
.dark .opening_hours,
.dark .opening_hours .opening_hours_wrapper li,
.dark .portfolio_group .portfolio-item .desc .details-wrapper,
.dark .portfolio_group.list .portfolio-item,
.dark .post-footer .post-links,
.dark .post-header .title_wrapper,
.dark .promo_box.has_border:after,
.dark .section-post-related .section-related-adjustment,
.dark .share_wrapper,
.dark .team_list .bq_wrapper,
.dark .widget:after,
.dark .widget_recent_entries ul li a,
.dark a.content_link,
.dark a.icon_bar,
.dark dl>dd,
.dark dl>dt,
.dark input[type=email],
.dark input[type=password],
.dark input[type=tel],
.dark input[type=text],
.dark select,
.dark table td,
.dark table th,
.dark textarea {
    border-color: hsla(0, 0%, 100%, .08)
}

.dark #comments .commentlist>li .comment-author .says,
.dark .Recent_posts ul li a .desc .date,
.dark .article_box .desc_wrapper p,
.dark .blockquote p.author span,
.dark .button-love a .label,
.dark .chart_box p,
.dark .counter .desc_wrapper .title,
.dark .fancy_heading .inside,
.dark .fancy_heading_line .slogan,
.dark .filters_buttons li.label,
.dark .fixed-nav .desc .date,
.dark .pager .pages a,
.dark .pager-single a,
.dark .post-footer,
.dark .post-footer a span.label,
.dark .post-meta,
.dark .post-meta a,
.dark .team .desc_wrapper p.subtitle,
.dark .testimonials_slider .testimonials_slider_ul li .author span,
.dark .testimonials_slider .testimonials_slider_ul li .author span a,
.dark .tp_recent_tweets .twitter_time,
.dark .widget_recent_entries ul li .post-date {
    color: #dedede
}

.dark blockquote {
    color: #fff
}

.dark .article_box .desc_wrapper h4 {
    color: #444
}

.dark .progress_bars .bars_list li h6 .label {
    background: hsla(0, 0%, 100%, .05);
    color: hsla(0, 0%, 100%, .35)
}

.dark .counter .desc_wrapper .number {
    color: #fff
}

.dark .opening_hours,
.dark .opening_hours h3,
.dark a.content_link .title {
    color: #444
}

.dark .Recent_posts ul li .desc {
    background: rgba(0, 0, 0, .1)
}

.dark .call_to_action .call_center a,
.dark .call_to_action .call_left h3,
.dark .column_column ol,
.dark .column_column ul,
.dark .list_item.lists_2 .list_icon i,
.dark .the_content_wrapper ol,
.dark .the_content_wrapper ul {
    color: #fff
}

.dark .fancy_heading_line {
    background-image: url(../img/fancy_heading_hr_dark.png)
}

.dark .content_slider.flat a.button .button_icon i,
.dark a.mfn-link,
.dark a:hover.mfn-link,
.style-simple .dark .quick_fact .number-wrapper {
    color: #fff
}

.dark a.hover.mfn-link-2 span:before,
.dark a.hover.mfn-link-4:after,
.dark a.hover.mfn-link-4:before,
.dark a.mfn-link-4:hover:after,
.dark a.mfn-link-4:hover:before,
.dark a.mfn-link-7:after,
.dark a.mfn-link-7:before,
.dark a.mfn-link-8:after,
.dark a.mfn-link-8:before {
    background: #fff
}

.dark a.mfn-link-6:before {
    border-bottom-color: #fff
}

.dark .slider_pagination a {
    background: hsla(0, 0%, 100%, .3)
}

.dropcap {
    background-image: url(../img/stripes/stripes_10_w.png);
    border-radius: 5px;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin: 0 10px 5px 0;
    text-align: center;
    width: 35px
}

.dropcap_circle {
    border-radius: 100%
}

.dropcap.transparent {
    background: none !important
}

.dropcap.size-2 {
    font-size: 35px;
    height: 50px;
    line-height: 50px;
    width: 50px
}

.dropcap.size-3 {
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    width: 60px
}

.highlight {
    background-image: url(../img/stripes/stripes_10_w.png);
    border-radius: 3px;
    padding: 1px 7px
}

.highlight.highlight_image {
    padding: 0 2px 7px
}

.tooltip {
    border-bottom-width: 1px;
    border-style: dotted;
    cursor: help;
    display: inline;
    position: relative
}

.tooltip.hover:after,
.tooltip:hover:after {
    background-image: url(../img/stripes/stripes_10_w.png);
    border-radius: 5px;
    bottom: 110%;
    content: attr(data-tooltip);
    font-size: 13px;
    left: 50%;
    line-height: 18px;
    margin-left: -85px;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    width: 140px;
    z-index: 98
}

.tooltip.tooltip-img:after {
    display: none
}

.tooltip.tooltip-img .tooltip-content {
    background-image: url(../img/stripes/stripes_10_w.png);
    border-radius: 5px;
    bottom: 110%;
    display: none;
    font-size: 13px;
    left: 50%;
    line-height: 18px;
    margin-left: -165px;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    width: 300px;
    z-index: 98
}

.tooltip.tooltip-img.hover .tooltip-content,
.tooltip.tooltip-img:hover .tooltip-content {
    display: block
}

.wpml-languages .tooltip.hover:after,
.wpml-languages .tooltip:hover:after {
    bottom: auto;
    top: 40px
}

.wpml-languages:not(.disabled) .tooltip {
    cursor: default
}

.wpml-languages:not(.disabled) .tooltip.hover:after,
.wpml-languages:not(.disabled) .tooltip:hover:after {
    display: none !important
}

.column_button .button {
    margin: 0 !important;
    vertical-align: middle
}

.button_align.align_center {
    text-align: center
}

.button_align.align_right {
    text-align: right
}

.column_image {
    line-height: 0
}

.image_frame,
.wp-caption {
    display: block;
    overflow: hidden;
    margin: 0;
    border-style: solid;
    border-width: 0;
    max-width: 100%;
    line-height: 0;
    box-sizing: border-box;
}

.image_frame,
.image_frame .image_wrapper,
.wp-caption,
.wp-caption img {
    box-sizing: border-box
}

.wp-caption a {
    display: block
}

.wp-caption-text {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 10px 0 5px;
    text-align: center
}

.wp-caption-text.hide {
    display: none
}

.if-caption-on .gallery-item,
.if-caption-on .image_frame {
    position: relative
}

.if-caption-on .wp-caption-text {
    background: rgba(0, 0, 0, .5);
    border-radius: 3px;
    bottom: 15px;
    box-sizing: border-box;
    color: hsla(0, 0%, 100%, .7);
    left: 15px;
    padding: 5px 10px !important;
    position: absolute;
    width: calc(100% - 30px)
}

.if-zoom .image_frame:not(.has_border) .wp-caption-text,
.image_frame.no_border .wp-caption-text {
    padding: 10px 0
}

.the_content_wrapper .image_frame,
.the_content_wrapper .wp-caption {
    margin-bottom: 20px
}

.the_content_wrapper .wp-caption.aligncenter,
.the_content_wrapper .wp-caption.alignnone {
    clear: both
}

.image_frame .image_wrapper {
    overflow: hidden;
    position: relative
}

.image_frame .image_wrapper .mask {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.image_frame .image_wrapper img:not(.ls-l) {
    position: relative;
    top: 0;
    transform: scale(1)
}

.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: -15px !important
}

.masonry-flat .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0 !important
}

.image_frame.hover .image_wrapper img,
.image_frame:hover .image_wrapper img {
    top: -15px
}

.image_frame.no_link:hover .image_wrapper img,
.image_frame:hover .image_wrapper .ls-container img {
    top: 0
}

.image_frame .image_wrapper .mask:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 3
}

.image_frame.hover .image_wrapper .mask:after,
.image_frame:hover .image_wrapper .mask:after {
    opacity: 1
}

.image_frame.no_link:hover .image_wrapper .mask:after {
    opacity: 0
}

.image_frame .image_wrapper .image_links {
    bottom: -60px;
    height: 60px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 4
}

.image_frame.hover .image_wrapper .image_links,
.image_frame:hover .image_wrapper .image_links {
    bottom: 0
}

.image_frame .image_wrapper .image_links a {
    display: block;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    width: 100%
}

.image_frame .image_wrapper .image_links.double a {
    display: block;
    float: left;
    width: 50%
}

.image_frame .image_wrapper .image_links.double a:first-child,
.image_frame .image_wrapper .image_links.triple a {
    box-shadow: inset -1px 0 0 0 hsla(0, 0%, 100%, .2)
}

.image_frame .image_wrapper .image_links.triple a {
    display: block;
    float: left;
    width: 33%
}

.image_frame .image_wrapper .image_links.triple a:last-child {
    box-shadow: 0 0 0;
    width: 34%
}

.image_frame .image_wrapper .image_links.hover-title a {
    font-size: 15px;
    text-decoration: none
}

.image_frame.no_border {
    border-width: 0
}

.alignleft {
    float: left;
    margin: 15px 15px 15px 0
}

.alignright {
    float: right;
    margin: 15px 0 15px 15px
}

.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center
}

.aligncenter img {
    display: inline
}

.image_frame .image_wrapper .image_links,
.image_frame .image_wrapper .mask:after,
.image_frame .image_wrapper img {
    transition: all .3s ease-in-out
}

.image_frame .image_wrapper .image_links a {
    transition: all .1s ease-in-out
}

.greyscale .image_wrapper .mask {
    display: none
}

.greyscale img {
    filter: grayscale(100%)
}

.greyscale .client_wrapper:hover img,
.greyscale a:hover img,
.greyscale img:hover {
    filter: none
}

.if-overlay .image_frame .image_wrapper .image_links {
    bottom: auto;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0;
    top: 50%;
    transform: scale(0);
    width: 60px;
    z-index: 4
}

.if-overlay .image_frame .image_wrapper .image_links.double {
    margin-left: -60px;
    width: 120px
}

.if-overlay .image_frame .image_wrapper .image_links.triple {
    margin-left: -90px;
    width: 180px
}

.if-overlay .image_frame .image_wrapper .image_links.hover-title {
    left: 0;
    margin-left: 0;
    width: 100%
}

.if-overlay .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0 !important
}

.if-overlay .image_frame.hover .image_wrapper .image_links,
.if-overlay .image_frame:hover .image_wrapper .image_links {
    opacity: 1;
    transform: scale(1)
}

.if-overlay .image_frame.hover .image_wrapper img,
.if-overlay .image_frame:hover .image_wrapper img {
    top: 0;
    transform: scale(1.2)
}

.if-overlay .image_item.hover .image_wrapper img,
.if-overlay .image_item:hover .image_wrapper img {
    transform: scale(1)
}

.if-zoom .image_frame .image_wrapper .image_links {
    display: none
}

.if-zoom .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0 !important
}

.if-zoom .image_frame.hover .image_wrapper img,
.if-zoom .image_frame:hover .image_wrapper img {
    top: 0
}

.if-zoom .image_frame .image_wrapper .mask {
    display: none
}

.if-zoom .image_frame.hover .image_wrapper img,
.if-zoom .image_frame:hover .image_wrapper img {
    transform: scale(1.1)
}

.if-zoom .image_frame.no_link:hover .image_wrapper img,
.if-zoom image_frame.no_link.hover .image_wrapper img {
    transform: scale(1)
}

.if-zoom #Content .image_frame .image_wrapper img {
    max-width: 100.1%
}

.if-disable .image_frame .image_wrapper .image_links {
    display: none
}

.if-disable .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0 !important
}

.if-disable .image_frame:hover .image_wrapper img,
.if-zoom .image_frame.hover .image_wrapper img {
    top: 0
}

.if-disable .image_frame .image_wrapper .mask {
    display: none
}

.if-border-hide .image_frame:not(.has_border) {
    border-width: 0
}

.image_frame.hover-disable .image_wrapper .image_links {
    display: none
}

.image_frame.hover-disable .image_wrapper .mask {
    display: none !important
}

.image_frame.hover-disable .image_wrapper img {
    margin-bottom: 0 !important;
    top: 0 !important;
    transform: scale(1) !important
}

.image_frame.hover-disable:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0 !important
}

.content_video.iframe.auto-wh {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.content_video.iframe.auto-wh iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post-photo-wrapper.embed .image_wrapper,
.single-photo-wrapper.embed .image_wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.post-photo-wrapper.embed .image_wrapper iframe,
.single-photo-wrapper.embed .image_wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post-photo-wrapper.html5 .jp-video:not(.jp-video-full) .jp-jplayer,
.single-photo-wrapper.html5 .jp-video:not(.jp-video-full) .jp-jplayer {
    height: 0 !important;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.post-photo-wrapper.html5 .jp-video:not(.jp-video-full) img,
.single-photo-wrapper.html5 .jp-video:not(.jp-video-full) img {
    position: absolute
}

.post-photo-wrapper.html5 .jp-video:not(.jp-video-full) video,
.single-photo-wrapper.html5 .jp-video:not(.jp-video-full) video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.gallery .gallery-item {
    margin: 0 0 2.5% !important;
    overflow: hidden
}

.gallery .gallery-item .gallery-icon {
    border: 0;
    line-height: 0;
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    width: 95%
}

.gallery .gallery-item img {
    border: 0 !important;
    display: block;
    height: auto;
    line-height: 0;
    max-width: 100%
}

.gallery .image_frame {
    margin-bottom: 0
}

.gallery-columns-2 .gallery-item:nth-of-type(odd),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1),
.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
.gallery-columns-5 .gallery-item:nth-of-type(5n+1),
.gallery-columns-6 .gallery-item:nth-of-type(6n+1),
.gallery-columns-7 .gallery-item:nth-of-type(7n+1),
.gallery-columns-8 .gallery-item:nth-of-type(8n+1),
.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
    clear: both
}

.gallery.flat .gallery-item {
    margin: 0 !important
}

.gallery.flat .gallery-item .gallery-icon {
    margin: 0 !important;
    width: 100%
}

.gallery.flat .gallery-item .gallery-icon .image_frame {
    border-width: 0;
    margin-bottom: 0
}

.gallery.fancy .gallery-item:nth-child(odd) {
    transform: rotate(-2deg)
}

.gallery.fancy .gallery-item:nth-child(2n) {
    transform: rotate(2deg)
}

.gallery.fancy .gallery-item .image_frame {
    margin: 7%
}

.gallery.masonry .gallery-item {
    margin: 0 !important
}

.gallery.masonry .gallery-item .gallery-icon {
    margin: 0 !important;
    width: 100%
}

.gallery.masonry .gallery-item .image_frame {
    margin-bottom: 0
}

.elementor-element[data-widget_type*=mfn] hr,
.hr_dots,
.hr_wide,
.hr_zigzag,
hr {
    clear: both;
    margin: 0 auto 15px
}

hr.hr_narrow {
    width: 7%
}

hr.no_line {
    background: none;
    border: 0;
    color: transparent
}

.hr_wide {
    height: 1px;
    position: relative
}

.hr_wide hr {
    left: -1000px;
    position: absolute;
    top: 0;
    width: 3000px
}

.aside_left .hr_wide hr {
    left: 0
}

.aside_right .hr_wide hr {
    left: auto;
    right: 0
}

.hr_zigzag {
    margin-bottom: 10px;
    text-align: center
}

.hr_zigzag i {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    margin: 0 -11px
}

.hr_dots {
    line-height: 0;
    text-align: center
}

.hr_dots span {
    border-radius: 5px;
    display: inline-block;
    height: 5px;
    margin: 0 5px;
    overflow: hidden;
    width: 5px
}

.column_divider .hr_dots,
.column_divider .hr_wide,
.column_divider .hr_zigzag,
.column_divider hr {
    margin-bottom: 0
}

.fancy-divider svg {
    display: block
}

.fancy-divider svg:not(:root) {
    overflow: hidden
}

.section .section-divider {
    background-color: inherit;
    display: block;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
    z-index: 1
}

.section-divider.triangle.down,
.section-divider.triangle.up {
    transform: rotate(45deg)
}

.section-divider.triangle.up {
    top: -25px
}

.section-divider.triangle.down {
    bottom: -25px
}

.section-divider.triple-triangle:after,
.section-divider.triple-triangle:before {
    background-color: inherit;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 1
}

.section-divider.triple-triangle.up:after {
    left: -36px;
    top: 50px
}

.section-divider.triple-triangle.up:before {
    right: -50px;
    top: -36px
}

.section-divider.triple-triangle.down:after {
    left: -51px;
    top: 35px
}

.section-divider.triple-triangle.down:before {
    right: -35px;
    top: -50px
}

.section-divider.triple-triangle.down,
.section-divider.triple-triangle.up {
    transform: rotate(45deg)
}

.section-divider.triple-triangle.up {
    top: -25px
}

.section-divider.triple-triangle.down {
    bottom: -25px
}

.section-divider.square.down,
.section-divider.square.up {
    height: 70px;
    margin-left: -35px;
    width: 70px
}

.section-divider.square.up {
    top: -25px
}

.section-divider.square.down {
    bottom: -25px
}

.section-divider.circle.down,
.section-divider.circle.up {
    border-radius: 100%;
    height: 70px;
    margin-left: -35px;
    width: 70px
}

.section-divider.circle.up {
    top: -25px
}

.section-divider.circle.down {
    bottom: -25px
}

.section .section-decoration {
    background-repeat: repeat-x;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.section .section-decoration.top {
    background-position: top;
    top: 0
}

.section .section-decoration.bottom {
    background-position: bottom;
    bottom: 0
}

.idea_box {
    background: rgba(0, 0, 0, .02);
    border-style: solid;
    border-top-width: 1px;
    clear: both;
    padding: 25px 25px 25px 70px;
    position: relative
}

.idea_box .icon {
    color: rgba(0, 0, 0, .15);
    font-size: 30px;
    left: 15px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%
}

.google_font {
    margin-bottom: 15px
}

.google_font.inline {
    display: inline;
    margin-bottom: 0
}

.popup-content {
    display: none
}

.single_icon {
    display: block;
    margin: 0 auto 15px
}

.single_icon.icon_left {
    text-align: left
}

.single_icon.icon_right {
    text-align: right
}

.single_icon.icon_center {
    text-align: center
}

fieldset,
form {
    margin-bottom: 0
}

textarea:not(.select2-search__field) {
    line-height: 20px;
    min-height: 60px
}

label,
legend {
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

input[type=checkbox],
input[type=checkbox]~label {
    display: inline
}

input[type=checkbox]~label:before {
    content: " "
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    -webkit-appearance: none;
    border: 0;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 10px;
    width: 100%
}

ul {
    list-style: none outside
}

ol {
    list-style: decimal
}

.column_column ul,
.column_helper ul,
.column_visual ul,
.icon_box ul,
.mfn-acc ul,
.post-excerpt ul,
.the_content_wrapper ul,
.ui-tabs-panel ul {
    list-style: disc outside;
    margin: 0 0 15px 30px
}

.column_column ol,
.column_helper ol,
.column_visual ol,
.icon_box ol,
.mfn-acc ol,
.post-excerpt ol,
.the_content_wrapper ol,
.ui-tabs-panel ol {
    margin: 0 0 15px 30px
}

.column_column ol li,
.column_column ul li,
.column_helper ol li,
.column_helper ul li,
.column_visual ol li,
.column_visual ul li,
.icon_box ol li,
.icon_box ul li,
.mfn-acc ol li,
.mfn-acc ul li,
.post-excerpt ol li,
.post-excerpt ul li,
.the_content_wrapper ol li,
.the_content_wrapper ul li,
.ui-tabs-panel ol li,
.ui-tabs-panel ul li {
    margin-bottom: 10px
}

.column_column ol li ol,
.column_column ul li ul,
.column_helper ol li ol,
.column_helper ul li ul,
.column_visual ol li ol,
.column_visual ul li ul,
.icon_box ol li ol,
.icon_box ul li ul,
.mfn-acc ol li ol,
.mfn-acc ul li ul,
.post-excerpt ol li ol,
.post-excerpt ul li ul,
.the_content_wrapper ol li ol,
.the_content_wrapper ul li ul,
.ui-tabs-panel ol li ol,
.ui-tabs-panel ul li ul {
    margin-bottom: 0;
    margin-top: 10px
}

ul.list_check,
ul.list_custom,
ul.list_idea,
ul.list_mixed,
ul.list_star {
    list-style: none;
    margin-left: 0
}

ul.list_check li,
ul.list_custom li,
ul.list_idea li,
ul.list_mixed li,
ul.list_star li {
    margin: 0 0 20px;
    padding-left: 50px;
    position: relative
}

ul.list_check li:after,
ul.list_custom li:after,
ul.list_idea li:after,
ul.list_mixed li:after,
ul.list_star li:after {
    background: rgba(0, 0, 0, .08);
    bottom: -11px;
    content: "";
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 70px
}

ul.list_check li:last-child:after,
ul.list_custom li:last-child:after,
ul.list_idea li:last-child:after,
ul.list_mixed li:last-child:after,
ul.list_star li:last-child:after {
    display: none
}

ul.list_custom li i {
    font-size: 17px;
    left: 25px;
    line-height: 20px;
    position: absolute;
    top: 4px;
    transform: translateX(-50%)
}

li.list_check:before,
ul.list_check li:before {
    content: "\e841"
}

li.list_star:before,
ul.list_star li:before {
    content: "\e927"
}

li.list_idea:before,
ul.list_idea li:before {
    content: "\e8ae"
}

ul.list_check li:before,
ul.list_idea li:before,
ul.list_mixed li:before,
ul.list_star li:before {
    font-family: mfn-icons;
    font-size: 17px;
    left: 20px;
    overflow: hidden;
    position: absolute;
    top: 0
}

ul.list_check li:before,
ul.list_custom li i,
ul.list_idea li:before,
ul.list_mixed li:before,
ul.list_star li:before {
    color: #3e3e3e
}

dl {
    margin: 0 0 30px
}

dl>dd,
dl>dt {
    border-style: solid;
    border-width: 1px 0 0;
    margin: 0;
    padding: 10px 0
}

dl>dd:first-of-type,
dl>dt:first-of-type {
    border-top-width: 0;
    padding-top: 0
}

dl>dt {
    display: block;
    float: left;
    font-weight: 700;
    width: 100px
}

dl>dd {
    margin-left: 110px
}

dl>dd:after {
    clear: both;
    content: "";
    display: block
}

.alert {
    margin-bottom: 30px;
    padding: 20px 55px 20px 90px;
    position: relative
}

.alert,
.alert .alert_icon {
    border-radius: 5px
}

.alert .alert_icon {
    color: rgba(0, 0, 0, .4);
    font-size: 30px;
    height: 60px;
    left: 10px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 60px
}

.alert a.close {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 15px;
    top: 20px
}

.alert a.close i {
    color: rgba(0, 0, 0, .6);
    margin: 0 !important
}

.alert a:hover.close i {
    color: rgba(0, 0, 0, .8)
}

.alert_warning {
    background: #ffe38b;
    color: #9b812e
}

.alert_warning .alert_icon {
    background: #fbda72
}

.alert_warning a,
.alert_warning a:hover {
    color: #645012
}

.alert_error {
    background: #fb5455;
    color: #fff
}

.alert_error .alert_icon {
    background: #f24143
}

.alert_error a,
.alert_error a:hover {
    color: #9f2e2e
}

.alert_info {
    background: #3097db;
    color: #fff
}

.alert_info .alert_icon {
    background: #1c81c4
}

.alert_info a,
.alert_info a:hover {
    color: #b1e0ff
}

.alert_success {
    background: #a5de5c;
    color: #fff
}

.alert_success .alert_icon {
    background: #8fc944
}

.alert_success a,
.alert_success a:hover {
    color: #5d9514
}

a.mfn-link {
    display: inline-block;
    font-size: 15px;
    margin: 15px 25px;
    outline: none;
    position: relative;
    text-shadow: 0 0 1px hsla(0, 0%, 100%, .3);
    white-space: nowrap
}

a.mfn-link,
a:hover.mfn-link {
    text-decoration: none
}

a.mfn-link-1:after,
a.mfn-link-1:before {
    display: inline-block;
    opacity: 0;
    transition: transform .3s, opacity .2s
}

a.mfn-link-1:before {
    content: "[";
    margin-right: 10px;
    transform: translateX(20px)
}

a.mfn-link-1:after {
    content: "]";
    margin-left: 10px;
    transform: translateX(-20px)
}

a.hover.mfn-link-1:after,
a.hover.mfn-link-1:before,
a:hover.mfn-link-1:after,
a:hover.mfn-link-1:before {
    opacity: 1;
    transform: translateX(0)
}

a.mfn-link-2 {
    line-height: 44px;
    perspective: 1000px
}

a.mfn-link-2 span {
    display: inline-block;
    padding: 0 14px;
    position: relative;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    transition: transform .3s
}

a.mfn-link-2 span:before {
    content: attr(data-hover);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    transition: background .3s;
    width: 100%
}

a.hover.mfn-link-2 span,
a:hover.mfn-link-2 span {
    transform: rotateX(90deg) translateY(-22px)
}

a.mfn-link-3 {
    padding: 8px 0
}

a.mfn-link-3:after {
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity .3s, transform .3s;
    width: 100%
}

a.hover.mfn-link-3:after,
a:hover.mfn-link-3:after {
    opacity: 1;
    transform: translateY(0)
}

a.mfn-link-4 {
    font-weight: 700;
    padding: 12px 10px 10px;
    text-shadow: none
}

a.mfn-link-4:after,
a.mfn-link-4:before {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 100%;
    transform: scale(.85);
    transition: transform .3s;
    width: 100%
}

a.mfn-link-4:after {
    opacity: 0;
    transition: top .3s, opacity .3s, transform .3s
}

a.hover.mfn-link-4:after,
a.hover.mfn-link-4:before,
a:hover.mfn-link-4:after,
a:hover.mfn-link-4:before {
    transform: scale(1)
}

a.hover.mfn-link-4:after,
a:hover.mfn-link-4:after {
    opacity: 1;
    top: 0
}

a.mfn-link-5 {
    margin: 0 15px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

a.mfn-link-5 span {
    display: block
}

a.mfn-link-5 span,
a.mfn-link-5:before {
    padding: 10px 20px;
    transition: transform .3s
}

a.mfn-link-5:before {
    content: attr(data-hover);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    transform: translateX(-25%);
    width: 100%;
    z-index: -1
}

a.hover.mfn-link-5 span,
a:hover.mfn-link-5 span {
    transform: translateX(100%)
}

a.hover.mfn-link-5:before,
a:hover.mfn-link-5:before {
    transform: translateX(0)
}

a.mfn-link-6 {
    padding: 10px 0;
    text-shadow: none
}

a.mfn-link-6:before {
    border-bottom: 2px solid;
    content: attr(data-hover);
    left: 0;
    max-width: 0;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    top: 0;
    transition: max-width .5s
}

a.hover.mfn-link-6:before,
a:hover.mfn-link-6:before {
    max-width: 100%
}

a.mfn-link-7 {
    height: 45px;
    line-height: 45px;
    padding: 0 20px
}

a.mfn-link-7:after,
a.mfn-link-7:before {
    content: "";
    height: 2px;
    opacity: .2;
    pointer-events: none;
    position: absolute;
    transition: all .3s;
    width: 45px
}

a.mfn-link-7:before {
    left: 0;
    top: 0;
    transform: rotate(90deg);
    transform-origin: 0 0
}

a.mfn-link-7:after {
    bottom: 0;
    right: 0;
    transform: rotate(90deg);
    transform-origin: 100% 0
}

a.hover.mfn-link-7:after,
a.hover.mfn-link-7:before,
a:hover.mfn-link-7:after,
a:hover.mfn-link-7:before {
    opacity: 1
}

a.hover.mfn-link-7:before,
a:hover.mfn-link-7:before {
    left: 50%;
    transform: rotate(0deg) translateX(-50%)
}

a.hover.mfn-link-7:after,
a:hover.mfn-link-7:after {
    right: 50%;
    transform: rotate(0deg) translateX(50%)
}

a.mfn-link-8 {
    font-weight: 700;
    padding: 0 5px;
    position: relative;
    transition: color .3s;
    z-index: 1
}

a.mfn-link-8:after,
a.mfn-link-8:before {
    content: "";
    height: 2px;
    left: 0;
    margin-top: -1px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transition: transform .3s, opacity .3s;
    width: 100%;
    z-index: -1
}

a.mfn-link-8:before {
    transform: translateY(-20px)
}

a.mfn-link-8:after {
    transform: translateY(20px)
}

a.hover.mfn-link-8:after,
a.hover.mfn-link-8:before,
a:hover.mfn-link-8:after,
a:hover.mfn-link-8:before {
    opacity: .7
}

a.hover.mfn-link-8:before,
a:hover.mfn-link-8:before {
    transform: rotate(45deg)
}

a.hover.mfn-link-8:after,
a:hover.mfn-link-8:after {
    transform: rotate(-45deg)
}

a.hover.mfn-link-8:after,
a.hover.mfn-link-8:before,
a.mfn-link-3:after,
a.mfn-link-4:after,
a.mfn-link-4:before,
a:hover.mfn-link-8:after,
a:hover.mfn-link-8:before {
    background: rgba(0, 0, 0, .1)
}

a.mfn-link-6 {
    border-top: 2px solid rgba(0, 0, 0, .05)
}

a.mfn-link.mfn-link-6 {
    color: rgba(0, 0, 0, .25)
}

a.hover.mfn-link-2 span:before,
a.mfn-link-2 span,
a.mfn-link-5 span,
a.mfn-link-5:before,
a:hover.mfn-link-2 span:before {
    color: #fff
}

.accordion .question {
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
    overflow: hidden
}

.accordion .question:last-child {
    margin-bottom: 0
}

.accordion .question .title {
    background: #f9f9f9;
    border-style: solid;
    border-width: 0;
    box-shadow: inset 0 4px 3px -2px rgba(0, 0, 0, .04);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding: 14px 14px 14px 60px;
    position: relative
}

.accordion .question .title:before {
    border-style: solid;
    border-width: 0 1px 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 49px;
    z-index: 1
}

.accordion .question .title>.acc-icon-minus,
.accordion .question .title>.acc-icon-plus {
    color: rgba(0, 0, 0, .25);
    display: block;
    font-size: 17px;
    height: 20px;
    left: 15px;
    line-height: 17px;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 20px
}

.accordion .question .title>.acc-icon-minus:before,
.accordion .question .title>.acc-icon-plus:before {
    margin: 0 !important
}

.accordion .question .title>.acc-icon-plus {
    display: block
}

.accordion .question .title>.acc-icon-minus {
    display: none
}

.accordion .question .answer {
    box-shadow: inset 0 4px 3px -2px rgba(0, 0, 0, .06);
    display: none;
    overflow: hidden;
    padding: 15px 20px 20px
}

.accordion .question .answer .wpb_content_element:last-child {
    margin-bottom: 0
}

.accordion .question.active .title {
    border-width: 0 0 1px
}

.accordion .question.active .title>.acc-icon-plus {
    display: none
}

.accordion .question.active .title>.acc-icon-minus {
    display: block
}

.accordion .question.active p:last-child {
    margin-bottom: 0
}

table {
    border-collapse: collapse;
    border-radius: 5px;
    border-spacing: 0;
    box-sizing: border-box;
    margin-bottom: 15px;
    width: 100%
}

table td,
table th {
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    text-align: center;
    vertical-align: middle
}

table th {
    background: #f9f9f9;
    box-shadow: inset 0 4px 3px -2px rgba(0, 0, 0, .04);
    font-weight: 700
}

table th.clear {
    background: none;
    border: 0
}

table tr:first-child td {
    box-shadow: inset 0 4px 3px -2px rgba(0, 0, 0, .06)
}

table tr:nth-child(2n) td {
    background: rgba(0, 0, 0, .01)
}

table.simple th {
    background: none
}

table.simple td,
table.simple th {
    border-width: 0 0 1px
}

table.simple tr:first-child td {
    background: none
}

table.simple tr:last-child td {
    border: none
}

body.table-hover table tr:hover td {
    transition: all .3s ease-in-out
}

.feature_list ul {
    margin: 0;
    overflow: hidden
}

.feature_list ul li {
    box-sizing: border-box;
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px;
    width: 25%
}

.feature_list ul li a {
    display: block
}

.feature_list ul li a:hover {
    text-decoration: none
}

.feature_list ul li .icon {
    display: table-cell;
    height: 60px;
    line-height: 0;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 60px
}

.feature_list ul li .icon i {
    font-size: 43px;
    line-height: 60px
}

.feature_list ul li .icon i:before {
    margin: 0
}

.feature_list ul li p {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle
}

.feature_list hr {
    margin: 0
}

.feature_list ul li a {
    transition: all .1s ease-in-out
}

.feature_list[data-col="2"] ul li {
    width: 50%
}

.feature_list[data-col="3"] ul li {
    width: 33.33%
}

.feature_list[data-col="4"] ul li {
    width: 25%
}

.feature_list[data-col="5"] ul li {
    width: 20%
}

.feature_list[data-col="6"] ul li {
    width: 16.66%
}

.list_item,
.list_item>a {
    display: block
}

.list_item>a:hover {
    text-decoration: none
}

.list_item .list_left {
    float: left;
    font-size: 50px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    text-align: center;
    width: 80px
}

.list_item .list_image {
    box-sizing: unset;
    font-size: 0
}

.list_item .list_left img {
    max-height: 80px !important;
    max-width: 80px !important;
    vertical-align: middle
}

.list_item .list_left i:before {
    margin: 0
}

.list_item .circle {
    background-image: url(../img/stripes/stripes_3_b.png);
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
    float: left;
    font-size: 20px;
    font-weight: 700;
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    text-align: center;
    width: 78px
}

.list_item .list_right {
    word-wrap: break-word;
    margin-left: 100px;
    padding: 5px 0 0
}

.list_item .list_right h4 {
    margin-bottom: 7px
}

.list_item.lists_1 .list_left {
    background-image: url(../img/stripes/stripes_3_b.png);
    border-radius: 5px;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1)
}

.list_item.lists_1 .list_image {
    font-size: 0;
    height: 60px;
    line-height: 60px;
    padding: 10px;
    width: 60px
}

.list_item.lists_1 .list_left img {
    max-height: 60px !important;
    max-width: 60px !important
}

.list_item.lists_3 .list_left {
    float: none;
    margin-bottom: 10px
}

.list_item.lists_3 .list_icon {
    text-align: left;
    width: auto
}

.list_item.lists_3 .list_right {
    margin-left: 0;
    padding-top: 0
}

.list_item.lists_3 .list_right h4 {
    margin-bottom: 10px
}

.list_item.lists_4 .list_right {
    padding-top: 21px
}

.align_right .list_item .list_left {
    float: right
}

.align_right .list_item .list_right {
    margin-left: 0;
    margin-right: 100px
}

.content_slider {
    padding: 0 140px;
    position: relative
}

.content_slider .content_slider_ul {
    border-style: solid;
    border-width: 8px;
    box-sizing: border-box;
    line-height: 0;
    margin: 0 !important
}

.content_slider .content_slider_ul li {
    display: block;
    float: left;
    margin: 0 !important
}

.content_slider .button {
    font-size: 13px;
    margin: -22px 0 0;
    position: absolute;
    top: 50%
}

.content_slider .slider_prev {
    left: -90px
}

.content_slider .slider_next {
    right: -90px
}

.content_slider .slider_pagination {
    margin-top: 20px;
    width: 100%
}

.content_slider .slider_pagination li {
    display: inline-block
}

.content_slider .content_slider_ul {
    max-height: 300px;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.content_slider .content_slider_ul.slick-slider {
    max-height: none;
    opacity: 1
}

.column_column .content_slider {
    padding: 0 10%
}

.column_column .content_slider ul {
    margin-left: 0
}

.column_column .content_slider a.slider_prev {
    left: -70px
}

.column_column .content_slider a.slider_next {
    right: -70px
}

.content_slider.flat .content_slider_ul {
    border-width: 0
}

.content_slider.flat a.button {
    background: none !important;
    border: none;
    box-shadow: none
}

.content_slider.flat a.button:after {
    display: none !important
}

.content_slider.flat a.button:hover {
    background: none !important
}

.content_slider.flat a.button .button_icon {
    background: none;
    font-size: 50px;
    opacity: .3;
    padding: 0
}

.content_slider.flat a.button .button_icon:after {
    display: none
}

.content_slider.flat a:hover.button .button_icon {
    opacity: 1
}

.content_slider.flat.description ul li {
    text-align: center
}

.content_slider.flat.description ul li a {
    display: block;
    text-decoration: none
}

.content_slider.flat.description ul li img {
    margin-bottom: 30px
}

.content_slider.flat.description ul li h3 {
    margin-bottom: 0
}

.content_slider.flat.description ul li .desc {
    line-height: 120%;
    line-height: normal;
    margin-top: 15px;
    padding: 0 20%
}

.content_slider.carousel {
    padding: 0 70px
}

.content_slider.carousel .content_slider_ul {
    border-width: 0
}

.content_slider.carousel .content_slider_ul li {
    padding: 5px 20px 0;
    text-align: center
}

.content_slider.carousel .content_slider_ul li img {
    margin-bottom: 20px;
    opacity: .8;
    position: relative;
    top: 0
}

.content_slider.carousel .content_slider_ul li a {
    color: inherit;
    text-decoration: none
}

.content_slider.carousel .content_slider_ul li .title {
    line-height: 120%;
    line-height: normal;
    opacity: .3
}

.content_slider.carousel .content_slider_ul li:hover img {
    opacity: 1;
    top: -5px
}

.content_slider.carousel .content_slider_ul li:hover .title {
    opacity: 1
}

.content_slider.carousel a.button {
    background: none !important;
    border: none;
    box-shadow: none;
    margin-top: -11px;
    top: 40%
}

.content_slider.carousel a.button:after {
    display: none !important
}

.content_slider.carousel a.button:hover {
    background: none !important
}

.content_slider.carousel a.button .button_icon {
    background: none;
    font-size: 30px;
    opacity: .5;
    padding: 0
}

.content_slider.carousel a.button:hover .button_icon {
    opacity: 1
}

.content_slider.carousel a.slider_prev {
    left: -70px
}

.content_slider.carousel a.slider_next {
    right: -70px
}

.content_slider.center {
    padding: 0
}

.content_slider.center .content_slider_ul {
    border-width: 0
}

.content_slider.center .content_slider_ul li {
    padding: 0 5px;
    position: relative
}

.content_slider.center .content_slider_ul li:not(.slick-center) {
    transform: scale(.98)
}

.content_slider.center .content_slider_ul li a {
    display: block;
    position: relative;
    z-index: 9
}

.content_slider.center a.button {
    background: none !important;
    border: none;
    box-shadow: none;
    z-index: 1
}

.content_slider.center a.button.slider_prev {
    left: 0
}

.content_slider.center a.button.slider_next {
    right: 0
}

.content_slider.center a.button:after {
    display: none !important
}

.content_slider.center a.button:hover {
    background: none !important
}

.content_slider.center a.button .button_icon {
    background: none;
    font-size: 50px;
    opacity: .66;
    padding: 0
}

.content_slider.center a.button .button_icon i {
    color: #fff
}

.content_slider.center a.button:hover .button_icon {
    opacity: 1
}

.content_slider.center .content_slider_ul li,
.content_slider.center .content_slider_ul li:after,
.content_slider.center a.button .button_icon {
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.content_slider.hide-arrows {
    padding: 0
}

.content_slider.hide-arrows a.slider_next,
.content_slider.hide-arrows a.slider_prev,
.content_slider.hide-dots .slider_pagination {
    display: none !important
}

.section.full-width .column.one .content_slider.hide-arrows {
    padding: 0 140px
}

.section.full-width .column.one .content_slider.center {
    padding: 0
}

.content_slider.carousel ul li .title,
.content_slider.carousel ul li img,
.content_slider.flat a.button .button_icon {
    transition: all .3s ease-in-out
}

.offer {
    position: relative
}

.offer .offer_ul {
    margin: 0 !important;
    max-height: 500px;
    opacity: 0;
    overflow: hidden
}

.offer .offer_ul.slick-slider {
    max-height: none;
    opacity: 1;
    overflow: visible
}

.offer .offer_li {
    float: left;
    list-style: none;
    margin: 0 !important;
    width: 100%
}

.offer .offer_li .image_wrapper {
    float: left;
    line-height: 0;
    width: 50%
}

.offer .offer_li .image_wrapper img {
    float: right
}

.offer .offer_li .desc_wrapper {
    float: left;
    margin: 30px 12px 30px 30px;
    width: 570px;
    width: calc(50% - 42px)
}

.offer .offer_li .desc_wrapper .title {
    margin-bottom: 30px;
    min-height: 43px;
    padding-right: 160px;
    position: relative
}

.offer .offer_li .desc_wrapper.no-link .title {
    padding: 0
}

.offer .offer_li .desc_wrapper .title h3 {
    font-size: 35px;
    line-height: 35px;
    margin: 0;
    padding-top: 3px
}

.offer .offer_li .desc_wrapper .title h3 em {
    color: rgba(0, 0, 0, .1);
    font-style: normal
}

.offer .offer_li .desc_wrapper .title a.button {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}

.offer .offer_li .desc_wrapper.align_left {
    text-align: left
}

.offer .offer_li .desc_wrapper.align_right {
    text-align: right
}

.offer .offer_li .desc_wrapper.align_center {
    text-align: center
}

.offer .offer_li .desc_wrapper.align_justify {
    text-align: justify
}

.offer .offer_li .desc_wrapper.align_right.has-link .title {
    padding-left: 160px;
    padding-right: 0
}

.offer .offer_li .desc_wrapper.align_right .title a.button {
    left: 0;
    right: auto
}

.offer .offer_li .desc_wrapper.align_center.has-link .title {
    text-align: left
}

.offer_li ul {
    list-style: disc none inside;
    margin-bottom: 10px
}

.offer_li ol {
    list-style: decimal none inside;
    margin-bottom: 10px
}

.offer_li li {
    margin-bottom: 5px
}

.offer .slick-arrow {
    background-color: #262626 !important;
    height: 46px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 46px
}

.offer a.slider_next:after,
.offer a.slider_prev:after {
    background: rgba(0, 0, 0, .2)
}

.offer a.slider_next .button_icon,
.offer a.slider_prev .button_icon {
    font-size: 13px;
    line-height: 46px
}

.offer a.slider_next .button_icon i,
.offer a.slider_prev .button_icon i {
    color: #fff
}

.offer a.slider_prev {
    border-radius: 5px 5px 0 0;
    left: 50px;
    margin-top: -69px;
    top: 50%;
    z-index: 2
}

.offer a.slider_next {
    border-radius: 0 0 5px 5px;
    left: 50px;
    margin-top: 23px;
    top: 50%;
    z-index: 2
}

.offer .slider_pagination {
    background: #1c1c1c;
    color: #6c6c6c;
    font-size: 13px;
    height: 46px;
    left: 50px;
    line-height: 46px;
    margin-top: -23px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 46px;
    z-index: 1
}

.offer .slider_pagination.show {
    opacity: 1
}

.offer .slider_pagination .count,
.offer .slider_pagination .current {
    color: #fff
}

.button-stroke .offer a.slider_next .button_icon,
.button-stroke .offer a.slider_prev .button_icon {
    height: 42px;
    line-height: 42px;
    padding: 0;
    text-align: center;
    width: 42px
}

.button-stroke .offer a.slider_prev {
    margin-top: -75px
}

.button-stroke .offer a.slider_next {
    margin-top: 28px
}

.button-stroke .offer .slider_pagination {
    background: rgba(0, 0, 0, .6);
    border-radius: 3px
}

.offer_thumb {
    box-sizing: border-box;
    padding-left: 120px;
    position: relative
}

.offer_thumb_ul {
    margin: 0 !important;
    max-height: 500px;
    opacity: 0;
    overflow: hidden
}

.offer_thumb_ul.slick-slider {
    max-height: none;
    opacity: 1;
    overflow: visible
}

.offer_thumb_ul .offer_thumb_li {
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 !important;
    padding-left: 30px
}

.offer_thumb_ul .offer_thumb_li .desc_wrapper {
    float: left;
    margin-right: 4%;
    padding-top: 20px;
    width: 39%
}

.offer_thumb_ul .offer_thumb_li .desc_wrapper .title {
    margin-bottom: 15px;
    min-height: 43px;
    padding-right: 160px;
    position: relative
}

.offer_thumb_ul .offer_thumb_li .desc_wrapper.no-link .title {
    padding: 0
}

.offer_thumb_ul .offer_thumb_li .desc_wrapper .title h3 {
    font-size: 35px;
    line-height: 35px;
    margin: 0;
    padding-top: 3px
}

.offer_thumb_ul .offer_thumb_li .desc_wrapper .title a.button {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}

.offer_thumb_ul .offer_thumb_li .desc_wrapper.align_left {
    text-align: left
}

.offer_thumb_ul .offer_thumb_li .desc_wrapper.align_right {
    text-align: right
}

.offer_thumb_ul .offer_thumb_li .desc_wrapper.align_center {
    text-align: center
}

.offer_thumb_ul .offer_thumb_li .desc_wrapper.align_justify {
    text-align: justify
}

.offer_thumb_ul .offer_thumb_li .desc_wrapper.align_right.has-link .title {
    padding-left: 160px;
    padding-right: 0
}

.offer_thumb_ul .offer_thumb_li .desc_wrapper.align_right .title a.button {
    left: 0;
    right: auto
}

.offer_thumb_ul .offer_thumb_li .desc_wrapper.align_center.has-link .title {
    text-align: left
}

.offer_thumb_ul .offer_thumb_li .image_wrapper {
    float: right;
    width: 57%
}

.offer_thumb .slick-dots,
.offer_thumb .slick-dots li {
    margin: 0
}

.offer_thumb .slider_pagination li {
    display: inline-block
}

@media only screen and (min-width:768px) {
    .offer_thumb .slider_pagination {
        border-style: solid;
        border-width: 1px;
        left: 0;
        position: absolute;
        top: 0
    }

    .offer_thumb .slider_pagination li {
        display: block
    }

    .offer_thumb .slider_pagination li a {
        background-color: #fff;
        border-bottom-width: 1px;
        border-radius: 0;
        -webkit-border-radius: 0;
        border-style: solid;
        box-sizing: content-box;
        display: block;
        height: 85px;
        line-height: 85px;
        margin: 0;
        padding: 8px;
        text-align: center;
        text-indent: 0;
        width: 85px
    }

    .offer_thumb .slider_pagination li a img {
        vertical-align: middle
    }

    .offer_thumb .slider_pagination li.slick-active a {
        background-color: #fff;
        background-image: url(../img/stripes/stripes_3_b.png);
        top: 0
    }

    .offer_thumb .slider_pagination li:not(.slick-active) a:hover img {
        opacity: .6
    }

    body:not(.style-simple) .offer_thumb:not(.bottom) .slider_pagination li:last-child a {
        border: 0
    }

    .offer_thumb .slider_pagination a:before {
        content: "";
        display: block;
        height: 100%;
        opacity: 0;
        position: absolute;
        right: -5px;
        top: 0;
        width: 5.5px
    }

    .offer_thumb .slider_pagination li.slick-active a:before {
        opacity: 1
    }

    .offer_thumb .slider_pagination a:after {
        border-radius: 0;
        -webkit-border-radius: 0;
        content: "";
        height: 8px;
        left: auto;
        margin-top: -4px;
        opacity: 0;
        right: -9px;
        top: 50%;
        width: 8px
    }

    .offer_thumb .slider_pagination li.slick-active a:after {
        opacity: 1
    }
}

.offer_thumb .slider_pagination a img {
    transition: all .3s ease-in-out
}

.offer_thumb.bottom {
    padding-left: 0
}

.offer_thumb.bottom .offer_thumb_ul .offer_thumb_li .image_wrapper {
    text-align: center;
    width: 48%
}

.offer_thumb.bottom .offer_thumb_ul .offer_thumb_li .desc_wrapper {
    margin-right: 4%;
    width: 48%
}

@media only screen and (min-width:768px) {
    .offer_thumb.bottom .slider_pagination {
        border: 0;
        margin-top: 50px;
        position: static;
        text-align: center
    }

    .offer_thumb.bottom .slider_pagination li {
        display: inline-block;
        margin: -1px 0 0 -1px
    }

    .offer_thumb.bottom .slider_pagination li a {
        border-style: solid;
        border-width: 1px;
        display: inline-block
    }

    .offer_thumb.bottom .slider_pagination li a:before {
        height: 5.5px;
        left: 0;
        right: auto;
        top: -5px;
        width: 100%
    }

    .offer_thumb.bottom .slider_pagination li a:after {
        left: 50%;
        left: calc(50% - 4px);
        right: auto;
        top: -5px
    }
}

.Latest_news ul {
    float: left;
    margin: 0;
    width: 100%
}

.Latest_news ul li {
    list-style: none;
    margin: 0 0 20px;
    overflow: hidden;
    position: relative
}

.Latest_news ul li .photo {
    border-right-width: 3px;
    border-style: solid;
    float: left;
    line-height: 0;
    width: 30%
}

.Latest_news ul li .desc {
    box-sizing: border-box;
    padding: 3px 12px 3px 0;
    width: 100%
}

.Latest_news ul li.has-post-thumbnail .desc {
    margin-left: 30%;
    padding-left: 12px;
    width: 70%
}

.Latest_news ul li .desc h5 {
    margin: 0 0 7px
}

.Latest_news ul li .desc .post-excerpt {
    margin: 10px 0 5px
}

.Latest_news ul li .desc_footer {
    border-style: solid;
    border-top-width: 1px;
    color: #a8a8a8;
    overflow: hidden;
    padding-top: 5px
}

.Latest_news ul li .desc_footer .button-love,
.Latest_news ul li .desc_footer .date {
    float: left;
    margin-right: 5px
}

.Latest_news ul li .desc_footer .button-love a.mfn-love {
    display: inline-block;
    margin-left: 5px;
    padding-left: 24px;
    position: relative
}

.Latest_news ul li .desc_footer .button-love a.mfn-love i {
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 0
}

.Latest_news ul li .desc_footer .button-love a.mfn-love:hover {
    text-decoration: none
}

.Latest_news ul li .desc_footer .button-love a.mfn-love i:last-child {
    opacity: 0;
    transition: all .3s ease-in-out
}

.Latest_news ul li .desc_footer .button-love a.loved.mfn-love i:last-child,
.Latest_news ul li .desc_footer .button-love a:hover.mfn-love i:last-child {
    opacity: 1
}

.Latest_news .button {
    clear: both;
    float: left
}

.Latest_news.featured ul {
    float: left;
    width: 49%
}

.Latest_news.featured ul.ul-first {
    margin-right: 1%
}

.Latest_news.featured ul.ul-second {
    margin-left: 1%
}

.Latest_news.featured ul.ul-first li .photo {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-right-width: 0;
    float: left;
    margin-bottom: 10px;
    width: 100%
}

.Latest_news.featured ul.ul-first li .desc {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

.Latest_news.featured ul.ul-first li .desc h4 {
    margin: 0 0 7px
}

.column.one-fourth .Latest_news.featured ul,
.column.one-third .Latest_news.featured ul,
.column.two-fifth .Latest_news.featured ul,
.wrap.one-fifth .Latest_news.featured ul,
.wrap.one-fourth .Latest_news.featured ul,
.wrap.one-second .column.one-second .Latest_news.featured ul,
.wrap.one-second .column.three-fifth .Latest_news.featured ul,
.wrap.one-sixth .Latest_news.featured ul,
.wrap.three-fifth .column.one-second .Latest_news.featured ul,
.wrap.two-fifth .column.one-second .Latest_news.featured ul,
.wrap.two-fifth .column.three-fifth .Latest_news.featured ul,
.wrap.two-fifth .column.three-fourth .Latest_news.featured ul {
    width: 100%
}

.blog-teaser .teaser-wrapper {
    float: left;
    margin: 0;
    width: 100%
}

.blog-teaser li {
    display: block;
    overflow: hidden;
    position: relative
}

.the_content_wrapper .blog-teaser li {
    margin-bottom: 0
}

.blog-teaser li:first-child {
    float: left;
    width: 66%
}

.blog-teaser li:not(:first-child) {
    float: right;
    width: 33%
}

.blog-teaser li:last-child {
    margin-top: 1%
}

.blog-teaser li:last-child .photo-wrapper {
    margin-bottom: -3.2%
}

.blog-teaser.margin-no li:first-child {
    width: 66.6666%
}

.blog-teaser.margin-no li:not(:first-child) {
    float: right;
    width: 33.3333%
}

.blog-teaser.margin-no li:last-child {
    margin-top: 0
}

.blog-teaser.margin-no li:last-child .photo-wrapper {
    margin-bottom: 0
}

.blog-teaser li .photo-wrapper {
    line-height: 0;
    position: relative
}

.blog-teaser li .photo-wrapper:after {
    background: rgba(0, 0, 0, .2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s ease-out;
    width: 100%;
    z-index: 2
}

.blog-teaser li:hover .photo-wrapper:after {
    opacity: 1
}

.blog-teaser li .desc-wrapper {
    bottom: -20px;
    left: 0;
    position: absolute;
    transition: all .4s ease-out;
    width: 100%;
    z-index: 4
}

.blog-teaser li:hover .desc-wrapper {
    transform: translateY(-20px)
}

.blog-teaser li .desc-wrapper .desc {
    background: url(../img/blog_masonry_tile_gradient.png) 0 0 repeat-x;
    padding: 70px 25px 30px
}

.blog-teaser li .desc-wrapper .desc .post-meta .author .label {
    display: none
}

.blog-teaser li .desc-wrapper .desc .post-meta .comments {
    margin-left: 5px
}

.blog-teaser li .desc-wrapper .desc .post-title a {
    color: #fff
}

.blog-teaser li .desc-wrapper .desc .post-title:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 3px;
    margin-top: 20px;
    transition: all .4s ease-out;
    width: 0
}

.blog-teaser li:hover .desc-wrapper .desc .post-title:after {
    width: 40%
}

.blog-teaser li:first-child:hover .desc-wrapper .desc .post-title:after {
    width: 20%
}

.blog-teaser li .desc-wrapper .desc .post-meta,
.blog-teaser li .desc-wrapper .desc .post-meta a {
    color: hsla(0, 0%, 100%, .7)
}

.blog-teaser li:not(.has-post-thumbnail) .photo-wrapper {
    padding-bottom: 3.2%;
    padding-top: 75%
}

.blog-teaser li:not(.has-post-thumbnail) .desc-wrapper .desc {
    background: none
}

.blog-teaser li:not(.has-post-thumbnail) .desc-wrapper .desc .post-title:after {
    background: #fff
}

.helper {
    overflow: hidden
}

.helper .helper_header {
    min-height: 35px;
    padding: 15px 150px 15px 20px;
    position: relative
}

.helper .helper_header .title {
    line-height: 35px;
    margin: 0
}

.helper .helper_header .links {
    position: absolute;
    right: 15px;
    top: 15px
}

.helper .helper_header .links a.link {
    border-radius: 5px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    padding: 0 10px;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.helper .helper_content .item {
    display: none;
    overflow: hidden;
    padding: 0 20px 20px
}

.helper {
    background: #f5f5f5
}

.helper .helper_header .links a.link {
    background: #fff;
    color: #999
}

.helper .helper_header .links a.link.active,
.helper .helper_header .links a:hover.link {
    background: rgba(0, 0, 0, .06);
    color: #999
}

.icon_box {
    padding: 10px 0;
    position: relative
}

.icon_box.has_border:after {
    border-style: solid;
    border-width: 0 1px 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -2.4%;
    top: 0;
    width: 0
}

.icon_box a {
    display: block
}

.icon_box a:hover {
    text-decoration: none
}

.icon_box .icon_wrapper {
    background-image: url(../img/stripes/stripes_3_b.png);
    border-radius: 100%;
    border-style: solid;
    border-width: 8px;
    box-sizing: unset;
    display: block;
    font-size: 50px;
    height: 110px;
    line-height: 110px;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 110px
}

.icon_box .icon_wrapper i {
    position: relative;
    z-index: 2
}

.icon_box .icon_wrapper:before {
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.icon_box .icon_wrapper {
    background-color: #fff;
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, .08)
}

.icon_box .image_wrapper {
    margin-bottom: 15px;
    text-align: center
}

.icon_box .desc_wrapper {
    text-align: center
}

.icon_box.icon_position_left {
    min-height: 126px;
    padding-left: 145px
}

.icon_box.icon_position_left .icon_wrapper {
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 10px
}

.icon_box.icon_position_left .desc_wrapper {
    padding-top: 10px;
    text-align: left
}

.icon_box.icon_position_left .image_wrapper {
    height: 126px;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 126px
}

.icon_box .icon_wrapper,
.icon_box .icon_wrapper:before {
    transition: background-color .3s ease-in-out
}

.icon_box .icon_wrapper {
    transform: scale(1)
}

.icon_box:hover .icon_wrapper {
    transform: scale(.94)
}

.icon_box a.button,
.icon_box a.mfn-link {
    display: inline-block
}

.article_box {
    display: flex;
    overflow: hidden
}

.article_box a {
    display: flex;
    width: 100%
}

.article_box a:hover {
    text-decoration: none
}

.article_box .photo_wrapper {
    float: left;
    line-height: 0;
    width: 50%
}

.article_box .desc_wrapper {
    background-color: #f8f8f8;
    background-image: url(../img/stripes/stripes_3_b.png);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px;
    width: 50%
}

.article_box .desc_wrapper p {
    border-bottom-width: 1px;
    border-style: solid;
    margin-bottom: 10px;
    padding-bottom: 7px
}

.article_box .desc_wrapper h4 {
    margin-bottom: 5px
}

.article_box .desc_wrapper i.icon-right-open {
    display: block;
    left: -5px;
    position: relative
}

.sliding_box {
    position: relative
}

.sliding_box a {
    display: block
}

.sliding_box a:hover {
    text-decoration: none
}

.sliding_box .photo_wrapper {
    bottom: -15px;
    line-height: 0;
    position: relative;
    transform: scale(1)
}

.sliding_box .desc_wrapper {
    box-sizing: border-box;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2
}

.sliding_box .desc_wrapper:after {
    border: 8px solid transparent;
    border-top: 0 solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 0;
    width: 0
}

.sliding_box .desc_wrapper h4 {
    margin-bottom: 0
}

.sliding_box .photo_wrapper {
    transition: all .3s ease-in-out
}

.sliding_box:hover .photo_wrapper {
    bottom: -1px
}

.sliding_box .desc_wrapper:after {
    transition: all .5s ease-in-out
}

.sliding_box:hover .desc_wrapper:after {
    top: -8px
}

.story_box {
    padding: 0 11%
}

.story_box a {
    display: block
}

.story_box a,
.story_box a:hover {
    text-decoration: none
}

.story_box .photo_wrapper {
    line-height: 0;
    overflow: hidden
}

.story_box .photo_wrapper img {
    display: block;
    opacity: .7
}

.story_box .desc_wrapper {
    margin-right: 20%;
    position: relative;
    z-index: 2
}

.story_box .desc_wrapper h3 {
    margin-left: -30px;
    margin-top: -26px
}

.story_box .desc_wrapper hr {
    margin-left: 0;
    width: 20%
}

.story_box .desc a {
    display: inline
}

.story_box:hover .desc_wrapper hr {
    width: 40%
}

.story_box:hover .photo_wrapper img {
    display: block;
    opacity: 1
}

.story_box.vertical {
    padding: 0 17%
}

.story_box .desc_wrapper hr,
.story_box .photo_wrapper img {
    transition: all .3s ease-in-out
}

.promo_box {
    position: relative
}

.promo_box.has_border:after {
    border-style: solid;
    border-width: 0 1px 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -2.4%;
    top: 0;
    width: 0
}

.promo_box_wrapper {
    overflow: hidden
}

.promo_box_wrapper .photo_wrapper {
    float: left;
    line-height: 0;
    text-align: left;
    width: 36%
}

.promo_box_wrapper .desc_wrapper {
    float: left;
    margin: 0 2% 0 6%;
    padding-top: 10px;
    width: 56%
}

.promo_box_wrapper .desc_wrapper .desc {
    margin-bottom: 15px
}

.promo_box_wrapper.promo_box_right .photo_wrapper {
    float: right;
    text-align: right
}

.promo_box_wrapper.promo_box_right .desc_wrapper {
    margin: 0 6% 0 2%;
    text-align: right
}

.promo_box_wrapper.promo_box_right .desc_wrapper a.button {
    margin-right: 0
}

.column_zoom_box {
    line-height: 0;
    text-align: center
}

.zoom_box {
    line-height: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.zoom_box .desc,
.zoom_box .photo img {
    transition: all .3s ease-in-out
}

.zoom_box .photo img {
    transform: scale(1)
}

.zoom_box:hover .photo img {
    transform: scale(1.15)
}

.zoom_box .desc {
    background: rgba(0, 0, 0, .8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(1.15);
    width: 100%
}

.zoom_box .desc_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.zoom_box:hover .desc {
    opacity: 1;
    transform: scale(1)
}

.zoom_box .desc .desc_img img {
    max-width: 30% !important;
    padding-bottom: 15px
}

.zoom_box .desc .desc_txt {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    padding: 0 40px
}

#Content .zoom_box .photo img {
    max-width: 100.1%
}

.counter {
    background-image: url(../img/stripes/stripes_10_b.png);
    padding: 20px;
    position: relative;
    text-align: center
}

.counter .icon_wrapper {
    line-height: 0;
    margin-bottom: 15px;
    width: 100%
}

.counter .icon_wrapper i:before {
    margin: 0
}

.counter .icon_wrapper i {
    display: inline-block;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    width: 50px
}

.counter .desc_wrapper .number-wrapper {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 5px
}

.counter .desc_wrapper .number-wrapper .label {
    font-size: 70%;
    line-height: 100%
}

.counter .desc_wrapper .title {
    font-size: 15px;
    line-height: 20px;
    margin: 0
}

.counter.counter_horizontal {
    min-height: 75px;
    text-align: left
}

.counter.counter_horizontal .icon_wrapper {
    height: 50px;
    left: 30px;
    margin: 0;
    position: absolute;
    top: 32px;
    width: 50px
}

.counter.counter_horizontal .desc_wrapper {
    padding-left: 85px
}

.chart_box {
    position: relative;
    text-align: center
}

.chart_box:before {
    background-color: #fff;
    background-image: url(../img/stripes/stripes_3_b.png);
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 138px;
    left: 50%;
    margin-left: -69px;
    position: absolute;
    top: 1px;
    width: 138px;
    z-index: 2
}

.chart_box .chart {
    margin: 0 auto 10px;
    position: relative;
    width: 140px
}

.chart_box .chart canvas {
    position: relative;
    z-index: 2
}

.chart_box .chart .icon,
.chart_box .chart .image {
    height: 70px;
    left: 35px;
    line-height: 70px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 35px;
    width: 70px;
    z-index: 3
}

.chart_box .chart .icon {
    font-size: 45px
}

.chart_box .chart .icon i:before {
    margin: 0
}

.chart_box .chart .image img {
    vertical-align: middle
}

.chart_box .chart .num {
    font-size: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 3
}

.chart_box p {
    margin-bottom: 0
}

.progress_bars .bars_list {
    margin: 0
}

.progress_bars .bars_list li {
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden
}

.progress_bars .bars_list li:last-child {
    margin-bottom: 0
}

.progress_bars .bars_list li h6 {
    margin-bottom: 7px;
    padding-right: 40px;
    position: relative
}

.progress_bars .bars_list li h6 .label {
    background: rgba(0, 0, 0, .05);
    border-radius: 3px;
    color: rgba(0, 0, 0, .35);
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 1px
}

.progress_bars .bars_list li h6 .label em {
    font-style: normal
}

.progress_bars .bars_list li .bar {
    background: rgba(0, 0, 0, .02);
    border-radius: 3px;
    box-sizing: border-box;
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.progress_bars .bars_list li .bar,
.progress_bars .bars_list li .bar .progress {
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .04)
}

.progress_bars .bars_list li .bar .progress {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(0, 0, 0, .07) 0, rgba(0, 0, 0, .07) 14px);
    display: block;
    height: 100%
}

.progress_bars .bars_list:not(.hover) li .bar .progress {
    width: 0 !important
}

.progress_bars .bars_list.hover li .bar .progress {
    transition: all 1.3s ease-in-out
}

.progress_icons {
    margin-bottom: 12px;
    overflow: hidden
}

.progress_icons .progress_icon {
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    margin: 0 7px 7px 0;
    text-align: center;
    width: 35px
}

.progress_icons .progress_icon img {
    margin: 5px 0 -5px;
    max-height: 25px;
    max-width: 25px !important
}

.progress_icons .progress_icon:last-child {
    margin-right: 0
}

.progress_icons .progress_icon:not(.themebg) {
    background: rgba(0, 0, 0, .06)
}

.progress_icons .progress_icon {
    transition: all .4s ease-in-out
}

.trailer_box {
    line-height: 0;
    position: relative;
    text-align: center
}

.trailer_box a {
    display: block
}

.trailer_box a:after {
    background: rgba(0, 0, 0, .15);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.trailer_box:hover a:after {
    opacity: 1
}

.trailer_box .desc {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    padding: 20px 15px 35px;
    position: absolute;
    width: 100%;
    z-index: 2
}

.trailer_box .desc h2 {
    bottom: 0;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    position: relative
}

.trailer_box:hover .desc h2 {
    bottom: 20px
}

.trailer_box .desc .subtitle {
    background-image: url(../img/stripes/stripes_10_w.png);
    border-radius: 3px;
    bottom: 0;
    display: inline-block;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 15px;
    padding: 4px 8px;
    position: relative;
    text-transform: uppercase
}

.trailer_box:hover .desc .subtitle {
    bottom: 20px
}

.trailer_box .desc .line {
    background: #fff;
    display: block;
    height: 1px;
    margin: 0 auto;
    overflow: hidden;
    width: 0
}

.trailer_box:hover .desc .line {
    width: 60%
}

.trailer_box.plain {
    text-align: left
}

.trailer_box.plain .desc {
    padding: 20px 14% 40px
}

.trailer_box.plain .desc .subtitle {
    background-color: transparent;
    font-style: italic;
    font-weight: 900;
    padding: 0
}

.trailer_box.plain .desc h2 {
    font-weight: 700
}

.trailer_box.plain .desc .line {
    height: 2px;
    margin: 0
}

.trailer_box.plain:hover .desc .line {
    width: 20%
}

.trailer_box.horizontal .desc {
    padding-bottom: 20px
}

.trailer_box.horizontal .desc .subtitle {
    margin-bottom: 10px
}

.trailer_box.horizontal:hover .desc .subtitle,
.trailer_box.horizontal:hover .desc h2 {
    bottom: 10px
}

.trailer_box .desc .line,
.trailer_box .desc .subtitle,
.trailer_box .desc h2,
.trailer_box a:after {
    transition: all .3s ease-in-out
}

.quick_fact {
    text-align: center
}

.quick_fact.align_left {
    text-align: left
}

.quick_fact.align_right {
    text-align: right
}

.quick_fact .number-wrapper {
    font-size: 90px;
    line-height: 90px
}

.quick_fact .number-wrapper .label {
    font-size: 70%;
    line-height: 100%
}

.quick_fact hr {
    width: 40%
}

.photo_box {
    text-align: center
}

.photo_box.pb_left {
    text-align: left
}

.photo_box.pb_right {
    text-align: right
}

.photo_box .image_frame {
    margin-bottom: 15px
}

.photo_box.without-desc .image_frame {
    margin-bottom: 0
}

.photo_box .desc {
    margin-bottom: 15px
}

.flat_box a,
.flat_box a:hover {
    display: block;
    text-decoration: none
}

.flat_box .photo_wrapper {
    line-height: 0;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative
}

.flat_box .photo_wrapper .icon {
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 90px;
    z-index: 2
}

.flat_box .photo_wrapper .icon i {
    display: block;
    font-size: 55px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.flat_box .photo_wrapper .icon img {
    left: 50%;
    max-width: calc(100% - 16px) !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.flat_box a:hover .photo_wrapper .icon,
.flat_box:hover .photo_wrapper .icon {
    transform: translateX(-90px)
}

.flat_box .photo_wrapper img.photo {
    display: block;
    position: relative;
    transform: translateX(15px);
    z-index: 1
}

.flat_box a:hover .photo_wrapper img.photo,
.flat_box:hover .photo_wrapper img.photo {
    transform: translateX(0)
}

.flat_box .desc_wrapper {
    margin-left: 90px
}

@media only screen and (min-width:960px) {
    .one-fourth .flat_box .photo_wrapper .icon {
        width: 60px
    }

    .one-fourth .flat_box .photo_wrapper .icon i {
        font-size: 35px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px
    }

    .one-fourth .flat_box a:hover .photo_wrapper .icon {
        transform: translateX(-60px)
    }

    .one-fourth .flat_box .desc_wrapper {
        margin-left: 60px
    }
}

.flat_box .photo_wrapper .icon,
.flat_box .photo_wrapper img {
    transition: all .4s ease-in-out
}

.feature_box .feature_box_wrapper {
    padding: 20px
}

.feature_box .feature_box_wrapper .desc_wrapper,
.feature_box .feature_box_wrapper .photo_wrapper {
    display: inline-block;
    vertical-align: middle
}

.feature_box .feature_box_wrapper .photo_wrapper {
    width: 50%
}

.feature_box .feature_box_wrapper .photo_wrapper a {
    display: block;
    line-height: 0
}

.feature_box .feature_box_wrapper .desc_wrapper {
    padding-left: 4%;
    width: 46%
}

.hover_box {
    line-height: 0;
    text-align: center
}

.hover_box a {
    display: block;
    line-height: 0
}

.hover_box .hover_box_wrapper {
    line-height: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.hover_box .hover_box_wrapper .visible_photo {
    display: inline-block;
    opacity: 1
}

.hover_box .hover_box_wrapper .hidden_photo {
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.hover_box.hover .hover_box_wrapper .visible_photo,
.hover_box:hover .hover_box_wrapper .visible_photo {
    opacity: 0
}

.hover_box.hover .hover_box_wrapper .hidden_photo,
.hover_box:hover .hover_box_wrapper .hidden_photo {
    opacity: 1
}

.hover_box .hover_box_wrapper .hidden_photo,
.hover_box .hover_box_wrapper .visible_photo {
    transition: all .4s ease-in-out
}

.hover_color {
    border-color: transparent;
    text-align: center
}

.hover_color a {
    display: block
}

.hover_color a:hover {
    text-decoration: none
}

.hover_color .hover_color_bg {
    border: 2px solid transparent;
    box-sizing: border-box
}

.hover_color .hover_color_wrapper {
    padding: 40px 30px;
    text-decoration: none
}

.hover_color,
.hover_color a,
.hover_color a:hover,
.hover_color h1 a,
.hover_color h2 a,
.hover_color h3 a,
.hover_color h4 a,
.hover_color h5 a,
.hover_color h6 a {
    color: #fff
}

.hover_color .hover_color_bg {
    transition: all .4s ease-in-out
}

.hover_color,
.hover_color_bg {
    height: 100%
}

.hover_color.align_left {
    text-align: left
}

.hover_color.align_right {
    text-align: right
}

.hover_color.align_center {
    text-align: center
}

.hover_color.align_justify {
    text-align: justify
}

a.content_link {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin-left: -1px;
    padding: 25px 15px;
    position: relative;
    text-align: center;
    width: 140px
}

a.content_link .icon {
    display: block;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px
}

a.content_link .title {
    font-weight: 700
}

a.content_link:after {
    border-style: solid;
    border-width: 0 0 5px;
    bottom: -6px;
    left: 0;
    width: 100%
}

a.content_link:after,
a.content_link:before {
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    z-index: 2
}

a.content_link:before {
    border: 6px solid transparent;
    border-top: 0 solid transparent;
    bottom: -1px;
    left: 50%;
    margin-left: -6px;
    width: 0
}

a:hover.content_link:after,
a:hover.content_link:before {
    opacity: 1
}

a:hover.content_link {
    background-image: url(../img/stripes/stripes_3_b.png);
    text-decoration: none
}

a.content_link:after,
a.content_link:before {
    transition: all .3s ease-in-out
}

a.icon_bar {
    background-color: #fff;
    background-image: url(../img/stripes/stripes_3_b.png);
    border-style: solid;
    border-width: 1px;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
    display: inline-block;
    margin: 0 2px 2px 0;
    overflow: hidden;
    position: relative;
    text-align: center
}

a.icon_bar span {
    display: block
}

a.icon_bar,
a.icon_bar span {
    font-size: 20px;
    height: 58px;
    line-height: 58px;
    width: 58px
}

a.icon_bar_small,
a.icon_bar_small span {
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    width: 43px
}

a.icon_bar span.t {
    position: relative
}

a.icon_bar span.b {
    position: absolute;
    top: 100%
}

a.icon_bar span {
    transition: transform .3s
}

a.icon_bar span.b {
    transform: translateZ(0)
}

a:hover.icon_bar span {
    transform: translateY(-100%)
}

.wpb_wrapper a.icon_bar {
    margin-bottom: 2px
}

a.icon_bar_facebook span.b {
    background: #3a589b;
    color: #fff
}

a.icon_bar_google span.b {
    background: #d6492f;
    color: #fff
}

a.icon_bar_twitter span.b {
    background: #32ccfe;
    color: #fff
}

a.icon_bar_vimeo span.b {
    background: #1ca7cc;
    color: #fff
}

a.icon_bar_youtube span.b {
    background: #ff3334;
    color: #fff
}

a.icon_bar_flickr span.b {
    background: #ff0084;
    color: #fff
}

a.icon_bar_linkedin span.b {
    background: #007bb6;
    color: #fff
}

a.icon_bar_pinterest span.b {
    background: #cb2027;
    color: #fff
}

a.icon_bar_dribbble span.b {
    background: #ec4a89;
    color: #fff
}

a.icon_bar_instagram span.b {
    background: #e13967;
    color: #fff
}

.get_in_touch {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 25px 20px 25px 30px
}

.get_in_touch ul {
    font-size: 100%;
    line-height: normal;
    margin: 0
}

.get_in_touch ul li {
    word-wrap: break-word;
    list-style: none;
    margin: 0;
    padding: 13px 0 13px 50px;
    position: relative
}

.get_in_touch ul li:after {
    border: solid hsla(0, 0%, 100%, .2);
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: -30px;
    position: absolute;
    width: 70px
}

.get_in_touch ul li p {
    margin: 0
}

.get_in_touch ul li .icon {
    color: rgba(0, 0, 0, .7);
    display: block;
    font-size: 23px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 30px
}

.get_in_touch ul li:last-child:after {
    display: none
}

.infobox {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 25px 20px 25px 30px
}

.infobox ul {
    font-size: 100%;
    line-height: normal;
    margin: 0
}

.infobox ul li {
    word-wrap: break-word;
    list-style: none;
    margin: 0;
    padding: 13px 0 13px 50px;
    position: relative
}

.infobox ul li p {
    margin: 0
}

.infobox ul li:before {
    color: rgba(0, 0, 0, .7);
    content: "\e841";
    display: block;
    font-family: mfn-icons;
    font-size: 20px;
    height: 16px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 16px
}

.infobox ul li:after {
    border: solid hsla(0, 0%, 100%, .2);
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: -30px;
    position: absolute;
    width: 70px
}

.infobox ul li:last-child:after {
    display: none
}

.opening_hours {
    background-color: #fff;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    padding: 25px
}

.opening_hours .opening_hours_wrapper ul {
    margin: 0
}

.opening_hours .opening_hours_wrapper li {
    border-bottom-width: 1px;
    border-style: dashed;
    list-style: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    text-align: center
}

.opening_hours .opening_hours_wrapper li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.opening_hours .opening_hours_wrapper li label {
    background-color: #f8f8f8;
    background-image: url(../img/stripes/stripes_3_b.png);
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
    padding: 5px 11px
}

.opening_hours .opening_hours_wrapper li span {
    display: block;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0 14px
}

.opening_hours .opening_hours_wrapper li span sup {
    font-size: 13px;
    line-height: 13px;
    margin-left: 2px;
    position: relative;
    top: 4px
}

.get_in_touch,
.infobox,
.opening_hours {
    box-sizing: border-box;
    height: 100%
}

.timeline_items {
    background: url(../img/timeline_top.png) no-repeat top;
    box-sizing: content-box;
    margin: 0 !important;
    padding-top: 9px;
    position: relative
}

.timeline_items:after {
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    bottom: -10px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 0;
    z-index: 1
}

.timeline_items>li {
    background: url(../img/timeline_right.png) no-repeat top;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 25px 55%;
    position: relative;
    width: 45%
}

.timeline_items>li:nth-child(2n) {
    background: url(../img/timeline_left.png) no-repeat top;
    padding: 0 55% 25px 0
}

.timeline_items>li h3 {
    font-size: 30px;
    line-height: 35px
}

.timeline_items>li h3 span {
    position: absolute;
    right: 55%;
    top: 8px
}

.timeline_items>li h3:before {
    border-radius: 100%;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    height: 7px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: 11px;
    width: 7px;
    z-index: 1
}

.timeline_items>li:nth-child(2n) h3 {
    text-align: right
}

.timeline_items>li:nth-child(2n) h3 span {
    left: 55%;
    right: auto
}

.timeline_items>li .desc {
    background: url(../img/stripes/textline.png) repeat-y;
    font-size: 15px;
    line-height: 31px;
    position: relative
}

.timeline_items>li .desc:before {
    background-image: url(../img/stripes/stripes_10_b.png);
    content: "";
    height: 100%;
    left: -122%;
    position: absolute;
    top: 0;
    width: 100%
}

.timeline_items>li:nth-child(2n) .desc:before {
    left: auto;
    right: -122%
}

.timeline_items>li:nth-child(2n) .desc {
    text-align: right
}

.timeline_items>li .desc p {
    margin-bottom: 0
}

.timeline_items>li .desc ol {
    list-style-position: inside
}

.timeline_items>li .desc ul {
    list-style: disc none inside
}

.how_it_works {
    position: relative;
    text-align: center
}

.how_it_works.has_border:after {
    background: rgba(0, 0, 0, .03);
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: -10.5%;
    top: 100px;
    width: 12%
}

.how_it_works .image {
    background: #fff;
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    height: 196px;
    line-height: 194px;
    margin: 0 auto 15px;
    position: relative;
    text-align: center;
    width: 196px
}

.how_it_works .image img {
    max-height: 116px !important;
    max-width: 116px !important;
    vertical-align: middle
}

.how_it_works .image .number {
    border-radius: 100%;
    bottom: 10px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 35px
}

.with_aside .how_it_works .image {
    height: 146px;
    line-height: 144px;
    width: 146px
}

.with_aside .how_it_works .image img {
    max-height: 90px !important;
    max-width: 90px !important
}

.with_aside .how_it_works .image .number {
    bottom: 4px;
    right: 4px
}

.with_aside .how_it_works.has_border:after {
    top: 75px
}

.how_it_works.fill .image img {
    border-radius: 100%;
    max-height: 196px !important;
    max-width: 196px !important
}

.with_aside .how_it_works.fill .image img {
    max-height: 146px !important;
    max-width: 146px !important
}

.how_it_works.no-img .image {
    background: none;
    border-width: 0;
    height: 55px
}

.how_it_works.no-img .image .number {
    left: 50%;
    margin-left: -18px
}

.column_map_basic {
    line-height: 0;
    text-align: center
}

.column_map_basic iframe {
    line-height: normal
}

.google-map-wrapper {
    position: relative
}

.google-map {
    border-style: solid;
    border-width: 8px;
    box-sizing: border-box
}

.google-map-wrapper.no_border .google-map,
.section.full-width .one .google-map {
    border-width: 0
}

.google-map-contact-wrapper {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 10
}

.section.full-width .wrap.one .column_map.one .google-map-contact-wrapper {
    left: 50%;
    margin-left: 300px;
    right: auto
}

.google-map-contact-wrapper .get_in_touch {
    padding: 25px;
    position: relative;
    width: 210px
}

.google-map-contact-wrapper .get_in_touch:after {
    border-color: transparent;
    border-style: solid;
    border-width: 30px 30px 0 0;
    bottom: -30px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.google-map-contact-wrapper.style-bar {
    margin-left: 0 !important;
    position: static
}

.google-map-contact-wrapper.style-bar .get_in_touch {
    box-sizing: border-box;
    float: none;
    width: 100%
}

.google-map-contact-wrapper.style-bar .get_in_touch:after {
    display: none
}

.team .image_frame {
    margin-bottom: 15px
}

.team .desc_wrapper h4 {
    margin-bottom: 3px
}

.team .desc_wrapper hr {
    margin-left: 0;
    width: 40%
}

.team .desc_wrapper .desc {
    margin-bottom: 15px
}

.team .desc_wrapper .links {
    line-height: 0
}

.team.team_horizontal {
    overflow: hidden
}

.team.team_horizontal .image_frame {
    float: left;
    margin-bottom: 0;
    margin-right: 4%;
    width: 48%
}

.team.team_horizontal .desc_wrapper {
    float: left;
    width: 48%
}

.team .desc_wrapper blockquote {
    margin-top: 20px
}

.team.team_circle {
    text-align: center
}

.team.team_circle .desc_wrapper hr {
    margin-left: auto
}

.team.team_circle .image_frame.photo {
    border-radius: 100%;
    height: 120px;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
    width: 120px;
    z-index: 1
}

.team_list .column {
    margin-bottom: 0
}

.team_list .bq_wrapper {
    background: rgba(0, 0, 0, .02);
    border-left-width: 1px;
    border-style: solid;
    padding: 20px
}

.mfn_heading.align_left {
    text-align: left
}

.mfn_heading.align_center {
    text-align: center
}

.mfn_heading.align_right {
    text-align: right
}

.mfn_heading .title {
    display: inline-block;
    position: relative
}

.mfn_heading.heading_lines {
    overflow: hidden
}

.mfn_heading.heading_lines .title .line {
    background: rgba(0, 0, 0, .3);
    height: 1px;
    position: absolute;
    top: 50%;
    width: 3000px
}

.mfn_heading.heading_lines .title .line_l {
    margin-right: 20px;
    right: 100%
}

.mfn_heading.heading_lines .title .line_r {
    left: 100%;
    margin-left: 20px
}

.dark .mfn_heading.heading_lines .title .line {
    background: hsla(0, 0%, 100%, .3)
}

.fancy_heading {
    text-align: center
}

.fancy_heading .title {
    font-size: 42px;
    line-height: 42px
}

.fancy_heading_icon .icon_top {
    display: block;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    overflow: hidden
}

.fancy_heading_icon .icon_top i:before {
    margin: 0
}

.fancy_heading_line {
    background-image: url(../img/fancy_heading_hr.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 15px
}

.fancy_heading_line .slogan {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-transform: uppercase
}

.fancy_heading_line .inside {
    margin-bottom: 15px
}

.column_call_to_action {
    margin-bottom: 0
}

.call_to_action {
    overflow: hidden;
    padding: 40px 0
}

.call_to_action,
.call_to_action .call_to_action_wrapper {
    display: table;
    width: 100%
}

.call_to_action .call_center,
.call_to_action .call_left,
.call_to_action .call_right {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle
}

.call_to_action .call_left {
    padding: 0 20px;
    text-align: center;
    width: 40%
}

.call_to_action .call_left h3 {
    margin-bottom: 0
}

.call_to_action .call_center {
    text-align: center;
    width: 20%
}

.call_to_action .call_center a {
    display: inline-block
}

.call_to_action .call_center .icon_wrapper {
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    box-sizing: unset;
    display: inline-block;
    height: 65px;
    position: relative;
    width: 65px
}

.call_to_action .call_center .icon_wrapper i {
    display: inline
}

.call_to_action .call_center .icon_wrapper i:before {
    width: auto
}

.call_to_action .call_center .icon_wrapper i:before,
.call_to_action .call_center .icon_wrapper img {
    display: inline-block;
    font-size: 30px;
    margin-top: -1px;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.call_to_action .call_center .button {
    margin: 0
}

.call_to_action .call_right {
    padding: 0 20px;
    width: 40%
}

ul.clients {
    margin: 0
}

ul.clients li {
    float: left;
    list-style: none;
    margin: 0 !important;
    width: 16.666%
}

ul.clients .client_wrapper {
    background: rgba(0, 0, 0, .01);
    height: 75px;
    line-height: 0;
    line-height: 75px;
    margin: 10px;
    padding: 10px 15px;
    position: relative;
    text-align: center
}

ul.clients .client_wrapper:hover {
    background: rgba(0, 0, 0, .05)
}

ul.clients .client_wrapper a {
    display: block;
    height: 100%;
    width: 100%
}

ul.clients .client_wrapper .gs-wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

ul.clients .client_wrapper img {
    left: 50% !important;
    position: absolute;
    top: 50% !important;
    transform: translate(-50%, -50%) !important
}

ul.clients.clients_tiles li .client_wrapper {
    background: none
}

ul.clients.clients_tiles li .client_wrapper:before {
    background: rgba(0, 0, 0, .08);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

ul.clients.clients_tiles li .client_wrapper:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0 4px 5px;
    bottom: 0;
    content: "";
    display: none;
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    width: 0
}

ul.clients.clients_tiles li .client_wrapper:hover:before {
    height: 2px
}

ul.clients.clients_tiles li .client_wrapper:hover:after {
    bottom: 2px;
    display: block
}

ul.clients li .client_wrapper,
ul.clients li .client_wrapper img {
    transition: all .4s ease-in-out
}

.clients_slider ul {
    max-height: 115px;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.clients_slider ul.slick-slider {
    max-height: none;
    opacity: 1
}

.blog_slider {
    position: relative
}

.blog_slider_header {
    margin-bottom: 15px
}

.blog_slider_header .title {
    float: left;
    margin: 10px 0 0;
    width: calc(100% - 200px)
}

.blog_slider_header .slider_navigation {
    float: right
}

.blog_slider_header .slick-arrow {
    margin: 0
}

.blog_slider_header .slider_next {
    margin-left: 10px
}

.blog_slider .blog_slider_ul {
    margin: 0 !important;
    max-height: 219px;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.blog_slider .blog_slider_ul.slick-slider {
    max-height: none;
    opacity: 1
}

.blog_slider .blog_slider_ul li {
    float: left;
    list-style: none;
    margin: 0 !important;
    width: 25%
}

.blog_slider .blog_slider_ul li .item_wrapper {
    margin: 0 10px;
    position: relative
}

.blog_slider .blog_slider_ul li .item_wrapper .image_frame {
    margin-bottom: 15px;
    margin-left: 30px;
    min-height: 52px
}

.blog_slider .blog_slider_ul li .item_wrapper .date_label {
    left: 0;
    position: absolute;
    top: 30px;
    z-index: 20
}

.blog_slider .blog_slider_ul li .item_wrapper hr {
    margin-left: 30px;
    width: 40%
}

.blog_slider .blog_slider_ul li .item_wrapper a.button {
    margin-bottom: 0;
    margin-left: 30px
}

.blog_slider .blog_slider_ul li.format-quote .item_wrapper {
    overflow: hidden
}

.blog_slider .blog_slider_ul li.format-quote .item_wrapper blockquote {
    margin-left: 40px;
    margin-top: 70px
}

.blog_slider .blog_slider_ul li.format-link .item_wrapper .image_frame {
    background-color: hsla(0, 0%, 100%, .5);
    height: 180px;
    position: relative
}

.blog_slider .blog_slider_ul li.format-link .item_wrapper .image_frame:after {
    color: rgba(0, 0, 0, .1);
    content: "\e8c2";
    display: block;
    font-family: mfn-icons;
    font-size: 40px;
    height: 180px;
    left: 0;
    line-height: 180px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.blog_slider .slider_pager {
    margin-top: 15px
}

.blog_slider .slider_pager li {
    display: inline-block
}

.blog_slider.hide-arrows .blog_slider_header a.button,
.blog_slider.hide-dots .slider_pager,
.blog_slider.hide-nav .blog_slider_header a.button,
.blog_slider.hide-nav .slider_pager {
    display: none !important
}

.blog_slider.flat .blog_slider_ul li .item_wrapper .image_frame {
    border: 0;
    margin-left: 0
}

.blog_slider.flat .blog_slider_ul li .item_wrapper .date_label {
    background-color: transparent !important;
    background-image: none;
    display: inline-block;
    padding: 0;
    position: static
}

.blog_slider.flat .blog_slider_ul li .item_wrapper .date_label:after {
    display: none
}

.blog_slider.flat .blog_slider_ul li .item_wrapper .desc hr {
    margin-left: 0;
    width: 0
}

.blog_slider.flat .blog_slider_ul li .item_wrapper .desc a.button {
    display: none;
    margin-left: 0
}

.blog_slider.flat .blog_slider_ul li .item_wrapper:hover .desc hr {
    width: 100px
}

.blog_slider.flat .blog_slider_ul li .item_wrapper .image_wrapper img {
    opacity: .9
}

.blog_slider.flat .blog_slider_ul li .item_wrapper:hover .image_wrapper img {
    opacity: 1;
    top: 0
}

.blog_slider.flat .blog_slider_header {
    margin: 0
}

.blog_slider.flat .blog_slider_header .title {
    display: none
}

.blog_slider.flat .blog_slider_header .slick-arrow {
    background-color: hsla(0, 0%, 100%, .4) !important;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 0 0 0;
    height: 100%;
    position: absolute;
    width: 60px
}

.blog_slider.flat .blog_slider_header .slick-arrow:hover {
    background-color: hsla(0, 0%, 100%, .7) !important
}

.blog_slider.flat .blog_slider_header .slick-arrow:after {
    display: none
}

.blog_slider.flat .blog_slider_header .slick-arrow .button_icon {
    background: none;
    float: none;
    font-size: 15px;
    margin-top: -4px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60%
}

.blog_slider.flat .blog_slider_header .slick-arrow .button_icon i {
    color: #000 !important
}

.blog_slider.flat .blog_slider_header .slick-arrow .button_icon:after {
    display: none
}

.blog_slider.flat .blog_slider_header .button.slider_prev {
    left: 9px;
    right: auto;
    z-index: 2
}

.blog_slider.flat .blog_slider_header .button.slider_next {
    right: 9px;
    z-index: 2
}

.blog_slider.flat .blog_slider_header {
    opacity: 0
}

.blog_slider.flat:hover .blog_slider_header {
    opacity: 1
}

.blog_slider.flat .blog_slider_header,
.blog_slider.flat .blog_slider_header .slick-arrow,
.blog_slider.flat .blog_slider_ul li .item_wrapper .desc hr {
    transition: all .3s ease-in-out
}

.portfolio_slider {
    position: relative
}

.portfolio_slider ul {
    margin: 0 !important;
    max-height: 219px;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.portfolio_slider ul.slick-slider {
    max-height: none;
    opacity: 1
}

.portfolio_slider ul li {
    float: left;
    list-style: none;
    margin: 0 !important;
    width: 20%
}

.portfolio_slider ul li .image_frame {
    border: 0;
    margin-bottom: 0
}

.portfolio_slider .slider_nav {
    color: #fff;
    font-size: 15px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 35px;
    z-index: 5
}

.portfolio_slider .slider_prev {
    left: 0
}

.portfolio_slider .slider_next {
    right: 0
}

.portfolio_slider.arrows_always .slider_nav,
.portfolio_slider.arrows_hover:hover .slider_nav {
    opacity: 1
}

.portfolio_slider .slider_nav {
    transition: opacity .3s ease-in-out
}

ul.portfolio_grid {
    list-style: none;
    margin: 0;
    overflow: hidden
}

ul.portfolio_grid li {
    float: left;
    margin: 0;
    width: 100%
}

ul.portfolio_grid li .image_frame {
    border: 0;
    margin: 0
}

.one-second.column_portfolio_grid li,
.three-fifth.column_portfolio_grid li,
.two-third.column_portfolio_grid li,
.vc_col-sm-6 .portfolio_grid li,
.vc_col-sm-8 .portfolio_grid li {
    width: 50%
}

.five-sixth.column_portfolio_grid li,
.four-fifth.column_portfolio_grid li,
.one.column_portfolio_grid li,
.three-fourth.column_portfolio_grid li,
.vc_col-sm-10 .portfolio_grid li,
.vc_col-sm-12 .portfolio_grid li,
.vc_col-sm-9 .portfolio_grid li {
    width: 25%
}

.portfolio-photo .portfolio-item {
    overflow: hidden;
    position: relative
}

.portfolio-photo .portfolio-item a.portfolio-item-bg {
    display: block;
    line-height: 0;
    position: relative;
    text-align: center
}

.portfolio-photo .portfolio-item a.portfolio-item-bg .mask {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.portfolio-photo .portfolio-item:hover a.portfolio-item-bg .mask {
    opacity: 0
}

.portfolio-photo .portfolio-item .portfolio-details {
    display: block
}

.portfolio-photo .portfolio-item .portfolio-details .details {
    left: 50%;
    padding: 55px 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 240px;
    z-index: 2
}

.portfolio-photo .portfolio-item .portfolio-details .details .title {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 10px;
    padding-bottom: 15px
}

.portfolio-photo .portfolio-item .portfolio-details:hover .details {
    opacity: 0
}

.portfolio-photo .portfolio-item .portfolio-details .more {
    border-radius: 100%;
    box-sizing: content-box;
    display: block;
    height: 40px;
    left: 50%;
    letter-spacing: 1px;
    margin: -40px 0 0 -40px;
    opacity: 0;
    padding: 20px 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 70px;
    z-index: 2
}

.portfolio-photo .portfolio-item .portfolio-details .more h4 {
    font-size: 15px;
    line-height: 18px;
    margin: 2px 0 0
}

.portfolio-photo .portfolio-item .portfolio-details:hover .more {
    opacity: 1
}

.portfolio-photo .portfolio-item .portfolio-details .details,
.portfolio-photo .portfolio-item .portfolio-details .more {
    background: #fff
}

.portfolio-photo .portfolio-item .portfolio-details .details .categories {
    color: #a8a8a8
}

.portfolio-photo .portfolio-item .portfolio-details .more {
    color: rgba(0, 0, 0, .6)
}

.portfolio-photo .portfolio-item .portfolio-details .details,
.portfolio-photo .portfolio-item .portfolio-details .more,
.portfolio-photo .portfolio-item a .mask {
    transition: all .5s ease-in-out
}

.portfolio-photo .portfolio-item .portfolio-details .image_links a {
    transition: all .3s ease-in-out
}

.portfolio-photo.margin .portfolio-item {
    margin-bottom: 25px
}

.column_portfolio #Filters .filters_wrapper,
.column_portfolio #Filters .filters_wrapper ul,
.the_content_wrapper #Filters.filters4portfolio .filters_wrapper,
.the_content_wrapper #Filters.filters4portfolio .filters_wrapper ul,
.wpb_wrapper #Filters .filters_wrapper,
.wpb_wrapper #Filters .filters_wrapper ul {
    display: block
}

.testimonials_slider {
    position: relative
}

.testimonials_slider a.slider_next,
.testimonials_slider a.slider_prev {
    margin: 0;
    position: absolute;
    top: 30px;
    z-index: 2
}

.testimonials_slider a.slider_prev {
    left: 0
}

.testimonials_slider a.slider_next {
    right: 0
}

.testimonials_slider .slider_images {
    height: auto;
    line-height: 0;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2
}

.testimonials_slider .slider_images:before {
    content: "";
    display: block;
    height: 100%;
    left: -1000px;
    position: absolute;
    top: 0;
    width: 3000px;
    z-index: 1
}

.with_aside .testimonials_slider .slider_images:before {
    display: none
}

.testimonials_slider .slider_images li {
    display: inline-block;
    margin-bottom: 0
}

.testimonials_slider .slider_images li a {
    cursor: pointer;
    display: block;
    height: 85px;
    line-height: 0;
    opacity: .5;
    position: relative;
    width: 85px;
    z-index: 10
}

.testimonials_slider .slider_images li a:after {
    bottom: -6px;
    content: "";
    display: none;
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%
}

.testimonials_slider .slider_images li a:hover,
.testimonials_slider .slider_images li.slick-active a {
    opacity: 1
}

.testimonials_slider .slider_images li.slick-active a:after {
    display: block
}

.testimonials_slider .testimonials_slider_ul {
    margin: 0 !important;
    max-height: 250px;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.testimonials_slider .testimonials_slider_ul.slick-slider {
    max-height: none;
    opacity: 1
}

.testimonials_slider .testimonials_slider_ul li {
    box-sizing: border-box;
    float: left;
    list-style: none;
    padding: 0 80px;
    width: 100%
}

.testimonials_slider .testimonials_slider_ul li .bq_wrapper {
    background: rgba(0, 0, 0, .02);
    margin-bottom: 20px;
    padding: 30px 40px 10px
}

.testimonials_slider .testimonials_slider_ul li .hr_dots {
    margin-bottom: 15px
}

.testimonials_slider .testimonials_slider_ul li .author {
    text-align: center
}

.testimonials_slider .testimonials_slider_ul li .author h5 {
    margin-bottom: 2px
}

.testimonials_slider .testimonials_slider_ul li .single-photo-img {
    display: none
}

.column:not(.one) .testimonials_slider:not(.single-photo) a.slider_next,
.column:not(.one) .testimonials_slider:not(.single-photo) a.slider_prev,
.testimonials_slider.hide-photos .testimonials_slider_ul li .single-photo-img {
    display: none !important
}

.column:not(.one) .testimonials_slider:not(.single-photo) .testimonials_slider_ul li {
    padding: 0 20px
}

.one-fourth .testimonials_slider .slider_images:before,
.one-second .testimonials_slider .slider_images:before,
.one-third .testimonials_slider .slider_images:before,
.wpb_wrapper .testimonials_slider .slider_images:before {
    display: none
}

.testimonials_slider .slider_images a {
    transition: all .3s ease-in-out
}

.testimonials_slider.single-photo a.slider_next,
.testimonials_slider.single-photo a.slider_prev {
    display: none !important
}

.testimonials_slider.single-photo .testimonials_slider_ul li {
    padding: 0;
    text-align: center
}

.testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper {
    margin: 0 6% 20px
}

.testimonials_slider.single-photo .testimonials_slider_ul li .single-photo-img {
    border-radius: 50%;
    display: block;
    height: 85px;
    line-height: 0;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 85px
}

.testimonials_slider.single-photo .slider_pager {
    margin-top: 30px
}

.testimonials_slider.single-photo .slider_pager li {
    display: inline-block
}

.testimonials_slider.single-photo .slider_pager li a {
    top: 0
}

.testimonials_slider.single-photo .slider_pager li a img {
    display: none
}

.testimonials_slider.hide-bar .slider_images:before {
    display: none !important
}

.testimonials_slider.hide-bar .slider_images {
    background-color: transparent !important
}

.testimonials_list .item {
    clear: both;
    overflow: hidden
}

.testimonials_list .item .photo {
    float: left;
    margin: 0 1% 40px;
    width: 23%
}

.testimonials_list .item .desc {
    float: left;
    margin: 0 1% 40px;
    width: 73%
}

.testimonials_list .item .desc h4 {
    margin-bottom: 3px;
    margin-top: 10px
}

.testimonials_list .item .desc p.subtitle {
    opacity: .6
}

.testimonials_list .item .desc hr.hr_color {
    margin-left: 0;
    width: 20%
}

.testimonials_list .item.no-img .desc {
    width: 98%
}

.image_frame.stretch .image_wrapper img {
    width: 100%
}

.column_attr.bg-cover,
.mcb-section.bg-cover,
.mcb-wrap.bg-cover {
    background-size: cover
}

.column_attr.bg-contain,
.mcb-section.bg-contain,
.mcb-wrap.bg-contain {
    background-size: contain
}

@media only screen and (min-width:1921px) {
    .image_frame.stretch-ultrawide .image_wrapper img {
        width: 100%
    }

    .column_attr.bg-cover-ultrawide,
    .mcb-section.bg-cover-ultrawide,
    .mcb-wrap.bg-cover-ultrawide {
        background-size: cover
    }
}

.date_label,
.timeline_items>li h3 span {
    background-image: url(../img/stripes/stripes_3_b.png);
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 5px
}

.date_label:after,
.timeline_items>li h3 span:after {
    border-color: transparent;
    border-style: solid;
    border-width: 5.5px 0 5.5px 5px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -5px;
    top: 6px;
    width: 0
}

.date_label,
.timeline_items>li h3 span {
    background-color: #f8f8f8;
    color: #a8a8a8
}

.date_label:after,
.timeline_items>li h3 span:after {
    border-left-color: #f8f8f8
}

@media only screen and (min-width:768px) {
    .timeline_items>li:nth-child(2n) h3 span:after {
        border-right-color: #f8f8f8;
        border-width: 5.5px 5.5px 5.5px 0;
        left: -5px;
        right: auto
    }
}

.column_sidebar_widget .widget:after {
    display: none
}

.column_sidebar_widget .widget {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

::-moz-selection {
    color: #fff
}

::selection {
    color: #fff
}

#comments>:first-child,
.Latest_news ul li .desc_footer,
.Latest_news ul li .photo,
.Recent_posts ul li .desc h6,
.accordion .question,
.accordion .question .title:before,
.accordion .question.active .title,
.article_box .desc_wrapper p,
.chart_box:before,
.fixed-nav .desc h6,
.format-link .post-title .icon-link,
.header-stack #Top_bar .logo,
.how_it_works .image,
.icon_box.has_border:after,
.idea_box,
.list_item .circle,
.mcb-sidebar,
.offer_thumb .slider_pagination,
.offer_thumb .slider_pagination a,
.offer_thumb.bottom .slider_pagination a,
.opening_hours,
.opening_hours .opening_hours_wrapper li,
.portfolio_group .portfolio-item .desc .details-wrapper,
.portfolio_group.list .portfolio-item,
.post-footer .post-links,
.post-header .title_wrapper,
.promo_box.has_border:after,
.section-post-related .section-related-adjustment,
.share_wrapper,
.style-simple #Filters .filters_wrapper ul,
.tabs_vertical.ui-tabs .ui-tabs-panel,
.team_list .bq_wrapper,
.ui-tabs,
.ui-tabs .ui-tabs-nav,
.ui-tabs .ui-tabs-nav li,
.widget:after,
.widget_recent_entries ul li a,
a.content_link,
a.icon_bar,
dl>dd,
dl>dt,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
table td,
table th,
textarea {
    border-color: rgba(0, 0, 0, .08)
}

.tooltip-img .tooltip-content,
.tooltip:after {
    background: #444;
    color: #fff
}

.dropcap,
.highlight:not(.highlight_image) {
    color: #fff
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background-color: #fff;
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .02);
    color: #626262
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    background-color: #e9f5fc !important;
    border-color: #d5e5ee;
    color: #1982c2
}

select {
    background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;
    padding-right: 25px
}

select[multiple] {
    background-image: none
}

#Top_bar .menu>li>a span {
    border-color: rgba(0, 0, 0, .05)
}

#Top_bar .search_wrapper input[type=text] {
    border-color: #fff;
    color: #fff
}

#Footer .Recent_posts ul li .desc h6,
#Footer .widget_archive ul li:after,
#Footer .widget_layered_nav li,
#Footer .widget_nav_menu ul li:after,
#Footer .widget_recent_entries ul li a,
#Footer .widget_recent_reviews li,
#Footer table td,
#Footer table th,
#Sliding-top .Recent_posts ul li .desc h6,
#Sliding-top .widget_archive ul li:after,
#Sliding-top .widget_layered_nav li,
#Sliding-top .widget_nav_menu ul li:after,
#Sliding-top .widget_recent_entries ul li a,
#Sliding-top .widget_recent_reviews li,
#Sliding-top table td,
#Sliding-top table th {
    border-color: hsla(0, 0%, 100%, .08)
}

#comments .commentlist>li .photo,
.author-box .avatar-wrapper,
.content_slider .content_slider_ul,
.edd_download_image,
.google-map,
.icon_box .icon_wrapper,
.image_frame,
.wp-caption {
    border-color: #f8f8f8
}

.wp-caption-text {
    background: #f8f8f8;
    color: #a6a6a6
}

.icon_box .icon_wrapper:before,
.image_frame .image_wrapper,
.wp-caption img {
    border-color: #e2e2e2
}

.edd_download_image:after,
.image_frame .image_wrapper .mask {
    box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .07)
}

.image_frame .image_wrapper .mask:after {
    background: hsla(0, 0%, 100%, .4)
}

.if-overlay .image_frame .image_wrapper .mask {
    box-shadow: inset 0 0 0 0 transparent
}

.if-overlay .image_frame .image_wrapper .mask:after {
    background: rgba(0, 0, 0, .15)
}

.sliding_box .desc_wrapper h4 {
    color: #fff
}

.chart_box .chart .icon,
.chart_box .chart .num,
.counter .desc_wrapper .number-wrapper,
.style-simple .quick_fact .number-wrapper {
    color: #444
}

a.icon_bar {
    color: #444 !important
}

.get_in_touch,
.get_in_touch a,
.get_in_touch h3,
.get_in_touch ul,
.infobox,
.infobox a,
.infobox h3,
.infobox ul {
    color: #fff !important
}

.feature_list ul li:hover,
.feature_list ul li:hover .icon i,
.feature_list ul li:hover a,
.feature_list ul li:hover a .icon i,
.how_it_works .image .number,
.icon_box a:hover .icon_wrapper,
.icon_box:hover .icon_wrapper,
.list_item.lists_1 .list_left,
.trailer_box .desc .subtitle,
.trailer_box .desc h2 {
    color: #fff
}

.accordion .question .title,
.ui-tabs .ui-tabs-nav li a,
table th {
    color: #444
}

.ui-tabs .ui-tabs-nav li.ui-state-active a:after,
body.table-hover table tr:hover td,
body.table-hover table tr:hover td a {
    color: #fff
}

.accordion .question .answer,
.tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li.ui-state-active:after,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after,
.ui-tabs .ui-tabs-panel {
    background-color: #fff
}

@media only screen and (max-width:959px) {

    #Header #menu>ul>li.current-menu-ancestor>a,
    #Header #menu>ul>li.current-menu-item>a,
    #Header #menu>ul>li.current-menu-parent>a,
    #Header #menu>ul>li.current-page-parent>a,
    #Header #menu>ul>li.current_page_ancestor>a,
    #Header #menu>ul>li.current_page_item>a {
        background: rgba(0, 0, 0, .02)
    }
}

.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    zoom: 1
}

.ui-tabs {
    zoom: 1;
    background: none !important;
    border-radius: 5px !important;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative
}

.ui-tabs .ui-tabs-nav {
    background-image: url(../img/bg_panel.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 0 0 1px;
    display: block;
    margin: 0;
    padding: 0
}

.ui-tabs .ui-tabs-nav li {
    border-style: solid;
    border-width: 0 1px 0 0;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 14px 30px !important;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li a i {
    margin-right: 4px
}

.ui-tabs .ui-tabs-nav li.ui-state-active:after,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after {
    bottom: -5px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    cursor: text
}

.ui-tabs .ui-tabs-nav li.ui-state-active a:after,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,
.ui-tabs .ui-tabs-nav li.ui-state-processing a:after,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after {
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -40%;
    position: absolute;
    width: 80%;
    z-index: 2
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    background-image: url(../img/box_shadow.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    border-width: 0;
    box-sizing: border-box;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 15px 20px 20px
}

.ui-tabs .ui-tabs-panel p:last-child {
    margin-bottom: 0
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab.ui-tabs-panel {
    background-color: #fff
}

.wpb_tour .wpb_tabs_nav a {
    width: auto !important
}

.tabs_centered.ui-tabs .ui-tabs-nav {
    text-align: center
}

.tabs_centered.ui-tabs .ui-tabs-nav li {
    display: inline-block;
    float: none
}

.tabs_centered.ui-tabs .ui-tabs-nav li:first-child {
    border-left-width: 1px
}

@media only screen and (min-width:767px) {
    .tabs_vertical.ui-tabs {
        border-radius: 0 !important
    }

    .tabs_vertical.ui-widget-content {
        border: 0
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav {
        background: none;
        border-radius: 5px 0 0 5px !important;
        border-width: 1px 0 1px 1px;
        float: left;
        width: 30%
    }

    .tabs_vertical.ui-tabs .ui-tabs-panel {
        background-image: none;
        border: 1px solid rgba(0, 0, 0, .08) !important;
        border-radius: 0 5px 5px 5px !important;
        float: left;
        min-height: 120px;
        width: 69.7%
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav li {
        border-width: 0 0 1px;
        float: none;
        white-space: normal;
        width: 100%
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav li:first-child a {
        border-radius: 5px 0 0 0 !important
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav li:last-child {
        border-bottom: 0 !important
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav li a {
        background-image: url(../img/bg_panel.png);
        background-position: 0 0;
        background-repeat: repeat-x;
        float: none;
        height: auto;
        line-height: 18px;
        padding-left: 20px;
        padding-right: 20px
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a,
    .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
        background-image: none
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after,
    .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,
    .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after,
    .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after {
        display: none
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active:after,
    .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after {
        content: "";
        display: block;
        height: 100%;
        left: auto;
        position: absolute;
        right: -1px;
        top: 0;
        width: 1px;
        z-index: 1
    }
}

.no-hover-all a.action_button:after,
.no-hover-all a.button:after,
.no-hover-all a.tp-button:after,
.no-hover-all button:after,
.no-hover-all input[type=button]:after,
.no-hover-all input[type=reset]:after,
.no-hover-all input[type=submit]:after {
    background: transparent
}

.no-hover-all a.action_button:hover:after,
.no-hover-all a.button:hover:after,
.no-hover-all a.tp-button:hover:after,
.no-hover-all button:hover:after,
.no-hover-all input[type=button]:hover:after,
.no-hover-all input[type=reset]:hover:after,
.no-hover-all input[type=submit]:hover:after {
    width: 0
}

.no-hover-all ul.clients .client_wrapper:hover {
    background: rgba(0, 0, 0, .01)
}

.no-hover-all ul.clients.clients_tiles li .client_wrapper:hover:before {
    background: rgba(0, 0, 0, .08);
    height: 1px
}

.no-hover-all a:hover.content_link:after,
.no-hover-all a:hover.content_link:before,
.no-hover-all ul.clients.clients_tiles li .client_wrapper:hover:after {
    display: none
}

.no-hover-all a:hover.content_link {
    background-image: inherit
}

.no-hover-all .feature_list ul li:hover,
.no-hover-all .feature_list ul li:hover .icon i,
.no-hover-all .feature_list ul li:hover a,
.no-hover-all .feature_list ul li:hover a .icon i {
    color: inherit
}

.no-hover-all .feature_list ul li:hover,
.no-hover-all .feature_list ul li:hover a {
    background: transparent
}

.no-hover-all .flat_box .photo_wrapper img.photo,
.no-hover-all .flat_box a:hover .photo_wrapper .icon,
.no-hover-all .flat_box:hover .photo_wrapper .icon {
    transform: translateX(0)
}

.no-hover-all a:hover.icon_bar {
    color: inherit !important
}

.no-hover-all a:hover.icon_bar span {
    transform: translateY(0)
}

.no-hover-all .icon_box:hover .icon_wrapper {
    transform: scale(1)
}

.no-hover-all .icon_box a:hover .icon_wrapper,
.no-hover-all .icon_box:hover .icon_wrapper {
    color: inherit
}

.no-hover-all .icon_box a:hover .icon_wrapper:before,
.no-hover-all .icon_box:hover .icon_wrapper:before {
    background-color: transparent
}

.no-hover-all.style-simple .icon_box:hover .icon_wrapper i,
.no-hover-all.style-simple .icon_box:hover .image_wrapper img {
    top: 0
}

.no-hover-all.style-simple .icon_box .desc_wrapper .title:before {
    display: none
}

.no-hover-all .sliding_box:hover .desc_wrapper:after {
    top: 0
}

.no-hover-all .sliding_box .photo_wrapper,
.no-hover-all .sliding_box:hover .photo_wrapper {
    bottom: 0
}

.no-hover-all .style-simple .sliding_box:hover .desc_wrapper:after {
    width: 20%
}

.no-hover-all .story_box .photo_wrapper img {
    opacity: 1
}

.no-hover-all .story_box:hover .desc_wrapper hr {
    width: 20%
}

.no-hover-all .trailer_box:hover a:after {
    display: none
}

.no-hover-all .trailer_box:hover .desc .subtitle,
.no-hover-all .trailer_box:hover .desc h2 {
    bottom: 0
}

.no-hover-all .trailer_box:hover .desc .line {
    width: 0
}

.no-hover-all .trailer_box.plain .desc .line {
    display: none
}

.no-hover-all .style-simple .trailer_box:hover .desc {
    background-color: transparent
}