

.hamburger {
    padding: 8px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hamburger .hamburger-box {
    height: 0;
    width: 30px
}

.hamburger .hamburger-box .hamburger-inner,
.hamburger .hamburger-box .hamburger-inner::after,
.hamburger .hamburger-box .hamburger-inner::before {
    width: 100%;
    height: 1px;
    border-radius: 3px;
    background-color: currentColor
}

.hamburger.is-active .hamburger-inner {
    background-color: transparent
}

.hamburger-inner::before {
    top: -7px
}

.hamburger--emphatic .hamburger-inner::after {
    top: 7px
}

.znav-fixed {
    position: fixed !important
}

.znav-revealed {
    position: fixed
}

.owl-theme .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.owl-theme .owl-dots .owl-dot {
    padding: .8rem 0
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 3px;
    width: 50px;
    height: 2px;
    background-color: rgba(127, 127, 127, .35);
    -webkit-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #2a3855
}

.owl-theme .owl-dots .owl-dot:active span,
.owl-theme .owl-dots .owl-dot:active:focus span,
.owl-theme .owl-dots .owl-dot:focus span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #404040
}

.owl-theme:active .owl-nav [class*=owl-],
.owl-theme:active:focus .owl-nav [class*=owl-],
.owl-theme:focus .owl-nav [class*=owl-],
.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: .75
}

.owl-theme .owl-nav {
    margin-top: 0
}

.owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    background-color: #f2f2f2;
    font-size: 1.77689rem;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 40px;
    text-align: center;
    color: #2b2b2b;
    margin: 0
}

.owl-theme .owl-nav [class*=owl-]:active,
.owl-theme .owl-nav [class*=owl-]:active:focus,
.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #f2f2f2;
    color: #2b2b2b;
    cursor: pointer;
    opacity: 1
}

.owl-theme .owl-nav .owl-prev {
    left: 0
}

.owl-theme .owl-nav .owl-next {
    right: 0
}

.owl-theme.nav-square .owl-nav {
    margin-top: 0
}

.owl-theme.nav-square .owl-nav [class*=owl-] {
    border-radius: 0
}

.owl-theme.owl-nav-outer .owl-nav .owl-prev {
    left: -4rem
}

.owl-theme.owl-nav-outer .owl-nav .owl-next {
    right: -4rem
}

.owl-theme.owl-dots-inner .owl-dots {
    bottom: 0
}

.owl-theme.owl-dot-round .owl-dots .owl-dot span {
    height: 10px;
    width: 10px;
    border-radius: 5px
}

.owl-theme.owl-theme-info .owl-dots .owl-dot.active span {
    background-color: #3680b3
}

.owl-theme.owl-theme-success .owl-dots .owl-dot.active span {
    background-color: #36b36a
}

.owl-theme.owl-theme-warning .owl-dots .owl-dot.active span {
    background-color: #fdd428
}

.owl-theme.owl-theme-danger .owl-dots .owl-dot.active span {
    background-color: #b33641
}

.owl-theme.owl-theme-black .owl-dots .owl-dot.active span {
    background-color: #000
}

.owl-theme.owl-theme-white .owl-dots .owl-dot.active span {
    background-color: #fff
}

.flexslider {
    border-radius: 0;
    margin: 0;
    border: 0;
    max-width: 100%;
    overflow: hidden
}

.flexslider .flex-control-thumbs li {
    width: calc(25% - 4.75px)
}

.flexslider .flex-control-thumbs li img {
    padding: 2px;
    border: 1px solid #bebebe;
    border-radius: 3px;
    margin-bottom: 6px
}

.flexslider .flex-control-thumbs li img.flex-active {
    border-color: #404040
}

.flexslider .flex-control-thumbs li:not(:nth-child(4)) {
    margin-right: 6px
}

.flex-direction-nav a.flex-next:before {
    font-family: FontAwesome;
    content: "";
    line-height: 40px;
    text-shadow: none
}

.flex-direction-nav a:before {
    font-family: FontAwesome;
    content: "\f104"
}

.googlemap {
    min-height: 300px
}

.googlemap>.marker-content {
    opacity: 0
}

.hoverbox {
    position: relative
}

.hoverbox .hoverbox-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    margin: 0 !important
}

.hoverbox:active .hover-box-content-initial,
.hoverbox:active:focus .hover-box-content-initial,
.hoverbox:focus .hover-box-content-initial,
.hoverbox:hover .hover-box-content-initial {
    opacity: 0
}

.hoverbox:active .hoverbox-content,
.hoverbox:active:focus .hoverbox-content,
.hoverbox:focus .hoverbox-content,
.hoverbox:hover .hoverbox-content {
    opacity: 1
}

.lb-data .lb-caption,
.lb-data .lb-number {
    /* font-family: Montserrat, sans-serif */
    font-family: inherit
}

.remodal-video {
    padding: 0;
    min-width: 75%
}

.remodal-overlay {
    background-color: rgba(31, 31, 31, .9)
}

.remodal-close {
    top: -35px;
    left: -35px
}

.remodal-close:active,
.remodal-close:active:focus,
.remodal-close:focus,
.remodal-close:hover {
    color: #fff
}

.ui.dropdown .menu .selected.item,
.ui.dropdown.selected {
    background-color: transparent;
    color: #2a3855
}

.ui.selection.dropdown {
    /* font-family: Montserrat, sans-serif; */
    font-family: inherit;
    border-radius: 3px;
    padding: .8rem 2.5rem;
    font-weight: 600;
    font-size: .75019rem;
    letter-spacing: .01em;
    -webkit-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    line-height: 1.5;
    z-index: 3
}

.ui.selection.dropdown[class*=background-] {
    color: #fff
}

.ui.selection.dropdown[class*=background-].visible .text:not(.default) {
    color: #fff
}

.ui.selection.dropdown.visible>.text:not(.default) {
    font-weight: inherit;
    color: #1f1f1f
}

.ui.selection.dropdown.active {
    border-color: #7f7f7f;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui.selection.dropdown.active .menu {
    border-color: #7f7f7f;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui.selection.dropdown.active:active,
.ui.selection.dropdown.active:active:focus,
.ui.selection.dropdown.active:focus,
.ui.selection.dropdown.active:hover {
    border-color: #555;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui.selection.dropdown.active:active .menu,
.ui.selection.dropdown.active:active:focus .menu,
.ui.selection.dropdown.active:focus .menu,
.ui.selection.dropdown.active:hover .menu {
    border-color: #555
}

.ui.selection.dropdown>.delete.icon,
.ui.selection.dropdown>.dropdown.icon,
.ui.selection.dropdown>.search.icon {
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ui.selection.dropdown>.delete.icon:before,
.ui.selection.dropdown>.dropdown.icon:before,
.ui.selection.dropdown>.search.icon:before {
    content: '\f107';
    font-family: FontAwesome
}

.ui.selection.dropdown .menu {
    border-color: #555;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .8rem 0
}

.ui.selection.dropdown .menu>.item {
    border-top: 1px solid #fff;
    padding: .8rem 2.5rem !important;
    font-weight: 600;
    font-size: .75019rem;
    letter-spacing: .01em;
    -webkit-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    line-height: 1.5
}

.ui.selection.dropdown .menu>.item:active,
.ui.selection.dropdown .menu>.item:active:focus,
.ui.selection.dropdown .menu>.item:focus,
.ui.selection.dropdown .menu>.item:hover {
    background: #f2f2f2;
    color: #1f1f1f
}

.ui.selection.dropdown:active,
.ui.selection.dropdown:active:focus,
.ui.selection.dropdown:focus,
.ui.selection.dropdown:hover {
    border-color: #555
}

.ui.selection.dropdown:active .menu,
.ui.selection.dropdown:active:focus .menu,
.ui.selection.dropdown:focus .menu,
.ui.selection.dropdown:hover .menu {
    border-color: #555
}

.ui.selection.dropdown.upward.visible {
    border-color: #7f7f7f
}

.ui.selection.dropdown.upward.visible:active,
.ui.selection.dropdown.upward.visible:active:focus,
.ui.selection.dropdown.upward.visible:focus,
.ui.selection.dropdown.upward.visible:hover {
    border-color: #555
}

.ui.selection.dropdown.upward.visible:active .menu,
.ui.selection.dropdown.upward.visible:active:focus .menu,
.ui.selection.dropdown.upward.visible:focus .menu,
.ui.selection.dropdown.upward.visible:hover .menu {
    border-color: #555
}

.ui.selection.dropdown.upward.visible .menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px 3px 0 0
}

.ui.selection.dropdown.upward.visible:active,
.ui.selection.dropdown.upward.visible:active:focus,
.ui.selection.dropdown.upward.visible:focus,
.ui.selection.dropdown.upward.visible:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui.selection.dropdown.upward.visible:active .menu,
.ui.selection.dropdown.upward.visible:active:focus .menu,
.ui.selection.dropdown.upward.visible:focus .menu,
.ui.selection.dropdown.upward.visible:hover .menu {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui.styled.accordion,
.ui.styled.accordion .accordion {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1
}

.ui.styled.accordion .accordion .title,
.ui.styled.accordion .title {
    color: #1f1f1f;
    border-top: 1px solid #e1e1e1;
    /* font-family: Montserrat, sans-serif; */
    font-family: inherit;
    border-radius: 3px;
    padding: .8rem;
    font-weight: 600;
    font-size: .75019rem;
    letter-spacing: .01em;
    -webkit-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    line-height: 1.5
}

.ui.styled.accordion .accordion .title .dropdown.icon,
.ui.styled.accordion .title .dropdown.icon {
    margin-right: .75em
}

.ui.styled.accordion .accordion .title.active,
.ui.styled.accordion .title.active {
    color: #1f1f1f
}

.ui.styled.accordion .accordion .content,
.ui.styled.accordion .content {
    padding: .8rem 2.5rem;
    color: #2b2b2b
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .8s infinite;
    animation: blink .8s infinite
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

span.typed-cursor {
    background: currentColor;
    width: 2px !important;
    display: inline-block;
    text-indent: 10000px;
    line-height: 1.4em
}

.dropcap::first-letter {
    font-size: 3em;
    float: left;
    line-height: .92;
    margin-right: 6px
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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



.ios-toggle:checked+.checkbox-label {
    -webkit-box-shadow: inset 0 0 0 20px #36b36a, 0 0 0 1px #36b36a;
    box-shadow: inset 0 0 0 20px #36b36a, 0 0 0 1px #36b36a
}

.ios-toggle:checked+.checkbox-label:before {
    left: calc(100% - 32px);
    -webkit-box-shadow: 0 0 0 1px transparent, -3px 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px transparent, -3px 0 3px rgba(0, 0, 0, .1)
}

.ios-toggle:checked+.checkbox-label:after {
    content: attr(data-on);
    left: 70px;
    width: 32px
}

.checkbox-label {
    display: block;
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 16px;
    width: 70px;
    height: 32px;
    border-radius: 50px;
    background-color: var(--app-color-11);
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 0 #36b36a, 0 0 0 1px #e1e1e1;
    box-shadow: inset 0 0 0 0 #36b36a, 0 0 0 1px #e1e1e1;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out
}

.checkbox-label:before {
    content: '';
    display: block;
    position: absolute;
    height: 32px;
    width: 32px;
    top: 0;
    left: 0;
    right: auto;
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, .1), 0 0 0 1px #e1e1e1;
    box-shadow: 3px 0 3px rgba(0, 0, 0, .1), 0 0 0 1px #e1e1e1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.checkbox-label:after {
    content: attr(data-off);
    display: block;
    position: absolute;
    top: 0;
    left: -300px;
    padding: 10px;
    height: 100%;
    width: 300px;
    text-align: right;
    color: #2b2b2b;
    white-space: nowrap
}

.checkbox-label.radius-square {
    border-radius: 3px
}

.checkbox-label.radius-square:before {
    border-radius: 3px
}

.zinput {
    position: relative
}

.zinput label {
    display: inline-block;
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.zinput label:before {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    content: '';
    border: 1px solid #e1e1e1;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    -webkit-box-shadow: inset 0 0 0 0 #36b36a, 0 0 0 0 #e1e1e1;
    box-shadow: inset 0 0 0 0 #36b36a, 0 0 0 0 #e1e1e1
}

.zinput.zradio {
    padding: .8rem 0
}

.zinput.zradio input[type=radio] {
    opacity: 0;
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer
}

.zinput.zradio input[type=radio]:checked+label:before {
    border-color: transparent
}

.zinput.zradio input[type=radio]+label:before {
    border-radius: 50px
}

.zinput.zradio input[type=radio]:checked+label:before {
    -webkit-box-shadow: inset 0 0 0 9px #36b36a, 0 0 0 0 #36b36a;
    box-shadow: inset 0 0 0 9px #36b36a, 0 0 0 0 #36b36a
}

.zinput.zcheckbox {
    padding: .8rem 0
}

.zinput.zcheckbox input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer
}

.zinput.zcheckbox input[type=checkbox]:checked+label:before {
    border-color: transparent
}

.zinput.zcheckbox input[type=checkbox]+label:before {
    border-radius: 3px
}

.zinput.zcheckbox input[type=checkbox]:checked+label:before {
    -webkit-box-shadow: inset 0 0 0 20px #36b36a, 0 0 0 0 #36b36a;
    box-shadow: inset 0 0 0 20px #36b36a, 0 0 0 0 #36b36a
}

.zinput svg {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
    left: 8px;
    pointer-events: none
}

.zinput svg path {
    stroke: #fff;
    stroke-width: 18px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none
}


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

:not(pre)>code[class*=language-],
pre[class*=language-] {
    background-color: var(--app-color-11);
    border: 1px solid #e1e1e1
}



.btn-elixir-play {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    font-size: 1.414rem;
    color: #2a3855;
    margin-bottom: 40px
}

.btn-elixir-play:before {
    content: '';
    height: 100px;
    width: 100px;
    position: absolute;
    left: -10px;
    top: -10px;
    border: 10px solid rgba(255, 255, 255, .5);
    border-radius: 100%
}

.animated {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}